::-webkit-scrollbar {width: 3px;}
::-webkit-scrollbar:horizontal {height: 3px;}
::-webkit-scrollbar-track {background: #d8d8d8;}
::selection {
 color: #fff;
}

* {outline: none;}
html, body {
 margin: 0;
 padding: 0;
 height: 100%;
}
textarea, input {
 outline: none;
 resize: none;
 box-sizing: border-box;
}
img, a img {
 border: none;
 outline: none;
}
a {
 text-decoration: none;
 color: #666;
 transition: all .2s ease;
}
a:hover {
 color: #121212;
}
b {
 font-weight: 600;
 color: #121212;
}
body {
 font-size: 13px;
 line-height: 20px;
 color: #666;
 font-weight: 400;
 font-family: 'Roboto';
}

h1, h2, h3, h4, h5, h6 {
 margin: 0 0 22px;
 padding: 0;
 color: #121212;
 font-family: 'Roboto';
 text-transform: uppercase;
 font-weight: 400;
}
h1 {font-size: 24px;line-height: 24px;}
h2 {font-size: 20px;line-height: 20px;}
h3 {font-size: 18px;line-height: 18px;}
h4 {font-size: 16px;line-height: 16px;}
h5 {font-size: 15px;line-height: 15px;}
h6 {font-size: 13px;line-height: 13px;}

aside ul, aside ol, aside li {
 margin: 0;
 padding: 0;
 list-style: none;
 list-style-type: none;
}
textarea {
 overflow: auto;
 border: 1px solid #f0f0f0;
 color: #121212;
 line-height: 22px;
 min-height: 36px;
 padding: 6px 15px;
 font-size: 13px;
 font-family: 'Roboto';
 box-sizing: border-box;
 transition: all .3s ease;
 border-radius: 5px;
}
textarea:focus {
 border: 1px solid #121212;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"] {
 font-size: 13px;
 border: 1px solid #f0f0f0;
 color: #121212;
 line-height: 26px;
 height: 30px;
 padding: 6px 15px;
 font-family: 'Roboto';
 box-sizing: border-box;
 transition: all .2s ease;
 border-radius: 5px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
 border: 1px solid #383f49;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
 border: none;
 color: #fff;
 line-height: 22px;
 height: 30px;
 padding: 0 15px;
 font-family: 'Roboto';
 cursor: pointer;
 font-size: 13px;
 box-sizing: border-box;
 transition: all .3s ease;
 font-weight: 400;
 border-radius: 5px;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
 background-color: #383f49;
 color: #fff;
}
select {
 color: #666;
 border: 1px solid #f0f0f0;
 border-radius: 5px;
 background: #fff;
 cursor: pointer;
 font-size: 13px;
 font-family: 'Roboto';
 line-height: 22px;
 height: 30px;
 padding: 5px 27px 5px 10px;
 box-sizing: border-box;
 background-image: url('/img/select.png');
 background-position: right center;
 background-repeat: no-repeat;
 line-height: 1em;
 text-indent: 1px;
 text-overflow: '';
 -ms-appearance: none;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
select::-ms-expand {
 display: none;
}
select:focus {
 outline: none;
}
p {
 margin: 0;
 padding: 0;
}
.oh {
 overflow: hidden;
}
.cnt {
 width: 1170px;
 margin: 0 auto;
}
.clr:after {
 content: '';
 display: block;
 clear: both;
}

.col2 {width: 48.7179487179487%;}
.col3 {width: 31.6239316239316%;}
.col4 {width: 23.0769230769230%;}
.col6 {width: 14.5299145299145%;}

#content .col2 {width: 48.2758620689655%;}
#content .col3 {width: 31.0344827586206%;}
#content .col4 {width: 22.4137931034482%;}
#content .col6 {width: 13.7931034482758%;}

.col2, .col3, .col4, .col6 {
 margin-bottom: 30px;
 margin-right: 2.56410256410256%;
 float: left;
}

#content .col2,
#content .col3,
#content .col4,
#content .col6 {
 margin-right: 3.44827586206896%;
}
.col2:nth-child(2n), .col3:nth-child(3n), .col4:nth-child(4n), .col6:nth-child(6n) {
 margin-right: 0;
}
#content .col2:nth-child(2n), #content .col3:nth-child(3n), #content .col4:nth-child(4n), #content .col6:nth-child(6n) {
 margin-right: 0;
}
.col2:nth-child(2n+1), .col3:nth-child(3n+1), .col4:nth-child(4n+1), .col6:nth-child(6n+1) {
 clear: left;
}
.col2 *, .col3 *, .col4 *, .col6 {
 max-width: 100%;
}

.button {display: inline-block;border-radius: 5px;}
.button.small {line-height: 30px;padding: 0 10px;}
.button.medium {line-height: 36px;padding: 0 15px;font-size: 14px;}
.button.large {line-height: 40px;padding: 0 20px;font-size: 15px;}
.button.light {background: #f2f2f2;color: #121212;}
.button.light:hover {background: #383f49;color: #fff;}
.button.dark {background: #383f49;color: #eee;}
.button.dark:hover {color: #fff;}
.button.color {color: #fff;}
.button.color:hover {background: #383f49;color: #fff;}

#wrapper {
 background: #fff;
 overflow: hidden;
 box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
#top-line {
 height: 46px;
 background: #f8f8f8;
 color: #121212;
}
#top-line a {
 color: #121212;
}
.top-right {
 float: right;
}
.top-account {
 float: left;
 line-height: 46px;
 cursor: pointer;
 position: relative;
}
.top-account > .fa {
 margin-left: 7px;
}
.top-account ul {
 margin: 0;
 padding: 0;
 line-height: 36px;
 text-transform: none;
 position: absolute;
 top: 100px;
 right: 99999px;
 width: 180px;
 list-style: none;
 box-sizing: border-box;
 border: 2px solid #383f49;
 box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
 cursor: default;
 transition: top .3s ease, opacity .3s ease;
 opacity: 0;
 background: #fff;
 z-index: 9999;
 border-radius: 5px;
}
.top-account ul li {
 padding: 0 10px;
 margin: 0;
 border-bottom: 1px solid #eee;
}
.top-account ul li:last-child {
 border-bottom: none;
}
.top-account ul li .fa {
 margin-right: 5px;
}
.top-account:hover ul {
 top: 46px;
 right: 0;
 opacity: 1;
}
.top-account ul li a {
 display: block;
}
.top-account ul li a:hover {
 padding-left: 6px;
}
.top-right #shop-currency {
 float: left;
 padding-left: 20px;
}
.top-right #shop-currency select {
 border: none;
 background-color: rgba(0, 0, 0, 0);
 color: #121212;
 height: 46px;
 margin: 0;
}
.top-left {
 float: left;
 padding: 13px 0;
}
.top-left span {
 float: left;
 margin-right: 30px;
}
.top-left span .fa {
 margin-right: 5px;
 font-size: 14px;
}
#header {
 padding: 25px 0;
}
.logo {
 float: left;
}
.header-right {
 float: right;
}
#shop-basket {
 float: right;
 margin-top: 3px;
 position: relative;
}
.cart-info {
 position: relative;
 cursor: pointer;
 height: 50px;
}
.cart-info .fa-shopping-basket {
 float: left;
 font-size: 30px;
 width: 36px;
 margin-top: 7px;
}
.cart-count {
 display: block;
 width: 17px;
 height: 17px;
 line-height: 17px;
 border-radius: 100%;
 background: #fb4056;
 color: #fff;
 font-size: 10px;
 text-align: center;
 position: absolute;
 left: 20px;
 margin-top: -3px;
}
.cart-text {
 float: left;
 line-height: 21px;
 margin-left: 20px;
 height: 50px;
}
.cart-text > b {
 font-weight: 400;
 text-transform: uppercase;
 color: #121212;
 display: block;
}
.cart-text > b .fa {
 margin-left: 3px;
}
.cart-body {
 position: absolute; 
 width: 270px;
 box-sizing: border-box;
 padding: 20px;
 border: 2px solid #121212;
 background: #fff;
 right: -9999px;
 top: 100px;
 opacity: 0;
 box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
 transition: top .3s ease, opacity .3s ease;
 z-index: 9999;
 border-radius: 5px;
}
#shop-basket.opened .cart-body {
 top: 50px;
 right: 0;
 opacity: 1;
}
.cart-body ul {
 padding: 0 0 10px;
 margin: 0;
 list-style: none;
}
.cart-body ul li {
 padding: 0 10px 15px 0 !important;
 margin: 0 0 10px !important;
 border-bottom: 1px solid #eee;
 overflow: hidden;
 position: relative;
}
img.cart-item-img {
 float: left;
 width: 50px;
}
.cart-body ul li p {
 margin-left: 60px;
 line-height: 17px;
}
.cart-body ul li p i {
 font-size: 11px;
 color: #a7a7a7;
}
.cart-item-remove {
 display: block;
 position: absolute;
 top: 4px;
 right: 0;
 width: 13px;
 height: 13px;
 transform: rotate(45deg);
 cursor: pointer;
}
.cart-item-remove:before {
 content: "";
 display: block;
 width: 100%;
 height: 1px;
 position: absolute;
 left: 0;
 top: 6px;
 background: #121212;
}
.cart-item-remove:after {
 content: "";
 display: block;
 width: 1px;
 height: 100%;
 position: absolute;
 left: 6px;
 top: 0;
 background: #121212;
}
a.cart-item-name {
 color: #121212;
 display: inline-block;
 line-height: 15px;
}
.cart-item-remove:hover:before {background: red;}
.cart-item-remove:hover:after {background: red;}
.cart-btn-checkout {
 display: inline-block;
 line-height: 36px;
 padding: 0 15px;
 border-radius: 3px;
 color: #fff !important;
 font-size: 14px;
}
.cart-btn-checkout:hover {
 background-color: #121212;
}
.cart-btn-clear {
 display: inline-block;
 margin-left: 15px;
 border-bottom: 1px dotted #a7a7a7;
}
#search-form {
 width: 370px;
 margin-right: 250px;
 position: relative;
 margin-top: 5px;
}
input.search-keyword {
 width: 100%;
 border: 2px solid #eee;
 height: 36px;
 line-height: 36px;
 border-radius: 36px;
 background: none;
 padding-left: 18px;
}
input.search-keyword:focus {
 border: 2px solid #eee;
}
input.search-submit {
 border-radius: 36px;
 position: absolute;
 top: 0;
 right: 0;
 height: 36px;
 width: 36px;
 font-family: 'FontAwesome';
 text-align: center;
 font-size: 16px;
 padding: 0;
}
#menu-section {
 height: 60px;
 background: #383f49;
}
.shop-lists {
 float: right;
 padding: 12px 0;
}
.shop-lists a {
 display: block;
 float: left;
 margin-left: 20px;
 line-height: 36px;
 font-size: 20px;
 color: #8895a9;
 position: relative;
}
.shop-lists a:hover {
 color: #fff;
}
.shop-lists a span {
 display: block;
 position: absolute;
 top: 0;
 right: -9px;
 width: 15px;
 height: 15px;
 line-height: 15px;
 color: #fff;
 font-size: 10px;
 text-align: center;
 border-radius: 15px;
}
#middle {
 padding: 30px 0;
}

