/* BASE */
.wa{
    width: 1200px;
    margin: 0 auto;
}
.clear{
    clear: both;
}
h3{
    margin: 0 0 26pt 0;
    color: #232323;
    font-size: 22pt;
    font-weight: normal;
}
.cap{
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.4) url(../images/preloader.gif) no-repeat center center;
}

/* END BASE */
/* HEADER */
header{
    background: #f7f7f7;
}
header .topLine{
    height: 38px;
    border-bottom: solid 1px #dddddd;
    font-size: 10pt;
    padding-top: 6px;
}
header .topLine .wa{
    border-top: none;
}
header .topLine .place{
    color: #3f454b;
    text-decoration: none;
    padding: 5px 0;
    display: inline-block;
    background: url(../images/ico-Place.png) no-repeat left center;
    float: left;
    height: 22px;
    padding-left: 27px;
}
header .topLine .place:hover{
    text-decoration: underline;
}
header .topLine .blockAuth{
    background: url(../images/ico-People.png) no-repeat left center;
    float: right;
    padding: 5px 0;
    display: inline-block;
    height: 22px;
    padding-left: 27px;
    color: #3f454b;
}
header .topLine .blockAuth a{
    color: #3f454b;
    text-decoration: none;
}
header .topLine .blockAuth a:hover{
    text-decoration: underline;
}
header .blockLineMenu{
    position: relative;
    margin: 0 200px;
    height: 22px;
    text-align: center;
}
header .blockLineMenu a{
    color: #3f454b;
    text-decoration: none;
    padding: 5px 0;
    display: inline-block;
    height: 22px;
    padding-left: 27px;
    margin: 0 10px;
}
header .blockLineMenu a:hover{
    text-decoration: underline;
}
header .blockLineMenu .delivery{
    background: url(../images/ico-Delivery.png) no-repeat left center;
    padding-left: 30px;
}
header .blockLineMenu .payment{
    background: url(../images/ico-Payment.png) no-repeat left center;
    padding-left: 30px;
}
header .blockLineMenu .services{
    background: url(../images/ico-Services.png) no-repeat left center;
    padding-left: 28px;
}
header .blockLineMenu .contacts{
    background: url(../images/ico-Phone.png) no-repeat left center;
    padding-left: 26px;
}
header .wa{
    border-top: solid 1px white;
    height: 134px;
}
header .logo{
    display: block;
    float: left;
    background: url(../images/logo.png);
    width: 307px;
    height: 70px;
    margin-top: 32px;
}
header .blockCart{
    float: right;
    width: 265px;
}
header .blockCart h3{
    margin: 0;
    padding: 20px 0;
    font-weight: bold;
    font-size: 10pt;
}
header .blockCart .shopCart{
    height: 65px;
    border: solid 1px #e7e7e7;
    border-radius: 4px;
    font-size: 10pt;
    z-index: 1;
    position: relative;
   
}

header .blockCart .shopCart:hover{
-webkit-box-shadow: 0px 1px 15px 0px rgba(50, 50, 50, 0.25);
-moz-box-shadow:    0px 1px 15px 0px rgba(50, 50, 50, 0.25);
box-shadow:         0px 1px 15px 0px rgba(50, 50, 50, 0.25);
}

header .blockCart .shopCart:before{
    content: "";
    position: absolute;
    display: block;
    left: 70px;
    top: 5px;
    bottom: 5px;
    border-right: dashed 1px #5a5a5a;
}

header .blockCart .shopCart table{
    width: 162px;
    float: right;
    margin-top: 10px;
}
header .blockCart .shopCart td{
    padding: 3px 5px;
}
header .blockCart .shopCart td:first-child{
    text-align: right;
}
header .blockCart .shopCart a{
    color: #ca0000;
    text-decoration: none;
}

header .blockCart .shopCart a span{
    color: #ca0000;
    text-decoration: none;
}

.total_count{
    
}
header .blockCart .shopCart a:hover{
    text-decoration: underline;
}
header .blockCenter{
    position: relative;
    width: 410px;
    margin: 0 auto 0 auto;
    margin-top: 17px;
}
header .blockCenter .blockPhone{
    float: left;
}
header .blockCenter .blockPhone .phone{
    background: url(../images/ico-PhoneRed.png) no-repeat left center;
    padding-left: 20px;
    font-size: 19pt;
    font-weight: bold;
}
header .blockCenter .blockPhone .orderCall{
    font-size: 9pt;
    margin-top: 4px;
}
header .blockCenter .blockPhone .orderCall:hover{
    text-decoration: none;
}
header .blockCenter .workTime{
    float: right;
    width: 120px;
    font-size: 9pt;
}
header .blockCenter .workTime h3{
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 10pt;
}
header .blockCenter .workTime .days{
    float: left;
    position: relative;
}
header .blockCenter .workTime .days:before{
    content: "";
    position: absolute;
    display: block;
    right: -12px;
    top: -0px;
    bottom: -0px;
    border-right: dashed 1px #5a5a5a;
}
header .blockCenter .workTime .time{
    float: right;
}
header .blockCenter .blockSearch{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 28px;
}

