::selection {
 background-color: #1a1a1a;
 color: #fff;
}
@font-face {
 font-family: 'ctc_splash_roundedbold';
 src: url('/fonts/fgauvcv2.eot');
 src: url('/fonts/fgauvcv2.eot?#iefix') format('embedded-opentype'),
 url('/fonts/fgauvcv2.woff2') format('woff2'),
 url('/fonts/fgauvcv2.woff') format('woff'),
 url('/fonts/fgauvcv2.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}
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;
}
hr {
 border: none;
 height: 1px;
 background: #eee;
}
a {
 text-decoration: none;
 color: #666;
 transition: all .2s ease;
}
a:hover {
 color: #1a1a1a;
}
b {
 font-weight: 600;
 color: #1a1a1a;
}
body {
 font-size: 13px;
 line-height: 22px;
 color: #666;
 font-weight: 400;
 font-family: 'Open Sans';
}
h1, h2, h3, h4, h5, h6 {
 margin: 0 0 22px;
 padding: 0;
 color: #1a1a1a;
 font-family: 'ctc_splash_roundedbold';
 letter-spacing: 1px;
 text-transform: uppercase;
 font-weight: normal;
}

h1 {font-size: 20px;line-height: 20px;}
h2 {font-size: 18px;line-height: 18px;}
h3 {font-size: 16px;line-height: 16px;}
h4 {font-size: 15px;line-height: 15px;}
h5 {font-size: 14px;line-height: 14px;}
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 #a7a7a7;
 background: #fff;
 color: #666;
 line-height: 22px;
 min-height: 36px;
 padding: 6px 15px;
 font-size: 13px;
 font-family: 'Open Sans';
 box-sizing: border-box;
 transition: all .3s ease;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"] {
 border: 1px solid #a7a7a7;
 background: #fff;
 color: #666;
 line-height: 26px;
 height: 36px;
 padding: 6px 15px;
 font-family: 'Open Sans';
 background: #fff;
 box-sizing: border-box;
 transition: all .2s ease;
}
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 #1a1a1a !important;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
 border: none;
 color: #fff;
 line-height: 22px;
 height: 36px;
 padding: 6px 15px;
 font-weight: 400;
 font-family: 'ctc_splash_roundedbold';
 text-transform: uppercase;
 font-size: 12px;
 background: #1a1a1a;
 cursor: pointer;
 box-sizing: border-box;
 transition: all .3s ease;
 letter-spacing: 1px;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
 background: #666;
}

select {
 color: #666;
 border: 1px solid #a7a7a7;
 background: #fff;
 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;
}
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.717948716%;}
.col3 {width: 31.623931622%;}
.col4 {width: 23.076923075%;}
.col6 {width: 14.529914528%;}

.col2, .col3, .col4, .col6 {
 margin-bottom: 30px;
 margin-right: 2.564102563%;
 float: left;
}
.col2:nth-child(2n), .col3:nth-child(3n), .col4:nth-child(4n), .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%;
}

#wrapper {
 overflow: hidden;
 margin: 0 auto;
 background: #fff;
}


#loader {
 position: fixed;
 background: rgba(255, 255, 255, 0.95) url(/img/loader.gif) center no-repeat;
 width: 100%;
 height: 100%;
 z-index: 9991;
}
.top {
 padding: 14px 0;
 border-bottom: 1px solid #eee;
}
.top .fa {
 color: #1a1a1a;
 font-size: 14px;
 margin-right: 5px;
}
.top ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
.top ul li {
 float: left;
 margin: 0 0 0 20px;
 padding: 0 0 0 20px;
 border-left: 1px solid #d8d8d8;
}
.top ul li:first-child {
 margin-left: 0;
 padding-left: 0;
 border: none;
}
.top_left {
 float: left;
}
.top_right {
 float: right;
}

#header {
 padding-top: 50px;
 padding-bottom: 50px;
 border-bottom: 1px solid #eee;
}
.logo {
 font-family: 'ctc_splash_roundedbold';
 font-size: 36px;
 text-transform: uppercase;
 letter-spacing: 4px;
 color: #1a1a1a;
 float: left;
 line-height: 36px;
}
.logo a {
 color: #1a1a1a;
}
.h_right {
 float: right;
 height: 32px;
}
.search {
 float: left;
 width: 500px;
}
#search-form {
 width: 100%;
 position: relative;
}
input.search_keyword {
 position: absolute;
 width: 100%;
 border: none;
 border-bottom: 1px solid #eee;
 padding-left: 1px;
 padding-right: 0;
 font-style: italic;
 color: #1a1a1a;
}
input.search_keyword:focus {
 border: none !important;
 border-bottom: 1px solid #1a1a1a !important;
}