#content {
 float: right;
 width: 74.358974357%;
}
#slider-wrap {
 width: 100%;
 float: left;
 position: relative;
 overflow: hidden;
 border-radius: 5px;
 margin-bottom: 30px;
}
#slider-wrap:before {
 content: '';
 display: block;
 padding-top: 45.97701149425%;
 overflow: hidden;
}
#slider, .slide, .slide-content {
 position: absolute;
 top: 0;
 left: 0;
 overflow: hidden;
 width: 100%;
 height: 100%;
}
.slide * {
 max-width: 100%;
}
.slide img.slide-image {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 border-radius: 5px;
}
.slide-content {
 padding-top: 8.045977011494%;
 padding-left: 6.896551724137%;
 width: 50%;
}
.slide-text-1 {
 display: block;
 font-weight: bold;
 text-transform: uppercase;
 font-size: 14px;
 color: #383f49;
}
.slide-text-2 {
 display: block;
 font-size: 48px;
 line-height: 48px;
 color: #383f49;
 margin-bottom: 22px;
 text-transform: none;
}
.slide-text-3 {
 display: block;
 font-size: 24px;
 line-height: 24px;
 color: #fb4056;
 margin-bottom: 22px;
}
.slide-text-4 {
 display: block;
 font-size: 14px;
 color: #7a7a7a;
 margin-bottom: 40px;
}
.slide-arrow {
 position: absolute;
 display: block;
 bottom: 15px;
 height: 36px;
 width: 36px;
 line-height: 36px !important;
 text-align: center;
 border-radius: 36px;
 color: #fff;
 font-size: 18px !important;
 cursor: pointer;
 background: #383f49;
 transition: all .3s ease;
 opacity: 0;
}
.slide-arrow.fa-angle-left {
 right: 56px;
}
.slide-arrow.fa-angle-right {
 right: 15px;
}
#slider-wrap:hover .slide-arrow {
 opacity: 1;
}
.icon-block {
 overflow: hidden;
}
.icon-block .fa {
 float: left;
 width: 50px;
 color: #fb4056;
 font-size: 36px;
 line-height: 36px;
}
.icon-block h3 {
 margin: 0 0 0 50px;
 font-size: 14px;
}
.icon-block p {
 margin-left: 50px;
}
.home-page-goods {
 margin-bottom: 10px;
}
.tabs-head {
 border-bottom: 2px solid #eee;
 margin-bottom: 20px;
}
.tabs-head span {
 display: inline-block;
 line-height: 40px;
 height: 38px;
 padding: 0 15px;
 cursor: pointer;
 font-size: 14px;
 color: #121212;
 transition: all .2s ease;
 border-radius: 5px 5px 0 0;
}
.tabs-head span.aTabsHeadSpanActive {
 color: #fff;
 cursor: default;
}
.tabs-head span.aTabsHeadSpanActive:hover {
 color: #fff;
}
ul.tabs-body, ul.tabs-body li {
 list-style: none;
 margin: 0;
 padding: 0;
}
#content .list-item {
 float: left;
 width: 22.4137931034482%;
 margin-right: 3.44827586206896%;
 margin-bottom: 20px;
 margin-top: 10px;
}
.list-item * {
 max-width: 100%;
}
#content .list-item:nth-child(4n) {margin-right: 0;}
#content .list-item:nth-child(4n+1) {clear: left;}
.g-image {
 position: relative;
 margin-bottom: 10px;
}
.g-image img {
 width: 100%;
 cursor: pointer;
 transition: all .2s ease;
}
.g-image:hover img {
 opacity: 0.15;
}
.g-new {
 display: none;
 position: absolute;
 top: 10px;
 left: 10px;
}
.g-new b {
 display: block;
 position: relative;
 background: #a7c351;
 line-height: 16px;
 font-family: Verdana;
 font-size: 8px;
 letter-spacing: 1px;
 text-transform: uppercase;
 font-weight: 400;
 color: #fff;
 padding: 0px 7px;
 border-radius: 3px;
 z-index: 2;
}
.g-new:after {
 content: '';
 display: block;
 position: absolute;
 top: 7px;
 right: 12px;
 width: 10px;
 height: 10px;
 background: #a7c351;
 transform: rotate(-110deg) skewX(-50deg);
}
.g-sale {
 display: block;
 position: absolute;
 top: 10px;
 right: 10px;
}
.g-sale b {
 display: block;
 position: relative;
 background: #fb4056;
 line-height: 16px;
 font-family: Verdana;
 font-size: 8px;
 letter-spacing: 1px;
 text-transform: uppercase;
 font-weight: 400;
 color: #fff;
 padding: 0px 5px;
 border-radius: 3px;
 z-index: 2;
}
.g-sale b i {font-style: normal;}
.g-sale:after {
 content: '';
 display: block;
 position: absolute;
 top: 7px;
 left: 12px;
 width: 10px;
 height: 10px;
 background: #fb4056;
 transform: rotate(110deg) skewX(50deg);
}
.g-wish-compare {
 position: absolute;
 bottom: 20px;
 left: 50%;
 margin-left: -50px;
 transition: all .2s ease;
 width: 100px;
 height: 40px;
 background: #fff;
 border-radius: 5px;
 box-shadow: 0 0 20px rgba(0, 0, 0, 0.20);
 opacity: 0;
}
.g-image:hover .g-wish-compare {
 opacity: 1;
}
.g-wish-compare .wish {
 float: left;
 width: 45px;
 padding-left: 5px;
 line-height: 40px;
 text-align: center;
 font-family: 'FontAwesome';
 cursor: pointer;
 font-size: 18px;
 color: #383f49;
 transition: color .2s ease;
}
.g-wish-compare .wish.wdel {
 color: #fb4056;
}
.wadd:before {content: '\f08a';}
.wdel:before {content: '\f08a';}

