::selection {
 color: #fff;
}
::-moz-selection {
 color: #fff;
}
@-moz-document url-prefix(){
 select {
 background-image: none !important;
 }
}
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: #fff;
 transition: all .3s ease;
}
hr {
 border: none;
 height: 1px;
 background: #d8d8d8;
}
body {
 font-size: 13px;
 line-height: 22px;
 color: #fff;
 font-weight: 400;
 font-family: 'Open Sans';
 background: #171a21;
}
h1, h2, h3, h4, h5, h6 {
 margin: 0 0 22px;
 padding: 0;
 font-weight: 600;
 line-height: 22px;
 color: #fff;
}

h1 {font-size: 20px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 15px;}
h5 {font-size: 14px;}
h6 {font-size: 13px;}

aside ul, aside ol, aside li {
 margin: 0;
 padding: 0;
 list-style: none;
 list-style-type: none;
}

textarea {
 overflow: auto;
 border: 1px solid #d8d8d8;
 background: #fff;
 color: #5e5e5e;
 line-height: 22px;
 min-height: 36px;
 padding: 7px 20px;
 font-size: 13px;
 font-family: 'Open Sans';
 border-radius: 18px;
 box-sizing: border-box;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"] {
 border: 1px solid #d8d8d8;
 background: #fff;
 color: #5e5e5e;
 line-height: 22px;
 height: 36px;
 padding: 7px 20px;
 font-family: 'Open Sans';
 font-size: 13px;
 background: #fff;
 border-radius: 30px;
 box-sizing: border-box;
 transition: all .2s ease;
}


input[type="button"],
input[type="submit"],
input[type="reset"],
button {
 border: none;
 color: #fff;
 line-height: 22px;
 height: 36px;
 padding: 7px 20px;
 font-weight: 400;
 font-family: 'Open Sans';
 font-size: 13px;
 cursor: pointer;
 border-radius: 30px;
 text-transform: uppercase;
 font-weight: 600;
 letter-spacing: 1px;
 box-sizing: border-box;
 transition: all .3s ease;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
 background: #1a1a1a;
}

select {
 border: 1px solid #d8d8d8;
 background: #fff;
 color: #5e5e5e;
 cursor: pointer;
 font-size: 13px;
 font-family: 'Open Sans';
 line-height: 22px;
 height: 34px;
 padding: 5px 24px 5px 10px;
 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;
 border-radius: 34px;
}
select::-ms-expand {
 display: none;
}
select:focus {
 outline: none;
}

p {
 margin: 0;
 padding: 0;
}
b {
 font-weight: 600;
 color: #fff;
}

.oh {
 overflow: hidden;
}
.cnt {
 width: 1170px;
 margin: 0 auto;
}
.clr:after {
 content: '';
 display: block;
 clear: both;
}

.col2 {width: 48.717948716%;}
.col3 {width: 31.623931622%;}
.col4 {width: 23.076923075%;}


.col2, .col3, .col4 {
 margin-bottom: 30px;
 margin-left: 2.564102563%;
 float: right;
}
.col2:nth-child(2n), .col3:nth-child(3n), .col4:nth-child(4n) {
 margin-right: 0;
}

.col2:nth-child(2n+1), .col3:nth-child(3n+1), .col4:nth-child(4n+1) {
 clear: left;
}
.col2 *, .col3 *, .col4 * {
 max-width: 100%;
}

#wrapper {
 overflow: hidden;
 min-height: 600px;
}


#loader {
 position: fixed;
 background: #fff url(/img/loader.gif) center no-repeat;
 width: 100%;
 height: 100%;
 z-index: 9991;
}

#top {
 border-bottom: 1px solid #d8d8d8;
}
.top-left {
 float: left;
 padding: 14px 0;
}
.top-left a {
 display: block;
 float: left;
 margin-right: 25px;
 box-sizing: border-box;
}
.top-left a span {
 padding-right: 2px;
}

