@charset "utf-8";

/*base*/
.drop.inherit{max-width: 100%;}
body{min-width: 319px;}
.mq-w-320{display: none;}
.mq-w-480{display: none;}
.mq-w-768{display: none;}
.mq-w-959 {display: none;}
.mq-w-960{display: none;}

@media screen and (max-width: 479px){
.mq-inline.mq-w-320{display: inline;}
.mq-block.mq-w-320{display: block;}
.mq-inline-block.mq-w-320{display: inline-block;}
.mq-table-cell.mq-w-320{display: table-cell;}
}
@media screen and (min-width: 320px){
.mq-inline.mq-w-320.mq-max{display: inline;}
.mq-block.mq-w-320.mq-max{display: block;}
.mq-inline-block.mq-w-320.mq-max{display: inline-block;}
.mq-table-cell.mq-w-320.mq-max{display: table-cell;}
}
@media screen and (max-width: 319px){
.mq-inline.mq-w-320.mq-min{display: inline;}
.mq-block.mq-w-320.mq-min{display: block;}
.mq-inline-block.mq-w-320.mq-min{display: inline-block;}
.mq-table-cell.mq-w-320.mq-min{display: table-cell;}
}
@media screen and (max-width: 767px) and (min-width: 480px){
.mq-inline.mq-w-480{display: inline;}
.mq-block.mq-w-480{display: block;}
.mq-inline-block.mq-w-480{display: inline-block;}
.mq-table-cell.mq-w-480{display: table-cell;}
}
@media screen and (min-width: 480px){
.mq-inline.mq-w-480.mq-max{display: inline;}
.mq-block.mq-w-480.mq-max{display: block;}
.mq-inline-block.mq-w-480.mq-max{display: inline-block;}
.mq-table-cell.mq-w-480.mq-max{display: table-cell;}
}
@media screen and (max-width: 479px){
.mq-inline.mq-w-480.mq-min{display: inline;}
.mq-block.mq-w-480.mq-min{display: block;}
.mq-inline-block.mq-w-480.mq-min{display: inline-block;}
.mq-table-cell.mq-w-480.mq-min{display: table-cell;}
}
@media screen and (max-width: 959px) and (min-width: 768px){
.mq-inline.mq-w-768{display: inline;}
.mq-block.mq-w-768{display: block;}
.mq-inline-block.mq-w-768{display: inline-block;}
.mq-table-cell.mq-w-768{display: table-cell;}
}
@media screen and (min-width: 768px){
.mq-inline.mq-w-768.mq-max{display: inline;}
.mq-block.mq-w-768.mq-max{display: block;}
.mq-inline-block.mq-w-768.mq-max{display: inline-block;}
.mq-table-cell.mq-w-768.mq-max{display: table-cell;}
}
@media screen and (min-width: 960px){
.mq-inline.mq-w-960.mq-max{display: inline;}
.mq-block.mq-w-960.mq-max{display: block;}
.mq-inline-block.mq-w-960.mq-max{display: inline-block;}
.mq-table-cell.mq-w-960.mq-max{display: table-cell;}
}
@media screen and (max-width: 959px){
.mq-inline.mq-w-959.mq-min{display: inline;}
.mq-block.mq-w-959.mq-min{display: block;}
.mq-inline-block.mq-w-959.mq-min{display: inline-block;}
.mq-table-cell.mq-w-959.mq-min{display: table-cell;}
}
@media screen and (max-width: 767px){
.mq-inline.mq-w-768.mq-min{display: inline;}
.mq-block.mq-w-768.mq-min{display: block;}
.mq-inline-block.mq-w-768.mq-min{display: inline-block;}
.mq-table-cell.mq-w-768.mq-min{display: table-cell;}
}
/*--------*/
@media screen and (max-width: 959px) and (min-width: 768px){
.container{max-width: 768px;}

}
@media screen and (max-width: 767px) and (min-width: 480px){
.carousel-js-css .items-h-carousel > li {margin: 0 18px;}
.container{max-width: 480px;}
}
@media screen and (max-width: 479px) and (min-width: 0px){
.container{max-width: 320px;}
}
/*--------*/
@media screen and (max-width: 767px){
table.adaptive, table.adaptive thead, table.adaptive tbody, table.adaptive th, table.adaptive td, table.adaptive tr { 
display: block; 
}
table.adaptive thead tr { 
position: absolute;
top: -9999px;
left: -9999px;
}
table.adaptive td { 
position: relative;
height: auto;
padding: 10px 0;
padding-left: 50%;
}
table.adaptive td:before { 
width: 45%;
position: absolute;left: 0;top: 12px;;
}
table.adaptive td:before {content: attr(title);display: inline-block;}
table.adaptive td > *{width: 52%;display: inline-block;}
}
@media screen and (max-width: 479px){


}
/*/base*/