.g-wish-compare .compare-widget-wrapper {
 float: left;
}
.g-wish-compare .compare-widget-wrapper a {
 display: none;
}
.g-wish-compare .compare-widget {
 width: 45px;
 padding-right: 5px;
 line-height: 40px;
 text-align: center;
 font-family: 'FontAwesome';
 cursor: pointer;
 font-size: 18px;
 color: #383f49;
 transition: color .2s ease;
}
.g-wish-compare .compare-widget-add:before {content: '\f24d';}
.g-wish-compare .compare-widget-remove:before {content: '\f24d';}
.g-wish-compare .compare-widget-remove {
 color: #fb4056;
}
.g-category {
 display: block;
 font-size: 12px;
 color: #a7a7a7;
 line-height: 16px;
 margin-bottom: 7px;
}
.g-category:hover {
 color: #fb4056;
}
.g-name {
 display: block;
 font-size: 15px;
 line-height: 18px;
 color: #121212;
 margin-bottom: 7px;
}
.g-name:hover {
 color: #fb4056;
}
.g-brief {
 display: none;
}
.g-price {
 float: left;
 line-height: 16px;
 font-size: 18px;
 color: #fb4056;
 padding: 2px 0;
}
.g-price s {
 display: block;
 font-size: 11px;
 color: #a7a7a7;
 height: 16px;
}
.g-to-basket {
 float: right;
 width: 36px;
 height: 36px;
 line-height: 36px;
 text-align: center;
 border-radius: 36px;
 color: #fff;
}
.g-to-basket:hover {
 background: #121212;
 color: #eee;
}
.g-to-basket .fa {
 line-height: 36px;
 font-size: 15px;
}
.banner {
 position: relative;
}
.banner img {
 width: 100%;
 border-radius: 5px;
}
.banner-1 {
 margin-bottom: 30px;
}
.banner-1 .banner-text {
 position: absolute;
 top: 50%;
 margin-top: -70px;
 left: 5.7%;
 z-index: 2;
}
.banner-1-text-1 {
 font-size: 36px;
 line-height: 36px;
 color: #383f49;
 font-weight: 400;
 text-transform: none;
 margin: 0 0 10px 0;
}
.banner-1-text-2 {
 width: 370px;
 line-height: 16px;
 color: #7a7a7a;
 margin-bottom: 20px;
}
.title-1 {
 position: relative;
 margin: 0 0 20px 0;
 border-bottom: 2px solid #dcdcdc;
 text-transform: none;
}
.title-1 span {
 display: inline-block;
 height: 38px;
 line-height: 40px;
 color: #fff;
 padding: 0 15px;
 font-size: 14px;
 border-radius: 5px 5px 0 0;
}
.title-1 .fa-angle-left, .title-1 .fa-angle-right {
 display: block;
 position: absolute;
 width: 24px;
 height: 24px;
 line-height: 24px;
 text-align: center;
 background: #f6f6f6;
 color: #383f49;
 font-size: 15px;
 top: 50%;
 margin-top: -12px;
 border-radius: 5px;
 cursor: pointer;
 transition: all .2s ease;
}
.title-1 .fa-angle-left {
 right: 29px;
}
.title-1 .fa-angle-right {
 right: 0;
}
.title-1 .fa-angle-left:hover, .title-1 .fa-angle-right:hover {
 color: #f6f6f6;
 background: #383f49;
}
.gcarouselbody * {
 max-width: none !important;
}
.gcarouselbody .list-item * {
 max-width: 100% !impor;
}
.owl-item {
 padding-left: 30px;
 box-sizing: border-box;
}
.owl-carousel {
 cursor: move;
}
.gcarousel {
 margin-left: -30px;
}
#content .gcarousel .list-item {
 width: 100%;
 margin-right: 0 !important;
 float: none;
 clear: none !important;
}
.bestsellers, .newitems {
 margin-bottom: 10px;
}
#sidebar {
 float: left;
 width: 23.076923075%;
}
.cat-block {
 border: 2px solid #dcdcdc;
 border-radius: 5px;
 margin-bottom: 30px;
}
.cat-block-title {
 text-transform: none;
 font-weight: 400;
 font-size: 16px;
 line-height: 20px;
 color: #fff;
 overflow: hidden;
 padding: 14px 18px 14px 18px;
 margin: 0;
}
.cat-block-title .fa {
 float: right;
 margin-top: 2px;
}
.cat-block-body {
 padding: 4px 18px;
}
.cat-block-body .cat-tree u {
 text-decoration: none !important;
}
.cat-block-body ul.cat-tree, .cat-block-body ul.cat-tree ul, .cat-block-body ul.cat-tree li {
 padding: 0;
 margin: 0;
 list-style: none;
}
.cat-block-body > ul.cat-tree {
 padding: 0 !important;
 background: #fff;
}
.cat-block-body > ul.cat-tree > li {}
.cat-block-body > ul.cat-tree > li:last-child {
 border-bottom: none;
}
.cat-block-body ul.cat-tree ul {
 display: none;
 padding-left: 10px;
 margin: 10px 0 10px 10px;
 border-left: 1px solid #e8e8e8;
}
.cat-block-body ul.cat-tree b {
 display: none;
}
.cat-block-body ul li, .cat-block-body ul.cat-tree li {
 padding-top: 7px;
 padding-bottom: 7px;
}
.cat-block-body ul.cat-tree li {
 border-bottom: 1px solid #e8e8e8;
 padding-top: 13px;
 padding-bottom: 13px;
}
.cat-block-body ul.cat-tree li ul li:last-child {border: none;}
.cat-block-body ul.cat-tree a:hover {
 color: #121212;
}
.cat-block-body ul.cat-tree .plus, .cat-block-body ul.cat-tree .minus {
}
.cat-block-body ul.cat-tree .plus:before, .cat-block-body ul.cat-tree .minus:before {
 display: inline-block;
 font-family: FontAwesome;
 font-size: inherit;
 text-rendering: auto;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 transform: translate(0, 0);
 font-size: 14px;
 float: right;
 color: #121212;
 cursor: pointer;
 padding-left: 10px;
 transition: color .2s ease;
}
.cat-block-body ul.cat-tree .plus:before {
 content: "\f107";
}
.cat-block-body ul.cat-tree .minus:before {
 content: "\f106";
}
.cat-block-body ul.cat-tree .plus:hover:before, .cat-block-body ul.cat-tree .minus:hover:before {
 color: #fb4056;
}
.left-banner {
 line-height: 0;
}
.left-banner-button {
 position: absolute;
 bottom: 30px;
 width: 100%;
 text-align: center;
}
.block {
 margin-bottom: 30px;
 box-sizing: border-box;
}
.block-title {
 position: relative;
 line-height: 20px;
 font-size: 19px;
 color: #121212;
 padding: 12px 0;
 margin-bottom: 20px;
}
.block-title:before {
 content: '';
 display: block;
 width: 50px;
 height: 2px;
 position: absolute;
 bottom: 0;
 left: 0;
 background: #eee;
}
ul.popular-list, ul.popular-list li {
 padding: 0;
 margin: 0;
 list-style: none;
}
ul.popular-list li {
 margin-bottom: 30px;
 overflow: hidden;
}
ul.popular-list li > img {
 width: 70px;
 float: left;
}
.popular-body {
 margin-left: 90px;
}
.popular-body .g-name {
 display: inline-block;
 line-height: 16px;
 font-size: 14px;
 color: #121212;
 margin-bottom: 0px;
}
.popular-body .g-to-basket {
 background: #f0f0f0;
 color: #121212;
}
.popular-body .g-to-basket:hover {
 color: #f0f0f0;
 background: #121212;
}
.partners {
 padding-top: 30px;
 border-top: 1px solid #e8e8e8;
 line-height: 0;
}
a.partner {
 display: block;
 text-align: center;
 opacity: 0.3;
}
a.partner:hover {
 opacity: 1;
}
.footer-top {
 padding: 50px 0 20px;
 background: #f8f8f8;
}
.f-block-title {
 margin-bottom: 20px;
 font-size: 17px;
 text-transform: uppercase;
 color: #121212;
 font-weight: 700;
}
.soc {
 display: inline-block;
 width: 36px;
 height: 36px;
 line-height: 36px;
 text-align: center;
 border-radius: 36px;
 color: #fff;
 font-size: 16px;
 margin: 0 2px;
}
.soc:hover {
 background: #121212;
 color: #fff;
}
.f-block-body ul, .f-block-body li {
 margin: 0;
 padding: 0;
 list-style: none;
}
.f-block-body li {
 margin-bottom: 12px;
}
.f-block-body li:last-child {
 margin-bottom: 0;
}