.top-right {
 float: right;
 padding: 10px 0;
 line-height: 30px;
}
.soc {
 display: inline-block;
 line-height: 30px;
 width: 30px;
 text-align: center;
 border-radius: 30px;
 box-shadow: inset 0 0 0 1px #d8d8d8;
 background: #000;
}
.soc:hover {
 color: #fff;
}
.top-right .soc {
 float: left;
 margin-left: 5px;
}
#search {
 float: left;
 position: relative;
 width: 200px;
}
.search_submit {
 font-family: 'FontAwesome' !important;
 position: absolute;
 top: 0;
 right: 0;
 background: none !important;
 color: #1a1a1a !important;
 z-index: 2;
 padding: 0 15px !important;
}
.search-form {
 width: 200px;
 position: relative;
}
input[type="text"].search_keyword {
 width: 100%;
 padding-right: 40px !important;
 padding-top: 4px;
 padding-bottom: 4px;
 height: 30px;
}
input[type="submit"].search_submit {
 padding-top: 4px;
 padding-bottom: 4px;
 height: 30px;
}
#header {
 height: 100px;
 position: relative;
 z-index: 100;
}
#logo {
 float: left;
 height: 100px;
 line-height: 100px;
}
#logo a {
 font-size: 36px;
 color: #1a1a1a;
 font-weight: 300;
}
#logo a span {
 padding-right: 10px;
}
.header-right {
 float: right;
 padding: 28px 0;
 box-sizing: border-box;
 height: 100px;
}
.hPhone {
 float: left;

 height: 44px;
}
.hPhone-icon {
 float: left;
 font-size: 30px;
 line-height: 44px !important;
}
.hPhone-cnt {
 margin-left: 50px;
}
.hPhone-cnt b {
 color: #fff;
 font-size: 18px;
 font-weight: 600;
}
#shop-basket {
 margin-bottom: -28px;
 padding-bottom: 28px;
}
.hCart {
 float: left;
}
.hCart-icon {
 float: left; 
 position: relative;
 padding-right: 8px;
}
.hCart-icon span {
 font-size: 30px;
 line-height: 44px !important;
}
.hCart-icon i {
 display: block;
 font-style: normal;
 color: #fff;
 background: #1a1a1a;
 font-size: 10px;
 text-align: center;
 width: 16px;
 height: 16px;
 line-height: 16px;
 border-radius: 16px;
 position: absolute;
 top: 8px;
 right: 0;
}
.hCart-cnt {
 margin-left: 50px;
}
.hCart-details > span {
 font-size: 18px;
 font-weight: 600;
}
.hCart-details {
 cursor: pointer;
}
#nav {
 height: 50px;
 background: #5e5e5e;
 position: relative;
 z-index: 99;
}
.cart-body {
 position: absolute;
 /* top: 72px; */
 top: 150px;
 right: -9999px;
 opacity: 0;
 background: #fff;
 border: 1px solid #d8d8d8;
 padding: 20px;
 width: 270px;
 box-sizing: border-box;
 transition: top .3s ease, opacity .3s ease;
}
#shop-basket.opened .cart-body {
 top: 72px;
 opacity: 1;
 right: 0;
}
.cart-body ul, .cart-body ul li {
 margin: 0;
 padding: 0;
 list-style: none;
 overflow: hidden;
}
.cart-body ul li {
 margin-bottom: 10px;
 padding-bottom: 10px;
 border-bottom: 1px solid #d8d8d8;
 position: relative;
 min-height: 50px;
 padding-left: 70px;
 padding-right: 20px;
 line-height: 18px;
}
.cart-body ul li img {
 position: absolute;
 left: 0;
 top: 0;
 width: 48px;
 border: 1px solid #d8d8d8;
}
.cart-body ul li b {
 display: inline-block;
 padding-top: 5px;
}
.cart-body ul li .pe-mi-error {
 position: absolute;
 top: 1px;
 right: 0;
 font-size: 16px;
 cursor: pointer;
 transition: all .3s ease;
}
.cart-body ul li .pe-mi-error:hover {
 color: #1a1a1a;
}
.cart-body b {
 color: #1a1a1a;
}
.order-amount {
 display: block;
 padding-bottom: 10px;
 border-bottom: 1px solid #d8d8d8;
 margin-bottom: 10px;
}

#home-page {
 padding-top: 30px;
 padding-bottom: 50px;
}

.slider-wrap {
 width: 74.358974357%;
 float: left;
 position: relative;
 background: #f6f6f6;
 overflow: hidden;
}
.slider-wrap:after {
 content: '';
 display: block;
 padding-top: 45.977011493%;
}
.slider, .slide {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 overflow: hidden;
}
.slide {
 background-position: center;
 background-size: cover;
}
.slide-text {
 width: 55%;
 padding: 90px 0 0 70px;
 box-sizing: border-box;
}
.st-big {
 font-size: 36px;
 line-height: 36px;
 color: #1a1a1a;
 text-transform: uppercase;
 font-weight: 700;
 letter-spacing: 2px;
 display: block;
}
.st-color {
 display: block;
 font-size: 16px;
 margin-bottom: 22px;
}
.st-small {
 display: block;
 margin-bottom: 30px;
}
.st-white {
 color: #fff;
}
.button {
 display: inline-block;
 line-height: 36px;
 padding: 0 30px;
 color: #fff !important;
 font-weight: 13px;
 text-transform: uppercase;
 letter-spacing: 1px;
 font-weight: 700;
 border-radius: 36px;
}
.button:hover {
 background: #1a1a1a;
}
span.slide-arrow {
 display: block;
 width: 40px;
 height: 40px;
 line-height: 40px;
 font-size: 18px;
 text-align: center;
 color: #fff;
 background: rgba(0, 0, 0, 0.5);
 position: absolute;
 top: 50%;
 margin-top: -20px;
 cursor: pointer;
 transition: all .3s ease;
}
span.slide-arrow.fa-angle-left {left: -50px;}
span.slide-arrow.fa-angle-right {right: -50px;}
.slider-wrap:hover span.slide-arrow.fa-angle-left {left: 0;}
.slider-wrap:hover span.slide-arrow.fa-angle-right {right: 0;}