input.search_keyword::-webkit-input-placeholder {color: #1a1a1a;}
input.search_keyword::-moz-placeholder {color: #1a1a1a;}

input.search_submit {
 position: absolute;
 top: 0;
 right: 0;
 padding: 0;
 margin: 0;
 border: none;
 font-family: 'FontAwesome';
 box-shadow: none;
 background: none !important;
 color: #1a1a1a !important;
 padding-left: 10px;
 padding-right: 1px;
 font-size: 15px;
}

#shop-basket {
 margin-left: 570px;
 padding-top: 5px;
 padding-bottom: 30px;
 position: relative;
}
.cart_info {
 padding-left: 44px;
 background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAACoklEQVRYR8WXW4hOURTHjVxKScm1CA+uD6Q0KWLMKB4UHlzeKFEY40WUW8qT8EAylBJ5kKJ4IOUuKbdyKZIUuWYID1Kuv9909nS+z3DOkX3s+nXOd/bea/332mvtc76aDv+51fyl/4HMmwejoAvchcPwpKi9ogI64WATrIaPcB2+Qi30hK2wMXmWS0sRATo/AtNgFeyDL4mXzlwXwXY4DXPziigiwNUtg6lw9TfLG8/zs7AL1uQJQV4B4zB2DRbCwQzDC+jfD865lSUir4CTGOoOk+BHhlFtXoF3MONfCBiCkccwC45nGUz6Z3M9CoPh6Z/m5IlAEwY2Qy8ISZeloysD3sB62FlUwEgmLIEBoED30vCfz/Ja1V/P7w9wE9y2Z7AXHqTHVUfAcN8BQ+5AJ86E+/CwoIARjB8GJ5KFuLBBMBraDqxqAVvoNHHGgAeM7RMshQMFBSxm/DbokczzrLgH5sbaYKtawCU6bsOKlLNv3M+BYwUFzGf8IfAAC62ZG6PS0J4AxbTAOtiTmjSBe/fxc0EB3Rg/FizJ0FyY9vu1J8CHL2EyGIkYzcT0pLSi3uogvQW/dEZQ0Bebr9KLTAswPNatg2I1/YXzoXWb0wJ8YIIYiZitItHTAi7j1QpojOkd21bC8LDQIMCrSWGGOiBmc4EbwlYHAaEC6ui4GNM7tqfAOegNLUGAB8OZ8DCygIpKCAJ841kBfSI713yoBLehOQiwAkwMw1NGc5v9km4MAqwA34LLy/COj93g27JeAaEC3AI7ymhtlaDz/vAiCf+FMrwnvlorQQGhAkxAj8kymr5eQ50CpsMpGAqPyvCODxPeL64GBfgBeQNU5bv7e2QRHbE/EZ5DbagC/9etTJRF9t9q3m/MHfC++pOsDOcVPn4C+xh9u+zQdOIAAAAASUVORK5CYII=") left no-repeat;
 line-height: 32px;
 height: 32px;
 font-size: 15px;
 cursor: pointer;
}
.cart_info b {
 color: #1a1a1a;
 font-weight: 600;
}
.cart_info .fa {
 margin-left: 5px;
 color: #1a1a1a;
}
.cart_body {
 position: absolute;
 padding: 20px;
 width: 300px;
 border: 1px solid #1a1a1a;
 box-sizing: border-box;
 transition: top 0.3s ease, opacity 0.3s ease;
 right: -9999px;
 top: 150px;
 opacity: 0;
 z-index: 999;
 background: #fff;
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#shop-basket.opened .cart_body {
 right: 0;
 top: 50px;
 opacity: 1;
}
.cart_body ul {
 padding: 0;
 margin: 0;
 list-style: none;
}
.cart_body ul li {
 overflow: hidden;
 padding: 0 0 10px 0;
 margin: 0 0 14px 0;
 border-bottom: 1px solid #eee;
 position: relative;
}
.cart_item_img {
 float: left;
 width: 45px;
 border: 1px solid #eee;
}
.cart_body ul li p {
 margin: 0 0 0 60px;
 padding: 0 15px 0 0;
 line-height: 18px;
}
.cart_item_name {
 display: inline-block;
 margin-bottom: 10px;
 line-height: 16px;
}
.cart_item_name:hover {
 text-decoration: underline;
}
.cart_body ul li p i {
 font-size: 12px;
 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: #1a1a1a;
}
.cart_item_remove:after {
 content: "";
 display: block;
 width: 1px;
 height: 100%;
 position: absolute;
 left: 6px;
 top: 0;
 background: #1a1a1a;
}

.cart_item_remove:hover:before {background: #dc1111;}
.cart_item_remove:hover:after {background: #dc1111;}

.cart_btn_checkout {
 font-family: 'ctc_splash_roundedbold';
 color: #fff !important;
 background: #1a1a1a;
 text-transform: uppercase;
 letter-spacing: 2px;
 display: inline-block;
 margin-top: 5px;
 padding: 0 15px;
 line-height: 30px;
 font-size: 12px;
}
.cart_btn_checkout:hover {
 background: #666;
}
.cart_btn_clear {
 margin-left: 15px;
 border-bottom: 1px dotted #d8d8d8;
}


#nav #shop-currency {
 float: right;
 position: relative;
}
#nav #shop-currency select {
 text-transform: uppercase;
 border: none;
 font-family: 'ctc_splash_roundedbold';
 font-size: 15px;
 letter-spacing: 2px;
 height: 60px;
 color: #666;
 padding-right: 10px !important;
 background: none;
 transition: color .3s ease;
}
#nav #shop-currency select:hover {
 color: #1a1a1a;
}
#nav #shop-currency:before {
 content: "\f107";
 display: block;
 position: absolute;
 z-index: 2;
 top: 23px;
 right: 0;
 font: normal normal normal 14px/1 FontAwesome;
 text-rendering: auto;
 -webkit-font-smoothing: antialiased;
 font-size: 13px;
}
#slider-wrap {
 margin-top: -1px;
 position: relative;
 margin-bottom: 30px;
}
#slider-wrap:before {
 content: '';
 display: block;
 padding-top: 49.57264957264957%;
 overflow: hidden;
}
#slider, .slide, .slide_content {
 position: absolute;
 top: 0;
 left: 0;
 overflow: hidden;
 width: 100%;
 height: 100%;
 line-height: 100%;
}
.slide * {
 max-width: 100%;
}
.slide img {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
}
.slide_content {
 display: table;
}
.sl_text {
 display: table-cell;
 position: relative;
 z-index: 2;
 vertical-align: middle;
}
.sl_text_title {
 font-family: 'ctc_splash_roundedbold';
 text-transform: uppercase;
 letter-spacing: 6px;
 font-size: 54px;
 line-height: 54px;
 display: block;
}
.line1 {
 display: inline-block;
 width: 70px;
 height: 3px;
 background: #1a1a1a;
 margin-top: 30px;
}
.sl_text p {
 font-size: 15px;
 line-height: 24px;
 margin-top: 45px;
}
.sl_text_body {
 margin-left: 100px;
 max-width: 370px;
}
.button1 {
 display: inline-block;
 padding: 0 20px;
 line-height: 36px;
 background: #1a1a1a;
 color: #fff !important;
 font-family: 'ctc_splash_roundedbold';
 font-size: 14px;
 letter-spacing: 2px;
 text-transform: uppercase;
}
.button1:hover {
 background: #666;
}
.sl_text .button1 {
 margin-top: 30px;
}
.slide-arrow {
 display: block;
 position: absolute;
 z-index: 3;
 bottom: 0;
 background: rgba(26, 26, 26, 0.5);
 color: #fff;
 height: 36px;
 line-height: 36px !important;
 width: 36px;
 text-align: center;
 font-size: 20px !important;
 cursor: pointer;
 transition: all .3s ease;
}
.slide-arrow.fa-angle-right {
 right: 0;
}
.slide-arrow.fa-angle-left {
 right: 36px;
}
.slide-arrow:hover {
 background: #1a1a1a;
}
.sl_right {
 float: right;
 margin-right: 100px;
 text-align: right;
 margin-left: 0;
}
.slide {
 display: none;
}
.slide:first-child {
 display: block;
}

.banners {
 margin-bottom: 20px;
}
a.banner {
 display: block;
 line-height: 0;
 text-align: center;
 overflow: hidden;
 background: #1a1a1a;
 position: relative;
}
a.banner img {
 transition: all .3s ease;
}
a.banner:hover img {
 opacity: 0.8;
}
.banner_text {
 display: block;
 width: 100%;
 position: absolute;
 left: 0;
 bottom: 0;
 text-align: left;
 color: #fff;
 font-family: 'ctc_splash_roundedbold';
 text-transform: uppercase;
 letter-spacing: 2px;
 line-height: 18px;
 padding: 15px 20px;
 font-size: 13px;
 box-sizing: border-box;
}
.banner_text b {
 font-weight: normal;
 color: #fff;
 font-size: 30px;
 display: block;
 line-height: 30px;
 margin-bottom: 5px;
}
.banner_text.black, .banner_text.black b {color: #1a1a1a;}
.banner_text.black {
 bottom: none;
 top: 3px;
}

.title2 {
 text-align: center;
 font-size: 24px;
 line-height: 24px;
 letter-spacing: 2px;
 position: relative;
 padding-bottom: 20px;
 margin-bottom: 25px;
}
.title2:after {
 content: '';
 display: block;
 position: absolute;
 bottom: 0;
 left: 50%;
 margin-left: -35px;
 width: 70px;
 height: 3px;
 background: #1a1a1a;
}

#go-top {
 display: block;
 position: fixed;
 bottom: 20px;
 right: 20px;
 z-index: 9999;
 background: rgba(0, 0, 0, 0.5);
 color: #fff;
 line-height: 36px;
 height: 36px;
 width: 36px;
 text-align: center;
 font-size: 18px;
 cursor: pointer;
 transition: all .3s ease;
}
#go-top:hover {
 background: #1a1a1a;
}
.hg_tabHead {
 text-align: center;
 font-family: 'ctc_splash_roundedbold';
 letter-spacing: 2px;
 text-transform: uppercase;
 font-size: 16px;
 line-height: 16px;
 margin-bottom: 36px;
}
.hg_tabName {
 cursor: pointer;
 transition: all .3s ease;
}
.hg_tabName:after {
 content: '\f00d';
 display: inline-block;
 padding: 0 20px;
 color: #d8d8d8;
 font-family: 'FontAwesome';
 cursor: default;
}
.hg_tabName:last-child:after {
 content: '';
 display: none;
}
.hg_tabName.aTabsHeadSpanActive, .hg_tabName:hover {
 color: #1a1a1a;
}