.f-block-body li .fa {
 margin-right: 7px;
}
.f-block-body li a:hover {
 padding-left: 5px;
}
.footer-bottom {
 padding: 20px 0;
}
.payments {
 float: left;
 line-height: 0;
 padding: 10px 0 5px;
}
.payments img {
 margin: 0 3px 5px 0;
}
.copy {
 float: right;
 line-height: 20px;
 padding: 15px 0;
}
.goods-settings {
 margin-bottom: 10px;
 padding-bottom: 10px;
 padding-top: 10px;
 border-bottom: 1px solid #e8e8e8;
 border-top: 1px solid #e8e8e8;
}
.goods-view-mode {
 float: left;
}
.goods-view-mode > span .fa {
 display: inline-block;
 padding: 0 8px;
 line-height: 30px !important;
 height: 30px;
 background: #e8e8e8;
 color: #121212;
 text-align: center;
 font-size: 14px;
 cursor: pointer;
 transition: all .3s ease;
 border-radius: 5px;
}
.goods-view-mode > span:first-child {
 margin-right: 2px;
}
.goods-view-mode > span:hover {
 color: #121212;
}
.goods-view-mode > span.goods-view-mode-active .fa {
 cursor: default;
 box-shadow: none;
 color: #fff;
 background: #383f49;
}
.goods-sorter {
 float: right;
 line-height: 30px;
}
.goods-sorter a {
 padding: 0 5px;
}
.goods-sorter a.active {
 color: #121212;
}
#content .list-item-view-mode-list .list-item {
 float: none;
 width: 100%;
 margin-right: 0;
 overflow: hidden;
 padding-top: 15px;
 padding-bottom: 15px;
 margin-bottom: 15px;
 border-bottom: 1px solid #f4f4f4;
}
#content .list-item-view-mode-list .list-item .g-image {
 float: left;
 width: 170px;
}
#content .list-item-view-mode-list .list-item .g-info {
 margin-left: 200px;
}
#content .list-item-view-mode-list .list-item .g-category {
 margin-bottom: 2px;
}
#content .list-item-view-mode-list .list-item .g-name {
 font-size: 18px;
 margin-bottom: 12px;
}
#content .list-item-view-mode-list .list-item .g-brief {
 display: block;
 margin-bottom: 3px;
}
#content .list-item-view-mode-list .list-item .g-price {
 line-height: 36px;
}
#content .list-item-view-mode-list .list-item .g-price s {
 display: inline-block;
 margin-right: 3px;
}
.path {
 background: #f8f8f8;
 padding: 10px 20px;
 border-radius: 0 0 5px 5px;
 font-size: 12px;
}
.good-page {
 margin-bottom: 20px;
}
.gp-image {
 float: left;
 position: relative;
 width: 195px;
 line-height: 0;
}
.gp-image img {
 cursor: pointer;
 transition: all .3s ease;
 box-sizing: border-box;
 border: 1px solid #f2f2f2;
 border-radius: 5px;
}
.gp-image img:hover {
 opacity: 0.7;
}
.gp-image .big {
 width: 100%;
 margin-bottom: 7.6923076923%;
}
.gp-image .small {
 float: left;
 width: 28.205128205%;
 margin-right: 7.6923076923%;
 margin-bottom: 7.6923076923%;
}
.gp-image .small:nth-child(3n) {
 margin-right: 0;
}
.gp-info {
 margin-left: 225px;
}
.gp-title {
 text-transform: none;
 font-weight: 400;
 color: #121212;
 font-size: 17px;
 padding-bottom: 15px;
 margin-bottom: 15px;
 border-bottom: 1px solid #f4f4f4;
}
.gp-price-rate {
 overflow: hidden;
 padding-bottom: 15px;
 margin-bottom: 15px;
 border-bottom: 1px solid #f4f4f4;
 line-height: 15px;
}
.gp-price {
 float: left;
 font-size: 18px;
 color: #fb4056;
}
.gp-price s {
 font-size: 12px;
 color: #a7a7a7;
 padding-left: 2px;
}
.gp-rate {
 float: right;
}
.gp-brief {
 padding-bottom: 15px;
 margin-bottom: 15px;
 border-bottom: 1px solid #f4f4f4;
}
.gp-options {
 padding-bottom: 5px;
 margin-bottom: 15px;
 border-bottom: 1px solid #f4f4f4;
}
.gp-options ul.shop-options {
 margin: 0;
 padding: 0;
 list-style: none;
 overflow: hidden;
}
.gp-options ul.shop-options li {
 float: left;
 margin: 0 15px 10px 0;
 padding: 0;
}
.gp-options ul.shop-options li:last-child {
 margin-right: 0;
}
.gp-options ul.shop-options .opt {
 font-weight: 400;
 color: #1a1a1a;
}
.gp-buttons {
 overflow: hidden;
 padding-bottom: 5px;
 margin-bottom: 15px;
 border-bottom: 1px solid #f4f4f4;
}
.gp-buttons input {
 float: left;
}
.gp-buttons > span {
 float: left;
 display: block;
 width: 30px;
 height: 30px;
 line-height: 30px;
 text-align: center;
 font-size: 10px;
 background: #f2f2f2;
 border-radius: 5px;
 cursor: pointer;
 color: #121212;
 transition: all .2s ease;
 margin-bottom: 10px;
}
.gp-buttons > span:hover {
 color: #fff;
 background: #383f49;
}
.gp-buttons input[type="text"] {
 margin: 0 5px;
 width: 40px;
 text-align: center;
 padding: 0;
 margin-bottom: 10px;
}
.gp-buttons > span.fa-plus {
 margin-right: 15px;
}
.gp-buttons input[type="button"] {
 margin-right: 5px;
 margin-bottom: 10px;
}
.gp-buttons > a {
 float: left;
 margin-right: 5px;
 margin-bottom: 10px;
 font-size: 14px;
}
.gp-buttons .wish {
 float: left;
 margin-right: 5px;
 margin-bottom: 10px;
 background: #f2f2f2;
 color: #121212;
 height: 30px;
 line-height: 30px;
 border-radius: 5px;
 transition: all .3s ease;
 cursor: pointer;
 font-family: 'FontAwesome';
 font-size: 14px;
 text-align: center;
}
.gp-buttons .wdel {
 color: #fff;
 background: #fb4056;
}
.gp-buttons .wadd:before {content: '\f08a';}
.gp-buttons .wdel:before {content: '\f08a';}
.gp-buttons .compare-widget-wrapper {
 float: left;
 margin-bottom: 10px;
}
.gp-buttons .compare-widget {
 background: #f2f2f2;
 color: #121212;
 padding: 0 10px;
 height: 30px;
 line-height: 30px;
 border-radius: 5px;
 transition: all .3s ease;
 cursor: pointer;
 font-family: 'FontAwesome';
 font-size: 14px;
 float: left;
 margin-right: 5px;
}
.gp-buttons .compare-widget-remove {
 color: #fff;
 background: #a7c351;
}
.gp-buttons .compare-widget-wrapper > a {
 display: none;
}
.gp-buttons .compare-widget-add:before {content: '\f24d';}
.gp-buttons .compare-widget-remove:before {content: '\f24d';}
.gp-options-list {
 padding-bottom: 15px;
 margin-bottom: 15px;
 border-bottom: 1px solid #f4f4f4;
}
.gp-options-list ul, .gp-options-list ul li {
 margin: 0;
 padding: 0;
 list-style: none;
 line-height: 24px;
}
.gp-options-list .opt {
 font-weight: 400;
 color: #121212;
 padding-right: 2px;
}
.gp-tabs {
 margin-bottom: 30px;
}
.gp-more-goods {
 margin-bottom: 20px;
}
.post {
 padding-bottom: 30px;
 margin-bottom: 30px;
 border-bottom: 1px solid #f0f0f0;
}
.post-image {
 line-height: 0;
 text-align: center;
 margin-bottom: 30px;
}
.post-image img {
 width: 100%;
 border-radius: 5px;
}
.post-details {
 line-height: 14px;
 overflow: hidden;
 padding: 0 1px;
 margin-bottom: 7px;
}
.post-details > u {
 display: block;
 float: left;
 text-decoration: none;
 font-size: 13px;
 margin-right: 20px;
}
.post-details > u .fa {
 margin-right: 2px;
}
.post-rate {
 float: right;
}
.post-title {
 line-height: 24px;
 font-size: 22px;
 color: #121212;
 margin-bottom: 20px;
}
.post-title a {
 color: #121212;
}
.post-message {
 margin-bottom: 20px;
}
.bbQuoteBlock {
 margin: 20px 0;
}
.bbQuoteName {
 font-weight: 400;
 font-size: 11px;
 color: #212121;
 margin: 0 0 2px;
}
.quoteMessage {
 border-left: 3px solid #eee;
 padding: 17px 20px;
 background: #f7f7f7;
 color: #a7a7a7;
 font-style: italic;
 border-radius: 5px;
}
.post-tags {
 padding-top: 20px;
 border-top: 1px solid #f2f2f2;
 margin-bottom: -10px;
}
.post-tags b {
 display: block;
}
.ph_cats {
 text-align: center;
 margin-bottom: 30px;
}
.ph_cats .catsTable {
 display: inline-block !important;
}
.ph_cats .catsTable * {
 display: block;
}
.ph_cats .catsTable tr {
 display: inline-block;
}
.ph_cats .catNumData {
 display: none !important;
}
.ph_cats a {
 display: block;
 color: #121212;
 font-size: 14px;
 margin: 2px;
 padding: 0 15px;
 font-weight: 500;
 line-height: 36px;
 border-radius: 5px;
 background: #f4f4f4;
}
.ph_cats a.catNameActive {
 color: #fff;
}
.ph_cats a:hover {
 background: #383f49;
 color: #fff;
}
.ph_cats a.catNameActive {
 color: #fff;
 cursor: default;
}
.photo-list {
 margin: 0;
 padding: 0;
 list-style: none;
}
.photo-wrap {
 position: relative;
 overflow: hidden;
 border-radius: 5px;
}
.photo-wrap:after {
 content: '';
 display: block;
 padding-top: 72%;
}
.photo-wrap > div {
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 border-radius: 5px;
}
.photo {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-size: cover;
 background-position: center;
 border-radius: 5px;
}
.photo-info {
 position: absolute;
 top: 0;
 left: 0;
 background: rgba(255, 255, 255, 0.9);
 width: 100%;
 height: 100%;
 opacity: 0;
 transition: opacity .3s ease;
}
.photo:hover .photo-info {
 opacity: 1;
}
.photo-info-body {
 position: absolute;
 top: 50%;
 margin-top: -45px;
 left: 0;
 width: 100%;
 box-sizing: border-box;
 padding: 0 20px;
 text-align: center;
}
.photo-link {
 display: inline-block;
 width: 36px;
 height: 30px;
 line-height: 30px !important;
 cursor: pointer;
 border-radius: 5px;
 color: #fff;
 text-align: center;
 font-size: 15px;
 margin: 0 1px;
}
.photo-link:hover {
 color: #fff;
 background: #383f49;
}
.photo-name {
 display: block;
 font-size: 17px;
 line-height: 20px;
 color: #121212;
 margin: 12px 0 7px;
}
.photo-cat {
 display: inline-block;
 color: #666;
 font-size: 10px;
 line-height: 10px;
 text-transform: uppercase;
}
.pp-image {
 float: left;
 width: 48.717948716%;
 line-height: 0;
 position: relative;
 border-radius: 7px;
}
.pp-image img {
 width: 100%;
 border-radius: 5px;
 transition: all .3s ease;
}
a.pp-full {
 display: block;
 position: absolute;
 z-index: 2;
 top: 50%;
 left: 50%;
 font-size: 36px;
 width: 36px;
 height: 36px;
 line-height: 36px;
 opacity: 0;
 margin-top: -18px;
 margin-left: -18px;
 border-radius: 5px;
}
.pp-image:hover img {
 opacity: 0.15;
}
.pp-image:hover a.pp-full {
 opacity: 1;
}
.pp-info {
 width: 48.717948716%;
 float: right;
}
.pp-name {
 font-size: 20px;
 line-height: 18px;
 padding-bottom: 15px;
 margin-bottom: 15px;
 border-bottom: 1px solid #f2f2f2;
 font-weight: 400;
 text-transform: none;
 color: #121212;
}
.pp-name:after {
 left: 0;
 bottom: 0;
}
.pp-descr {
 padding-bottom: 15px;
 margin-bottom: 5px;
 border-bottom: 1px solid #f2f2f2;
}
ul.pp-more {
 margin: 0;
 padding: 0;
 list-style: none;
}
ul.pp-more > li {
 padding: 10px 0;
 margin: 0;
 border-bottom: 1px dashed #f2f2f2;
}
ul.pp-more > li:last-child {
 border: none;
}
ul.pp-more > li b {
 display: inline-block;
 min-width: 100px;
 font-weight: 500;
}
.about {
 margin-bottom: 50px;
}
.a-left {
 float: left;
 width: 48.717948717%;
}
.a-left img {
 max-width: 100%;
 border-radius: 5px;
}
.a-right {
 float: right;
 width: 48.717948717%;
}
.a-title {
 font-size: 20px;
 text-transform: none;
 margin: 0 0 20px;
 line-height: 22px;
}
.counts {
 margin-bottom: 20px;
}
.count {
 box-sizing: border-box;
 padding: 30px 20px;
 text-align: center;
 border: 2px solid #f4f4f4;
 border-radius: 5px;
}
.count .count-val {
 font-weight: 700;
 font-size: 60px;
 line-height: 60px;
 display: block;
}
.count-text-1 {
 font-size: 17px;
 line-height: 18px;
 color: #121212;
 display: block;
 margin: 20px 0 5px;
}
.count-text-2 {
 line-height: 16px;
}
.icon-blocks {
 margin-bottom: 0;
}
.service-block {
 padding-bottom: 15px;
}
.service-block h4 {
 font-size: 18px;
 margin-bottom: 15px;
 text-transform: none;
}
.service-block h4 .fa {
 font-size: 30px;
 vertical-align: middle;
 margin-right: 7px;
 margin-bottom: 2px;
}
.contacts-section {
 margin-bottom: 40px;
}
.c-left {
 float: left;
 width: 370px;
}
.c-title {
 display: block;
 font-size: 19px;
 line-height: 20px;
 color: #121212;
 margin-bottom: 20px;
}
.c-text {
 margin-bottom: 30px;
}
.c-block {
 overflow: hidden;
 margin-bottom: 22px;
}
.c-block .fa {
 float: left;
 font-size: 30px;
 line-height: 30px;
 height: 30px;
 width: 30px;
 text-align: center;
}
.c-block > p {
 margin-left: 45px;
}
.c-block > p > b {
 display: inline-block;
 font-size: 16px;
 color: #121212;
 font-weight: 400;
 margin-bottom: 5px;
}
.c-right {
 margin-left: 420px;
}
input.mf-field {
 width: 49%;
 height: 36px;
 padding: 5px 15px;
 float: left;
 margin-right: 1.999999999%;
 margin-bottom: 15px;
}
input.mf-field:nth-child(2n) {
 margin-right: 0;
}
textarea.mf-textarea {
 width: 100%;
 height: 100px;
 margin-bottom: 7px;
}
button.mf-button {
 margin-top: 15px;
 height: 36px;
}

