@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto-Light.ttf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto-Medium.ttf);
    font-weight: 700;
    font-style: normal;
}
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    letter-spacing: .3px;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}
h1 {
    font-size: 25px;
    display: inline-block;
}
.information-information h1 {
    text-align: center;
    display: block;
    margin-bottom: 50px;
}
.common-home h1 {
    text-align: center;
    display: block;
}
header {
    padding: 10px 0;
    margin-bottom: 60px;
    border-bottom: 1px solid #eee;
}
.common-home header, .product-manufacturer-info header {
  margin-bottom: 0;
}
h2 {
    text-align: center;
    font-size: 24px;
    margin: 10px 0;
}
li a {
    color: #777;
}
li a:hover {
  color: #222 !important;
}
.buttons a {
    color: #005bff;
}
a {
    outline: none;
    color: #005bff;
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: #066cdd;
    box-shadow: none;
}
img {
    border: 0;
    vertical-align: middle;
}
.img-responsive {
    margin: 0 auto;
}
article, aside, footer, header, main, menu, nav {
    display: block;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.container {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 1500px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding: 0 5px;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-2-5, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
.col-xs-12 {
    width: 100%}
.col-xs-11 {
    width: 91.66666667%}
.col-xs-10 {
    width: 83.33333333%}
.col-xs-9 {
    width: 75%}
.col-xs-8 {
    width: 66.66666667%}
.col-xs-7 {
    width: 58.33333333%}
.col-xs-6 {
    width: 50%}
.col-xs-5 {
    width: 41.66666667%}
.col-xs-4 {
    width: 33.33333333%}
.col-xs-3 {
    width: 25%}
.col-xs-2 {
    width: 16.66666667%}
.col-xs-1 {
    width: 8.33333333%}

/*новое меню */
.lv1 {
    background: #fff;
    margin: 1%;
    box-shadow: 0 1px 2px rgba(25,25,25,0.2);
    border-radius: 6px;
    float: left;
    position: relative;
    width: 23%;
}
.common-home .lv1 {
    width: 48%;
    height: 230px;
}
.lv1-title {
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    background: #191919;
    padding: 15px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}
.lv2 {
    padding: 3px;
    font-size: 17px;
    text-align: center;
}
.lv2-block {
    padding: 25px;
    margin-top: 40px;
}
.lvl1.first-category.active .dropdown {
    display: block;
}
.lvl1.first-category .dropdown {
    display: none;
}
.dropdown.lvl2 a {
    font-size: 17px;
    font-weight: 500;
    padding: 14px 14px !important;
    margin: 0 -2px;
}
.dropdown-menu.lvl3 a {
    padding: 6px 0 !important;
    margin: 0;
    font-weight: 100;
    font-size: 16px;
}
.logo {
    position: absolute;
    color: #000;
    font-size: 22px;
    border: 1.5px solid #3a3a3a;
    text-align: center;
    line-height: 40px;
    max-width: 150px;
    margin: 0 auto;
    top: 20px;
    right: 0;
    left: 0;
}
.logo a {
  color: #000;
  padding: 6px 16px;
}
.logo a:hover {
  color: #000;
} 
.common-home .logo {
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    text-align: center;
    width: 200px;
    padding-right: 0;
}
.common-home h1 {
    text-align: center;
    margin-top: 30px;
}
.common-home h1 {
    text-align: center;
    margin: 30px 5px 5px 5px;
}
.first-category .main {
    font-weight: 500;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.nav>li {
    position: relative;
    display: block
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 6px 12px
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}
.navbar-nav>li {
    float: left;
    position: inherit;
	max-height: 100%;
}
.lvl1.first-category a {
    position: relative;
    display: block;
    padding: 8px 12px;
}
.dropdown-menu {
    position: absolute;
    left: 0;
    right: 0;
    box-shadow: none;
    border: 0;
    border-top: 1px solid #f7f7f7;
    margin: 0;
    z-index: 1000;
    display: none;
    float: left;
    text-align: left;
    list-style: none;
    background-color: #fff;
}
.dropdown-inner .dropdown-menu {
	border:0;
}
.top-category {
    display: table;
}
#menu-url {
	display:none;
}
#top-menu {
    border: 0;
    margin: 0 10px;
	position: static;
}
#top-menu .dropdown-inner a {
    display: inline-block;
    clear: both;
    line-height: 23px;
    color: #000;
}
#top-menu .title {
    font-weight: 500;
}
.no-style {
    padding-left: 0;
    list-style: none;
}
.close-lvl {
    text-align: center;
    border-bottom: 2px solid #ddd;
	padding: 15px 40px;
    font-weight: 500;
}
.close-lvl .arrow {
    left: 30px;
    padding: 7px;
    position: absolute;
    z-index: 9;
    cursor: pointer;
    padding: 15px 280px 15px 0;
    top: 0;
}
.open-lvl {
    text-align: right;
    right: 0;
    left: 0;
    padding: 15px;
    position: absolute;
    z-index: 9;
    cursor: pointer;
}
#search {
    width: 20%;
    position: absolute;
    top: 20px;
    right: 5%;
}
.search {
    height: 40px;
    display: block;
    width: 100%;
    font-size: 14px;
    border: 1px solid #eee;
    border-radius: 7px;
    padding: 12px;
    background: #fff;
    font-weight: 100;
}
.cart {
  position: absolute;
  background-color: #fff;
  display: inline-block;
  height: 14px;
  margin: 0 10px;
  top: 23px;
  right: 18px;
  transform: rotate(-45deg);
  width: 14px;
}
.cart:before,
.cart:after {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  height: 14px;
  position: absolute;
  width: 14px;
}
.cart:before {
  top: -8px;
  left: 0;
}
.cart:after {
  left: 8px;
  top: 0;
}
.icon-title {
    display: none;
}
header, menu, nav, footer {
    display: block
}
.show {
    display: block!important
}
.invisible {
    visibility: hidden
}
.hidden {
    display: none!important
}
/*<<<<<новое меню*/