.aTabsHead {overflow: hidden;}
.aTabs > ul, .aTabs > ul > li {
 padding: 0;
 margin: 0;
 list-style: none;
}


#middle {
 margin-bottom: 50px;
}

.goods-list:after {
 content: '';
 display: block;
 clear: both;
}
.home_goods {
 margin-bottom: -30px;
}
.home_goods ul, .home_goods ul li {
 margin: 0;
 padding: 0;
 list-style: none;
}
.home_goods ul li {
 display: none;
}
.home_goods ul li:first-child {
 display: block;
}
.home_goods .list-item {
 margin-bottom: 40px;
 margin-right: 2.564102563%;
 float: left;
 width: 23.076923075%;
}
.home_goods .list-item:nth-child(4n) {margin-right: 0;}
.home_goods .list-item:nth-child(4n+1) {clear: left;}
.list-item * {max-width: 100%;}

.g_img {position: relative;line-height: 0;margin-bottom: 7px;}
.g_img img {transition: opacity .3s ease;}
.g_img:hover img {opacity: 0.6;}
.g_img .gphoto {cursor: default;}

.qv_button {
 font-size: 13px;
 width: 160px;
 text-align: center;
 padding: 0;
 position: absolute;
 z-index: 2;
 top: 50%;
 margin-top: -18px;
 left: 50%;
 margin-left: -80px;
 opacity: 0;
}
.qv_button:hover {
 background: #dc1111;
}
.qv_button .fa {
 margin-right: 3px;
}
.g_img:hover .qv_button {opacity: 1;}

.gnew, .gsale {
 display: block;
 position: absolute;
 z-index: 3;
 font-size: 13px;
 font-family: 'ctc_splash_roundedbold';
 text-transform: uppercase;
 letter-spacing: 1px;
 top: 20px;
 text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}
.gnew {
 left: 20px;
 color: #1a1a1a;
 display: none;
}
.gsale {
 right: 20px;
 color: #dc1111;
}
.g_info {
 text-align: center;
}
.g_name {
 line-height: 18px;
 margin-bottom: 10px;
}
.g_price_rate {
 margin-bottom: 12px;
}
.g_price {
 font-size: 20px;
 color: #1a1a1a;
 font-family: 'ctc_splash_roundedbold';
}
.g_price s {
 color: #666;
 font-size: 15px;
 margin-left: 3px;
}
.g_rate {
 padding-top: 3px;
 display: none;
}
.g_brief {
 display: none;
}
.button3 {
 display: inline-block;
 padding: 0 20px;
 line-height: 36px;
 font-family: 'ctc_splash_roundedbold';
 letter-spacing: 2px;
 font-size: 13px;
 text-transform: uppercase;
 background: #1a1a1a;
 color: #fff;
 height: 36px;
 overflow: hidden;
}
.button3:hover {
 color: #fff;
 background: #666;
}
.wish {
 display: inline-block;
 line-height: 36px;
 height: 36px;
 width: 36px;
 text-align: center;
 font-size: 16px;
 box-shadow: inset 0 0 0 1px #a7a7a7;
 color: #a7a7a7;
 cursor: pointer;
 font-family: 'FontAwesome';
 transition: all .3s ease;
 margin: 0 7px;
 overflow: hidden;
}
.wadd:before {
 content: '\f004';
}
.wdel:before {
 content: '\f00d';
}
.wish:hover {
 background: #a7a7a7;
 color: #1a1a1a;
}
.button4 {
 display: inline-block;
 line-height: 36px;
 height: 36px;
 width: 36px;
 text-align: center;
 font-size: 16px;
 box-shadow: inset 0 0 0 1px #a7a7a7;
 color: #a7a7a7;
 cursor: pointer;
 font-family: 'FontAwesome';
 transition: all .3s ease;
 overflow: hidden;
}
.button4:hover {
 background: #a7a7a7;
 color: #1a1a1a;
}

#brands {
 border-top: 1px solid #eee;
 margin-bottom: -30px;
}
.brand {
 text-align: center;
 padding: 10px 0;
}
.brand img {
 max-width: 90%;
 transition: all .3s ease;
}
.brand a:hover img {
 opacity: 0.7;
}

.f_blocks a, .f_copy a {
 color: #7a7a7a;
}
.f_blocks a:hover, .f_copy a:hover {
 color: #a7a7a7;
}
#icon_blocks {
 border-top: 1px solid #eee;
 margin-bottom: -30px;
}
.icon_block {
 padding: 50px 0;
 overflow: hidden;
}
.icon_block .fa {
 float: left;
 display: block;
 width: 70px;
 line-height: 70px;
 font-size: 30px;
 text-align: center;
 color: #a7a7a7;
 box-shadow: inset 0 0 0 1px #a7a7a7;
 border-radius: 70px;
 transition: all .3s ease;
}
.icon_block:hover .fa {
 background: #1a1a1a;
 box-shadow: inset 0 0 0 1px #1a1a1a;
 color: #fff;
}
.icon_block p {
 margin-left: 90px;
 padding-top: 15px;
}
.icon_block p b {
 display: block;
 font-family: 'ctc_splash_roundedbold';
 text-transform: uppercase;
 font-size: 14px;
}
.f_blocks {
 padding: 50px 0;
 background: #262626;
 color: #7a7a7a;
 margin-bottom: -30px;
}
.f_block_title {
 font-size: 18px;
 font-family: 'ctc_splash_roundedbold';
 color: #fff;
 text-transform: uppercase;
 letter-spacing: 2px;
 line-height: 20px;
 margin-bottom: 20px;
}
.f_block b, .f_block b a {
 color: #eee !important;
}
.f_soc {
 color: #fff;
 font-size: 16px;
 display: inline-block;
 margin-right: 20px;
}
.f_soc:hover {
 color: #a7a7a7;
}
.f_block ul, .f_block li {
 margin: 0;
 padding: 0;
 list-style: none;
}
.f_block li {
 margin-bottom: 12px;
}
.f_block li:last-child {
 margin-bottom: 0;
}

.f_block li .fa {
 margin-right: 7px;
}
.f_copy {
 background: #212121;
 padding: 25px 30px;
 text-align: center;
}