.gmap iframe {
 width: 100%;
 height: 350px;
 margin-bottom: 20px;
}
.body404 {
 background: #f0f1f2 url(/img/sys-pages-bg.jpg) top right no-repeat;
}
.err404 {
 position: absolute;
 top: 50%;
 margin-top: -200px;
 left: 50%;
 margin-left: -325px;
 width: 650px;
 text-align: center;
}
.err404-num {
 font-size: 350px;
 line-height: 280px;
 color: #f9f9f9;
 position: relative;
}
.err404-body {
 position: absolute;
 width: 100%;
 top: 95px;
}
.err404-body h1 {
 margin-bottom: 20px;
 text-transform: none;
 font-size: 28px;
}
.err404-body p {
 font-size: 14px;
 color: #7a7a7a;
}
#err404-search-form {
 width: 300px;
 margin: 140px auto 0;
 position: relative;
}
input#err404-search-input {
 margin: 0;
 height: 40px;
 border-radius: 40px;
 width: 300px;
 padding-left: 20px;
 padding-right: 50px;
 background: #fafafa;
}
input#err404-search-btn {
 position: absolute;
 top: 0;
 right: 0;
 height: 40px;
 width: 40px;
 padding: 0;
 border-radius: 40px;
 font-family: 'FontAwesome';
 font-size: 15px;
}
.err404-go-home {
 display: inline-block;
 margin-top: 20px;
 line-height: 15px;
 font-size: 15px;
 color: #121212;
}
.err404-go-home span {
 font-family: 'arial';
 font-size: 15px;
}
.bodyUC {
 background: #f0f1f2 url(/img/sys-pages-bg.jpg) top right no-repeat;
}
.uc-body {
 position: absolute;
 top: 50%;
 margin-top: -185px;
 width: 770px;
 left: 50%;
 margin-left: -385px;
}
.uc-text {
 margin-bottom: 40px;
 text-align: center;
}
.uc-text h1 {
 font-size: 28px;
 margin-bottom: 30px;
 text-transform: none;
}
.uc-text p {
 font-size: 14px;
 max-width: 570px;
 margin: 0 auto;
}
.uc-timer {
 overflow: hidden;
 margin-bottom: 30px;
}
.countdown-row {
 overflow: hidden;
}
.countdown-section {
 float: left;
 width: 22.07792207792207%;
 margin-left: 3.896103896103895%;
 text-align: center; 
}
.countdown-section:first-child {
 margin-left: 0;
}
.countdown-amount {
 display: block;
 line-height: 1.5em;
 border-radius: 5px;
 color: #fff;
 font-size: 72px;
 margin-bottom: 10px;
}
.countdown-period {
 color: #121212;
 font-size: 16px;
 line-height: 16px;
 text-transform: lowercase;
}
.uc-soc {
 text-align: center;
}
.uc-soc .soc {
 background: #eee;
 margin: 0 3px;
 font-size: 14px;
}
#uc-login-link {
 display: block;
 position: absolute;
 top: 20px;
 right: 30px;
 color: #121212;
}
#uc-login-link .fa {
 margin-right: 5px;
}
.block .catsTd {
 padding: 9px 0;
 border-bottom: 1px dashed #f2f2f2;
 overflow: hidden;
 line-height: 22px;
 font-size: 14px;
}
.block .catsTd .catNumData {
 float: right;
 padding: 0 7px;
 color: #000;
 font-weight: 400;
 font-size: 11px;
 text-align: center;
 min-width: 20px;
 background: #f8f8f8;
 border-radius: 5px;
}
.block .catsTable tr:last-child .catsTd {
 border: none;
}
.block .catsTable {
 margin: -9px 0;
}
.gTable {
 background: none;
 border-spacing: 0;
 border-radius: 5px;
 overflow: hidden;
}
.gTable td {
 padding: 5px 20px;
}
.gTableTop {
 line-height: 40px;
 padding: 0 20px !important;
 color: #fff;
 text-decoration: none;
 font-size: 12px !important;
 text-transform: uppercase;
 font-weight: 700;
 background: #383f49;
}
.gTableTop a {
 color: #fff !important;
 text-decoration: none;
 font-size: 12px;
 
}
.gTableSubTop {
 padding: 5px 10px;
 font-weight: 600;
 font-size: 13px;
}
.catLink {
 color: #fff !important;
 font-size: 12px !important;
 text-transform: uppercase;
 font-weight: 700;
}
.catLink:hover, .gTableTop a:hover {
 color: #fff !important;
}
.funcBlock {
 padding-right: 10px;
}
.forumIcoTd {
 text-align: center;
}
.forumIcoTd,
.forumNameTd,
.forumThreadTd,
.forumPostTd,
.forumLastPostTd {
 padding: 5px 10px; 
}
.forumThreadTd,
.forumPostTd,
.threadPostTd,
.threadViewTd,
.threadAuthTd,
.threadIcoTd,
.threadNametd,
.threadAuthTd,
.threadLastPostTd {
 vertical-align: middle;
 padding-left: 20px;
}
.forumNameTd {
 line-height: 24px;
}
.forumNameTd a {
 font-size: 12px;
 text-transform: uppercase;
 font-weight: 700;
}
.forumNamesBar {
 padding-left: 10px !important;
}
.frmBtns {
 text-align: right;
 padding-right: 10px;
}
.legendTd {
 padding: 0 10px;
}
.threadIcoTd,
.threadIcoTd {
 text-align: center;
 vertical-align: middle;
}
.threadsDetails {
 padding: 5px;
}
.postTdTop {
 text-align: center;
 padding: 5px; 
}
.postTdInfo {
 text-align: center;
}
.posttdMessage {
 vertical-align: top;
 padding: 5px;
}
.threadsDetails,
.postTdTop {
 background: none;
}
.gTable tr {
 background: none;
}
.gDivBottomRight {
 height: 50px;
}
.pagesInfo { 
 padding: 0 10px;
 line-height: 24px;
}
.switchActive {
 padding: 0 10px;
 color: #fff;
}
.postBottom {
 padding: 0 20px !important;
}
#thread_search_form {
 position: relative;
 padding-bottom: 10px;
 overflow: hidden;
}
#thread_search_button {
 position: absolute;
 top: 0;
 right: 0;
}
.fNavLink {
 display: inline-block;
 margin-bottom: 30px;
}
#forum_filter {
 text-align: right;
 padding-bottom: 10px;
 margin-top: -32px;
}
#forum_filter form {
 display: inline-block;
}
#filter_by {
 display: inline-block;
 line-height: 34px;
}
.postPreview, #iplus, .ucoz-editor-panel input, .allUsersBtn, .uSearchFlSbm {
 width: auto !important;
}
#selectPhotosBtn, #order-button {
 width: auto !important;
 height: auto !important;
}
#thread_search_field {
 float: left !important;
 width: 165px !important;
}
.forumIcoTd,
.forumNameTd,
.forumThreadTd,
.forumPostTd,
.forumLastPostTd,
.forumThreadTd,
.forumPostTd,
.threadPostTd,
.threadViewTd,
.threadAuthTd,
.threadIcoTd,
.threadNametd,
.threadAuthTd,
.threadLastPostTd,
.postTdTop,
.postBottom{
 border-bottom: 1px solid #d8d8d8;
}
.postTdTop,
.postBottom{
 border-top: 1px solid #d8d8d8;
}
.gTableSubTop,
.pagesInfo{
 background: #f2f2f2;
}
.gTableSubTop,
.gTableSubTop a{
 color: #0a0a0a !important;
}
.postTdInfo {border-right: 1px solid #d8d8d8;}
.forumNameTd {color: #666;}
a.forum {color: #0a0a0a;}
.forumContent a:hover{
 color: #0a0a0a;
}
.eTitle {
 font-size: 18px;
 text-transform: uppercase;
 font-weight: 700;
 color: #0a0a0a;
 margin-bottom: 15px;
}
.eTitle a {color: #0a0a0a;}
.eDetails, .eDetails1, .eDetails2 {
 padding: 8px 0;
 border-top: 1px dotted #d8d8d8;
 border-bottom: 1px dotted #d8d8d8;
 margin-top: 15px;
}
.eBlock {
 margin-bottom: 30px;
}

@media (min-width: 992px) {
 .menu-icon {
 display: none;
 }
 #menu ul, #menu ul li {
 list-style: none;
 margin: 0;
 padding: 0;
 position: relative;
 }
 #menu ul.uMenuRoot > li {
 float: left;
 margin-right: 5px;
 padding: 12px 0;
 }
 #menu ul.uMenuRoot > li > a {
 display: block;
 line-height: 36px;
 border-radius: 5px;
 padding: 0 15px;
 color: #fff;
 font-size: 14px;
 }
 #menu ul.uMenuRoot > li > a > .fa {
 font-size: 12px;
 margin-left: 7px;
 }
 #menu ul.uMenuRoot > li > a.menu-home-page > span {
 display: none;
 }
 #menu ul.uMenuRoot > li > a.menu-home-page:before {
 content: '\f015';
 }
 #menu ul.uMenuRoot > li > a.menu-home-page {
 font-family: 'FontAwesome';
 font-size: 18px;
 padding: 0 10px;
 }
 .menu-hint1:before {
 content: "Новое";
 display: block;
 position: absolute;
 right: 0;
 top: -8px;
 line-height: 16px;
 font-family: 'Verdana';
 font-size: 8px;
 color: #fff !important;
 letter-spacing: 1px;
 text-transform: uppercase;
 padding: 0 6px;
 border-radius: 3px;
 background: #fb4056;
 z-index: 2;
 }
 .menu-hint1:after {
 content: '';
 display: block;
 position: absolute;
 top: -1px;
 right: 7px;
 width: 10px;
 height: 10px;
 background: #fb4056;
 transform: rotate(110deg) skewX(50deg);
 }
 .menu-hint2:before {
 content: "Горячее";
 display: block;
 position: absolute;
 right: 0;
 top: -8px;
 line-height: 16px;
 font-family: 'Verdana';
 font-size: 8px;
 color: #fff !important;
 letter-spacing: 1px;
 text-transform: uppercase;
 padding: 0 6px;
 border-radius: 3px;
 background: #a7c351;
 z-index: 2;
 }
 .menu-hint2:after {
 content: '';
 display: block;
 position: absolute;
 top: -1px;
 right: 7px;
 width: 10px;
 height: 10px;
 background: #a7c351;
 transform: rotate(110deg) skewX(50deg);
 }
 #menu .uMenuRoot li ul {
 position: absolute;
 top: 100px;
 left: -9999px;
 width: 230px;
 border: 2px solid #121212;
 box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
 margin: 0;
 padding: 0;
 opacity: 0;
 transition: top .3s ease, opacity .3s ease;
 z-index: 9999;
 border-radius: 5px;
 background: #fff;
 }
 #menu .uMenuRoot li ul li {
 border-bottom: 1px solid #eee;
 line-height: 40px;
 position: relative;
 list-style: none;
 }
 #menu .uMenuRoot li ul li:last-child {
 border-bottom: none;
 }
 #menu .uMenuRoot li ul li a {
 display: block;
 background: #fff;
 padding: 0 15px;
 text-decoration: none !important;
 border-radius: 5px;
 }
 #menu .uMenuRoot li ul li a:hover,
 #menu .uMenuRoot li ul li.uWithSubmenu:hover > a {
 padding-left: 20px;
 }
 #menu .uMenuRoot li ul li a .fa {
 float: right;
 line-height: 40px;
 }
 #menu .uMenuRoot > li.uWithSubmenu:hover > ul {
 top: 54px;
 opacity: 1;
 left: -1px;
 }
 #menu .uMenuRoot > li > ul li.uWithSubmenu:hover > ul {
 left: 230px;
 top: -1px;
 opacity: 1;
 }
}