/*иконки корзина/поиск*/
.all-icon {
    width: 23px;
    height: 23px;
    position: absolute;
    display: inline-block;
    margin: 0 7px 0 20px;
    top: 30px;
    right: 10px;
}
.all-icon:before, .all-icon:after {
    content: '';
    position: absolute;
}
.cart-icon:before {
    width: 100%;
    height: 73%;
    border-radius: 2px;
    border: 2px solid;
    left: 0;
    z-index: 1;
    bottom: 0;
}
.cart-icon:after {
    width: 15px;
    height: 11px;
    left: 4px;
    bottom: 14px;
    border-radius: 30px 30px 0 0;
    border: 2px solid;
    border-bottom: 0;
}
.text-head-block {
  top: 50px;
  position: absolute;
  right: 50px;
  display: none;
}
.search-icon {
    top: 10px;
    position: absolute;
    right: 0;
}
.search-icon:before{
    width: 1px;
    height: 7px;
    border: 1px solid #000;
    left: 18px;
    bottom: 3px;
    transform: rotate(130deg);
}
.search-icon:after {
    width: 75%;
    height: 75%;
    border-radius: 30px;
    border: 2px solid #000;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
}
.form-group {
    margin-bottom: 15px;
}
.form-group.orderbtn {
    padding-bottom: 10px;
    border-bottom: 2px solid #f4f5fa;
}
.form-horizontal {
    border: none;
}
.customselect {
    text-align: center;
    text-align-last: center;
    line-height: 26px;
    margin-top: 0;
    font-size: 14px;
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 7px;
    font-weight: 700;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    cursor: pointer;
}
b, strong {
    font-weight: 700;
}
p {
    margin: 0 0 10px;
}
textarea {
    overflow: auto;
}
hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #E0E0E0;
}
.image {
    height: 350px;
    color: #fff;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-height: 350px;
    max-width: 99%;
    overflow: hidden;
}
.product-info .image {
    height: 200px;
}
.show {
    display: block!important;
}
.invisible {
    visibility: hidden;
}
.hidden {
    display: none!important;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapse.in + .collapse-value {
    display: none;
}
.mmenu {
    margin: 0;
}
.mmenu li {
    float: left;
}
.mm-top {
    margin: 10px;
}
.mm-top a {
    text-decoration: none;
    color: #222;
}
.mm-top.menu17 a {
    display: block;
    padding: 10px;
}
.mm-top.menu17 {
    width: 45px;
    height: 45px;
    margin-top: 20px!important;
    margin-left: 10px !important;
}
.mm-top.menu17 span {
    width: 32px;
    height: 2px;
    display: block;
    background: #000;
    margin: 8px;
}
#menu {
    background: #000;
}
.mm-menu.mm-offcanvas, .fixload {
    display: none;
}
.tab-description {
    padding: 10px 0;
    margin-bottom: 20px;
}
.tab-content {
  margin-bottom: 20px;
}
#one-image {
  display: block;
}
#one-image #image {
  max-width: 100%;
}
.col-sm-8.product-info .price, .col-sm-8.product-info .price-old, .col-sm-8.product-info .price-new {
  display: block;
  padding: 10px 0;
  margin: 10px 0;
  font-size: 20px;
  font-weight: bold;
}
.col-sm-8.product-info .price-old, .col-sm-8.product-info .price-new {
  display: inline-block;
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
}
.col-sm-8.product-info .price-new {
  margin-left: 10px;
}
.magazin {
  margin-bottom: 30px;
  font-weight: bold;
}
.col-sm-8.product-info .btn-primary {
  margin: 0 0 25px 0;
  position: relative;
}
.product-thumb {
    position: relative;
    background: #fff;
    margin: 7px 7px 20px;
    border: 1px solid #f4f5fa;
    box-shadow: 1px 1px 3px 0 #f4f5fa;
    border-radius: 6px;
}
.product-thumb:hover {
    box-shadow: 0 1px 6px rgba(204, 204, 204, 0.8);
}
.sale {
    left: 15px;
    position: absolute;
    z-index: 1;
    top: 10px;
    background-color: red;
    color: #fff;
    width: 45px;
    font-size: 14px;
    border-radius: 50px;
    line-height: 45px;
    text-align: center;
    font-weight: 700;
}
.product-thumb .caption {
    padding: 5px;
    height: 120px;
    text-align: center;
}
.product-description {
    font-size: 13px;
    font-weight: 300;
    overflow: hidden;
    height: 19px;
    margin: 10px 0;
    color: #222;
}
.product-name {
    font-size: 14px;
    font-weight: 700;
    margin: 5px 0 !important;
    height: 35px;
    padding: 0 5px;
    margin: 0;
    color: #222;
    text-align: center;
}
.product-name a {
    color: #222;
}
.product-thumb .price {
    font-weight: 700;
    padding: 7px 0;
    color: #000;
}
.price-old {
    position: relative;
    margin-right: 10px;
    text-decoration: line-through;
    font-weight: 700;
    color: #000;
}
.price-new {
    color: red;
}
.product-info .product-thumb {
    margin: 1px;
}
.product-info .product-thumb .price {
    font-size: 14px;
}
.product-info .product-thumb .caption {
    height: 70px!important;
    margin-top: 10px;
}
.button {
  position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
max-width: 200px;
display: none;
background: #000;
height: 40px;
text-align: center;
line-height: 40px;
color: #fff;
border-radius: 5px;
margin: auto;
font-weight: 700;
border: none;
cursor: pointer;
}
.product-thumb:hover .button {
  display: block;
}
.product-thumb .img-block {
    background: #fff;
    border: none;
	border-radius: 6px;
    display: block;
    width: 100%;
	cursor: pointer;
}
.brand-name {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    margin: 5px 0;
    height: 17px;
    overflow: hidden;
}
.product-manufacturer a {
    color: #222;
}
.product-manufacturer h1 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
}
.product-manufacturer h2 {
    padding: 30px;
    margin: 20px 0;
    border-top: 3px solid silver;
    border-bottom: 3px solid silver;
    font-size: 40px;
}
.product-manufacturer .col-sm-3 {
    margin: 10px 0 5px;
}
.category_carousel {
    display: inline-block;
    white-space: nowrap;
}
.block-category, .fx-brands {
    padding: 10px 0;
    overflow-y: hidden;
    position: relative;
    white-space: nowrap;
}
#ocfilter_links {
  margin-bottom: 30px;
}
.category, .brands {
  display: inline-block;
  padding: 8px 14px;
  margin: 4px 2px;
  font-size: 14px;
  background: #f4f5fa;
  color: #000;
  border-radius: 17px;
}
.brands:hover {
  color: #000;
  background: #e2e2ea;
}
.top-brands {
  margin: 50px 20px;
  float: left;
  text-align: center;
}
#column-left .category {
    display: block;
    background: none;
    padding: 9px 0 0;
    margin: 0;
    font-size: 14px;
}
.breadcrumb {
    margin: 60px 30px 20px 30px;
    padding: 0;
    margin: 17px 6px;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 14px;
    line-height: 30px;
    color: #777;
}
.breadcrumb a:hover {
  color: #000;
}
::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.breadcrumb > li + li::before {
    padding: 0 6px 0 3px;
    content: "\203A"}