.icon-blocks {
 float: right;
 width: 23.076923075%;
}
.icon-block {
 padding: 20px;
 box-shadow: inset 0 0 0 2px #d8d8d8;
 overflow: hidden;
 margin-bottom: 30px;
 transition: all .3s ease;
}
.icon-block > span {
 display: block;
 float: right;
 font-size: 36px;
 width: 36px;
 height: 36px;
 line-height: 36px;
 color: #1a1a1a;
}
.icon-block h3 {
 margin-right: 50px;
 font-size: 15px;
 text-transform: uppercase;
 margin-bottom: 15px;
}
.icon-block p {
 margin-right: 50px;
 line-height: 18px;
}
.icon-block * {
 transition: all .3s ease;
}
.icon-block:hover * {
 color: #fff;
}
.icon-block:last-child {
 margin-bottom: 0;
}
.mbbb {
 padding-bottom: 30px;
 margin-bottom: 30px;
 border-bottom: 1px solid #d8d8d8;
}
.new-goods {
 padding-bottom: 8px; 
}
.title {
 position: relative;
 font-size: 18px;
 text-transform: uppercase;
}
.title .arrow {
 position: absolute;
 top: 0;
 display: block;
 width: 24px;
 height: 24px;
 line-height: 24px;
 box-shadow: inset 0 0 0 1px #d8d8d8;
 text-align: center;
 border-radius: 24px;
 cursor: pointer;
 font-size: 14px;
 transition: all .3s ease;
}
.title .arrow:hover {
 color: #fff;
}
.title .arrow.fa-angle-left {right: 29px;}
.title .arrow.fa-angle-right {right: 0;}

.list-item {
 padding: 20px;
 box-sizing: border-box;
 box-shadow: inset 0 0 0 1px #d8d8d8;
 transition: all .3s ease;
 margin-top: 8px;
 margin-bottom: 22px;
 position: relative;
}
.list-item * {
 max-width: 100%;
}
.item-link {
 display: block;
 line-height: 0;
 position: relative;
 margin-bottom: 20px;
 text-align: center;
}
.item-link img {
 transition: all .3s ease;
}
.item-link:before {
 content: '';
 display: block;
 width: 100px;
 height: 1px;
 background: #1a1a1a;
 position: absolute;
 top: 50%;
 left: 50%;
 margin-left: -50px;
 z-index: 2;
 opacity: 0;
 transition: all .3s ease;
}
.item-link:after {
 content: '';
 display: block;
 width: 1px;
 height: 100px;
 background: #1a1a1a;
 position: absolute;
 top: 50%;
 left: 50%;
 margin-top: -50px;
 z-index: 2;
 opacity: 0;
 transition: all .3s ease;
}
.item-link:hover img {
 opacity: 0.3;
}
.item-link:hover:after,
.item-link:hover:before {
 opacity: 1;
}

.item-new, .item-sale {
 display: block;
 position: absolute;
 font-size: 10px;
 font-weight: 700;
 text-transform: uppercase;
 color: #fff;
 z-index: 3;
 padding: 0 10px;
 line-height: 24px;
 border-radius: 3px;
 top: 20px;
}
.item-new {
 background: #fc4242;
 left: 20px;
 display: none;
}
.item-sale {
 background: #f7b61b;
 right: 20px;
}
.item-cat {
 font-size: 11px;
 color: #a7a7a7;
}
.item-name {
 display: block;
 margin-top: 10px;
 line-height: 18px;
 font-size: 15px;
 color: #1a1a1a;
 min-height: 36px;
}
.item-price {
 margin-top: 10px;
}
.item-price b {
 font-size: 15px;
}
.item-price s {
 color: #a7a7a7;
 padding-left: 2px;
}
.button {
 display: inline-block;
 line-height: 36px;
 padding: 0 30px;
 font-weight: 700;
 color: #fff;
 border-radius: 36px;
 transition: all .3s ease;
}
.button:hover {
 background: #1a1a1a;
}
.item-add {
 text-align: center;
 margin-top: 20px;
}
.owl-item {
 padding-left: 30px;
 box-sizing: border-box;
}
.goods-carousel {
 margin-left: -30px;
}
.banner {
 line-height: 0;
}
.banner * {
 max-width: 100%;
}
.banner img {
 transition: all .3s ease;
}
.banner:hover img {
 opacity: 0.7;
}
.bestsellers {padding-bottom: 8px;}
.tCats {
 margin-bottom: -40px;
}
.tCat {
 margin-bottom: 40px;
}
.tCat > img {
 float: right;
 width: 75px;
}
.tCat > h5 {
 margin-right: 90px;
 text-transform: uppercase;
 font-size: 13px;
 margin-bottom: 10px;
}
.tCat > p {
 margin-right: 90px;
}
.tCat > p > a {
 display: inline-block;
 margin-top: 10px;
}
.tCat > p > a:hover {
 text-decoration: underline;
}

#go-top {
 display: block;
 position: fixed;
 width: 36px;
 height: 36px;
 line-height: 36px;
 z-index: 9999;
 bottom: 22px;
 right: 22px;
 border-radius: 40px;
 text-align: center;
 color: #fff;
 font-size: 16px;
 cursor: pointer;
 transition: all .3s ease;
}
#go-top:hover {
 background: #1a1a1a;
}

#footer {
background-image: url(../img/bg.png);
}

