/******************************************************************************\
                                    �����
\******************************************************************************/

@font-face {
    font-family: 'opensans';
    src: url('/templates/fonts/opensans-regular.eot?t=1');
    src: url('/templates/fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('/templates/fonts/opensans-regular.ttf?t=1') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensans';
    src: url('/templates/fonts/opensans-bold.eot?t=1');
    src: url('/templates/fonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
         url('/templates/fonts/opensans-bold.ttf?t=1') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'baguesans';
    src: url('/templates/fonts/pfbaguesanspro-light.eot?t=1');
    src: url('/templates/fonts/pfbaguesanspro-light.eot?#iefix') format('embedded-opentype'),
         url('/templates/fonts/pfbaguesanspro-light.ttf?t=1') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'baguesans';
    src: url('/templates/fonts/pfbaguesanspro-bold.eot?t=1');
    src: url('/templates/fonts/pfbaguesanspro-bold.eot?#iefix') format('embedded-opentype'),
         url('/templates/fonts/pfbaguesanspro-bold.ttf?t=1') format('truetype');
    font-weight: bold;
    font-style: normal;
}



html, body { padding: 0px; margin: 0px; }
body { background: #f9f9f9; font-size: 12px; font-family: 'opensans', 'arial'; }

table { border-collapse: collapse; }
td { vertical-align: top; padding: 0px; }
a { outline: none; color: #0058a0; }
a img {	border: none; outline: none; }

::-webkit-input-placeholder { color: #919191; opacity: 1; }
::-moz-placeholder { color: #919191; opacity: 1; }
:-moz-placeholder { color: #919191; opacity: 1; }
:-ms-input-placeholder { color: #919191; opacity: 1; }

:focus::-webkit-input-placeholder { color: transparent; }
:focus::-moz-placeholder { color: transparent; }
:focus:-moz-placeholder { color: transparent; }
:focus:-ms-input-placeholder { color: transparent; }

input[placeholder] { text-overflow: ellipsis; }
input::-moz-placeholder { text-overflow: ellipsis; }
input:-moz-placeholder { text-overflow: ellipsis; }
input:-ms-input-placeholder { text-overflow: ellipsis; }




.main-frame { min-width: 1080px; }
.placer { width: 1080px; margin: 0 auto; min-width: 1080px; }
.main-content { position: relative; }
.main-content .placer { position: relative; }

.btn { display: inline-block; vertical-align: top; padding: 13px 15px 11px; cursor: pointer; text-transform: uppercase;  font: bold 11px/12px 'baguesans'; border: none; text-decoration: none; background: #ffc003; color: #fff; border-radius: 5px; }
.btn.dark { background: #440d55; color: #fff; }
.btn:hover { background: #ffcb31; }
.btn.dark:hover { background: #66177e; color: #fff; }
.btn.inline { font-size: 14px; padding: 17px 15px 14px; margin-left: 15px; }

.main-content .btn-small { display: inline-block; font-size: 12px; line-height: 15px; background: #ffc003; color: #fff; padding: 6px 14px 8px; text-decoration: none; border-radius: 5px; }
.main-content .btn-small:hover { background: #440d55; color: #fff; }

.main-content .btn-small.alt { background: #fff; color: #000; border: 1px solid #ffc003; padding: 4px 14px 6px; }
.main-content .btn-small.alt:hover { background: #ffc003; color: #000; }

.btn-big-inline { display: inline-block; font-size: 14px; line-height: 16px; border: 1px solid #ffc003; border-radius: 5px; text-align: center; text-decoration: none; color: #000; padding: 0 21px 0; background: #fff; cursor: pointer; } 
.btn-big-inline > span { display: inline-block; padding: 12px 0 13px; } 
.btn-big-inline .pic {  padding-left: 30px; background: no-repeat 0 -4px; } 
.btn-big-inline .pic.order { background-image: url('/templates/pictures/order-btn.png');  }
.btn-big-inline .pic.order.disabled { background-image: url('/templates/pictures/order-btn-disabled.png');  }
.btn-big-inline:hover { background-color: #ffc003; color: #000; } 
.btn-big-inline:hover .pic { background-position: 0 -54px } 

.btn-big { display: inline-block; font-size: 14px; line-height: 16px; border: 1px solid #ffc003; border-radius: 5px; text-decoration: none; color: #000; padding: 14px 21px 16px; background: #fff; cursor: pointer; } 
.btn-big.invert { background: #ffc003; } 
.btn-big.invert:hover { background-color: #fff; } 
.btn-big.ml { line-height: 12px; padding: 11px 21px 13px; min-width: 120px; } 
.btn-big.pic { padding-left: 51px; background: #fff no-repeat 17px 0; } 
.btn-big.tr { background-color: transparent; } 
.btn-big.pic.tr { background-color: transparent; } 
.btn-big:hover, .main-content a.btn-big:hover { background-color: #ffc003; color: #000; background-position: 17px -50px } 

.btn-big.pic.order { background-image: url('/templates/pictures/order-btn.png');  }
.btn-big.pic.order.disabled { background-image: url('/templates/pictures/order-btn-disabled.png');  }

.btn-big.disabled { cursor: default; color: #919191; border-color: #919191; }
.btn-big.disabled:hover, .main-content a.btn-big.disabled:hover { background-color: #fff; color: #919191; background-position: 17px 0; } 

.btn-big.noclick, .btn-big.disabled { cursor: default; }
.btn-big.noclick:hover, .main-content a.btn-big.noclick:hover { background-color: #fff; color: #000; background-position: 17px 0; }
.btn-big .remain { color: #ffc003; }
.hide { display: none; }

div.btn-big { display: block; text-align: center; }
div.btn-big span { position: relative; z-index: 10; }
div.btn-big.pic { padding-left: 21px; background: #fff; }
div.btn-big.pic.tr { background-color: transparent; }
div.btn-big.pic:before { content: ""; position: relative; z-index: 10; display: inline-block; width: 20px; height: 20px; background: no-repeat 0 0; vertical-align: top; margin: -2px 7px -10px 0; }
div.btn-big.pic.sign:before { background-image: url('/templates/pictures/btn-pic-sign.png'); }
div.btn-big.pic.add:before { background-image: url('/templates/pictures/btn-pic-add.png'); }
div.btn-big.pic.search:before { background-image: url('/templates/pictures/btn-pic-search.png'); }
div.btn-big:hover, div.btn-big.tr:hover { background-color: #ffc003; }
div.btn-big:hover:before {background-position: 0 -100px; } 
div.btn-big.invert.pic { background: #ffc003; } 
div.btn-big.invert.pic:before { background-position: 0 -100px; } 
div.btn-big.invert.pic:hover { background-color: transparent; } 
div.btn-big.invert.pic.tr:hover { background-color: transparent; } 
div.btn-big.invert.pic:hover:before {background-position: 0 0; }

.order-fade-block.end .blink { position: absolute; left: 0; top: 0; right: 0; bottom: 0; border-radius: 2px; background-color: #ffc003; z-index: 1; }


.btn-mid { display: inline-block; font-size: 14px; line-height: 16px; border: 1px solid #ffc003; border-radius: 5px; text-decoration: none; color: #000; padding: 12px 17px 12px; background: #fff; cursor: pointer; } 
.btn-mid.pic { padding-left: 40px; background: #fff no-repeat 13px -4px; } 
.btn-mid:hover, .main-content a.btn-mid:hover { background-color: #ffc003; color: #000; background-position: 13px -54px } 
.btn-mid.pic.submit { background-image: url('/templates/pictures/order-btn.png');  }

.btn-mid.pic.ajax-sending { padding-left: 41px; width: 76px; text-align: center; background: #eee url('/templates/pictures/preloader-mini2.gif') no-repeat 15px 8px; border-color: #aaa; color: #aaa; cursor: default; }
.btn.ajax-sending { padding-left: 50px; background: #eee url('/templates/pictures/preloader-mini2.gif') no-repeat 15px 6px; border-color: #aaa; color: #aaa; cursor: default; }
/*.btn-mid.pic.ajax-sending { padding-left: 0; background: #ddd; border-color: #aaa; color: #aaa; }*/


.helper-btn { display: inline-block; padding: 3px 6px 4px 7px; vertical-align: top; color: #000; font: bold 11px/11px 'opensans'; background: #ffc003; border-radius: 10px; cursor: pointer; }
.helper-btn span, .helper-nobtn span { display: none; }

/*.btn { display: inline-block; vertical-align: top; padding: 10px 10px; cursor: pointer; text-transform: uppercase; font-size: 11px; line-height: 12px; border: none; text-decoration: none; background: #0058a0; color: #fff;  }
.btn.wide { width: 180px; text-align: center; }
input.btn { padding: 9px 10px;  }
.btn:hover { text-decoration: none; background-position: 0 -32px; }
.main-layout-content .btn { box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3); }
.main-layout-content a.btn { color: #fff; }
.main-layout-content a.btn:hover { color: #fff; }*/

.flag { display: inline-block; vertical-align: top; width: 20px; height: 14px; background: url('/templates/pictures/flag.png') no-repeat; }
/*.flag.n2 { background-position: 0 -14px; }
.flag.n3 { background-position: 0 -28px; }
.flag.n4 { background-position: 0 -42px; }
.flag.ua { background-position: 0 -14px; }
.flag.kz { background-position: 0 -28px; }
.flag.by { background-position: 0 -42px; }*/


/*****************************************************************************\
                                 �����, ����
\*****************************************************************************/
.main-top { line-height: 19px; height: 67px; position: fixed; left: 0; top: 0; right: 0; z-index: 1000; background: #440d55; border-top: 5px solid #ffc003; color: #fff; font-family: 'baguesans'; font-weight: bold; text-transform: uppercase; }
.main-top.shadow { box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
.main-top .placer { min-width: 1080px; max-width: 1600px; width: auto; }

.main-top-layout { width: 100%; }
.main-top-layout .right { text-align: right; }
.main-top-layout .w { color: #a588ae; }
.main-top-layout .tab-field { border-right: 1px solid #693d77; position: relative; display: inline-block; vertical-align: top; margin-top: -2px; }
.main-top-layout td { padding: 22px 0 20px; }

.header-menu.menu { cursor: pointer; }
.header-menu { padding: 3px 50px 3px 0; display: inline-block; position: relative; }
.header-menu .mitem { cursor: pointer; }
.popup-menu-bg { position: fixed; left: 0; top: 0; right: 0; bottom: 0; }
.user-menu-popup-placer .header-menu.menu:hover .arrow { background: url('/templates/pictures/header-arrow-hover.png') no-repeat; }
.user-menu-popup-placer .header-menu:hover { cursor: pointer; }

.user-menu-popup-placer { position: relative; display: inline-block; }
.user-menu-popup-placer .pic { vertical-align: top; display: inline-block; margin-right: 9px; margin-top: -1px; position: relative; }
.user-menu-popup-placer .arrow { position: absolute; right: 20px; top: 8px; display: inline-block; width: 16px; height: 9px; background: url('/templates/pictures/header-arrow.png') no-repeat; }
.user-menu-popup { display: none; z-index: 1000; color: #919191; background: #fff; padding: 15px 0 0px; position: absolute; top: -15px; right: 0; min-width: 300px; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2); }
.user-menu-popup > .sel { height: 33px; padding-left: 10px; background: url('/templates/pictures/content-bottom-shadow.png') repeat-x 0 100%; }
.header-menu.sel { display: block; color: #000; }
.header-menu.sel .arrow { background-position: 0 -9px; }
.user-menu-popup .menu-title { display: block; text-align: left; margin: 20px 18px 15px; color: #ffc003; border-bottom: 1px solid #ffc003; }
.user-menu-popup .item { display: block; text-align: left; margin: 6px 18px; }
.user-menu-popup .item a { text-transform: uppercase; color: #440d55; text-decoration: none; line-height: 11px; }
.user-menu-popup .item a:hover { /*border-bottom: 1px dashed #440d55;*/ color: #ffc003; }
.user-menu-popup .item .count { float: right; color: #a588ae; }
.user-menu-popup .item .update { line-height: 9px; display: block; text-transform: lowercase; }
.user-menu-popup .btn { display: block; margin: 10px 10px 10px 10px; text-align: center; }
.user-menu-popup .user-menu-block { display: block; padding: 1px 0 8px; }

.user-scroll-place { display: inline-block; overflow: hidden; white-space: nowrap; width: 150px; vertical-align: top; position: relative;  }
.user-scroll-place .lt-placer { display: block; overflow: hidden; position: relative; }
.user-scroll-place .lt-text { display: inline-block; }
.user-scroll-place .lt-dot { display: inline-block; /*float: right;*/ position: absolute; top: 0; right: 0; bottom: 0; /*padding-left: 3px;*/ width: 10px; font-size: 0; background: url('/templates/pictures/header-fade.png') no-repeat 100% 0; z-index: 100; }
.user-scroll-place.lt2 .lt-dot { background-image: url('/templates/pictures/header-fade-white.png'); }

.long-text-scroll { display: block; overflow: hidden; white-space: nowrap; }
.long-text-scroll .lt-placer { display: block; overflow: hidden; position: relative; }
.long-text-scroll .lt-text { display: inline-block; }
.long-text-scroll .lt-dot { display: inline-block; float: right; padding-left: 3px; }

.auth-form { }
.auth-form .mini-form { padding-right: 20px; }
.auth-form .inp { font-size: 11px; border: 1px solid #693d77; color: #fff; background: #440d55; width: 92px; padding: 7px 8px 7px; margin-right: 5px; border-radius: 2px; }
.auth-form ::-webkit-input-placeholder { color: #a588ae; }
.auth-form ::-moz-placeholder { color: #a588ae; }
.auth-form :-moz-placeholder { color: #a588ae; }
.auth-form :-ms-input-placeholder { color: #a588ae;  }
.auth-form .btn-auth { display: inline-block; vertical-align: top; width: 26px; height: 26px; cursor: pointer; background: #ffc003 url('/templates/pictures/auth-btn-pic.png') no-repeat 50% 8px; border: 1px solid #ffc003; border-radius: 4px;  }
.auth-form .btn-auth:hover { background-color: #440d55; background-position: 50% -92px; }
.auth-form .reg { text-decoration: none; color: #ffc003; display: inline-block; text-transform: uppercase; cursor: pointer; background: url('/templates/pictures/block-title-reg.png') no-repeat 0 1px; padding-left: 20px; margin-left: 17px; }
.auth-form .reg:hover { text-decoration: underline; }
.auth-form .way { text-decoration: none; color: #fff; display: inline-block; text-transform: uppercase; background: url('/templates/pictures/block-title-way.png') no-repeat 0 1px; padding-left: 18px; margin-left: 20px; }
.auth-form .way:hover { text-decoration: underline; }
.auth-form .inp.error { border-color: #f00; color: #f00; }
.auth-form .password-placer { display: inline-block; position: relative; }
.auth-form .password-placer .helper-btn { position: absolute; top: 5px; right: 9px; text-decoration: none; color: #ffc003; background: none; }
.auth-form .password-placer .helper-btn:hover { position: absolute; top: 5px; right: 9px; text-decoration: none; background: #ffc003; color: #440d55; }

.auth-user-name { display: inline-block; vertical-align: top; margin-top: 4px; }

.main-top .exit { display: inline-block; color: #ffc003; margin-left: 20px; margin-right: 20px; text-decoration: none; }
.main-top .exit:hover { color: #fff; }
.main-top .exit .p { vertical-align: top; display: inline-block; width: 12px; height: 12px; margin: 3px 10px 0 0; background: url('/templates/pictures/header-exit.png') no-repeat; }
.main-top .exit:hover .p { background-position: 0 -12px; }

.user-header { white-space: nowrap; }
.user-header .pic { background: url('/templates/pictures/header-user.png') no-repeat; width: 16px; height: 18px; }
.user-header.sel .pic { background-position: 0 -100px; }

.cart-header { margin-left: 20px; }
.cart-header .pic { background: url('/templates/pictures/header-cart.png') no-repeat; width: 21px; height: 20px; margin-right: 13px; }
.cart-header .pic span { background: #ffc003; color: #440d55; font-weight: bold; display: inline-block; position: absolute; padding: 1px 5px; border-radius: 8px; bottom: -7px; left: 16px; font-size: 10px; line-height: 9px; }
.cart-header.sel { text-align: left; margin-left: 0; padding-left: 20px; }
.cart-header.sel .pic { background-position: 0 -20px; }
.cart-header.sel .pic span { background: #440d55; color: #fff; }
.header-cart-summary { display: block; text-align: left; font-weight: normal; text-transform: none; padding: 0 0 0 20px; }
.header-cart-summary .cart-product { display: block; padding: 15px 0 17px; background: url('/templates/pictures/content-bottom-shadow.png') repeat-x 0 100%; }
.header-cart-summary .cart-product .name { display: block; font-weight: bold; color: #440d55; }
.header-cart-summary .cart-product .name a { color: inherit; text-decoration: none; }
.header-cart-summary .cart-product .name a:hover { text-decoration: underline; }
.header-cart-summary .cart-product .info { display: block; color: #919191; font-family: 'opensans'; }
.header-cart-summary .cart-product .info span { color: #000; }
.header-cart-summary .cart-product .supplier { color: #c1c1c1; font-family: 'opensans'; }
.header-cart-summary .cart-scrollbar { display: block; margin: 10px 0; }
.header-cart-summary .cart-scrollbar .viewport { display: block; /*width: 500px;*/ height: 300px; overflow: hidden; position: relative; }
.header-cart-summary .cart-scrollbar .overview { display: block; list-style: none; position: absolute; left: 0; top: 0; right: 0; padding: 0; margin: 0; }
.header-cart-summary .cart-scrollbar .overview :first-child { padding-top: 0; }
.header-cart-summary .cart-scrollbar .overview :last-child {  }
.header-cart-summary .cart-scrollbar .scrollbar { display: block; /*background: #eee;*/ position: relative; float: right; width: 25px; }
.header-cart-summary .cart-scrollbar .track { display: block; background: #ffc003; height: 100%; width: 5px; border-radius: 3px; position: relative; padding: 0; margin-left: 12px; }
.header-cart-summary .cart-scrollbar .thumb { display: block; background: #ffc003; height: 20px; width: 15px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; border-radius: 10px; }
.header-cart-summary .cart-scrollbar .thumb .end { }
.null-cart { display: block; margin: 12px 0 15px; padding-left: 75px; }
.null-cart span { display: block; color: #000;  line-height: 14px; margin-left: -43px; }
.null-cart .add-to-cart { background: url('/templates/pictures/null-cart-add.png') no-repeat; padding: 5px 0 5px 43px; margin-bottom: -5px; }
.null-cart .load-price { background: url('/templates/pictures/null-cart-load.png') no-repeat; padding: 2px 0 2px 43px; }

.title-layout { width: 100%; }
.title-layout .func { text-align: right; vertical-align: bottom; }

.group-btn-placer { display: inline-block; padding-bottom: 22px; }
.group-btn { display: inline-block; border: 1px solid #ffc003; border-radius: 4px; padding: 4px 0; }
.group-btn .item { display: inline-block; padding: 13px 20px; margin: 0 4px; color: #000; text-decoration: none; text-align: center; font-size: 14px; line-height: 14px; cursor: pointer; }
.group-btn .item.disabled { cursor: default; color: #ccc; }
.group-btn .item.sel { background: #ffc003; }

.city-header { margin-left: 27px; color: #ffc003; }
.city-menu .user-menu-popup { right: auto; left: 0; }
.city-menu .pic { margin-top: 3px; }
.city-header.sel { margin-left: 0; padding-left: 27px; white-space: nowrap; }

.city-block { width: 1000px; font-family: 'baguesans'; }
.city-block .hidden { display: none; }
.city-block .title { font-size: 20px; line-height: 20px; font-weight: bold; color: #000; margin-bottom: 15px; }
.city-block .top { background: url('/templates/pictures/content-bottom-shadow.png') repeat-x 0 100%; margin-bottom: 22px; }
.city-block .country-btn { display: inline-block; background: #fdbe03; color: #000; padding: 18px 27px; vertical-align: top; }
.city-block .recent-city { display: inline-block; margin: 19px 0 18px 20px; position: relative; }
.city-block .recent-city a { color: #440d55; text-decoration: none; margin-right: 10px;}
.city-block .recent-city a:hover { text-decoration: underline; }
.city-block .recent-city a.def {  }
.city-block .recent-city .recent-default { display: inline-block;  }
.city-block .recent-city .recent-default .arr { position: absolute; top: 1px; right: -43px; display: inline-block; width: 15px; height: 15px; cursor: pointer; background: url('/templates/pictures/city-nav-right.png') no-repeat 50% 50%; }
.city-block .recent-city .recent-all { display: none; position: relative; }
.city-block .recent-city .recent-all .swiper-container:before { content: ""; display: block; position: absolute; width: 16px; left: 0; top: 0; bottom: 0; background: url('/templates/pictures/city-nav-fader-left.png') repeat-y 0 0; z-index: 10; }
.city-block .recent-city .recent-all .swiper-container:after { content: ""; display: block; position: absolute; width: 16px; right: 0; top: 0; bottom: 0; background: url('/templates/pictures/city-nav-fader-right.png') repeat-y 0 0; z-index: 10; }
.city-block .recent-city .recent-all .swiper-container { display: inline-block; width: 315px; vertical-align: top; }
.city-block .recent-city .recent-all .swiper-wrapper {  }
.city-block .recent-city .recent-all .swiper-slide { display: inline-block; width: auto; }
.city-block .recent-city .recent-all .navi-btn { position: absolute; top: 26px; background: no-repeat 50% 50%; width: 10px; height: 10px; }
.city-block .recent-city .recent-all .navi-btn.swiper-button-next { background-image: url('/templates/pictures/city-nav-right.png'); right: -10px; }
.city-block .recent-city .recent-all .navi-btn.swiper-button-prev { background-image: url('/templates/pictures/city-nav-left.png'); left: -10px; }
.city-block .search-city-placer { position: relative; display: inline-block; margin: 10px 10px 10px 0; float: right;  }
.city-block .search-city { border: 1px solid #d6d6d6; border-radius: 5px; font: bold 12px/12px 'baguesans'; text-transform: uppercase; background: #fff url('/templates/pictures/header-search.png') no-repeat 470px 7px; padding: 10px 33px 10px 15px; width: 450px; }
.select-region { padding: 0 15px 0 25px; }
.select-region table { width: 100%; table-layout: fixed; }
.select-region table td { padding: 0 0 0 20px; }
.select-region .set-start-region { cursor: pointer; padding-bottom: 9px; }
.select-region .set-start-region:hover { color: #440d55; }
.select-region .letter { color: #000; float: left; margin-left: -20px; }

.select-city { width: 975px; table-layout: fixed; margin: 0 0 20px 25px; }
.select-city td { padding: 0 10px 0 0; }
.select-city .scroll-box {  margin: 0px 0px 0 0; padding: 14px 2px 14px 14px; border: 1px solid #d6d6d6; border-radius: 5px; position: relative; }
.select-city .scroll-box.disabled:after { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #000; opacity: 0.1; }
.select-city .scroll-box.disabled .item.sel { opacity: 0.5; }
.select-city .scroll-box .viewport { /*width: 500px;*/ height: 400px; overflow: hidden; position: relative; }
.select-city .scroll-box .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
.select-city .scroll-box .scrollbar{ /*background: #eee;*/ position: relative; float: right; width: 25px; }
.select-city .scroll-box .track { background: #f9f9f9; height: 100%; width: 5px; border-radius: 3px; position: relative; padding: 0; margin-left: 12px; }
.select-city .scroll-box .thumb { background: #ffc003; height: 20px; width: 5px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: 0; border-radius: 3px; }
.select-city .scroll-box .thumb .end { }
.select-city .scroll-box .disable { display: none; }
.select-city .scroll-box .item { display: block; cursor: pointer; padding: 5px 10px 4px; margin: 0; }
.select-city .scroll-box .item.bold { color: #000; }
.select-city .scroll-box .item.sel { background: #440d55; color: #fff; border-radius: 4px; }
.select-city #scrollbox3  .viewport { height: 300px; }
.select-city .btn { margin: 10px 0 0; }
.select-city .nocity { margin: 13px 0 12px; font-weight: normal; text-transform: none; font-size: 15px; color: #000; }
.select-city .nocity label span { display: inline-block; vertical-align: top; width: 290px; }

.ac_results { background: #fff; border: 1px solid #ccc; z-index: 2000; margin-left: 4px; font-weight: normal; color: #000; text-transform: none; font-family: 'opensans'; }
.ac_results ul { margin: 0; padding: 0; list-style: none; }
.ac_results li { margin: 0; padding: 4px 10px; display: block; cursor: pointer; }
.ac_results li:hover, .ac_results .ac_over { background: #ccc; }

.ac_results_search { background: #fff; border: 1px solid #ccc; z-index: 2000; }
.ac_results_search ul { margin: 0; padding: 0; list-style: none; }
.ac_results_search li { margin: 0; padding: 4px 10px; display: block; cursor: pointer; }
.ac_results_search li:hover, .ac_results_search .ac_over { background: #ccc; }

.acResults { background: #fff; border: 1px solid #ccc; z-index: 2000; margin-left: 4px; }
.acResults ul { margin: 0; padding: 0; list-style: none; }
.acResults li { margin: 0; padding: 4px 10px; display: block; cursor: pointer; }
.acResults li:hover { background: #ccc; }



.main-menu { margin-top: 67px; }
.main-menu .logo { display: inline-block; position: absolute; left: 57px; top: 61px; }
.main-menu .placer { min-width: 1080px; max-width: 1600px; width: auto; position: relative; overflow: hidden; }
.main-menu table { margin: 49px auto 0; width: 1100px; }
.main-menu td { padding: 9px 35px; vertical-align: middle; border-left: 1px solid #c9c9c9; }
.main-menu td.first { border-left: 0; /*border-right: 1px solid #c9c9c9;*/ padding-left: 30px; padding-right: 35px; }
.main-menu td.first2 { width: 17px; padding: 0; }
.main-menu td.last { border-left: 0; display: none; }
.main-menu td.last2 { width: 17px; padding: 0; }
.main-menu td.last3 { width: 0; padding: 0; }
.main-menu a { display: inline-block; text-decoration: none; }
.main-menu a:hover { text-decoration: none; }
.main-menu .home { display: inline-block; width: 20px; height: 19px; background: url('/templates/pictures/header-menu-home.png') no-repeat; }
.main-menu .contact { display: inline-block; width: 18px; height: 13px; background: url('/templates/pictures/header-menu-contact.png') no-repeat; }
.main-menu .op:hover { opacity: 0.5; }
.main-menu .top { display: block; text-transform: uppercase; color: #000; font: bold 14px 'baguesans'; }
.main-menu .top.c { display: none; }
.main-menu a:hover .top { color: #919191; }
.main-menu .bottom { color: #919191; font-size: 11px; }
.main-menu .mobile { display: block; background: url('/templates/pictures/pic-app.png') no-repeat 0 0; padding: 28px 0 0 0; color: #919191; font-size: 11px; line-height: 18px; }
.main-menu .mobile:hover { background-position: 0 -100px; color: #5c5c5c; }
.main-menu .mobile.wide { display: inline-block; position: absolute; right: 80px; top: 48px; }
.main-menu .mobile.short { margin-top: 7px; margin-bottom: -5px; }


@media
print,
only screen and (max-width: 1450px){
    .main-menu .logo { display: none; }
    .main-menu .mobile.wide { display: none; }
    .main-menu table { width: auto; }
    .main-menu td { padding: 9px 20px; }
    .main-menu td.f { border-left: 0; }
    .main-menu td.first { padding-right: 20px; }
    .main-menu .home { width: 25px; height: 36px; background: url('/templates/pictures/header-logo-small.png') no-repeat;}
    .main-menu td.last { display: block; }
    .main-menu .top { display: none; }
    .main-menu .top.c { display: block; }
    /*
    
    .main-menu td.last3 { width: 110px; } */
    
    /*.main-menu table { width: auto; }
    .main-menu .top { display: none; }
    .main-menu .top.c { display: block; }
    .main-menu .logo { display: none; }
    .main-menu .home { width: 20px; height: 29px; background: url('/templates/pictures/header-logo.png') no-repeat;}
    .main-menu td.last3 { width: 110px; }   */
}

.main-cheme-bg { background: url('/templates/pictures/main-cheme.png') no-repeat 50% 54px; }
.main-cheme-bg-full { background: url('/templates/pictures/main-cheme-full.png') no-repeat 50% 0; padding: 30px 47px 0 45px; }
.main-cheme-full-bottom { background: url('/templates/pictures/main-cheme-bottom-full.png') no-repeat 50% 50%; height: 270px; }
.main-cheme { width: 100%; table-layout: fixed; }
.main-cheme .c { text-align: center; }
.main-cheme .r { text-align: right; }
.main-cheme td { padding: 0; height: 93px; }
.main-cheme .space { height: 125px; }
.main-cheme-full { width: 100%; table-layout: fixed; }
.main-cheme-full .c { text-align: center; }
.main-cheme-full .r { text-align: right; }
.main-cheme-full td { padding: 0; height: 92px; }
.cheme-box { display: inline-block; height: 50px; padding: 0 10px; width: 178px; border-radius: 4px; border: 1px solid #ffc003; background: #fff; text-align: center; position: relative; margin-right: -2px; }
.cheme-box * { display: block; }
.cheme-box:before { display: inline-block; height: 100%; vertical-align: middle; content: ""; }
.cheme-box .t { width: 178px; color: #000000; font: 18px/19px 'baguesans'; display: inline-block; vertical-align: middle;  }
.cheme-box .s { position: absolute; z-index: 100; bottom: -9px; background: #ffc003; padding: 2px 0; border-radius: 10px; color: #fff; text-transform: uppercase; left: 50%; margin-left: -47px; text-align: center; width: 94px; font-size: 10px; }
.cheme-box .gray { font: 12px/15px 'opensans'; color: #919191; margin-top: 3px; vertical-align: top; }
.cheme-box.wide { display: block; width: auto; height: 70px; margin: -1px 0 0 0; }
.cheme-box.wide .t { width: 295px; }
.last-space { height: 53px; border-top: 10px solid #fff; }
.last-space-small { height: 30px; border-top: 10px solid #fff; margin-bottom: 10px; }

.cheme-box.tr { background: transparent; width: 148px; }
.cheme-box.tr .t { width: 148px; font: 14px/19px 'opensans'; }


.main-table-column { width: 100%; table-layout: fixed; color: #919191; font-family: 'opensans'; }
.main-table-column > tbody > tr > td:first-child { padding-right: 20px; }
.main-table-column > tbody > tr > td:last-child { padding-left: 20px; }
.main-table-column > tbody > tr > td.arrow { background: url('/templates/pictures/main-arrow-down.png') no-repeat 50% 100%; }
.main-table-column > tbody > tr > td.arrow.big-space { }
.main-table-column > tbody > tr > td.arrow.big-space .last-space { height: 30px; }
.main-table-column > tbody > tr > td.arrow.big-space .col-block { margin-bottom: 11px; }
.main-table-column > tbody > tr > td.arrow:first-child { background-position: 47% 100%; }
.main-table-column > tbody > tr > td.arrow:last-child { background-position: 52% 100%; }
.main-table-column > tbody > tr > td.space { padding-top: 10px; }
.main-table-column .col-block { border: 1px solid #440d55; background: #fff; border-radius: 5px; margin-bottom: 11px; }
.main-table-column .col-block .col-header { margin: -1px -1px 0 -1px; }
.main-table-column .col-header { background: #440d55; color: #fff; text-align: center; padding: 14px 0; border-radius: 5px; font: bold 18px/19px 'baguesans'; }
.main-table-column .col-brand-placer { margin: 18px 4px 18px 28px; height: 220px; overflow: hidden; position: relative; }
.main-table-column .col-brand-placer:after { content: ""; position: absolute; left: 0; bottom: 0; right: 0; height: 28px; background: url('/templates/pictures/main-cheme-fader.png') repeat-x 0 100%; }
.main-table-column .col-brand-placer.nofade { margin: 18px 28px 18px 28px; }
.main-table-column .col-brand-placer.nofade:after { display: none; }
.main-table-column .col-brand-placer.c { margin: 18px 0 18px 0; }
.main-table-column .col-brand { width: 100%;}
.main-table-column .col-brand td { padding-right: 10px;  }
.main-table-column .col-brand td div { margin-top: 2px;  }
.main-table-column .c .col-brand td { text-align: center; padding: 0; }
.main-table-column .last-space.arrow.big-space { height: 30px; margin-bottom: 10px; border-top: none; background: url('/templates/pictures/main-arrow-down.png') no-repeat 50% 100%; }
.main-table-column .big-text { font: 14px/25px 'opensans'; color: #000; }
.main-table-column .big-text ul.ul-sq { margin: 0; list-style: none; padding-left: 10px; }
.main-table-column .big-text ul.ul-sq li { position: relative; padding-left: 10px; }
.main-table-column .big-text ul.ul-sq li:before { content: ""; position: absolute; left: -10px; top: 7px; width: 10px; height: 10px; background: #ffc003; }
.main-table-column .big-text ul.ul-plus { margin: 0; list-style: none; padding-left: 5px; }
.main-table-column .big-text ul.ul-plus li { position: relative; padding-left: 10px; }
.main-table-column .big-text ul.ul-plus li:before { content: "+"; position: absolute; left: -5px; top: 0px; color: #ffc003; font: 14px/25px 'opensans'; }
.main-table-column .col-block.yellow { border-color: #ffc003; }
.main-table-column .col-block.yellow .col-header { background: #ffc003; color: #fff; }
.main-table-column .col-block.yellow .col-header span { color: #000; }
.main-table-column .sample { color: #919191; margin-top: 15px; }
.main-table-column .sample strong { color: #000; }



.main-seo-text-container { overflow: hidden; font-size: 12px; line-height: 19px; padding-bottom: 30px; }
.main-seo-text-container.big { font-size: 14px; line-height: 25px; }
.main-seo-text {  }
.main-seo-text h1 { /*font: bold 20px/24px 'baguesans';*/ /*font-weight: bold;*/ font-size: 20px; line-height: 24px; margin: 0; }
.main-seo-text h2 { /*font: 20px/24px 'baguesans';*/ font-size: 20px; line-height: 24px; margin: 0 0 40px; }
.main-seo-text table { width: 100%; }
.main-seo-text table td { /*width: 316px;*/ vertical-align: top; /*adding-right: 44px;*/ /*font: 12px/19px 'opensans';*/ color: #919191; }
/*.main-seo-text table td:last-child { width: auto; padding-right: 0; color: #000; }*/
.main-seo-text table td :first-child { margin-top: 0; }
.main-seo-text table td p { margin: 34px 0 0; }
.main-seo-text-container.big ul { list-style: none; padding-left: 10px; }
.main-seo-text-container.big li { position: relative; padding-left: 10px; }
.main-seo-text-container.big li:before { content: ""; position: absolute; left: -10px; top: 7px; width: 10px; height: 10px; background: #ffc003; }


/*****************************************************************************\
                                 �������
\*****************************************************************************/
.main-content .placer { box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); margin-top: 45px; }
.main-layout { width: 100%; }
.main-layout .main-layout-content { background: #fff url('/templates/pictures/content-right-shadow.png') repeat-y 100% 0; padding: 40px 40px; }
.main-layout .main-layout-content.onecol { background: #fff; }
.main-layout.wide { margin-top: 10px; }
.main-layout.wide .main-layout-content { background: #fff; padding: 35px 40px; }
.main-layout .main-layout-column { background: #fff; width: 320px; }

.main-content a:hover { color: #440d55; }

.reg-form-info { font: 14px/20px 'opensans'; }
.reg-form-info p:first-child { margin-top: 0; }
.user-text { font: 14px/20px 'opensans'; }
.user-text :first-child { margin-top: 0; }
.user-text hr { border: none; border-top: 1px solid #ffc003; padding: 0; margin: 17px 0; }
.user-text ul { padding-left: 7px; margin: 10px 0 20px; }
.user-text ul li { list-style: none; background: url('/templates/pictures/ul-li-pic.png') no-repeat 0 1px; margin: 5px 0; padding-left: 28px; }
.user-text ul li em { font-style: normal; color: #919191; }


.breadcrumbs {}
.breadcrumbs a, .breadcrumbs .a { vertical-align: top; display: inline-block; padding: 3px 8px 4px 15px; border: 1px solid #c4c4c4; border-left: none; border-right: none; color: #919191; font-size: 11px; line-height: 11px; text-decoration: none; margin-left: -6px; margin-bottom: 5px; }
.breadcrumbs > :first-child { border-left: 1px solid #c4c4c4; padding: 3px 4px 4px 9px; border-radius: 3px 0 0 3px; margin-left: 0; }
.breadcrumbs .sep, .breadcrumbs .sep-spec { vertical-align: top; display: inline-block; width: 12px; height: 20px; background: url('/templates/pictures/breadcrumbs-arrow.png') no-repeat; } /*20px*/
.breadcrumbs > :last-child { vertical-align: top; display: inline-block; margin-left: -6px; }
.breadcrumbs > :last-child .bg { vertical-align: top; display: inline-block; padding: 4px 8px 5px 7px; background: #ffc003; color: #000; font-size: 11px; line-height: 11px; }
.breadcrumbs > :last-child .l1 { vertical-align: top; display: inline-block; border-color: #ffc003; border-style: solid; border-width: 10px 0 10px 11px; border-left-color: transparent; font-size: 0; line-height: 0; }
.breadcrumbs > :last-child .l2 { vertical-align: top; display: inline-block; border-color: transparent; border-style: solid; border-width: 10px 0 10px 11px; border-left-color: #ffc003; font-size: 0; line-height: 0; }
.breadcrumbs.func .b { border-radius: 3px; display: inline-block;  border: 1px solid #c4c4c4; padding: 1px 5px 3px; color: #919191; font-size: 11px; line-height: 11px; text-decoration: none; margin-left: 5px; margin-bottom: 3px;  }
.breadcrumbs.func .sep { display: none;  }
.breadcrumbs.func .block { display: inline-block; vertical-align: top; width: 600px; margin-left: 1px; padding-top: 1px; }

.pagetitle {}
.pagetitle > h1, .pagetitle > .h1 { display: inline-block; font: bold 40px/40px 'baguesans'; margin: 15px 0 30px; padding: 0; }
.pagetitle.main > h1, .pagetitle.main > .h1 { margin-top: 0; }
.pagetitle .h1 h1 { font: inherit; margin: 0; padding: 0; display: inline; }
.pagetitle h1 span { font-weight: normal; }
.pagetitle span.light { font-weight: normal; }
.pagetitle span.small { font-size: 20px; line-height: 25px; display: block; margin-top: 5px; }

.main-footer {}
.main-footer .placer { text-align: center; color: #919191; padding: 55px 0 35px; }
.main-footer a { display: inline-block; color: inherit; text-decoration: none; margin: 0 11px; }
.main-footer a:hover { color: #440d55; }
.main-footer .menu { margin-bottom: 32px; }
.main-footer .logo { display: inline-block; margin-top: 11px; }

.module-spec-text { border-top: 1px solid #ffc003; color: #919191; padding: 30px 0 25px 0; line-height: 18px; font-size: 12px; }
.module-spec-text p { margin: 21px 0; }
.module-spec-text b, .module-spec-text strong { color: #000; font-weight: normal; }

/*****************************************************************************\
                                 ������ �������
\*****************************************************************************/
.side-block { padding: 39px 39px 40px; font-size: 14px; line-height: 17px; }
.side-block .side-block-title { font: 20px/18px 'baguesans'; margin-bottom: 35px; color: #000; text-decoration: none; }
.side-block a.side-block-title { display: inline-block; padding-bottom: 2px; border-bottom: 1px dashed #fff; }
.side-block a.side-block-title:hover { border-bottom-color: #440d55; color: #440d55; }
.side-block .item:last-child { margin-bottom: 0; }
.side-block.first { border-top: 5px solid #ffc003; }
.side-block.bright { background: #ffc003; }
.side-block.dark { background: #440d55; color: #fff; padding-bottom: 38px; }
.side-block.dark a { color: #ffc003; }
.side-block.dark .count { color: #a588ae; }
.side-block.dark .side-block-title { color: #fff; }
.side-block .side-block-title-big { font: bold 30px/30px 'baguesans'; color: #000; text-decoration: none; }
.side-block .help-text { margin-top: 30px; font: 14px/25px 'opensans'; color: #000; position: relative; }
.side-block .help-text .line { border-bottom: 1px dashed #ffc003; }
.side-block .help-line { margin-top: 30px; border-bottom: 5px solid #ffc003; }
.side-block.nopadding { padding-bottom: 0; }
.side-tab {}
.side-tab .tab-header-bg { background: #440d55; padding: 2px 2px 0 2px; }
.side-tab .tab-header table { width: 100%; }
.side-tab table .tab-header-item { font: 12px/20px 'opensans'; color: #fff; background: #440d55; padding: 7px 5px 10px; text-align: center; vertical-align: middle; border-right: 2px solid #440d55; cursor: pointer; }
.side-tab table .tab-header-item:first-child { border-left: none; }
.side-tab table .tab-header-item:last-child { border-right: none; }
.side-tab table .tab-header-item:hover { color: #ffc003; }
.side-tab table .tab-header-item.sel { background: #ffc003; color: #000; }
.side-tab .side-block.tab-content-item { display: none; }
.side-tab .side-block.tab-content-item.sel { display: block; }
.tab-cat-switch { background: #ffc003; padding: 20px 10px 0 20px; font-size: 12px; }
.tab-cat-switch .a { color: #000; text-decoration: none; background: url('/templates/pictures/tab-cat-switch.png') no-repeat 0 -98px; padding-left: 37px; display: inline-block; cursor: pointer; }
.tab-cat-switch .a.sel { background-position: 0 2px; }
.tab-cat-switch .a span { border-bottom: 1px dashed #fff; display: inline-block; }
.tab-cat-switch .a:hover { text-decoration: none; }
.tab-cat-switch .a:hover span { border-bottom-color: #000; }

.side-catalog { margin: 20px -39px -10px; }
.side-catalog .item { cursor: pointer; display: block; color: #000; text-decoration: none; }
.side-catalog .item:hover { color: #000; text-decoration: none; }
.side-catalog .item.level1 { border-top: 1px solid #ffd968; border-bottom: 1px solid #ffd968; margin-top: -1px; font: bold 18px/25px 'baguesans';  }
.side-catalog .item.level1 span { display: block; padding: 16px 39px; margin: 1px 0; background: url('/templates/pictures/side-catalog-right-arrow.png') no-repeat 290px 22px; }
.side-catalog .item.level1:hover span { background-color: #ffcb2f; background-position: 290px -78px; }
.side-catalog .item.level1.sel span { background: url('/templates/pictures/side-catalog-left-arrow.png') no-repeat 10px 22px; }
.side-catalog .item.level1.hide { display: none; }
.side-catalog .subitems { display: none; }
.side-catalog .subitems.sel { display: block; }
.side-catalog .subitems.level2 { padding: 10px 30px 0; }
.side-catalog .item.level2 { padding: 0 39px; margin: 0 -30px; display: block; font: 14px/30px 'opensans';   }
.side-catalog .item.level2 > span { display: block; border-radius: 4px; padding: 0 10px; margin: 0 -10px;  }
.side-catalog .item.level2:hover > span { background: #ffcb2f; }
.side-catalog .item.level2.sel { background: url('/templates/pictures/side-catalog-left-arrow.png') no-repeat 10px 33%; padding-bottom: 10px; border-bottom: 1px solid #ffd968; }
.side-catalog .item.level2.sel span span { display: none; }
.side-catalog .item.level2.hide { display: none; }
.side-catalog .subitems.level3 { padding: 10px 0 0 20px; }
.side-catalog .item.level3 { display: block; margin: 2px 0 2px -22px; padding: 0 12px;  font: 12px/18px 'opensans';  }
.side-catalog .item.level3 span { display: block; border-radius: 4px; padding: 4px 10px 5px; margin: 0 -10px; }
.side-catalog .item.level3:hover span { background: #ffcb2f; }
.side-catalog .item.level3.sel span { background: #fff; }
.side-catalog .function-placer { padding: 0 0 0 0; margin: 15px 0 0 -10px; }
.side-catalog .function-block { display: none; }
.side-catalog .function-list-title { margin: 0 0 10px; border-top: 1px solid #fff; padding: 17px 0 0; color: #fff; cursor: pointer; background: url('/templates/pictures/side-catalog-v-arrow.png') no-repeat 100% -78px; }
.side-catalog .function-list-title.sel { background-position: 100% 22px; }
.side-catalog .function-list-content { margin: 17px 0 10px; font-size: 12px; display: none; }
.side-catalog .function-list-content.sel { display: block; }
.side-catalog .function-list-content div { margin-bottom: 7px; }
.side-catalog .function-list-content input[type="checkbox"] + label { cursor: pointer; vertical-align: middle; color: #000; padding-left: 23px; display: inline-block; }
.side-catalog .function-list-content input[type="checkbox"] + label::before { margin: -3px 7px 0 -23px; background-image: url('/templates/pictures/checkbox-white.png');  }
.side-catalog .function-btn-block { padding-top: 15px; display: none; }
.side-catalog .function-btn-block.sel { display: block; }

.snap-fixed-block { position: fixed; width: 320px; }
.snap-fixed-block .side-catalog { overflow: hidden; height: 0; margin: 0; }
.snap-side-block { position: relative; }
.snap-side-block .toggle { position: absolute; top: 51px; right: -36px; display: block; width: 16px; height: 14px; cursor: pointer; background: url('/templates/pictures/side-block-toggle.png') no-repeat 0 0; }
.snap-side-block .toggle.snap { background-position: 0 -100px; }

.arrow-light-v { position: absolute; bottom: -35px; width: 8px; height: 29px; background: url('/templates/pictures/help-light-arrow-vertical.png') no-repeat 0 100%; }
.arrow-light-v.l { left: -20px; height: 74px; }
.arrow-light-v.l:after { content: ""; position: absolute; left: 5px; top: 0; border-top: 2px solid #ffc003; width: 9px; }
.arrow-light-v.l1 { left: 55px; }
.arrow-light-v.r1 { left: 165px; }
.arrow-light-v.r { left: 245px; height: 74px; }
.arrow-light-v.r:after { content: ""; position: absolute; right: 5px; top: 0; border-top: 2px solid #ffc003; width: 9px; }


.arrow-dark-v { position: absolute; top: 12px; width: 2px; background: #440d55; height: 29px; position: absolute; z-index: 100; }
.arrow-dark-v.l { left: -23px; height: 315px; }
.arrow-dark-v.r { right: -21px; height: 290px; }
.arrow-dark-v.l:before { content: ""; position: absolute; left: 0; top: 0; height: 2px; width: 12px; background: #440d55; }
.arrow-dark-v.l:after { content: ""; position: absolute; left: 0; bottom: -4px; height: 8px; width: 26px; background: url('/templates/pictures/help-dark-arrow-horizontal.png') no-repeat 100% 0; }
.arrow-dark-v.r:before { content: ""; position: absolute; right: 0; top: 0; height: 2px; width: 12px; background: #440d55; }
.arrow-dark-v.r:after { content: ""; position: absolute; right: 0; bottom: -4px; height: 8px; width: 26px; background: url('/templates/pictures/help-dark-arrow-horizontal.png') no-repeat 0 0; }

.search-block { position: relative; }
.search-block form { margin-bottom: 14px; }
.search-block .keyword { border: none; border-bottom: 1px solid #ffc003; width: 212px; padding: 0 30px 6px 0; font-size: 14px; color: #919191; }
.search-block .keyword:focus { color: #000; outline: none; }
.search-block .pic { position: absolute; right: 0; top: 0; width: 19px; height: 18px; background: url('/templates/pictures/right-search.png') no-repeat; cursor: pointer; }
.search-block .pic:hover { background-position: 0 -18px; }
.search-block .advanced { color: #000; text-decoration: none; border-bottom: 1px dashed #ffc003; font-size: 12px; }
.search-block .advanced:hover { color: #440d55; border-bottom-color: #440d55; }

.brand-letter { margin-right: -5px; }
.brand-letter a { color: #000; background: #fff; display: inline-block; margin: 5px 5px 0 0; font: bold 14px/18px 'baguesans'; padding: 6px 0; text-align: center; text-decoration: none; text-transform: uppercase; width: 30px; }
.brand-letter a:hover { background: #440d55; color: #fff; }

.brand-cat-placer { text-align: left; }
.brand-cat-placer .brand-cat { display: inline-block; }
.brand-cat { display: block; border: 1px solid #ffc003; border-radius: 4px; padding: 4px 0; }
.brand-cat .it { display: inline-block; width: 161px; padding: 10px 0; margin: 0 4px; text-align: center; font-size: 14px; line-height: 14px; }
.brand-cat .it.disabled { cursor: default; color: #ccc; }
.brand-cat .it.sel { background: #ffc003; }

.brand-cat .it.a {  padding: 0; }
.brand-cat .it.a a { display: block; padding: 10px 0; text-decoration: none; color: #000; }


.user-block {}
.user-block .item { display: block; margin: 12px 0; }
.user-block a { text-decoration: none; }
.user-block a:hover { color: #fff;  }
.user-block .count { float: right; }
.user-block .menu-title { display: block; color: #a588ae; margin-top: 25px; border-bottom: 1px solid #a588ae; }
.user-block .update { display: block; font-size: 12px; color: #a588ae; margin-top: 2px; }
.user-block .balance { border: 1px solid #ffc003; border-radius: 5px; padding: 16px 19px; margin: -18px -19px 20px; }
.user-block .balance a { float: right; }

.file-price { display: block; text-decoration: none; margin-top: 20px; background: url('/templates/pictures/right-xls.png') no-repeat; padding-left: 55px; position: relative; }
.file-price .name { border-bottom: 1px dashed #ffc003; color: #000; line-height: 19px; }
.file-price .date { margin-top: 7px; font-size: 12px; color: #919191; }
.file-price .size { position: absolute; left: 0; top: 45px; font-size: 12px; color: #ffc003; }
.file-price:hover { text-decoration: none; background: url('/templates/pictures/right-xls.png') no-repeat 0 -139px; }
.file-price:hover .name { color: #440d55; border-bottom-color: #440d55; }
.file-price:hover .size { color: #440d55; }
.na .file-price { background-image: url('/templates/pictures/right-xls-gray.png'); }
.na .file-price .name { border-bottom-color: #919191; }
.na .file-price .size { color: #919191; }
.na .file-price:hover { background-image: url('/templates/pictures/right-xls-gray.png'); }
.na .file-price:hover .name { color: #440d55; border-bottom-color: #440d55; }
.na .file-price:hover .size { color: #440d55; }



.currency-block { width: 100%; }
.currency-block td { padding-top: 5px; padding-bottom: 5px; }
.currency-block .space td { padding-top: 2px; padding-bottom: 2px; }
.currency-block .w { background: #fff; }
.currency-block .b { background: #440d55; color: #ffc003; }
.currency-block .name { padding-left: 8px; width: 84px; }
.currency-block .name span { color: #919191; }
.currency-block .trand { color: #a588ae; font-size: 11px; padding-left: 8px; width: 42px; }
.currency-block .direct { padding-right: 5px; padding-left: 2px; }
.currency-block .direct span { display: inline-block; height: 0; margin-top: -2px; border-style: solid; border-color: transparent; vertical-align: middle; }
.currency-block .direct span.up { border-width: 0 4px 4px; border-bottom-color: #ffc003; }
.currency-block .direct span.down { border-width: 4px 4px 0; border-top-color: #ffc003; }
.currency-block .date { width: 30px; padding-right: 8px; padding-left: 8px; color: #919191; font-size: 11px; text-align: center; }

.social-widget {}
.social-widget .selector { width: 247px; table-layout: fixed; border-collapse: separate; margin: 0 -3px 7px -3px; }
.social-widget .selector .tab { border: 1px solid #ffc003; border-radius: 4px; padding: 0; height: 25px; background: #fff no-repeat 50% 0; cursor: pointer; }
.social-widget .selector .tab.vk { background-image: url('/templates/pictures/social-tab-vk.png'); }
.social-widget .selector .tab.ok { background-image: url('/templates/pictures/social-tab-ok.png'); }
.social-widget .selector .tab.fb { background-image: url('/templates/pictures/social-tab-fb.png'); }
.social-widget .selector .tab.sel { background-color: #ffc003; background-position: 50% -25px;  }
.social-widget .social-block { display: none; }
.social-widget .social-block.show { display: block; }


/*****************************************************************************\
                               ������� �������
\*****************************************************************************/

.param-item { display: inline-block; color: #000; padding-left: 18px; margin-left: 16px; }
.param-item.np { padding-left: 0; }
a.param-item { text-decoration: none; }
a.param-item span {  border-bottom: 1px dashed #ffc003; }
a.param-item:hover { text-decoration: none; color: #440d55; background-position: 0 -97px; }
a.param-item:hover span {border-bottom-color: #440d55;  }
.param-item.unisex { background: url('/templates/pictures/product-sex-unisex.png') no-repeat 0 3px; }
.param-item.men { background: url('/templates/pictures/product-sex-male.png') no-repeat 0 2px; }
.param-item.men:hover { background-position: 0 -98px; }
.param-item.women { background: url('/templates/pictures/product-sex-female.png') no-repeat 0 3px; }

.cat-block { color: #919191; border-top: 1px solid #ffc003; border-bottom: 1px solid #ffc003; padding: 35px 0; font-size: 14px; line-height: 18px; }
.cat-block a {  }

.brands { margin-top: 0; font-size: 14px; line-height: 18px; width: 100%; table-layout: fixed; }
.brands a { color: #000; text-decoration: none; }
.brands a:hover { color: #440d55; text-decoration: underline; }
.brands .b a { font-weight: bold; }
.brands div { margin: 10px 0; }
.brands div.title { margin: 35px 0; text-transform: uppercase; font: bold 30px/30px 'baguesans'; }
.brands div.brand-title { margin: 0 0 26px; text-transform: uppercase; font: bold 30px/30px 'baguesans'; }

.brand-page-header { border-top: 1px solid #ffc003; border-bottom: 1px solid #ffc003; font-size: 14px; line-height: 18px; width: 100%; }
.brand-page-header.alt { border-bottom: none; }
.brand-page-header td { padding: 35px 0; color: #919191; }
.brand-page-header td.func { padding: 57px 0; width: 70px; text-align: right; }
.brand-page-header .logo { width: 125px; padding-right: 35px; }
.brand-page-header .img { display: inline-block; border: 1px solid #d5d5d5; }
.brand-page-header .param-item { margin-right: 16px; }
.brand-page-header .l { margin-bottom: 5px; }
.btn-big.available { margin-top: 37px; background-image: url('/templates/pictures/product-available.png'); }


a.v1 { text-decoration: none; border-bottom: 1px dashed #ffc003; color: #000; }
a.v1:hover { text-decoration: none; border-bottom-color: #440d55; color: #440d55; }
.na a.v1 { border-bottom-color:#919191; }
.na a.v1:hover { border-bottom-color: #440d55; }

.line-block-placer { margin-right: -10px; }
.line-block-placer hr { border: none; border-top: 1px solid #d6d6d6; padding: 0; margin: 35px 0 0; }
.line-block-item { display: inline-block; margin: 40px 10px 0 0; width: 220px; vertical-align: top; }
.line-block-item .img { border: 1px solid #d5d5d5; margin-bottom: 14px; }
.line-block-item .img.vintage-label { position: relative; }
.line-block-item .img.vintage-label:after { content: ""; position: absolute; left: -3px; bottom: -3px; width: 81px; height: 81px; }
.line-block-item .img.vintage-label.level1:after { background: url('/templates/pictures/label-vintage-available.png') no-repeat 0 100%; }
.line-block-item .img.vintage-label.level2:after { background: url('/templates/pictures/label-vintage-only.png') no-repeat 0 100%; }
.line-block-item .img a { display: block; position: relative; line-height: 0; }
.line-block-item .img a:hover:after { content: " "; position: absolute; top: -1px; right: -1px; left: -1px; bottom: -1px; border: 5px solid #fff0c2; }
.line-block-item .img img { margin: 29px 0; }
.line-block-item .brand-name a { margin-left: 2px; font-size: 14px; line-height: 17px; font-weight: bold; }
.line-block-item .name a { margin-left: 2px; font-size: 14px; line-height: 17px;  }
.line-block-item .sex { margin: 4px 0 0 2px; color: #ffc003; font-size: 12px; line-height: 14px; }
.line-block-item .type { color: #919191; }
.line-block-item .sex .ico { display: inline-block; width: 12px; height: 12px; margin: 2px 5px 0 2px; vertical-align: top; }
.line-block-item .sex .ico.men { background: url('/templates/pictures/product-sex-male-small.png') no-repeat; }
.line-block-item .sex .ico.women { background: url('/templates/pictures/product-sex-female-small.png') no-repeat; }
.line-block-item .sex .gray { color: #919191; }
.line-block-item .price { margin: 13px 0 0 2px; font-size: 12px; line-height: 12px; color: #919191; }
.line-block-item .price td { padding-right: 5px; }
.line-block-item .price .value { padding-top: 6px; font-size: 14px; color: #000; font-weight: bold; }
.line-block-item .price .value .o { color: #919191; font-weight: normal; font-size: 13px; }
.line-block-item .notavailable { margin-bottom: 3px; }
.line-block-item .reservation { font-size: 14px; line-height: 17px; }

.line-block-item.cl .img img { margin: 0 0; }
.line-block-item.cl .img img.noimg { margin: 29px 0; }
.line-block-item.cl2 .img a { height: 316px; }
.line-block-item.cl2 .img a.bg { background: #f9f9f9; }
.line-block-item.cl2 .img img { margin: 0 0; width: 218px; }
.line-block-item.cl2 .img img.noimg { margin: 110px 0 0; width: auto; }

.product-block-line { border-bottom: 1px solid #ffc003; padding: 15px 0 0; }
.product-block-line:first-child { border-top: 1px solid #ffc003; }
.product-block-line > table { width: 100%; }
.product-block-line .img { width: 95px; }
.product-block-line .name { width: 230px; padding-right: 10px; }
.product-block-line .pic { border: 1px solid #d5d5d5; padding: 10px; width: 55px; height: 55px; display: inline-block; }
.product-block-line .brand { color: #000; text-decoration: none; font-size: 14px; font-weight: bold; }
.product-block-line .brand:hover { color: #000; text-decoration: underline;  }
.product-block-line .line { color: #000; text-decoration: none; font-size: 12px; }
.product-block-line .line:hover { color: #000; text-decoration: underline;  }
.product-block-line .sex { margin: 4px 0 0 0; color: #ffc003; font-size: 12px; line-height: 14px; }
.product-block-line .gray { color: #919191; }
.product-block-line .price { margin: 0; font-size: 12px; line-height: 12px; color: #919191; }
.product-block-line .price td { padding-right: 10px; }
.product-block-line .price .value { padding-top: 6px; font-size: 14px; color: #000; font-weight: bold; }
.product-block-line .price .value .o { color: #919191; font-weight: normal; }
.product-block-line .notavailable { margin-bottom: 3px; }
.product-block-line .reservation { font-size: 14px; line-height: 17px; }
.product-block-line .fav { display: block; text-align: right; margin-top: 13px; }
.product-block-line .favorite { display: inline-block; width: 19px; height: 18px; background: url('/templates/pictures/favorite.png') no-repeat 0 0; cursor: pointer; }
.product-block-line .favorite.sel { background-position: 0 -18px; }
.product-block-line .space { height: 15px; }

.product-price-list-placer { position: relative; margin-top: 15px; }
.product-price-list-placer .show-all-product-placer-list { position: absolute; right: 0; bottom: -1px; }
.product-price-list-placer .show-all-product-placer-list .show-btn { display: inline-block; padding: 5px 16px 5px 36px; border: 1px solid #ffc003; color: #ffc003; background: url('/templates/pictures/show-all-btn-down.png') no-repeat 12px 10px; border-radius: 4px 4px 0 0; cursor: pointer; }
.product-price-list-placer .show-all-product-placer-list .show-btn:hover { background-color: #ffc003; background-position: 12px -90px; color: #fff; }
.product-price-list-placer .show-all-product-placer-list.opened .show-btn { background-image: url('/templates/pictures/show-all-btn-up.png'); }
.product-price-list-placer .show-all-product-placer-list.opened .show-btn:hover { }
.product-price-list-items { overflow: hidden; }


.page-loader { border-bottom: 1px solid #ffc003; text-align: center; margin-top: 32px; }
.page-loader a { display: inline-block; background: #ffc003; padding: 12px 25px; color: #000; text-decoration: none; font-size: 14px; line-height: 14px; border-radius: 5px 5px 0 0; }
.page-loader a:hover { background: #f5b800; }
.page-loader .w { color: #fff; }
.page-loader .navigator-placer { display: none; }

.navigator-placer.alt { border-top: 1px solid #ffc003; margin-top: 45px; }

.review-placer .page-loader { border-bottom: none; }
.review-placer .page-loader a { display: block; background: #fff; border: 1px solid #ffc003; padding: 15px 25px; color: #000; text-decoration: none; font-size: 14px; line-height: 14px; border-radius: 5px; }
.review-placer .page-loader a > span { display: inline-block; background: url('/templates/pictures/show-all-btn-down.png') no-repeat 0 4px; padding: 0 0 0 23px; }
.review-placer .page-loader a:hover { background: #ffc003; }
.review-placer .page-loader a:hover > span { background-position: 0 -96px; }
.review-placer .page-loader .w { display: none; }


.seo-block-placer.no-line .seo-block { border-top: none; margin-top: 0; }
.seo-block { border-top: 1px solid #ffc003; margin-top: 35px; color: #919191; font-size: 12px; line-height: 19px; overflow: hidden; }
.seo-block :first-child { margin-top: 30px; }
.seo-block h2 { font-size: 18px; line-height: 24px; color: #333; }

.collapsed-text { position: relative; }
.collapsed-text.closed:after { content: ""; position: absolute; left: 0; bottom: 0; right: 0; height: 18px; background: url('/templates/pictures/main-cheme-fader.png') repeat-x left bottom; background-size: auto 100%; }

.zoom-images-place { position: relative;  }
.zoom-images-place .zoom-image-source { position: relative; }
.zoom-images-place .mark { display: none; position: absolute; border: 1px solid #777; background: #fff; opacity: 0.5; cursor: move; }
.zoom-images-place .zoom-box { position: absolute; top: 0; left: 300px; bottom: 2px; width: 300px; background: #fff no-repeat; border: 1px solid #d5d5d5; z-index: 100; overflow: hidden; display: none; box-shadow: 1px 0 7px rgba(0,0,0,0.17);}


.line-block { border-top: 1px solid #ffc003; padding-top: 35px; position: relative;  }
.line-img { border: 1px solid #d5d5d5; text-align: center; display: inline-block; width: 194px; height: 194px; cursor: pointer; }
.line-img.no {cursor: default; }
.line-img.no.allow-click {cursor: pointer; }
.line-img img { margin: 27px 0; }
.line-img.cl { width: 278px; height: 402px;}
.line-img.cl img { margin: 0; }
.cl-header-layout { width: 100%; }
.cl-header-layout .l { width: 280px;  }
.cl-header-layout .sp > td { padding-top: 30px;  }
.line-char-block { display: inline-block; vertical-align: top; margin-left: 40px; }
.line-char-block.alt { margin-top: 10px; }
.line-info { font-size: 14px; margin-bottom: 30px; }
.line-info > div { margin-bottom: 12px; }
.line-info > div > span { margin-right: 6px; color: #919191; }
.line-char { font-size: 14px; line-height: 16px; }
.line-char td { padding: 0 37px 35px 0; }
.line-char .l { color: #919191; margin-bottom: 4px; }
.line-char .pic { padding-left: 18px; background: no-repeat 0 2px; }
.line-char .pic-id { background-image: url('/templates/pictures/product-code.png'); }
.line-char .pic-origin { background-image: url('/templates/pictures/product-origin.png'); }
.line-char .pic-time { background-image: url('/templates/pictures/product-age.png'); }
.line-char .pic-women { background-image: url('/templates/pictures/product-sex-female.png'); }
.line-char .pic-men { background-image: url('/templates/pictures/product-sex-male.png'); }
.line-char .pic-unisex { background-image: url('/templates/pictures/product-sex-unisex.png'); }
.btn-big.review-link { margin-top: 7px; background-image: url('/templates/pictures/product-about.png'); }
.btn-big.review-link.wide { display: block; text-align: center; background-position: 60px -1px; }
.btn-big.review-link.wide:hover { background-position: 60px -51px; }
.bolder-brand { position: absolute; right: 18px; top: 50px; display: inline-block; width: 45px; height: 20px; cursor: pointer; background: url('/templates/pictures/brand-bolder-bg.png') no-repeat; }
.bolder-brand.sel { background-position: 0 -100px; }
.bolder-brand:hover { background-position: 0 -200px; }
.brand-page-header .bolder-brand { position: relative; right: auto; top: auto; }

.line-cl-preview { width: 280px; height: 76px; margin-top: 5px; position: relative; }
.line-cl-preview .swiper-slide { width: 52px; height: 76px; display: inline-block; background: #fff; position: relative; cursor: pointer; }
.line-cl-preview .swiper-slide:after { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; border: 1px solid #d5d5d5; }
.line-cl-preview .swiper-slide.sel:after { border: 2px solid #ffc003; }
.line-cl-preview .swiper-slide img { /*height: 100px; width: 100px; margin: 17px 0 0 17px;*/ margin: 1px; }
.line-cl-preview .slider-btn { width: 27px; height: 34px; top: 50%; margin-top: -17px; background: no-repeat 50% 50%; }
.line-cl-preview .slider-btn:hover { opacity: 0.8; }
.line-cl-preview .slider-btn.swiper-button-disabled { opacity: 0; }
.line-cl-preview .swiper-button-next { right: -30px; background-image: url('/templates/pictures/gallery-nav-right.png');  }
.line-cl-preview .swiper-button-prev { left: -30px; background-image: url('/templates/pictures/gallery-nav-left.png');  }

.clothes-header { border-top: 1px solid #ffc003; margin-top: 40px;  }
.clothes-header table { width: 100%; margin-top: 9px; }
.clothes-header table .r { text-align: right; padding-top: 10px;  }
.clothes-header .how-choise { display: inline-block; font-size: 14px; color: #000; background: url('/templates/pictures/product-how-choise.png') no-repeat 0 2px; padding-left: 23px; cursor: pointer; }
.clothes-header .how-choise span { border-bottom: 1px dashed #ffc003;  }
.clothes-header .how-choise:hover { background-position: 0 -98px; }
.clothes-header .how-choise:hover span { color: #440d55; border-bottom-color: #440d55; }
.select-size-type { display: inline-block; border: 1px solid #ffc003; border-radius: 4px; padding: 4px 0; }
.select-size-type .it { display: inline-block; width: 208px; padding: 8px 0; margin: 0 4px; text-align: center; font-size: 14px; line-height: 14px; cursor: pointer; }
.select-size-type .it.disabled { cursor: default; color: #ccc; }
.select-size-type .it.sel { background: #ffc003; }
.clothes-header .sizes { display: none; margin-top: 33px; }
.clothes-header .sizes.sel { display: block; }
.clothes-header .sizes label { font-size: 14px; margin-right: 14px; }
.clothes-header .sizes .i { display: inline-block; white-space: nowrap; margin-bottom: 4px; }

.size-table { color: #000; font-size: 12px; }
.size-table td { padding: 7px 10px; border-bottom: 1px solid #d6d6d6; text-align: center; color: #000; }
.size-table tr:first-child td { border-top: none; }
.size-table .size-header td { background: #ffc003; border-top: 1px solid #ffe69a; border-bottom: none; }
.size-table .size-header th { background: #ffc003; border-top: 1px solid #ffe69a; border-bottom: none; font-weight: bold; }
.size-table .size-header2 td { background: #440d55; border-bottom: none; color: #fff; }
.size-table td.size-table__bold { /*font-weight: bold;*/ }
.size-table tr.size-table__bold td { /*background: #ffc003;*/ font-weight: bold; }
.size-table td.size-table__left-align { text-align: left; }
.size-table-page h2,
.size-table-page h3 { font-size: 20px; color: #000; font-family: 'baguesans'; font-weight: bold; margin: 20px 0 10px; }
.size-table-page h3 {  }

.line-price-block { border-top: 1px solid #ffc003; margin-top: 40px; }
.product-price-block { margin-top: 40px; border-bottom: 1px solid #ffc003; }
.product-price-block.hide { display: none; }
.product-price-block .header { width: 100%; }
.product-price-block .header td {}
.product-price-block .header td.pic { width: 70px; }
.product-price-block .header td.color { width: 80px; }
.product-price-block .header td.imglist { text-align: right; padding-right: 23px; }
.product-price-block .header td.type { font-family: 'baguesans'; }
.product-price-block .header td.fav { text-align: right; width: 100px; }
.product-price-block .header td.fav.sm {  width: 22px; }
.product-price-block .header td.fav.alt { vertical-align: middle; width: 18px; }
.product-price-block .header td.fav.alt2 { width: auto; }
.product-price-block .header .size-big { font-size: 20px; font-family: 'baguesans'; font-weight: bold;  }
.product-price-block .header td.size { width: 145px; }
.product-price-block .header .size { color: #919191; font-size: 12px; }
.product-price-block .header .id { margin-right: 7px; vertical-align: bottom; }
.product-price-block .header .favorite { display: inline-block; width: 19px; height: 18px; cursor: pointer; text-decoration: none; background: url('/templates/pictures/favorite.png') no-repeat 0 0; padding: 0; }
.product-price-block .header .favorite.sel { background-position: 0 -18px; }
.product-price-block .header .favorite:hover {  }
.product-price-block .header td.fav.alt .favorite { font-size: 0; line-height: 0; width: 18px; height: 18px; padding: 0; vertical-align: middle; }
.product-price-block .header .img { width: 50px; height: 48px; border: 1px solid #d5d5d5; text-align: center; display: block; position: relative; cursor: pointer; }
.product-price-block .header .img img { width: 45px; height: 45px; margin-top: 2px;  }
.product-price-block .header .img:after { position: absolute; right: -4px; bottom: -4px; content: " "; width: 16px; height: 16px; background: url('/templates/pictures/img-zoom.png') no-repeat;  }
.product-price-block .header .img.no { background: #f8f8f8 url('/templates/pictures/no-img-small.png') no-repeat 50% 50%; cursor: default; }
.product-price-block .header .img.no:after { display: none; }
.product-price-block .header .name { font-size: 30px; line-height: 38px; margin-top: -7px; font-weight: bold; }
.product-price-block .header .desc { font-size: 20px; display: flex; flex-wrap: wrap; gap: 5px 11px; align-items: center; }
.product-price-block .editor-mini { width: 100px; text-align: right; }
.product-price-placer { margin-top: 26px; padding-bottom: 40px; }
.product-price-placer.av { margin-top: 35px; padding-bottom: 0; overflow: hidden; position: relative; }
.price-row { width: 100%; font-size: 14px; line-height: 17px; }
.price-row td { border-top: 1px solid #d6d6d6; padding: 19px 0 18px; }
.price-row .name {  }
.price-row .rating { width: 250px; }
.price-row .rating a { color: #919191; }
.price-row .rating a span { color: #000; }
.price-row .rating a:hover { color: #440d55; }
.price-row .rating a:hover span { color: inherit; }
.price-row .price { width: 143px; }
.price-row .price span { color: #919191; }
.price-row .buy { text-align: right; width: 110px; }
.price-row .incart { color: #000; display: inline-block; padding: 3px 0 3px 30px; margin-top: -3px; text-decoration: none; background: url('/templates/pictures/product-incart.png') no-repeat 0 0; }
.price-row .incart.sel { color: #440d55; background-position: 0 -100px; }
.price-row .incart:hover { color: #440d55; background-position: 0 -100px; }
.stars { display: inline-block; vertical-align: top; margin-right: 7px; }
.stars .star { display: inline-block; width: 19px; height: 18px; margin-right: 2px; background: url('/templates/pictures/rating-star.png') no-repeat; }
.stars .star.sel { background-position: 0 -36px; }
.stars .star.sel-part { background-position: 0 -18px; }
.na .stars .star { background-image: url('/templates/pictures/rating-star-gray.png'); }

.product-price-placer .not-available { font-size: 14px; color: #919191; }
.product-price-placer .block-btn-placer { float: right; vertical-align: top; margin-top: -5px; }

.show-all-product-placer { height: 45px; position: absolute; text-align: center; background: #fff; bottom: 0; left: 0; right: 0; }
.show-all-product-placer .show-btn { display: inline-block; font-size: 12px; line-height: 12px; color: #ffc003; padding: 7px 0 9px; width: 150px; border: 1px solid #ffc003; text-align: center; border-radius: 4px 4px 0 0; position: absolute; bottom: -1px; left: 50%; margin-left: -75px; cursor: pointer; }
.show-all-product-placer .show-btn:hover { color: #000; background: #ffc003; }
.show-all-product-placer .arrow { position: absolute; top: 0; left: 50%; margin-left: -7px; width: 14px; height: 8px; background: url('/templates/pictures/product-showall-arrow.png') no-repeat; }
.show-all-product-placer .shadow { position: absolute; top: -55px; left: 0; right: 0; height: 50px; background: url('/templates/pictures/product-showall-shadow.png') repeat-x; }
.show-all-product-placer.opened .shadow { display: none; }
.show-all-product-placer.opened .arrow { background-position: 0 -100px; }

.show-all-product-placer-na { height: 45px; text-align: center; background: #fff; }
.show-all-product-placer-na .show-btn { display: inline-block; font-size: 12px; line-height: 12px; color: #ffc003; padding: 7px 0 9px; width: 150px; border: 1px solid #ffc003; text-align: center; border-radius: 4px 4px 0 0; position: absolute; bottom: -1px; left: 50%; margin-left: -75px; }

.product-price-block .color-label { margin: -7px 0 0 -6px; width: 66px; border-radius: 100px; padding: 2px; border: 1px solid #d5d5d5; background: #fff; position: relative; }
.product-price-block .color-label > div { height: 66px; position: relative; border-radius: 100px; overflow: hidden; background: no-repeat 50% 100%; background-size: 130%; }
.product-price-block .color-label > div > div { position: absolute; right: 0; top: 0; bottom: 0; width: 32px; /*border-left: 1px solid #fff;*/ }

.product-price-block .product-image { display: inline-block; border: 1px solid #d5d5d5; width: 60px; height: 60px; vertical-align: top; margin-left: 10px; position: relative; cursor: pointer; text-align: center; }
.product-price-block .product-image:first-child { margin-left: 0; }
.product-price-block .product-image img { max-width: 100%; max-height: 100%; }
.product-price-block .product-image:after { position: absolute; right: -4px; bottom: -4px; content: " "; width: 16px; height: 16px; background: url('/templates/pictures/img-zoom.png') no-repeat;  }


.sub-header-placer { width: 100%; margin-top: 30px; }
.sub-header-placer .right { text-align: right; padding-left: 40px; }
.sub-header-placer h2 { margin-top: 0; }
h2 { font: bold 30px/35px 'baguesans'; margin: 30px 0 0 0; padding: 0; }
h2 .bg { background: #440d55; color: #fff; display: inline-block; padding: 5px 12px 4px; border-radius: 5px; }
h2 .bg .helper-btn { margin-top: 7px; }

.line-family { font-size: 14px; line-height: 17px; width: 100%; margin-top: 10px; }
.line-family .left span { color: #ffc003; }
.line-family .right { text-align: right; padding-left: 40px; }
.line-family .line-in-favorite { display: inline-block; padding: 1px 0 0 0; margin-top: -1px; color: #919191; background: url('/templates/pictures/header-user.png') no-repeat 100% 0; padding-right: 23px; }
.line-family .line-in-favorite span { color: #000; }

.line-char-desc { font-size: 14px; line-height: 20px; margin-top: 30px; }
.line-char-desc .item { margin-top: 12px; position: relative; padding-left: 20px; }
.line-char-desc .item:after { content: ""; position: absolute; left: 0px; top: 5px; width: 10px; height: 10px; background: #ffc003; }

.line-notes { margin-top: 15px; }
.line-notes-block { margin-right: 30px; margin-top: 15px; display: inline-block; vertical-align: top; }
.line-notes-block:last-child { margin-right: 0; }
.line-notes .label { display: inline-block; font-size: 12px; color: #919191; padding: 16px 0 0;  }
.line-notes .label:first-child { padding-top: 0; }
.line-notes .items { display: inline-block; margin-top: 12px; }
.line-notes .btn-small { margin-right: 5px; margin-top: 5px; }

.aromat-voting { margin-top: 30px; }
.aromat-voting .layout {  width: 100%; }
.aromat-voting .layout td:first-child { padding-right: 30px; }
.aromat-voting .type-name { font: bold 20px/30px 'baguesans'; margin-bottom: 27px; }
.aromat-voting .gauge-field { position: relative; display: inline-block; }
.aromat-voting .gauge-field .item { padding: 5px 0; cursor: pointer; }
.aromat-voting .gauge-field .line { position: absolute; left: 10px; top: 5px; bottom: 5px; width: 3px; border-radius: 2px; background: #ffc003; }
.aromat-voting .gauge-field .gauge { display: inline-block; width: 22px; height: 22px; margin-right: 13px; margin-top: -4px; border: 1px solid transparent; vertical-align: top; }
.aromat-voting .gauge-field .name { display: inline-block; width: 100px; color: #919191; vertical-align: top; }
.aromat-voting .gauge-field .vote { display: inline-block; width: 32px; text-align: right; vertical-align: top; }
.aromat-voting .gauge-field .sel .gauge { border-radius: 50px; border: 1px solid #ffc003; position: relative; background: #fff; }
.aromat-voting .gauge-field .sel .gauge:before { content: " "; position: absolute; left: 2px; top: 2px; right: 2px; bottom: 2px; border-radius: 50px; border: 1px solid #ffc003; }
.aromat-voting .gauge-field .sel .gauge:after { content: " "; position: absolute; left: 6px; top: 6px; right: 6px; bottom: 6px; border-radius: 50px; background: #ffc003; }
.aromat-voting .voting-btn { display: inline-block; background: #fff url('/templates/pictures/product-vote-sign.png') no-repeat 50% 35px; border: 1px solid #ffc003; border-radius: 5px; width: 129px; height: 70px; padding-top: 70px; text-align: center; vertical-align: top; margin-left: 15px; cursor: pointer; }
.aromat-voting .voting-btn span { border-bottom: 1px dashed #ffc003; color: #000; }
.aromat-voting .voting-btn:hover { background-color: #ffc003; background-image: url('/templates/pictures/product-vote-sign-sel.png'); }
.aromat-voting .voting-btn:hover span { border-bottom-color: #000;  }

.btn-review-placer { margin-top: 30px; }
.btn-review-placer.bottom { float: right; margin-top: -30px; }
.btn-review-placer.bottom .btn-review { background: #fff; padding: 6px 0 7px; }
.btn-review-placer.bottom .btn-review:hover { background: #ffc003; }
.btn-review-placer.bottom .btn-review span { border-bottom: none; }
.btn-review { display: inline-block; background: #fff url('/templates/pictures/product-about.png') no-repeat 50% 0px; border: 1px solid #ffc003; border-radius: 5px; width: 130px; padding: 37px 0 17px; text-align: center; vertical-align: top; cursor: pointer; }
.btn-review span { border-bottom: 1px dashed #ffc003; color: #000; }
.btn-review:hover { background-color: #ffc003; background-position: 50% -50px; }
.btn-review:hover span { border-bottom-color: #000;  }


.line-review { border-top: 1px solid #ffc003; margin-top: 25px; }
.line-review.alt { border-top: none; margin-top: 0; }
.line-review .sub-header-placer { margin-bottom: 30px; }
.response { }
.response-item { font-size: 12px; line-height: 19px; margin-top: 30px; }
.response-item:first-child { margin-top: 0; }
.response-item .author { color: #ffc003; }
.response-item .author:hover { color: #440d55; }
.response-item .city {}
.response-item .date { color: #919191; float: right; text-transform: lowercase; }
.response-item .text { margin-top: 5px; border: 1px solid #c4c4c4; border-radius: 5px; padding: 14px 19px 15px; color: #919191; position: relative; }
.response-item .text.has-response { padding-bottom: 25px; }
.response-item .corner { position: absolute; width: 7px; height: 5px; left: 10px; top: -5px; background: #fff url('/templates/pictures/response-corner.png') no-repeat; }
.response-item .response { margin: -11px 10px 0; color: #fff; background: #440d55; border-radius: 5px; padding: 14px 19px 15px; position: relative;  }
.response-item .response .corner { top: -4px; background: url('/templates/pictures/response-corner-answer.png') no-repeat; }
.response-item .response .shop { color: #ffc003; }

.response-item.alt { margin-top: 38px; }
.response-item.alt .author { color: #f10000; }
.response-item.alt .date { float: none; }
.response-item.alt .text { font-size: 14px; line-height: 25px; color: #000; }
.response-item.alt .response { box-shadow: 0 -3px 0 #f10000; color: #b499bc; padding-bottom: 17px; }
.response-item.alt .response .corner { z-index: 10; }
.response-item.alt .response:before { content: ""; z-index: 0; position: absolute; top: -7px; width: 7px; height: 5px; left: 10px; background: url('/templates/pictures/response-corner-answer2.png') no-repeat; }
.response-item.alt .response .shop { color: #fff; background: url('/templates/pictures/response-shop-ico.png') no-repeat 0 3px; padding-left: 15px; display: inline-block; }

.pos .response-item.alt .author { color: #03b75c; }
.pos .response-item.alt .response { box-shadow: 0 -3px 0 #03b75c; }
.pos .response-item.alt .response:before { background: url('/templates/pictures/response-corner-answer3.png') no-repeat; }


.navigator { font-size: 12px; line-height: 12px; margin-top: 40px; }
.navigator td { padding-right: 10px; }
.navigator td.img1 { display: none; }
.navigator td.img2 { display: none; }
.navigator span, .navigator a { font-size: inherit; display: inline-block; padding: 8px 2px; min-width: 23px; text-align: center; border-radius: 5px; }
.navigator span { color: #fff; background: #ffc003; border: 1px solid #ffc003 }
.navigator a { color: #000; border: 1px solid #ffc003; text-decoration: none; }
.navigator a:hover { text-decoration: none; background: #ffc003; }


/*****************************************************************************\
                               �������
\*****************************************************************************/
.form-money-banner { border: 1px solid #d6d6d6; border-radius: 5px; overflow: hidden; padding: 24px 0; margin: 0 -10px 30px; }
.form-money-banner table { width: 100%; table-layout: fixed; }
.form-money-banner table td { border-left: 1px solid #d6d6d6; height: 85px; text-align: center; vertical-align: middle; }
.form-money-banner table td:first-child { border-left: none; }

.form-money-text { font-size: 14px; line-height: 25px; }
.form-money-text .warning { font: bold 20px/35px 'baguesans'; margin-bottom: -12px; }

.form-money-add { border-top: 1px solid #ffc003; border-bottom: 1px solid #ffc003; padding: 35px 0; }
.form-money-add .layout { width: 100%; }
.form-money-add .layout2 { width: 100%; margin-top: 20px; }
.form-money-add .layout2 td { vertical-align: middle; }
.form-money-add .info { font: bold 20px/28px 'baguesans' }
.form-money-add .error { font: bold 20px/28px 'baguesans'; color: #f00; }
.form-money-add .form { margin-top: 25px; }
.form-money-add .label { padding-bottom: 7px; padding-left: 3px; }
.form-money-add .c1 { width: 230px; }
.form-money-add .c2 { width: 120px; }
.form-money-add .c3 { width: 195px; }
.form-money-add .c4 { text-align: right; }
.form-money-add .form-item-helper { font-size: 12px; line-height: 20px; color: #919191; margin-left: 3px; }
.form-money-add .form-item-helper .p { color: #000; }
.form-money-add .full-summ { font: bold 40px/35px 'baguesans'; padding: 5px 0 3px 0; position: relative; }
.form-money-add .full-summ span { position: relative; }
.form-money-add .full-summ.wait:after { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #fff url('/templates/pictures/preloader-mini.gif') no-repeat 30% 50%; opacity: 0.9; }



/*****************************************************************************\
                               ���������
\*****************************************************************************/
.tab-btn { font-size: 0; margin-bottom: 40px; }
.tab-btn a { display: inline-block; font-size: 14px; color: #000; border: 1px solid #ffc003; border-left: none; padding: 15px 20px; text-decoration: none; }
.tab-btn a:first-child { border-left: 1px solid #ffc003; border-radius: 5px 0 0 5px; }
.tab-btn a:last-child { border-radius: 0 5px 5px 0; }
.tab-btn a span { border-bottom: 1px dashed #ffc003; }
.tab-btn a:hover { color: #440d55; }
.tab-btn a:hover span { border-bottom-color: #440d55; }
.tab-btn a.sel { background: #ffc003; }
.tab-btn a.sel span { border-bottom: none; }


.table { width: 100%; }
.table th { border-top: 1px solid #ffc003; color: #919191; font-weight: normal; padding: 15px 10px 15px 0; text-align: left; }
.table .small th { padding: 15px 10px 10px 0; }
.table td { border-top: 1px solid #ffc003; color: #919191; padding: 15px 10px 15px 0; }
.table .gray td { border-top-color: #d6d6d6; }
.table .gray.first td { border-top-color: #ffc003; }
.table tr:last-child td, .table td.bt { border-bottom: 1px solid #ffc003; }
.table .num { width: 24px; color: #000; }
.table .date { width: 118px; }
.table .text { width: 355px; font-size: 14px; line-height: 25px; }
.table .last-del { padding-right: 0; width: 10px; text-align: right; vertical-align: middle; }
.table .opened .text { color: #000; }
.table .text a { color: inherit; text-decoration: none; }
.table .text a:hover { text-decoration: none; color: #440d55; }
.table .stat { width: 80px; padding-left: 10px; text-align: center; }
.table .stat span { display: inline-block; border-radius: 5px; width: 76px; padding: 6px 2px 8px; text-align: center; color: #000; background: #ffc003; }
.table .stat span.closed { color: #fff; background: #440d55; }
.table .left { text-align: right; width: 90px; }
.table .right { font-size: 14px; line-height: 25px; color: #000; }
.table .right.small { font-size: 12px; line-height: 17px; }
.table .right div { color: #919191; margin-bottom: 6px; line-height: 15px; }
.table .p { width: 51px; height: 40px; display: inline-block; font-size: 0; vertical-align: top; margin-top: 2px; }
.table .p.admin { background: url('/templates/pictures/feedback-admin.png') no-repeat; }
.table .p.user { background: url('/templates/pictures/feedback-user.png') no-repeat; }
.table .stat-label span { display: block; border-radius: 5px; padding: 6px 2px 8px; text-align: center; color: #000; background: #ffc003; }
.table .stat-label span.closed { color: #fff; background: #440d55; }
.table .remove { display: inline-block; width: 14px; height: 15px; background: url('/templates/pictures/del2.png') no-repeat; cursor: pointer; }
.table .remove:hover { opacity: 0.5; }
.table .del { display: inline-block; width: 12px; height: 12px; background: url('/templates/pictures/header-exit.png') no-repeat; cursor: pointer; }
.table .del:hover { opacity: 0.5; }
.table .delall { display: inline-block; width: 16px; height: 19px; margin: 0 0 0 0; background: url('/templates/pictures/del-all.png') no-repeat; }
.table .delall:hover { opacity: 0.5; }
.table .edit { display: inline-block; width: 14px; height: 14px; background: url('/templates/pictures/edit.png') no-repeat; cursor: pointer; }
.table .edit:hover { opacity: 0.5; }
.table .del.wide { padding-right: 21px; display: inline-block; width: auto; height: auto; background: url('/templates/pictures/header-exit.png') no-repeat 100% 2px; cursor: pointer; }
.table .del.wide span { color: #000; border-bottom: 1px dashed #ffc003; }
.table .del.wide:hover { opacity: 1; }
.table .del.wide:hover span { color: #440d55; border-bottom-color: #440d55; }
.table .mark { color: #000; }
.table .acc { font-size: 14px; }
.table .bold { font-weight: bold; }
.table .lnk { display: inline-block; color: #000; text-decoration: none; border-bottom: 1px dashed #ffc003; }
.table .lnk:hover { text-decoration: none; color: #440d55; border-bottom-color: #440d55; }


.table.order-list {}
.table.order-list .top td { padding: 15px 10px 0 0; }
.table.order-list .bottom td { border-top: none; padding: 0 10px 15px 0; }
.table.order-list .date { width: 110px; }
.table.order-list .date2 { width: 86px; }
.table.order-list .info { width: 145px; }
.table.order-list .num { width: 110px; color: #919191; }
.table.order-list .price { width: 180px; }
.table.order-list .delivery { width: 137px; }
.table.order-list .pay { width: 137px; }
.table.order-list .func { width: 17px; }
.table.order-list a { display: inline-block; color: #000; text-decoration: none; border-bottom: 1px dashed #ffc003; }
.table.order-list a:hover { text-decoration: none; color: #440d55; border-bottom-color: #440d55; }
.table.order-list .rel { position: relative; }
.table.order-list .rel .remove { position: absolute; top: 0; right: -10px; }
.table.order-list .rel .del { position: absolute; top: 0; right: -10px; }
.table.order-list tr.clear:last-child td { border-bottom: none; }

.yellow-box { margin: 40px 0; padding: 23px 0 23px; border-top: 1px solid #ffc003; border-bottom: 1px solid #ffc003; }
.yellow-box.no-margin { margin-top: 0;  }
.deadline-timer { margin-top: 40px; margin-bottom: 30px; text-align: center; border: 1px solid #d6d6d6; border-radius: 6px; font-family: 'baguesans'; font-size: 30px; padding: 30px 0 30px;  }
.deadline-timer span { }
.deadline-timer .time-remain { font-weight: bold; background: url('/templates/pictures/order-elapse.png') no-repeat 0 3px; padding-left: 43px; }
.deadline-timer .lnk { font-size: 15px; }
.deadline-timer .a { font-size: 15px; display: inline-block; color: #000; text-decoration: none; border-bottom: 1px dashed #ffc003; cursor: pointer; }
.deadline-timer .a:hover { text-decoration: none; color: #440d55; border-bottom-color: #440d55; }

.order-fade-block { padding: 58px 40px 30px; margin: 0 -40px; background: url('/templates/pictures/block-fader-top.png') repeat-x 0 0; }
.order-fade-block.first { background: none; padding-top: 30px; }
.order-fade-block.last { padding-bottom: 40px; border-bottom: 1px solid #ffc003; }
.order-fade-block.end { padding-bottom: 40px; margin-bottom: -40px; }
.order-fade-block .b-title { font: bold 30px/35px 'baguesans'; margin: 0 0 30px; }
.order-fade-block .b-title .info { font: 14px/18px 'opensans'; padding-top: 8px; }
.order-fade-block .order-product-layout { width: 100%; border-collapse: separate; }
.order-fade-block .order-product-layout .lc {}
.order-fade-block .order-product-layout .lc.padding { padding-right: 20px; }
.order-fade-block .order-product-layout .right { text-align: right; vertical-align: middle; }
.order-fade-block .order-product-layout .right.padding { padding-right: 40px; }
.order-fade-block .order-product-layout .pl { display: inline-block; font-size: 14px; line-height: 20px; color: #919191; text-align: left; }
.order-fade-block .order-product-layout .big { display: block; font: bold 30px/30px 'baguesans'; color: #000; }
.order-fade-block .order-product-layout .rc { width: 300px; border: 1px solid #d6d6d6; border-radius: 5px; text-align: center; vertical-align: middle; font-size: 14px; color: #919191; }
.order-fade-block .order-product-layout .rc.total { border: 1px solid #440d55; background: #440d55; color: #fff; padding: 30px 0; }
.order-fade-block .order-product-layout .rc .mark { color: #ffc003; }
.order-fade-block .order-product-layout .rc .summ { display: block; font-size: 40px; line-height: 40px; color: #000; font-weight: bold; text-transform: uppercase; }
.order-fade-block .order-product-layout .rc .summ .cost span { font-size: 20px; line-height: 20px;}
.order-fade-block .order-product-layout .rc.total .summ { color: #ffc003; }
.order-fade-block .order-product-layout .rc.total .summ div { font-size: 30px; line-height: 32px; }
.order-fade-block .order-product-layout .rc.total .summ div.plus { font-weight: normal; }
.order-fade-block .order-product-layout .rc.total .summ div span { display: block; font-size: 17px; line-height: 27px; }
.order-fade-block .order-product-layout .footer { padding-top: 18px; }
.order-fade-block .order-product-layout.border .lc {  }
.order-fade-block .order-product-layout.border .lc:before { content: ""; display: block; border-top: 1px solid #d6d6d6; }
.order-fade-block .order-product-layout.border .lc > :first-child { margin-top: 30px; }
.order-fade-block .order-product-layout.gray { color: #919191; }
.order-fade-block .order-product-layout.gray .table .lnk { color: #919191; }
.order-fade-block .order-product-layout.gray .table .mark { color: #919191; }
.order-fade-block .order-product-layout.gray .rc .summ { color: #919191; }

.order-header { border-bottom: 1px solid #ffc003; }
.order-header.no-line { border-bottom-color: transparent; }
.order-header .info { float: right; margin-top: -52px; font-size: 14px; color: #000;  }
.order-header .info .time { display: inline-block; vertical-align: top; background: url('/templates/pictures/time.png') no-repeat 0 50%; padding-left: 22px; margin-left: 30px; }
.order-header .info .status { display: inline-block; vertical-align: top; background: url('/templates/pictures/status.png') no-repeat 0 50%; padding-left: 22px; margin-left: 30px; }
.order-header .info .gray { color: #919191; }

.order-edit-header { width: 100%; margin: 19px 0 14px; }
.order-edit-header td { font-size: 14px; }
.order-edit-header .r { text-align: right; }
.order-edit-header .title { font: bold 30px/35px 'baguesans'; margin-bottom: 4px; }
.order-edit-header .lnk { display: inline-block; color: #000; text-decoration: none; border-bottom: 1px dashed #ffc003; margin-right: 24px; }
.order-edit-header .lnk:hover { text-decoration: none; color: #440d55; border-bottom-color: #440d55; }

.table.order-edit {}
.table.order-edit td { border-top-color: #d6d6d6; }
.table.order-edit tr:last-child td { border-bottom: 1px solid #d6d6d6; }
.table.order-edit .count-edit { width: 30px; text-align: center; margin-right: 5px; padding: 11px 5px; color: #919191; }
.table.order-edit .count { width: 106px; vertical-align: middle; }
.table.order-edit .price { width: 96px; vertical-align: middle; }
.table.order-edit .edit { margin-right: 24px; }
.table.order-edit .r { width: 56px; text-align: right; vertical-align: middle; padding-right: 0; }
.table.order-edit .ui-select { display: inline-block; *display: inline; zoom: 1; vertical-align: middle; width: auto; position: relative; margin-bottom: 0; text-align: left; }
.table.order-edit .ui-select-input:hover { color: #440d55; border-bottom-color: #440d55; }
.table.order-edit .ui-select-input { display: inline-block; white-space: nowrap; cursor: pointer; font-size: 12px; color: #000; border-bottom: 1px dashed #ffc003; }
.table.order-edit .ui-select-button { display: none; vertical-align: top; width: 20px; margin-left: 5px; cursor: pointer; background: #fff url('/templates/pictures/product-showall-arrow.png') 50% 5px no-repeat; }
.table.order-edit .ui-select-button-open { background-position: 50% -95px;  }
.table.order-edit .ui-select-fader { position: absolute; top: 0; bottom:0; }
.table.order-edit .ui-select-layer { display: block; position: absolute; border-collapse: separate; top: 20px; right: 0; left: 0; max-height: 300px; background: #fff; border: 1px solid #c3c2be; border-top: 1px solid #c3c2be; visibility: hidden; overflow: auto; z-index: 10000; }
.table.order-edit .ui-select-list { display: block; height: auto; overflow: hidden; }
.table.order-edit .ui-select-item { display: block; font-family: 'tahoma'; font-size: 12px; line-height: 16px; color: #86847d; text-decoration: none; padding: 5px 11px 5px 11px; cursor: pointer; }
.table.order-edit .ui-select-item:hover { color: #000; background: #ccc;  } 
.table.order-edit .ui-select-item.disabled { font-family: Arial; font-size: 13px; font-weight: bold; color: #fff; background: #626262; padding: 8px 8px 8px 8px; cursor: default; }
/*.table.order-edit .ui-select-item.odd { background: #e5eefe; }
.table.order-edit .ui-select-item.odd:hover { background: #d3e0f2; }*/
.table.order-edit .ui-select-item.selected { /*font-weight: bold;*/ color: #fff; background: #969696; }
.table.order-edit .ui-select-item.selected:hover { background: #7f7f7f; }

.order-edit .in-package { color: #000; font-size: 14px; }
.order-edit .in-package.wait { display: inline-block; color: #999; font-size: 14px; padding-right: 26px; background: url('/templates/pictures/time-2.png') no-repeat 100% 50%; }
.order-edit .in-package .helper-btn { margin-left: 4px; margin-top: 1px; }

.form { font-size: 14px; color: #000; line-height: 17px; }
.form :first-child { margin-top: 0; }
.form .form-title { font: bold 30px/35px 'baguesans'; color: #000; margin-bottom: 25px; }
.form .form-subtitle { font: bold 20px/25px 'baguesans'; color: #000; margin: 25px 0; }
.form input[type="text"],
.form input[type="password"], 
.form textarea, 
.input,
.form-edit { border: 1px solid #d6d6d6; border-radius: 5px; color: #000; font: 14px/17px 'opensans'; padding: 12px 13px; margin: 0; }
.form select.form-edit { padding: 10px 13px; }
.form textarea { height: 70px; resize: none; }
.form .col { padding-right: 15px; }
.form .w130 { width: 670px; }
.form .w100 { width: 652px; }
.form .w70 { width: 435px; }
.form .w50 { width: 304px; }
.form .w30 { width: 188px; }
.form .wxmin { width: 25px; }
.form .wmin, .form .num { width: 130px; }
.form .nmf { padding-bottom: 7px; }
.form .in {}
.form .sb { margin-top: 40px; }
.form .sb.small { margin-top: 20px; }
.form-label { margin: 14px 0 7px; }
.desc-label { color: #919191; font-size: 12px; }
.form hr { margin: 20px 0; height: 0; border: none; border-top: 1px solid #ffc003; }
.form hr.alt { margin: 30px 0 27px; }
.form .req-block { margin-top: 35px; }
.form .f-right { float: right; }
.req { color: #ffc003; }
.cNum {}
.cNum td { vertical-align: middle; }
.cNum .num-img-place { border: 1px solid #ffc003; border-radius: 5px; overflow: hidden; margin-left: 17px; margin-right: 17px; }
.cNum .num-reload a { color: #ffc003; font-size: 14px; }
.cNum .num-reload a:hover { text-decoration: none; }
.cNum.alt td { vertical-align: top; }
.cNum.alt .num-img-place { border: 1px solid #d6d6d6; margin-left: 5px; margin-right: 20px; height: 41px; }
.cNum.alt .num-reload { position: relative; }
.cNum.alt .num-reload a { position: absolute; left: -92px; top: -23px; color: #ffc003; border-bottom: 1px dashed #ffc003; font-size: 12px; }
.cNum.alt .num-reload a:hover { border-bottom-color: transparent; }
.form .form-item-va { vertical-align: middle; padding-top: 34px; padding-left: 17px; }
.form .form-item-va .btn-big { vertical-align: top; margin-top: -7px; }
.form .form-item-ta { padding-left: 17px; }
.form .form-item-va .helper-btn { margin: 10px 0 0 17px; }
.form .form-item.va {  }
.form .form-item.va .form-label { display: inline-block; padding-right: 15px; margin-bottom: 0; }
.form-comment { margin-top: 30px; }
.form-comment .gray { color: #919191; }
.form-hint { margin-top: 10px; font-size: 12px; color: #919191; }
.form-col-layout {  }
.form-col-layout.fixed { width: 100%; table-layout: fixed; }
.form-col-layout > tbody > tr > td { padding: 15px 20px 0 0; }
.form-col-layout > tbody > tr > td:last-child { padding-right: 0; }
.support-close { margin: 20px 0 }

.empty-cart { text-align: center; padding-top: 75px; border-top: 1px solid #ffc003; }
.empty-cart .img1 { margin-left: 50px; margin-bottom: 0; }
.empty-cart .img2 { margin-left: 50px; margin-bottom: 20px; }
.empty-cart .img3 { margin-bottom: 20px; }
.empty-cart .line1 { font-size: 30px; font-family: 'baguesans'; font-weight: bold; }
.empty-cart .line2 { font-size: 20px; font-family: 'baguesans'; font-weight: bold; margin-top: 5px; }
.empty-cart .line3 { font-size: 14px; color: #919191; margin-top: 35px; }
.empty-cart .line3 .btn-big { margin-left: 15px; }

.cart-list { width: 100%; }
.cart-list th { border-top: 1px solid #ffc003; color: #919191; font-weight: normal; padding: 15px 10px 15px 0; text-align: left; }
.cart-list td { border-top: 1px solid #ffc003; color: #919191; padding: 15px 10px 15px 0; }
.cart-list .img { width: 75px; padding-right: 20px; }
.cart-list .pic { display: inline-block; border: 1px solid #d5d5d5; padding: 10px; width: 55px; height: 55px; }
.cart-list .o-name { font-size: 12px; color: #919191; }
.cart-list .o-name .n a { font-size: 14px; color: #000; text-decoration: none; }
.cart-list .o-name .n a:hover { color: #440d55; text-decoration: underline; }
.cart-list .sex { color: #ffc003; margin: 2px 0; }
.cart-list .o-price { vertical-align: middle; width: 90px; }
.cart-list .o-price .local { font-weight: bold; font-size: 14px; color: #000; }
.cart-list .o-price .us {  }
.cart-list .o-count { vertical-align: middle; width: 80px; }
.cart-list .o-count .acc { font-size: 14px; }
.cart-list .o-count .form-edit { width: 30px; padding-left: 4px; padding-right: 4px; text-align: center; margin-right: 5px; }
.cart-list .o-count.black { color: #000; }
.cart-list .o-del { vertical-align: middle; width: 20px; padding-right: 0; }
.cart-list .o-del a { display: inline-block; width: 12px; height: 12px; margin: 0 0 0 2px; background: url('/templates/pictures/header-exit.png') no-repeat; }
.cart-list .o-del a.delall { width: 16px; height: 19px; margin: 0 0 0 0; background: url('/templates/pictures/del-all.png') no-repeat; }
.cart-list .o-del a:hover { opacity: 0.5; }
.cart-list .footer td { vertical-align: top; border-bottom: 1px solid #ffc003; }


.page-subtitle {  }
.order-form { }
.order-form .order-fade-block { background-color: #f9f9f9; }
.order-form input { font-family: 'opensans'; }
.order-form-layout { width: 100%; }
.order-form-layout tr td:first-child { width: 348px; }

.service-block {  }
.service-block .lc > table { width: 100%; table-layout: fixed; margin-top: 30px; }
.service-block .lc > table td { padding-bottom: 12px; }
.service-block .lc .total { margin: 28px 0; padding-top: 38px; border-top: 1px solid #ffc003; line-height: 20px; }
.service-block .lc .total > table {  }
.service-block .lc .total > table td { vertical-align: middle; }
.service-block .lc .total > table td.p { color: #ffc003; font-size: 32px; padding: 0 18px; }

.form-item .ui-select { display: inline-block; *display: inline; zoom: 1; vertical-align: middle; width: auto; position: relative; padding-right: 36px; margin-bottom: 0; text-align: left; }
.form-item .ui-select-input { text-overflow: ellipsis; display: block; border: 1px solid #d6d6d6; border-radius: 5px 0 0 5px; color: #000; font: 14px/17px 'opensans'; padding: 13px 0 13px 13px; border-right: none; background: #fff; overflow: hidden; white-space: nowrap; cursor: pointer; }
.form-item .ui-select-input-open { border-radius: 5px 0 0 0; }
.form-item .ui-select-button { display: block; border: 1px solid #d6d6d6; border-left: none; position: absolute; border-radius: 0 5px 5px 0; top: 0; right: 0; width: 36px; bottom: 0; cursor: pointer; background: #fff url('/templates/pictures/product-showall-arrow.png') 50% 18px no-repeat; }
.form-item .ui-select-button-open { background-position: 50% -82px; border-radius: 0 5px 0 0; }
.form-item .ui-select-fader { position: absolute; top: 0; bottom:0; /*right: 45px; width: 14px; background: url('/templates/pictures/ui-select-fader-dark.png') repeat-y;*/ }
.form-item .ui-select-layer { display: block; position: absolute; border-collapse: separate; top: 44px; right: 0; left: 0; max-height: 300px; background: #fff; border: 1px solid #c3c2be; border-top: 1px solid #c3c2be; visibility: hidden; overflow: auto; z-index: 10000; }
.form-item .ui-select-list { display: block; height: auto; overflow: hidden; }
.form-item .ui-select-item { display: block; font-family: 'tahoma'; font-size: 12px; line-height: 16px; color: #86847d; text-decoration: none; padding: 5px 11px 5px 11px; cursor: pointer; }
.form-item .ui-select-item:hover { color: #000; background: #ccc;  } 
.form-item .ui-select-item.disabled { font-family: Arial; font-size: 13px; font-weight: bold; color: #fff; background: #626262; padding: 8px 8px 8px 8px; cursor: default; }
/*.form-item .ui-select-item.odd { background: #e5eefe; }
.form-item .ui-select-item.odd:hover { background: #d3e0f2; }*/
.form-item .ui-select-item.selected { /*font-weight: bold;*/ color: #fff; background: #969696; }
.form-item .ui-select-item.selected:hover { background: #7f7f7f; }

.form-item .tree-prefix { display: inline-block; margin-right: 10px; }
.form-item .ui-select-item .last { color: #000; }
.form-item .ui-select-item input[type="checkbox"] + label::before { margin-top: -7px; }

.form-item { margin: 15px 0; }
.form-item.space { margin-top: 20px; }

.form-item .file { padding-bottom: 5px; }
.form-item .file .small-btn { margin: 6px 0 0 10px; }
.form-item .ui-file { position: relative; display: inline-block; overflow: hidden; vertical-align: top; }
.form-item .ui-file-input { position: absolute; height: 100px; cursor: pointer; background: transparent; border: 0; opacity: 0; -moz-opacity: 0; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); z-index: 999;  }
.form-item .ui-file-disabled { opacity: .5; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); cursor: default;  }
.form-item .ui-file-filename { display: inline-block; border: 1px solid #d6d6d6; color: #000; font: 14px/17px 'opensans'; padding: 12px 13px; margin: 0; overflow: hidden; white-space: nowrap; position: relative; border-radius: 5px 0 0 5px; }
.form-item .ui-file-fader { position: absolute; display: block; width: 25px; top: 0; right: 0; bottom: 0; background: url('/templates/pictures/ui-file-fader.png') repeat-y; }
.form-item .ui-file-button { float: right; display: inline-block; padding: 14px 18px 14px; white-space: nowrap; line-height: 15px; color: #fff; text-transform: uppercase; background: #440d55; text-decoration: none; border-radius: 0 5px 5px 0; border: none; cursor: pointer;  }
.form-item .ui-file-button.hover { color: #fff; background: #66177e; text-decoration: none; }
.form-item .ui-file-icon { /*display: inline-block; width: 16px; height: 16px; vertical-align: top; padding-right: 5px; */ }

.form-item.w400 .ui-file-filename { width: 400px; }

.o-name .ui-select { display: inline-block; *display: inline; zoom: 1; vertical-align: middle; width: auto; position: relative; margin-bottom: 0; text-align: left; }
.o-name .ui-select-input { diauth-formsplay: inline-block; white-space: nowrap; cursor: pointer; }
.o-name .ui-select-button { display: inline-block; vertical-align: top; width: 20px; margin-left: 5px; cursor: pointer; background: #fff url('/templates/pictures/product-showall-arrow.png') 50% 5px no-repeat; }
.o-name .ui-select-button-open { background-position: 50% -95px;  }
.o-name .ui-select-fader { position: absolute; top: 0; bottom:0; }
.o-name .ui-select-layer { display: block; position: absolute; border-collapse: separate; top: 20px; right: 0; left: 0; max-height: 300px; background: #fff; border: 1px solid #c3c2be; border-top: 1px solid #c3c2be; visibility: hidden; overflow: auto; z-index: 10000; }
.o-name .ui-select-list { display: block; height: auto; overflow: hidden; }
.o-name .ui-select-item { display: block; font-family: 'tahoma'; font-size: 12px; line-height: 16px; color: #86847d; text-decoration: none; padding: 5px 11px 5px 11px; cursor: pointer; }
.o-name .ui-select-item:hover { color: #000; background: #ccc;  } 
.o-name .ui-select-item.disabled { font-family: Arial; font-size: 13px; font-weight: bold; color: #fff; background: #626262; padding: 8px 8px 8px 8px; cursor: default; }
/*.o-name .ui-select-item.odd { background: #e5eefe; }
.o-name .ui-select-item.odd:hover { background: #d3e0f2; }*/
.o-name .ui-select-item.selected { /*font-weight: bold;*/ color: #fff; background: #969696; }
.o-name .ui-select-item.selected:hover { background: #7f7f7f; }

input[type="checkbox"] { display: none; }
input[type="checkbox"] + label { cursor: pointer; vertical-align: middle; }
input[type="checkbox"] + label > span { display: inline-block; vertical-align: top; }
input[type="checkbox"] + label::before { content: ""; display: inline-block; vertical-align: middle; height: 16px; width: 16px; margin: -2px 7px 0 0; background-image: url('/templates/pictures/checkbox.png'); background-repeat: no-repeat; }
input[type="checkbox"]:checked + label::before { background-position: -48px 0; }
input[type="checkbox"]:disabled + label::before { background-position: 0 0; opacity: 0.5; }
input[type="checkbox"]:checked:disabled + label::before { background-position: -48px 0; }

input[type="radio"] { display: none; }
input[type="radio"] + label { cursor: pointer; vertical-align: middle; }
input[type="radio"] + label > span { display: inline-block; vertical-align: top; }
input[type="radio"] + label::before { content: ""; display: inline-block; vertical-align: middle; height: 16px; width: 16px; margin: -2px 7px 0 0; background-image: url('/templates/pictures/radio.png'); background-repeat: no-repeat; }
input[type="radio"]:checked + label::before { background-position: -48px 0; }
input[type="radio"]:disabled + label::before { background-position: 0 0; opacity: 0.5; }
input[type="radio"]:checked:disabled + label::before { background-position: -48px 0; }

.ui-slider { margin-top: 20px; margin-bottom: 15px; background: #ffc003; height: 3px; border-radius: 1px; position: relative; margin: 0 5px; }
.ui-slider:before { content: ""; z-index: 0; position: absolute; left: -5px; top: -3px; width: 9px; height: 9px; background: #ffc003; border-radius: 50%; }
.ui-slider:after { content: ""; z-index: 0; position: absolute; right: -5px; top: -3px; width: 9px; height: 9px; background: #ffc003; border-radius: 50%; }
.ui-slider-range { background: #440d55; top: 0; bottom: 0; position: absolute; }
a.ui-slider-handle { font-size: 0; z-index: 1; line-height: 0; position: absolute; top: -13px; width: 29px; margin-left: -15px; height: 29px; background: url('/templates/pictures/ui-slider-handle.png') no-repeat 50% 50%; border: none; text-decoration: none;  }
a.ui-slider-handle.ui-state-focus { z-index: 2; }
a.ui-slider-handle .slider-label { position: absolute; display: inline-block; top: 31px; background: #ffc003; font-size: 14px; line-height: 14px; padding: 7px 10px; border-radius: 5px; color: #000; }
a.ui-slider-handle .slider-label .arrow { content: ""; position: absolute; top: -5px;  left: 50%; margin-left: -6px; width: 0; height: 0; border: 0 solid transparent; border-width: 0 5px 5px 5px; border-bottom-color: #ffc003;   }
a.ui-slider-handle .slider-label b { color: #fff; font-weight: normal; }
.slider { padding: 25px 0 45px; position: relative; }
.slider .slider-side-label { position: absolute;  top: 0; font-size: 12px; }
.slider .slider-side-label b { color: #919191; font-weight: normal; }
.slider .label-min-val { left: 0; }
.slider .label-max-val {  right: 0; }
.slider .reset-slider { display: none; }


.contact-block { padding: 38px 0 38px; border-top: 1px solid #ffc003; }
.contact-layout { width: 100%; }
.contact-layout td { padding-right: 0px; }
.contact-layout td:first-child { width: 360px; }
.contact-block .big { font: bold 30px/30px 'baguesans'; margin: 11px 0 9px; }
.contact-block a { text-decoration: none; color: #000; border-bottom: 1px dashed #ffc003; }
.contact-block a:hover { text-decoration: none; color: #440d55; border-bottom-color: #440d55; }
.contact-block .text { color: #919191; font-size: 12px; line-height: 19px; }
.contact-block .text span { color: #000; }
.contact-block .map { border: 1px solid #d5d5d5; padding: 1px; height: 400px; margin-top: 30px; }
.block-title { font-size: 14px; padding: 0px 0 1px 22px; margin-left: -2px; }
.block-title.phone { background: url('/templates/pictures/block-title-phone.png') no-repeat 0 1px; }
.block-title.email { background: url('/templates/pictures/block-title-email.png') no-repeat 0 1px; }
.block-title.point { background: url('/templates/pictures/block-title-point.png') no-repeat 0 1px; }


.scroll-up { position: fixed; bottom: 0px; right: 40px; cursor: pointer; opacity: 0; text-align: center; padding: 10px 20px 10px; color: #440d55; background: rgba(68,13,85,0.2) url('/templates/pictures/to-up.png') no-repeat 50% 10px; text-transform: uppercase; font-size: 15px; border-radius: 4px 4px 0 0; }
.scroll-up .img {  }


.mobile-app { background: #ffc003; }
.mobile-app .block { margin: 51px auto 0; width: 1000px; padding: 90px 0 100px; text-align: center; }
.mobile-app .block .text :first-child { margin-top: 0; }
.mobile-app .block .user-text { line-height: 24px; }
.mobile-app h1 { font-size: 40px; font-family: 'baguesans'; }
.countdown-layout { width: 100%; margin-top: 50px; }
.countdown-layout td { text-align: center; }
.countdown-layout .l { width: 484px; padding-right: 37px; }
.countdown-layout .i { font: bold 20px/20px 'baguesans'; padding: 6px 0; display: inline-block; }
.countdown-layout .i.android { padding-left: 32px; background: url('/templates/pictures/app-android.png') no-repeat 0 1px; }
.countdown-layout .i.ios { padding-left: 32px; background: url('/templates/pictures/app-ios.png') no-repeat 0 0px; }
.countdown-layout .countdown { display: inline-block; margin-top: 28px; width: 481px; height: 102px; background: url('/templates/pictures/app-countdown-bg.png') no-repeat 0 0; }



                        
.colorpicker { z-index: 10000000000; width: 356px; height: 176px; overflow: hidden; position: absolute; background: url(/templates/pictures/colorpicker/colorpicker_background.png); font-family: Arial, Helvetica, sans-serif; display: none; } 
.colorpicker_color { width: 150px; height: 150px; left: 14px; top: 13px; position: absolute; background: #f00; overflow: hidden; cursor: crosshair; } 
.colorpicker_color div { position: absolute; top: 0; left: 0; width: 150px; height: 150px; background: url(/templates/pictures/colorpicker/colorpicker_overlay.png); } 
.colorpicker_color div div { position: absolute; top: 0; left: 0; width: 11px; height: 11px; overflow: hidden; background: url(/templates/pictures/colorpicker/colorpicker_select.gif); margin: -5px 0 0 -5px; } 
.colorpicker_hue { position: absolute; top: 13px; left: 171px; width: 35px; height: 150px; cursor: n-resize; } 
.colorpicker_hue div { position: absolute; width: 35px; height: 9px; overflow: hidden; background: url(/templates/pictures/colorpicker/colorpicker_indic.gif) left top; margin: -4px 0 0 0; left: 0px; } 
.colorpicker_new_color { position: absolute; width: 60px; height: 30px; left: 213px; top: 13px; background: #f00; } 
.colorpicker_current_color { position: absolute; width: 60px; height: 30px; left: 283px; top: 13px; background: #f00; } 
.colorpicker input { background-color: transparent; border: 1px solid transparent; position: absolute; font-size: 10px; font-family: Arial, Helvetica, sans-serif; color: #898989; top: 4px; right: 11px; text-align: right; margin: 0; padding: 0; height: 11px; } 
.colorpicker_hex { position: absolute; width: 72px; height: 22px; background: url(/templates/pictures/colorpicker/colorpicker_hex.png) top; left: 212px; top: 142px; } 
.colorpicker_hex input { right: 6px; } 
.colorpicker_field { height: 22px; width: 62px; background-position: top; position: absolute; } 
.colorpicker_field span { position: absolute; width: 12px; height: 22px; overflow: hidden; top: 0; right: 0; cursor: n-resize; } 
.colorpicker_rgb_r { background-image: url(/templates/pictures/colorpicker/colorpicker_rgb_r.png); top: 52px; left: 212px; } 
.colorpicker_rgb_g { background-image: url(/templates/pictures/colorpicker/colorpicker_rgb_g.png); top: 82px; left: 212px; } 
.colorpicker_rgb_b { background-image: url(/templates/pictures/colorpicker/colorpicker_rgb_b.png); top: 112px; left: 212px; } 
.colorpicker_hsb_h { background-image: url(/templates/pictures/colorpicker/colorpicker_hsb_h.png); top: 52px; left: 282px; } 
.colorpicker_hsb_s { background-image: url(/templates/pictures/colorpicker/colorpicker_hsb_s.png); top: 82px; left: 282px; } 
.colorpicker_hsb_b { background-image: url(/templates/pictures/colorpicker/colorpicker_hsb_b.png); top: 112px; left: 282px; } 
.colorpicker_submit { position: absolute; width: 22px; height: 22px; background: url(/templates/pictures/colorpicker/colorpicker_submit.png) top; left: 322px; top: 142px; overflow: hidden; } 
.colorpicker_focus { background-position: center; } 
.colorpicker_hex.colorpicker_focus { background-position: bottom; } 
.colorpicker_submit.colorpicker_focus { background-position: bottom; } 
.colorpicker_slider { background-position: bottom; } 


.color-pick-layout { width: 100%; table-layout: fixed; }
.color-pick-layout .outlink { display: inline-block; vertical-align: top; margin: 2px 0 0 10px; font-size: 11px; cursor: pointer; }
.color-pick-layout .outlink span { vertical-align: top; border-bottom: 1px dashed #ffc003; }
.color-pick-layout .outlink:hover span { color: #440d55; border-color: #440d55; }
.color-pick-layout .color-input { width: 90px; }

.color-pick-img .outlink { display: inline-block; vertical-align: top; margin: 2px 0 0 10px; font-size: 11px; cursor: pointer; }
.color-pick-img .outlink span { vertical-align: top; border-bottom: 1px dashed #ffc003; }
.color-pick-img .outlink:hover span { color: #440d55; border-color: #440d55; }
.color-pick-img .detect-block { display: none; margin: 20px 0 20px 0; }
.color-pick-img .detect-block.show { display: block; }
.color-pick-img .result-color { display: inline-block; width: 80px; height: 41px; margin: 0 0 0 20px; border: 1px solid #ccc; border-radius: 5px; vertical-align: top; }
.color-pick-img .reset { display: inline-block; vertical-align: top; margin: 12px 20px 0 20px; }
.color-pick-img .btn { margin-top: 2px; }
.color-pick-img .dropped-files { margin-top: 20px; width: 800px; }
.color-pick-img .canvas-file { margin-top: 20px; width: 800px; display: block; }
.color-pick-img .form-item .ui-file-filename { width: 200px; }

.form-item .load-texture .ui-file-filename { width: 200px; }
.del-texture { display: inline-block; vertical-align: top; margin: 10px 0 0 20px; }




/*****************************************************************************\
                                 ���������
\*****************************************************************************/

.editor-btn { background: #f00; border: 1px solid #f00; text-decoration: none; padding: 4px 10px 7px; color: #fff; font: 12px/16px 'opensans'; cursor: pointer; border-radius: 3px; }
.editor-btn.small { padding: 0px 6px 3px; border-radius: 2px; vertical-align: top; margin-top: 2px; }
.editor-btn:hover {  background: #fff; color: #f00; }

.editor-btn.r { margin-left: 10px; }
.editor-btn.l { margin-right: 10px; }

.brand-editor-placer { position: relative; }
.brand-editor-placer .editor-block { position: absolute; top: -20px; right: 0; }
.editor-block { display: block; }
.editor-block.inline { display: inline-block; }
.editor-block.block { margin-top: 20px; }
.editor-block .editor-btn { margin-right: 10px; white-space: nowrap; }
.editor-block.r .editor-btn { margin-right: 0; margin-left: 10px; }
.editor-block.l .editor-btn { margin-right: 10px; margin-left: 0; }
.editor-block.c { text-align: center; }
.editor-block.rr { text-align: right; }
.editor-block.c .editor-btn { margin-left: 5px; margin-right: 5px; }


.editor-block.line { width: 160px; }

/*****************************************************************************\
                                 �������
\*****************************************************************************/
.line-gallery { color: #000; width: 750px; padding: 10px; }
.line-gallery .editor-function { display: inline-block; background: linear-gradient(#f00, #d00); box-shadow: 0 -1px 0 #d00; border-top: 1px solid #f66; padding: 2px 10px 5px; margin-right: 4px; border-radius: 3px; color: #fff; font-size: 12px; }
.line-gallery .editor-function.active { cursor: pointer; }
.line-gallery .editor-function.active:hover { background: linear-gradient(#f00, #e00); }
.line-gallery .editor-function.disabled { box-shadow: none; background: transparent; border: 1px solid #f00; color: #f00; padding: 3px 9px 4px; margin-top: -1px; }
.line-gallery .title {  }
.line-gallery .title .brand {  }
.line-gallery .title .line {  }
.line-gallery .gallery-placer { position: relative; }
.line-gallery .gallery-placer .add-photo { position: absolute; right: 0; bottom: 0; padding: 5px 20px 8px; border-radius: 4px; font-size: 14px; z-index: 1000; }
.line-gallery .big-picture { width: 423px; height: 423px; border: 1px solid #d5d5d5; background: no-repeat 50% 50%; position: relative; }
.line-gallery .big-picture .editor-block { position: absolute; left: 0; top: 0;  }
.line-gallery .big-picture:hover .editor-block {  }
.line-gallery .big-picture .editor-block .item-function-block { display: none; padding: 8px 2px 8px 5px; background: rgba(255,255,255,0.7); }
.line-gallery .big-picture .editor-block .item-function-block.show { display: block; }
.line-gallery .line-preview { width: 425px; height: 135px; margin-top: 10px; position: relative; }
.line-gallery .product-preview { width: 290px; height: 425px; margin-left: 35px; float: right; position: relative; }

/*.swiper-container { margin: 0 auto; position: relative; overflow: hidden; z-index: 1; }
.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; -ms-transition-property: -ms-transform; transition-property: transform; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
.swiper-slide { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; flex-shrink: 0; width: 100%; height: 100%; position: relative; }
.swiper-button-prev, .swiper-button-next { position: absolute; z-index: 10; cursor: pointer;  }
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled { opacity: 0.35; cursor: auto; pointer-events: none; }
.swiper-pagination { position: absolute; text-align: center; z-index: 10; }
.swiper-pagination.swiper-pagination-hidden { opacity: 0; }
.swiper-container-vertical > .swiper-wrapper { -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; }*/

.line-preview .swiper-slide { width: 135px; height: 135px; display: inline-block; padding: 0; background: #fff; position: relative; cursor: pointer; }
.line-preview .swiper-slide:after { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; border: 1px solid #d5d5d5; }
.line-preview .swiper-slide.sel:after { border: 2px solid #ffc003; }
.line-preview .swiper-slide img { height: 100px; width: 100px; margin: 17px 0 0 17px; }
.line-preview .slider-btn { width: 27px; height: 34px; top: 50%; margin-top: -17px; background: no-repeat 50% 50%; }
.line-preview .slider-btn:hover { opacity: 0.8; }
.line-preview .swiper-button-next { right: -30px; background-image: url('/templates/pictures/gallery-nav-right.png');  }
.line-preview .swiper-button-prev { left: -30px; background-image: url('/templates/pictures/gallery-nav-left.png');  }

.product-preview .swiper-container { height: 100%; }
.product-preview .swiper-slide { height: auto; min-height: 37px; display: block; padding: 16px 0;  border-bottom: 1px solid #ffc003; background: #fff; position: relative; cursor: pointer; }
.product-preview .swiper-slide:hover { background: #fffbef; }
.product-preview .slider-btn { width: 34px; height: 27px; left: 50%; right: auto; top: auto; margin-left: -17px; background: no-repeat 50% 50%; }
.product-preview .slider-btn:hover { opacity: 0.8; }
.product-preview .swiper-button-next { bottom: -30px; background-image: url('/templates/pictures/gallery-nav-bottom.png');  }
.product-preview .swiper-button-prev { top: -30px; background-image: url('/templates/pictures/gallery-nav-top.png');  }
.product-preview .swiper-slide:first-child { border-top: 1px solid #ffc003;}
.product-preview .swiper-slide:after { /*content: ""; position: absolute; left: -10px; top: 0; right: -10px; bottom: 0;*/  }
.product-preview .swiper-slide.selected:after { /*border: 2px solid #ffc003;*/ }
.product-preview .swiper-slide.selected .name { color: #ffc003; }

.product-preview .swiper-slide .name { margin-left: 48px; font-size: 14px; }
.product-preview .swiper-slide .desc { margin-left: 48px; color: #919191; font-size: 12px; }
.product-preview .swiper-slide.alt .name { margin-left: 0; }
.product-preview .swiper-slide.alt .desc { margin-left: 0; }
.product-preview .swiper-slide img { height: 35px; width: 35px; float: left; border: 1px solid #d5d5d5; }
.product-preview .swiper-slide img.sel { border-color: #ffc003; }
.product-preview .swiper-slide .r { text-align: right; }
.product-preview .swiper-slide .r img { margin-left: 5px; float: none; vertical-align: top; }
.product-preview .swiper-slide table { width: 100%; }


.supplier-list-price .tname { font-size: 14px; font-weight: bold; color: #000; }
.supplier-list-price .tname a { color: inherit; text-decoration: none; border-bottom: 1px dashed #ffc003; }
.supplier-list-price .tname a:hover { border-bottom-color: transparent; }
.supplier-list-price .tname .gray { font-size: 12px; font-weight: normal; color: #919191; }
.supplier-list-price .hnum { width: 25px; }
.supplier-list-price .hprice { width: 260px; }
.supplier-list-price .hrating { width: 150px; }
.supplier-list-price .review { margin: 3px 0 2px; }
.supplier-list-price .review .minus { color: #f10000; }
.supplier-list-price .review .plus { color: #03b75c; }
.supplier-list-price .file-price { margin-top: 0; }
.supplier-list-price .file-price .name { font-size: 14px; }
.supplier-list-price .file-price .date { width: auto; }


.supplier-header-layout { width: 100%; color: #000; font-size: 14px; }
.supplier-header-layout td { vertical-align: middle; }
.supplier-header-layout .btn-big { margin-top: 0; }

.supplier-header-layout .file-price { margin-top: 0; }
.supplier-header-layout .file-price .name {  }
.supplier-header-layout .file-price .size { position: relative; left: auto; top: auto; }

.supplier-review-header { width: 100%; table-layout: fixed; margin-top: 37px;  }
.supplier-review-header td.header { border-top: 1px solid #ffc003; border-bottom: 1px solid #ffc003; padding: 35px 0; }
.supplier-review-header td.l { padding-right: 20px; }
.supplier-review-header td.r { padding-left: 20px; }
.supplier-review-header td.header .big { display: inline-block; vertical-align: top; font: bold 60px/60px 'baguesans'; color: #f10000; }
.supplier-review-header td.header.l .big { color: #03b75c; }
.supplier-review-header td.header .big.no { color: #919191; }
.supplier-review-header td.header .t { display: inline-block; vertical-align: top; font: bold 20px/18px 'baguesans'; color: #000; margin: 14px 0 0 15px; }

.no-supplier-review { background: no-repeat 50% 0; padding-top: 300px; text-align: center; margin-top: 30px; }
.no-supplier-review .s1 { font: bold 30px/30px 'baguesans'; }
.no-supplier-review .s2 { font: bold 20px/20px 'baguesans'; margin-top: 10px; }
.no-supplier-review.pos.pic-1 { background-image: url('/templates/pictures/no-pos-review-1.jpg'); }
.no-supplier-review.pos.pic-2 { background-image: url('/templates/pictures/no-pos-review-2.jpg'); }
.no-supplier-review.pos.pic-3 { background-image: url('/templates/pictures/no-pos-review-3.jpg'); }
.no-supplier-review.neg.pic-1 { background-image: url('/templates/pictures/no-neg-review-1.jpg'); }
.no-supplier-review.neg.pic-2 { background-image: url('/templates/pictures/no-neg-review-2.jpg'); }
.no-supplier-review.neg.pic-3 { background-image: url('/templates/pictures/no-neg-review-3.jpg'); }


.change-cart-price { width: 680px; }
.change-cart-price td { padding: 2px 10px 2px 0; border-bottom: 1px solid #eee; }
.change-cart-price tr:first-child td { border-top: 1px solid #eee; }


.rollup { position: relative; padding-bottom: 33px; }
.rollup .wrapper { overflow: hidden; }
.rollup .fader { position: absolute; left: 0; bottom: 0; right: 0; height: 0; }
.rollup .button { z-index: 100; cursor: pointer; position: absolute; left: 0; bottom: 0; font-size: 14px; padding-left: 23px; background: url('/templates/pictures/rollover-arrow.png') no-repeat 0 6px; }
.rollup .button span { border-bottom: 1px dashed #ffc003; }
.rollup .button:hover span { border-bottom-color: #440d55; color: #440d55;}
.rollup .button.up { background: url('/templates/pictures/rollover-arrow.png') no-repeat 0 -94px; }


.mini-history { font-size: 0; margin: 10px 0 0 18px; vertical-align: top; display: inline-block; width: 18px; height: 18px; background: url('/templates/pictures/mini-history.png') no-repeat; }


/*****************************************************************************\
                                 ���������
\*****************************************************************************/

.popup-placer { /*position: absolute; z-index: 5001000; left: 0; top: 0;*/ }
.popup-placer-bg { position: absolute; z-index: 100; left: 0; top: 0; }
.popup-helper { position: absolute; display: none; z-index: 10001; left: 0; top: 0; }
.popup-helper-content { position: relative; box-shadow: 0 0 8px 0 rgba(0,0,0,0.5); zoom: 1; display: inline-block; border-radius: 3px; }
.popup-helper-content.a-bottom .popup-helper-corner { width: 0; height: 0; border: 0 transparent; border-width: 0 4px 4px; border-style: solid; border-bottom-color: #440d55 ; top: -4px; left: 0; position: absolute; }
.popup-helper-content.a-top .popup-helper-corner { width: 0; height: 0; border: 0 transparent; border-width: 4px 4px 0; border-style: solid; border-top-color: #440d55 ; bottom: -4px; left: 0; position: absolute; }
.popup-helper-content.a-left .popup-helper-corner { background: url('/templates/pictures/pic-helper-corner-2.png') no-repeat; width: 27px; height: 17px; bottom: -17px; left: 0; position: absolute; }
.popup-helper-content.a-right .popup-helper-corner { margin-left: -10px; }
.popup-helper-close { background: url('/templates/pictures/header-exit.png') no-repeat -2px -2px; width: 8px; height: 8px; top: 6px; right: 6px; cursor: pointer;  position: absolute; }
.popup-helper-close:hover { filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); opacity: 0.5; }
.popup-helper-content.noclose .popup-helper-close { display: none; }
.popup-helper-title { border-bottom: 1px solid #edf0f2; margin: 0 -23px 12px; padding: 0 23px 9px; color: #a3b1bf; font: 18px/24px 'proxima'; text-transform: uppercase;  }
.popup-helper-text { /*min-width: 300px; max-width: 800px; */ }
.popup-helper-text * { vertical-align: top; }
.popup-helper-text .helper-text { max-width: 300px; font: 13px/16px 'opensans'; color: #ffc003; border-radius: 3px; background: #440d55; padding: 11px 20px 14px 15px; }
.popup-helper-text .helper-img { max-width: 350px; font: 13px/16px 'opensans'; color: #ffc003; background: #440d55; padding: 15px 15px; }
.popup-helper-text .helper-def { font: 13px/16px 'opensans'; color: #ffc003 ; border-radius: 3px; background: #440d55/*fff7e0*/; padding: 11px 20px 14px 15px; }
.popup-helper-text .helper-def a { color: #f0461c; text-decoration: none; border-bottom: 1px dashed #ffc003; color: #ffc003; }
.popup-helper-text .helper-def a:hover { text-decoration: none; border-bottom: none; }
.popup-helper-text .helper-def p:first-child { margin-top: 0; }
.popup-helper-text .helper-def p:last-child { margin-bottom: 0; }

.popup-helper-content.yellow.offset { margin-top: 8px; }
.popup-helper-content.yellow.a-bottom .popup-helper-corner {  border-bottom-color: #ffc003; }
.popup-helper-content.yellow .popup-helper-close { background-image: url('/templates/pictures/header-exit-dark.png'); }
.popup-helper-content.yellow .popup-helper-text .helper-text { color: #000; background: #ffc003; }
.popup-helper-content.yellow .popup-helper-text .helper-def { color: #000; background: #ffc003;  }

.popup-helper-content.hint { margin-top: 5px; }
.popup-helper-content.hint.a-bottom .popup-helper-corner {  border-bottom-color: #ffc003; }
.popup-helper-content.hint.a-right .popup-helper-corner { margin-left: -10px; }
.popup-helper-content.hint .popup-helper-close { display: none; }
.popup-helper-content.hint .popup-helper-text .helper-text { color: #000; background: #ffc003; }
.popup-helper-content.hint .popup-helper-text .helper-def { color: #000; background: #ffc003; padding: 6px 15px 8px 15px;  }




/*****************************************************************************\
                                 ������
\*****************************************************************************/

.popup-place { position: absolute; top: 0px; left: 0px; width: 0px; height: 0px; z-index: 2147483640; }
.popup-bg { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 3001; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); opacity: 0.6; background: #000; z-index: 10001; }
.popup-bg.transparent { background: none; }

.popup-window { z-index: 10010; position: absolute; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.14); }
.popup-window-content { background: #fff; padding: 35px 40px 40px; font-size: 14px; line-height: 1.3; width: 510px; position: relative; }
.popup-window-content-bg {}
.popup-window-content-bg a { color: #a3136a; text-decoration: none; }
.popup-window-content-bg a:hover { color: #484848; text-decoration: none; }
.popup-window-title { padding: 0 0 35px; margin: 0 0 32px; font-size: 40px; line-height: 40px; color: #000; font-family: 'baguesans'; border-bottom: 1px solid #ffc003; }
.popup-window-title .sm-title {  font-size: 20px; line-height: 24px; margin-top: 7px; position: relative; }
.popup-window-title .req-row { font-family: 'opensans'; font-size: 12px; line-height: 12px; float: right; color: #919191; margin-top: 5px; }
.popup-window-title .req-row span { color: #ffc003; }
.popup-window-alert, .main_dialog { padding: 0 0 0 0; color: #919191; font-size: 14px; line-height: 1.3; }
.popup-window-alert p { margin-top: 0; }
.popup-window-close { position: absolute; font-size: 0; line-height: 0; top: 11px; right: 11px; width: 12px; height: 12px; background: url('/templates/pictures/header-exit-dark2.png') no-repeat;  }
.popup-window-close:hover { }

.popup-window-function { padding: 30px 0 0; font-size: 13px; position: relative; margin: 0; text-align: left; min-height: 32px;  }
.popup-window-buttons a, .popup-window-buttons input { white-space: nowrap; display: inline-block; vertical-align: top; padding: 13px 15px 11px; cursor: pointer; text-transform: uppercase; font: bold 11px/12px 'baguesans'; border: none; text-decoration: none; background: #440d55; color: #fff; border-radius: 5px; }
.popup-window-buttons a:hover, .popup-window-buttons input:hover { text-decoration: none; background: #66177e; color: #fff; }
.popup-desc-block { color: #000; line-height: 25px; margin: 0 0 32px; padding-bottom: 35px; border-bottom: 1px solid #ffc003; }
.popup-desc-block .gray { color: #919191; }
.popup-desc-block a { color: #000; text-decoration: none; border-bottom: 1px dashed #ffc003; }
.popup-desc-block a:hover { text-decoration: none; border-bottom-color: transparent; }



.popup-window-buttons .close-dialog { float: right; }
.popup-window-buttons #go_order { float: left; }

.borderless .popup-window-content-bg { padding: 0; }
.popup-window-alert .cart span { color: #f50091; }



.popup-window.alt {  }
.popup-window.alt .popup-window-content { padding: 15px 40px 30px; }
.popup-window.alt .popup-window-title { padding: 35px 40px 5px; margin: -15px -40px 0px; font: bold 30px/35px 'baguesans'; background: none; }
.popup-window.alt .popup-window-close { background: url('/templates/pictures/header-exit-dark.png') no-repeat; }

/*****************************************************************************\
                                 �������
\*****************************************************************************/



.otlivant {
    border: 1px solid #ffc003;
    padding: 4px 5px 3px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    background: #ffc003;
    color: #fff;
    border-radius: 3px;
    line-height: 12px;
    margin-top: 2px;
}