.breadcrumb > li {
    display: inline-block;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    background: none;
    text-shadow: none;
    font-weight: 700;
}
.list-group-item {
    border: 0;
    padding: 0 0 7px;
    font-size: 14px;
    position: relative;
    display: block;
}
.manufacturers .list-group {
    max-height: 300px;
    overflow-x: hidden;
    margin-top: 10px;
}
.list-group.solid {
    margin-bottom: 20px;
    max-height: none;
    overflow: inherit;
}
a.list-group-item, button.list-group-item {
    color: #222;
    text-transform: lowercase;
}
a.list-group-item::first-letter {
    text-transform: capitalize;
}
#button-filter {
    width: 45%;
    min-width: inherit;
    margin-right: 5%;
    vertical-align: top;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 5px;
    display: inline-block;
    max-width: 100%;
    text-transform: none;
}
.cat-info {
    margin-bottom: 20px;
}
.row.top.manufacturer {
  text-align: center;
}
.description {
    padding: 30px 10px;
    margin-top: 30px;
    max-width: 940px;
    margin: 0 auto;
}
.text {
  padding: 30px 10px;
  margin-top: 50px;
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px !important;
}
.fx-brands {
  padding: 10px;
  text-align: center;
}
.fx-brands h2 {
  padding: 20px 0;
}
.pagination {
    text-align: center;
    padding-left: 0;
    margin: 40px 0 30px;
}
.pagination > li {
    display: inline;
}
.pagination>li>a, .pagination>li>span {
    padding: 8px 14px;
    font-weight: 700;
    font-size: 18px;
    margin: 3px;
}
.pagination>.active>span {
    border-radius: 5px;
    border: 2px solid #222;
}
.btn {
    display: inline-block;
    max-width: 270px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    border-radius: 7px;
    box-shadow: none;
    margin-bottom: 10px;
    border: 1px solid transparent;
    touch-action: manipulation;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
}
.btn.btn-primary a {
  color: #fff;
  padding: 20px 35px;
}
.btn-primary {
    color: #fff;
    font-weight: 700;
    background: #000;
    padding: 15px 0;
    width: 100%;
    margin-top: -20px;
    z-index:99;
    position:absolute;
}
.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #222;
    color: #fff;
    text-decoration: none;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
