html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
p {
    margin: 0 0 16px;
}
input[type=text], input[type=password], textarea {
    border: 1px solid #e3e3e3;
    border-radius: 3px!important;
    background: #fff;
    color: #464646;
}
ul {
    padding: 0;
    margin: 0;
}
ul li {
    list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
a {
    background: 0 0;
}
a:active, a:hover {
    outline: 0;
}
b, strong {
    font-weight: 700;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
pre {
    overflow: auto;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type=button] {
    -webkit-appearance: button;
    cursor: pointer;
}
input {
    line-height: normal;
}
input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}
input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
@font-face {
    font-family: Roboto-Regular;
    src: url(fonts/Roboto-Regular.eot);
    src: url(fonts/Roboto-Regular.eot?#iefix) format('embedded-opentype'), url(fonts/Roboto-Regular.woff) format('woff'), url(fonts/Roboto-Regular.ttf) format('truetype'), url(fonts/Roboto-Regular.svg#Roboto-Regular) format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Roboto-Bold;
    src: url(fonts/Roboto-Bold.eot);
    src: url(fonts/Roboto-Bold.eot?#iefix) format('embedded-opentype'), url(fonts/Roboto-Bold.woff) format('woff'), url(fonts/Roboto-Bold.ttf) format('truetype'), url(fonts/Roboto-Bold.svg#Roboto-Bold) format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Roboto-Medium;
    src: url(fonts/Roboto-Medium.eot);
    src: url(fonts/Roboto-Medium.eot?#iefix) format('embedded-opentype'), url(fonts/Roboto-Medium.woff) format('woff'), url(fonts/Roboto-Medium.ttf) format('truetype'), url(fonts/Roboto-Medium.svg#Roboto-Medium) format('svg');
    font-weight: 400;
    font-style: normal;
}
.fz14 {
    font-size: 14px;
}
.fz16 {
    font-size: 16px;
}
.fz18 {
    font-size: 18px;
}
.fz24 {
    font-size: 24px;
}
.buttonOrange {
    border: 0;
    border-radius: 3px!important;
    color: #fff;
    background-image: -webkit-linear-gradient(90deg, #ff6124 0, #ff9549 100%);
    background-image: -ms-linear-gradient(90deg, #ff6124 0, #ff9549 100%);
}
.buttonBlue {
    border: 0;
    border-radius: 3px!important;
    color: #fff;
    background-image: -webkit-linear-gradient(90deg, #1b89b1 0, #32b0d6 100%);
    background-image: -ms-linear-gradient(90deg, #1b89b1 0, #32b0d6 100%);
}
body {
    margin: 0;
    padding: 0;
    font-family: Roboto-Regular;
    color: #222;
    background-color: #f5f5f5;
}
input {
    font-family: Roboto-Regular;
    color: #adadad;
    padding: 7px 10px 8px;
    background: #fff;
}
span {
    text-decoration: none;
}
p {
    font-size: 18px;
    line-height: 1.25;
}
a {
    -webkit-transition: 500ms;
    transition: 500ms;
    text-decoration: none;
    text-shadow: .2px 0 0 rgba(34, 34, 34, .5);
}
a:focus, a:hover {
    -webkit-transition: 500ms;
    transition: 500ms;
    color: #ff6124;
    background-color: rgba(238, 238, 238, 0);
    text-shadow: .2px 0 0 rgba(255, 97, 36, .5);
}
.buy {
    border: 0;
    border-radius: 3px!important;
    color: #fff;
    background-image: -webkit-linear-gradient(90deg, #ff6124 0, #ff9549 100%);
    background-image: -ms-linear-gradient(90deg, #ff6124 0, #ff9549 100%);
    font-size: 24px;
    text-transform: uppercase;
    width: 160px;
    height: 40px;
}
.price {
    text-align: center;
    font-size: 24px;
    font-family: Roboto-Bold;
}
.product {
    padding-top: 1px;
    margin-bottom: 32px;
    text-align: center;
}
.product a {
    display: block;
    text-decoration: none;
    color: #222;
    overflow: hidden;
}
.product .name a {
    max-height: 40px;
}
.product .image {
    border-radius: 3px!important;
    border: 1px solid #d0d0d0;
    background: #fff;
    height: 271px;
    width: 98%;
    margin-left: 1%;
    position: relative;
}
.product .image img {
    width: auto;
    max-height: 90%;
    max-width: 90%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.product .name {
    font-size: 14px;
    color: #222;
    text-align: center;
    padding-top: 11px;
}
.product .available {
    font-size: 14px;
    font-family: Roboto-Medium;
    text-align: center;
    color: #27c068;
    padding-top: 7px;
}
.product .code {
    text-align: center;
    margin-top: -5px;
}
.product .price {
    margin-top: -2px;
}
.product .buy {
    margin: 5px auto auto;
    padding-top: 3.4px;
    color: #fff;
}
.product .opt {
    text-align: center;
    margin-top: -4px;
    margin-bottom: 4px;
}
.headline {
    border-bottom: 1px solid #d0d0d0;
    margin-top: 28px;
    margin-left: 3px;
    padding-bottom: 0;
    margin-bottom: 28px;
}
.headline h2 {
    border-bottom: 3px solid #28a7ce;
    padding-bottom: 10px;
    display: table;
    padding-right: 5px;
    margin-bottom: -1px;
}
.home-category {
    margin-top: 15px;
    margin-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.home-category a {
    display: block;
    text-decoration: none;
    color: #222;
}
.home-category img {
    width: 90%;
    margin-left: 5%}
.filter .title {
    border: 0;
    border-radius: 3px!important;
    color: #fff;
    background-image: -webkit-linear-gradient(90deg, #1b89b1 0, #32b0d6 100%);
    background-image: -ms-linear-gradient(90deg, #1b89b1 0, #32b0d6 100%);
    font-size: 24px;
    text-align: center;
    width: 315px;
    height: 42px;
    display: block;
    padding-top: 2px;
    margin-top: 20px;
    position: relative;
    z-index: 500;
}
.filter .filter-content {
    background: #fff;
    width: 107.4%;
    border: 1px solid #d0d0d0;
    border-radius: 0 0 4px 4px;
    margin-top: -1px;
}
.filter .filter-content .filter-params:last-child .man-param, .filter .filter-content .filter-params:nth-last-child(2) .man-param {
    border-bottom: 0!important;
}
.filter .filter-params {
    padding: 12px 15px 0;
}
.filter .filter-params .head {
    font-size: 16px;
    font-family: Roboto-Medium;
    padding-bottom: 6px;
}
.filter .filter-params .man-param {
    position: relative;
}
.filter .filter-params .man-param:last-child {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 13px;
}
.filter .filter-params .man-param input[type=checkbox] {
    display: none;
}
.filter .filter-params .man-param input[type=checkbox]+label {
    font-size: 16px;
    cursor: pointer;
}
.filter .filter-params .man-param input[type=checkbox]+label:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #d0d0d0;
}
.filter .filter-params .man-param input[type=checkbox]:checked+label:before {
    content: "\f00c";
    -webkit-transition: all .2s;
    transition: all .2s;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal normal normal 13px/1 FontAwesome;
}
.filter .filter-params .man-param label {
    margin-left: 36px;
    padding-top: 0;
    margin-bottom: 0;
    font-family: Roboto-Regular;
    font-weight: 400;
}
.filter .filter-params .man-param label:before {
    margin-left: 11px;
    margin-top: 3px;
    border-radius: 4px;
    color: #ff6124;
}
.filter .filter-params .btn-group {
    padding-bottom: 17px;
}
.filter .filter-params .btn-group .btn.btn-default {
    font-size: 16px;
    border: 0;
    border-radius: 3px!important;
    color: #fff !important;
    background-image: -webkit-linear-gradient(90deg, #ff6124 0, #ff9549 100%);
    background-image: -ms-linear-gradient(90deg, #ff6124 0, #ff9549 100%);
    width: 120px;
    height: 30px;
    margin-left: 15px;
    padding-top: 3px;
}
.category-products .view-products {
    margin-top: -13px;
    padding-left: 3px;
}
.category-products .view-products label {
    font-size: 16px;
    font-weight: 400;
}
.category-products .view-products select {
    width: auto;
    min-width: 100px;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    padding: 0 6px;
    color: #adadad;
    height: 25px;
}
.page-status {
    font-size: 14px;
    text-align: center;
}
.page-status .pagination .active a {
    background-color: #ff6124;
    border-color: #ff6124;
    color: #fff;
}
.page-status .pagination a, .page-status .pagination span {
    color: #222;
}
.page-status .pagination a {
    background-color: #f5f5f5;
}
.product-variant {
    display: table;
    margin-top: -44px;
}
.product-variant div {
    display: table-cell;
}
.product-variant div img {
    margin-right: 5px;
}
.product-variant .list {
    padding-left: 15px;
    cursor: pointer;
}
.product-variant .tile {
    padding-left: 20px;
    cursor: pointer;
}
.list-products .product {
    width: 100%;
text-align: left;}
.list-products .product .image {
    width: 184px;
    height: 198px;
    display: block;
    float: left;
    margin-left: 3px;
    margin-right: 49px;
}
.list-products .product a>* {
    text-align: left;
    display: table-row;
}
.list-products .product  .name {
    line-height: 2;
    text-align: left;
}
.list-products .product  .name  a {
    height: auto !important;
}
.list-products .product  .available {
    line-height: 2.2;
    text-align: left;
}
.list-products .product  .code {
    text-align: left;
}
.list-products .product  .price {
    margin-top: 21px;
    display: block;
    text-align: left;
}
.list-products .product  .opt {
    line-height: 10px;
    text-align: left;
}
.list-products .product .buy {
    margin-top: 22px;
    float: left;
}
header input {
    font-size: 16px;
    padding: 7px 10px 6px;
}
header #top {
    height: 51px;
    border-bottom: 1px solid #d0d0d0;
}
header #top ul.nav {
    margin-left: -49px;
    margin-top: 1px;
}
header #top ul.nav a {
    padding: 14px 19px 10px 17.8px;
}
header a, header span {
    font-size: 14px;
    color: #222;
    -webkit-transition: 500ms;
    transition: 500ms;
}
header a:hover span {
    color: #ff6124;
    -webkit-transition: 500ms;
    transition: 500ms;
}
header .navbar {
    margin-bottom: 0;
}
header .langs {
    padding-top: 8px;
    padding-left: 20px;
}
header .langs>a {
    display: inline-block;
    vertical-align: top;
}
header .langs>span {
    display: inline-block;
    padding-top: 7px;
}
header .langs a.russia {
    display: inline-block;
    padding-right: 1px;
    vertical-align: top;
}
header .langs a.russia span {
    padding-left: 6px;
}
header .langs a.ukraine {
    display: inline-block;
    padding-left: 1px;
    vertical-align: top;
}
header .langs a.ukraine span {
    padding-right: 6px;
}
header .langs .flag {
    margin-top: 2px;
}
header .login {
    padding-top: 16px;
}
header .login>* {
    display: inline-block;
    vertical-align: top;
}
header .login .gate {
    padding-left: 24px;
}
header .login .key {
    float: right;
    margin-right: -16px;
}
header #middle #home {
    margin-top: 20px;
    margin-left: -14px;
    display: block;
    width: 347px;
    height: 63px;
    position: relative;
}
header #middle #home #logoicon {
    position: absolute;
    top: 14px;
    left: 14px;
    -webkit-transition: 400ms;
    transition: 400ms;
}
header #middle #home:hover #logoicon {
    top: 10px;
    -webkit-transition: 400ms;
    transition: 400ms;
}
header #middle #search-top {
    margin-top: 34px;
    margin-left: 5px;
}
header #middle #search-top input {
    width: 270px;
    margin-right: 4px;
}
header #middle #search-top .btn-search {
    border: 0;
    border-radius: 3px!important;
    color: #fff;
    background-image: -webkit-linear-gradient(90deg, #ff6124 0, #ff9549 100%);
    background-image: -ms-linear-gradient(90deg, #ff6124 0, #ff9549 100%);
    width: 42px;
    margin-left: 1px;
    margin-top: 1px;
    height: 35px;
    display: inline-block;
    vertical-align: top;
}
header #middle #search-top .btn-search img {
    margin-left: -2px;
}
header #middle .contact-top {
    text-align: center;
    padding-top: 4px;
    line-height: 1.25;
}
header #middle .contact-top a {
    display: block;
    font-size: 16px;
    padding-right: 30px;
    text-shadow: none;
}
header #middle .contact-top a span {
    font-size: 16px;
    color: #ff6124;
    text-shadow: none;
}
header #middle .contact-top .btn {
    border: 0;
    border-radius: 3px!important;
    color: #fff;
    background-image: -webkit-linear-gradient(90deg, #ff6124 0, #ff9549 100%);
    background-image: -ms-linear-gradient(90deg, #ff6124 0, #ff9549 100%);
    font-size: 16px;
    width: 160px;
    height: 28px;
    padding: 2px 9px;
    margin-left: -30px;
    margin-top: 4px;
}
header #middle .cart {
    cursor: pointer;
}
header #middle .cart .cart-total {
    position: relative;
    margin-top: 70px;
    margin-left: 5px;
}
header #middle .cart .cart-total span {
    font-size: 16px;
}
header #middle .cart .cart-total .total-count {
    font-size: 16px;
    border-radius: 50%!important;
    background-color: #ff6124;
    color: #fff;
    width: 23px;
    text-align: center;
    height: 23px;
    display: inline-block;
    margin-left: 6px;
    vertical-align: top;
}
header #middle .cart .cart-icon {
    position: absolute;
    top: 22px;
    right: 0;
}
header #middle .middle-menu {
    border: 0;
    border-radius: 3px!important;
    color: #fff;
    background-image: -webkit-linear-gradient(90deg, #1b89b1 0, #32b0d6 100%);
    background-image: -ms-linear-gradient(90deg, #1b89b1 0, #32b0d6 100%);
    height: 50px;
    margin-top: 8px;
}
header #middle .middle-menu ul.nav {
    margin-left: -31px;
}
header #middle .middle-menu ul.nav a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 13px 15px 0;
}
header #middle .middle-menu ul.nav a:after {
    content: ' ';
    background: url(img/3k.png) center no-repeat;
    width: 1px;
    height: 36px;
    display: inline-block;
    vertical-align: top;
    margin-left: 24px;
    margin-right: -9px;
    margin-top: -7px;
}
header #middle .middle-menu ul.nav li {
    display: inline-block;
}
header #middle .middle-menu ul.nav li:last-child a:after {
    display: none;
}
#left-bar {
    padding-left: 0;
    padding-right: 0;
}
#left-bar .home-category {
    margin-top: 0;
}
 .navbar-category {
    background-color: #fff;
    border: 0;
    margin-top: 20px;
    width: 107%}
