::selection {
 background-color: #1a1a1a;
 color: #fff;
}

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: #55b330;
 transition: all .2s ease;
}
a:hover {
 color: #1a1a1a;
}
b {
 font-weight: 600;
 color: #1a1a1a;
}
body {
 font-size: 14px;
 line-height: 22px;
 color: #666;
 font-weight: 400;
 font-family: 'PT Sans Caption';
}

h1, h2, h3, h4, h5, h6 {
 color: #1a1a1a;
 font-family: 'PT Sans Caption';
 font-weight: bold; 
 letter-spacing: 1px;
 text-transform: uppercase;
 }

h1 {font-size: 20px;line-height: 20px;}
h2 {font-size: 18px;line-height: 18px; padding: 10px 0 10px 0;
 border-left: 3px solid #55B330;
 padding-left: 15px;
 margin-left: 5px; }
h3 {font-size: 16px;line-height: 16px; padding: 10px 0 10px 0;
 border-left: 3px solid #55B330;
 padding-left: 15px;
 margin-left: 5px;}
h4 {font-size: 15px;line-height: 15px;padding: 40px 0 10px 0;}
h5 {font-size: 14px;line-height: 14px;padding: 30px 0 10px 0;}
h6 {font-size: 13px;line-height: 13px;padding: 30px 0 10px 0;}

hr {height: 1px; border: none; background: #CCCCCC; margin: 40px 0 20px 0;}

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: #666;
 line-height: 22px;
 min-height: 30px;
 padding: 6px 15px;
 font-size: 13px;
 font-family: 'PT Sans Caption';
 box-sizing: border-box;
 transition: all .3s ease;
 border-radius: 2px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"] {
 border: 1px solid #d8d8d8;
 background: #fff;
 color: #666;
 line-height: 26px;
 height: 26px;
 padding: 6px 15px;
 font-family: 'PT Sans Caption';
 background: #fff;
 box-sizing: border-box;
 transition: all .2s ease;
 border-radius: 3px;
}
textarea:focus,
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: 700;
 font-family: 'PT Sans Caption';
 text-transform: uppercase;
 font-size: 13px;
 border-radius: 3px;
 cursor: pointer;
 box-sizing: border-box;
 transition: all .3s ease;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
 background: #474747;
 color: #fff;
}

select {
 color: #666;
 border: 1px solid #d8d8d8;
 background: #fff;
 cursor: pointer;
 font-size: 13px;
 font-family: 'PT Sans Caption';
 line-height: 22px;
 height: 34px;
 padding: 5px 24px 5px 10px;
 background-image: url('//site15.local/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: 2px;
}
select::-ms-expand {
 display: none;
}
select:focus {
 outline: none;
}


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

.col1 {width: 100%;
 margin-bottom: 8px;
}
.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;
}




#top {
 height: 40px;
 border-bottom: 1px solid #eee;
 line-height: 40px;
}
.top_left {
 float: left;
}
.top_right {
 float: right;
 display: block;
 position: relative;
 text-transform: uppercase;
 transition: color .3s ease;
}

#header {
 height: 170px;
 border-bottom: 1px solid #eee;
 background-color: #f8f8f8;
}
.header_content {
 height: 110px;
}
#logo { 
 float: left;
 font-size: 50px;
 line-height: 36px;
 margin-top: 37px;
 font-family: 'PT Sans Caption';
 font-weight: bold; 
 letter-spacing: 3px;
}
#logo a {
 color: #1a1a1a;
}

.header_right {
 float: right;
 margin-top: 39px;
}

#search-form {
 float: left;
 margin-right: 70px;
 position: relative;
}
#search-form .search_keyword {
 width: 300px;
 border-radius: 30px;
 padding-left: 20px;
 padding-right: 20px;
 box-shadow: none;
 border: 2px solid #eee;
}
#search-form .search_keyword:focus {
 border: 2px solid #1a1a1a !important;
}
#search-form .search_submit {
 position: absolute;
 top: 0;
 right: 20px;
 background: none;
 color: #1a1a1a;
 font-family: 'FontAwesome';
 font-size: 16px;
 padding: 0;
}
#search-form .search_keyword::-webkit-input-placeholder {color: #666;}
#search-form .search_keyword::-moz-placeholder {color: #666;}

.header_phone {
 float: left;
}
.header_phone .fa {
 font-size: 40px;
 line-height: 40px;
 color: #1a1a1a;
 float: left;
}
.header_phone p {
 margin-top: 0px; 
 margin-left: 40px;
 line-height: 16px;
 font-size: 13px;
 line-height: 1.6em;
}
.header_phone p span {
 font-size: 18px;
 font-weight:bold; 
}
.header_phone a {text-decoration:none;color:#000000;}
.header_phone a:hover {border-bottom: 1px dotted black;}


#nav {
 height: 50px;
 margin-top: -50px;
}
.nav_content {
 height: 50px;
 background: #474747;
}

#middle {
 margin-top: 30px;
 padding-bottom: 30px;
}

#content a {
 text-decoration: underline;
}
#content .path a {text-decoration: none;}

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