.footer-top {
 background: #171a21;

 border-bottom: 1px solid #d8d8d8;
 padding-top: 50px;
 padding-bottom: 20px;
}
.footer-block > h4 {
 font-size: 15px;
 text-transform: uppercase;
}
.footer-block b {
 color: #5e5e5e;
}
.footer-block b a {
 color: #5e5e5e;
}
.footer-block .soc {
 margin-right: 2px;
}
.footer-block ul, .footer-block li {
 margin: 0;
 padding: 0;
 list-style: none;
}
.footer-block li {
 margin-bottom: 10px;
}
.footer-block li:before {
 content: '\f10c';
 font-family: 'FontAwesome';
 padding-right: 10px;
 font-size: 10px;
}
.bottom {
 padding-top: 25px;
 padding-bottom: 25px;
}
.payments {
 float: left;
 line-height: 0;
}
.payments > span {
 float: left;
 margin-right: 10px;
}
.copyrights {
 float: right;
 padding-top: 4px;
}
#middle {
 padding-top: 50px;
 padding-bottom: 50px;
 background-image: url(../img/bg.png);
 border-bottom: 1px solid #d8d8d8;
 background-attachment: fixed;
}
#content {
 float: right;
 width: 76%;
}
.slist {
 display: block;
 padding: 10px 20px;
 border: 1px solid #d8d8d8;
 margin-top: 20px;
}
#content .list-item {
 width: 31.034482757%;
 margin-top: 30px;
 margin-bottom: 0;
 margin-right: 3.448275861%;
 float: left;
}
#content .list-item:nth-child(3n) {
 margin-right: 0;
}

#content .list-item:nth-child(3n+1) {
 clear: left;
}
#content .list-item * {
 max-width: 100%;
}
#content .goods-list {
 overflow: hidden;
 padding-bottom: 30px;
}
.g-loading, .g-loading-end {
 text-align: center;
}
.g-loading img {
 width: 24px;
}
.g-loading-end {
 padding-top: 30px;
 margin-top: 30px;
 border-top: 1px solid #d8d8d8;
 font-size: 15px;
 color: #1a1a1a;
 line-height: 15px;
}
#sidebar {
 float: left;
 width: 20%;
}
.block {
 margin-bottom: 30px;
}
.b-title {
 min-height: 50px;
 box-sizing: border-box;
 line-height: 18px;
 font-size: 15px;
 font-weight: 700;
 text-transform: uppercase;
 padding: 16px 20px;
 color: #fff;
 position: relative;
}
.b-title:after {
 content: '';
 display: block;
 width: 10px;
 height: 10px;
 position: absolute;
 left: 30px;
 bottom: -5px;
 -webkit-transform:rotate(45deg);
 -moz-transform:rotate(45deg);
 -o-transform:rotate(45deg);
 -ms-transform:rotate(45deg);
 transform:rotate(45deg);
}
.block ul.cat-tree, .block ul.cat-tree ul, .block ul.cat-tree li {
 padding: 0;
 margin: 0;
 list-style: none;
 list-style-type: none;
 overflow: hidden;
}
.block ul.cat-tree, .block ul.cat-tree a {
 color: #d8d8d8;
}
.block ul.cat-tree {
 background: #5e5e5e;
 font-size: 15px;
 font-weight: 300;
}
.block ul.cat-tree b {
 font-weight: 300;
 display: none;
}
.block ul.cat-tree ul {
 display: none;
}
.block > ul.cat-tree > li {
 line-height: 18px;
 padding: 16px 20px;
 border-bottom: 1px solid #7a7a7a;
}
.block > ul.cat-tree ul {
 margin-top: 10px;
 padding-left: 10px;
 margin-left: 10px;
 border-left: 1px solid #7a7a7a;
}
.block > ul.cat-tree ul li {
 padding-top: 6px;
 padding-bottom: 6px;
}
.block ul.cat-tree a:hover {
 color: #fff;
}
.block ul.cat-tree .plus,
.block ul.cat-tree .minus {
 float: right;
 font-size: 13px;
}
.block ul.cat-tree .plus:before,
.block ul.cat-tree .minus:before {
 display: inline-block;
 font-family: 'Pe-media-icons';
 speak: none;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 line-height: 18px;
 cursor: pointer;
 transition: color .3s ease;
 
 /* Better Font Rendering =========== */
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}

.block ul.cat-tree .plus:before {content: "\e602";}
.block ul.cat-tree .minus:before {content: "\e6b4";}