.navbar-category .caret {
    display: none;
}
 .navbar-category ul.nav {
    width: 100.5%}
.navbar-category .navbar-brand {
    z-index: 10;
    position: relative;
    padding: 11px 14px;
    width: 315px;
    height: 42px;
    text-align: center;
    border: 0;
    border-radius: 3px!important;
    color: #fff;
    background-image: -webkit-linear-gradient(90deg, #ff6124 0, #ff9549 100%);
    background-image: -ms-linear-gradient(90deg, #ff6124 0, #ff9549 100%);
    font-family: Roboto-Medium;
    font-size: 16px;
}
.navbar-category li {
    float: none;
}
 .navbar-category li a {
    color: #222;
    padding: 2px 5px 3px 0px;
}

 .navbar-category li div {
    color: #222;
    padding: 2px 5px 3px 0px;
}
 .navbar-category li div:hover {
color: #ff7a36 !important;
text-decoration:underline;
    padding: 2px 5px 3px 0px;

}

ul.bx-nav-list-3-lvl {
   padding-bottom: 10px;
    padding-left: 7px;
    border-top: 1px solid;
    padding-top: 4px;
}
.bx-nav-2-lvl {
   padding-left: 5px;
    padding-right: 5px;
    width: 250px;
}
.navbar-category li a:focus > span, .navbar-category li a:hover > span {
    color: #ff6124;
    background-color: rgba(255, 255, 255, 0);
}
 .navbar-category ul.dropdown-menu {
    left: 90%;
    top: -1px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
.navbar-category ul.nav {
    border: 1px solid #d0d0d0;
    border-bottom: 0;
    margin-top: -2px;
    padding-top: 2px;
    border-radius: 0 0 4px 4px!important;
}
 .navbar-category ul.nav>li {
    border-bottom: 1px solid #d0d0d0;
     position: inherit;
}
 .navbar-category ul.nav>li>a {
    padding-top: 11px;
    padding-bottom: 10px;
    padding-left: 57px;
    font-size: 16px;
        color: #222 !important;
     
}
.navbar-category ul.nav>li>a:hover {
        color: #ff7a36 !important;
}
 .navbar-category ul.nav>li>a img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 16px;
}



 .navbar-category ul.nav>li>div {
    padding-top: 11px;
    padding-bottom: 10px;
    padding-left: 57px;
    font-size: 16px;
        color: #222 !important;
     
}
.navbar-category ul.nav>li>div:hover {
        color: #ff7a36 !important;
}
 .navbar-category ul.nav>li>div img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 16px;
}



#right-bar {
    padding-right: 0;
    padding-left: 40px;
}
#right-bar #carousel {
    margin-top: 19px;
}
#right-bar #carousel .carousel-control {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    background: #ff571d;
    line-height: 1.25;
    top: 44%}