.btn-group-vertical > .btn-group::after, .btn-toolbar::after, .clearfix::after, .container-fluid::after, .container::after, .form-horizontal .form-group::after, .modal-footer::after, .nav::after, .navbar-collapse::after, .navbar-header::after, .navbar::after, .pager::after, .panel-body::after, .row::after {
    clear: both;
}
.btn-group-vertical > .btn-group::after, .btn-group-vertical > .btn-group::before, .btn-toolbar::after, .btn-toolbar::before, .clearfix::after, .clearfix::before, .container-fluid::after, .container-fluid::before, .container::after, .container::before, .form-horizontal .form-group::after, .form-horizontal .form-group::before, .nav::after, .nav::before, .navbar-collapse::after, .navbar-collapse::before, .navbar-header::after, .navbar-header::before, .navbar::after, .navbar::before, .pager::after, .pager::before, .panel-body::after, .panel-body::before, .row::after, .row::before {
    display: table;
    content: " "}
footer {
    background: #fff;
    margin-top: 30px;
    padding: 30px 0;
    border-top: 2px solid #f4f5fa;
    text-align: center;
}
.footer-info {
    font-weight: 700;
    font-size: 17px;
    color: #222;
    padding: 17px;
}
.help {
  padding: 20px 0;
}
#close-btn {
    right: 0;
    left: 0;
    height: 100%;
    position: fixed;
    opacity: 0;
    z-index: 101;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    visibility: hidden;
    box-shadow: -2px 1px 3px 0 rgba(50, 50, 50, 0.75);
}
.open-mmenu #close-btn, .openfilter #close-btn {
    visibility: visible;
    opacity: 1;
}
.alert {
    text-align: center;
    color: #005bff;
    border: 1px solid #005bff;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 6px;
}
.well {
    text-align: center;
}
#autosearch_search_results {
    padding: 5px;
    position: absolute;
    background-color: #fff;
    list-style-type: none;
    z-index: 9999;
    width: 100%;
    margin-left: 0;
    border: 1px solid #f4f5fa;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    max-height: 250px;
    overflow-y: auto;
}
#autosearch_search_results model {
    padding-left: 5px;
    color: #38B0E3;
}
.asr {
    font-weight: 700;
    padding: 5px;
    text-align: center;
}
#autosearch_search_results .divasr {
    float: left;
}
#autosearch_search_results .div2asr {
    display: table-cell;
}
#autosearch_search_results ul {
    padding: 0;
}
#autosearch_search_results li {
    padding: 2px 0 2px 2px;
    width: 100%;
    float: left;
    display: block;
    padding-left: 5px;
}
#autosearch_search_results li a {
    display: block;
    outline: none;
}
#autosearch_search_results li + li {
    border-top: 1px solid #f4f5fa;
}
#autosearch_search_results a, #autosearch_search_results a:visited {
    text-decoration: none;
    outline: none;
}
#autosearch_search_results a:hover {
    color: #333!important;
    outline: none;
}
#autosearch_search_results li:hover {
    background-color: #f5f5f5;
    color: #333!important;
}
#autosearch_search_results li:hover a {
    color: #333!important;
    outline: none;
}
#autosearch_search_results .highlighted {
    background-color: #f5f5f5;
    color: #333!important;
}
#autosearch_search_results .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ccc;
}
#autosearch_search_results .mCSB_scrollTools {
    width: 10px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-bottom-color: transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-top-width: 1px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.ocfilter-option .ocf-option-name, .ocfilter-option .ocf-option-values, .ocfilter-option .ocf-option-description, .ocfilter-option .fields-price {
    font-size: 12px;
}
.ocfilter-option .ocf-option-name {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}
.ocfilter-option .ocf-option-values {
    overflow: visible;
}
.list-group-item {
    overflow: visible!important;
}
.list-group-item.ocfilter-option {
    margin-bottom: 20px;
}
.ocfilter-option .ocf-option-values .dropdown-menu {
    min-width: 100%;
    max-height: 250px;
    overflow: auto;
    padding: 10px;
}
.ocfilter-option .ocf-color {
    border-radius: 3px 3px 3px 3px;
    float: left;
    height: 19px;
    margin: 1px -16px 0 -3px;
    width: 19px;
}
.ocfilter-option .ocf-image {
    background-repeat: no-repeat;
    background-position: 0 0;
    float: left;
    height: 19px;
    margin: 1px -16px 0 -3px;
    position: relative;
    width: 19px;
    z-index: 10;
}
.ocfilter-option label {
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    white-space: normal;
    padding: 4px 0;
    width: 100%}