header .blockCenter .blockSearch input{
    width: 100%;
    border: solid 1px #dedede;
    border-radius: 4px;
    height: 28px;
    padding: 0 40px 0 10px;
    font-size: 10pt;
}
header .blockCenter .blockSearch button{
    border: none;
    position: absolute;
    right: 0;
    height: 30px;
    z-index: 1;
    top: 0;
    background: url(../images/btn-search.jpg) no-repeat center center;
    width: 40px;
}
/* END HEADER */
/* MAINS BLOCK BANNERS */
.blockMainsBanners{
    position: relative;
}
.blockMainsBanners .blockBanners3in1{
    border: solid 6pt #c6cbce;
    margin: 20px auto;
    border-radius: 4px;
}
.blockMainsBanners .blockBanners3in1 a{
    display: block;
    float: left;
}
.blockMainsBanners .blockBanners3in1 a:nth-child(2){
    border-right: solid 6pt #c6cbce;
    border-left: solid 6pt #c6cbce;
}
.bannerLine{
    margin-bottom: 20px;
}
.bannerLine img{
    width: 100%;
}
/* END MAINS BLOCK BANNERS */
/* CATALOG LINE */
.catalogLine{
}
.catalogLine .item{
    width: 224px;
    border: solid 1px #c2c2c2;
    border-radius: 4px;
    padding: 24px;
    margin-right: 15pt;
    float: left;
    margin-bottom: 20px;
    
}


.catalogLine .item:hover{
    border: solid 1px #84bb26;
    cursor:pointer;
    z-index:10;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.25);
}

.catalogLine .item:nth-child(5n){
    margin-right: 0;
}
.catalogLine .item .photo{
    display: table-cell;
    width: 180px;
    height: 130px;
    padding: 0 0 5px 0;
    border-bottom: dashed #b4b4b4 1px;
    vertical-align: middle;
    text-align: center;
}
.catalogLine .item .photo img{
    max-width: 100%;
    height: 125px;
}
.catalogLine .name{
    margin-top: 14px;
    font-size: 11pt;
    font-weight:bold;
    color: #2f2f2f;
    height:48px;
    overflow:hidden;
}



.articul{
    
    font-size: 8pt;
    font-weight:bold;
    color: #b0b0b0;
    
}


.catalogLine .discription{
    margin-top: 14px;
    font-size: 9pt;
    color: #2f2f2f;
    height:104px;

}

.catalogLine .price{
    color: #84bb26;
    font-weight: bold;
    font-size: 17pt;
    margin-top: 14px;
}
.catalogLine .buttonLine{
    margin-top: 14px;
}
.catalogLine .buttonLine .btnBuy{
    background: #63bc00;
    border: solid 1px #63bc00;
    border-radius: 3px;
    display: block;
    float: left;
    width: 80px;
    height: 22px;
    position: relative;
}
.catalogLine .buttonLine .btnBuy button{
    border: none;
    background: none;
    width: 100%;
    height: 22px;
    font-size: 11pt;
    text-decoration: none;
    color: white;
    
    text-shadow: 1px 1px 1px #5b801b;
}
.catalogLine .buttonLine .btnBuy:hover{
    background: #fdd91e;
    border: solid 1px #fdd91e;
}
.catalogLine .buttonLine .btnDetail{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,ffffff+0,e9e9e9+100 */
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e5799 0%, #ffffff 0%, #e9e9e9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#ffffff), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1e5799 0%,#ffffff 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1e5799 0%,#ffffff 0%,#e9e9e9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1e5799 0%,#ffffff 0%,#e9e9e9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e5799 0%,#ffffff 0%,#e9e9e9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
    border: solid 1px #e9e9e9;
    border-radius: 3px;
    display: block;
    float: right;
    width: 80px;
    height: 22px;
    position: relative;
}
.catalogLine .buttonLine .btnDetail button{
    border: none;
    background: none;
    width: 100%;
    height: 22px;
    font-size: 9pt;
    text-decoration: none;
    color: #63bc00;
    text-shadow: 1px 1px 1px #bebebe;
}
.catalogLine .buttonLine .btnDetail:hover{
    background: #e9e9e9;
}
/* END CATALOG LINE */
/* NEWS LINE */
.newsLine{
    position: relative;
}
h3.newsTitle{
    border-bottom: solid 1px #e3e3e3;
}