.b-body {
 overflow: hidden;
 padding: 20px;
 border: 1px solid #d8d8d8;
}
.popular, .popular li {
 margin: 0;
 padding: 0;
 list-style: none;
 overflow: hidden;
}
.popular li {
 padding-bottom: 20px;
 margin-bottom: 20px;
 border-bottom: 1px solid #d8d8d8;
}
.popular li:last-child {
 margin-bottom: 0;
 padding-bottom: 0;
 border-bottom: none;
}
.popular li > img {
 float: left;
 border: 1px solid #d8d8d8;
 width: 58px;
}
.popular-right {
 margin-left: 80px;
 line-height: 18px;
}
.popular-price {
 font-size: 15px;
 display: block;
 padding-top: 5px;
 font-weight: 600;
 color: #1a1a1a;
}
.sidebar-banner {
 overflow: hidden;
}
.sidebar-banner * {
 max-width: 100%;
}
.sidebar-banner img {
 transition: all .3s ease;
}
.sidebar-banner img:hover {
 opacity: 0.7;
}
.good-images {
 float: left;
 width: 31.034482757%;
 line-height: 0;
 position: relative;
 max-width: 300px !important;
}
.good-images * {
 max-width: 100%;
}
.good-images img {
 cursor: pointer;
 transition: all .3s ease;
}
.good-images img:hover {
 opacity: 0.7;
}
.good-images .big {
 width: 100%;
 box-sizing: border-box;
 border: 1px solid #d8d8d8;
}
.good-images .small {
 box-sizing: border-box;
 border: 1px solid #d8d8d8;
 width: 29.629629628%;
 margin-right: 5.555555554%;
 margin-top: 15px;
 float: left;
}
.good-images .small:nth-child(3n) {
 margin-right: 0;
}
.good-info {
 margin-left: 34.482758619%;
}
.good-title {
 font-weight: 400;
 color: #1a1a1a;
 text-transform: none;
 padding-bottom: 20px;
 margin-bottom: 20px;
 border-bottom: 1px solid #d8d8d8;
}
.good-price {
 float: left;
}
.good-price b {
 font-size: 18px;
}
.good-price s {
 color: #a7a7a7;
}
.good-rate {
 float: right;
}
.good-brief {
 padding-top: 20px;
 padding-bottom: 20px;
 margin-bottom: 20px;
 border-bottom: 1px solid #d8d8d8;
}
.good-options {
 padding-bottom: 20px;
 margin-bottom: 20px;
 border-bottom: 1px solid #d8d8d8;
}
.good-options ul, .good-options ul li {
 margin: 0;
 padding: 0;
 list-style: none;
 overflow: hidden;
}
.good-options ul li {
 float: left;
 margin-right: 20px;
}
.good-options ul li .opt {
 padding-right: 3px;
}
.good-buttons {
 padding-bottom: 20px;
 margin-bottom: 20px;
 border-bottom: 1px solid #d8d8d8;
}
.to-basket .pe {
 display: inline-block;
 line-height: 36px;
 font-size: 18px;
 cursor: pointer;
 transition: all .3s ease;
}
.to-basket .pe-mi-less {
 margin-right: 5px;
}
.to-basket .pe-mi-add {
 margin-left: 5px;
 margin-right: 20px;
}
.to-basket input, .to-basket .pe {
 float: left;
}
.to-basket input[type="button"] {
 margin-right: 5px;
}
.to-basket input[type="text"] {
 width: 50px;
 text-align: center;
 padding-left: 0;
 padding-right: 0;
}
#buy-now {
 background: #fc4242;
}
#buy-now:hover {
 background: #1a1a1a;
}
.wish {
 cursor: pointer;
 list-style-position: 24px;
 display: inline-block;
 transition: color .3s ease;
}
.wish:hover {
 color: #1a1a1a;
}
.wadd:before, .wdel:before {
 display: inline-block;
 font-family: 'Pe-media-icons';
 speak: none;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 line-height: 1;
 
 /* Better Font Rendering =========== */
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale; 
}
.wadd:before {
 content: "\e6c1";
}
.wdel:before {
 content: "\e679";
}
.wadd:after {
 content: 'Добавить в список желаний';
 padding-left: 7px;
}
.wdel:after {
 content: 'Удалить из списка желаний';
 padding-left: 7px;
}
.good-more ul, .good-more ul li {
 padding: 0;
 margin: 0;
 list-style: none;
 line-height: 24px;
}
.good-more .opt {
 color: #1a1a1a;
 font-weight: 600;
}
.good-tabs {
 margin-top: 50px;
 padding-bottom: 20px;
 border-bottom: 1px solid #d8d8d8;
}
.aTabsHead {
 overflow: hidden;
 padding-bottom: 20px;
 margin-bottom: 20px;
 border-bottom: 1px solid #d8d8d8;
}
.aTabsHead > span {
 display: block;
 float: left;
 margin-right: 30px;
 cursor: pointer;
 font-size: 14px;
 text-transform: uppercase;
 font-weight: 600;
 color: #a7a7a7;
}
.aTabsHead > span.aTabsHeadSpanActive {
 color: #1a1a1a !important;
 cursor: default;
}
.aTabs > ul, .aTabs > ul > li {
 padding: 0;
 margin: 0;
 list-style: none;
}
.shop-imgs img {
 max-width: 47%;
}
.other-items {
 border-bottom: 1px solid #d8d8d8;
 margin-top: 30px;
}
.other-title {
 font-weight: 600;
 color: #1a1a1a;
 text-transform: uppercase;
 font-size: 15px;
}
.post * {
 max-width: 100%;
}
.post-img {
 line-height: 0;
}
.post-img img {
 width: 100%;
}
.post-body {
 padding: 20px;
 border-left: 1px solid #d8d8d8;
 border-right: 1px solid #d8d8d8;
}
.post-title, .post-title a {
 color: #1a1a1a;
}
.post-title {
 font-size: 17px;
 font-weight: 400;
 margin-bottom: 15px;
}
.post-details {
 padding: 15px 20px;
 border: 1px solid #d8d8d8;
}
.post-date {
 float: left;
}
.post-details > a {
 float: right;
 margin-left: 10px;
 display: inline-block;
 font-size: 18px;
}
.post-details > a:hover {
 color: #1a1a1a;
}
.swchItem, .swchItemA, .pgSwch, .pgSwchA, .swchItem1, .swchItemA1 {
 font-family: 'arial';
 font-size: 14px;
 display: inline-block;
 line-height: 38px;
 border-radius: 20px;
 border: 1px solid #d8d8d8;
 padding-left: 15px;
 padding-right: 15px;
 text-align: center;
 min-width: 38px;
 margin-left: 1px;
 margin-right: 1px;
 box-sizing: border-box;
}
.swchItem:hover, .pgSwch:hover, .swchItem1:hover {
 background: #1a1a1a;
 border-color: #1a1a1a;
 color: #fff;
}
.swchItemA, .pgSwchA, .swchItemA1 {
 color: #fff;
 font-weight: 400;
}
.photo-list {
 margin: 0;
 padding: 0;
 list-style: none;
 overflow: hidden;
}
.photo-list li {
 margin-top: 0;
 margin-left: 0;
}
.photo {
 position: relative;
 background: #1a1a1a;
}
.photo:before {
 content: '';
 display: block;
 padding-top: 100%;
}
.photo img {
 width: 100%;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 2;
 transition: all .3s ease;
}
.photo-zoom {
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 margin: 10%;
 width: 80%;
 height: 80%;
 border: 1px solid #fff;
 z-index: 3;
 opacity: 0;
 transition: all .3s ease;
}
.photo-zoom:before, .photo-zoom:after {
 content: '';
 display: block;
 position: absolute;
 z-index: 3;
}
.photo-zoom:before {
 width: 80px;
 height: 1px;
 background: #fff;
 top: 50%;
 left: 50%;
 margin-left: -40px;
}
.photo-zoom:after {
 width: 1px;
 height: 80px;
 background: #fff;
 top: 50%;
 left: 50%;
 margin-top: -40px;
}
.photo:hover img {
 opacity: 0.3;
}
.photo:hover .photo-zoom {
 opacity: 1;
}