#right-bar #carousel .carousel-control.left {
    left: 1.5%}
#right-bar #carousel .carousel-control.right {
    right: 1.5%}
#right-bar .viewall {
    text-align: right;
    overflow: hidden;
    width: 100%}
#right-bar .viewall a {
    font-size: 14px;
    color: #28a7ce;
    text-decoration: underline;
}
#right-bar .viewall a:hover {
    color: #ff6124;
}
.independent {
    margin-top: 10px;
}
.independent .text {
    padding: 19px 8px;
}
.independent .advantages-content {
    padding-left: 4%}
.independent h3 {
    margin-top: 9px;
    margin-bottom: 36px;
}
.independent .viewall.btn {
    border: 0;
    border-radius: 3px!important;
    background-image: -webkit-linear-gradient(90deg, #1b89b1 0, #32b0d6 100%);
    background-image: -ms-linear-gradient(90deg, #1b89b1 0, #32b0d6 100%);
    color: #fff;
    font-size: 18px;
    width: 220px;
    height: 40px;
    margin: 30px auto 0;
    display: block;
}
.independent.advantages {
    text-align: center;
}
.independent.advantages .border {
    width: 123px;
    height: 123px;
    margin: 0 auto;
    position: relative;
    border-radius: 50%!important;
    border: 2px solid #ff6124;
}
.independent.advantages .border img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.independent.advantages .name {
    font-size: 16px;
    padding-top: 16px;
}
.independent.advantages .advantages-item {
    margin-right: 3%}
.independent.form {
    border-radius: 3px!important;
    border: 3px solid #28a7ce;
    margin: 61px auto 0;
    width: 86%;
    padding-top: 33px;
    padding-bottom: 49px;
}
.independent.form .form-title {
    font-size: 24px;
    text-align: center;
    width: 46%;
    margin: 0 auto;
    padding-bottom: 27px;
}
.independent.form .form-title span {
    font-size: 24px;
    color: #28a7ce;
}
.independent.form .btn {
    border: 0;
    border-radius: 3px!important;
    color: #fff;
    background-image: -webkit-linear-gradient(90deg, #ff6124 0, #ff9549 100%);
    background-image: -ms-linear-gradient(90deg, #ff6124 0, #ff9549 100%);
    width: 160px;
    height: 40px;
    font-size: 18px;
}
.independent.form .form-control {
    font-size: 18px;
    width: 283px;
    height: 40px;
    margin-right: 15px;
}
.independent.form form {
    width: 80%;
    margin: 0 auto;
}
.independent.news {
    margin-top: 60px;
}
.independent.news .new-post {
    padding: 0 2%}
.independent.news .new-post img {
    width: 100%}
.independent.news .new-post .name {
    color: #28a7ce;
    font-size: 16px;
    padding-top: 10px;
    width: 90%;
    line-height: 1.25;
    display: block;
}
.independent.news .new-post .date {
    font-size: 16px;
    padding-top: 10px;
}
.independent.bread {
    padding: 0;
}
.independent.bread .breadcrumb {
    padding-left: 0;
    padding-top: 0;
}
.independent.bread .breadcrumb li {
    font-size: 16px;
    color: #28a7ce;
}
.independent.bread .breadcrumb li a {
    color: #28a7ce;
}
.independent.bread .breadcrumb li.active {
    color: #222;
}
.independent.bread .breadcrumb li:before {
    padding: 0 1px;
}
.independent.subcategory .product .image {
    height: 200px;
}
.subcategory .product .name {
    height: 51px;
    overflow: hidden;
}
.independent.subcategory i {
    display: none;
}
.HOME input {
    font-size: 18px;
}
.PRODUCT .right .name {
    font-size: 24px;
    padding-top: 29px;
    padding-left: 2px;
}
.PRODUCT .right .description {
    font-size: 16px;
    padding-left: 3px;
    padding-top: 6px;
    line-height: 1.3;
}
.PRODUCT .right .available {
    padding-top: 12px;
    padding-left: 3px;
    color: #27c068;
    font-family: Roboto-Medium;
    font-size: 16px;
}
.PRODUCT .right .attributes ul {
    margin-top: 11px;
}
.PRODUCT .right .attributes ul li {
    font-size: 16px;
    padding-left: 3px;
    line-height: 19px;
}
.PRODUCT .right .total {
    margin-left: 4px;
    margin-top: 17px;
}
.PRODUCT .right .total i {
    color: #edaa29;
    font-size: 16px;
    margin-right: 1.5px;
}
.PRODUCT .right .price-wrap {
    line-height: 27px;
    margin-top: 8px;
    margin-left: 2px;
}
.PRODUCT .right .price-opt {
    font-size: 18px;
    font-family: Roboto-Regular;
}
.PRODUCT .right .price-opt span {
    color: #ff6124;
    font-family: Roboto-Bold;
    font-size: 24px;
}
.PRODUCT .right .price-one {
    font-size: 18px;
    font-family: Roboto-Regular;
}
.PRODUCT .right .price-one span {
    color: #ff6124;
    font-family: Roboto-Bold;
    font-size: 24px;
}
.PRODUCT .right .price {
    overflow: hidden;
}
.PRODUCT .right .price>* {
    float: left;
}
.PRODUCT .right .speed-buy {
    border: 0;
    color: #fff;
    background-image: -webkit-linear-gradient(90deg, #1b89b1 0, #32b0d6 100%);
    background-image: -ms-linear-gradient(90deg, #1b89b1 0, #32b0d6 100%);
    border-radius: 3px!important;
    width: 230px;
    height: 40px;
    font-size: 24px;
    margin-top: 34px;
    margin-left: 3px;
}
.PRODUCT .right .cart-buy {
    border: 0;
    color: #fff;
    background-image: -webkit-linear-gradient(90deg, #ff6124 0, #ff9549 100%);
    background-image: -ms-linear-gradient(90deg, #ff6124 0, #ff9549 100%);
    border-radius: 3px!important;
    width: 230px;
    height: 40px;
    font-size: 24px;
    margin-top: 34px;
    margin-left: 26px;
}
.PRODUCT .card {
    margin-top: 5px;
}
.PRODUCT .card .product-attr .image {
    width: 600px;
    height: 360px;
    background: #fff;
    margin: 28px auto 20px;
    position: relative;
    border-radius: 3px!important;
    border: 1px solid #d0d0d0;
}
.PRODUCT .card .product-attr .image img {
    max-width: 98%;
    max-height: 98%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.quantity {
    width: 94px;
    margin-left: 40px;
    margin-top: 19px;
}
.quantity>* {
    float: left;
}
.quantity .minus, .quantity .plus {
    width: 18px;
    margin-left: 2px;
    border-radius: 4px;
    height: 31px;
    margin-top: 3px;
    font-size: 16px;
    padding-top: 4px;
    position: relative;
    z-index: 10;
    text-align: center;
}
.quantity input {
    width: 62px;
    margin-top: 2.5px;
    border-radius: 0!important;
    margin-left: -3px;
    height: 31.5px;
    text-align: center;
    color: #000;
    font-size: 18px;
    border: 1px solid #d0d0d0;
}
.quantity .plus {
    margin-left: -6px;
}
.quantity a {
    background-color: #28a7ce;
    color: #fff;
    text-decoration: none;
}
.bx-ui-sls-container input {
    margin-top: 0 !important;
}
.CART .price {
    font-size: 24px;
    font-family: Roboto-Medium;
}
.CART .headcart>div {
    text-align: center;
}
.CART .headcart .hart-photo {
    text-align: left;
}
.CART .headcart .hart-amount {
    text-align: right;
    padding-right: 46px;
}
.CART .headcart .hart-quantity {
    padding-left: 42px;
}
.CART .productcart .part-name, .CART .productcart .part-price {
    height: 162px;
    display: table-cell;
}
.CART .productcart .part-price {
    text-align: center;
}
.CART .productcart .part-price div {
    padding-left: 20px;
}
.CART .productcart .part-amount div, .CART .productcart .part-price div {
    font-family: Roboto-Medium;
    font-size: 24px;
    width: 100%;
    margin-left: 23px;
    margin-top: 66px;
}
.CART .productcart .part-amount {
    text-align: right;
}
.CART .productcart .part-delete {
    margin-top: 70px;
    margin-left: -10px;
    cursor: pointer;
}
.CART .productcart .part-photo .image {
    margin-left: -44px;
    margin-top: 14px;
    width: 120px;
    height: 138px;
    border-radius: 3px;
    border: 1px solid #d0d0d0;
    background: #fff;
    position: relative;
}
.CART .productcart .part-photo .image img {
    max-width: 98%;
    position: absolute;
    max-height: 98%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.CART .productcart .part-name div {
    padding-left: 54px;
    margin-top: 50px;
}
.CART .productcart .part-quantity .quantity {
    margin-top: 63px;
    margin-left: 61px;
}
.CART .cartbuy {
    text-align: right;
    margin-top: 21px;
}
.CART .cartbuy .back-buy {
    border: 0;
    background-image: -webkit-linear-gradient(90deg, #1b89b1 0, #32b0d6 100%);
    background-image: -ms-linear-gradient(90deg, #1b89b1 0, #32b0d6 100%);
    font-size: 18px;
    width: 230px;
    height: 40px;
    border-radius: 3px!important;
    color: #fff;
}
.CART .cartbuy .cart-buy {
    border: 0;
    background-image: -webkit-linear-gradient(90deg, #ff6124 0, #ff9549 100%);
    background-image: -ms-linear-gradient(90deg, #ff6124 0, #ff9549 100%);
    font-size: 18px;
    width: 230px;
    height: 40px;
    border-radius: 3px!important;
    color: #fff;
    margin-left: 25px;
}
.CART .productcart {
    padding-top: 20px;
    height: 200px;
    border-bottom: 1px solid #d0d0d0;
}
.CART .verdict {
    padding-top: 22px;
    font-family: Roboto-Medium;
}
.CART .verdict .price {
    text-align: right;
}
.CART .verdict .price span {
    color: #ff6124;
}
footer {
    background-color: #28a7ce;
    margin-top: 51px;
    padding-bottom: 20px;
}
footer>* {
    color: #fff;
}
footer #logo {
    display: block;
    margin-top: 30px;
}
footer .copy {
    font-size: 14px;
    margin-left: 61px;
    margin-top: 32px;
    display: block;
    width: 72%}
footer .social-icons {
    margin-left: 61px;
    margin-top: 28px;
}
footer .social-icons a {
    display: inline-block;
    margin-right: 8px;
    width: 32px;
}
footer .social-icons a img {
    width: 100%}
footer h3 {
    font-size: 18px;
    font-family: Roboto-Bold;
    padding-top: 16px;
    margin-bottom: 4px;
}
footer ul {
    line-height: 1.58;
}
footer .pl {
    padding-left: 5%}
footer .pl2 {
    padding-left: 0;
}
footer .pl3 {
    padding-left: 0;
    padding-right: 0;
    margin-left: -1%;
    width: 26%}
footer a {
    color: #fff;
}
footer .adress img {
    float: left;
}
footer .adress span {
    padding-top: 4px;
    padding-left: 35px;
    display: block;
}
footer .email {
    margin-top: 15px;
}
footer .email a {
    padding-left: 9px;
}
footer .tell {
    margin-top: 18px;
}
footer .tell img {
    float: left;
}
footer .tell .tell-content>a {
    display: block;
    padding-left: 35px;
    padding-bottom: 1px;
}
footer .tell a.btn {
    border: 0;
    border-radius: 3px!important;
    color: #fff;
    background-image: -webkit-linear-gradient(90deg, #ff6124 0, #ff9549 100%);
    background-image: -ms-linear-gradient(90deg, #ff6124 0, #ff9549 100%);
    width: 160px;
    height: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 4px;
}
.carousel-indicators {
    display: none;
}
.order .order-form input {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #d0d0d0;
    color: #464646;
}
.order .order-form .label {
    padding-bottom: 10px;
}
.order .order-param {
    position: relative;
}
.order .order-param:last-child {
    padding-bottom: 13px;
}
.order .order-param input[type=checkbox],
.order .order-param input[type=radio]{
    display: none;
}
.order .order-param input[type=checkbox]+label,
.order .order-param input[type="radio"]:disabled +label,
.order .order-param input[type="radio"]:checked:disabled +label {
    font-size: 16px;
    cursor: pointer;
}
.order .order-param input[type=checkbox]+label:before,
.order .order-param input[type="radio"]+label:before{
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #d0d0d0;
}
.order .order-param input[type=checkbox]:checked+label:before,
.order .order-param input[type="radio"]:checked+label:before{
    content: "\f00c";
    -webkit-transition: all .2s;
    transition: all .2s;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal normal normal 13px/1 FontAwesome;
}
.order .order-param label {
    margin-left: 36px;
    padding-top: 0;
    margin-bottom: 0;
    font-family: Roboto-Regular;
    font-weight: 400;
}
.order .order-param label:before {
    margin-left: 11px;
    margin-top: 3px;
    border-radius: 4px;
    color: #ff6124;
}
.order .label {
    font-size: 16px;
    color: #222;
    font-weight: 400;
    padding-left: 0;
    display: block;
    text-align: left;
}
.order .o_pramas-block .label {
    padding-bottom: 15px;
}
.search-page {
    margin-top: 25px;
}
.preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 325px;
    margin-left: 82px;
    margin-top: -1px;
}
.preview .preview-thumbnail.nav-tabs li {
    width: 97px;
    height: 97px;
    background: #fff;
    border-radius: 3px;
    margin-top: -1px;
    margin-right: 17px;
    display: table;
    border: 1px solid #d0d0d0;
}
.preview .preview-thumbnail.nav-tabs li:last-child {
    margin-right: 0;
}
.preview .preview-thumbnail.nav-tabs li a {
    display: table-cell;
    vertical-align: middle;
}
.preview-pic {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 326px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #d0d0d0;
    display: table;
}
.preview-pic>.tab-pane {
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    max-height: 100%}
.preview-pic>.tab-pane.active {
    display: table-cell;
}
.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
}
.preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%}
.preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block;
}
.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0;
}
.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0;
}
.tab-content {
    overflow: hidden;
}
.tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
}
@-webkit-keyframes opacity {
    0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
}
100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
}@keyframes opacity {
    0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
}
100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
}#page-content-wrapper {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
#page-content-wrapper.toggled {
    margin-right: -250px;
    margin-left: 250px;
}
#page-content-wrapper.toggled #top .m-title, #page-content-wrapper.toggled #top .mobile-top {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: -250px;
    width: 250px;
    height: 100%;
    overflow-y: auto;
    background: #272c30;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
#sidebar-wrapper ul.sidebar-nav {
    padding-bottom: 100px;
}
#sidebar-wrapper ul.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}
#sidebar-wrapper ul.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #ababab;
}
#sidebar-wrapper ul.sidebar-nav li a:active, #sidebar-wrapper ul.sidebar-nav li a:focus {
    text-decoration: none;
}
#sidebar-wrapper.toggled {
    left: 0;
    width: 250px;
}
#menu-toggle {
    margin: 5px 1px 1px 5px;
    padding: 6px 15px 4px 14px;
}
#menu-toggle i {
    font-size: 17px;
}
.m-cart {
    position: relative;
}
.m-cart .btn {
    margin: 5px 5px 1px;
    padding: 3px 15px 3px 13px;
    font-size: 17px;
}
.m-cart .btn .total-count {
    position: absolute;
    background: #ff692a;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    width: 17px;
    height: 17px;
    top: 2px;
    right: 41px;
}
#sidebar-wrapper ul.sidebar-nav li a {
    border-bottom: 1px solid #222629;
}
.sidebar-category {
    text-transform: uppercase;
    font-family: Roboto-Bold;
    color: #6e7479;
    font-size: 11px;
    line-height: 26px!important;
    background-color: #1c2023;
}
.m-social .social-icons {
    text-align: center;
    padding-top: 12px;
    margin: 0;
}
.m-social .social-icons a {
    margin-right: 4px;
}
.m-close-filter {
    display: none;
    float: left;
}
.m-close-filter #filter-close {
    margin: 5px 5px 1px;
    padding: 4px 12px;
    font-size: 16px;
    z-index: 1000;
    position: relative;
}
 .navbar-category ul.dropdown-menu {
        padding: 10px;
    max-width: 780px;
    max-height: auto;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
     margin-top: 43px;
     min-height: calc(100% - 42px);
     padding-bottom: 5px;
}
.login .reg {
    padding-right: 10px;
}
#top .container {
    position: relative;
}
#top .login {
    position: absolute;
    right: 0;
    width: auto;
}