#slider-wrap {
 width: 65.5172413793%;
 float: left;
 position: relative;
 overflow: hidden;
}
#slider-wrap:before {
 content: '';
 display: block;
 padding-top: 75.43859649%;
 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_discount {
 display: block;
 position: absolute;
 bottom: 20px;
 left: 20px;
 width: 87px;
 height: 87px;
 line-height: 87px;
 text-align: center;
 color: #fff;
 font-family: 'PT Sans Caption';
 font-size: 24px;
 border-radius: 87px;
}
.slide p {
 padding: 50px;
 position: absolute;
 box-sizing: border-box;
 top: 0;
 left: 0;
 width: 100%;
}
.slide p.center {
 text-align: center;
}
.sl_text1, .sl_text2 {
 font-family: 'PT Sans Caption';
 text-transform: uppercase;
 letter-spacing: 1px;
 display: block;
}
.sl_text1 {
 font-size: 24px;
 line-height: 24px;
 margin-bottom: 15px;
}
.sl_text2 {
 font-size: 36px;
 color: #1a1a1a;
 line-height: 36px;
 margin-bottom: 40px;
}
.sl_button {
 display: inline-block;
 padding: 0 20px;
 line-height: 36px;
 text-transform: uppercase;
 font-weight: bold;
 letter-spacing: 1px;
 background: #fff;
 color: #1a1a1a;
}
.sl_button:hover {
 color: #fff;
 background: #1a1a1a;
}
.slide-arrow {
 position: absolute;
 z-index: 3;
 width: 40px;
 height: 40px;
 line-height: 40px !important;
 text-align: center;
 background: #474747;
 border-radius: 2px;
 color: #fff;
 font-size: 18px !important;
 top: 50%;
 margin-top: -20px;
 opacity: 0;
 transition: all .3s ease;
 cursor: pointer;
}
.slide-arrow.fa-angle-left {
 left: -40px;
}
.slide-arrow.fa-angle-right {
 right: -40px;
}
#slider-wrap:hover .slide-arrow.fa-angle-left {
 opacity: 1;
 left: 20px;
}
#slider-wrap:hover .slide-arrow.fa-angle-right {
 opacity: 1;
 right: 20px;
}
.home_banners {
 margin-bottom: 30px;
}
.home_banners_right {
 float: right;
 width: 31.0344827586206%;
}
.home_banners_right .banner {
 position: relative;
 line-height: 0;
}
.home_banners_right .banner img {
 width: 100%;
 transition: opacity .3s ease;
}
.banner {
 display: block;
 background: #1a1a1a;
 line-height: 0;
 overflow: hidden;
 position: relative;
}
.banner img {
 transition: opacity .3s ease;
 width: 100%;
}
.banner:hover img {
 opacity: 0.9;
}
.banner_discount {
 display: block;
 position: absolute;
 width: 87px;
 height: 87px;
 line-height: 87px;
 text-align: center;
 color: #fff;
 font-family: 'PT Sans Caption';
 font-size: 24px;
 border-radius: 87px;
}
.home_banners_right .banner1 .banner_discount {
 bottom: 15px;
 right: 15px;
}
.banner_title1 {
 font-family: 'PT Sans Caption';
 text-transform: uppercase;
 letter-spacing: 1px;
 font-size: 18px;
 line-height: 18px;
 display: block;
 position: absolute;
 padding: 15px;
 color: #1a1a1a;
}
.home_banners_right .banner1 .banner_title1 {
 top: 0;
 right: 0;
}
.home_banners_right .banner1 {
 margin-bottom: 30px;
}
.home_banners_right .banner2 .banner_discount {
 bottom: 15px;
 left: 15px;
}
.home_banners_right .banner2 .banner_title1 {
 top: 0;
 left: 0;
}
.title1 {
 font-size: 20px;
 line-height: 20px;
 padding-bottom: 20px;
 margin-bottom: 20px;
 border-bottom: 1px solid #eee;
 color: #1a1a1a;
 font-family: 'PT Sans Caption';
 letter-spacing: 1px;
 text-transform: uppercase;
 position: relative;
}
#content .list-item {
 float: left;
 width: 22.4137931034482%;
 margin-right: 3.44827586206896%;
 margin-bottom: 30px;
}
.list-item * {
 max-width: 100%;
}
#content .list-item:nth-child(4n) {margin-right: 0;}
#content .list-item:nth-child(4n+1) {clear: left;}
.g_img {
 position: relative;
 line-height: 0;
 background: #1a1a1a;
 overflow: hidden;
 margin-bottom: 15px;
}
.g_img img {
 width: 100%;
}
.gnew, .gsale {
 display: block;
 position: absolute;
 top: 10px;
 line-height: 20px;
 font-size: 8px;
 font-family: 'Verdana';
 text-transform: uppercase;
 color: #fff;
 z-index: 3;
 padding: 0 7px;
 border-radius: 2px;
 letter-spacing: 1px;
 font-weight: 
}
.gnew {
 left: 10px;
 background: #e94949;
 display: none;
}
.gsale {
 right: 10px;
 background: #fca93d;
}
.g_more_btn, .g_img .wish {
 display: block;
 position: absolute;
 width: 36px;
 height: 36px;
 line-height: 36px;
 text-align: center;
 background: #fff;
 color: #1a1a1a;
 font-size: 18px;
 top: 50%;
 margin-top: -18px;
 transition: all .3s ease;
 opacity: 0;
}
.g_more_btn.buy {
 left: 66px;
 margin-left: -66px;
}
.g_more_btn.qv {
 left: 50%;
 margin-left: -18px;
}
.g_img .wish {
 right: 66px;
 margin-right: -66px;
 font-family: 'FontAwesome';
 cursor: pointer;
}
.wadd:before {
 content: '\f08a';
}
.wdel:before {
 content: '\f00d';
}
.g_img img {
 transition: opacity .3s ease;
}
.list-item:hover .g_img img {
 opacity: 0.95;
}
.list-item:hover .g_img .g_more_btn.buy {
 opacity: 1;
 left: 50%;
}
.list-item:hover .g_img .g_more_btn.qv {
 opacity: 1;
}
.list-item:hover .g_img .wish {
 opacity: 1;
 right: 50%;
}
.g_more_btn.buy.disabled {
 background: #fff !important;
 cursor: not-allowed;
}
.g_info {
 text-align: center;
}
.g_name {
 font-size: 14px;
 margin-bottom: 10px;
 line-height: 16px;
}
.g_price_rate {
 margin-bottom: 10px;
}
.g_price {
 font-size: 18px;
 font-family: 'PT Sans Caption';
}
.g_price s {
 font-size: 13px;
 font-family: 'PT Sans Caption';
 color: #666;
}
.g_rate {
 display: none;
}
.g_brief {
 display: none;
}
.g_button a {
 display: inline-block;
 line-height: 36px;
 padding: 0 20px;
 background: #eee;
 color: #1a1a1a;
 font-weight: bold;
 text-transform: uppercase;
}
.banner3 {
 margin: 10px 0 40px;
 line-height: 0;
 position: relative;
 display: block;
}
.banner3 img {
 transition: opacity .3s ease;
}
.banner3_title {
 display: block;
 position: absolute;
 top: 40px;
 left: 40px;
 text-transform: uppercase;
 font-family: 'PT Sans Caption';
 font-size: 24px;
 line-height: 24px;
 color: #1a1a1a;
 letter-spacing: 1px;
}
.banner3_title span {
 font-size: 16px;
 color: #666;
 letter-spacing: 0;
 text-transform: none;
 font-family: 'PT Sans Caption';
}
.title1 .fa {
 position: absolute;
 top: 0;
 width: 20px;
 line-height: 20px;
 height: 20px;
 text-align: center;
 background: #d8d8d8;
 color: #1a1a1a;
 cursor: pointer;
 border-radius: 2px;
 font-size: 13px;
 transition: all .3s ease;
}
.title1 .fa:hover {
 background: #1a1a1a;
 color: #fff;
}
.title1 .fa-angle-right {
 right: 0;
}
.title1 .fa-angle-left {
 right: 25px;
}
.newitems {
 margin-bottom: 20px;
}
.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;
}