.gTable {
 background: none;
 border-spacing: 0;
 background: #5e5e5e;
 color: #fff;
}
.gTable td {
 padding: 10px 20px;
}
.gTableTop {
 line-height: 40px;
 padding: 10px 20px !important;
 color: #fff;
 text-decoration: none;
 font-size: 16px !important;
 text-transform: uppercase;
 font-weight: 400;
 letter-spacing: 1px;
}
.gTableTop a {
 color: #fff;
 text-decoration: none;
 font-size: 14px;
}
.gTableSubTop {
 padding: 5px 10px;
 font-weight: 400;
 font-size: 13px;
}
.catLink {
 color: #fff !important;
 font-size: 15px !important;
 text-transform: uppercase;
 font-weight: 400;
 letter-spacing: 1px;
}
.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: 16px;
}
.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: 5px 10px;
}
.switchActive {
 padding: 5px 10px;
 border-radius: 0 2px 2px 0;
 color: #fff;
}
.postBottom {
 padding: 0 20px !important;
}
#thread_search_form {
 position: relative;
 padding-bottom: 10px;
 overflow: hidden;
}
#thread_search_button {
 position: absolute;
 top: -1px;
 right: 0;
}
.fNavLink {
 display: inline-block;
 margin-bottom: 30px;
}
#forum_filter {
 text-align: right;
 padding-bottom: 10px;
}
#forum_filter form {
 display: inline-block;
}
#filter_by {
 display: inline-block;
 line-height: 40px;
}
.forumIcoTd,
.forumNameTd,
.forumThreadTd,
.forumPostTd,
.forumLastPostTd,
.forumThreadTd,
.forumPostTd,
.threadPostTd,
.threadViewTd,
.threadAuthTd,
.threadIcoTd,
.threadNametd,
.threadAuthTd,
.threadLastPostTd,
.postTdTop,
.postBottom
{
 border-bottom: 1px solid #dcdcdc;
}

.postTdTop,
.postBottom
{
 border-top: 1px solid #dcdcdc;
}

.gTableSubTop,
.pagesInfo
{

}

.forumContent a:hover,
.gTableSubTop,
.gTableSubTop a
{
 color: #fff !important;
}

.postTdInfo {border-right: 1px solid #dcdcdc;}
.forumNameTd {color: #a7a7a7;}


#allEntries > div[id^='comEnt']
{
 background: #f6f6f6;
}

.calWdaySu,
.calWdaySe
{
 background: #7a7a7a !important;
}

.eTitle
{
 color: #fff;
}
.calTable td.calMday,
.calMdayA
{
 border: 1px solid #dcdcdc;
}

#allEntries > div[id^='comEnt'] {
 margin-top: 20px;
 margin-bottom: -5px;
 padding: 10px;
}
.commTable {
 padding-top: 50px;
}
.commTable .commFl,
.commTable .securityCode {
 width: 100%;
}
.commTable .securityCode {
 width: auto;
}
.calTable {
 width: 100%;
 line-height: 30px;
}

.calWday,
.calWdaySu,
.calWdaySe {
 color: #fff;
}

.calMdayA {
 font-weight: 400;
}


.eTitle {
 font-size: 18px;
 padding: 20px 0;
}
.eDetails {
 padding: 20px 0;
 font-size: 13px;
}
.eBlock {
 margin-bottom: 30px;
}

#content img {
 max-width: 100%;
}