/*Panteley button*/
.SUBCATEGORY ul.navbar-nav {
    display: none;
}
.SUBCATEGORY .navbar-category.active > ul.navbar-nav {
    display: block;
}
.SUBCATEGORY .navbar-category .navbar-brand:after {
    content: '\f078';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 11px;
    font-size: 14px;
    margin-top: 3px;
    -webkit-transition: 300ms;
    transition: 300ms;
}
.SUBCATEGORY .navbar-category:hover .navbar-brand:after {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
-webkit-transition: 300ms;
transition: 300ms;
}
/*End Panteley button*/
@media (max-width:1250px) {
    .CART .productcart .part-amount div, .CART .productcart .part-price div {
        font-size: 18px;
    }
    header #top ul.nav a {
    padding: 14px 7px 10px 15.8px;
}
header .login .gate {
    padding-left: 0;
    margin-left: -15px;
}
header .login .reg {
    padding-right: 0;
}
header #middle #home {
    height: auto;
    width: 100%}
header #middle #home img {
    width: 100%}
header #middle #home #logoicon {
    top: 11px;
    left: 12px;
    width: 13px;
}
header #middle #home #logoicon:hover {
    top: 5;
}
header #middle .contact-top a {
    padding-right: 0;
    font-size: 15px;
}
header #middle .contact-top a span {
    font-size: 15px;
}
header #middle .contact-top .btn {
    width: 100%;
    font-size: 13px;
    margin-left: 0;
}
header #search-top {
    width: 100%;
    margin-left: 0;
}
header #search-top input {
    width: 100%;
    margin-right: 0;
}
header #search-top .btn-search {
    right: 0;
    top: 0;
    position: absolute;
}
header .cart .cart-icon {
    top: 9px!important;
}
header .cart .cart-total {
    margin-left: 0!important;
    margin-top: 57px!important;
}
header .cart .cart-total span {
    font-size: 15px!important;
}
header .cart .cart-total .total-count {
    width: 21px!important;
    height: 21px!important;
    font-size: 15px!important;
}
#left-bar .navbar-brand, #left-bar ul.nav {
    width: 100%;
}
.independent.form .form-control {
    width: 222px!important;
}
.independent.form .form-title {
    width: 62%!important;
}
footer #logo img {
    width: 100%}