#v-500910094 {
    font-weight: 700;
}
.ocfilter-option .dropdown-menu label {
    white-space: nowrap;
}
.ocfilter-option label input {
    display: inline-block;
    margin: 0 5px 0 0;
}
.ocfilter-option label small {
    background-color: #DBEAF9;
    color: #0E6A93;
    font-weight: 200;
    font-size: 10px;
    margin-left: 5px;
}
.ocfilter-option label.disabled {
    color: #999;
}
.ocfilter-option label.disabled small {
    background-color: #EFEFEF;
    color: #999;
}
.ocfilter-option label.ocf-selected {
    color: #005bff;
    font-weight: 700;
}
.ocfilter-option label.ocf-selected small {
    opacity: 0;
}
button[data-target="#ocfilter-hidden-options"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
button[data-target="#ocfilter-hidden-options"] .fa:before {
    content: "\f078"}
button[data-target="#ocfilter-hidden-options"][aria-expanded="true"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
button[data-target="#ocfilter-hidden-options"][aria-expanded="true"] .fa:before {
    content: "\f077"}
.collapse-value > button, .collapse-value > button:focus, .collapse-value > button:active, .collapse-value > button:active:focus {
    font-weight: bold;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
}
.selected-options {
    color: #333;
    padding: 0;
}
.selected-options .ocfilter-option {
    font-size: 14px;
    font-weight: 700;
    padding: 4px 5px;
}
#ocfilter-price .ocf-option-values {
    padding: 10px 10px 5px;
}
.trackbar, .trackbar .left-block, .trackbar .right-block {
    height: 4px;
}
.popover-content .form-inline {
    white-space: nowrap;
}
.popover-content .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.scale {
    margin: 20px 40px 30px 10px;
}
.ocfilter .popover .form-inline .form-control {
    width: 100px;
}
.ocfilter-content-top .box-content, .ocfilter-content-bottom .box-content {
    font-size: 0;
}
.ocfilter-content-top .ocfilter-option, .ocfilter-content-bottom .ocfilter-option {
    display: inline-block;
    vertical-align: top;
    width: 33%}
.ocfilter-content-top .ocfilter-option + .ocfilter-option, .ocfilter-content-bottom .ocfilter-option + .ocfilter-option {
    border-top: none;
}
.ocf-offcanvas {
    z-index: 1000;
    background: #fff!important;
    width: 300px;
    position: fixed;
    border-color: rgba(0, 0, 0, 0.1);
    transition: transform .1s ease;
    overflow: auto;
    top: -2px;
    bottom: 0;
    left: -5px;
    transform: translate3d(-100%, 0, 0);
    padding: 0 10px;
    box-shadow: none;
}
.ocf-offcanvas .ocf-offcanvas-body {
    padding: 0 20px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-target {
    position: relative;
    direction: ltr;
}
.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
.noUi-handle {
    position: relative;
    z-index: 1;
}
.noUi-stacking .noUi-handle {
    z-index: 10;
}
.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s, top .3s;
    transition: left .3s, top .3s;
}
.noUi-state-drag * {
    cursor: inherit!important;
}
.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.noUi-horizontal {
    height: 5px;
}
.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    left: -13px;
    top: -9px;
    border-radius: 30px;
}
.noUi-vertical {
    width: 18px;
}
.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}
.noUi-background {
    background: #FAFAFA;
    box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
    background: #000;
}
.noUi-origin {
    border-radius: 2px;
}
.noUi-target {
    padding: 0 1px;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-target.noUi-connect {
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45), 0 3px 6px -5px #BBB;
}
.noUi-draggable {
    cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}
.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}
[disabled] .noUi-connect, [disabled].noUi-connect {
    background: #B8B8B8;
}
[disabled] .noUi-handle, [disabled].noUi-origin {
    cursor: not-allowed;
}
.noUi-pips, .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-pips {
    position: absolute;
    color: #999;
    font-size: 10px;
}
.noUi-value {
    position: absolute;
    text-align: center;
}
.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}
.noUi-marker {
    position: absolute;
    background: #CCC;
}
.noUi-marker-large, .noUi-marker-sub {
    background: #AAA;
}
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 45px;
    top: 100%;
    left: 0;
    width: 100%}
.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
}
.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
    height: 12px;
}
.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%}
.noUi-value-vertical {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    padding-left: 25px;
}
.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}
.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    padding: 5px;
    text-align: center;
}
.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
    top: -32px;
}
.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
    bottom: -32px;
}
.noUi-vertical .noUi-handle-lower .noUi-tooltip {
    left: 120%}