@media (max-width: 1279px) {
 .cnt {
 width: auto;
 margin-left: 50px;
 margin-right: 50px;
 } 
 .slide-text-2 {
 font-size: 30px;
 line-height: 30px;
 margin-bottom: 15px;
 }
 .slide-text-3 {
 font-size: 22px;
 line-height: 22px;
 margin-bottom: 15px;
 }
 .slide-text-4 {
 margin-bottom: 30px;
 }
 .banner-1 .banner-text {
 margin-top: -55px;
 }
 .banner-1-text-1 {
 font-size: 24px;
 line-height: 24px;
 }
 .banner-1-text-2 {
 font-size: 12px;
 line-height: 14px;
 margin-bottom: 15px;
 }
}

@media (max-width: 991px) {
 .col4 {
 width: 48.7179487179487%;
 }
 .col4:nth-child(2n) {
 margin-right: 0;
 }
 #content, #sidebar {
 float: none;
 width: 100%;
 }
 #sidebar {
 overflow: hidden;
 }
 #content {
 margin-bottom: 50px;
 }
 .block {
 width: 47%;
 margin-right: 5%;
 float: left;
 }
 .block:nth-child(2n) {
 margin-right: 0;
 }
 .block:nth-child(2n+1) {
 clear: left;
 }
 .col2 .col2 {
 width: 100%;
 float: none;
 margin-right: 0;
 }
 .menu-icon {
 display: block;
 float: left;
 color: #fff !important;
 line-height: 36px;
 padding: 0 15px;
 cursor: pointer;
 margin-top: 12px;
 border-radius: 5px;
 font-size: 14px;
 }
 .menu-icon .fa {
 font-size: 14px;
 margin-right: 3px;
 }
 #menu {
 position: relative;
 }
 #menu ul.uMenuRoot, #menu ul.uMenuRoot li {
 margin: 0;
 padding: 0;
 list-style: none;
 line-height: 36px;
 }
 #menu ul.uMenuRoot {
 position: absolute;
 display: none;
 top: 54px;
 left: 0;
 z-index: 100;
 border: 2px solid #121212;
 box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
 cursor: default;
 transition: top .3s ease, opacity .3s ease;
 background: #fff;
 z-index: 9999;
 border-radius: 5px;
 box-sizing: border-box;
 padding: 7px 20px;
 width: 100%;
 max-width: 370px;
 } 
 #menu ul.uMenuRoot li {
 border-top: 1px solid #f0f0f0;
 }
 #menu .uMenuRoot > li {
 margin-left: 0;
 }
 #menu ul.uMenuRoot > li:first-child {
 border: none;
 }
 #menu ul.uMenuRoot > li > a > span {
 text-transform: uppercase;
 font-weight: 700;
 }
 #menu ul.uMenuRoot, #menu ul.uMenuRoot a {
 color: #1a1a1a;
 }
 #menu ul.uMenuRoot .fa {
 float: right;
 line-height: 36px;
 }
 #menu ul.uMenuRoot li ul {
 padding: 0;
 margin-left: 15px;
 }
 #menu ul.uMenuRoot a {
 background: none !important;
 }
 .nav_content {
 position: relative;
 }
 #menu ul.uMenuRoot .fa {
 display: none;
 }
 #top-line {
 height: auto;
 }
 .top-right {
 float: none;
 width: 100%;
 height: 46px;
 }
 .top-left {
 float: none;
 width: 100%;
 padding: 0 0 10px;
 position: relative;
 top: -5px;
 overflow: hidden;
 }
 .top-account ul {
 right: auto;
 left: 99999px;
 }
 .top-account:hover ul {
 right: auto;
 left: -10px;
 }
 #header {
 padding: 15px 0;
 }
 .logo {
 float: none;
 display: block;
 text-align: center;
 border-bottom: 1px solid #f2f2f2;
 padding-bottom: 15px;
 margin-bottom: 15px;
 }
 .header-right {
 float: none;
 }
 #shop-basket {
 float: none;
 }
 #search-form {
 width: 100%;
 }
 #shop-basket.opened .cart-body {
 right: auto;
 left: 0;
 }
 .slide-content {
 padding: 40px 0 0 40px;
 }
 .slide-arrow {
 opacity: 1;
 }
 .col6 {
 width: 31.623931623%;
 }
 .col6:nth-child(3n) {
 margin-right: 0;
 } 
 input.mf-field {
 margin-right: 0;
 width: 100%;
 } 
}