footer .copy, footer .social-icons {
    margin-left: 46px;
}
footer .pl, footer .pl3 {
    padding-left: 25px;
}
#right-bar .product .image img {
    max-height: 240px;
    max-width: 98%;
    width: auto!important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.filter .title {
    width: 107.3%}
.filter .filter-params .btn {
    width: 200px!important;
}
.filter .filter-params .btn-group .btn:last-child {
    margin-top: 10px;
}
.preview {
    margin-left: 25px;
}
.CART .productcart .part-delete img {
    margin-left: -16px;
}
.CART .productcart .part-delete .headline {
    margin-bottom: 0;
}
.CART .productcart .part-photo .image {
    margin-left: -30px;
}
}
@media (max-width:992px) {
    #right-bar #carousel {
        height: 329px;
    }
    .independent.news .new-post .date {
        padding-bottom: 15px;
    }
    .CART .headline {
    margin-left: 15px!important;
    margin-right: 15px!important;
}
.CART .productcart .part-amount div {
    margin-left: 40px;
}
.CART .productcart .part-quantity .quantity {
    margin-left: 43px;
}
.CART .productcart .part-price div {
    margin-left: 6px;
    font-size: 20px;
}
.left {
    display: inline-block;
    vertical-align: top;
    width: 47%}
.left .preview {
    margin-left: 0;
}
.right {
    display: inline-block;
    vertical-align: top;
    width: 50%}