#page_image {
 position: relative;
 line-height: 0;
 margin-top: 30px;
}
#page_image img {
 max-width: 100%;
}
#page_image span {
 display: block;
 position: absolute;
 width: 100%;
 text-align: center;
 top: 50%;
 margin-top: -30px;
 left: 0;
 color: #fff;
 font-family: 'ctc_splash_roundedbold';
 text-transform: uppercase;
 font-size: 60px;
 letter-spacing: 5px;
 line-height: 60px;
}
#path {
 padding: 17px 0;
 line-height: 16px;
 border-bottom: 1px solid #eee;
 margin-bottom: 40px;
 text-align: center;
 color: #1a1a1a;
 font-weight: 600;
}
#path a {
 font-weight: 400;
}
#path span {
 font-family: 'Times New Roman';
 color: #666;
 padding: 0 7px;
}

#content {
 float: right;
 width: 74.358974357%;
}
#middle #content * {
 max-width: 100%;
}
#sidebar {
 float: left;
 width: 23.076923075%;
}
#sidebar * {
 max-width: 100%;
}

.goods-settings {
 margin-bottom: 30px;
}
.goods-view-mode {
 float: left;
}
.goods-view-mode > span {
 display: inline-block;
 width: 30px;
 line-height: 30px;
 box-shadow: inset 0 0 0 1px #a7a7a7;
 color: #a7a7a7;
 text-align: center;
 font-size: 18px;
 cursor: pointer;
 transition: all .3s ease;
}
.goods-view-mode > span:first-child {
 margin-right: 7px;
}
.goods-view-mode > span:hover {
 box-shadow: inset 0 0 0 1px #1a1a1a;
 color: #1a1a1a;
}
.goods-view-mode > span.goods-view-mode-active {
 cursor: default;
 box-shadow: none;
 color: #eee;
 background: #1a1a1a;
}
.goods-sorter {
 float: right;
 line-height: 30px;
 font-family: 'ctc_splash_roundedbold';
 text-transform: uppercase;
 letter-spacing: 1px;
}
.goods-sorter a {
 padding: 0 5px;
}
.goods-sorter a.active {
 color: #1a1a1a;
}

#content .list-item {
 width: 31.034482757%;
 margin-bottom: 40px;
 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%;
}

.swchItem, .swchItemA, .pgSwch, .pgSwchA, .swchItem1, .swchItemA1 {
 display: inline-block;
 font-family: 'ctc_splash_roundedbold';
 font-size: 14px;
 line-height: 30px;
 box-shadow: inset 0 0 0 1px #a7a7a7;
 padding-left: 10px;
 padding-right: 10px;
 text-align: center;
 min-width: 30px;
 margin-left: 1px;
 margin-right: 1px;
 box-sizing: border-box;
 color: #a7a7a7;
}
.swchItem:hover, .pgSwch:hover, .swchItem1:hover {
 box-shadow: inset 0 0 0 1px #1a1a1a;
}
.swchItemA, .pgSwchA, .swchItemA1 {
 font-weight: 400;
 background: #1a1a1a;
 border-color: #1a1a1a;
 color: #fff;
 box-shadow: inset 0 0 0 1px #1a1a1a;
}
.swchItemA b, .pgSwchA b, .swchItemA1 b {
 color: #fff;
}
.block {
 margin-bottom: 50px;
}
.b_title {
 position: relative;
 font-family: 'ctc_splash_roundedbold';
 color: #1a1a1a;
 letter-spacing: 2px;
 line-height: 20px;
 padding-bottom: 10px;
 font-size: 18px;
 text-transform: uppercase;
 margin-bottom: 30px;
}
.b_title:after {
 content: '';
 display: block;
 width: 70px;
 height: 2px;
 background: #1a1a1a;
 position: absolute;
 left: 0;
 bottom: 0;
}

.block .cat-tree u {
 text-decoration: none !important;
}
.block ul.cat-tree, .block ul.cat-tree ul, .block ul.cat-tree li {
 padding: 0;
 margin: 0;
 list-style: none;
}
.block ul.cat-tree ul {
 display: none;
 padding-left: 10px;
 margin: 10px 0 10px 10px;
 border-left: 1px dotted #d8d8d8;
}
.block ul.cat-tree b {
 display: none;
}
.block ul li, .block ul.cat-tree li {
 padding-top: 7px;
 padding-bottom: 7px;
}
.block ul.cat-tree li {
 border-bottom: 1px dotted #d8d8d8;
 padding-top: 10px;
 padding-bottom: 10px;
}
.block ul.cat-tree li ul li:last-child {border: none;}
.block ul.cat-tree a:hover {
 color: #1a1a1a;
}
.block ul.cat-tree .plus:before, .block 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;
 cursor: pointer;
 color: #1a1a1a;
}

.block ul.cat-tree .plus:before {
 content: "\f196";
}
.block ul.cat-tree .minus:before {
 content: "\f147";
}
.block ul.cat-tree {
 margin: -14px 0;
}
ul.b_popular {
 padding: 0;
 margin: 0;
 list-style: none;
}
ul.b_popular li {
 display: block;
 overflow: hidden;
 padding: 0 0 20px 0;
 margin: 0 0 20px 0;
 border-bottom: 1px dotted #d8d8d8;
}
ul.b_popular li:last-child {
 margin-bottom: 0;
}
ul.b_popular li > img {
 float: left;
 width: 44px;
}
.b_popular_body {
 margin-left: 64px;
 line-height: 18px;
 display: block;
}
.b_popular_price {
 display: block;
 padding-top: 5px;
 font-size: 15px;
 font-family: 'ctc_splash_roundedbold';
 color: #1a1a1a;
}
.b_popular_price s {
 font-size: 13px;
 padding-left: 3px;
 color: #666;
}


.l_banner {
 position: relative;
 line-height: 0;
 background: #1a1a1a;
}
.l_banner * {
 max-width: 100%;
}
.l_banner img {
 width: 100%;
 transition: all .3s ease;
}
.l_banner:hover img {
 opacity: 0.8;
}
.l_banner_body {
 width: 100%;
 position: absolute;
 left: 0;
 bottom: 15px;
 z-index: 2;
 font-family: 'ctc_splash_roundedbold';
 text-transform: uppercase;
 letter-spacing: 1px;
 text-align: center;
 line-height: 24px;
}
.l_banner_body span {
 color: #fff;
 font-size: 24px;
}
.l_banner_body b {
 font-size: 16px;
}
.l_banner_body .button3 {
 margin-top: 10px;
}


#goods_cont.list-item-view-mode-list .list-item {
 width: 100%;
 float: none;
 margin-left: 0;
 overflow: hidden;
}
#goods_cont.list-item-view-mode-list .list-item .g_img {
 float: left;
 width: 200px;
}
#goods_cont.list-item-view-mode-list .list-item .g_info {
 text-align: left;
 margin-left: 220px;
}
#goods_cont.list-item-view-mode-list .list-item .g_name {
 font-size: 18px;
 border-bottom: 1px dotted #d8d8d8;
 padding-bottom: 20px;
 margin-bottom: 20px;
}
#goods_cont.list-item-view-mode-list .list-item .g_price_rate {
 padding-bottom: 20px;
 margin-bottom: 20px;
 border-bottom: 1px dotted #d8d8d8;
}
#goods_cont.list-item-view-mode-list .list-item .g_price {
 float: left;
 font-size: 24px;
}
#goods_cont.list-item-view-mode-list .list-item .g_rate {
 float: right;
 display: block;
}
#goods_cont.list-item-view-mode-list .list-item .g_brief {
 display: block;
 padding-bottom: 20px;
 margin-bottom: 24px;
 border-bottom: 1px dotted #d8d8d8;
}