.b_cats {
 margin-bottom: 30px;
}
.b_cats_title .fa {
 font-size: 14px;
 margin-right: 3px;
}
.b_cats_title {
 text-transform: uppercase;
 color: #fff;
 background: #474747;
 line-height: 14px;
 padding: 18px 20px;
}

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

.b_cats ul.cat-tree .plus:before {
 content: "\f107";
}
.b_cats ul.cat-tree .minus:before {
 content: "\f106";
}

.cat-blocks ul { display:none; }

.banner4 {
 margin-bottom: 40px;
}
.left_banner_text {
 padding: 20px 40px 40px;
 position: absolute;
 width: 80%;
 left: -20px;
 bottom: -20px;
 transform: rotate(7deg); 
}

.left_banner_text p {
 color: #fff;
 font-family: 'PT Sans Caption';
 text-transform: uppercase;
 transform: rotate(-7deg);
}
.lbt1 {
 display: block;
 font-size: 16px;
 line-height: 16px;
 margin-bottom: 15px;
}
.lbt2 {
 font-size: 22px;
 line-height: 26px;
 display: block;
}
.block {
 margin-bottom: 40px;
}
.b_title {
 text-transform: uppercase;
 font-weight: 800;
 font-size: 1.2em; 
 color: #4f4f4f;
 letter-spacing: 1px;
 padding-bottom: 15px;
 margin-bottom: 20px;
 border-bottom: 1px solid #eee;
}
.b_popular {
 margin: 0;
 padding: 0;
 list-style: none;
}
.b_popular li {
 padding: 0 0 20px;
 margin: 0 0 20px;
 border-bottom: 1px solid #eee;
 overflow: hidden;
 line-height: 0;
}
.b_popular li img {
 float: left;
 width: 50px;
}
.b_popular li p {
 margin-left: 70px;
 line-height: 24px;
}
.b_popular li p .g_price {
 font-size: 16px;
}
.b_popular li:last-child {
 margin-bottom: 0;
}
.brands {
 border-top: 1px solid #d8d8d8;
 padding: 30px 0;
}
.brand {
 text-align: center;
 margin-bottom: 0;
 line-height: 0;
}
.brand img {
 transition: opacity .3s ease;
 opacity: 0.3;
}
.brand a:hover img {
 opacity: 1;
}

.f_blocks a, .f_copy a {
 color: #a7a7a7;
 text-decoration: underline; 
}
.f_blocks a:hover, .f_copy a:hover {
 color: #fff;
 }
.f_blocks {
 padding: 50px 0;
 background: #474747;
 color: #a7a7a7;
 margin-bottom: -30px;
}
.f_blocks span, .f_block span a {
 font-weight: bold;
 color: #fff; 
}
.f_block_title {
 font-size: 18px;
 font-family: 'PT Sans Caption';
 color: #fff;
 text-transform: uppercase;
 letter-spacing: 2px;
 line-height: 20px;
 margin-bottom: 20px;
}
.f_block b {
 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: #404040;
 padding: 25px 30px;
 text-align: center;
 color: #a7a7a7;
}

.path {
 font-size: 12px; 
 line-height: 20px;
 padding: 15px 20px;
 background: #f5f5f5;
 box-sizing: border-box;
}
.path .fa-home {
 font-size: 16px; 
 margin-right: 3px;
}
.path .fa-angle-right {
 margin: 0 10px;
}

.goods-settings {
 margin-bottom: 20px;
 padding-bottom: 20px;
 border-bottom: 1px solid #eee;
}
.goods-view-mode {
 float: left;
}
.goods-view-mode > span {
 display: inline-block;
 width: 30px;
 line-height: 30px;
 background: #eee;
 color: #666;
 text-align: center;
 font-size: 14px;
 cursor: pointer;
 transition: all .3s ease;
}
.goods-view-mode > span:first-child {
 margin-right: 7px;
}
.goods-view-mode > span:hover {
 color: #474747;
}
.goods-view-mode > span.goods-view-mode-active {
 cursor: default;
 box-shadow: none;
 color: #eee;
}
.goods-sorter {
 float: right;
 line-height: 30px;
}
.goods-sorter a {
 padding: 0 5px;
}
.goods-sorter a.active {
 color: #474747;
}