.noUi-vertical .noUi-handle-upper .noUi-tooltip {
    right: 120%}
.menu .nav .dropdown>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #222;
}
.menu .navbar-nav .dropdown {
    float: left;
}
.dropdown-menu {
    position: absolute;
    left: 0;
    right: 0;
    box-shadow: none;
    border: 0;
    margin: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
}
.dropdown-inner .dropdown-menu {
    border: 0;
}
.menu {
    margin: 0 auto;
    display: table;
}
.no-style {
    padding-left: 0;
    list-style: none;
}
.menu-categories {
    float: left;
    margin-top: 20px;
    width: 100%
}
.wall-menu {
    width: 30%;
    float: left;
    margin: 1.65%;
    padding: 0!important;
}
.main-categories {
    border-radius: 6px;
    border: 1px solid #f4f5fa;
    height: 420px;
    overflow-x: hidden;
}
.main-categories:hover {
    border-color: rgba(0, 0, 0, .125);
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, .05);
}
.main-categories .open-main-categories {
    padding: 10px;
    position: inherit;
    width: 30px;
    float: right;
    line-height: 30px;
}
.main-categories .lv4 {
  padding: 5px 15px;
  display: block;
}
.main-categories-title {
  font-weight: 700;
  text-align: center;
  padding: 20px 5px;
}
.main-categories-title a {
  color: #000;
}
.main-categories.dropdown {
    width: 100%;
    float: left;
}
.main-categories .dropdown-menu {
    border-radius: 6px;
    border: 1px solid #f4f5fa!important;
    top: 0;
    font-size: 16px;
    height: 420px;
    overflow-x: hidden;
    z-index: 1;
    background: #fff;
}
.main-categories .list-unstyled a {
  padding: 10px;
  line-height: 30px;
  width: 100%;
  color: #000;
  border-top: 1px solid #eee;
  display: block;
}
.main-categories .list-unstyled {
  padding: 0;
}


/* БЛОГ */
.newsblog-article h1, .newsblog-category h1 {
  text-align: center;
  display: block;
  font-size: 40px;
  margin-bottom: 40px;
}
.newsblog-article .content li a {
  color: #005bff;
}
.article-name {
  margin: 30px 10px;
  text-align: center;
  min-height: 40px;
}
.article-name a {
  color: #000;
  font-weight: 700;
}
.newsblog-article h2 {
  margin-top: 50px;
  margin-bottom: 20px;
}
.newsblog-article li {
  margin-top: 10px;
}
.newsblog-article .image {
  text-align: center;
  margin-bottom: 50px;
  height: auto;
}
.newsblog-article .image img {
  max-height: 500px;
}
.newsblog-article .content {
  max-width: 800px;
  margin: 0 auto;
}
.blog h1 {
  text-align: center;
  display: block;
  font-size: 40px;
  margin-bottom: 40px;
}
.blog .content li a {
  color: #005bff;
}
.blog a {
  font-weight: bold;
}
.blog h2 {
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: left;
}
.blog h3 {
  margin: 20px 0 7px 0;
}
.blog img {
  border-radius: 15px;
  margin: 10px 0 10px 0;
}
.blog li {
  margin-top: 10px;
}
.blog .image {
  text-align: center;
  margin-bottom: 50px;
  height: auto;
}
.blog .image img {
  max-height: 500px;
}
.blog .content {
  max-width: 800px;
  margin: 0 auto;
}
.person {
  text-align: center;
  margin-top: 30px;
  border-top: 5px solid #f4f5fa;
  padding: 30px 0;
}
.person-avatar {
  display: inline-block;
}
.person-name {
  font-weight: 700;
}
.person-content {
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
  text-align: left;
}
.person-description {
  display: block;
}
.person-avatar img {
  max-width: 100px;
  max-height: 100px;
  border-radius: 90px;
}
.recommendations-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.description-title {
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.recommendations {
  text-align: center;
  margin-top: 30px;
}
.filter-links a {
    display: inline-flex;
    padding: 10px 14px;
    margin: 5px 5px 5px 0px;
    font-size: 14px;
    background: #f4f5fa;
    color: #000;
    border-radius: 17px;
}
.filter-links {
  text-align: center;
}
.filter-links a:hover, .brand a:hover {
  color: #000;
  background: #e2e2ea;
}
.brand a {
  padding: 10px 14px;
  margin: 5px 10px 5px 0px;
  font-size: 14px;
  background: #f4f5fa;
  color: #000;
  border-radius: 17px;
}
.tab-content .filter-links {
  margin-top: 20px;
}

/*мобильные>>>>>>>>*/
@media (max-width: 992px) {
    html {
    transform: translate(0, 0);
    transition: transform .2s ease;
    height: 100%;
    transform: translate(0, 0);
    transition: transform .2s ease;
    height: 100%
    }
h1 {
  margin-top: 5px;
  margin-bottom: 20px;
}    
.row.top {
    text-align: center;
}
.row.top .col-md-10 {
  margin-bottom: 15px;
}
.manufacturer-left-category {
  overflow-y: hidden;
  position: relative;
  margin: 25px 5px;
  white-space: nowrap;
}
.mm-top.cart {
    float: right;
}
.brand-link {
  display: block !important;
}
.brand {
  margin-bottom: 15px;
  display: block;
}
.tab-content {
  text-align: left;
}
    .col-md-8 {
    margin-top: 30px;
    text-align: center;
}
.block-category {
    padding: 10px 0;
    overflow-y: hidden;
    position: relative;
    margin-bottom: 25px;
    white-space: nowrap;
}
.image, .img-responsive {
    height: 250px!important;
}
.product-thumb {
    margin: 5px 0!important;
}
.product-thumb .price {
    font-size: 13px;
    min-height: 30px;
}
.brand-name {
    font-size: 12px!important;
}
.tab-description {
    padding: 30px 10px!important;
}
#tab-description {
    text-align: left;
}
.left-category {
    display: inline-block;
}
#ocfilter {
    margin-top: 20px;
    padding: 10px;
}
.product-info h1 {
    text-align: center;
    margin: 20px 0 0 0;
}
.results {
    margin-bottom: 20px;
    display: block;
}
.text {
    text-align: center;
    padding: 20px 10px;
}
header {
    padding: 0;
    height: 60px;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
}
.headfix {
    width: 100%
}
#search {
    width: 94%;
    z-index: 100;
    right: 0;
    padding: 5px;
    top: 5px;
    margin: 5px;
}
#search .input-lg {
    width: 100%;
    margin: 0;
}
.search-icon {
    position: absolute;
    right: 2%;
    top: 14px;
    z-index: 999;
    left: auto !important;
}
.cart-icon {
    top: 20px;
}
#autosearch_search_results {
    width: 98%!important;
    margin-left: -4px!important;
}
#content {
    width: 100%!important;
}
.customselect {
    width: 48%;
    display: inline-block;
}
#one-image {
    width: 100%}