.newsLine .item{
    width: 224px;
    padding: 0 0pt;
    margin-right: 15pt;
    float: left;
    margin-bottom: 20px;
    font-size: 9pt;
}
.newsLine .item:nth-child(5n){
    margin-right: 0;
}
.newsLine .item .photo{
    display: table-cell;
    width: 224px;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 10px;
}
.newsLine .item .photo img{
    max-width: 100%;
    max-height: 145px;
}
.newsLine .date{
    margin-top: 10px;
    color: #a6a6a6;
}
.newsLine .name{
    color: #6f9d21;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10pt;
}
.newsLine .preview{
    margin-top: 12px;
    color: #2f2f2f;
}
/* END NEWS LINE */
/* FOOTER */
footer{
    border-top: solid 1px #d5d5d5;
    background: #efefef;
}
footer .blockSubscribe{
    border-top: solid 2px #fff;
    border-bottom: solid 1px #d3d3d3;
}
.subscribeLine{
    background: url(../images/bg-subscribe-c.png) repeat-x;
    height: 64px;
    width: 960px;
    margin: 20px auto;
    padding: 15px 30px;
    position: relative;
    overflow: inherit;
}
.subscribeLine:before{
    content: "";
    position: absolute;
    top: 0;
    left: -13px;
    height: 64px;
    width: 13px;
    display: block;
    background: url(../images/bg-subscribe-l.png);
    z-index: 1;
}
.subscribeLine:after{
    content: "";
    position: absolute;
    top: 0;
    right: -13px;
    height: 64px;
    width: 13px;
    display: block;
    background: url(../images/bg-subscribe-r.png);
    z-index: 1;
}
.subscribeLine .subscribeInput{
    width: 570px;
    float: right;
    height: 30px;
    border: solid 1px #d4d4d4;
    border-radius: 4px;
    box-shadow: inset 1px 1px 3px 0 #aaa;
    font-size: 10pt;
    padding: 0 120px 0 10px;
}
.subscribeLine form{
    position: relative;
}
.subscribeLine button{
    position: absolute;
    z-index: 1;
    right: 2px;
    top: 0;
    height: 29px;
    width: 110px;
    border: none;
    background: url(../images/btn-subscribe-c.png) repeat-x;
}
.subscribeLine button:before{
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    height: 29px;
    width: 2px;
    display: block;
    background: url(../images/btn-subscribe-l.png);
    z-index: 1;
}
.subscribeLine button:after{
    content: "";
    position: absolute;
    top: 0;
    right: -2px;
    height: 29px;
    width: 2px;
    display: block;
    background: url(../images/btn-subscribe-r.png);
    z-index: 1;
}
.subscribeLine .title{
    float: left;
    font-size: 10pt;
    font-weight: bold;
    margin-top: 10px;
}
footer .content{
    padding: 24px 0;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #d3d3d3;
    font-size: 9pt;
}
footer .content .section{
    float: left;
    width: 25%;
}
footer .content .title{
    font-weight: bold;
    margin-bottom: 16px;
}
footer .content .section ul{
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.3;
}
footer .content a{
    color: #5f881a;
    text-decoration: none;
}
footer .content a:hover{
    text-decoration: underline;
}
footer .contacts{
    float: right;
    width: 200px;
}
footer .contacts .phone{
    margin-bottom: 20px;
    font-size: 13pt;
    font-weight: bold;
}
footer .contacts .text{
    font-size: 9pt;
    font-weight: normal;
}
.social{
    text-align: right;
    padding: 10px 0;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #d3d3d3;
    font-size: 9pt;
}
.social .name{
    float: right;
    font-size: 9pt;
    margin-right: 40px;
    margin-top: 3px;
}
.social .socialLinks{
    float: right;
    margin-right: 80px;
}
.social .socialLinks a{
    display: inline-block;
    text-decoration: none;
    margin: 0 3px ;
}
.blockCopyRight{
    padding: 16px 0;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #d3d3d3;
    font-size: 9pt;
    color: #7f7f7f;
    position: relative;
}
.blockCopyRight .wa{
    color: #7f7f7f;
}
footer .developer{
    display: block;
    position: absolute;
    background: url(../images/devLogo.png) no-repeat right center;
    padding: 10px 80px 10px 0;
    bottom: 0px;
    font-size: 9pt;
    color: #7f7f7f;
    left: 50%;
    text-decoration: none;
    margin-left: -93px;
}
/* END FOOTER */
/* MENU */
.blockMenu{
    position: relative;
    background: #84bb26;
    height: 100px;
    margin-bottom: 10pt;
}
.blockMenu li.lvl0{
    float: left;
    width: 120px;
    text-align: center;
    padding: 0 5px;
    font-size: 10pt;
}
.blockMenu li.lvl0 a{
    color: white;
    text-decoration: none;
    
}

.blockMenu .photo{
    text-align: center;
    padding: 8px 0 2px 0;
    height: 62px;
    display: table-cell;
    vertical-align: middle;
    width: 120px;
}
.blockMenu li:hover .photo{
    background-position: center center !important;
}
.blockMenu li:hover .photo img{
    opacity: 0;
}
.blockMenu .section{
    position: absolute;
    z-index: 10;
    background: white;
    top: 100px;
    left: 0;
    right: 0;
    padding: 20px 0;
    box-shadow: 0 0 10px 0 #777;
    border-radius: 0 0 8px 8px;
    display: none;
}
.blockMenu .section li{
    display: table-cell;
    width: 200px;
    padding-left: 19px;
    padding-right: 20px;
    border-right: solid 1px #ddd;
    height: 100%;
}
.blockMenu .section li:nth-child(6n){
    border: none;
}