#content .list-item-view-mode-list .list-item {
 float: none;
 margin-right: 0 !important;
 clear: none !important;
 width: auto !important;
 overflow: hidden;
}
#content .list-item-view-mode-list .list-item .g_img {
 float: left;
 width: 215px;
}
#content .list-item-view-mode-list .list-item .g_info {
 text-align: left;
 margin-left: 235px;
}
#content .list-item-view-mode-list .list-item .g_name {
 padding-bottom: 10px;
 margin-bottom: 10px;
 border-bottom: 1px dotted #d8d8d8;
 font-weight: bold;
 text-transform: uppercase;
 letter-spacing: 1px;
 padding-top: 3px;
 font-size: 16px;
 font-family: 'PT Sans Caption';
}
#content .list-item-view-mode-list .list-item .g_name a {
 color: #1a1a1a;
}
#content .list-item-view-mode-list .list-item .g_price_rate {
 padding-bottom: 10px;
 margin-bottom: 10px;
 border-bottom: 1px dotted #d8d8d8;
}
#content .list-item-view-mode-list .list-item .g_price {
 float: left;
}
#content .list-item-view-mode-list .list-item .g_rate {
 display: block;
 float: right;
}
#content .list-item-view-mode-list .list-item .g_brief {
 display: block;
 padding-bottom: 10px;
 margin-bottom: 10px;
 border-bottom: 1px dotted #d8d8d8;
}
#content .list-item-view-mode-list .list-item .g_button {
 padding-top: 5px;
 letter-spacing: 1px;
}
#content .list-item-view-mode-list .list-item .g_button a {
 color: #fff;
}
#content .list-item-view-mode-list .list-item .g_button a:hover {
 background: #474747;
}




#qv_content {background: #fff;}

.gp_images {
 float: left;
 width: 210px;
 position: relative;
 line-height: 0;
}
.gp_images .big {
 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: 230px;
}
.gp_name {
 font-size: 15px;
 line-height: 20px;
 letter-spacing: 1px;
 padding-bottom: 10px;
 margin-bottom: 10px;
 border-bottom: 1px dotted #d8d8d8;
}
.gp_price_rate {
 padding-bottom: 10px;
 margin-bottom: 10px;
 overflow: hidden;
 border-bottom: 1px dotted #d8d8d8;
}
.gp_price {
 float: left;
 font-family: 'PT Sans Caption';
 font-size: 18px;
 line-height: 24px;
}
.gp_price s {
 font-size: 13px;
 color: #666;
 font-family: 'PT Sans Caption';
 padding-left: 3px;
}
.gp_rate {
 float: right;
 padding-top: 3px;
}
.gp_brief {
 padding-bottom: 10px;
 margin-bottom: 10px;
 border-bottom: 1px dotted #d8d8d8;
}
.gp_options {
 padding-bottom: 10px;
 margin-bottom: 10px;
 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: 400;
 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="text"] {
 text-align: center;
 width: 40px;
 padding: 0;
 font-size: 13px;
 color: #1a1a1a;
 font-weight: bold;
 margin: 0 5px;
 line-height: 30px;
 height: 30px;
}
.gp_buttons input[type="text"]:focus {
 border-color: #a7a7a7;
}
.gp_buttons input[type="button"] {
 height: 30px;
 padding-top: 0;
 padding-bottom: 0;
}
.gp_buttons span.fa {
 display: inline-block;
 line-height: 30px;
 height: 30px;
 width: 30px;
 text-align: center;
 cursor: pointer;
 color: #1a1a1a;
 font-size: 10px;
 transition: all .3s ease;
 border-radius: 2px;
 background: #eee;
}
.gp_buttons span.fa:hover {
 color: #1a1a1a;
}
.gp_buttons span.fa.fa-minus {
 
}
.gp_buttons span.fa.fa-plus {
 
 margin-right: 20px;
}
.gp_buttons .wish {
 margin: 0 5px;
}
.gp_more ul, .gp_more ul li {
 margin: 0;
 padding: 0;
 list-style: none;
 line-height: 24px;
}
.gp_more .opt {
 font-weight: 400;
 color: #1a1a1a;
 padding-right: 3px;
}
.gp_tabs {
 margin-top: 50px;
 margin-bottom: 50px;
}
.gp_tabs > ul, .gp_tabs > ul > li {
 padding: 0;
 margin: 0;
 list-style: none;
}
.gp_tabs .aTabsHead {
 margin-bottom: 20px;
 overflow: hidden;
}

.gp_tabs .aTabsHead > span {
 display: block;
 float: left;
 cursor: pointer;
 transition: all .3s ease;
 text-transform: uppercase;
 font-weight: bold;
 letter-spacing: 1px;
 line-height: 30px;
 padding: 0 20px;
 color: #1a1a1a;
 background: #eee;
 border-radius: 2px;
 margin-right: 5px;
}
.gp_tabs .aTabsHead > span:hover {
 background: #474747;
 color: #fff;
}
.gp_tabs .aTabsHead > span.aTabsHeadSpanActive {
 color: #1a1a1a;
 cursor: default;
}
.og_title {
 font-family: 'PT Sans Caption';
 text-transform: uppercase;
 font-size: 15px;
 padding-bottom: 15px;
 margin-bottom: 30px;
 border-bottom: 1px dotted #d8d8d8;
 letter-spacing: 2px;
 color: #1a1a1a;
 position: relative;
 z-index: 2;
}