@media (min-width: 992px) {
 #nav .uMenuRoot {
 display: block;
 }
 #nav .uMenuRoot, #nav .uMenuRoot li {
 margin: 0;
 padding: 0;
 list-style: none;
 list-style-type: none;
 position: relative;
 }
 #nav .uMenuRoot {
 display: block;
 }
 #nav .uMenuRoot > li {
 float: left;
 }
 #nav .uMenuRoot > li > a {
 display: block;
 color: #fff;
 text-transform: uppercase;
 font-weight: 700;
 line-height: 50px;
 padding: 0 20px;
 }
 #nav .uMenuRoot > li > a > .fa {
 padding-left: 5px;
 }
 #nav .uMenuRoot li ul {
 position: absolute;
 /* top: 50px; */
 top: 100px;
 left: -9999px;
 width: 200px;
 border: 1px solid #d8d8d8;
 margin: 0;
 padding: 0;
 opacity: 0;
 transition: top .3s ease, opacity .3s ease;
 }
 #nav .uMenuRoot li ul li {
 border-bottom: 1px solid #d8d8d8;
 }
 #nav .uMenuRoot li ul li:last-child {
 border-bottom: none;
 }
 #nav .uMenuRoot li ul li a {
 display: block;
 padding: 9px 20px;
 background: #fff;
 }
 #nav .uMenuRoot li ul li a:hover,
 #nav .uMenuRoot li ul li.uWithSubmenu:hover > a {
 background: #f6f6f6;
 color: #1a1a1a;
 }
 #nav .uMenuRoot li ul li a .fa {
 float: right;
 line-height: 22px;
 }
 #nav .uMenuRoot > li.uWithSubmenu:hover > ul {
 top: 50px;
 opacity: 1;
 left: 0;
 }
 #nav .uMenuRoot > li > ul li.uWithSubmenu:hover > ul {
 left: 200px;
 top: -1px;
 opacity: 1;
 }
 .menu-icon {
 display: none;
 }
}

@media (max-width: 1279px) {
 .cnt {
 width: 100%;
 padding-left: 50px;
 padding-right: 50px;
 box-sizing: border-box;
 }
 .slider-wrap {
 float: none;
 width: 100%;
 }
 .icon-blocks {
 float: none;
 margin-top: 30px;
 width: 100%;
 }
}

@media (max-width: 991px) {
 #nav .cnt {
 position: relative;
 }
 .menu-icon {
 display: block;
 color: #fff;
 position: absolute;
 top: 0;
 left: 50px;
 line-height: 50px;
 text-transform: uppercase;
 cursor: pointer;
 }
 .menu-icon .fa {
 margin-right: 5px;
 cursor: pointer;
 font-size: 14px;
 }
 #nav .uMenuRoot, #nav .uMenuRoot li {
 padding: 0;
 margin: 0;
 list-style: none;
 }
 #nav .uMenuRoot {
 display: none;
 background: #171a21;
 border-bottom: 1px solid #d8d8d8;
 position: absolute;
 top: 50px;
 left: 0;
 width: 100%;
 margin: 0;
 padding-left: 50px;
 box-sizing: border-box;
 line-height: 36px;
 padding-top: 10px;
 padding-bottom: 10px;
 }
 #nav .uMenuRoot > li > a {
 text-transform: uppercase;
 font-weight: 600;
 }
 
 #nav .uMenuRoot ul {
 padding-left: 30px;
 list-style: none;
 }
 #nav .uMenuRoot .fa {
 display: none;
 }
 #nav .uMenuRoot a {
 background: none !important;
 }
 .top-left {
 float: none;
 margin-bottom: -15px;
 }
 .top-right {
 float: none;
 }
 #header {
 height: auto;
 }
 #logo {
 float: none;
 border-bottom: 1px solid #d8d8d8;
 }
 .header-right {
 float: none;
 }
 .slide-text {
 padding-top: 50px;
 }
 .st-big {
 font-size: 24px;
 }
 
 .col4 {width: 48.717948716%;}
 .col4:nth-child(2n) {margin-right: 0;}
 .col4:nth-child(2n+1) {clear: left;}
 
 #content, #sidebar {
 float: none;
 width: 100%;
 }
 #sidebar {
 padding-top: 50px;
 }
 #sidebar .block {
 width: 48.717948716%;
 float: left;
 margin-right: 2.564102563%;
 margin-bottom: 30px;
 }
 #sidebar .block:nth-child(2n) {
 margin-right: 0;
 }
 #sidebar .block:nth-child(2n+1) {
 clear: left;
 }
}


@media (max-width: 767px) {
 .cnt {
 padding-left: 30px;
 padding-right: 30px;
 }
 .slider-wrap {
 height: 350px;
 }
 .slide-text {
 width: auto;
 padding-left: 50px;
 padding-right: 50px;
 }
 .slide-arrow.fa-angle-left {
 left: 0 !important;
 }
 .slide-arrow.fa-angle-right {
 right: 0 !important;
 }
 #content .list-item {
 width: 48.717948716%;
 margin-right: 2.564102563%;
 }
 #content .list-item:nth-child(3n) {
 margin-right: 2.564102563%
 }
 #content .list-item:nth-child(3n+1) {
 clear: none;
 }
 #content .list-item:nth-child(2n) {
 margin-right: 0;
 }
 #content .list-item:nth-child(2n+1) {
 clear: left;
 }
 .good-images {
 float: none;
 margin: 0 auto 50px;
 width: auto;
 max-width: 270px;
 }
 .good-info {
 margin-left: 0;
 }
 .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: 600;
 }
 .pLeft {
 float: none;
 margin-bottom: 30px;
 width: 100%;
 }
 .pRight {
 margin-left: 0;
 }
}