@media (max-width: 767px) {
 .gTableSubTop,
 .forumIcoTd,
 .forumThreadTd,
 .forumPostTd,
 .forumLastPostTd,
 .threadIcoTd,
 .threadAuthTd,
 .threadLastPostTd,
 .threadPostTd,
 .threadViewTd,
 .threadsDetails,
 .forumOnlineBar,
 .legendBlock,
 .userRights,
 .fFastNavTd,
 .fFastSearchTd,
 .forumNamesBar,
 #forum_filter,
 .postTdInfo,
 .postBottom,
 #thread_search_form {
 display: none;
 }
 .gDivLeft {
 padding-top: 10px;
 }
 .postTdTop, .postTable, .posttdMessage {
 display: block !important;
 text-align: left;
 width: auto !important; 
 }
 .postUser {
 font-size: 16px;
 font-weight: #666;
 }
 .col3 {
 width: 100%;
 float: none;
 margin-right: 0;
 }
 .col3 {
 width: 100% !important;
 margin-right: 0 !important;
 }
 .slide-content {
 padding: 20px 0 0 20px;
 }
 .slide-text-1 {
 font-size: 12px;
 }
 .slide-text-2 {
 font-size: 18px;
 line-height: 18px;
 margin-bottom: 10px;
 }
 .slide-text-3 {
 font-size: 16px;
 line-height: 16px;
 margin-bottom: 10px;
 }
 .slide-text-4 {
 font-size: 12px;
 line-height: 15px;
 margin-bottom: 10px;
 }
 .slide-content .button.medium {
 font-size: 12px;
 line-height: 30px;
 padding: 0 10px;
 }
 .tabs-head span {
 border-radius: 5px;
 height: 30px;
 line-height: 30px;
 padding: 0 10px;
 font-size: 12px;
 margin-bottom: 5px;
 margin-right: 2px;
 background: #f4f4f4;
 }
 #content .list-item {
 width: 48.275862068%;
 }
 #content .list-item:nth-child(2n) {
 margin-right: 0;
 }
 #content .list-item:nth-child(2n+1) {
 clear: left;
 }
 .banner-1 .banner-text {
 padding: 0;
 left: 10px;
 top: 10px;
 margin: 0; 
 }
 .banner-1-text-1 {
 font-size: 15px;
 line-height: 15px;
 margin-bottom: 5px;
 }
 .banner-1-text-2 {
 margin-bottom: 5px;
 text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
 width: auto;
 }
 .banner-1 .banner-text .button.medium {
 padding: 0 10px;
 line-height: 30px;
 font-size: 12px;
 }
 .gp-image {
 float: none;
 margin: 0 auto 20px;
 }
 .gp-info {
 margin-left: 0;
 }
 .pp-image {
 float: none;
 width: 100%;
 margin-bottom: 30px;
 }
 .pp-info {
 float: none;
 width: 100%;
 }
 .a-left {
 float: none;
 width: 100%;
 margin-bottom: 20px;
 }
 .a-right {
 float: none;
 width: 100%;
 }
 .c-left {
 width: 100%;
 float: none;
 margin-bottom: 30px;
 }
 .c-right {
 margin-left: 0;
 width: 100%;
 }
 .body404 {
 background-size: 40%;
 }
 .err404 {
 position: static;
 margin: 50px auto;
 width: auto;
 }
 .err404-body {
 position: relative;
 top: auto;
 margin-top: -150px;
 padding: 0 50px;
 width: auto;
 }
 .err404-num {
 font-size: 200px;
 line-height: 200px;
 }
 #err404-search-form {
 margin-top: 50px;
 }
 .bodyUC {
 background-size: 40%;
 }
 .uc-body {
 position: static;
 margin: 90px 0;
 overflow: hidden;
 width: auto;
 padding: 0 30px;
 }
}