.button3 {
 display: inline-block;
 padding: 0 20px;
 text-transform: uppercase;
 font-weight: bold;
 color: #1a1a1a;
 letter-spacing: 1px;
 line-height: 30px;
 border-radius: 2px;
}
.button3:hover {
 background: #474747;
 color: #fff;
}
.gp_buttons .wish {
 display: inline-block;
 line-height: 30px;
 border-radius: 2px;
 background: #eee;
 font-family: 'FontAwesome';
 color: #1a1a1a;
 width: 30px;
 text-align: center;
 cursor: pointer;
 font-size: 14px;
 transition: all .3s ease;
}
.gp_buttons .wish:hover, .button4:hover {
 background: #474747;
 color: #fff;
}
.gp_buttons .wish.wadd:before {
 content: '\f08a';
}
.gp_buttons .wish.wdel:before {
 content: '\f00d';
}

.button4 {
 display: inline-block;
 line-height: 30px;
 border-radius: 2px;
 background: #eee;
 color: #1a1a1a;
 width: 30px;
 text-align: center;
 cursor: pointer;
 font-size: 14px;
}
.og {
 margin-bottom: 20px;
}
.og > h4 {
 padding-bottom: 15px;
 margin-bottom: 20px;
 border-bottom: 1px solid #eee;
}

.post {
 background: #f8f8f8;
 line-height: 0;
 border: 1px solid #d8d8d8;
 box-sizing: border-box;
}
.post-img {
 width: 100%;
}
.post-body {
 line-height: 24px;
 padding: 20px;
}
.post-title {
 font-size: 16px;
 margin-bottom: 10px;
}
.post-title a {
 color: #1a1a1a;
 transition: all .3s ease;
}
.post-title a:hover {
 color: #666;
}
.post-details {
 border-top: 1px solid #ededed;
 padding: 20px;
 overflow: hidden;
 line-height: 24px;
}
.post-date {
 float: left;
}
.post-links {
 float: right;
 font-size: 16px;
}
.post-links a {
 padding-left: 7px;
}
.post-links a:hover {
 color: #1a1a1a;
}


.swchItem, .swchItemA, .pgSwch, .pgSwchA, .swchItem1, .swchItemA1 {
 display: inline-block;
 font-size: 13px;
 line-height: 30px;
 box-shadow: inset 0 0 0 1px #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: bold;
 border-radius: 2px;
}
.swchItem:hover, .pgSwch:hover, .swchItem1:hover {
 box-shadow: inset 0 0 0 1px #474747;
}
.swchItemA, .pgSwchA, .swchItemA1 {
 font-weight: 400;
 background: #474747;
 border-color: #474747;
 color: #fff;
 box-shadow: inset 0 0 0 1px #474747;
}
.swchItemA b, .pgSwchA b, .swchItemA1 b {
 color: #fff;
}

.icon_blocks {
 background: #f7f7f7;
 border-top: 1px solid #e4e4e4;
 border-bottom: 1px solid #e4e4e4;
 margin-bottom: 40px;
 padding: 40px 0 10px;
}
.icon_block > .fa {
 float: left;
 font-size: 30px;
 line-height: 30px;
}
.icon_block_text {
 margin-left: 50px;
 padding-top: 5px;
}


.count {
 text-align: center;
}
.count-val {
 font-size: 60px;
 line-height: 60px;
 font-family: 'PT Sans Caption';
}
.count h3 {
 font-size: 18px;
 margin: 10px 0;
}

.gmap {
 margin-bottom: 40px;
}
.gmap iframe {
 width: 100% !important;
 height: 400px !important;
 margin-bottom: 30px;
}


.cinf {
 background: #f7f7f7;
 border-top: 1px solid #d8d8d8;
 border-bottom: 1px solid #d8d8d8;
 padding: 40px 0;
 margin-bottom: -31px;
}
ul.cinf_list {
 float: left;
 width: 370px;
 padding: 0;
 margin: 0;
 list-style: none;
}
ul.cinf_list li {
 padding: 0;
 margin: 0 0 20px;
 overflow: hidden;
}
ul.cinf_list li .fa {
 float: left;
 width: 50px;
 height: 50px;
 line-height: 50px;
 text-align: center;
 font-size: 25px;
 color: #fff;
 border-radius: 50px;
}
ul.cinf_list li p {
 margin-left: 70px;
}
.cinf_mf {
 margin-left: 400px;
}
.cinf_mf_field {
 width: 100%;
}
textarea.cinf_mf_field {
 height: 170px;
}
.cinf_mf_send {
 margin-top: 25px;
}
.cinf_mf_send .fa {
 margin-right: 5px;
}


.ph_cats {
 text-align: center;
 line-height: 18px;
 font-family: 'PT Sans Caption';
 text-transform: uppercase;
 letter-spacing: 1px;
 font-weight: bold;
 margin-bottom: 20px;
}
.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 .catName {
 padding: 0 20px;
 background: #eee;
 line-height: 30px;
 margin: 0 5px;
 color: #1a1a1a;
 border-radius: 3px;
}
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: #474747;
 overflow: hidden;
 text-align: center;
}
.photo * {
 max-width: 100%;
}
.photo img {
 transition: all .3s ease;
}
.photo_img {width: 100%;}
.ph_title {
 position: absolute;
 padding: 20px 20px 10px 20px;
 top: -100px;
 left: 0;
 line-height: 18px;
 font-size: 15px;
 margin: 0;
 opacity: 0;
 box-sizing: border-box;
 width: 100%;
 transition: all .3s ease;
 color: #fff;
}

.ph_more {
 display: block;
 text-transform: uppercase;
 letter-spacing: 1px;
 position: absolute;
 bottom: -100px;
 opacity: 0;
 font-weight: bold;
 color: #1a1a1a;
 width: 150px;
 background: #eee;
 height: 30px;
 line-height: 30px;
 left: 50%;
 margin-left: -75px;
 border-radius: 2px;
}
.ph_more:hover {
 color: #1a1a1a;
}
.ph_more span {
 font-family: 'Times New Roman';
}
.photo:hover img {
 opacity: 0.3;
}
.photo:hover .ph_title {
 top: 0;
 opacity: 1;
}
.photo:hover .ph_more {
 bottom: 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: 16px;
 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;
}