.PRODUCT .right .price-one, .PRODUCT .right .price-opt {
    font-size: 16px;
}
.PRODUCT .right .name {
    font-size: 22px;
    padding-top: 18px;
}
.PRODUCT .right .price-opt span {
    font-size: 22px;
}
.PRODUCT .right .available, .PRODUCT .right .description {
    font-size: 14px;
}
.PRODUCT .right .cart-buy, .PRODUCT .right .speed-buy {
    width: 160px;
    font-size: 16px;
    height: 38px;
    margin-left: 4px;
}
h2 {
    font-size: 26px;
}
.independent {
    padding-left: 15px;
    padding-right: 15px;
}
.independent.news {
    padding-left: 0;
    padding-right: 0;
}
.independent.bread .breadcrumb {
    text-align: center;
    margin-top: 40px;
}
.SUBCATEGORY .independent.bread .breadcrumb,
.CATEGORY .independent.bread .breadcrumb {
        margin-top: 20px;
    }
    .PRODUCT  .independent.bread .breadcrumb {
        padding: 0 !important;
    display: block !important;
    margin-top: 20px !important;
    height: auto !important;
    }
    
p {
    font-size: 16px;
}
.m-filter {
    float: right;
    margin-top: -43px;
}
footer {
    padding-bottom: 10px;
}
footer .container {
    display: none;
}
header #top {
    position: fixed;
    height: 42px;
    background-color: #f5f5f5;
    z-index: 1000;
    width: 100%;
    border: 0;
    border-radius: 3px!important;
    color: #fff;
    background-image: -webkit-linear-gradient(90deg, #1b89b1 0, #32b0d6 100%);
    background-image: -ms-linear-gradient(90deg, #1b89b1 0, #32b0d6 100%);
    overflow: hidden;
}
    header #top:after {
        content: ' ';
        display: block;
            position: absolute;
    background-image: -webkit-linear-gradient(90deg, #1b89b1 0, #1e8eb6 100%);
    background-image: -ms-linear-gradient(90deg, #1b89b1 0, #1e8eb6 100%);
    width: 58%;
    height: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    }
header #middle {
    padding-top: 44px;
}
header #middle .middle-menu {
    border-radius: 0!important;
}
header .mobile-top {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
header .mobile-top>div {
    display: inline-block;
    vertical-align: top;
}
header .mobile-top .m-cart, header .mobile-top .m-nav {
    position: relative;
    z-index: 1000;
}
header .m-title {
    text-align: center;
    width: 100%;
    font-size: 16px;
    padding: 0 62px;
    position: absolute;
    left: 0;
    right: 0;
    line-height: 1.2;
    top: 0;
    bottom: 0;
    display: table!important;
    height: 33px;
    margin-top: 5px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
header .m-title span {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
}
header #home {
    width: 380px!important;
    margin: 30px auto!important;
}
header #search-top {
    margin: 0!important;
}
header #search-top input {
    width: 100%!important;
}
header .contact-top a {
    font-size: 15px!important;
    display: inline-block!important;
    padding: 9px 10px!important;
}
header .contact-top .btn {
    font-size: 15px;
    display: inline-block!important;
    vertical-align: top;
    padding: 9px 10px;
    width: 150px!important;
}
.middle-menu {
    text-align: center;
    height: 33px!important;
    overflow: hidden;
}
.middle-menu ul.nav {
    margin-left: -6px!important;
}
.middle-menu ul.nav a {
    font-size: 14px!important;
    padding: 6px 15px!important;
}
#right-bar {
    padding-right: 15px!important;
    padding-left: 15px!important;
}
#right-bar .category-products {
    padding-left: 0!important;
    padding-right: 0!important;
}
#left-bar {
    padding-right: 15px!important;
    padding-left: 15px!important;
}
#left-bar .home-category {
    margin-right: 0;
}
#left-bar .home-category .headline {
    margin-top: 0;
}
#left-bar .filter {
    position: fixed;
    z-index: 990;
    top: -1000px;
    left: 0;
    right: 0;
    height: 100%;
    -webkit-transition: top 500ms;
    transition: top 500ms;
    display: block !important;
}
#left-bar .filter.toggled {
    top: 42px;
    -webkit-transition: top 500ms;
    transition: top 500ms;
    -webkit-transition-delay: bottom 1000ms;
    transition-delay: bottom 1000ms;
}
#left-bar .filter.toggled    #smart-filter {
        height: 100%;
    }
 