/*general*/


@media screen and (min-width: 960px) and (max-width: 1100px) {
.title-bg.t-a_j{text-align: center !important;}
.r  a{
height:58px;
width:21%;
border-left:5px solid #4e6c8e;
float:left;	
 background: linear-gradient(to left, #29639e, #1c436e);
color:#fff;
padding-top:30px;
font-size:16px;
font-family:TimesNewRoman;
}
.r  a:hover{
	color:#fff;
}

.o  a{
height:58px;
width:19%;
border-left:5px solid #c45b55;
float:left;	
 background: linear-gradient(to left, #e83b2e, #972520);
color:#fff;
padding-top:30px;
font-size:16px;
font-family:TimesNewRoman;
}
.o  a:hover{
	color:#fff;
}


.v  a{
height:58px;
width:19%;
border-left:5px solid #3e8f6d;
float:left;	
 background: linear-gradient(to left, #08a36b, #087045);
color:#fff;
padding-top:30px;
font-size:16px;
font-family:TimesNewRoman;
}
.v  a:hover{
	color:#fff;
}


.f  a{
height:58px;
width:19%;
border-left:5px solid #e18064;
float:left;	
 background: linear-gradient(to left, #ee8849, #d95d39);
color:#fff;
padding-top:30px;
font-size:16px;
font-family:TimesNewRoman;
}
.f  a:hover{
	color:#fff;
}


.s  a{
height:58px;
width:18.7%;
border-left:5px solid #e1c96d;
float:left;	
 background: linear-gradient(to left, #eecb42, #d9b93d);
color:#fff;
padding-top:30px;
font-size:16px;
font-family:TimesNewRoman;
}
.s  a:hover{
	color:#fff;
}
}


@media screen and (max-width: 959px){
.btn-bask .icon_cleaner{display: inline-block !important; width: 36px; height: 34px; margin: 0px;}
.btn-bask .icon_cleaner + span{display: none;}
.tabs-product{margin-top: 0;}
.frame-prices-buy-wish-compare .radio-name-container {margin-right: 10px; }
.item-product .frame-prices .price-discount, #photo .frame-prices .price-discount {margin-right: 10px; }
.item-product .frame-prices .price-new {margin-right: 10px;}
#photo .frame-prices .price-new {margin-right: 20px;}
.item-product .frame-prices .price-discount{display: inline-block; margin-right: 20px; }
.frame-gen-price-buy-complect .price-new{margin-right: 0px;}
.frame-prices-buy-wish-compare .price-new, .frame-gen-price-buy-complect .price-new{padding: 9px 20px 8px 15px;}
.frame-prices-buy-wish-compare .no-visible .price-new {padding: 8px 20px 7px 15px;}
.frame-add-wish-list,.wishlist-data-users{width: 100% !important; float: none !important; overflow: hidden;}
.wishlist-data-users{margin-top: 0px !important;}
.left-wishlist-data {width: 25%; float: right; min-width: 115px !important;}
.left-catalog{margin-right: 0;float: left;max-width: 226px; width: 38%;}
.wish-list-btn .empty, .compare-list-btn .empty {display: none;}
.container_1080{max-width: 840px;}
.phones-header .phone {width: 235px;} 
.count-box {left: 7px;}
.wish-list-btn > button, .compare-list-btn > button{padding: 0px;}
.container-left{max-width: 508px;}
.container-right{width: 260px; margin-left: 508px; float: none !important;}
.frame-news{display: none;}
.carousel-js-css .items-h-carousel > li {margin: 0 36px; }
.horizontal-carousel .special-proposition {max-width: 768px;} 
.container-left .funcs-buttons,.container-left .frame-contain-buttons{display: none;}
.container-left  .horizontal-carousel .special-proposition .group-button-carousel .next {right: 10px; }
.container-left  .horizontal-carousel .special-proposition .group-button-carousel .prev {left: 10px; }
.page-profile .frame-change-profile,.page-profile .frame-change-password{width: auto; max-width: 400px;}
.title-bg.t-a_j{padding: 0 12px 0 22px;}
.containBrands-block{background: #fff; margin-bottom: 15px;} 
.containBrands-block.frame-brands-carousel{padding: 16px 15px 14px;}
.items-brands > li{margin-left: 18px;}
.frame-brands.horizontal-carousel .group-button-carousel .arrow.prev{left: 10px;}
.frame-brands.horizontal-carousel .group-button-carousel .arrow.next{right: 10px;}
.cartBlock1{display: inline-block; vertical-align: top;}

.headerWishCompare .wish-list-btn, .headerWishCompare .compare-list-btn{margin-right: 12px;}
.headerWishCompare .wish-list-btn > button, .headerWishCompare .compare-list-btn > button {padding: 0 0px;}
.icon_wish_list, .icon_compare_list {margin-right: 0px;}
.headerWishCompare .text-compare-list, .headerWishCompare .text-wish-list{display: none;}
.headerWishCompare{margin-right: 10px;}
.nav-enter-reg{margin-right: 0px;}
footer [class^="box"] > .inside-padd {padding: 0 20px 0 10px; margin-bottom: 0px;}
.left-content-header {padding-top: 16px;}
.content-header {min-height:86px;}
input.input-search{height: 48px; padding-left: 16px; border: 0px;margin-top:-10px;margin-left:-19px;}
.r  a{
height:58px;
width:21%;
border-left:5px solid #4e6c8e;
float:left;	
 background: linear-gradient(to left, #29639e, #1c436e);
color:#fff;
padding-top:30px;
font-size:16px;
font-family:TimesNewRoman;
}
.r  a:hover{
	color:#fff;
}

.o  a{
height:58px;
width:19%;
border-left:5px solid #c45b55;
float:left;	
 background: linear-gradient(to left, #e83b2e, #972520);
color:#fff;
padding-top:30px;
font-size:16px;
font-family:TimesNewRoman;
}
.o  a:hover{
	color:#fff;
}


.v  a{
height:58px;
width:19%;
border-left:5px solid #3e8f6d;
float:left;	
 background: linear-gradient(to left, #08a36b, #087045);
color:#fff;
padding-top:30px;
font-size:16px;
font-family:TimesNewRoman;
}
.v  a:hover{
	color:#fff;
}


.f  a{
height:58px;
width:18.7%;
border-left:5px solid #e18064;
float:left;	
 background: linear-gradient(to left, #ee8849, #d95d39);
color:#fff;
padding-top:30px;
font-size:16px;
font-family:TimesNewRoman;
}
.f  a:hover{
	color:#fff;
}


.s  a{
height:58px;
width:18%;
border-left:5px solid #e1c96d;
float:left;	
 background: linear-gradient(to left, #eecb42, #d9b93d);
color:#fff;
padding-top:30px;
font-size:16px;
font-family:TimesNewRoman;
}
.s  a:hover{
	color:#fff;
}
}

@media screen and (max-width: 860px){
.container_1080{max-width: 740px;}
.phones-header .phone {width: 200px; } 
.phones-header .phone-number {display: block; width: 118px;}
.count-box {left: 7px;}
.carousel-js-css .items-h-carousel > li {margin: 0 36px; }
.items-h-carousel > li:before {left: -26px;}
.btn-search{width: 36px;height: 34px; position: absolute; top: 1px; right: 00px; z-index: 2;
            -webkit-transition: all 0.1s ease-in-out;
            -moz-transition: all 0.1s ease-in-out;
            -o-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;}
}





@media screen and (max-width: 767px){
.left-content-header{padding-left: 22px;}
.headerWishCompare.f_r{float: left !important; }
.menu-row-category td td .frame-drop-menu > ul > li{width: auto;}
.menu-row-category .frame-drop-menu .frame-l2 > ul{padding: 3px 35px 10px;}
.menu-row-category .frame-item-menu.hoverM .frame-title.is-sub:after{position: absolute; content: ""; top:16px; width: 4px; height: 7px; right: 7px;}
.right-header .menu-header > .nav > li > a, .right-header .menu-header > .nav > li > span {padding: 8px 5px 7px; }
.frame-item-menu-out .frame-title .helper{height: 45px;}
.frame-item-menu-out .frame-title .text-el,.btn-search .text-el {display: inline-block; text-transform: uppercase; font-size: 11px; font-weight: bold;}
.btn-exit-shop {margin-left: 0px;}
.items-brands > li{margin-left: 21px;}
td.mq-table-cell:first-child{position: relative;}
td.mq-table-cell:first-child:before {position: absolute; content: ""; right: 0px; top: 0px; height: 100%; width: 1px;}
.container_menu_info,.frame-benefits{display: none;}
.frame-seotext-benefits .frame-seo-text{width: 100%; border: 0px;}
.btn-search {border:0px; background: transparent !important; width: auto; float: none; height: 45px;}
.menu2 li{width: 81px; height: 34px; line-height: 34px; text-align: center; padding-top: 0px;}
.menu2 li > button{display: inline;}
.menu2 .text-el{font-size: 11px;}
.footer-footer > .container.t-a_j{text-align: center !important;}
#topMenuInShop{font-size: 11px; padding: 7px 10px; margin-left: -22px !important; margin-top: 7px; }
.right-catalog {min-width: 213px; width: 57%;}
.frame-catalog-view.d_i-b{display: none !important;}
.items-catalog.table > li:before,.items-catalog.table > li:after{display: none;}
.left-product{width: 100%; float: none !important;}
.right-product{width: 100%; float: none !important;}
.tabs-data > li > a, .tabs-data > li > button {padding: 7px 10px;}
.tabs-data > li {margin-right: 3px;}
.row-kits .description{margin-left: 84px;}
.row-kits li {margin-bottom: 35px;}
.left-cart,.left-order {float: none; width: 100%;}
.right-cart,.right-order {width: 100%; float: none;}
.items-compare > li .icon_times {left: 196px;}
.text-left{display: none;}
.text-right{margin-left: 0px;}
.menu-main td {text-align: center;}
.frame-item-menu-out #unitedCatalog .frame-title .text-el{text-transform: none;text-shadow:none;}
.frame-item-menu-out #unitedCatalog .helper{height:25px !important; }
#unitedCatalog td{text-align: left;}
#unitedCatalog td > .frame-item-menu.active { background: transparent; }
#unitedCatalog td > .frame-item-menu:hover{background: transparent;}
.frame-drop-menu td {height: auto !important;}
.frame-item-menu-out .frame-drop-menu {width: 100%; height: auto !important;}
.frame-drop-menu .frame-item-menu .frame-drop-menu {position: relative;-moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none;}
.menu-main td td .frame-drop-menu > ul{height: auto !important;}
td td .frame-item-menu > .frame-title .text-el {padding: 10px 15px; }
.menu-row-category td td .left-drop .frame-l2, .menu-row-category td td .right-drop .frame-l2 {position: static; }
.container_1080{max-width: 768px;}
.pager{display: none !important;}
.menu-main > nav > table, .menu-main > nav > table td > table {table-layout:fixed;}
.btn-search {position: relative;}
.right-header {margin-left: 182px;}
.phones-header .phone {width: 245px;}
.phones-header .phone-number {width: auto;}
.frame-news{display: none;}
.carousel-js-css .items-h-carousel > li {margin: 0 22px; }
.frame-sort .lineForm {width: 106px; max-width: 100%;}
.frame-benefits + .f_r{float: none !important;}
.footer-footer {position: relative; height: 82px; }

}

@media screen and (max-width:702px){
.container_1080{max-width: 468px;}
.phones-header .phone {width: 112px;}
.container-left  .horizontal-carousel .special-proposition .group-button-carousel .next {right: -1px; }
.container-left  .horizontal-carousel .special-proposition .group-button-carousel .prev {left: -1px; }
}


@media screen and (max-width: 479px){
.frame-menu-main > .container,.content-header > .container, .content-footer.container, .frame-crumbs .container{max-width: 320px;}
.menu2{position: relative;}
.menu2:before{position: absolute; top: 10px; right: 0px; height: 16px; width: 1px; content: ""; z-index: 1;}
.menu2 li {width: 70px;}
.left-content-header{padding-left: 0px;}
.btn-enter > button, .btn-personal-area > button, .btn-exit-shop > button {padding: 0 9px;}
.btn-register {display: none !important;}
.frame-baner-start_page .baner{height: 189px;}
.frame-baner .content-carousel ul{width: 100%;}
.baner .prev, .baner .next {width: 18px; height: 32px; margin-top: -16px; }
.baner .prev{left: -18px !important;}
.baner .next {right: -18px !important;}
.baner .arrow > [class*="icon_arrow"] {width: 9px; height: 16px;}
.horizontal-form .frame-form-field{margin-left: 0 !important;}
.horizontal-form label > .title, .horizontal-form .frame-label > .title{text-align: left;float: none;}
.horizontal-form label, .horizontal-form .frame-label{margin-top: 8px;}
.horizontal-carousel .special-proposition {max-width: 320px;} 
.items-h-carousel > li {}
.items-catalog.table {margin-left: 14px;}
.logo img {height: 100%;}
.frame-filter{display: none;}
.right-catalog {width: 100%;}
footer .content-footer{text-align: center;}
footer .box-1, footer .box-5 {width: 45%; }
footer .box-2, footer .box-3 , footer .box-4{display: none;}
footer [class^="box"] > .inside-padd{text-align: left; padding: 0 10px;}
.h-footer {height: 291px; }
footer {min-height: 291px; margin: -291px auto 0;}
footer .content-footer {min-height: 135px; }

footer ul li {margin-bottom: 7px;} 
.footer-footer > .container.t-a_j > div.d_i-b{position: relative; top: 43px; width: 100%; text-align: center;}
.footer-footer > .container.t-a_j > div.d_i-b + div{top: -20px;}
.footer-footer > .container.t-a_j > div.d_i-b + div + div{top: 27px;}
.develop-info .text-el{display: none;}
.page-product > .container,#productTabs.container{max-width: 320px;}
.item-product .photo-block{height: 280px;}
.frame-prices-buy-wish-compare  .btn-buy > *, .frame-prices-buy-wish-compare .btn-cart > *{padding: 0 14px 0 11px;}
.frame-prices-buy-wish-compare  .icon_cleaner_buy{margin-right: 0px; top: 5px;}
.frame-complect{margin-top: 25px;}
.items-complect > li {width: 230px!important; }
.items-complect .row-kits li {width: 210px;}
.items-complect .frame-kit {width: 210px;}
.next-kit {position: absolute; top: -32px; left: 17px; }
.items-complect .complect-gen-sum {display: block; width: 230px; }
.frame-gen-price-buy-complect {margin-left: 30px;} 
.check-variant-delivery .lineForm, .check-variant-payment .lineForm {width: 280px;}
.page-cart .items-bask .photo-block,.page-order .items-bask .photo-block {float: none;}
.page-cart .items-bask .description,.page-order .items-bask .description{margin-left: 0px;}
.left-wishlist-data{float: none !important;}
.right-wishlist-data{width: 100%!important; float: none !important;}
.left-compare {float: none !important;}
.right-compare {margin-left: 0px;}
.check-public {width: 280px;}
.drop.drop-bask .btn-form > a {padding: 0 20px; width: auto;}
.drop-bask .btn-def > button {padding: 0 23px; }
.btn-bask .text-el.title{display: none;}
.container_1080{max-width: 320px;}
.phones-header{display: none;}
.container-left{width: 100%; float: none;}
.horizontal-carousel .special-proposition .group-button-carousel .next {right: 14px;}
.horizontal-carousel .special-proposition .group-button-carousel .prev {left: 14px;}
.items-catalog.table > li.left:after,.items-h-carousel > li:before{display: none;}
.icon_wish_list, .icon_compare_list {margin-right: 0px;}
.nav-enter-reg{margin-right: 0px;}
.compare-list-btn{display: none;}
.headerWishCompare{margin-left: 20px;}
#popular_products .items-catalog > li {margin: 0 62px !important;}
.footer-footer > .container > div.t-a_j {text-align: center!important;}
.develop-info{margin-top: 10px;}
footer .benefitsSocial > div, .footer-footer > .container > div{padding: 0 10px; text-align: left;}
.footer-footer > .container > div.t-a_j > .d_i-b{display: block !important; text-align: center;}
.banner-small{display: none;}
.carousel-js-css .items-h-carousel > li {margin: 0 62px; }
}


@media screen and (max-width: 980px) and (min-width: 960px){
.container{max-width: 940px;}
.menu_info {max-width: 460px;}
.menu_info .photo-block{display: none;}
.menu_info .description {margin-left: 32px;}
.menu_info .title {margin-left: -20px;}
.tabs-data > li {margin-right: 2px; }
.complects-carousel {padding: 0px 22px 23px;}
.tabs-data > li > a, .tabs-data > li > button {padding: 7px 17px;}
.right-header {margin-left: 220px;} 
.phones-header .phone {width: 235px;} 
}



@media screen and (max-width: 959px) and (min-width: 768px){
.btn-enter,.btn-personal-area{}
.btn-enter.btn-enter-2,.btn-personal-area.btn-personal-area-2{display: inline-block !important;}
.btn-enter > button, .btn-personal-area > a, .btn-exit-shop > button{padding: 0 5px;}
.btn-exit-shop {margin-left: 0px;}
.btn-exit-shop .icon_exit{display: none;}
.frame-contact-bask {width: 316px; max-width: 342px;}
.baner .next {right: 238px;}
.baner .prev {left: 2px;}

.menu_info {max-width: 362px;}
.menu_info .photo-block{display: none;}
.menu_info .description {margin-left: 32px;}
.menu_info .title {margin-left: -20px;}
.items-benefits.t-a_j{text-align: left !important; display: none;}
.items-benefits > li{}

.frame-seotext-benefits .frame-seo-text {float: none; width: 740px; border-right: 0 !important;}
.page-product .btn-buy .icon_cleaner_buy,.page-product .btn-cart .icon_cleaner_buy{display: none;}
.page-product .btn-buy > button,.page-product .btn-buy > a,.page-product .btn-cart > button,.page-product .btn-cart > a {padding: 0 11px;}
.item-product .photo-block{height: 280px;}
.left-product{width: 282px;}
.right-product {width: 444px;}
.items-complect > li {width: 675px!important;}
.items-bask.items-product .title {display: block; height: 36px; overflow: hidden;}
.items-bask.items-product,.complect-gen-sum{vertical-align: top;}
.complect-gen-sum{margin-top: 7px;}
.complects-carousel {padding: 0px 28px 10px;}
.page-product .items-bask.items-product .photo-block{float: none; margin-right: 0px; width: 70px; height: 70px;}
.items-complect .row-kits li {width: 132px; padding-bottom: 0px; margin-left: 58px;}
.items-complect .row-kits li:first-child{margin-left: 0px;}
.items-complect .frame-kit {width: 132px;}
.items-complect .next-kit{position: absolute; top: 25px; left: -50px;}
.items-complect .complect-gen-sum {width: 152px;}
.next-kit, .gen-sum-kit {width: 25px;} 
.frame-gen-price-buy-complect {width: 120px; text-align: right; margin-left: 0px;} 
footer .box-4{display: none;}
footer .box-1{width: 20%;}
footer .box-2{width: 25%;}
footer .box-3 {width: 28%;}
footer .box-5 {width: 27%;}
.right-catalog{max-width: 484px;}
.right-header {margin-left: 202px;} 


}

@media screen and (max-width: 767px) and (min-width: 480px){
.frame-baner .content-carousel ul {width: 100%;}
.frame-baner .content-carousel .f_r {display: none;}
.frame-contact-bask {width: 292px;}
.btn-enter > button, .btn-personal-area > a, .btn-exit-shop > button{padding: 0 8px;}
.container-left {width: 100%;}
.container-right{display: none;}
footer .box-3, footer .box-4, footer .box-5{display: none;}
footer .box-1{width: 44%;}
footer .box-2{width: 44%;}
.footer-footer > .container.t-a_j > div.d_i-b{float: left !important;}
.footer-footer > .container.t-a_j > div.d_i-b + div{float: right !important;margin-top: -8px;}
.footer-footer > .container.t-a_j > div.d_i-b + div + .develop-info{margin: 0 auto; margin-top: 12px !important;clear: both;}
.items-complect .row-kits li {width: 360px; padding-bottom: 0px;}
.items-complect .frame-kit {width: 350px;}
.next-kit{position: absolute; top: -29px; left: 17px;}
.items-complect .complect-gen-sum {display: block; width: 300px;}
.items-complect > li {width: 370px!important;}
.page-product .btn-buy .icon_cleaner_buy, .page-product .btn-cart .icon_cleaner_buy {display: none;}
.content-header {min-height:132px;}
}

/*/general*/
@media screen and (max-width: 500px) and (min-width: 480px){
.drop-bask .items-bask .photo-block{float: none;}
.drop-bask .btn-form.f_r{float: left !important; margin-top: 8px;}
.content-header {min-height:132px;}

}



@media screen and (max-width: 480px) and (min-width: 0px){
.drop-bask .items-bask .photo-block{float: none;}
.drop-bask .btn-form.f_r{float: left !important; margin-top: 8px;}
.content-header {min-height:132px;}
#topSearchShop {display:none;}
}












@media screen and (max-width: 780px) and (min-width: 733px){
.r  a{
height:58px;
width:21%;
border-left:5px solid #4e6c8e;
float:left;	
 background: linear-gradient(to left, #29639e, #1c436e);
color:#fff;
padding-top:30px;
font-size:16px;
font-family:TimesNewRoman;
}
.r  a:hover{
	color:#fff;
}

.o  a{
height:58px;
width:19%;
border-left:5px solid #c45b55;
float:left;	
 background: linear-gradient(to left, #e83b2e, #972520);
color:#fff;
padding-top:30px;
font-size:16px;
font-family:TimesNewRoman;
}
.o  a:hover{
	color:#fff;
}


.v  a{
height:58px;
width:19%;
border-left:5px solid #3e8f6d;
float:left;	
 background: linear-gradient(to left, #08a36b, #087045);
color:#fff;
padding-top:30px;
font-size:16px;
font-family:TimesNewRoman;
}
.v  a:hover{
	color:#fff;
}


.f  a{
height:58px;
width:18.7%;
border-left:5px solid #e18064;
float:left;	
 background: linear-gradient(to left, #ee8849, #d95d39);
color:#fff;
padding-top:30px;
font-size:16px;
font-family:TimesNewRoman;
}
.f  a:hover{
	color:#fff;
}


.s  a{
height:58px;
width:17.7%;
border-left:5px solid #e1c96d;
float:left;	
 background: linear-gradient(to left, #eecb42, #d9b93d);
color:#fff;
padding-top:30px;
font-size:16px;
font-family:TimesNewRoman;
}
.s  a:hover{
	color:#fff;
}
}






