.product-info {
    text-align: center;
}
.econom {
    margin-left: 5px;
}
.action {
    display: none;
}
.hidden-xs {
    display: none!important;
}
.logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    font-size: 17px!important;
    max-width: 120px!important;
    line-height: 30px!important;
    margin: 14px auto!important;
    z-index: 99;
}
.logo a {
  padding: 6px 14px;
}
.clearfix {
    display: none;
}
.menutext.head-block {
    float: none!important;
}
.text-head-block {
    display: none!important;
}
.mm-top {
    width: 15%!important;
    display: block!important;
    margin: 0!important;
    line-height: 56px;
}
.mm-top.ac {
    display: none!important;
}
.main-categories .dropdown-menu {
    position: absolute!important;
}
.wall-menu {
    width: 98%!important;
    margin-bottom: 20px!important;
}
.main-categories {
  height: 100% !important;
}
html.open-mmenu, html.openfilter {
    transform: translate(300px, 0);
    overflow: hidden;
    position: fixed;
}
html.open-mmenu .ocf-offcanvas.ocfilter-mobile.hidden-sm.hidden-md.hidden-lg {
    display: none;
}
.lvl1.first-category .dropdown {
  display: block;
}
.menu {
    display: block;
    margin-top: 10px;
}
.navbar-nav>li {
    float: none;
    width: 100%
}
.navbar-nav .dropdown {
    float: none;
    width: 100%
}

#menu .nav a {
    padding: 15px 30px!important;
    font-size: 15px!important;
    font-weight: 600!important;
    color: #000!important;
    display: block;
    border-bottom: 1px solid #ddd;
}
#top-menu {
    z-index: 1000;
    background: #fff!important;
    width: 300px;
    position: fixed;
    border-color: rgba(0, 0, 0, 0.1);
    transition: transform .1s ease;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: -5px;
    transform: translate3d(-100%, 0, 0);
    padding: 0;
    margin: 0;
}
#top-menu .nav a {
    padding: 15px 15px 15px 30px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #3a3a3a !important;
    display: block;
    border-bottom: 1px solid #ddd;
}
.top-category {
  width: 100%;
  display: block;
  margin-top: 70px;
  border-top: 1px solid #ddd;
}
.dropdown-menu.lvl2 {
    top: -1px;
    height: 100%;
  }
  .dropdown > .dropdown-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    display: none;
    transition: .1s;
    width: 100%;
    left: inherit;
    float: none;
    overflow-y: scroll;
}
.dropdown-menu ul {
    margin: 0;
}
.footer-info {
  display: block;
  padding: 10px;
}
.sort {
  padding: 0 10px;
}
}
/*<<<<<<<<<мобильные*/

/*декстоп>>>>>>>>>>>>>*/
@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}
.col-md-12 {
    width: 100%}
.col-md-11 {
    width: 91.66666667%}