@media (max-width: 567px) {
 .cnt{margin-right:15px;margin-left:15px}
 .col2, .col3, .col4, .col6, .block, .footer-block, .list-item, #content .list-item {
 width: 100% !important;
 float: none !important;
 margin-right: 0 !important;
 }
 .footer-block{margin-bottom:50px}
 .footer-block:last-child{margin-bottom:0}
 .slide-content {
 width: auto;
 }
 .slide-text-1, .slide-text-4 {
 display: none;
 }
 .banner-1 {display: none;}
 #content .list-item-view-mode-list .list-item .g-image {
 width: 100%;
 float: none;
 }
 #content .list-item-view-mode-list .list-item .g-info {
 margin-left: 0;
 }
 .err404-body {
 margin-top: -100px;
 padding: 0 20px;
 }
 .err404-body h1 {
 font-size: 18px;
 }
 .err404-num {
 font-size: 100px;
 line-height: 100px;
 }
 #err404-search-form {
 margin-top: 50px;
 width: 100%;
 }
 input#err404-search-input {
 width: 100%;
 }
 .countdown-amount {
 font-size: 36px;
 margin-bottom: 5px;
 }
 .countdown-period {
 font-size: 12px;
 }
 .uc-text h1 {
 font-size: 18px;
 line-height: 18px;
 } 
}

#go-top {
 position: fixed;
 bottom: 20px;
 right: 20px;
 display: block;
 height: 30px;
 line-height: 30px;
 width: 30px;
 text-align: center;
 border-radius: 5px;
 cursor: pointer;
 color: #fff;
 font-size: 15px;
 transition: all .3s ease;
}
#go-top:hover {
 background: #121212;
}

/* others */
@media screen and (max-width: 767px) {li.uEntryWrap{width:50%!important}}
@media screen and (max-width: 567px) {li.uEntryWrap{width:100%!important}}
#cat-add{height:auto;max-height:100px}
.u-mpanel,.u-mpanel *{max-width:none!important}
li[class^='u-star'] a{transition:none!important}
.uComment{padding:10px 10px 0;border:1px solid #d8d8d8!important}
.shop-imgs img{float:left;margin-right:3.44827586%;width:31.034482758%}
.shop-imgs img:nth-child(3n){margin-right:0}
#cont-shop-invoices input,#cont-shop-invoices button{margin-top:5px;margin-bottom:5px}
#invoice_cont,#order-table{overflow-x:auto}
select#cat-add{width:270px;min-height:150px}
.commFl,.fw{width:99%!important}
.flist{display:inline-block;padding-bottom:10px}
.manTable input[type="text"],.ucoz-forum-post-image-interface input[type="text"]{min-width:50px}
#uf-register *{max-width:none!important}
.pop-up{padding:20px}
.pop-up-title{padding-bottom:20px;border-bottom:1px solid #eee;margin-bottom:20px}
.pop-up-body{overflow:hidden}
hr{border:none;height:1px;background:#eee}
#pagesBlock1{text-align:left;overflow:hidden}
.post-tags .oh{color:#fff}
.block{overflow:hidden}
@media screen and (max-width: 567px) {input.queryField{width:130px!important;display:block;margin-bottom:5px;margin-left:2px}input.searchSbmFl{width:130px;margin:0}}
.captcha-question{border-radius:5px}
.swchItem,.swchItemA,.pgSwch,.pgSwchA,.swchItem1,.swchItemA1{display:inline-block;font-size:13px;line-height:30px;box-shadow:inset 0 0 0 2px #d8d8d8;padding-left:10px;padding-right:10px;text-align:center;min-width:30px;margin-left:1px;margin-right:1px;box-sizing:border-box;color:#a7a7a7;font-weight:700;border-radius:5px}
.swchItem:hover,.pgSwch:hover,.swchItem1:hover{box-shadow:inset 0 0 0 2px #474747}
.swchItemA,.pgSwchA,.swchItemA1{font-weight:400;background:#474747;border-color:#474747;color:#fff;box-shadow:inset 0 0 0 2px #474747}
.swchItemA b,.pgSwchA b,.swchItemA1 b{color:#fff}