.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: 'PT Sans Caption';
 letter-spacing: 1px;
 background: #474747;
}
.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: 'PT Sans Caption';
 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: 'PT Sans Caption';
 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: #666;}
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: 'houschka_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;
 max-width: 100%; overflow: auto; 
}
.shop-imgs img {
 max-width: 47%;
}
#shop-page-more {
 margin-bottom: 20px;
}
.shPages {
 margin-top: 20px;
 padding-top: 20px;
 border-top: 1px solid #d8d8d8;
}

#go-top {
 display: block;
 position: fixed;
 bottom: 100px;
 right: 20px;
 z-index: 9999;
 color: #fff;
 line-height: 30px;
 height: 30px;
 width: 30px;
 text-align: center;
 font-size: 16px;
 cursor: pointer;
 transition: all .3s ease;
 border-radius: 2px;
}
#go-top:hover {
 background: #474747;
}
#qv_container {
 position: fixed;
 z-index: 99999;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 display: none;
}
#qv_overlay {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.75);
}
#qv_window {
 width: 760px;
 height: 410px;
 overflow-y: auto;
 padding: 20px;
 background: #fff url('//site15.local/img/loader.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;
}


/* обновление до версии 1.0.4 */

.b_cats .cat-blocks {
 border: 1px solid #d8d8d8;
 background: #f8f8f8;
 margin-top: -1px;
 box-sizing: border-box;
}
.b_cats .cat-blocks u {display: none;}
.b_cats .cat-blocks .normal, .b_cats .cat-blocks .active {
 padding: 10px 20px;
 border-bottom: 1px solid #d8d8d8;
 margin-bottom: -1px;
 cursor: pointer;
 position: relative;
 transition: all .3s ease;
}
.b_cats .cat-blocks .normal.arrow:after {
 content: "\f107";
 font-family: "FontAwesome";
 display: block;
 position: absolute;
 top: 0;
 right: 20px;
 line-height: 42px;
}
.b_cats .cat-blocks .active.arrow:after {
 content: "\f106";
 font-family: "FontAwesome";
 display: block;
 position: absolute;
 top: 0;
 right: 20px;
 line-height: 42px;
}
.b_cats .cat-blocks .normal:hover, .b_cats .cat-blocks .active {
 background: #eee;
 color: #1a1a1a;
}
.b_cats .cat-blocks ul li {
 padding: 7px 20px 7px 30px;
 border-bottom: 1px dashed #d8d8d8;
 background: #f4f4f4;
 font-size: 12px;
}
.b_cats .cat-blocks ul li:last-child {
 border-bottom: 1px solid #d8d8d8;
}
.cart_body {
 max-height: 470px;
 overflow-y: auto;
}

/* обновление до версии 1.0.5 */

#qv_more_button {
 position: absolute;
 z-index: 999;
 top: 50%;
 left: 50%;
 margin-top: 170px;
 margin-left: -380px;
}

/* color scheme */
#logo a span,.sl_text1,.g_price,.gp_price,.icon_block > .fa,.count-val{color:#55b330}.cart_icon span,.cart_btn_checkout,.menu-icon:hover,#nav .uMenuRoot > li > a.uMenuItemA,#nav .uMenuRoot > li > a:hover,#nav .uMenuRoot > li.uWithSubmenu:hover > a,#go-top,.slide_discount,.slide-arrow:hover,.banner_discount,.g_more_btn:hover,.g_img .wish:hover,.g_button a:hover,.left_banner_text,#qv_close:hover,.goods-view-mode > span.goods-view-mode-active,#content .list-item-view-mode-list .list-item .g_button a,.gp_buttons span.fa:hover,.button3,.gp_tabs .aTabsHead > span.aTabsHeadSpanActive,input[type="button"],input[type="submit"],input[type="reset"],button,ul.cinf_list li .fa,.err404cnt a,.ph_cats .catName:hover,.photo:hover .ph_more:hover{background-color:#55b330}#search-form .search_keyword,.gp_tabs .aTabsHead > span.aTabsHeadSpanActive{border-color:#55b330}

/* pattern */
#header,.err404{background-image:url('//site15.local/img/pat27.png')}

/* retro */
.center {margin-left:auto; margin-right:auto;}
.left iframe {width:430px; height:300px; margin-left:auto;}
.right iframe {width:430px; height:300px; margin-right:auto;}
.right {text-align:right;}
.big {font-size:larger;}
.big_txt {font-size:130%;}
.big_txt2 {font-size:130%; font-weight: 600;}
.small_txt {font-size:85%;}
.small_txt2 {font-size:95%;}
.box-category li {
 list-style: none;
 margin-bottom:5px;
 }
ul.box-category img {
 margin-right:10px;
 vertical-align: middle;
 }
div .box-category img {
 margin-right:10px;
 vertical-align: middle;
 }

.tema {
 width: 435px;
 margin:0 auto; 
 line-height: 1;
 font-size: 90%;
 padding: 3px 10px;
 margin: 3px 0;
 background: url('//site15.local/img/body.png') repeat;
 border: solid 1px #CCCCCC;
}
.tema a { 
 text-decoration: none;
 } 
.tema a:hover { 
 text-decoration: underline;
 } 