#qv_content {background: #fff;}

.gp_images {
 float: left;
 width: 270px;
 position: relative;
 line-height: 0;
}
.gp_images .big {
 max-width: 100%;
}
.gp_images img {
 cursor: pointer;
 transition: opacity .3s ease;
}
.gp_images img:hover {
 opacity: 0.9;
}
.gp_images .small {
 width: 29.629629628%;
 margin-right: 5.555555554%;
 float: left;
 margin-top: 5px;
}
.gp_images .small:nth-child(3n) {
 margin-right: 0;
}
.gp_info {
 margin-left: 300px;
}
.gp_name {
 font-size: 18px;
 line-height: 20px;
 letter-spacing: 2px;
 padding-bottom: 15px;
 margin-bottom: 15px;
 border-bottom: 1px dotted #d8d8d8;
}
.gp_price_rate {
 padding-bottom: 15px;
 margin-bottom: 15px;
 overflow: hidden;
 border-bottom: 1px dotted #d8d8d8;
}
.gp_price {
 float: left;
 font-family: 'ctc_splash_roundedbold';
 font-size: 24px;
 color: #1a1a1a;
 line-height: 24px;
}
.gp_price s {
 font-size: 15px;
 color: #666;
}
.gp_rate {
 float: right;
 padding-top: 2px;
}
.gp_brief {
 padding-bottom: 15px;
 margin-bottom: 15px;
 border-bottom: 1px dotted #d8d8d8;
}
.gp_options {
 padding-bottom: 15px;
 margin-bottom: 15px;
 border-bottom: 1px dotted #d8d8d8;
 line-height: 36px;
}
.gp_options ul.shop-options {
 margin: 0;
 padding: 0;
 list-style: none;
 overflow: hidden;
}
.gp_options ul.shop-options li {
 float: left;
 margin: 0 0 0 25px;
 padding: 0;
}
.gp_options ul.shop-options li:first-child {
 margin: 0;
}
.gp_options ul.shop-options .opt {
 font-weight: 600;
 color: #1a1a1a;
 padding-right: 3px;
}
.gp_buttons {
 padding-bottom: 15px;
 margin-bottom: 15px;
 border-bottom: 1px dotted #d8d8d8;
 overflow: hidden;
 line-height: 36px;
}
.gp_buttons > * {
 overflow: hidden;
 float: left;
}
.gp_buttons input[type="button"] {
 font-size: 13px;
 letter-spacing: 2px;
}
.gp_buttons input[type="text"] {
 text-align: center;
 width: 40px;
 padding: 0;
 font-family: 'ctc_splash_roundedbold';
 font-size: 15px;
 color: #1a1a1a;
 border-right: 0;
 border-left: 0;
}
.gp_buttons input[type="text"]:focus {
 border-color: #a7a7a7;
}
.gp_buttons span.fa {
 display: inline-block;
 line-height: 34px;
 width: 34px;
 text-align: center;
 border: 1px solid #a7a7a7;
 cursor: pointer;
 color: #a7a7a7;
 font-size: 14px;
 transition: all .3s ease;
}
.gp_buttons span.fa:hover {
 color: #1a1a1a;
}
.gp_buttons span.fa.fa-minus {
 border-right: 0;
}
.gp_buttons span.fa.fa-plus {
 border-left: 0;
 margin-right: 10px;
}
.gp_buttons .wish {
 margin: 0 10px;
}
.gp_more ul, .gp_more ul li {
 margin: 0;
 padding: 0;
 list-style: none;
 line-height: 24px;
}
.gp_more .opt {
 font-weight: 600;
 color: #1a1a1a;
 padding-right: 3px;
}
.gp_tabs {
 margin-top: 50px;
 margin-bottom: 50px;
}
.gp_tabs .aTabsHead {
 padding-bottom: 15px;
 margin-bottom: 15px;
 border-bottom: 1px dotted #d8d8d8;
 font-family: 'ctc_splash_roundedbold';
 letter-spacing: 2px;
 text-transform: uppercase;
 font-size: 15px;
 line-height: 15px;
}
.gp_tabs .aTabsHead > span {
 cursor: pointer;
 transition: all .3s ease;
}
.gp_tabs .aTabsHead > span:after {
 content: '\f00d';
 display: inline-block;
 padding: 0 20px;
 color: #d8d8d8;
 font-family: 'FontAwesome';
 cursor: default;
}
.gp_tabs .aTabsHead > span:last-child:after {
 content: '';
 display: none;
}
.gp_tabs .aTabsHead > span.aTabsHeadSpanActive, .gp_tabs .aTabsHead > span:hover {
 color: #1a1a1a;
}
.og_title {
 font-family: 'ctc_splash_roundedbold';
 text-transform: uppercase;
 font-size: 15px;
 padding-bottom: 15px;
 margin-bottom: 30px;
 border-bottom: 1px dotted #d8d8d8;
 letter-spacing: 2px;
 color: #1a1a1a;
}


.post {
 padding-bottom: 30px;
 margin-bottom: 30px;
 border-bottom: 1px dotted #d8d8d8;
}
.post_image {
 float: left;
 width: 270px;
}
.post_content {
 margin-left: 300px;
}
.post_title {
 letter-spacing: 2px;
 font-size: 18px;
 margin-bottom: 5px;
}
.post_title a {
 color: #1a1a1a;
}
.post_title a:hover {
 color: #666;
}
.post_details {
 font-style: italic;
 color: #7a7a7a;
 font-size: 12px;
 margin-bottom: 15px;
}
.post_details a {
 color: #7a7a7a;
}
.post_line {
 display: block;
 width: 50px;
 height: 2px;
 background: #1a1a1a;
 margin: 15px 0;
}
.post_more {
 font-family: 'ctc_splash_roundedbold';
 text-transform: uppercase;
 letter-spacing: 1px;
}
.post_more span {
 font-family: 'Times New Roman';
}