@media (max-width: 567px) {
 .header-right {
 height: auto;
 padding-bottom: 0;
 margin-bottom: -2px;
 }
 .hPhone, .hCart {
 float: none;
 }
 .hPhone {
 margin-right: 0;
 padding-right: 0;
 border-right: none;
 }
 .hCart {
 padding-top: 30px;
 }
 #nav {
 margin-top: 30px;
 }
 #shop-basket.opened .cart-body {
 right: auto;
 left: 0;
 width: 100%;
 }
 .col2, .col3, .col4 {
 width: 100%;
 float: none;
 margin-right: 0;
 }
 .slide-text {
 padding: 20px;
 }
 .top-right #search, .top-right .soc {
 float: none;
 }
 .top-right .soc {
 margin: 0 2px 0 0;
 }
 .top-right #search {
 margin-bottom: 10px;
 }
 #sidebar .block, #content .list-item {
 float: none;
 width: 100%;
 margin-right: 0;
 clear: none;
 }
}

/* others */

@media screen and (max-width: 767px) {
 li.entTd.uEntryWrap {width: 50% !important;}
}
@media screen and (max-width: 567px) {
 li.entTd.uEntryWrap {width: 100% !important;}
}
#content * {max-width: 100%;}
li[class^='u-star'] a {transition: none !important;}
.plist {display: block;}
span.uf-tooltip {max-width: 120px !important;}
#order-table {overflow: auto;}
#cont-shop-invoices input, #cont-shop-invoices button {margin-top: 5px; margin-bottom: 5px;}
.photo.uphoto {
 display: block;
 vertical-align: baseline;
 margin: 0;
}

.u-mpanel, .u-mpanel * {max-width: none !important;}

/* DEFAULT COLOR SCHEME */

::selection{background-color:#7a0000}::-moz-selection{background-color:#7a0000}a:hover,.top-left a:hover,#logo a span,.hPhone-icon,.hCart-icon span,.hCart-details > span,.cart-body ul li .pe-mi-error,.st-color,.item-price b,.tCat > p > a,.block ul.cat-tree .plus:hover,.block ul.cat-tree .minus:hover,.good-price b,.to-basket .pe:hover,.wadd,.aTabsHead > span:hover,.post-details > a,.forumContent a{color:#fff}.soc:hover,.title .arrow:hover{box-shadow:inset 0 0 0 1px #7a0000;background:#7a0000}input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="tel"]:focus,input[type="url"]:focus,.swchItemA{border:1px solid #7a0000}input[type="button"],input[type="submit"],input[type="reset"],button,#nav .uMenuRoot > li > a:hover,#nav .uMenuRoot > li > a.uMenuItemA,#nav .uMenuRoot > li.uWithSubmenu:hover > a,.button,span.slide-arrow:hover,.icon-block:hover,.button,#go-top,.b-title,.b-title:after,.swchItemA,.pgSwchA,.swchItemA1,.calWday,.gTableTop{background:#7a0000}.search_submit:hover{color:#7a0000!important}.icon-block:hover{box-shadow:inset 0 0 0 2px #7a0000}.list-item:hover{box-shadow:inset 0 0 0 1px #7a0000}


#thread_search_field, #thread_search_button {display:none;}

/* style news */ 
.clear { 
 clear:both; 
} 
.news { 
 position:relative; 
 margin-bottom:20px; 
 padding:15px; 
 background:#171a21; 
 border:1px solid #d3d3d3; 
 font-family:helvetica, arial, sans-serif; 
} 

.news_l { 
 padding-right:145px; 
 min-height:150px; 
} 
.news_r { 
 width:140px; 
 height:100%; 
 background:#5e5e5e; 
 position:absolute; 
 top:0; 
 right:0; 
 text-align:center; 
} 
.news h2 { 
 margin:0; 
 background:url(http://mvcreative.ru/example/15/images/stripe.png) 0px 7px repeat; 
 height:20px; 
 overflow:hidden; 
 margin:10px 0 15px 0; 
 position:relative; 
} 
.news h2 a { 
 background:#171a21; 
 padding:2px 10px 2px 0; 
 text-decoration:none; 
 color:#fff; /*цвет заголовка новости*/ 
 font-size:16px; 
} 
.news h2 span a { 
 padding-right:0; 
} 
.img_news { 
 float:left; 
 display:inline-block; 
 margin:0 14px 5px 0; 
 padding:5px; 
 background:#EDF1F2; 
 border:1px solid #DDE1E2; 
} 
.img_news img { 
 width:220px; 
 border:1px solid #DDE1E2; 
} 
.message { 
 padding:0 0 10px 0; 
 margin:0; 
 font-size:12px; 
 line-height:19px; 
 text-align:justify;
 color: #fff;
} 
.news_r .date { 
 display:inline-block; 
 position:relative; 
 font-size:13px; 
 padding:7px 10px 4px 10px; 
 margin:18px 0 -5px 0; 
 background:#7a0000; /*цвет блока с датой*/ 
 border:1px solid #fff; 
 color:#fff; 
 text-align:center;
 width: 80px;
} 
.news_r ul { 
 list-style:none; 
 margin:0; 
 padding:0; 
 text-align:left; 
 width:100px; 
 margin:18px auto 0 auto; 
 font-size:12px; 
} 
.news_r ul li { 
 padding:3px 0 3px 5px; 
 border-bottom:1px dotted #BEBEBE; 
} 
.news_r ul li img { 
 margin-right:10px; 
 position:relative; 
 top:4px; 
} 
.news_r ul li a, .news_r ul li span { 
 color:#fff; 
 text-decoration:none; 
}


/* profile */ 
.eTextcsomsk {text-align:center; padding:10px;}

.img_news_in{ 
 border:1px solid #DDE1E2;
}

#nav .uMenuRoot li ul li a {
 background: #5e5e5e;
}