.col-md-10 {
    width: 83.33333333%}
.col-md-9 {
    width: 75%}
.col-md-8 {
    width: 66.66666667%}
.col-md-7 {
    width: 58.33333333%}
.col-md-6 {
    width: 50%}
.col-md-5 {
    width: 41.66666667%}
.col-md-4 {
    width: 33.33333333%}
.col-md-3 {
    width: 25%}
.col-md-2-5 {
    width: 20%}
.col-md-2 {
    width: 16.66666667%}
.col-md-1 {
    width: 8.33333333%}
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
}
.col-sm-12 {
    width: 100%}
.col-sm-11 {
    width: 91.66666667%}
.col-sm-10 {
    width: 83.33333333%}
.col-sm-9 {
    width: 75%}
.col-sm-8 {
    width: 66.66666667%}
.col-sm-7 {
    width: 58.33333333%;
    padding-left: 20px;
}
.col-sm-6 {
    width: 50%}
.col-sm-5 {
    width: 41.66666667%}
.col-sm-4 {
    width: 33.33333333%}
.col-sm-3 {
    width: 25%}
.col-sm-2 {
    width: 16.66666667%;
    position: inherit;
}
.col-sm-1 {
    width: 8%}
.hidden-lg {
    display: none!important;
}
    .container {
    width: 98%}
.col-sm-8.product-info {
    padding-left: 60px;
}
.menu17, .magni, #button-filter {
    display: none!important;
}
.results {
    margin-left: 10px;
}
.manufacturer-left-category .category {
    display: block;
    background: none;
    padding: 9px 0 0;
    margin: 0;
    font-size: 14px;
}
.row.top {
    margin: 10px 0;
    text-align: center;
}
.sort {
  max-width: 200px;
  margin-top: 30px;
}
.product-category .sort {
  margin-top: 60px;
}
.product-category #content, .product-manufacturer-info #content {
  margin-bottom: 30px;
  margin-top: -60px;
}
.navbar-nav {
    float: left;
    margin: 0;
}
.dropdown-block .dropdown .dropdown-menu {
    display: block!important;
    position: static;
    float: none;
}
#menu .dropdown-inner ul {
    padding-left: 0;
    list-style: none;
}
.dropdown-menu.dropdown-block {
    padding: 15px 30px;
    right: 0!important;
    display: none!important;
}
.dropdown-block:after {
    content: "";
    right: 0;
    position: absolute;
    background: #00000017;
    height: 100vh;
    width: 100%;
    top: 100%;
    pointer-events: none;
}
#menu .dropdown:hover>.dropdown-menu {
    display: block!important;
}
#menu .back, #menu .next {
    display: none;
}
#menu.spanel {
    position: static!important;
    background: transparent;
    transform: initial;
}
#menu .nav {
    overflow: hidden;
}
.left-category {
    margin-top: 30px;
}
#ocfilter {
  margin-top: 30px;
}
.row.top .col-md-8 {
    padding:  20px 0 0 25px;
}
.lvl1.first-category {
    float: left;
    position: inherit;
    max-height: 100%;
}
.navbar-nav {
    float: left;
    margin: 0;
}
#top-menu .col-5 {
    display: inline-block;
    padding: 0;
}
.dropdown-block .dropdown .dropdown-menu {
    display: block !important;
    position: static;
    float: none;
}
#top-menu .dropdown-inner ul {
    list-style: none;
}
.dropdown-menu.dropdown-block {
padding: 15px 30px;
right:0!important;
display: none !important;
}
#top-menu .dropdown:hover>.dropdown-menu {
    display: block !important;
}	
#top-menu .close-lvl, #top-menu .open-lvl {
    display: none;
}
#top-menu.spanel {
    position: static !important;
    background: transparent;
    transform: initial;
}
#top-menu .nav {
	overflow: hidden;
}
.hidden-lg {
    display: none !important;
}
.results {
    margin-left: 15px;
}
.top-block {
    border-bottom: 3px solid #e0e0e0;
    text-align: center;
    padding: 10px 0;
}
.products-block {
    padding: 10px;
    float: left;
    width: 80%;
}
.product-manufacturer-info .products-block {
    width: 100%;
}
.mmenu, #mfilter-open {
    display: none !important;
}
.panel-heading {
    display: none;
}
.filter-sort {
    height: 35px;
}
#top-menu .nav>li>a {
    margin: 13px;
}
#top-menu .nav .lvl1>a {
    margin: 13px;
}
.lvl1.active > a {
    border-bottom: 2px solid;
    color: #000;
}
.dropdown-menu.lvl3 {
    padding: 50px 50px 70px 50px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    column-count: 4;
}
.first {
    color: #000;
    font-size: 17px;
}
.first:hover {
  color: #000;
}
.lvl1.first-category.active .dropdown-menu.lvl2 {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 10px;
    display: block;
    right: 0;
    left: 0;
    text-align: center;
}
}
/*<<<<<<<декстоп*/