.ph_cats {
 text-align: center;
 line-height: 18px;
 font-family: 'ctc_splash_roundedbold';
 text-transform: uppercase;
 letter-spacing: 2px;
 font-size: 15px;
 margin-bottom: 30px;
}
.ph_cats .catsTable {
 display: inline-block;
 width: auto;
}
.ph_cats .catsTable * {
 display: block;
 float: left;
 margin: 0;
 padding: 0;
 width: auto;
}
.ph_cats .catNumData {
 display: none;
}
.ph_cats .catsTd:after {
 content: '\f00d';
 display: inline-block;
 padding: 0 20px;
 color: #d8d8d8;
 font-family: 'FontAwesome';
 cursor: default; 
}
.ph_cats tr:last-child .catsTd:after {
 display: none;
}
ul.photo-list {
 padding: 0;
 margin: 0;
 list-style: none;
}
ul.photo-list li {
 margin-top: 0;
 margin-left: 0;
 padding: 0;
}
.photo {
 position: relative;
 line-height: 0;
 background: #eee;
 overflow: hidden;
}
.photo * {
 max-width: 100%;
}
.photo img {
 transition: all .3s ease;
}
.photo_img {width: 100%;}
.ph_title {
 position: absolute;
 padding: 20px 20px 10px 20px;
 top: 0;
 right: -100%;
 line-height: 18px;
 font-size: 15px;
 margin: 0;
 opacity: 0;
 box-sizing: border-box;
 width: 100%;
 transition: all .3s ease;
}
.ph_title:after {
 content: '';
 display: block;
 width: 50px;
 height: 2px;
 background: #1a1a1a;
 position: absolute;
 left: 20px;
 bottom: 0;
}
.ph_more {
 font-family: 'ctc_splash_roundedbold';
 text-transform: uppercase;
 letter-spacing: 1px;
 position: absolute;
 left: -100%;
 bottom: 20px;
 color: #dc1111;
 opacity: 0;
}
.ph_more:hover {
 color: #1a1a1a;
}
.ph_more span {
 font-family: 'Times New Roman';
}
.photo:hover img {
 opacity: 0.3;
}
.photo:hover .ph_title {
 right: 0;
 opacity: 1;
}
.photo:hover .ph_more {
 left: 20px;
 opacity: 1;
}
.pp_image {
 float: left;
 width: 48.717948716%;
 line-height: 0;
 position: relative;
 background: #eee;
}
.pp_image img {
 width: 100%;
 transition: all .3s ease;
}
a.pp_full {
 display: block;
 position: absolute;
 z-index: 2;
 top: 50%;
 left: 50%;
 color: #1a1a1a;
 font-size: 36px;
 width: 36px;
 height: 36px;
 line-height: 36px;
 opacity: 0;
 margin-top: -18px;
 margin-left: -18px;
}
.pp_image:hover img {
 opacity: 0.5;
}
.pp_image:hover a.pp_full {
 opacity: 1;
}
.pp_info {
 width: 48.717948716%;
 float: right;
}
.pp_name {
 font-size: 18px;
 line-height: 20px;
 padding-bottom: 15px;
 margin-bottom: 15px;
 border-bottom: 1px dotted #d8d8d8;
}
.pp_descr {
 padding-bottom: 15px;
 margin-bottom: 15px;
 border-bottom: 1px dotted #d8d8d8;
}
ul.pp_more {
 margin: 0;
 padding: 0;
 list-style: none;
}
ul.pp_more > li {
 padding: 10px 0;
 margin: 0;
 border-bottom: 1px dotted #d8d8d8;
}
ul.pp_more > li:last-child {
 border: none;
}
ul.pp_more > li b {
 display: inline-block;
 min-width: 100px;
}
.about_block {
 text-align: center;
}
.about_title {
 margin: 15px 0;
 position: relative;
 padding-bottom: 15px;
}
.about_title:after {
 content: '';
 display: block;
 width: 50px;
 height: 2px;
 background: #1a1a1a;
 position: absolute;
 left: 50%;
 margin-left: -25px;
 bottom: 0;
}
ul.skills {
 padding: 0;
 margin: 0;
 list-style: none;
}
ul.skills li {
 padding: 7px 0 0;
 margin: 0 0 20px 0;
 position: relative;
 height: 24px;
}
ul.skills li h5 {
 margin: 0;
 padding: 0;
 font-size: 13px;
}
.skill-line-wrap {
 display: block;
 position: absolute;
 bottom: 0;
 left: 0;
 height: 2px;
 width: 100%;
 background: #eee;
}
.skill-line-wrap span {
 display: block;
 width: 0;
 height: 2px;
 background: #1a1a1a;
 transition: all 1s ease;
 position: relative;
}
.skill-line-wrap b {
 font-family: 'ctc_splash_roundedbold';
 color: #a7a7a7;
 font-weight: 400;
 position: absolute;
 top: -25px;
 right: 0;
 opacity: 0;
 transition: opacity 1s ease;
}
.counts {
 margin-top: 20px;
}
.count {
 box-sizing: border-box;
 padding: 50px 20px;
 color: #fff;
 text-align: center;
 font-family: 'ctc_splash_roundedbold';
 text-transform: uppercase;
 letter-spacing: 1px;
 width: 25%;
 float: left;
}
.count .fa {
 font-size: 48px;
 line-height: 48px;
 display: block;
}
.count-val {
 display: block;
 font-size: 48px;
 line-height: 48px;
 margin: 12px 0;
}


.count1 {background: #1a1a1a;}
.count2 {background: #1f1f1f;}
.count3 {background: #242424;}
.count4 {background: #292929;}


.mail_form {
 position: relative;
 margin-bottom: 40px;
}
.mail_form .mail_field {
 width: 100%;
 border-color: #d8d8d8;
 color: #1a1a1a;
}
.mail_form textarea.mail_field {
 height: 170px;
}
button.mail_button {
 box-shadow: none;
 border: none;
 background: none !important;
 color: #1a1a1a;
 font-family: 'ctc_splash_roundedbold';
 text-transform: uppercase;
 letter-spacing: 1px;
 font-size: 14px;
 outline: none !important;
 position: absolute;
 z-index: 2;
 right: 30px;
 bottom: 30px;
 padding: 0;
 margin: 0;
 height: 14px;
}
button.mail_button span {
 font-family: 'Times New Roman';
 padding-left: 3px;
}
button.mail_button:hover {
 color: #dc1111;
}
.google_map {
 margin-bottom: 50px;
}
.google_map iframe {
 width: 100%;
 height: 400px;
}
.contact_info {
 margin-bottom: -30px;
}
.contact_block {
 text-align: center;
 line-height: 18px;
}
.contact_block .fa {
 display: inline-block;
 font-size: 30px;
 width: 70px;
 height: 70px;
 line-height: 70px;
 border: 1px solid #1a1a1a;
 color: #1a1a1a;
 border-radius: 70px;
 transition: all .3s ease;
}
.contact_block:hover .fa {
 background: #1a1a1a;
 color: #eee;
}
.contact_block h4 {
 margin: 18px 0 15px;
}

#qv_container {
 position: fixed;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 background: rgba(0, 0, 0, 0.5);
 z-index: 9999;
 display: none;
}
#qv_window {
 width: 760px;
 height: 410px;
 overflow-y: auto;
 overflow-x: hidden;
 padding: 20px;
 background: #fff url(/img/loader2.gif) center no-repeat;
 position: absolute;
 top: 50%;
 margin-top: -225px;
 left: 50%;
 margin-left: -400px;
}
#qv_close {
 width: 30px;
 line-height: 30px;
 text-align: center;
 color: #fff;
 background: #1a1a1a;
 font-size: 16px;
 cursor: pointer;
 transition: all .3s ease;
 position: absolute;
 top: 50%;
 margin-top: -255px;
 left: 50%;
 margin-left: 400px;
}
#qv_close:hover {
 background: #dc1111;
}
.gp_link {
 margin-top: 15px;
 padding-top: 5px;
 border-top: 1px dotted #d8d8d8;
 display: none;
}
.gp_link a {
 font-weight: 600;
 color: #1a1a1a;
 color: #dc1111;
}
.gp_link a:hover {
 color: #1a1a1a;
}
.gp_link a span {
 font-family: 'Times New Roman';
}


#er_body {
 position: fixed;
 border: 40px solid #eee;
 box-sizing: border-box;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: #1a1a1a;
}
.er_container {
 position: absolute;
 width: 500px;
 height: 250px;
 top: 50%;
 margin-top: -125px;
 left: 50%;
 margin-left: -250px;
 color: #a7a7a7;
}
.er_title {
 font-family: 'ctc_splash_roundedbold';
 font-size: 72px;
 line-height: 60px;
 text-transform: uppercase;
 letter-spacing: 5px;
 color: #fff;
 margin-bottom: 20px;
}
.er_container p {
 font-size: 17px;
}
.er_container a {
 color: #fff;
 border-bottom: 1px dotted #fff;
 transition: none;
}
.er_container a:hover {
 border: none;
}



