@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic-ext);

* { margin: 0; padding: 0; }

html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
html { overflow-y: scroll; }

a { outline: none; -moz-outline: 0; border: none; border-width: 0; }
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }

img { border: none; border-width: 0; }

p { margin-bottom: 10px; }

.clear { clear: both; font-size: 0; line-height: 0px; height: 0; }

.main { min-width: 1170px; overflow: hidden; min-height: 100%; position: relative; margin: 0px auto;}

body { font-family: 'PT Sans', sans-serif; font-size: 16px; color: #000000; line-height: 1.1; }

a { text-decoration: underline; color: #000; }
a:hover { text-decoration: none; }

table { border-collapse: collapse; }
input { font-family: 'PT Sans', sans-serif; font-size: 15px; color: #000000; outline: none; }
textarea { font-family: 'PT Sans', sans-serif; font-size: 15px; color: #000000; outline: none; resize: none; }

h2 { font-size: 23px; font-weight: normal; margin-bottom: 18px; text-transform: uppercase; }

.img-left { float: left; margin: 0 17px 10px 0; border: 1px solid #e6e6e6; position: relative;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
.img-right { float: right; margin: 0 0 10px 17px; border: 1px solid #e6e6e6; position: relative;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }

.scroll-pane { outline: none; }

/* ----- btn ----- */
.btn { color: #000000; font-size: 15px; height: 34px; line-height: 34px; padding: 0 15px; background: #fffa00; position: relative;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
a.btn { text-decoration: none; display: inline-block; }
input.btn { cursor: pointer; border: none; }
button.btn { cursor: pointer; border: none; }
.btn:hover, .btn.negative:hover { color: #fffa00; background: #000000; }
.btn.negative {
    background: #e2e2e2;
}

.overlay { left: 0; top: 0; position: fixed; width: 100%; height: 100%; background: url("../images/overlay.png") repeat; z-index: 1000; }

/* ----- popup ----- */
.popup { border: 1px solid #bfbfbf; left: 50%; top: 150px; background: #fff; position: absolute; padding: 24px 25px 32px; border: 1px solid #e6e6e6; width: 372px; z-index: 1001; margin-left: -204px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-webkit-box-shadow: #666 0px 0px 10px;
-moz-box-shadow: #666 0px 0px 10px;
box-shadow: #666 0 0 10px; }
.popup .ic-close { right: 5px; top: 5px; position: absolute; }

.popup.w1 { width: 630px; padding: 10px; }
.popup.w1 .product-card_l-col { margin-right: 12px; }

.ic-close { width: 20px; height: 20px; display: block; cursor: pointer; background: url("../images/ic3.png") no-repeat; }
.ic-close:hover { background-position: left bottom; }

/* ----- callback-block ----- */
.callback-block_title { font-size: 23px; text-transform: uppercase; margin-bottom: 21px; }
.callback_remember { text-align: right; margin-bottom: 10px; }
.callback_remember a { color: #ddbd18; font-size: 15px; }

.callback-block .btn { margin: 18px auto 0 auto; padding: 0; width: 110px; height: 28px; line-height: 28px; text-align: center; display: block; }

.row-box { margin-bottom: 18px; }
.row-box label { display: block; margin-bottom: 5px; font-size: 14px; }
.row-box_inp { width: 320px; height: 30px; padding: 4px 10px 0; border: 1px solid #e3e4e5; position: relative;  }
.row-box_inp input { width: 100%; border: none; background: none; }

/* ----- top-block ----- */
.top-block { background: #2c2c2c; margin-top: 20px; }
.top-block_ins { width: 1170px; position: relative; zoom: 1; display: block; margin: 0 auto; }
.top-block_ins:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.top-navi a{color: #969696;}
.top-block .top-navi { float: left; }
.top-block .reg-links { float: right;
    padding-top: 7px;
    background: #fffa00;
    width: 210px;
    height: 34px;
    position: relative;
    top: -34px;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
}

/* ----- top-navi ----- */
.top-navi_item { float: left; list-style-type: none; position: relative; }
.top-block .top-navi_link { text-decoration: none; font-size: 18px; display: block; position: relative; height: 34px; line-height: 34px; padding: 0 17px; }
.top-navi_item:hover > .top-navi_link { color: #000; background: #fffa00
; }
.top-navi_drop .top-navi_item:hover > .top-navi_link { color: #FFFFFF; background: #000000
; }
.top-navi_drop { display: none; background: #2c2c2c; left: 0; top: 29px; position: absolute; z-index: 100; min-width: 100%; }
.top-navi_drop .top-navi_item { float: none; border-top: 1px dashed #8b8a41; background: #2c2c2c; }
.top-navi_drop .top-navi_item:first-child { border: none; }
.top-navi_drop .top-navi_link { color: #ffffff; height: auto; font-size: 15px; line-height: 1.1; padding: 6px 22px; }
.top-navi_drop .top-navi_item:hover .top-navi_link { }
.top-navi_item:hover .top-navi_drop { display: block; }

/* ----- reg-links ----- */
.reg-links_item { float: left; list-style-type: none; margin-left: 26px; }
.reg-links_ln { color: #2a0000; text-decoration: none; border-bottom: 1px dashed #2a0000; }
.reg-links_ln:hover { border: none; }

/*------------------------------------------- header -------------------------------------------------*/
.header { background: white;}
.header_ins { width: 1170px; height: 240px; position: relative; margin: 0 auto; margin-top: 13px;}

/* ----- logo ----- */
.logo { width: 146px; height: 35px; display: block; background: url("../images/logo.png") no-repeat; background-size: cover; }
.logo-block{background: black;
    height: 92px;
    width: 204px;
    display: block;
    margin-top: 0px;}
.yellow-line{height: 92px;
    width: 9px;
    display: block;
    position: absolute;
    background: yellow;}
.header .logo { left: 2px; top: 32px; position: absolute; margin-left: 31px;}

/* ----- h-basket ----- */
.h-basket { display: block; width: 210px; text-decoration: none; font-size: 17px; padding-left: 45px; background: #fffa00 url("../images/ic1.png") 10px center no-repeat; height: 34px; line-height: 34px;
-webkit-border-radius: 0 0 7px 7px;
-moz-border-radius: 0 0 7px 7px;
border-radius: 0 0 7px 7px; }
.header .h-basket { right: 0; top: 0; position: absolute; }

/* ----- work-time ----- */
.header .work-time { right: 414px; line-height: 1.35; top: 41px; position: absolute; }

/* ----- contacts-info ----- */
.header .contacts-info { right: 4px; text-align: right;  top: 0px; position: absolute; }

/* ----- h-box ----- */
.h-box { left: 0; top: 157px; position: absolute; width: 100%; height: 95px; background: url("../images/picBac1.png") repeat; }
.h-box .search-block { margin-top: 9px; margin-left: 4px; }
.h-box .navi-block { float: left; margin-left: 7px; }

/* ----- navi-block ----- */
.h-box .navi-block_item { float: left; position: relative; list-style-type: none; margin-right: 0; padding: 0 4px 0 0; background: url("../images/ic2.png") right center no-repeat; }
.h-box .navi-block_link { font-size: 18px; text-decoration: none; height: 44px; line-height: 44px; padding: 0 9px; display: block; position: relative;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px; }
.h-box .navi-block_link.new-stock {background: #000000; color: #fffa00;}
.h-box .navi-block_item.active .navi-block_link,
.h-box .navi-block_item:hover .navi-block_link { color: #fffa00; background: #000000; }
.h-box .navi-block_item:hover .navi-block_link.new-stock { color: #000000; background: #fffa00; }
.h-box .navi-block__drop { left: 0; top: 35px; position: absolute; width: 280px; background: #ffffff; border: 3px solid #000000; display: none; z-index: 1000;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px 6px;
border-radius: 0 6px 6px 6px; }
.h-box .navi-block__drop_list { padding: 15px 0 6px 20px; zoom: 1; display: block; }
.h-box .navi-block__drop_list:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.h-box .navi-block__drop_item { list-style-type: none; float: left; width: 110px; margin-bottom: 11px; }
.h-box .navi-block_item:hover .navi-block__drop { display: block; }

/* ----- search-block ----- */
.search-block { position: relative; width: 1151px; z-index: 1000; }
.search-block_ins { width: 1071px; float: left; position: relative; height: 38px; }
.search-block_wrap { min-height: 35px; padding: 0 0 0 0; left: 0; top: 0; position: absolute; background: #fff; border: 1px solid #ADAC6B;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
.search-block_input { width: 1059px; color: #000000; margin: 8px 0 0 12px; font-size: 15px; border: none; background: none; }
.search-block .btn { float: right; width: 70px; height: 35px; border: 1px solid #8b8a41;}
.search-block .btn:hover { border-color: #000000; }

.search-block_drop { display: none; z-index: 1000; }
.search-block_drop_item { list-style-type: none; margin: 0 0 5px; }
.search-block_drop_item:nth-child(odd) { background: #f5f5f5; }
.search-block_drop_link { color: #000000; padding: 6px 12px 5px; font-size: 15px; display: block; }

.search-block.open .search-block_drop { display: block; }

/*------------------------------------------- content ------------------------------------------------*/
.content { width: 1170px; padding: 20px 0 30px; position: relative; margin: 0 auto; }

/* ----- slider ----- */
.slider { position: relative; }
.slider_wrap { overflow: hidden }
.slider_list { width: 1000%; }
.slider_item { float: left; list-style-type: none;}

.slider_nav { left: 0; bottom: 21px; width: 100%; position: absolute; z-index: 100; }
.slider_nav ul { float: left; margin: 0 0 0 32px; }
.slider_nav ul li { float: left; list-style-type: none; margin-right: 5px; }
.slider_nav ul li a { display: block; width: 20px; height: 20px; background: url("../images/ic.png") no-repeat; }
.slider_nav ul li a:hover,
.slider_nav ul li.selected a { background-position: left bottom; }

.slide { position: relative; width: 1170px; border: 1px solid #dadada; }

/* ----- wh-block ----- */
.wh-block { background: #ffffff; border: 1px solid #e6e6e6; position: relative; padding: 25px 20px 1px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }

/* ----- wh-box ----- */
.wh-box { background: #fff; }
.wh-box_ins { width: 1170px; padding: 15px 0; position: relative; margin: 0 auto; }

/* ----- row ----- */
.row { zoom: 1; display: block; margin: 0 0 26px; }
.row:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.errorMessage { position: absolute; width: 307px;}
.errorMessage, .row_hint { color: #c83227; clear: left; font-size: 13px; margin-left: 125px; margin-top: 35px;}

/* ----- carousel-block ----- */
.carousel-block { position: relative; margin: 10px 0 27px; }
.ui-tabs { position: relative; margin: 10px 0 27px; }

.carousel-block_title { margin-bottom: 10px; padding-top: 9px; }

.carousel-block__links { margin-bottom: 13px; zoom: 1; display: block; }
.ui-tabs-nav { margin-bottom: 13px; zoom: 1; display: block; }

.carousel-block__links:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-tabs-nav:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.carousel-block__links_item { float: left; list-style-type: none; margin-right: 28px; }
.ui-corner-top { float: left; list-style-type: none; margin-right: 28px; }

.carousel-block__links_ln { display: block; height: 41px; line-height: 41px; text-transform: uppercase; font-size: 23px; padding: 0 10px; color: #ffffff; text-decoration: none; background: #000000; position: relative;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
.ui-tabs-anchor { display: block; height: 41px; line-height: 41px; text-transform: uppercase; font-size: 23px; padding: 0 10px; color: #ffffff; text-decoration: none; background: #000000; position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

.carousel-block__links_ln:hover,
.carousel-block__links_item.active .carousel-block__links_ln { color: #000000; background: #fffa00; }
.ui-tabs-anchor:hover,
.ui-corner-top.ui-state-active .ui-tabs-anchor { color: #000000; background: #fffa00; }

.carousel-block_wrap {position: relative; }

.carousel-block_list { width: 1000%; }
.carousel-block_item { float: left; list-style-type: none; margin-right: 16px; }

/* ----- prev-product ----- */
.prev-product { width: 272px; padding: 10px 9px 19px 10px; background: #ffffff; border: 1px solid #e6e6e6; min-height: 457px; position: relative;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
.prev-product_photo { width: 251px; height: 251px; display: block; position: relative; margin-bottom: 7px; }
.prev-product_photo img {max-height: 251px; max-width: 251px;}
.prev-product_photo_link { width: 251px; height: 251px; display: table-cell; text-align: center; vertical-align: middle; }
.prev-product_name { margin-bottom: 10px; height: 2.7em; overflow: hidden; line-height: 1.3; font-size: 16px; margin-left: 11px; }
.prev-product_name a { text-decoration: none; }
.prev-product_descr { color: #999999; font-size: 14px; margin-bottom: 10px; margin-left: 11px;
    min-height: 42px;}
/*.prev-product_descr p { margin-bottom: 12px; }*/

.prev-product_box { zoom: 1; display: block; margin: 0 10px; }
.prev-product_box:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.prev-product_new-price { float: left; margin: 5px 0 0 0; font-size: 17px; }
.prev-product_new-price span { font-size: 23px; }
.prev-product_box .btn, .btn-unit.small-version { float: right; text-transform: uppercase; }

/* ----- prev-product-goriz ----- */
.prev-product-goriz { background: #ffffff; padding: 9px 21px 9px 9px; border: 1px solid #e6e6e6; position: relative; margin-bottom: 10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
.prev-product-goriz_sheet { width: 100%; }
.prev-product-goriz .col1 { width: 270px; }
.prev-product-goriz .col2 { width: 330px; }
.prev-product-goriz .col3 { width: 158px; }
.prev-product-goriz .col4 { }
.prev-product-goriz .prev-product_new-price { text-align: center; }

/* ----- brands-block ----- */
.brands-block { margin-bottom: 28px; }
.brands-block_ins { position: relative; }
.brands-block_title { padding-top: 13px; zoom: 1; display: block; }
.brands-block_title:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.brands-block_title h2 { float: left; margin: 0; }
.brands-block_more { float: left; color: #ecd900; margin: 5px 0 0 20px; }
.brands-block_wrap { overflow: hidden; }
.brands-block_list { display: table; width: 100%; }
.brands-block_item { display: table-cell; vertical-align: middle; text-align: center; }
.brands-block_link { display: table-cell; vertical-align: middle; height: 110px; }
.brands-block .wh-block { padding-top: 15px; padding-bottom: 31px; }
.brands-page_item { display: inline-block; vertical-align: top; margin: 0 31px 27px 0; }
.brands-block__box {width: 138px;}
.brands-block__box_pic {width: 136px; height: 136px; border: 1px solid #dcdcdc;}
.brands-block__box_pic_link {display: table-cell; vertical-align: middle; width: 136px; text-align: center; height: 136px;}
.brands-block__box_name {text-align: center; padding: 8px 0 0;}

.ar-prev,
.ar-next { width: 18px; height: 30px; cursor: pointer; display: block; top: 5px; position: absolute; }
.ar-prev { background: url("../images/prev.png") no-repeat; right: 44px; }
.ar-next { background: url("../images/next.png") no-repeat; right: 4px; }
.ar-prev:hover,
.ar-next:hover { background-position: left bottom; }

/* ----- novelty-block ----- */
.novelty-block_item { border-top: 1px solid #e6e6e6; padding: 20px 0; list-style-type: none; }
.novelty-block_item:first-child { border: none; padding-top: 0; }

/* ----- prev-novelty ----- */
.prev-novelty { zoom: 1; display: block; }
.prev-novelty:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.prev-novelty_photo { float: left; border: 1px solid #e6e6e6; margin-right: 30px; }
.prev-novelty_photo img {
    border: 1px solid #e6e6e6;
    max-width: 145px;
    padding: 6px;
}
.prev-novelty_column { overflow: hidden; }
.prev-novelty_date { margin-bottom: 7px; }
.prev-novelty_date span { background: #fffa00; display: inline-block; padding: 5px 10px; position: relative;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
.prev-novelty_name { line-height: 1.2; margin-bottom: 5px; }
.prev-novelty_name a { color: #c4a60e; }
.prev-novelty_text { line-height: 1.2; }

/* ----- breadcrumbs ----- */
.breadcrumbs { color: #646464; line-height: 1.1; font-size: 15px; zoom: 1; display: block; margin: 0 0 20px; }
.breadcrumbs:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.breadcrumbs_link { margin: 0 5px 0 0; float: left; text-decoration: none; color: #646464; }
.breadcrumbs_link:hover { text-decoration: underline; }
.breadcrumbs_sep,
.breadcrumbs_page { margin: 0 5px 0 0; float: left; }

/* ----- title-block ----- */
.title-block { margin-bottom: 13px; font-size: 23px; text-transform: uppercase; }

/* ----- text-block ----- */
.text-block { zoom: 1; margin-bottom: 20px; display: block; line-height: 1.15; }
.text-block:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* ----- novelty-list ----- */
.novelty-list { margin-bottom: 20px; }
.novelty-list .wh-block { padding: 25px 0 2px 15px; }
.novelty-list_wrap { zoom: 1; display: block; width: 1170px; }
.novelty-list:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.novelty-list_item { display: inline-block; vertical-align: top; width: 550px; margin: 0 32px 20px 0; list-style-type: none; }

/* ----- prev-news ----- */
.prev-news { zoom: 1; display: block; }
.prev-news:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.prev-news_photo {
    float: left;
    margin-right: 16px;
    margin-top: 1px;
    width: 260px;
    height: 195px;
    position: relative;
    display: block;
    overflow: hidden;
}
.prev-news_photo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 195px;
    max-width: 260px;
    border: 1px solid #e7e7e7;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
.prev-news_column { overflow: hidden; }
.prev-news_date { font-size: 24px; margin-top: -4px; margin-bottom: 12px; }
.prev-news_link { line-height: 1.25; margin-bottom: 9px; }
.prev-news_link a { font-size: 15px; color: #d5b615; }
.prev-news_text { font-size: 15px; line-height: 1.2; margin-bottom: 8px; }

/* ----- order-history ----- */
.order-history { width: 100%; margin-bottom: 20px; }
.order-history th { color: #000000; font-weight: normal; padding: 13px 0 13px 37px; text-align: left; font-size: 14px; background: #d3d3d3; }
.order-history td { padding: 19px 0 20px 37px; border-bottom: 1px solid #e6e6e6; background: #ffffff; }
.order-history .col1 { width: 325px; text-align: left; }
.order-history .item { width: 100%; }
.order-history .col2 { width: 291px; }
.order-history .col3 { width: 297px; }
.order-history .col4 { width: 108px; }
.order-history .col5 { width: 450px; }
.order-history .col6 { width: 350px; }
.order-history .col7 { width: 350px; }
.order-history .col4 span { font-size: 23px; }

/* ----- basket-block ----- */
.basket-block { width: 100%;  }
.basket-block_th { margin-bottom: 10px; zoom: 1; display: block; }
.basket-block_th:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.basket-block_th { background: #000000; text-align: center; position: relative; padding: 13px 9px; zoom: 1; margin-bottom: 20px; display: block; font-size: 14px; color: #ffffff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
.basket-block_th:after { content: ".";  display: block; height: 0; clear: both; visibility: hidden; }

.basket-block_row { margin-bottom: 9px; zoom: 1; min-height: 115px; display: block; padding: 9px 9px 1px; border: 1px solid #e6e6e6; background: #ffffff; position: relative;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
.basket-block_row:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.basket-block_col { float: left;  margin-right: 70px; margin-top: 5px; }
.basket-block_col.col1 { width: 290px; }
.basket-block_col.col2 { width: 130px; }
.basket-block_col.col3 { width: 290px; }
.basket-block_col.col4 { width: 130px; font-size: 17px; text-align: center; padding-top: 29px; }
.basket-block_col.col4 span { font-size: 23px; }
.basket-block_col.col5 { width: 130px; padding-top: 30px; }
.basket-block_col.col5 .quan { margin: 0 auto; }
.basket-block_col.col6 { width: 187px; margin-right: 0; text-align: right; padding-top: 15px; }
.basket-block_col.col6 .btn { text-transform: uppercase; }
.basket-block_col.col6 p { margin-bottom: 16px; }

.basket-block_change { text-decoration: none; font-size: 15px; border-bottom: 1px dashed #000000; }
.basket-block_change:hover { border: none; padding-bottom: 1px; }

.basket-block_box { zoom: 1; display: block; }
.basket-block_box:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.basket-block_box_column { overflow: hidden; }
.basket-block_box_name { margin-bottom: 12px; }
.basket-block_box_name a { text-decoration: none; }
.basket-block_box_descr { color: #999999; font-size: 14px; }
.basket-block_box_descr p { margin-bottom: 12px; }

.basket-block_photo { width: 100px; height: 100px; margin-right: 19px; float: left; position: relative;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
.basket-block_photo img { border: 1px solid #cdcdcd; position: relative;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }

.basket-total { margin-bottom: 19px; padding: 15px 0 0; font-size: 15px; text-align: right; }
.basket-total_num { font-size: 23px; }
.basket-total_rub { font-size: 17px; }

.basket-terms_load {
    display: none;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.basket-terms_of_offer-label {
    padding: 3px 8px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.basket-terms_of_offer-label, .basket-terms_of_offer-label .offer_link {
    vertical-align: top;
}
.basket-terms_of_offer_block {
    margin-top: 18px;
    position: relative;
}
.basket-terms_of_offer_block .jClever-element {
    display: inline-block;
}
.basket-continue_order_disabled, .basket-continue_order_disabled:hover {
    background-color: #d8d8d8;
    color: #6b6b6b;
}
.hide_block {
    display: none !important;
}

.radio-block {
    display: inline-block;
    position: relative;
    margin-left: 29px;
}
.radio-block .jClever-element {
    position: absolute;
    left: -18px;
    width: 21px;
    display: inline-block;
}
.radio-block .jClever-element-radio-twins {
    line-height: 22px;
}
.radio-block .input_wrap_label {
    width: auto;
    text-align: left;
    float: right;
}
.radio-block .label {
    color: #a19d9d;
    margin-left: -5px;
}
.order-block_box_inside {
    padding-left: 0 !important;
    padding-top: 0 !important;
}

/* ----- buttons-block ----- */
.buttons-block { zoom: 1; display: block; margin: 0 0 20px; }
.buttons-block:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.buttons-block .btn { float: left; text-transform: uppercase; }
.buttons-block .btn.rg { float: right; margin-left: 27px; }

/* ----- quan ----- */
.quan { width: 86px; position: relative; zoom: 1; display: block; }
.quan:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.quan_minus,
.quan_plus { display: block; width: 23px; float: left; height: 22px; margin-top: 2px; cursor: pointer;}
.quan_inp { float: left; width: 40px; text-align: right; padding: 0 10px; position: relative; }
.quan_inp input { width: 100%; color: #000000; border: none; background: none; text-align: center; font-size: 20px; }
.quan_minus { background: url("../images/ic4.png") no-repeat; }
.quan_plus { background: url("../images/ic5.png") no-repeat; }
.quan_minus:hover,
.quan_plus:hover { background-position: left bottom; }

/* ----- black-tabs ----- */
.black-tabs .ui-tabs { position: relative; }
.black-tabs .ui-tabs .ui-tabs-nav { margin: 0; zoom: 1; display: block; }
.black-tabs .ui-tabs .ui-tabs-nav:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.black-tabs .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom-width: 0; padding: 0; white-space: nowrap; }
.black-tabs .ui-tabs .ui-tabs-nav .ui-tabs-anchor { float: left; padding: .5em 1em; text-decoration: none; }
.black-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }
.black-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.black-tabs .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.black-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { cursor: text; }
.black-tabs .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { cursor: pointer; }
.black-tabs .ui-tabs-panel { display: block; border-width: 0; background: #fff; border: 1px solid #e3e3e3; position: relative;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }

.black-tabs .ui-tabs-nav { padding-left: 12px; position: relative; z-index: 10; margin: 0 }
.black-tabs .ui-tabs-nav li { margin-right: 4px; }
.black-tabs .ui-tabs-nav .ui-tabs-anchor { margin-top: 5px; padding: 0 23px; height: 30px; font-size: 17px; text-transform: uppercase; line-height: 30px; background: #000000; border: 1px solid #000000; border-bottom: none; color: #ffffff; position: relative;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0; }
.black-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { background: #ffffff; color: #000000; border-color: #e3e3e3; height: 35px; margin: 0; top: 1px; line-height: 35px; }

/* ----- order-block ----- */
.order-block { margin: 0 0 20px; }

.order-block_pickup { padding: 27px 20px 17px; font-size: 15px; position: relative; border: 1px solid #e3e3e3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
.order-block_pickup p { margin-bottom: 3px; }

.order-block_unit { padding: 20px 19px 1px; background: #fff; position: relative; border: 1px solid #e3e3e3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }

.order-block_bottom { padding: 0 19px; zoom: 1; display: block; }
.order-block_bottom:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.order-block_bottom .btn { float: right; }
.order-block_bottom a.btn { height: 28px; line-height: 28px; }
.order-block_bottom input.btn { width: 129px; height: 28px; line-height: 28px; }
.order-block_agree { float: left; margin-top: 3px; }
.order-block_agree .jClever-element { float: left; margin-left: 7px; }
.order-block_agree label { display: block; margin-left: 38px; font-size: 13px; padding-top: 3px; color: #414a67; }

/* ----- order-block_box ----- */
.order-block_box { margin-bottom: 35px; padding: 37px 20px 0; }
.order-block_box_wrap { margin-bottom: 14px; zoom: 1; display: block; }
.order-block_box_wrap:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.order-block_box_l-col { float: left; width: 465px; margin-right: 52px; }
.order-block_box_r-col { float: left; width: 465px; }
.order-block_box_buttons { text-align: center; margin-bottom: 5px; }
.order-block_box_buttons.marg { margin-bottom: 30px; }
.order-block_box_buttons .btn { height: 28px; line-height: 28px; }

.order-delivery_choice { zoom: 1; display: block; padding: 26px 0 14px 17px; }
.order-delivery_choice:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.order-delivery_choice .radio-unit { float: left; margin: 0 30px 0 0; }

/* ----- order-section ----- */
.order-section { margin-bottom: 20px; position: relative; border: 1px solid #e3e3e3; padding: 39px 18px 19px; background: #ffffff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
.order-section.bg { background: #fffbe8; padding: 35px 18px 19px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
.order-section.margbot { margin-bottom: 50px; }
.order-section_title { margin-bottom: 38px; zoom: 1; display: block; }
.order-section_title:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.order-section_name { float: left; font-size: 20px; color: #d5b615; text-transform: uppercase; }
.order-section_edit { float: right; color: #000000; }

.form-block_hint { font-size: 15px; color: #a19d9d; }
.form-block_hint span { color: #bf2b20; }

.order-block_text { font-size: 15px; padding: 34px 28px 0; line-height: 1.3; }
.order-block_text p { margin-bottom: 19px; }
.order-block_text a { color: #d5b615; }

/* ----- row-unit ----- */
.row-unit { zoom: 1; display: block; margin: 0 0 26px; }
.row-unit:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.row-unit label { display: block; width: 124px; margin: 0 14px 0 0; text-align: right; line-height: 30px; color: #a19d9d; font-size: 15px; float: left; }
.row-unit label.w1 { width: 62px; }
.row-unit label.lh { line-height: 15px; }
.row-unit label span { color: #c83227;  }
.row-unit_inp { width: 306px; padding: 6px 10px; float: left; border: 1px solid #e3e4e5; background: #fff; float: left; }

/* ----- contacts-sheet ----- */
.contacts-sheet { margin-bottom: 20px; }
.contacts-sheet td { padding: 7px 0 19px 10px; color: #000; }
.contacts-sheet .col1 { text-align: right; font-size: 15px; }
.contacts-sheet .col2 { font-size: 20px; }
.contacts-sheet .cl1 { width: 125px; }
.contacts-sheet .cl2 { width: 510px; }
.contacts-sheet .cl3 { width: 250px; }
.contacts-sheet .cl4 { width: 10px; }
.contacts-sheet .cl5 { width: 320px; }
.contacts-sheet_inp { width: 306px; height: 30px; border: 1px solid #e3e4e5; padding: 4px 8px 0; }
.contacts-sheet_inp input { width: 100%; font-size: 16px; color: #000000; font-weight: normal; border: none; background: none; }

.contacts-sheet.inn .col1 { color: #a19d9d; }

.order-delivery_scroll { border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; height: 317px; margin-bottom: 38px; }
.order-delivery_box { padding: 19px 18px 12px; border-bottom: 1px solid #e3e3e3; }
.order-delivery_box p { margin-bottom: 12px; }
.order-delivery_box_addr { color: #414a67; margin-bottom: 10px; }
.order-delivery_box_photo { zoom: 1; display: none; }
.order-delivery_box_photo:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.order-delivery_box_photo_it { list-style-type: none; float: left; margin-right: 11px; border: 1px solid #e5e5e6; }
.order-delivery_box_photo_link { width: 89px; height: 89px; display: table-cell; vertical-align: middle; text-align: center; }
.order-delivery_box_more { color: #2e4c9e; font-size: 15px; text-transform: uppercase; text-decoration: none; border-bottom: 1px dashed #2e4c9e; }
.order-delivery_box.open .order-delivery_box_photo { display: block; }
.order-delivery_box.open .order-delivery_box_more { border: none; }
.order-delivery_box:hover { background: #f7f8f8; }

.order-block_buy { zoom: 1; display: block; margin-bottom: 38px; }
.order-block_buy:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.order-block_buy-l { float: left; width: 380px; color: #414a67; line-height: 1.5; font-size: 13px; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
.order-block_buy-r { float: right; width: 380px; text-align: right; }

/* ----- radio-unit ----- */
.radio-unit { margin-bottom: 17px; zoom: 1; display: block; }
.radio-unit:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.radio-unit label { display: block; padding-top: 2px; margin-left: 33px; color: #000000; font-size: 15px; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
.radio-unit .jClever-element { float: left; }

/* ----- option-block ----- */
.option-block { margin-bottom: 20px; background: #000000; position: relative; padding: 7px 11px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; zoom: 1; display: block; }
.option-block:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.option-block .sorted-block { float: left; }
.option-block .view-block { float: right; }

.sorted-block { line-height: 25px; font-size: 15px; color: #fff; }
.sorted-block_nm { float: left; }
.sorted-block_ln { float: left; display: block; height: 26px; padding: 1px 6px; color: #fff; text-decoration: none; margin-left: 3px; position: relative;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; }
.sorted-block_ln:hover,
.sorted-block_ln.act { border: 1px solid #ffffff; padding: 0 5px; }

/* ----- view-block ----- */
.view-block_item { float: right; list-style-type: none; margin-left: 6px; }
.view-block_link { padding: 6px; display: block; position: relative;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; }
.view-block_item .view-block_link:hover,
.view-block_item.active .view-block_link { padding: 4px; border: 2px solid #ffffff; }

/* ----- catalog-block ----- */
.catalog-block { zoom: 1; display: block; margin-bottom: 5px; width: 906px; }
.catalog-block:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.catalog-block_item { display: inline-block; vertical-align: top; width: 258px; list-style-type: none; margin: 0 20px 19px 0; }

/* ----- pager ----- */
.pager { zoom: 1; display: block; margin: 0 0 20px 0; color: #395f97; font-size: 20px; }
.pager:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
ul.yiiPager { text-align: center; }
ul.yiiPager li { display: inline-block; list-style-type: none; margin: 0 0 0 10px; }
ul.yiiPager .page a { display: block; height: 22px; padding: 0 7px; line-height: 22px; text-align: center; color: #000000; font-size: 18px; position: relative; text-decoration: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
ul.yiiPager .page a:hover,
ul.yiiPager .selected a { color: #000000; background: #fffa00; text-decoration: none; }
ul.yiiPager .page span { display: block; height: 22px; padding: 0 5px; line-height: 22px; text-align: center; color: #000000; font-size: 18px; position: relative; }
ul.yiiPager .page a:hover { text-decoration: none; }
ul.yiiPager .previous a,
ul.yiiPager .next a { height: 16px; line-height: 16px; width: 10px; display: block; position: relative; text-indent: -9999px; }
ul.yiiPager .previous a { background: url("../images/ic8.png") no-repeat; }
ul.yiiPager .next a { background: url("../images/ic9.png") no-repeat; }
ul.yiiPager .previous a:hover,
ul.yiiPager .next a:hover { background-position: left bottom; }

/* ----- options-block ----- */
.options-block { background: #ffffff; position: relative; padding: 15px 19px 20px; margin-bottom: 20px; border: 1px solid #e6e6e6;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px; }

/* ----- filter-block ----- */
.filter-block {
    position: relative;
}

.filter-block_main_element {
    display: block;
}
.filter-block_main_element .close_zone {
    border-radius: 4px;
    width: 100%;
    height: 28px;
    border: 1px solid #e6e6e6;
    background: url("/images/arrow.png") no-repeat 225px;
}
.filter-block_main_element .close_zone .option_value {
    margin-top: 4px;
    margin-left: 8px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 75%;
    white-space: nowrap;
}
.filter-block_main_element .close_zone:hover {
    cursor: default;
}

.filter-block_title {
    font-size: 15px;
    padding: 15px 0 16px;
    line-height: 1.25;
}

.filter-block_content {
    /*display: none;*/
    /*position: relative;*/
    display: none;
    position: absolute;
    left: 250px;
    top: 45px;
    z-index: 100;
    background: white;
    /*display: inline-table;*/
    border: 1px solid #ddc55b;
    padding: 16px 16px 6px;
    border-radius: 4px;
    max-height: 156px;
}
.filter-block_content .close_block {
    height: 12px;
    background: url("/images/close.png") no-repeat;
    display: inline-block;
    width: 12px;
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
}
.filter-block.open .filter-block_ins { max-height: 200px; }
.filter-block.open .filter-block_title { padding-bottom: 7px; }

.filter-block.open .filter-block_content {
    /*display: block;*/
}

.filter-block .checkbox_block-clear-button {
    position: relative;
    top: -20px;
    right: 27px;
    width: 14px;
    display: block;
    height: 27px;
    background: url("/images/close.png") no-repeat;
    float: right;
}
.options-block .btn {
    width: 110px;
}

.bl-block_buttons.negative {
    float: right;
}

.filter-block_price { margin-bottom: 19px; }
.filter-block_price .filter-block_title { padding: 0 0 5px; }
.filter-block_price_row { zoom: 1; display: block; }
.filter-block_price_row:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.filter-block_price_col { float: left; }
.filter-block_price_col label { float: left; margin: 4px 0 0 0; display: block; width: 26px; }
.filter-block_price_inp { float: left; width: 81px; height: 27px; padding: 2px 5px 0; border: 1px solid #e6e6e6; position: relative;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
.filter-block_price_inp input { width: 100%; border: none; background: none; }
.filter-block_price_col.mr { margin-right: 8px; }

.reset_div {
    text-align: center;
    margin: 21px auto 0 auto;
    font-size: 18px;
    border: solid 1px #7F9E49;
    height: 20px;
    vertical-align: middle;
    padding: 15px 0;
    width: 179px;
    border-left: none;
    border-right: none;
}

#resetAllProperties {
    /*color: #ffffff;*/
    /*border-bottom: 1px dashed #ffffff;*/
    text-decoration: none;
    cursor: pointer;
}

/* ----- check-unit ----- */
.check-unit { margin-bottom: 12px; zoom: 1; display: flex; position: relative; }
.check-unit:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.check-unit .jClever-element { float: left; }
.clevered.alice .check-unit .jClever-element-checkbox-twins { width: 15px; height: 15px; }
.clevered.alice .check-unit .jClever-element-checkbox-twins .jClever-element-checkbox-twins-element { width: 15px; height: 15px; background: url("../images/bg-checkbox1.png") no-repeat; }
.clevered.alice .check-unit .jClever-element-checkbox-twins .jClever-element-checkbox-twins-color { width: 15px; height: 15px; }
.check-unit label { color: #000000; font-size: 14px; display: block; margin-left: 25px; }

.check-unit_drop {
    top: 33px;
    position: absolute;
    width: 182px;
    font-size: 15px;
    height: 42px;
    z-index: 101;
    padding: 12px 0 0 20px;
    border: 1px solid #ddc55b;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.check-unit_drop a { color: #d5b615; }
.check-unit_drop:after { display: block; width: 20px; height: 34px; left: -20px; top: 3px; background: url("../images/ic12.png") no-repeat; content: ""; position: absolute; }

/* ----- product-card ----- */
.product-card { margin-bottom: 22px;  width: 852px}
.fancybox-inner .product-card {width: 100%}
.product-card .wh-block { padding: 28px 30px 13px; margin: 0; border: none; }

.product-card_wrap-col { margin-bottom: 14px; zoom: 1; display: block; }
.product-card_wrap-col:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.product-card_l-col { float: left; width: 330px; margin-right: 45px; }
.product-card_r-col { float: left; width: 250px;}

.product-card_name { margin-bottom: 12px; }
.product-card_descr { font-size: 14px; margin-bottom: 9px; min-height: 130px;}
.product-card_descr p { margin-bottom: 9px; }
.product-card_descr span { color: #858585; }
.product-card_color { margin-bottom: 20px; }

.product-card_price { margin-bottom: 13px; }
.product-card_price_tit { font-size: 14px; color: #858585; margin-bottom: 2px; }
.product-card_price_summ { font-size: 17px; }
.product-card_price_summ span { font-size: 23px; display: inline-block}
.old_price { text-decoration: line-through; font-size: 18px; margin-bottom: 8px;}
span.new_price { color: #ff003c; font-size: 23px;}

.product-card_color { margin-bottom: 5px; zoom: 1; display: block; }
.product-card_color:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.product-card_color_nm { margin: 0 0 2px 0; font-size: 14px; color: #858585; }
.product-card_color .check-color { float: left; }

.product-card_sizes { margin-bottom: 12px; min-height: 40px;}
.product-card_sizes_nm { margin-bottom: 1px; font-size: 14px; color: #858585; }

.product-card_text { color: #858585; font-size: 14px; line-height: 1.25; }
.product-card_text h3 { font-size: 16px; color: #000; font-weight: normal; margin-bottom: 6px; }

/* ----- sizes-unit ----- */
.sizes-unit { zoom: 1; display: block; }
.sizes-unit:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.sizes-unit_item { float: left; list-style-type: none; margin-right: 2px; }

/* ----- photo-slider ----- */
.photo-slider { margin: 0 0 10px; width: 324px; }
.photo-slider_b-photo { margin: 0 0 19px 0; width: 324px; height: 324px; position: relative; border: 1px solid #e3e3e3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
.photo-slider_b-photo_link { display: table-cell; width: 322px; height: 322px; vertical-align: middle; text-align: center; }
.photo-slider_b-photo_link img { /*position: relative;*/ display: block;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
max-width: 100%;
max-height: 100%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}

.photo-slider_l-photo { position: relative; }
.photo-slider_l-photo_wrap { overflow: hidden; height: 77px; margin: 0 33px; width: 259px; position: relative; }
.photo-slider_l-photo_list { width: 1000%; }
.photo-slider_l-photo_item { list-style-type: none; width: 77px; margin: 0 14px 0 0; height: 77px; position: relative; float: left; border: 1px solid #e3e3e3; 
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
.photo-slider_l-photo_link { display: table-cell; vertical-align: middle; width: 75px; height: 75px; position: relative; text-align: center; background: #fff; }
.photo-slider_l-photo_prev,
.photo-slider_l-photo_next { display: block; width: 12px; height: 20px; top: 50%; margin-top: -10px; position: absolute; cursor: pointer; }
.photo-slider_l-photo_prev { left: -2px; background: url("../images/ic10.png") no-repeat; }
.photo-slider_l-photo_next { right: -2px; background: url("../images/ic11.png") no-repeat; }
.photo-slider_l-photo_prev:hover,
.photo-slider_l-photo_next:hover { background-position: left bottom; }

.check-color { zoom: 1; display: block; margin-bottom: 3px; }
.check-color:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.clevered.alice .check-color .jClever-element { float: left; }
.clevered.alice .check-color .jClever-element-radio-twins { width: 29px; height: 29px; padding: 2px; position: relative; display: block; }
.clevered.alice .check-color .jClever-element-radio-twins .jClever-element-radio-twins-element { background: none; width: 25px; height: 25px;  border: 1px solid #a9a9a9; position: relative; display: block; background: #000;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px; }
.clevered.alice .check-color .jClever-element-radio-twins.checked { padding: 0; border: 2px solid #a9a9a9; background: #a9a9a9; 
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px; }

.clevered.alice .check-color.c1 .jClever-element-radio-twins .jClever-element-radio-twins-element { background: #284398; }
.clevered.alice .check-color.c2 .jClever-element-radio-twins .jClever-element-radio-twins-element { background: #d21b22; }
.clevered.alice .check-color.c3 .jClever-element-radio-twins .jClever-element-radio-twins-element { background: #1bbc17; }

.clevered.alice .check-size { position: relative; }
.clevered.alice .check-size .jClever-element { float: left; position: relative; }
.clevered.alice .check-size .jClever-element-radio-twins { height: 25px; position: relative; display: none}
.clevered.alice .check-size .jClever-element-radio-twins .jClever-element-radio-twins-element { background: none; width: 25px; height: 25px;  cursor: pointer; border: 1px solid #a9a9a9; position: relative; display: block;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; }
.clevered.alice .check-size .jClever-element-radio-twins.checked { padding: 0; background: #fffa00;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.js-pickerLabel.active {background: #fffa00;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;}

.clevered.alice .check-size label { left: 0; top: 0; line-height: 33px; text-align: center; color: #000000;
    height: 35px;
    cursor: pointer;
    min-width: 35px;
    padding: 0 0px;
    border: 1px solid #a9a9a9;
    position: relative;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-right: 3px;
}

/*------- login -----*/
.login-info_form { width: 482px; text-align: center;}

/*------- registration ---*/
#registration-form { width: 500px; text-align: center; }

/*------- contacts -----*/
.vcard { float: left; width: 210px;}
.vcard .fn_org {margin: 0}
.vcard .phone, .vcard .email { padding: 4px 0 10px; }
.vcard .time { padding: 8px 0; }
.onmap { text-decoration: none; font-size: 12px; margin-top: 5px; margin-right: 25px; }
.primary-info { float: left; font-size: 13px; padding-top: 40px;}

/*------- tabMenu -------*/
.js-hiddenTabs {display: none}

/*------------------------------------------- footer ------------------------------------------------*/
.sub_footer, .footer {
    width: 100%;
    min-width: 1170px;
    /*height: 251px;*/
    clear: both;
    margin: 0px auto;
}

.footer {
    position: relative;
    /*margin-top: -251px;*/
    background: url("../images/picBac1.png") repeat;
}

.footer-line { height: 2px; border-bottom: 1px solid #fff; margin-bottom: 23px; }

.footer-ins {
    width: 1170px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 22px;
}

.footer-ins .wh-block {
    padding: 36px 28px 12px;
    display: inline-block;
    width: 100%;
}
.footer-ins .studio { float: right; }
.footer-ins .wh-block .row { margin-bottom: 19px; }

/* ----- copyright ----- */
.copyright { font-size: 19px; color: #353535; }

/* ----- fnavi ----- */
.fnavi { margin-bottom: 20px; zoom: 1; display: block; }
.fnavi:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.fnavi_item { float: left; list-style-type: none; margin-right: 35px; }
.fnavi_link { color: #565656; font-size: 18px; text-decoration: none; }
.fnavi_link:hover { color: #c4a60e; }

/* ----- work-time ----- */
.work-time { width: 130px; line-height: 1.3; }

/* ----- contacts-info ----- */
.contacts-info p { margin-bottom: 5px; }
.contacts-info_num { font-size: 25px; }

.footer-ins .contacts-info { /*top: -7px;*/ position: relative; }
.footer-ins .contacts-info p { margin-bottom: 7px; }

/* ----- studio ----- */
.footer .studio-block {
    position: absolute;
    bottom: 32px;
    right: 22px;
}
.footer .studio {
    display: block;
    padding: 0 0 20px 12px;
    font-size: 10px;
    text-decoration: none;
    color: #0e1215;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    background: url("../images/studio.png") left bottom no-repeat;
}
.footer .info-block_header {
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 10px;
}
.footer .info-block_row {
    width: 200px;
    margin-bottom: 9px;
}
.footer a {
    text-decoration: underline;
}
.footer a:hover {
    text-decoration: none;
}
.footer .col.contacts {
    width: 405px;
}
.footer .col.help {
    width: 225px;
}
.footer .col.popular {
}
.footer .col.vk_widget {
    position: absolute;
    right: 22px;
}

.footer .col {
    float: left;
}

/*------- cart -----*/

.basket-block-wrap .is-sticky {z-index: 2000; right: 50px}
.cartWidgetLink {-webkit-box-shadow: 0 10px 10px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0 10px 10px 0 rgba(50, 50, 50, 0.75);
    box-shadow:         0 10px 10px 0 rgba(50, 50, 50, 0.75);}


.payment-info {text-decoration: none;}

/*------- login inputs and labels -----*/
.form-block label, .login-info_form label { display: block; width: 120px; margin: 0 12px 0 0; text-align: right; line-height: 30px; color: #a19d9d; font-size: 13px; float: left;}
.login-info_form .row_inp, .form-block .row_inp { width: 284px; padding: 6px 10px; float: left; border: 1px solid #e3e4e5; background: #fff;}

/*------- carousel images -----*/
.carousel-block_item img {
    max-width: 251px;
    max-height: 251px;
}

/*------- sphinx result price -----*/
.search-block_drop_link_price { float: right; color: gray; font-size: 13px; }

/* ----- order-section (update) ----- */
.order-section.bord { border: 1px solid #e5e4e4; padding: 35px 18px 19px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }


/*------- fckn jclever fix -----*/
.checked .jClever-element-checkbox-twins-element {
    background-position: left bottom !important;
}

/*------- sidebar filter -----*/
.check-unit .disabled {
    color: gray;
}
.bl-block_buttons {
    text-align: center;
    padding: 20px 0 0 0;
    display: inline-block;
}

.filter_property_link{
    /*padding-left: 6px;*/
}
.filter_label_count{
    color: rgb(89, 89, 89);
    font-size: 14px;
}

.filter_property_right {
    float: left;
    padding-left: 5px;
    font-size: 14px;
    white-space: nowrap;
}
.filter_property_left{float: left}

.clevered.alice .filter_color .jClever-element-checkbox-twins.checked .jClever-element-checkbox-twins-element{
    border: 2px solid #b2b2b2 !important;
}
/* ----- comments -----*/
/*.comments-block label { display: block; font-weight: bold; margin: 0 20px 11px; font-size: 14px; color: #2b489b; }*/
.comments-block { margin: 0 0 21px; }
.comments-block textarea {height: 143px; padding: 5px 10px; border: 1px solid #e5e6e7; background: #fff; width: 100%; position: relative; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}

.photo-slider_b-photo img {
    margin: auto;
}

/*----- hint -----*/
.btn-unit { position: relative; display: inline-block; }
.btn-unit_added-hint, .btn-unit_choice-hint { z-index: 100; top: 48px;
    position: absolute;
    margin-top: 5px;
    font-size: 13px; line-height: 1.2;
    background: rgb(255, 252, 247);
    padding: 5px;
    border-radius: 5px;
    border: 1px solid rgb(197, 195, 192);
    -webkit-box-shadow: 0 0 14px 0 rgba(50, 50, 50, 0.42);
    -moz-box-shadow: 0 0 14px 0 rgba(50, 50, 50, 0.42);
    box-shadow: 0 0 14px 0 rgba(50, 50, 50, 0.42);
}

.btn-unit_added-hint { width: 140px; left: 50%; margin-left: -70px; padding: 7px 10px 10px; font-size: 16px; color: #b69800; background: #ffffff; border: 1px solid #c6c6c6; text-align: center; }
.btn-unit_added-hint:after, .btn-unit_added-hint:before { bottom: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.btn-unit_added-hint:after { border-color: rgba(255, 255, 255, 0); border-bottom-color: #ffffff; border-width: 10px; margin-left: -10px; }
.btn-unit_added-hint:before { border-color: rgba(198, 198, 198, 0); border-bottom-color: #c6c6c6; border-width: 11px; margin-left: -11px; }
.btn-unit_added-hint a { color: #b69800; }

.btn-unit_choice-hint { width: 160px; left: 50%; margin-left: -80px; padding: 7px 10px 10px; font-size: 16px; color: #6d6d6d; background: #ffffff; border: 1px solid #c6c6c6; text-align: center; }
.btn-unit_choice-hint:after, .btn-unit_choice-hint:before { bottom: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.btn-unit_choice-hint:after { border-color: rgba(255, 255, 255, 0); border-bottom-color: #ffffff; border-width: 10px; margin-left: -10px; }
.btn-unit_choice-hint:before { border-color: rgba(198, 198, 198, 0); border-bottom-color: #c6c6c6; border-width: 11px; margin-left: -11px; }

.order-block .clevered.alice .jClever-element.error .jClever-error-label {
    display: none;
}

.prev-novelty_photo {
    width: 131px;
}

/*------- filter add ----------*/
.js-filter-block_box {display:none;}
.loading-icon {height:50px; width:50px; background-image: url(../images/load.gif); margin: auto; opacity: 0.3;}
.count {cursor: pointer}
.confirm-order {
    width: 600px;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
}
.confirm-order.online-payment-result {
    width: 100%;
}
.confirm-order_title {
    margin: 0 0 20px;
    font-size: 25px;
}
.order-block_agree .errorMessage{
    width: 400px;
    margin-left: 37px;
    margin-top: 3px;
}
.filter-block_box {
    margin-right: 8px;
}

.filter-block_box .check-unit input {
    width: 15px;
    height: 15px;
    position: absolute;
    opacity: 0.3;

}
.color_check-unit a {
    padding-left: 20px !important;
}

.prev-product_box .btn-unit {float: right}

.confirm-order a {color: #c4a60e}

.link-prev,
.link-next { width: 30px; height: 47px; display: block; top: 50%; margin-top: -28px; position: absolute; }
.link-prev { background: url("../images/link-prev.png") no-repeat; left: -70px !important; top: 300px;}
.link-next { background: url("../images/link-next.png") no-repeat; right: -70px !important; top: 300px;}
.link-prev:hover,
.link-next:hover { background-position: left bottom; }

.fancybox-skin{background-color: white !important;}

.sort_product {padding: 0 0 0 5px;}
.sort_product_tittle { padding-left: 54px; }

.order-block_box_r-col .jClever-element-checkbox-twins {
    margin-left: 20px;
    margin-top: 4px;
    float: left;
}
.header-features{
    position: absolute;
    top: 0px;
    left: 262px;
    width: 600px;
}
.header-features .item-features a{
    text-decoration: none;
}
.header-features .item-features{
    float: left;
    width: 200px;
}
.header-features .item-features img{
    height: 100%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.header-features .main-features{
    text-transform: uppercase;
    display: block;
}

.sizes-link {
    text-decoration: none;
    color: #ff5548;
    display: inline-block;
    margin: 8px 0;
    border-bottom: dashed 1px;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
}

.size_link_head {
    display: inline-block;
    font-weight: bold;
    margin-right: 20px;
    margin-top: 10px;
}

.size_link_table_head {
    display: inline-block;
    font-weight: bold;
    margin: 10px;
}

.size_link_table_value {
    display: inline-block;
    margin: 10px;
}

[id^=js-size_link_content] {
    width: 700px;
}

.red {
    color: #ff001f;
}

.discount-product :before {
    content: 'FFFF';
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0 10px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    min-width: 60px;
    z-index: 1;
}

.prev-product_icon-pop {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 22px;
    color: #ff003c;
}

.prev-product_icon-pop.card-discount {
    /*top: 37px;
    right: 37px;*/
}

.prev-product.small-version {
    width: 180px;
    min-height: 338px;
}

img.small-version {
    max-width: 158px;
    max-height: 158px;
}

.prev-product_photo.small-version {
    width: 166px;
    height: 166px;
}

.prev-product_photo_link.small-version {
    width: 159px;
    height: 159px;
}

.btn-unit.small-version {
    position: absolute;
    left: 44px;
    bottom: 15px;
}