.akcent {
 padding: 15px 15px;
 margin: 15px 0;
 background: url('//site15.local/img/body.png') repeat;
 border: solid 1px #CCCCCC;}

.gray {
 background: color: #9E9FA0;
 }

h2 a { font: bold 0.7em Calibri, Optima, Arial, sans-serif; letter-spacing: 0.15em; text-transform: uppercase; text-decoration: none; padding: 5%; }
.boldtext{font-weight:bold;}
.red{color: #55b330;}
.note{ text-align:center; font-size: 1,1em; font-style: italic; font-family: 'Times New Roman', Times, serif; color: #696A6A; line-height: 0.8em;}
.center {
 width: 750px;
 margin: 0 auto;
 text-align:center;
}


/* table */
table{
 border-collapse: collapse;
 width: 100%;
 border: 1px solid #ccc;
 background: #FFF; 
 }
table caption {
 margin: 0;
 padding: 8px 20px;
 text-align: left;
 border: 1px solid #ccc;
 border-bottom: none;
 background: #FFF;
}
table th, table td {
 margin: 0;
 padding: 5px 20px;
 border-bottom: 1px solid #ccc;
 }

table th {
 color: #999;
 }
table tr {
 background: #fff;
 }

table tr:nth-child(even) {
 background: #E3F6CE;
}

table td a {
 display: block;
}

table b {
 color: #55b330;
}

.tarifs table th:first-child, table td:first-child {
 text-align: left;
} 

table.tarifs tr td.first{
 font-size: 1.6em;
 text-align: center; 
}

table{
-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.25);
-moz-box-shadow: 1px 1px 3px rgba(0,0,0,.25);
box-shadow: 1px 1px 3px rgba(0,0,0,.25); 
 }

/* copy color */
::-moz-selection{
 background-color:#ffee38;
 color:#191919
}

::selection{
 background-color:#ffee38;
 color:#191919
}

/* block calc */
.calcu_b_main {
 width: 100%;
}
.fon-calcu {
 
 width: 100%;
}
.icon-cont-calcu {
 position: absolute;
 width: 25px;
 height: 25px;
 font-size: 20px;
 border-radius: 4px;
 text-align: center;
 line-height: 20px;
 transition: all 100ms ease-out;
 cursor: pointer;
 right: 5px;
 bottom: 3px;
}
.word-calc {
 position: absolute;
 margin: 5px 0 0 88px;
 font-size: 1.2em;
 color: #4f4f4f;
 text-transform: uppercase;
 font-weight: 800;
}
.word-calc span{
 font-size: 0.7em;
 font-weight: normal;
 }
.calculator {
 position: relative;
 text-decoration: none;
 text-decoration-color: -moz-use-text-color;
 text-decoration-line: none;
 text-decoration-style: solid;
 background: url(//site15.local/img/kalc-img-1.png) no-repeat;
 background-color: transparent;
 background-image: url("//site15.local/img/kalc-img-1.png");
 background-repeat: no-repeat;
 width: 100%;
 height: 80px;
 margin: 10px 0 10px 0px;
 margin-top: 10px;
 margin-right: 0px;
 margin-bottom: 10px;
 margin-left: 0px;
 display: inline-block;
 border-radius: 4px;
 border-top-left-radius: 4px;
 border-top-right-radius: 4px;
 border-bottom-right-radius: 4px;
 border-bottom-left-radius: 4px;
 box-shadow: 0 0 3px rgba(0,0,0,0.5);
 cursor: pointer;
}

/* Ajax окна в стиле LightBox
------------------------------------------*/ 
.x-sh, .xw-bl {display:none !important;} 
.xw-ml, .xw-mr {margin:0 !important;padding:0 !important;background:none !important;} 
.xw-mc {color:#333; font-weight: normal; float: none; margin: 0; padding: 8px 8px !important; background: #fff !important; border: 1px solid #c4cee0 !important;border-radius:4px;-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);} 
.xw-hdr-text {display: none !important;} 
.xw-hdr img {display:none;} 
.xw-tl, .xw-tr, .xw-tc, .xw-hdr, .xw-sps .xw-draggable {height: 0 !important;background: none !important;padding: 0 !important;} 
.xw-tc {overflow: visible !important;} 
.xt-close {position: absolute !important;right: -5px;top: -15px;margin: 0 !important;z-index: 10014 !important;width: 36px !important;height: 36px !important; background: url(//site15.local/.s/src/ulightbox/fancybox_sprite.png) no-repeat !important;} 
.xw-body {border: 0 !important;padding: 0 !important;} 
.xt-maxi {display:none;} 
.xt-mini {display:none;} 
.xt-rest {display:none;} 
/* Конец Ajax окна*/

.aside-block {
 font-size: 13px;
 position: relative;
 padding: 15px;
 margin: 10px 0 10px 0px;
 margin-top: 10px;
 margin-right: 0px;
 margin-bottom: 10px;
 margin-left: 0px;
 display: inline-block;
 border-radius: 4px;
 border-top-left-radius: 4px;
 border-top-right-radius: 4px;
 border-bottom-right-radius: 4px;
 border-bottom-left-radius: 4px;
 box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.aside-block li:before {content: "— ";}

.control-button {
 font-size: 14px;
 cursor: pointer;
 color: #fff;
 padding: 6px 9px;
 background-color: rgba(101, 96, 89, 0.8);
 text-overflow: ellipsis;
 font-weight: 700;
 }
.fullscreen {
left: 50%;
top: 15px;
width: 120px;
position: absolute;
z-index: 1;
margin-left: -50px;
 }
.resize_down { 
 left: 50%;
 display: none;
 top: 15px;
 margin-left: -52px;
 z-index: 25;
 position: fixed; 
 }

a[href^=tel] {
 text-decoration: none !important;
}
.tel {
 text-decoration: none !important;
 border-bottom: 1px dotted #55B230;}

div.container {
 width: 96%;
 max-width: 960px;
 margin: 0 auto; /* центрируем основной контейнер */
}
.container img {
 width: 100%; 
 height: auto; 
 width: 32%;
 display: inline-block;
}

div.container4 {
 width: 96%;
 max-width: 960px;
 margin: 0 auto;
}

.container4 img {
 width: 100%; 
 height: auto; 
 width: 23.75%;
 display: inline-block;
}

div.container3 {
 width: 100%;
 max-width: 960px;
 margin: 0 auto;
}
.container3 img {
 width: 33%;
 display: inline-block;
}

div.container2 {
 width: 96%;
 max-width: 960px;
 margin: 0 auto;
}
.container2 img {
 width: 48%;
 display: inline-block;
}

.podzag {
 font-size: 120%;
}
/* block partner */
.icon-cont-part {
 position: absolute;
 width: 40px;
 height: 40px;
 font-size: 21px;
 background-color: #FABE2E;
 border-radius: 4px;
 text-align: center;
 line-height: 42px;
 color: #4f4f4f;
 transition: all 100ms ease-out;
 cursor: pointer;
 right: 8px;
 bottom: 8px;
}
.fon-part {
 position: relative;
 background-color: #fff !important;
 width: 100%;
 margin-top: -7px;
}
.partner-butt {
 position: relative;
 text-decoration: none;
 width: 100%;
 height: 55px;
 margin: 5px 0 10px 0px;
 border-radius: 4px;
 border: 0;
 box-shadow: 0 0 3px rgba(0,0,0,0.5);
 cursor: pointer;
}
.word-partner {
 position: absolute;
 margin: 6px 0 0 10px;
 font-size: 1.2em;
 color: #4f4f4f;
 text-transform: uppercase;
 font-weight: 800;
}
.word-partner span{
 font-size: 0.7em;
 font-weight: normal;
 }

/* block horizont */
.row {
 width: 100%;
 }

.large-8 {
 width: 48%;
 display: inline-block;
 vertical-align: top;
 }

 .large-8 ul { 
 list-style-image: url(//site15.local/img/check.jpg);
 list-style-position: outside;
 }

// List Icons
// -------------------------

.@{fa-css-prefix}-ul {
 padding-left: 0;
 margin-left: @fa-li-width;
 list-style-type: none;
 > li { position: relative; }
}
.@{fa-css-prefix}-li {
 position: absolute;
 left: -@fa-li-width;
 width: @fa-li-width;
 top: (2em / 14);
 text-align: center;
 &.@{fa-css-prefix}-lg {
 left: (-@fa-li-width + (4em / 14));
 }
}

 a.line {display: inline;}

.page-content ol {
list-style: none; 
counter-reset: li; 
}
.page-content li:before {
counter-increment: li; 

content: counters(li,".") ". "; 
}



.ac-container{
 width: 870px;
 margin: 10px auto 30px auto;
}

.ac-container label{
 font-family: 'Arial Narrow', Arial, sans-serif;
 padding: 5px 20px;
 position: relative;
 z-index: 20;
 display: block;
 height: 40px;
 cursor: pointer;
 color: #777;
 text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
 line-height: 33px;
 font-size: 22px;
 background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
 background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
 background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
 background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
 background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
 box-shadow: 
 0px 0px 0px 1px rgba(155,155,155,0.3), 
 1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
 0px 2px 2px rgba(0,0,0,0.1);
}
}

.ac-container label:hover{
 background: #fff;
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover{
 background: #55b230;
 color: #fff;
 text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
 box-shadow: 
 0px 0px 0px 1px rgba(155,155,155,0.3), 
 0px 2px 2px rgba(0,0,0,0.1);
}

.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
 content: '';
 position: absolute;
 width: 24px;
 height: 24px;
 right: 13px;
 top: 7px;
 background: transparent url(http://netcribe.com/example/arrow_down.png) no-repeat center center; 
}

.ac-container input:checked + label:hover:after {
 background-image: url();
}

.ac-container input{
 display: none;
}

.ac-container article{
 background: rgba(255, 255, 255, 0.5);
 margin-top: -1px;
 overflow: hidden;
 height: 0px;
 position: relative;
 z-index: 10;
 -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
 -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
 -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
 -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
 transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container input:checked ~ article {
 -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
 -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
 -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
 -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
 transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
 box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
 height: 140px;
}

.ac-container article p{
 font-style: normal;
 color: #777;
 line-height: 23px;
 font-size: 16px;
 padding: 10px;
 text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}

.shadow-1 {box-shadow: 0px 0px 15px 10px #ccc;}


/* Стили для модального окна */
.modal {
 display: none;
 position: fixed;
 z-index: 1000;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 overflow: auto;
 background-color: rgba(0,0,0,0.4);
}

.modal-content {
 background-color: #fefefe;
 margin: 10% auto;
 padding: 20px;
 border: 1px solid #888;
 width: 90%;
 max-width: 500px;
 border-radius: 8px;
 box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.close {
 color: #aaa;
 float: right;
 font-size: 28px;
 font-weight: bold;
 cursor: pointer;
}

.close:hover {
 color: black;
}

/* Стили формы */
.form-group {
 margin-bottom: 15px;
}

.form-group label {
 display: block;
 margin-bottom: 5px;
 font-weight: bold;
}

.form-group input {
 width: 100%;
 padding: 10px;
 border: 1px solid #ddd;
 border-radius: 4px;
 box-sizing: border-box;
}

.submit-btn {
 background-color: #4CAF50;
 color: white;
 padding: 12px 20px;
 border: none;
 border-radius: 4px;
 cursor: pointer;
 width: 100%;
 font-size: 16px;
}

.submit-btn:hover {
 background-color: #45a049;
}

/* Стили кнопки обратной связи */
.feedback-button {
 position: fixed;
 bottom: 20px;
 right: 20px;
 z-index: 999;
 background-color: #4CAF50;
 color: white;
 border: none;
 border-radius: 50%;
 width: 60px;
 height: 60px;
 font-size: 16px;
 cursor: pointer;
 box-shadow: 0 4px 8px rgba(0,0,0,0.2);
 display: flex;
 align-items: center;
 justify-content: center;
}

.feedback-button:hover {
 background-color: #45a049;
}

/* Адаптивность */
@media screen and (max-width: 600px) {
 .modal-content {
 margin: 20% auto;
 width: 95%;
 }
}