.gTable {
 background: none;
 border-spacing: 0;
}
.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;
 letter-spacing: 1px;
 font-family: 'ctc_splash_roundedbold';
 letter-spacing: 1px;
 background: #1a1a1a;
}
.gTableTop a {
 color: #fff !important;
 text-decoration: none;
 font-size: 12px;
 letter-spacing: 1px;
}
.gTableSubTop {
 padding: 5px 10px;
 font-weight: 600;
 font-size: 13px;
}
.catLink {
 color: #fff !important;
 font-size: 12px !important;
 text-transform: uppercase;
 font-weight: 700;
 letter-spacing: 1px;
 font-family: 'ctc_splash_roundedbold';
 letter-spacing: 1px;
}
.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-family: 'ctc_splash_roundedbold';
 letter-spacing: 1px;
 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: #1a1a1a !important;
}

.postTdInfo {border-right: 1px solid #d8d8d8;}
.forumNameTd {color: #7a7a7a;}
a.forum {color: #1a1a1a;}
.forumContent a:hover
{
 color: #1a1a1a;
}
.flist-item {
 padding-top: 5px;
 padding-bottom: 5px;
}
#cont-shop-invoices input, #cont-shop-invoices select {margin: 5px 2px !important;}

.eTitle {
 font-size: 18px;
 font-family: 'ctc_splash_roundedbold';
 text-transform: uppercase;
 letter-spacing: 1px;
 font-weight: 700;
 color: #1a1a1a;
 margin-bottom: 15px;
}
.eTitle a {color: #1a1a1a;}
.eDetails, .eDetails1, .eDetails2 {
 padding: 8px 0;
 border-top: 1px dotted #d8d8d8;
 border-bottom: 1px dotted #d8d8d8;
 margin-top: 15px;
}
.eBlock {
 margin-bottom: 30px;
}
.shop-imgs img {
 max-width: 47%;
}
#shop-page-more {
 margin-bottom: 20px;
}
.shPages {
 margin-top: 20px;
 padding-top: 20px;
 border-top: 1px solid #d8d8d8;
}






@media (min-width: 992px) {
 #nav {
 height: 60px;
 border-bottom: 1px solid #eee;
 position: relative;
 z-index: 998;
 }
 #nav .uMenuV {
 float: left;
 }
 #nav .uMenuV .uMenuRoot {
 padding: 0;
 margin: 0;
 list-style: none;
 }
 #nav .uMenuV .uMenuRoot > li {
 padding: 0;
 margin: 0 0 0 50px;
 float: left;
 position: relative;
 }
 #nav .uMenuV .uMenuRoot > li:first-child {
 margin-left: 0;
 }
 #nav .uMenuV .uMenuRoot > li > a {
 position: relative;
 }
 #nav .uMenuV .uMenuRoot > li > a > span {
 font-size: 15px;
 text-transform: uppercase;
 font-family: 'ctc_splash_roundedbold';
 letter-spacing: 2px;
 line-height: 60px;
 position: relative;
 }
 #nav .uMenuV .uMenuRoot > li > a.uMenuItemA > span {
 color: #1a1a1a;
 }
 #nav .uMenuV .uMenuRoot > li > a > .fa {
 margin-left: 3px;
 font-size: 13px;
 }
 
 .menu_hint1:before {
 content: "Новое";
 display: block;
 position: absolute;
 right: 0;
 top: -30px;
 line-height: 16px;
 font-family: 'ctc_splash_roundedbold';
 font-size: 9px;
 color: #fff !important;
 letter-spacing: 1px;
 text-transform: uppercase;
 padding: 0 5px;
 border-radius: 3px;
 background: #128f18;
 z-index: 2;
 }
 .menu_hint1:after {
 content: '';
 display: block;
 position: absolute;
 top: -22px;
 right: 12px;
 width: 10px;
 height: 10px;
 background: #128f18;
 transform: rotate(110deg) skewX(50deg);
 }
 
 .menu_hint2:before {
 content: "Горячее";
 display: block;
 position: absolute;
 right: 0;
 top: -30px;
 line-height: 16px;
 font-family: 'ctc_splash_roundedbold';
 font-size: 9px;
 color: #fff !important;
 letter-spacing: 1px;
 text-transform: uppercase;
 padding: 0 5px;
 border-radius: 3px;
 background: #dc1111;
 z-index: 2;
 }
 .menu_hint2:after {
 content: '';
 display: block;
 position: absolute;
 top: -23px;
 right: 12px;
 width: 10px;
 height: 10px;
 background: #dc1111;
 transform: rotate(110deg) skewX(50deg);
 }
 
 #nav .uMenuRoot li ul {
 position: absolute;
 top: 100px;
 left: -9999px;
 width: 230px;
 border: 1px solid #1a1a1a;
 margin: 0;
 padding: 0;
 opacity: 0;
 transition: top .3s ease, opacity .3s ease;
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
 }
 #nav .uMenuRoot li ul li {
 border-bottom: 1px solid #eee;
 line-height: 40px;
 position: relative;
 list-style: none;
 }
 #nav .uMenuRoot li ul li:last-child {
 border-bottom: none;
 }
 #nav .uMenuRoot li ul li a {
 display: block;
 background: #fff;
 padding: 0 20px;
 text-decoration: none !important;
 }
 #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: 40px;
 }
 #nav .uMenuRoot > li.uWithSubmenu:hover > ul {
 top: 60px;
 opacity: 1;
 left: -20px;
 }
 #nav .uMenuRoot > li > ul li.uWithSubmenu:hover > ul {
 left: 230px;
 top: -1px;
 opacity: 1;
 }
 .menu-icon {
 display: none;
 float: left;
 font-size: 15px;
 font-family: 'ctc_splash_roundedbold';
 text-transform: uppercase;
 letter-spacing: 2px;
 color: #dc1111;
 line-height: 60px;
 }
}


@media (max-width: 1279px) {
 .cnt {
 width: 100%;
 padding-left: 50px;
 padding-right: 50px;
 box-sizing: border-box;
 }
}

@media (max-width: 1169px) {
 #nav .uMenuV .uMenuRoot > li {
 margin-left: 30px;
 }
 #nav .uMenuV .uMenuRoot > li > a > span {
 font-size: 13px;
 }
 .sl_text_title {
 font-size: 36px;
 line-height: 36px;
 }
 .sl_text p {
 font-size: 13px;
 line-height: 20px;
 margin-top: 15px;
 }
 .line1 {
 margin-top: 15px;
 }
 .sl_text .button1 {
 margin-top: 15px;
 }
 .logo {
 float: none;
 text-align: center;
 padding-bottom: 30px;
 border-bottom: 1px solid #eee;
 margin-bottom: 30px;
 }
 .h_right {
 float: none;
 }
 #shop-basket {
 float: right;
 margin-left: 0;
 }
 .search {
 float: none;
 margin-right: 270px;
 width: auto;
 }
 #header {
 padding-top: 30px;
 padding-bottom: 10px;
 }
 .banner_text {
 text-transform: none;
 letter-spacing: 0;
 font-family: 'Open Sans';
 font-weight: 600;
 }
 .banner_text b {
 font-size: 18px;
 line-height: 18px;
 font-family: 'ctc_splash_roundedbold';
 text-transform: uppercase;
 }
}