#left-bar .filter .title {
    display: none;
}
#left-bar .filter .filter-content {
    width: 100%;
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 150px;
}
#left-bar .filter .filter-content .filter-params:last-child {
    position: fixed;
    bottom: -50px;
    right: 0;
    height: 43px;
    padding: 0;
    left: auto;
    -webkit-transition: 500ms;
    transition: 500ms;
    border-radius: 3px 0 0;
    background-image: -webkit-linear-gradient(to top, #1b89b1 0, #28bfed 100%);
    background-image: -webkit-linear-gradient(bottom, #1b89b1 0, #28bfed 100%);
    background-image: linear-gradient(to top, #1b89b1 0, #28bfed 100%);
}
#left-bar .filter .filter-content .filter-params:last-child.toggled {
    bottom: -3px;
}
#left-bar .filter .filter-content .filter-params:last-child .btn-group {
    padding: 0 0 0 4px;
    float: right;
}
#left-bar .filter .filter-content .filter-params:last-child .btn {
    margin: 6px 6px auto 3px!important;
    background: #fff;
    color: #333 !important;
    border: 1px solid #ccc;
    font-family: Roboto-Medium;
    width: 100px!important;
}
.independent.advantages .advantages-content {
    padding-left: 0;
    margin-top: -20px;
}
.independent.advantages .advantages-content .advantages-item {
    margin: 20px 0 0!important;
    width: 32%;
    display: inline-block;
    vertical-align: top;
}
.independent.form {
    width: 93%!important;
}
.independent.form .form-title {
    width: 90%!important;
}
.independent.form .form-group input {
    width: 160px!important;
}
.independent.form button.btn {
    width: 146px!important;
}
.independent.news .news-content {
    margin-top: -20px;
    margin-left: 0;
    margin-right: 0;
}
.independent.news .news-content .new-post {
    margin-top: 20px;
}
    .PRODUCT .navbar-category {
        display: block !important;
    float: left !important;
    z-index: 500 !important;
    background: none !important;
    margin-top: -61px !important;
    position: relative !important;
    }
    .PRODUCT  .independent.bread .breadcrumb {
        margin-left: 210px !important;
    }
    
    .PRODUCT .navbar-category ul.nav {
        position: absolute;
        margin-top: 42px;
    }
    .PRODUCT .navbar-category.active > ul.navbar-nav {
        margin-top: 42px;
    }
    .PRODUCT  .independent.bread .breadcrumb {
        position: relative;
        z-index: 600;
        text-align: left;
    }
    .independent.bread .breadcrumb li a {
        font-size: 14px;
    }
    /*Panteley <992*/

.SUBCATEGORY .hidden-sm {
display:block !important;
}
.SUBCATEGORY .navbar-category:hover .navbar-brand:after {
-webkit-transform: none;
transform: none;
-webkit-transition: 300ms;
transition: 300ms;
}
.SUBCATEGORY .navbar-category.active .navbar-brand:after {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
-webkit-transition: 300ms;
transition: 300ms;
}
.SUBCATEGORY .navbar-category .navbar-brand {
    width: 41% !important;
}
.SUBCATEGORY .navbar-nav {
        width: 60% !important;
}
    .SUBCATEGORY .navbar-nav {
            position: relative;
    float: none;
    width: 380px !important;
    margin-top: 42px !important;
        
    }
    .SUBCATEGORY .navbar-category.active {
     
    }
/* END Panteley <992*/
}

@media (max-width:768px) {
    .CATEGORY > .container {
        padding: 0;
    }
    .headline {
        margin-bottom: 15px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 10px;
        color: #222 !important;
    }
        .navbar-nav .open .dropdown-menu > li > a:hover {
color: #ff6124 !important;
    }
    .dropdown-menu li>ul {
        padding-left: 10px;
    }
    .navbar-nav .open .dropdown-menu {
        display: block;
    }
    .navbar-nav .open .dropdown-menu .bx-nav-2-lvl {
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }
    .PRODUCT .navbar-category.active > ul.navbar-nav {
            position: relative;
            margin: 42px 0 10px 0;
            width: 100%;
    }
    .PRODUCT .navbar-category {
        margin-bottom: 10px;
        width: 100% !important;
        margin-top: 8px !important;
    }
    .PRODUCT .navbar-brand {
        width: 100% !important;
    }
    .PRODUCT  .independent.bread .breadcrumb {
        margin: 0 !important;
        text-align: center;
    }
    .headcart {
        display: none;
    }
    #right-bar #carousel {
        height: auto;
    }
    .order .label {
    white-space: normal;
}
.o_pramas-block {
    margin-top: 15px;
}
.CART .productcart {
    margin-bottom: 15px;
}
.CART .productcart .part-price {
    display: block;
    height: auto;
    margin-top: 4px;
}
.CART .productcart .part-quantity .quantity {
    margin: 9px auto;
    overflow: hidden;
}
.CART .productcart .part-amount div {
    margin: 11px auto 10px;
    text-align: center;
}
.CART .productcart .part-amount div:before {
    content: 'Сумма:';
    display: inline-block;
    margin-right: 5px;
}
.CART .productcart .part-price div {
    margin-top: 1px;
    margin-left: auto;
    padding-left: 0;
}
.CART .productcart .part-price div:before {
    content: 'Цена:';
    display: inline-block;
    margin-right: 5px;
}
.CART .productcart .part-delete {
    margin-top: -22px!important;
    margin-right: -14px;
    float: right!important;
    position: relative;
    z-index: 10;
    width: 25px;
    height: 25px;
    background: #fff;
    padding: 0;
}
.CART .productcart .part-name {
    height: auto;
    display: block;
}
.CART .cartbuy .cart-buy {
    width: 100%;
    margin-left: 0;
}
.CART .productcart .part-name div {
    margin-top: 15px;
    padding: 0;
    text-align: center;
}
.CART .cartbuy .back-buy {
    width: 100%;
    margin-bottom: 15px;
}
.CART .productcart .part-delete img {
    margin-left: auto;
}
.CART .part-photo {
    padding-left: 0;
    padding-right: 0;
    margin-top: -8px;
}
.CART .part-photo .image {
    width: 260px!important;
    margin: 0 auto;
    height: 260px!important;
    margin-top: 0!important;
}
.CART .productcart {
    height: auto;
}
.CART .part-photo .image {
    margin-left: auto!important;
}
.view-products {
    margin-top: 0 !important;
/*
    position: absolute;
    right: 51px;
    top: 0;
    margin-top: 0!important;
*/
}
.view-products label {
    padding-top: 4px;
    display: none;
}
.view-products select {
    height: 31px!important;
}
.product-variant {
    display: none !important;
}
h2 {
    font-size: 24px;
}
p {
    font-size: 14px;
}
header #home {
    width: 285px!important;
}
header .middle-menu ul.nav a {
    padding: 7px!important;
    font-size: 12px!important;
}
header .middle-menu ul.nav a:after {
    display: none!important;
}
#right-bar .viewall a {
    background: #e6e6e6;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 4px;
    color: #3a3a3a;
    padding: 8px 13px;
}
.independent.advantages .name, .independent.bread .breadcrumb li {
    font-size: 14px;
}
.independent.advantages .advantages-content .advantages-item .border {
    width: 80px;
    height: 80px;
}
.independent.advantages .advantages-content .advantages-item .border img {
    width: 50%}
.independent.form {
    width: 100%!important;
    padding-top: 15px;
    padding-bottom: 15px;
}
.independent.form .form-group input, .independent.form .form-title, .independent.form button.btn, .independent.form form {
    width: 100%!important;
}
.independent.form .form-title, .independent.form .form-title span {
    font-size: 20px;
}
.independent.news .name {
    width: 98%!important;
}
.PRODUCT .card .product-attr .image, .left {
    width: 100%}
.left .preview {
    margin: 0 auto;
    width: 100%}
.preview-pic {
    width: 90%;
    margin: 0 auto;
    height: auto;
}
.preview .preview-thumbnail.nav-tabs li {
    height: 75px;
    width: 75px;
}
.preview-thumbnail.nav-tabs {
    margin: 16px auto 0;
}
.right {
    width: 100%}