.blockMenu .subCatName{
    height: 100px;
    width: 180px;
    margin-bottom: 14px;
    color: #376a00;
    font-weight: bold;
}
.blockMenu .subCatName .photo{
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 4px;
    height: auto;
}
.blockMenu .subCatName .photo img{
    opacity: 1 !important;
}
.blockMenu .subCatName .catList{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}
.blockMenu .catList li{
    margin: 0;
    padding: 3px 0;
    border: none;
    float: none;
    text-align: left;
    display: block;
}
.blockMenu .catList li a{
    color: #1d1d1d;
    text-shadow: 1px 1px 1px #e8e8e8;
}
.blockMenu .catList li a:hover{
    text-decoration: underline;
}
/* END MENU */
/* SIDE BAR LEFT; FILTER*/
.SideBar-Left{
    float: left;
    width: 260px;
    padding-right: 20px;
}
.blockContent{
    float: right;
    width: 940px;
}
.blockFilter{
    position: relative;
    
    margin-bottom: 10px;
}

.blockFilter div.separate{
    border-bottom:1px dashed #cccccc;
    height:1px;
    margin-top:10px;
}


.blockFilter h3.title{
    font-size: 12px;
    text-align: center;
    background: #84bb26;
    border-radius: 3px 3px 3px 3px;
    padding: 7px 10px;
    color: white;
    margin: 0;
    text-shadow: 1px 1px 1px #5b801b;
}
.blockFilter .variants{
    padding: 10px 5px;
    font-size:12px;
}
.blockFilter label{
    display: block;
/*
    float: left;
    min-width: 50%;
*/
    cursor: pointer;
}
/* END SIDE BAR LEFT; FILTER*/
/* BLOCK CONTENT CATALOG */
.blockContent .catalogLine .item{
    margin-right: 0;
    margin-left: 9pt;
}
.blockContent .catalogLine .item:nth-child(4n+1){
    margin-left: 0;
    width: 226px;
}
.sortLine{
    font-size: 10pt;
    margin-bottom: 10px;
}
.sortLine span{
    color: #63bc00;
    display: inline-block;
    margin: 0 10px;
}
.sortLine a{
    display: inline-block;
    margin: 0 10px;
}
.sortLine a:hover{
    color: #fdd91e;
}
.paginator{
    text-align: center;
    margin-bottom: 10px;
}
.paginator a{
    display: inline-block;
    text-align: center;
    padding: 2px 0px;
    width: 20px;
    margin: 0 3px;
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0%, #ffffff 0%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#ffffff), color-stop(100%,#e9e9e9));
    background: -webkit-linear-gradient(top, #1e5799 0%,#ffffff 0%,#e9e9e9 100%);
    background: -o-linear-gradient(top, #1e5799 0%,#ffffff 0%,#e9e9e9 100%);
    background: -ms-linear-gradient(top, #1e5799 0%,#ffffff 0%,#e9e9e9 100%);
    background: linear-gradient(to bottom, #1e5799 0%,#ffffff 0%,#e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#e9e9e9',GradientType=0 );
    font-size: 10pt;
}
.paginator a:hover{
    background: #fdd91e;
    color: white;
}
.paginator span{
    display: inline-block;
    text-align: center;
    padding: 2px 0px;
    width: 20px;
    font-size: 10pt;
    margin: 0 3px;
    background: #63bc00;
    color: white;
}
/* END BLOCK CONTENT CATALOG */
/* MODAL SEARCH RESULT */
.blockSearchFastResult{
    position: absolute;
    left: 0px;
    right: 0px;
    border: #63bc00 solid 3px;
    padding: 10px;
    z-index: 100;
    background: white;
    margin-top: 10px;
    font-size: 9pt;
    border-radius: 6px;
    display: none;
}
.blockSearchFastResult:before{
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -10px;
    top: -12px;
    border-bottom: #63bc00 solid 12px;
    border-left: transparent solid 10px;
    border-right: transparent solid 10px;
}
.blockSearchFastResult .item{
    position: relative;
    border-bottom: solid 1px #63bc00;
    padding: 10px 0;
    display: block;
    text-decoration: none;
}
.blockSearchFastResult .item .photo{
    float: left;
    margin-right: 20px;
    width: 70px;
    text-align: center;
}
.blockSearchFastResult .item .photo img{
    height: 50px;
    max-width: 70px;
}
.blockSearchFastResult .item .name{
    font-weight: bold;
    font-size: 12pt;
}
.blockSearchFastResult .item .price{
    color: #84bb26;
    font-weight: bold;
    font-size: 17pt;
}
.blockSearchFastResult .allResult{
    display: block;
    text-align: center;
    padding: 15px 0 5px 0;
    text-decoration: none;
}
.blockSearchFastResult .allResult:hover{
    color: #ca0000;
}


/* END MODAL SEARCH RESULT */
/* PRICE SLIDER */
/* РЁРёСЂРёРЅР° СЃР»Р°Р№РґРµСЂР° */
#slider {
    margin: 16px 8px 5px 8px;
}
/* РљРѕРЅС‚РµР№РЅРµСЂ СЃР»Р°Р№РґРµСЂР° */
.ui-slider {
    position: relative;
}
/* РџРѕР»Р·СѓРЅРѕРє */
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 13px;   /* Р—Р°РґР°РµРј РЅСѓР¶РЅСѓСЋ С€РёСЂРёРЅСѓ */
    height: 13px;  /* Рё РІС‹СЃРѕС‚Сѓ */
    background: white; /* РєР°СЂС‚РёРЅРєР° РёР·РѕР±СЂР°Р¶Р°СЋС‰Р°СЏ РїРѕР»Р·СѓРЅРѕРє. РР»Рё РјРѕР¶РЅРѕ Р·Р°Р»РёС‚СЊ С†РІРµС‚РѕРј, Р·Р°РґР°С‚СЊ Р±РѕСЂРґСЋСЂ Рё СЃРєСЂСѓРіР»РµРЅРёСЏ */
    border: solid 2px #84bb26; /* РєР°СЂС‚РёРЅРєР° РёР·РѕР±СЂР°Р¶Р°СЋС‰Р°СЏ РїРѕР»Р·СѓРЅРѕРє. РР»Рё РјРѕР¶РЅРѕ Р·Р°Р»РёС‚СЊ С†РІРµС‚РѕРј, Р·Р°РґР°С‚СЊ Р±РѕСЂРґСЋСЂ Рё СЃРєСЂСѓРіР»РµРЅРёСЏ */
    cursor: pointer;
    border-radius: 50%;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    overflow: hidden;
}
/* РіРѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅС‹Р№ СЃР»Р°Р№РґРµСЂ (СЃР°РјР° РїРѕР»РѕСЃР° РїРѕ РєРѕС‚РѕСЂРѕР№ Р±РµРіР°РµС‚ РїРѕР»Р·СѓРЅРѕРє) */
.ui-slider-horizontal {
    height: 3px; /* Р·Р°РґР°РµРј РІС‹СЃРѕС‚Сѓ СЃРѕРіР»Р°СЃРЅРѕ РґРёР·Р°Р№РЅР° */
}
/* РїРѕР·РёС†РёРѕРЅРёСЂСѓРµРј РїРѕР»Р·СѓРЅРєРё */
.ui-slider-horizontal .ui-slider-handle {
    top: -5px;
    margin-left: -6px;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
/* РѕС„РѕСЂРјР»РµРЅРёРµ РїРѕР»РѕСЃС‹ РїРѕ РєРѕС‚РѕСЂРѕР№ С…РѕРґРёС‚ РїРѕР»Р·СѓРЅРѕРє */
.ui-widget-content {
    border: 1px solid #D4D4D4;
    background: #fff;
}
/* РѕС„РѕСЂРјР»РµРЅРёРµ Р°РєС‚РёРІРЅРѕРіРѕ СѓС‡Р°СЃС‚РєР° (РјРµР¶РґСѓ РґРІСѓРјСЏ РїРѕР»Р·СѓРЅРєР°РјРё) */
.ui-widget-header {
    border: 1px solid #D4D4D4;
    background: #84bb26;
    height: 3px !important;
}
/* СЃРєСЂСѓРіР»РµРЅРёРµ РґР»СЏ РїРѕР»РѕСЃС‹ СЃР»Р°Р№РґРµСЂР° */
.ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#minCost{
    float: left;
    width: 48%;
    padding: 3px 5px;
}
#maxCost{
    float: right;
    width: 48%;
    padding: 3px 5px;
}
/* END PRICE SLIDER */
/* BLOCK CART */
.blockCart{
    font-size: 10pt;
    color: #242424;
    margin-bottom: 20px;
}
.blockCart h3.title{
    font-size: 16pt;
    color: #242424;
    border-bottom: dashed 1px #c1c1c1;
    padding-bottom: 0;
    margin-bottom: 0;
}
.cartProductList{
    margin-bottom: 20px;
}
.cartProductList a{
    color: #242424;
    text-decoration: none;
    font-weight: bold;
}
.cartProductList a:hover{
    text-decoration: underline;
}
.cartProductList tbody tr{
    border: solid 1px #c1c1c1;
    margin-bottom: 10px;
}
.cartProductList th{
    padding: 10px 10px;
    font-weight: normal;

}
.cartProductList tr td{
    padding: 14px 10px;
    text-align: center;
    vertical-align: top;
    
}
.cartProductList tr td:first-child{
    width: 200px;
}
.cartProductList tr td:nth-child(2){
    width: 480px;
    max-width: 40%;
    text-align: left;
    position: relative;
    padding-bottom: 40px;
}
.cartProductList tr td:nth-child(4){
    width: 100px;
    padding: 10px 10px;
}
.cartProductList tr td:nth-child(5){
    font-weight: bold;
}
.cartProductList img{
    max-width: 200px;
}
.cartProductList .countChangePlus{
    float: right;
    display: block;
    height: 26px;
    width: 20px;
    border: solid 1px #c1c1c1;
    color: #242424;
    padding-top: 4px;
}
.cartProductList .countChangeMinus{
    float: left;
    color: #242424;
    padding-top: 4px;
    display: block;
    height: 26px;
    width: 20px;
    border: solid 1px #c1c1c1;
}
.cartProductList .inputCount{
    display: block;
    float: left;
    height: 26px;
    border: none;
    outline: none;
    border-top: solid 1px #c1c1c1;
    border-bottom: solid 1px #c1c1c1;
    text-align: center;
    width: 40px;
}
.cartUserContacts{
    width: 315px;
    float: left;
    border: solid 1px #c1c1c1;
    padding: 10px 10px;
    font-size: 10pt;
    font-weight: bold;
}
.cartUserContacts p{
    padding: 15px 0 21px 0;
}
.cartUserContacts p:first-child{
    margin-top: 0;
    border-bottom: dashed 1px #c1c1c1;
}

.cartUserContacts input{
    height: 30px;
    margin-top: 5px;
    padding: 0 5px;
}
.cartOrderDetail{
    width: 860px;
    float: right;
    border: solid 1px #c1c1c1;
    padding: 10px 20px;
}
.cartOrderDetail .blockDelivery{
    width: 260px;
    float: left;
}
.cartOrderDetail .blockDelivery .name{
    font-weight: bold;
    font-size: 11pt;
    margin: 10px 0;
}
.cartOrderDetail .blockDelivery .name:first-child{
    margin-top:0;
}
.cartOrderDetail .blockDelivery label{
    display: block;
    margin: 5px 0;
    cursor: pointer;
}

.cartOrderDetail .blockResult{
    width: 460px;
    float: right;
    font-size: 10pt;
}
.cartOrderDetail .blockResult .name{
    font-size: 11pt;
    font-weight: bold;
    border-bottom: dashed 1px #c1c1c1;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.cartOrderDetail .blockResult table{
    width: 100%;
}
.cartOrderDetail .blockResult table td{
    padding: 5px 0px;
}
.cartOrderDetail .blockResult table td:last-child{
    text-align: right;
}
.cartOrderDetail .blockResult .finalPrice{
    font-size: 11pt;
    font-weight: bold;
    display: block;
    margin: 10px 0;
}
.cartOrderDetail .blockResult .deliveryFree{
    color: #6f9f1d;
}
.cartOrderDetail .blockResult .orderNextStep{
    display: block;
    border-radius: 6px;
    width: 300px;
    height: 40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#84bb26+0,6e9e1d+100 */
    background: #84bb26; /* Old browsers */
    background: -moz-linear-gradient(top,  #84bb26 0%, #6e9e1d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84bb26), color-stop(100%,#6e9e1d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #84bb26 0%,#6e9e1d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #84bb26 0%,#6e9e1d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #84bb26 0%,#6e9e1d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #84bb26 0%,#6e9e1d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84bb26', endColorstr='#6e9e1d',GradientType=0 ); /* IE6-9 */
    text-transform: uppercase;
    font-size: 13pt;
    color: white;
    font-weight: bold;
    border: none;
    cursor: pointer;
}
.cartOrderDetail .blockResult .orderNextStep:hover{
    background: #fdd91e;
}
.blockRemove{
    position: absolute;
    display: block;
    bottom: 20px;
}
/* END BLOCK CART */
.blockProductDetail{
    padding-bottom: 20px;
}
.blockProductDetail h3.title{
    margin: 20px 0;
}
.blockProductDetail .blockGallery{
    float: left;
    width: 430px;
}
.blockProductDetail .blockGallery .mainPhoto{
    width: 430px;
    height: 330px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    border: solid 1px #c1c1c1;
}
.blockProductDetail .blockGallery .mainPhoto img{
    max-width: 400px;
    max-height: 300px;
}
.blockProductDetail .blockGallery .galleryList{
    display: block;
    margin-top: 20px;
}
.blockProductDetail .blockGallery .galleryList div.item{
    width: 130px;
    height: 100px;
    margin-left: 20px;
    float: left;
    border-bottom: solid 1px #c1c1c1;
}

.blockProductDetail .blockGallery .galleryList div.item:hover{
    border-bottom: solid 1px #84bb26;
}

.blockProductDetail .blockGallery .galleryList div.item a{
    width: 130px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.blockProductDetail .blockGallery .galleryList .item:nth-child(3n+1){
    margin-left: 0;
}
.blockProductDetail .blockGallery .galleryList .item img{
    max-width: 120px;
    max-height: 90px;
}
.blockProductDetail .blockDetail{
    float: left;
    margin-left: 20px;
    width: 420px;
}
.blockProductDetail .price{
    color: #425873;
    font-size: 18pt;
    font-weight: bold;
}
.blockProductDetail .price span{
    font-size: 32pt;
}
.blockProductDetail .buy{
    display: block;
    border-radius: 6px;
    width: 180px;
    height: 40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#84bb26+0,6e9e1d+100 */
    background: #84bb26; /* Old browsers */
    background: -moz-linear-gradient(top,  #84bb26 0%, #6e9e1d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84bb26), color-stop(100%,#6e9e1d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #84bb26 0%,#6e9e1d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #84bb26 0%,#6e9e1d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #84bb26 0%,#6e9e1d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #84bb26 0%,#6e9e1d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84bb26', endColorstr='#6e9e1d',GradientType=0 ); /* IE6-9 */
    text-transform: uppercase;
    font-size: 13pt;
    color: white;
    font-weight: bold;
    border: none;
    cursor: pointer;
}
.blockProductDetail .buy:hover{
    background: #fdd91e;
}

.blockProductDetail .smallDescriptionTitle{
    margin: 20px 0 10px 0;
    font-size: 10pt;
    font-weight: bold;
    border-bottom: dashed 1px #c1c1c1;
}
.blockProductDetail .params{
    font-size: 10pt;
    margin-bottom: 20px;
    line-height: 1.5;
}
.blockProductDetail .smallDescription{
    font-size: 10pt;
}
.blockProductDetail .blockDelivery{
    width: 290px;
    padding: 10px 15px;
    float: right;
    border: solid 1px #c1c1c1;
    border-radius: 4px;
    font-size: 10pt;
}
.blockProductDetail .blockDelivery .nameDelivery{
    margin-bottom: 20px;
    font-weight: bold;
    background: url(../images/ico-deliveryPB.png) no-repeat left top;
    padding: 17px 0 27px 90px;
    border-bottom: dashed 1px #c1c1c1;
}
.blockProductDetail .blockDelivery .nameWarranty{
    margin-bottom: 20px;
    font-weight: bold;
    background: url(../images/ico-warrantyPB.png) no-repeat left top;
    padding: 22px 0 32px 60px;
    border-bottom: dashed 1px #c1c1c1;
}
.blockProductDetail .blockDelivery ul{
    margin: 0 0 20px 10px;
    padding: 0;
    list-style: none;
}
.blockProductDetail .blockDelivery li{
    padding: 5px 10px 5px 0;
    position: relative;
}
.blockProductDetail .blockDelivery li:before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #63bc00;
    border-radius: 50%;
    left: -10px;
    top: 9px;
}
.blockProductDetail .tabsItems{
    position: relative;
    z-index: 1;
    margin-top: 20px;
}
.blockProductDetail .tabsItems .tabItem{
    border: solid 1px transparent;
    float: left;
    text-align: center;
    padding: 14px 25px;
    font-size: 13pt;
    font-weight: bold;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
}
.blockProductDetail .tabsItems .tabItem:hover{
    color: #70a01d;
}
.blockProductDetail .tabsItems .tabItem.selected{
    border-color: #c1c1c1;
    border-bottom-color: transparent;
    color: #70a01d;
    background: white;
}
.blockProductDetail .tabsContents{
    position: relative;
    font-size: 10pt;
    padding: 16px 20px;
    border-radius: 0 6px 6px 6px;
    border: solid 1px #c1c1c1;
    margin-top: -1px;
}
.blockProductDetail .tabsContents .tabContent{
    display: none;
}
.blockProductDetail .tabsContents .tabContent.selected{
    display: block;
}
/* SLIDER */
.slider{
    position: relative;
}
.slider .external{
    overflow: hidden;
    margin: 0 30px;
}
.slider .external .slides{
    width: 100000px;
}
.catalogLine .slider .item{
    width: 217px;
    margin-right: 5pt;
    margin-left: 4pt;
}
.btn-sliderNext{
    width: 30px;
    top:0;
    bottom: 0;
    right: -5px;
    background: url(../images/split-sliderArrow.png) no-repeat right center;
    cursor: pointer;
    position: absolute;
}
.btn-sliderPrev{
    width: 30px;
    top:0;
    bottom: 0;
    left: -5px;
    background: url(../images/split-sliderArrow.png) no-repeat left center;
    cursor: pointer;
    position: absolute;
}

/* END SLIDER */


.timer_action{
    border:2px solid #84bb26;
    padding:10px;
    border-radius:3px;
}

.timer_action h1{
    color:#ffffff;
    background-color:#84bb26;
    padding:5px;
    text-align:center;
    border-radius:3px;
}

.timer_action .separate{
    border-top:1px dashed #b4b4b4;
    height:1px;
}

.timer_action .btnBuy button{
    border: none;
    background: none;
    width: 100%;
    height: 22px;
    font-size: 11pt;
    text-decoration: none;
    color: white;
    text-shadow: 1px 1px 1px #5b801b;
}


.timer_action .btnBuy{
    background: #63bc00;
    border: solid 1px #63bc00;
    border-radius: 3px;
    display: block;
    float: left;
    width: 180px;
    height: 22px;
    position: relative;
}

.timer_action .btnBuy:hover{
    background: #fdd91e;
    border: solid 1px #fdd91e;
}


.timer_action .title{
    font-size:9pt;
    color:#2f2f2f;
    text-align:center;
    margin-top:40px;
}

.timer_action .price{
    color:#84bb26;
    font-size:18pt;
    font-weight:bold;
    text-align:center;
    margin-top:10px;
}


.timer_action .action{
    font-size:9pt;
    color:#2f2f2f;
    text-align:center;
    margin-top:10px;
    font-weight:bold;
    margin-bottom:10px;
}


.button_cart{
    color:#ffffff;
    background-color:#84bb26;
    padding:10px;
    text-decoration:none;
}


.button_cart:hover{
    background-color:#fdd91e;
}


.content{
    font-size:12px;
    line-height: 1.5;
}


.content ul {
    list-style:disc;
    padding-left:20px;
}




.ch_table td{
    width:50%;
    border:1px solid #cccccc;
    padding:10px;
}


.ch_boss_table td{
    background-color:#84bb26;
    color:#ffffff;
    padding:10px;
    border-right:1px solid #cccccc;
    font-size:14px;
}


.tab span{
    color:#ffffff;
}


.subscribeInput {
    width: 120px;
    float: right;
    height: 30px;
    border: solid 1px #d4d4d4;
    border-radius: 4px;
    box-shadow: inset 1px 1px 3px 0 #aaa;
    font-size: 10pt;
    padding: 0 120px 0 10px;
}

.btn_common{
    background: #63bc00;
    border: solid 1px #63bc00;
    border-radius: 3px;
    padding:5px;
    color:#ffffff;
}

.btn_common:hover{
    background-color:#fdd91e;
}


.dc-slick {
width: 460px; /* Required to limit width of slick content */
background: #dcdcdc; 
padding: 20px; 
font-family: Arial;
}
.dc-slick .dc-slick-content {
overflow: auto; /* Required for content that may exceed browser width/height */
color: #fff;
}
/* Positioning of slick content */
.dc-slick.top  {
top: 0;
}
.dc-slick.right  {
right: 0;
}
.dc-slick.bottom  {
bottom: 0;
}
.dc-slick.left  {
left: 0;
}
/* Positioning for tab and alignment */
.dc-slick .tab {
cursor: pointer; 
font-size: 14px; 
line-height: 12px; 
background: #84bb26; 
padding: 10px; 
color: #fff; 
font-weight: bold;
}

.dc-slick .tab:hover{
    background-color:#709e20;
}

.dc-slick .tab:active{
    background-color:#5e841c;
}

.dc-slick, .dc-slick .tab {
border: 1px solid #ccc;
border-radius:3px 3px 0px 0px;
}
.dc-slick.right .tab, .dc-slick.left .tab {
top: 0;
}
.dc-slick.top .tab {
bottom: 3px; /* Set to same width as border */
}
.dc-slick.top, .dc-slick.top .tab {
border-top: none;
}
.dc-slick.right .tab {
left: 3px; /* Set to same width as border */
margin-top: -3px;
}
.dc-slick.right, .dc-slick.right .tab {
border-right: none;
}
.dc-slick.bottom .tab {
top: 3px;
}
.dc-slick.bottom, .dc-slick.bottom .tab {
border-bottom: none;
}
.dc-slick.left .tab {
right: 3px; /* Set to same width as border */
margin-top: -3px;
}
.dc-slick.left, .dc-slick.left .tab {
border-left: none;
}

.dc-slick.align-right .tab {
margin-right: -3px; /* Set to same width as border */
}
.dc-slick.align-left .tab {
margin-left: -3px; /* Set to same width as border */
}

.dc-slick-content p {margin-bottom: 1em; line-height: 1.5em;}
.dc-slick-content a {color: #000000;}

.btn_common:active{
    background-color:#cbaf1c;
}


#minCost{
    width: 90px;
    padding: 3px 5px;
    border-radius:7px;
    border:1px solid #cccccc;
    color:#6e3814;
    padding-left:10px;
    text-align:right;
}
#minCost p{
    float:left;
}
#maxCost{
        border-radius:7px;
    border:1px solid #cccccc;
    width: 90px;
    padding: 3px 5px;
    color:#6e3814;
    padding-left:10px;
    text-align:right;
}
#maxCost p{
    float:left;
}

.tabsContents ul{
    list-style: disc;
    margin-left:30px;
}