@media (max-width: 991px) {
 .col4 {width: 48.717948716%;}
 .col4:nth-child(2n) {
 margin-right: 0;
 }
 .col4:nth-child(2n+1) {
 clear: left;
 }
 .qv_button {
 display: none;
 }
 .home_goods .list-item:nth-child(4n) {
 margin-right: 2.564102563%;
 }
 .home_goods .list-item:nth-child(4n+1) {
 clear: none;
 }
 .home_goods .list-item {
 width: 31.623931622%;
 }
 .home_goods .list-item:nth-child(3n) {
 margin-right: 0;
 }
 .home_goods .list-item:nth-child(3n+1) {
 clear: left;
 }
 
 
 .col6 {
 width: 31.623931622%;
 }
 .col6:nth-child(3n) {
 margin-right: 0;
 }
 .col6:nth-child(3n+1) {
 clear: left;
 }
 
 #nav {
 position: relative;
 border-bottom: 1px solid #eee;
 }
 .menu-icon {
 display: block;
 float: left;
 line-height: 60px;
 font-family: 'ctc_splash_roundedbold';
 text-transform: uppercase;
 font-size: 15px;
 letter-spacing: 1px;
 color: #dc1111;
 }
 .menu-icon .fa {
 margin-right: 5px;
 }
 #nav .uMenuV {
 display: none;
 position: absolute;
 top: 60px;
 left: 0;
 z-index: 100;
 background: #f8f8f8;
 width: 100%;
 border: 1px solid #d8d8d8;
 box-sizing: border-box;
 padding: 0 20px;
 }
 #nav .uMenuV ul, #nav .uMenuV ul li {
 margin: 0;
 padding: 0;
 list-style: none;
 line-height: 36px;
 }
 #nav .uMenuV ul li {
 border-top: 1px solid #d8d8d8;
 }
 #nav .uMenuV .uMenuRoot > li {
 margin-left: 0;
 }
 #nav .uMenuV > ul > li:first-child {
 border: none;
 }
 #nav .uMenuV > ul > li > a > span {
 font-family: 'ctc_splash_roundedbold';
 text-transform: uppercase;
 letter-spacing: 1px;
 }
 #nav .uMenuV, #nav .uMenuV a {
 color: #1a1a1a;
 }
 #nav .uMenuV .fa {
 float: right;
 line-height: 36px;
 }
 #nav .uMenuV > ul li ul {
 padding-left: 30px;
 }
 .brand {
 margin-bottom: 0;
 padding: 0;
 }
 #brands {
 margin-bottom: 0;
 }
 .icon_block {
 padding: 0;
 }
 #icon_blocks {
 padding-top: 30px;
 padding-bottom: 30px;
 }
 .f_block {
 margin-bottom: 50px;
 }
 .f_blocks {
 margin-bottom: -50px;
 }
 #page_image span {
 font-size: 36px;
 line-height: 36px;
 margin-top: -18px;
 }
 #content, #sidebar {
 float: none;
 width: 100%;
 }
 #sidebar {
 overflow: hidden;
 }
 #content {
 margin-bottom: 50px;
 }
 .block {
 width: 47%;
 margin-bottom: 50px;
 margin-right: 5%;
 float: left;
 }
 .block:nth-child(2n) {
 margin-right: 0;
 }
 .block:nth-child(2n+1) {
 clear: left;
 }
 .pp_image, .pp_info {
 float: none;
 width: 100%;
 }
 .pp_image {
 margin-bottom: 50px;
 }
 .count {
 width: 50%;
 }
 .top ul li {
 margin-left: 10px;
 padding-left: 10px;
 }
 .top ul li .fa {
 display: none;
 }
}


@media (max-width: 767px) {
 .cnt {
 padding-left: 30px;
 padding-right: 30px;
 }
 .sl_text_body {
 margin-left: 30px;
 }
 .sl_right {
 margin-right: 30px;
 }
 .banners .col3 {
 width: 100%;
 margin-right: 0;
 float: none;
 text-align: center;
 }
 .banners .col3 img {
 max-width: 370px;
 }
 .banners .col3 .banner {
 display: inline-block;
 }
 .top_left, .top_right {
 float: none;
 overflow: hidden;
 }
 .top_left {
 padding-bottom: 10px;
 }
 .home_goods .list-item {
 width: 48.717948716%;
 }
 .home_goods .list-item:nth-child(3n) {
 margin-right: 2.564102563%;
 }
 .home_goods .list-item:nth-child(3n+1) {
 clear: none;
 }
 .home_goods .list-item:nth-child(2n) {
 margin-right: 0;
 }
 .home_goods .list-item:nth-child(2n+1) {
 clear: left;
 }
 
 #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;
 }
 .gp_images {
 float: none;
 max-width: 270px;
 margin: 0 auto;
 }
 .gp_info {
 margin-left: 0;
 margin-top: 30px;
 }
 .post_image {
 float: none;
 width: 100%;
 margin-bottom: 30px;
 }
 .post_content {
 margin-left: 0;
 }
 .ph_cats .catsTd {
 padding-bottom: 7px;
 padding-right: 20px;
 }
 .ph_cats .catsTd:after {
 display: none;
 }
 .col2 {
 float: none;
 margin-right: 0;
 width: 100%;
 }
 .er_container {
 position: static;
 margin: 30px;
 width: auto;
 height: auto;
 }
 .good-images {
 float: none;
 margin: 0 auto 50px;
 width: auto;
 max-width: 270px !important;
 }
 .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;
 }
}

@media (max-width: 567px) {
 .home_goods .list-item,
 #content .list-item,
 .block,
 .count,
 .col2,
 .col3,
 .col4,
 .col6
 {
 width: 100%;
 float: none;
 margin-right: 0;
 }
 .sl_text_title {
 font-size: 15px;
 line-height: 15px;
 letter-spacing: 1px;
 }
 .sl_text .line1 {
 display: none;
 }
 .sl_text p {
 margin-top: 10px;
 line-height: 16px;
 width: auto;
 }
 .sl_text .button1 {
 margin-top: 15px;
 }
 .sl_text_body {
 max-width: auto;
 width: 100%;
 box-sizing: border-box;
 padding-right: 20px;
 }
 .search {
 margin-right: 0;
 height: 60px;
 }
 #shop-basket {
 }
 .h_right {
 height: auto;
 }
 #page_image span {
 font-size: 18px;
 line-height: 18px;
 margin-top: -9px;
 letter-spacing: 1px;
 }
 #goods_cont.list-item-view-mode-list .list-item .g_img {
 float: none;
 width: auto;
 margin-bottom: 30px;
 }
 #goods_cont.list-item-view-mode-list .list-item .g_info {
 margin-left: 0;
 }
 .g_img img {
 width: 100%;
 }
 .er_title {
 font-size: 36px;
 line-height: 36px;
 }
}



/* 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 10px; border: 1px solid #d8d8d8 !important;}
.shop-imgs img {max-width: 47%;}
#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;}