.right .row {
    margin: 0;
}
   .SUBCATEGORY .navbar-category .navbar-brand {
    width: 100% !important;
}
.SUBCATEGORY .navbar-category.active ul.navbar-nav {
        width: 100% !important;
        position: relative;
    margin: 42px 0 10px 0;

} 
 .SUBCATEGORY   .navbar-category {
        width: 100% !important;
    }
    .headline {
        margin-top: 0;
    }
}
@media (max-width:600px) {
    .PRODUCT .right .quantity {
    margin-top: 26px;
    margin-left: 17px;
}
.PRODUCT .right .name {
    font-size: 20px;
}
.PRODUCT .right .speed-buy {
    width: 48%;
    font-size: 13px;
}
.PRODUCT .right .cart-buy {
    width: 48%}
.pagination .next, .pagination .previous {
    display: none;
}
.pagination li a, .pagination li span {
    padding: 6px 8px;
}
.filter-content {
    padding-bottom: 86px;
}

.headline {
    margin-top: 0px;
    margin-bottom: 15px;
}
.list-products .product .image {
            float: none;
            width: 100%;
}
.product .image {
    height: 220px;
}
.product .image img {
    max-height: 94%;
}
.independent.form .form-title {
    font-size: 18px;
    padding-bottom: 15px;
}
.independent.form .form-title span {
    font-size: 18px;
}
.independent .text {
    padding: 8px;
}
.independent.advantages .advantages-item {
    padding-left: 1%!important;
    padding-right: 1%!important;
}
.independent.advantages .advantages-item .border {
    width: 60px!important;
    height: 60px!important;
}
.independent.advantages .advantages-item .border img {
    width: 43%!important;
}
.independent.advantages .advantages-item .name {
    font-size: 12px;
}
.independent.news .name {
    font-size: 14px!important;
}
.independent.news .date {
    font-size: 14px!important;
    padding-top: 5px;
}
    /*Panteley <600*/
.navbar-nav .open .dropdown-menu {
    padding-right: 13px !important; 
    padding-top: 5px !important; 
    padding-bottom: 7px !important;
    padding-left: 13px;
}
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { 
width: 100%; 
padding-left: 5px; 
padding-right: 5px; 
position: relative; 
white-space: normal; 
}
        .navbar-nav .open .dropdown-menu .bx-nav-2-lvl {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }
    .SUBCATEGORY > .container {
        padding: 0 !important;
    }
    /* END Panteley <600*/
    
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #9d9d9d !important;
        text-shadow: none;
}
#left-bar .navbar-category ul.dropdown-menu {
    background: #fff;
}
}
@media (max-width:480px) {
    header .contact-top a {
    font-size: 12px!important;
    padding: 9px 2px!important;
    }
    header #middle .contact-top a span {
        font-size: 12px;
    }
    .list-products .product .buy {
        float: none;
    }
    .list-products .product .image img {
        position: absolute !important;
    }
    h2 {
    font-size: 22px;
}
h3 {
    font-size: 20px;
}
.product {
    width: 100%!important;
    max-width: 340px;
    margin: 20px auto!important;
    float: none!important;
}
.product .image {
    height: auto;
    max-height: 500px;
    min-height: 180px;
}
.product .image img {
    max-height: 385px;
    width: auto;
/*    position: relative!important;*/
}
.subcategory {
    max-width: 100%;
    overflow: hidden;
    }
.subcategory .product {
    max-width: 100%;
    display: table;
}
.subcategory .product .image {
    height: 70px!important;
    display: table-cell;
    
    max-width: 70px;
    width: auto;
    min-width: 70px;
}
.subcategory .product .image img {
    max-height: 90%;
    position: absolute !important;
    margin: auto !important;
    }
.subcategory .product .name {
    display: table-cell;
    vertical-align: middle;
    padding-top: 0;
    text-align: left;
    padding-left: 15px;
    font-size: 16px;
    font-family: Roboto-Bold;
    padding-right: 30px;
}
.subcategory a {
    position: relative;
}
.subcategory i {
    float: right;
    display: block!important;
    position: absolute;
    right: 2%;
    top: 0;
    bottom: 0;
    height: 12px;
    margin: auto;
    line-height: 1;
    font-size: 16px;
}
}

@media (max-width:380px) {
    header .m-title span {
    font-size: 13px;
}
header .middle-menu ul.nav a {
    padding: 8px 4px!important;
    font-size: 11px!important;
}
header .middle-menu ul.nav a:after {
    display: none!important;
}
}

.PRODUCT .navbar-category {
    float: left;
    width: 191px;
    position: absolute;
    z-index: 1000;
    background: none;
    margin-top: 10px;
}
.PRODUCT .navbar-category ul.nav {
    background: #fff;
    margin-top: -1px;
    display: none;
}
.PRODUCT  .independent.bread .breadcrumb {
    padding-left: 210px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.PRODUCT .independent.bread .breadcrumb li.active {
    font-size: 14px;
}
.HOME .navbar-category > a.navbar-brand:nth-child(2) {
    display: none;
}
.PRODUCT .navbar-category.active > ul.navbar-nav {
    display: block;
}
.PRODUCT .navbar-category.active {
    width: 312px;
    margin-top: 12px;
}
.PRODUCT .navbar-category .navbar-brand:after {
        content: '\f078';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 11px;
    font-size: 14px;
    margin-top: 3px;
    -webkit-transition: 300ms;
    transition: 300ms;
}
.PRODUCT .navbar-category.active .navbar-brand:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-transform-origin: 50% 55%;
    transform-origin: 50% 55%;
}
.PRODUCT .navbar-brand {
        width: 190px;
    padding-right: 30px;
    padding-left: 8px;
}
.PRODUCT > .container {
    padding: 0;
}
.SUBCATEGORY .navbar-category {
        background-color: rgba(255, 255, 255, 0);
}
.SUBCATEGORY .navbar-category ul.nav>li>a {
    background: #fff !important;
}


.dropdown-menu > li > a {
   font-family: "Roboto-Bold";
    white-space: normal;
    
}
.bx-nav-2-lvl > a {
    white-space: normal;
}



.dropdown-menu > li > div {
   font-family: "Roboto-Bold";
    white-space: normal;
    
}
.bx-nav-2-lvl > div {
    white-space: normal;
}


.category-products .headline h2 {
    width: calc(100% - 46px);
}
.bx-nav-list-3-lvl - a {
    border-bottom: 2px solid #5a5959;
    margin-bottom: 10px;
}
.category-products > .row,
.showcase > .row, .top-sales > .row  {
    display: table;
}
.category-products > .row > .product,
.showcase > .row > .product,
.top-sales > .row > .product {
    display: inline-block;
    vertical-align: top;
    float: none;
}


.zagh3{
font-size: 18px;
  font-size: 18px;
    font-family: Roboto-Bold;
    padding-top: 16px;
    margin-bottom: 4px;
    margin-top: 20px;
}







	.mbot:hover
	{
transition: 500ms;
    color: #ff6124;
    background-color: rgba(238, 238, 238, 0);
    text-shadow: .2px 0 0 rgba(255, 97, 36, .5);
   outline: 0;
   text-decoration: underline;
}

	.mbot:focus
	{
 color: #23527c;
    text-decoration: underline;

}

