﻿/*---------------------------------- COLORBOX ----------------------------*/ #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;} #cboxWrapper {max-width:none;} #cboxOverlay{position:fixed; width:100%; height:100%;} #cboxMiddleLeft, #cboxBottomLeft{clear:left;} #cboxContent{position:relative;} #cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;} #cboxTitle{margin:0;} #cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;} #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;} .cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;} .cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;} #colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;} #cboxOverlay{background:#f6eed9;} #cboxOverlay.authorization {background:rgba(15,30,60,0.7)} #colorbox{outline:0;} #cboxTopLeft{width:21px; height:21px; background:url(/pic/colorbox/controls.png) no-repeat -101px 0;} #cboxTopRight{width:21px; height:21px; background:url(/pic/colorbox/controls.png) no-repeat -130px 0;} #cboxBottomLeft{width:21px; height:21px; background:url(/pic/colorbox/controls.png) no-repeat -101px -29px;} #cboxBottomRight{width:21px; height:21px; background:url(/pic/colorbox/controls.png) no-repeat -130px -29px;} #cboxMiddleLeft{width:21px; background:url(/pic/colorbox/controls.png) left top repeat-y;} #cboxMiddleRight{width:21px; background:url(/pic/colorbox/controls.png) right top repeat-y;} #cboxTopCenter{height:21px; background:url(/pic/colorbox/border.png) 0 0 repeat-x;} #cboxBottomCenter{height:21px; background:url(/pic/colorbox/border.png) 0 -29px repeat-x;} .authorization #cboxTopLeft{width:0; height:0; background:url(/pic/colorbox/controls.png) no-repeat -101px 0;} .authorization #cboxTopRight{width:0; height:0; background:url(/pic/colorbox/controls.png) no-repeat -130px 0;} .authorization #cboxBottomLeft{width:0; height:0; background:url(/pic/colorbox/controls.png) no-repeat -101px -29px;} .authorization #cboxBottomRight{width:0; height:0; background:url(/pic/colorbox/controls.png) no-repeat -130px -29px;} .authorization #cboxMiddleLeft{width:0; background:url(/pic/colorbox/controls.png) left top repeat-y;} .authorization #cboxMiddleRight{width:0; background:url(/pic/colorbox/controls.png) right top repeat-y;} .authorization #cboxTopCenter{height:0; background:url(/pic/colorbox/border.png) 0 0 repeat-x;} .authorization #cboxBottomCenter{height:0; background:url(/pic/colorbox/border.png) 0 -29px repeat-x;} #cboxContent{background:#fff; overflow:hidden;} .cboxIframe{background:#fff;} #cboxError{padding:50px; border:1px solid #ccc;} #cboxLoadedContent{margin-top:28px;} .authorization #cboxLoadedContent{margin-bottom:0;} #cboxTitle{position:absolute; top:4px; bottom: 10px; left:0; text-align:center; width:100%; font-size:20px; line-height:25px; font-weight: bold; pointer-events:none;} #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;} #cboxLoadingOverlay{background:url(/pic/colorbox/loading_background.png) no-repeat center center;} #cboxLoadingGraphic{background:url(/pic/colorbox/loading.gif) no-repeat center center;} #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; } #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;} #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;} #cboxPrevious{position:absolute; bottom:0; left:0; background:url(/pic/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;} #cboxPrevious:hover{background-position:-75px -25px;} #cboxNext{position:absolute; bottom:0; left:27px; background:url(/pic/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;} #cboxNext:hover{background-position:-50px -25px;} #cboxClose{position:absolute; top:0; right:0; background:url(/pic/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;} .authorization #cboxClose{position:absolute; bottom:0; right:0; background:url(/pic/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px; display:none !important;} #cboxClose:hover{background-position:-25px -25px;} /*-------------------------------  @media print  ------------------------------------*/ @media print { * { text-shadow: none !important; color: #000 !important; background: transparent !important; -webkit-box-shadow: none !important; box-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ") "; } abbr[title]:after { content: " (" attr(title) ") "; } a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } @page { margin: 0.5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } } /*---------------------------------- liValid ----------------------------*/ .validat .mand { color: #f00 !important; } .validat .r { display: inline-block; position: relative; top: 0; left: 0; width: 6px; vertical-align: top; } .validat .indicator { border-color: #ee5f5b; color: #b94a48; } .validat input[type=checkbox].indicator, .validat input[type=radio].indicator { outline: 1px solid red; } .validat .indicator:focus { border-color: #e9322d; -webkit-box-shadow: 0 0 6px #f8b9b7; box-shadow: 0 0 6px #f8b9b7; } .validat .psevdo_but { border-color: #ddd !important; color: #999 !important; background: #fff; cursor: not-allowed !important; } .validat .disabled { cursor: not-allowed !important; } 
 .validat .errorBox { font: 11px/1.2em Arial,Helvetica,sans-serif; color: red;  left:0; right:0; width:100%; top:25px;padding-top: 10px; } .cart_slide_wrap .validat .errorBox { font: 11px/1.2em Arial,Helvetica,sans-serif; color: red; position:absolute; left:0; right:0; width:100%; top:35px; text-align:right; } .reviews_write .validat .errorBox { font: 11px/1.2em Arial,Helvetica,sans-serif; color: red; position:absolute; left:0; right:0; width:100%; top:35px; text-align:right; } .validat .captchaView { position: absolute; top: 0; left: 0; font-size: 11px; color: green; background: #cccccc; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=); background: -webkit-gradient(linear,left top, left bottom,color-stop(0, #cccccc),color-stop(98%, #ffffff)); background: linear-gradient(to bottom,#cccccc 0,#ffffff 98%); } .form_style .but { margin:0; border:none; border-bottom:3px solid #8c5f00; background: #ffb61a; color:#ffffff; font:16px/16px ubuntu_bold, ubuntu_bold_fallback, arial; padding:7px 19px 4px; height:28px; border-radius:10px; background: -webkit-gradient(linear,  left top, left bottom,  from(#ffb61a),to(#b07800)); background: linear-gradient(to bottom,  #ffb61a 0%,#b07800 100%); } .form_style .but:hover{background:#ffb61a;} .form_style input.but { height: 32px; padding: 3px 20px 5px; } 
 .form_style .row { position: relative; height: 22%; padding: 0 0 20px 0; } 
 .form_style .row:after { content: '.'; display: block; visibility: hidden; clear: both; height: 0; } .form_style { display: block; margin: 0 auto 0; max-width: 500px; } .form_style label { display: block; position: relative; padding: 2px 0 0 0; vertical-align: top; } .form_style label.t_radio { float: none; width: auto !important; margin: 0; padding: 0; } .form_style label.t_radio input { margin-right: 5px; } .form_style input, .form_style textarea, .form_style select { display: inline-block; -webkit-box-sizing: border-box; box-sizing: border-box; height: 30px; padding: 2px 5px; border: 1px solid #ccc; font: 13px/18px Arial,Helvetica,sans-serif; vertical-align: top; color: #5e6363; -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1) inset; box-shadow: 0 1px 3px rgba(0,0,0,0.1) inset; -webkit-transition: border 0.2s linear 0s,box-shadow 0.2s linear 0s; -webkit-transition: border 0.2s linear 0s,-webkit-box-shadow 0.2s linear 0s; transition: border 0.2s linear 0s,-webkit-box-shadow 0.2s linear 0s; transition: border 0.2s linear 0s,box-shadow 0.2s linear 0s; transition: border 0.2s linear 0s,box-shadow 0.2s linear 0s,-webkit-box-shadow 0.2s linear 0s; } .form_style .controls { position: relative; display: block; } .form_style .refreshCptcha { display: inline-block; width: 16px; height: 16px; text-indent: -99999px; vertical-align: middle; opacity: 0.5; background: url(/pic/refresh.png) 0 0 no-repeat; } .form_style .refreshCptcha:hover { opacity: 1; } .form_style .captchaPic { display: inline-block; margin: 0; border: 0; vertical-align: middle; } .form_style .captchaInput { width: auto !important; text-align: center; font-size: 16px !important; } .form_style input[type="text"], .form_style input[type="password"], .form_style textarea, .form_style select { width: 100%; } .validat input[type=checkbox], .validat input[type=radio] { height: auto !important; } .form_style input[type="file"] { height: 27px; line-height: 27px; } .form_style input:focus, .form_style textarea:focus { border-color: rgba(82,168,236,0.8); outline: 0; -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1) ,0 0 8px rgba(82,168,236,0.6); box-shadow: inset 0 1px 3px rgba(0,0,0,0.1) ,0 0 8px rgba(82,168,236,0.6); } .form_style input[type=file]:focus, .form_style input[type=checkbox]:focus, .form_style select:focus { outline: 1px dotted #666; -webkit-box-shadow: none; box-shadow: none; } .form_style textarea { height: auto; margin: 0; } .form_style input, .form_style textarea { -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1) inset; box-shadow: 0 1px 3px rgba(0,0,0,0.1) inset; -webkit-transition: border 0.2s linear 0s,-webkit-box-shadow 0.2s linear 0s; transition: border 0.2s linear 0s,-webkit-box-shadow 0.2s linear 0s; transition: border 0.2s linear 0s,box-shadow 0.2s linear 0s; transition: border 0.2s linear 0s,box-shadow 0.2s linear 0s,-webkit-box-shadow 0.2s linear 0s; } 
 .form_style .row table { display: inline-block; vertical-align: top; } .form_style .row table td { padding: 0 10px 0 0; vertical-align: top; } .form_style .row table td .update_captcha { margin: 0 0 0 5px; text-align: left; } .form_style #image { height: 28px; margin: 0 0 0 5px !important; } .form_style .help { font: 11px/1.2em Arial,Helvetica,sans-serif; color: green; } /* * jQuery Nivo Slider v3.2 * http://nivo.dev7studios.com * * Copyright 2012, Dev7studios * Free to use and abuse under the MIT license. * http://www.opensource.org/licenses/mit-license.php */ /* The Nivo Slider styles */ .index_slider1 { height:374px; margin:0 0 25px 0;} .index_slider1 .nivoSlider {position:relative;height:auto;overflow: hidden; margin:0 24px 0 0;} .index_slider1 .slider-wrapper:after { width:100%; height:75px; background:url(/pic/pic20.png) center top no-repeat; position:absolute; left:0; bottom:-75px; display:block; content:''; } .index_slider1 .nivoSlider img {position:absolute;top:0px;left:0px;max-width: none;} .index_slider1 .nivo-main-image {display: block !important;position: relative !important; width: 100% !important;} /* If an image is wrapped in a link */ .index_slider1 .nivoSlider a.nivo-imageLink {position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;background:white; filter:alpha(opacity=0);opacity:0;} /* The slices and boxes in the Slider */ .index_slider1 .nivo-slice {display:block;position:absolute;z-index:5;height:100%;top:0;} .index_slider1 .nivo-box {display:block;position:absolute;z-index:5;overflow:hidden;} .index_slider1 .nivo-box img { display:block; } /* Caption styles */ .index_slider1 .nivo-caption {position:absolute;left:0px;bottom:0px;background:#000;color:#fff;width:100%;z-index:8;padding: 5px 10px;opacity: 0.8;overflow: hidden;display: none;-moz-opacity: 0.8;filter:alpha(opacity=8);	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */    /* Firefox, other Gecko */	box-sizing: border-box;         /* Opera/IE 8+ */} .index_slider1 .nivo-caption p {padding:5px;margin:0;} .index_slider1 .nivo-caption a {display:inline !important;} .index_slider1 .nivo-html-caption {   display:none;} /* Direction nav styles (e.g. Next & Prev) */ .index_slider1 .nivo-directionNav a {position:absolute;top:45%;z-index:9;cursor:pointer; display:none;} .index_slider1 .nivo-prevNav {left:0px;} .index_slider1 .nivo-nextNav {right:0px;} /* Control nav styles (e.g. 1,2,3...) */ .index_slider1 .nivo-controlNav {	padding:0; position:absolute; right:0; top:50%; width:16px;} .index_slider1 .nivo-controlNav a {cursor:pointer; display:block; width:16px; height:16px; border-radius:50%; background:#ffae00; -webkit-box-sizing:border-box; box-sizing:border-box; padding:4px; margin:0 0 6px 0;} .index_slider1 .nivo-controlNav a span{display:block; width:100%; height:100%; background:#FFF; opacity:0; border-radius:50%; font-size:0;-webkit-transition:all 0.6s linear;transition:all 0.6s linear; } .index_slider1 .nivo-controlNav a.active span{opacity:1;} .index_slider1 .slider-wrapper {position:relative;} .is1nc_cur{ display:block; width:8px; height:1px;background:#ffae00; position:absolute; left:-8px; top:0} .carous_wrap1 .list_carousel { margin:0 20px;} .carous_wrap1 .list_carousel ul {margin: 0;	padding: 0;list-style: none;display: block;} .carous_wrap1 .list_carousel li {padding: 0 0 10px 0; display: block;float: left; margin:0 20px;} .carous_wrap1.inner .list_carousel li {padding: 0 0 10px 0; display: block;float: left; margin:0 4px 0 5px;} .carous_wrap1 .list_carousel.responsive {width: auto;margin-left: 0;} .carous_wrap1 .clearfix {float: none;clear: both;} .carous_wrap1{ position:relative; margin:0 0 35px 0; min-height: 320px; } .carous_wrap1 .prev{ width:15px; height:50px; background:url(/pic/prev_yellow.png) center no-repeat; font-size:0; position:absolute; left:0; top:50%; margin-top:-25px; } .carous_wrap1 .next{width:15px; height:50px; background:url(/pic/next_yellow.png) center no-repeat; font-size:0;position:absolute; right:0; top:50%; margin-top:-25px; } .carous_wrap1 .prev:hover{ background:url(/pic/prev_orange.png) center no-repeat; } .carous_wrap1 .next:hover{ background:url(/pic/next_orange.png) center no-repeat; } .carous_wrap1 .pager {} .carous_wrap1 .pager a {margin: 0 5px;text-decoration: none;} .carous_wrap1 .pager a.selected {text-decoration: underline;} /* Version: 3.5.0 Timestamp: Mon Jun 16 19:29:44 EDT 2014 */ .tb_item4 .select2-container, .sort_block__inner .select2-container { width:100%; -webkit-box-sizing:border-box; box-sizing:border-box;} .select2-container { margin: 0; position: relative; display: inline-block; /* inline-block for ie7 */ zoom: 1; *display: inline; vertical-align: middle; } .select2-container, .select2-drop, .select2-search, .select2-search input { /* Force border-box so that % widths fit the parent container without overlap because of margin/padding. More Info : http://www.quirksmode.org/css/box.html */ -webkit-box-sizing: border-box; /* webkit */ /* firefox */ box-sizing: border-box; /* css3 */ } .tb_item4 .select2-container .select2-choice{ padding:0; height:30px; -webkit-box-sizing:border-box; box-sizing:border-box; border: 1px solid #c5c2ba; border-radius:7px; background:#fff; } .sort_block__inner .select2-container .select2-choice{ padding:0; height:24px; -webkit-box-sizing:border-box; box-sizing:border-box; border: 1px solid #c5c2ba; border-radius:7px; background:#fff; } .select2-container .select2-choice { display: block; height: 26px; padding: 0 0 0 8px; overflow: hidden; position: relative; border: 1px solid #aaa; white-space: nowrap; line-height: 26px; color: #444; text-decoration: none; border-radius: 4px; background-clip: padding-box; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: #fff; background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0); background-image: -webkit-gradient(linear, left bottom, left top, from(#eee), color-stop(50%, #fff)); background-image: linear-gradient(to top, #eee 0%, #fff 50%); } html[dir="rtl"] .select2-container .select2-choice { padding: 0 8px 0 0; } .select2-container.select2-drop-above .select2-choice { border-bottom-color: #aaa; border-radius: 0 0 4px 4px; background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), color-stop(90%, #fff)); background-image: linear-gradient(to bottom, #eee 0%, #fff 90%); } .select2-container.select2-allowclear .select2-choice .select2-chosen { margin-right: 42px; } .sort_block__inner .select2-container .select2-choice{ max-width:calc(25vw - 50px); } .tb_item4 .select2-container .select2-choice > .select2-chosen, .sort_block__inner .select2-container .select2-choice > .select2-chosen{ margin-right:17px; padding:0 5px; -webkit-box-sizing:border-box; box-sizing:border-box; color:#000000; font:14px/24px ubuntu_regular; text-align:center;} .select2-container .select2-choice > .select2-chosen { margin-right: 26px; display: block; overflow: hidden; white-space: nowrap; float: none; width: 22px; width:auto; -webkit-box-sizing:border-box; box-sizing:border-box; padding: 0 25px 0 5px; } html[dir="rtl"] .select2-container .select2-choice > .select2-chosen { margin-left: 26px; margin-right: 0; } .select2-container .select2-choice abbr { display: none; width: 12px; height: 12px; position: absolute; right: 24px; top: 8px; font-size: 1px; text-decoration: none; border: 0; background: url(/pic/select2.png)  right top no-repeat; cursor: pointer; outline: 0; } .select2-container.select2-allowclear .select2-choice abbr { display: inline-block; } .select2-container .select2-choice abbr:hover { background-position: right -11px; cursor: pointer; } .select2-drop-mask { border: 0; margin: 0; padding: 0; position: fixed; left: 0; top: 0; min-height: 100%; min-width: 100%; height: auto; width: auto; opacity: 0; z-index: 9998; /* styles required for IE to work */ background-color: #fff; filter: alpha(opacity=0); } .select2-drop { width: 100%; margin-top: -1px; position: absolute; z-index: 9999; top: 100%; background: #fff; color: #000; border: 1px solid #aaa; border-top: 0; border-radius: 0 0 4px 4px; -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15); box-shadow: 0 4px 5px rgba(0, 0, 0, .15); } .select2-drop.select2-drop-above { margin-top: 1px; border-top: 1px solid #aaa; border-bottom: 0; border-radius: 4px 4px 0 0; -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15); box-shadow: 0 -4px 5px rgba(0, 0, 0, .15); } .select2-drop-active { border: 1px solid #c5c2ba; border-top: none; } .select2-drop.select2-drop-above.select2-drop-active { border-top: 1px solid #5897fb; } .select2-drop-auto-width { border-top: 1px solid #aaa; width: auto; } .select2-drop-auto-width .select2-search { padding-top: 4px; } .tb_item4 .select2-container .select2-choice .select2-arrow, .sort_block__inner  .select2-container .select2-choice .select2-arrow{ width:17px; height:22px; background:url(/pic/pic51_default.png) 0 0 no-repeat; border:none; } .tb_item4 .select2-container .select2-choice .select2-arrow:hover, .sort_block__inner .select2-container .select2-choice .select2-arrow:hover{ background: url(/pic/pic51_hover.png) 0 0 no-repeat; } .select2-container .select2-choice .select2-arrow { display: inline-block; width: 18px; height: 100%; position: absolute; right: 0; top: 0; border-left: 1px solid #aaa; border-radius: 0 4px 4px 0; background-clip: padding-box; background: #ccc; background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0); background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), color-stop(60%, #eee)); background-image: linear-gradient(to top, #ccc 0%, #eee 60%); } html[dir="rtl"] .select2-container .select2-choice .select2-arrow { left: 0; right: auto; border-left: none; border-right: 1px solid #aaa; border-radius: 4px 0 0 4px; } .select2-container .select2-choice .select2-arrow b { display: block; width: 100%; height: 100%; background:none; } html[dir="rtl"] .select2-container .select2-choice .select2-arrow b { background-position: 2px 1px; } .select2-search { display:none; width: 100%; min-height: 26px; margin: 0; padding-left: 4px; padding-right: 4px; position: relative; z-index: 10000; white-space: nowrap; } .select2-search input { width: 100%; height: auto !important; min-height: 26px; padding: 4px 20px 4px 5px; margin: 0; outline: 0; font-family: sans-serif; font-size: 1em; border: 1px solid #aaa; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; background: #fff  url(/pic/select2.png) no-repeat 100% -22px; background: url(/pic/select2.png) no-repeat 100% -22px, -webkit-gradient(linear, left top, left bottom, color-stop(85%, #fff), color-stop(99%, #eee)) 0 0; background: url(/pic/select2.png) no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; } html[dir="rtl"] .select2-search input { padding: 4px 5px 4px 20px; background: #fff url(/pic/select2.png) no-repeat -37px -22px; background: url(/pic/select2.png) no-repeat -37px -22px, -webkit-gradient(linear, left top, left bottom, color-stop(85%, #fff), color-stop(99%, #eee)) 0 0; background: url(/pic/select2.png) no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; } .select2-drop.select2-drop-above .select2-search input { margin-top: 4px; } .select2-search input.select2-active { background: #fff url('select2-spinner.gif') no-repeat 100%; background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left top, left bottom, color-stop(85%, #fff), color-stop(99%, #eee)) 0 0; background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; } .select2-container-active .select2-choice, .select2-container-active .select2-choices { border: 1px solid #5897fb; outline: none; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3); box-shadow: 0 0 5px rgba(0, 0, 0, .3); } .select2-dropdown-open .select2-choice { border-bottom-color: transparent; -webkit-box-shadow: 0 1px 0 #fff inset; box-shadow: 0 1px 0 #fff inset; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-color: #eee; background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0); background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(50%, #eee)); background-image: linear-gradient(to top, #fff 0%, #eee 50%); } .select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices { border: 1px solid #5897fb; border-top-color: transparent; background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0); background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee)); background-image: linear-gradient(to bottom, #fff 0%, #eee 50%); } .select2-dropdown-open .select2-choice .select2-arrow { background: transparent; border-left: none; -webkit-filter: none; filter: none; } html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow { border-right: none; } .select2-dropdown-open .select2-choice .select2-arrow b { background-position: -18px 1px; } html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b { background-position: -16px 1px; } .select2-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } /* results */ .select2-results { max-height:none; padding:0; margin:0; position: relative; overflow-x: hidden; overflow-y: auto; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } html[dir="rtl"] .select2-results { padding: 0 4px 0 0; margin: 4px 0 4px 4px; } .select2-results ul.select2-result-sub { margin: 0; padding-left: 0; } .select2-results li { list-style: none; display: list-item; background-image: none; } .select2-results li.select2-result-with-children > .select2-result-label { font-weight: bold; } .select2-results .select2-result-label { padding: 0px 7px 0px; margin: 0; cursor: pointer; font-size:12px; min-height: 1em; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .select2-results-dept-1 .select2-result-label { padding-left: 20px } .select2-results-dept-2 .select2-result-label { padding-left: 40px } .select2-results-dept-3 .select2-result-label { padding-left: 60px } .select2-results-dept-4 .select2-result-label { padding-left: 80px } .select2-results-dept-5 .select2-result-label { padding-left: 100px } .select2-results-dept-6 .select2-result-label { padding-left: 110px } .select2-results-dept-7 .select2-result-label { padding-left: 120px } .select2-results .select2-highlighted { background: #3875d7; color: #fff; } .select2-results li em { background: #feffde; font-style: normal; } .select2-results .select2-highlighted em { background: transparent; } .select2-results .select2-highlighted ul { background: #fff; color: #000; } .select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit { background: #f4f4f4; display: list-item; padding-left: 5px; } /* disabled look for disabled choices in the results dropdown */ .select2-results .select2-disabled.select2-highlighted { color: #666; background: #f4f4f4; display: list-item; cursor: default; } .select2-results .select2-disabled { background: #f4f4f4; display: list-item; cursor: default; } .select2-results .select2-selected { display: none; } .select2-more-results.select2-active { background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%; } .select2-more-results { background: #f4f4f4; display: list-item; } /* disabled styles */ .select2-container.select2-container-disabled .select2-choice { background-color: #f4f4f4; background-image: none; border: 1px solid #ddd; cursor: default; } .select2-container.select2-container-disabled .select2-choice .select2-arrow { background-color: #f4f4f4; background-image: none; border-left: 0; } .select2-container.select2-container-disabled .select2-choice abbr { display: none; } /* multiselect */ .select2-container-multi .select2-choices { height: auto !important; height: 1%; margin: 0; padding: 0 5px 0 0; position: relative; border: 1px solid #aaa; cursor: text; overflow: hidden; background-color: #fff; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff)); background-image: linear-gradient(to bottom, #eee 1%, #fff 15%); } html[dir="rtl"] .select2-container-multi .select2-choices { padding: 0 0 0 5px; } .select2-locked { padding: 3px 5px 3px 5px !important; } .select2-container-multi .select2-choices { min-height: 26px; } .select2-container-multi.select2-container-active .select2-choices { border: 1px solid #5897fb; outline: none; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3); box-shadow: 0 0 5px rgba(0, 0, 0, .3); } .select2-container-multi .select2-choices li { float: left; list-style: none; } html[dir="rtl"] .select2-container-multi .select2-choices li { float: right; } .select2-container-multi .select2-choices .select2-search-field { margin: 0; padding: 0; white-space: nowrap; } .select2-container-multi .select2-choices .select2-search-field input { padding: 5px; margin: 1px 0; font-family: sans-serif; font-size: 100%; color: #666; outline: 0; border: 0; -webkit-box-shadow: none; box-shadow: none; background: transparent !important; } .select2-container-multi .select2-choices .select2-search-field input.select2-active { background: #fff url('select2-spinner.gif') no-repeat 100% !important; } .select2-default { color: #999 !important; } .select2-container-multi .select2-choices .select2-search-choice { padding: 3px 5px 3px 18px; margin: 3px 0 3px 5px; position: relative; line-height: 13px; color: #333; cursor: default; border: 1px solid #aaaaaa; border-radius: 3px; -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05); box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05); background-clip: padding-box; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: #e4e4e4; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0); background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee)); background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); } html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice { margin: 3px 5px 3px 0; padding: 3px 18px 3px 5px; } .select2-container-multi .select2-choices .select2-search-choice .select2-chosen { cursor: default; } .select2-container-multi .select2-choices .select2-search-choice-focus { background: #d4d4d4; } .select2-search-choice-close { display: block; width: 12px; height: 13px; position: absolute; right: 3px; top: 4px; font-size: 1px; outline: none; background: url(/pic/select2.png) right top no-repeat; } html[dir="rtl"] .select2-search-choice-close { right: auto; left: 3px; } .select2-container-multi .select2-search-choice-close { left: 3px; } html[dir="rtl"] .select2-container-multi .select2-search-choice-close { left: auto; right: 2px; } .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover { background-position: right -11px; } .select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close { background-position: right -11px; } /* disabled styles */ .select2-container-multi.select2-container-disabled .select2-choices { background-color: #f4f4f4; background-image: none; border: 1px solid #ddd; cursor: default; } .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice { padding: 3px 5px 3px 5px; border: 1px solid #ddd; background-image: none; background-color: #f4f4f4; } .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none; background: none; } /* end multiselect */ .select2-result-selectable .select2-match, .select2-result-unselectable .select2-match { text-decoration: underline; } .select2-offscreen, .select2-offscreen:focus { clip: rect(0 0 0 0) !important; width: 1px !important; height: 1px !important; border: 0 !important; margin: 0 !important; padding: 0 !important; overflow: hidden !important; position: absolute !important; outline: 0 !important; left: 0px !important; top: 0px !important; } .select2-display-none { display: none; } .select2-measure-scrollbar { position: absolute; top: -10000px; left: -10000px; width: 100px; height: 100px; overflow: scroll; } /* Retina-ize icons */ @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx)  { .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b { background-image: url('select2x2.png') !important; background-repeat: no-repeat !important; background-size: 60px 40px !important; } .select2-search input { background-position: 100% -21px !important; } } .mm-menu,.mm-panels,.mm-panels>.mm-panel{margin:0;left:0;right:0;top:0;bottom:0;z-index:0;-webkit-box-sizing:border-box;box-sizing:border-box} .mm-btn,.mm-menu{-webkit-box-sizing:border-box;box-sizing:border-box} .mm-listview a,.mm-listview a:hover,.mm-navbar a,.mm-navbar a:hover{text-decoration:none} .mm-hidden{display:none!important} .mm-menu,.mm-panels>.mm-panel:not(.mm-hidden){display:block} .mm-wrapper{overflow-x:hidden;position:relative} .mm-menu{padding:0;position:absolute} .mm-panels,.mm-panels>.mm-panel{background:inherit;border-color:inherit;position:absolute} .mm-btn,.mm-panel.mm-highest{z-index:1} .mm-panels{overflow:hidden} .mm-panel{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease, -webkit-transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)} .mm-panel.mm-opened{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)} .mm-panel.mm-subopened{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)} .mm-panels>.mm-panel{-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;padding:0 20px} .mm-listview .mm-divider,.mm-listview>li>a,.mm-listview>li>span,.mm-navbar .mm-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden} .mm-panels>.mm-panel.mm-hasnavbar{padding-top:40px} .mm-panels>.mm-panel:after,.mm-panels>.mm-panel:before{content:'';display:block;height:20px} .mm-vertical .mm-panel{-webkit-transform:none!important;transform:none!important} .mm-listview .mm-vertical .mm-panel,.mm-vertical .mm-listview .mm-panel{display:none;padding:10px 0 10px 10px} .mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after{border-color:transparent} .mm-vertical li.mm-opened>.mm-panel,li.mm-vertical.mm-opened>.mm-panel{display:block} .mm-listview>li.mm-vertical>.mm-next,.mm-vertical .mm-listview>li>.mm-next{height:40px;bottom:auto} .mm-listview>li.mm-vertical>.mm-next:after,.mm-vertical .mm-listview>li>.mm-next:after{top:16px;bottom:auto} .mm-listview>li.mm-vertical.mm-opened>.mm-next:after,.mm-vertical .mm-listview>li.mm-opened>.mm-next:after{-webkit-transform:rotate(45deg);transform:rotate(45deg);right:19px} .mm-btn{width:40px;height:40px;position:absolute;top:0} .mm-clear:after,.mm-clear:before,.mm-close:after,.mm-close:before{content:'';border:2px solid transparent;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)} .mm-clear:before,.mm-close:before{border-right:none;border-bottom:none;right:18px} .mm-clear:after,.mm-close:after{border-left:none;border-top:none;right:25px} .mm-arrow:after,.mm-next:after,.mm-prev:before{content:'';border:2px solid transparent;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)} .mm-prev:before{border-right:none;border-bottom:none;left:23px} .mm-arrow:after,.mm-next:after{border-top:none;border-left:none;right:23px} .mm-navbar{border-bottom:1px solid;border-color:inherit;text-align:center;line-height:20px;height:40px;padding:0 40px;margin:0;position:absolute;top:0;left:0;right:0} .mm-navbar>*{display:block;padding:10px 0} .mm-navbar .mm-btn:first-child{padding-left:20px;left:0} .mm-navbar .mm-btn:last-child{text-align:right;padding-right:20px;right:0} .mm-panel .mm-navbar{display:none} .mm-panel.mm-hasnavbar .mm-navbar{display:block} .mm-listview,.mm-listview>li{list-style:none;display:block;padding:0;margin:0} .mm-listview{font:inherit;font-size:14px;line-height:20px} .mm-listview>li{position:relative} .mm-listview>li,.mm-listview>li .mm-next,.mm-listview>li .mm-next:before,.mm-listview>li:after{border-color:inherit} .mm-listview>li>a,.mm-listview>li>span{color:inherit;display:block;padding:10px 10px 10px 20px;margin:0} .mm-listview>li>a.mm-arrow,.mm-listview>li>span.mm-arrow{padding-right:50px} .mm-listview>li:not(.mm-divider):after{content:'';border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;right:0;bottom:0;left:20px} .mm-listview .mm-next{background:rgba(3,2,1,0);width:50px;padding:0;position:absolute;right:0;top:0;bottom:0;z-index:2} .mm-listview .mm-next:before{content:'';border-left-width:1px;border-left-style:solid;display:block;position:absolute;top:0;bottom:0;left:0} .mm-listview .mm-next+a,.mm-listview .mm-next+span{margin-right:50px} .mm-listview .mm-next.mm-fullsubopen{width:100%} .mm-listview .mm-next.mm-fullsubopen:before{border-left:none} .mm-listview .mm-next.mm-fullsubopen+a,.mm-listview .mm-next.mm-fullsubopen+span{padding-right:50px;margin-right:0} .mm-panels>.mm-panel>.mm-listview{margin:20px -20px} .mm-panels>.mm-panel>.mm-listview:first-child,.mm-panels>.mm-panel>.mm-navbar+.mm-listview{margin-top:-20px} .mm-listview .mm-inset{list-style:disc inside;padding:0 10px 15px 40px;margin:0} .mm-listview .mm-inset>li{padding:5px 0} .mm-listview .mm-divider{font-size:10px;text-transform:uppercase;text-indent:20px;line-height:25px} .mm-listview .mm-spacer{padding-top:40px} .mm-listview .mm-spacer>.mm-next{top:40px} .mm-listview .mm-spacer.mm-divider{padding-top:25px} .mm-menu{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.7)} .mm-menu .mm-navbar a,.mm-menu .mm-navbar>*{color:rgba(0,0,0,.3)} .mm-menu .mm-btn:after,.mm-menu .mm-btn:before{border-color:rgba(0,0,0,.3)} .mm-menu .mm-listview{border-color:rgba(0,0,0,.1)} .mm-menu .mm-listview>li .mm-arrow:after,.mm-menu .mm-listview>li .mm-next:after{border-color:rgba(0,0,0,.3)} .mm-menu .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,.5);tap-highlight-color:rgba(255,255,255,.5)} .mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu .mm-listview>li.mm-selected>span{background:rgba(255,255,255,.5)} .mm-menu .mm-divider,.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(0,0,0,.05)} .mm-page{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative} .mm-slideout{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease, -webkit-transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1} html.mm-opened{overflow-x:hidden;position:relative} html.mm-blocking,html.mm-blocking body{overflow:hidden} html.mm-background .mm-page{background:inherit} #mm-blocker{background:rgba(3,2,1,0);display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:2} html.mm-blocking #mm-blocker{display:block} .mm-menu.mm-offcanvas{z-index:0;display:none;position:fixed} .mm-menu.mm-offcanvas.mm-current{display:block} .mm-menu{width:80%;min-width:140px;max-width:440px} html.mm-opening .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)} @media all and (max-width:175px){html.mm-opening .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)} } @media all and (min-width:550px){html.mm-opening .mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)} } .mm-menu.mm-autoheight.mm-bottom,.mm-menu.mm-autoheight.mm-top{max-height:80%} .mm-menu.mm-autoheight.mm-bottom.mm-fullscreen,.mm-menu.mm-autoheight.mm-top.mm-fullscreen{max-height:100%} .mm-menu.mm-measureheight .mm-panel{display:block!important} .mm-menu.mm-measureheight>.mm-panels>.mm-panel{bottom:auto!important;height:auto!important} .mm-menu.mm-columns{-webkit-transition-property:width,max-width,-webkit-transform;transition-property:width,max-width,-webkit-transform;transition-property:transform,width,max-width;transition-property:transform,width,max-width,-webkit-transform} .mm-menu.mm-columns .mm-panels>.mm-panel{width:100%;right:auto;display:none;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;transition-property:transform,width;transition-property:transform,width,-webkit-transform} .mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened{border-right:1px solid;border-color:inherit;display:block;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)} .mm-menu.mm-columns .mm-panels>.mm-panel.mm-subopened{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);z-index:2} .mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-0{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)} .mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-0{display:block;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)} .mm-menu.mm-columns-0{width:80%;min-width:140px;max-width:0} html.mm-opening.mm-columns-0 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)} @media all and (max-width:175px){html.mm-opening.mm-columns-0 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)} } @media all and (min-width:0px){html.mm-opening.mm-columns-0 .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)} } .mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-1{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)} .mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-1{display:block;-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)} .mm-menu.mm-columns-1{width:80%;min-width:140px;max-width:440px} html.mm-opening.mm-columns-1 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)} @media all and (max-width:175px){html.mm-opening.mm-columns-1 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)} } @media all and (min-width:550px){html.mm-opening.mm-columns-1 .mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)} } .mm-menu.mm-columns-1 .mm-panels>.mm-panel{width:100%} .mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-2{-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)} .mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-2{display:block;-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)} .mm-menu.mm-columns-2{width:80%;min-width:140px;max-width:880px} html.mm-opening.mm-columns-2 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)} @media all and (max-width:175px){html.mm-opening.mm-columns-2 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)} } @media all and (min-width:1100px){html.mm-opening.mm-columns-2 .mm-slideout{-webkit-transform:translate3d(880px,0,0);transform:translate3d(880px,0,0)} } .mm-menu.mm-columns-2 .mm-panels>.mm-panel{width:50%} .mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-3{-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)} .mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-3{display:block;-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)} .mm-menu.mm-columns-3{width:80%;min-width:140px;max-width:1320px} html.mm-opening.mm-columns-3 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)} @media all and (max-width:175px){html.mm-opening.mm-columns-3 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)} } @media all and (min-width:1650px){html.mm-opening.mm-columns-3 .mm-slideout{-webkit-transform:translate3d(1320px,0,0);transform:translate3d(1320px,0,0)} } .mm-menu.mm-columns-3 .mm-panels>.mm-panel{width:33.34%} .mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-4{-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)} .mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-4{display:block;-webkit-transform:translate3d(500%,0,0);transform:translate3d(500%,0,0)} .mm-menu.mm-columns-4{width:80%;min-width:140px;max-width:1760px} html.mm-opening.mm-columns-4 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)} @media all and (max-width:175px){html.mm-opening.mm-columns-4 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)} } @media all and (min-width:2200px){html.mm-opening.mm-columns-4 .mm-slideout{-webkit-transform:translate3d(1760px,0,0);transform:translate3d(1760px,0,0)} } .mm-menu.mm-columns-4 .mm-panels>.mm-panel{width:25%} .mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-5{-webkit-transform:translate3d(500%,0,0);transform:translate3d(500%,0,0)} .mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-5{display:block;-webkit-transform:translate3d(600%,0,0);transform:translate3d(600%,0,0)} .mm-menu.mm-columns-5{width:80%;min-width:140px;max-width:2200px} html.mm-opening.mm-columns-5 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)} @media all and (max-width:175px){html.mm-opening.mm-columns-5 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)} } @media all and (min-width:2750px){html.mm-opening.mm-columns-5 .mm-slideout{-webkit-transform:translate3d(2200px,0,0);transform:translate3d(2200px,0,0)} } .mm-menu.mm-columns-5 .mm-panels>.mm-panel{width:20%} .mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-6{-webkit-transform:translate3d(600%,0,0);transform:translate3d(600%,0,0)} .mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-6{display:block;-webkit-transform:translate3d(700%,0,0);transform:translate3d(700%,0,0)} .mm-menu.mm-columns-6{width:80%;min-width:140px;max-width:2640px} html.mm-opening.mm-columns-6 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)} @media all and (max-width:175px){html.mm-opening.mm-columns-6 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)} } @media all and (min-width:3300px){html.mm-opening.mm-columns-6 .mm-slideout{-webkit-transform:translate3d(2640px,0,0);transform:translate3d(2640px,0,0)} } .mm-menu.mm-columns-6 .mm-panels>.mm-panel{width:16.67%} em.mm-counter{font:inherit;font-size:14px;font-style:normal;text-indent:0;line-height:20px;display:block;margin-top:-10px;position:absolute;right:45px;top:50%} em.mm-counter+a.mm-next{width:90px} em.mm-counter+a.mm-next+a,em.mm-counter+a.mm-next+span{margin-right:90px} em.mm-counter+a.mm-fullsubopen{padding-left:0} .mm-vertical>.mm-counter{top:12px;margin-top:0} .mm-vertical.mm-spacer>.mm-counter{margin-top:40px} .mm-nosubresults>.mm-counter{display:none} .mm-menu em.mm-counter{color:rgba(0,0,0,.3)} .mm-divider>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0;line-height:25px} .mm-divider.mm-opened a.mm-next:after{-webkit-transform:rotate(45deg);transform:rotate(45deg)} .mm-collapsed:not(.mm-uncollapsed){display:none} .mm-fixeddivider{background:inherit;display:none;position:absolute;top:0;left:0;right:0;z-index:2;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)} .mm-fixeddivider:after{content:none!important;display:none!important} .mm-hasdividers .mm-fixeddivider{display:block} .mm-menu .mm-fixeddivider span{background:rgba(0,0,0,.05)} html.mm-opened.mm-dragging .mm-menu,html.mm-opened.mm-dragging .mm-slideout{-webkit-transition-duration:0s;transition-duration:0s} .mm-menu.mm-dropdown{-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%} html.mm-dropdown .mm-slideout{-webkit-transform:none!important;transform:none!important;z-index:0} html.mm-dropdown #mm-blocker{-webkit-transition-delay:0s!important;transition-delay:0s!important;z-index:1} html.mm-dropdown .mm-menu{z-index:2} html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu{display:none} .mm-menu.mm-tip:before{content:'';background:inherit;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);display:block;width:15px;height:15px;position:absolute;z-index:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)} .mm-menu.mm-tipleft:before{left:22px} .mm-menu.mm-tipright:before{right:22px} .mm-menu.mm-tiptop:before{top:-8px} .mm-menu.mm-tipbottom:before{bottom:-8px} .mm-iconpanel .mm-panel{-webkit-transition-property:left,-webkit-transform;transition-property:left,-webkit-transform;transition-property:transform,left;transition-property:transform,left,-webkit-transform} .mm-iconpanel .mm-panel.mm-opened{border-left:1px solid;border-color:inherit} .mm-iconpanel .mm-panel.mm-subopened{overflow-y:hidden;left:-40px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)} .mm-iconpanel .mm-panel.mm-iconpanel-0{left:0} .mm-iconpanel .mm-panel.mm-iconpanel-1{left:40px} .mm-iconpanel .mm-panel.mm-iconpanel-2{left:80px} .mm-iconpanel .mm-panel.mm-iconpanel-3{left:120px} .mm-iconpanel .mm-panel.mm-iconpanel-4{left:160px} .mm-iconpanel .mm-panel.mm-iconpanel-5{left:200px} .mm-iconpanel .mm-panel.mm-iconpanel-6{left:240px} .mm-subblocker{background:inherit;opacity:0;display:block;-webkit-transition:opacity .4s ease;transition:opacity .4s ease} .mm-subopened .mm-subblocker{opacity:.6;position:absolute;top:0;right:0;bottom:-100000px;left:0;z-index:3} .mm-navbar-bottom,.mm-navbar-top~.mm-navbar-top{border-bottom:none} .mm-menu>.mm-navbar{background:inherit;padding:0;z-index:3;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)} .mm-navbar-bottom{border-top-width:1px;border-top-style:solid;top:auto;bottom:0} .mm-navbar-bottom~.mm-navbar-bottom{border-top:none} .mm-navbar.mm-hasbtns{padding:0 40px} .mm-navbar[class*=mm-navbar-content-]>*{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;float:left} .mm-navbar .mm-breadcrumbs{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-overflow-scrolling:touch;overflow-x:auto;text-align:left;padding:0 0 0 17px} .mm-navbar .mm-breadcrumbs>*{display:inline-block;padding:10px 3px} .mm-navbar .mm-breadcrumbs>a{text-decoration:underline} .mm-navbar.mm-hasbtns .mm-breadcrumbs{margin-left:-40px} .mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs{margin-left:0;padding-left:0} .mm-navbar-top-1{top:0} .mm-hasnavbar-top-1 .mm-panels,.mm-navbar-top-2{top:40px} .mm-hasnavbar-top-2 .mm-panels,.mm-navbar-top-3{top:80px} .mm-hasnavbar-top-3 .mm-panels,.mm-navbar-top-4{top:120px} .mm-hasnavbar-top-4 .mm-panels{top:160px} .mm-navbar-bottom-1{bottom:0} .mm-hasnavbar-bottom-1 .mm-panels,.mm-navbar-bottom-2{bottom:40px} .mm-hasnavbar-bottom-2 .mm-panels,.mm-navbar-bottom-3{bottom:80px} .mm-hasnavbar-bottom-3 .mm-panels,.mm-navbar-bottom-4{bottom:120px} .mm-hasnavbar-bottom-4 .mm-panels{bottom:160px} .mm-navbar-size-2{height:80px} .mm-navbar-size-3{height:120px} .mm-navbar-size-4{height:160px} .mm-navbar-content-2>*{width:50%} .mm-navbar-content-3>*{width:33.33%} .mm-navbar-content-4>*{width:25%} .mm-navbar-content-5>*{width:20%} .mm-navbar-content-6>*{width:16.67%} .mm-sronly{text-indent:10px;overflow:hidden;display:block;width:1px;height:1px;position:absolute;z-index:-1} .mm-search,.mm-search input{-webkit-box-sizing:border-box;box-sizing:border-box} .mm-search{height:40px;padding:7px 10px 0;position:relative} .mm-search input{border:none!important;outline:0!important;-webkit-box-shadow:none!important;box-shadow:none!important;border-radius:26px;font:inherit;font-size:14px;line-height:26px;display:block;width:100%;height:26px;min-height:26px;max-height:26px;margin:0;padding:0 10px} .mm-search input::-ms-clear{display:none} .mm-search .mm-clear,.mm-search .mm-next{right:0} .mm-panel>.mm-search{width:100%;position:absolute;top:0;left:0} .mm-panel.mm-hassearch{padding-top:40px} .mm-panel.mm-hassearch.mm-hasnavbar{padding-top:80px} .mm-panel.mm-hassearch.mm-hasnavbar .mm-search{top:40px} .mm-noresultsmsg{text-align:center;font-size:21px;padding:40px 0} .mm-noresults .mm-indexer{display:none!important} li.mm-nosubresults>a.mm-next{display:none} li.mm-nosubresults>a.mm-next+a,li.mm-nosubresults>a.mm-next+span{padding-right:10px} .mm-panels>.mm-resultspanel:not(.mm-opened){-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)} .mm-menu .mm-search input{background:rgba(0,0,0,.05);color:rgba(0,0,0,.7)} .mm-menu .mm-noresultsmsg{color:rgba(0,0,0,.3)} .mm-indexer{background:inherit;text-align:center;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;width:20px;position:absolute;top:0;bottom:0;right:-100px;z-index:3;-webkit-transition:right .4s ease;transition:right .4s ease;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)} .mm-indexer a{text-decoration:none;display:block;height:3.85%} .mm-indexer~.mm-panel.mm-hasindexer{padding-right:40px} .mm-hasindexer .mm-indexer{right:0} .mm-hasindexer .mm-fixeddivider{right:20px} .mm-menu .mm-indexer a{color:rgba(0,0,0,.3)} .mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+a,.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+span,.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen),.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+a,.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+span,.mm-menu.mm-parentselected .mm-listview>li>a:not(.mm-fullsubopen){-webkit-transition:background .4s ease;transition:background .4s ease} .mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(255,255,255,.5)} input.mm-check,input.mm-toggle{position:absolute;left:-10000px} label.mm-check,label.mm-toggle{margin:0;position:absolute;top:50%;z-index:2;right:20px} label.mm-check:before,label.mm-toggle:before{content:'';display:block} label.mm-toggle{border-radius:30px;width:50px;height:30px;margin-top:-15px} label.mm-toggle:before{border-radius:30px;width:28px;height:28px;margin:1px} input.mm-toggle:checked~label.mm-toggle:before{float:right} label.mm-check{width:30px;height:30px;margin-top:-15px} label.mm-check:before{border-left:3px solid;border-bottom:3px solid;width:40%;height:20%;margin:25% 0 0 20%;opacity:.1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)} input.mm-check:checked~label.mm-check:before{opacity:1} li.mm-vertical label.mm-check,li.mm-vertical label.mm-toggle{bottom:auto;margin-top:0;top:5px} label.mm-toggle+a,label.mm-toggle+span{padding-right:80px} label.mm-check+a,label.mm-check+span{padding-right:60px} a.mm-next+label.mm-check,a.mm-next+label.mm-toggle{right:60px} a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span,a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span{margin-right:50px} a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span{padding-right:70px} a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span{padding-right:50px} em.mm-counter+a.mm-next+label.mm-check,em.mm-counter+a.mm-next+label.mm-toggle{right:100px} em.mm-counter+a.mm-next+label.mm-check+a,em.mm-counter+a.mm-next+label.mm-check+span,em.mm-counter+a.mm-next+label.mm-toggle+a,em.mm-counter+a.mm-next+label.mm-toggle+span{margin-right:90px} .mm-menu label.mm-toggle{background:rgba(0,0,0,.1)} .mm-menu label.mm-toggle:before{background:#f3f3f3} .mm-menu input.mm-toggle:checked~label.mm-toggle{background:#4bd963} .mm-menu label.mm-check:before{border-color:rgba(0,0,0,.7)} .mm-listview.mm-border-none>li:after,.mm-menu.mm-border-none .mm-listview>li:after{content:none} .mm-listview.mm-border-full>li:after,.mm-menu.mm-border-full .mm-listview>li:after{left:0!important} .mm-listview.mm-border-offset>li:after,.mm-menu.mm-border-offset .mm-listview>li:after{right:20px} .mm-menu.mm-effect-menu-zoom{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease, -webkit-transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease} html.mm-opened .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0);-webkit-transform-origin:left center;transform-origin:left center} html.mm-opening .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)} html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(.7,.7) translate3d(30%,0,0);transform:scale(.7,.7) translate3d(30%,0,0);-webkit-transform-origin:right center;transform-origin:right center} html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)} .mm-menu.mm-effect-menu-slide{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease, -webkit-transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease} html.mm-opened .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)} html.mm-opening .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)} html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)} html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)} .mm-menu.mm-effect-menu-fade{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease} html.mm-opening .mm-menu.mm-effect-menu-fade{opacity:1} .mm-menu.mm-effect-panels-zoom .mm-panel{-webkit-transform:scale(1.5,1.5) translate3d(100%,0,0);transform:scale(1.5,1.5) translate3d(100%,0,0);-webkit-transform-origin:left center;transform-origin:left center} .mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)} .mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0)} .mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)} .mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)} .mm-menu[class*=mm-effect-listitems-] .mm-listview>li{-webkit-transition:none .4s ease;transition:none .4s ease} .mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(1){-webkit-transition-delay:50ms;transition-delay:50ms} .mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(2){-webkit-transition-delay:.1s;transition-delay:.1s} .mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(3){-webkit-transition-delay:150ms;transition-delay:150ms} .mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(4){-webkit-transition-delay:.2s;transition-delay:.2s} .mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(5){-webkit-transition-delay:250ms;transition-delay:250ms} .mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(6){-webkit-transition-delay:.3s;transition-delay:.3s} .mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(7){-webkit-transition-delay:350ms;transition-delay:350ms} .mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(8){-webkit-transition-delay:.4s;transition-delay:.4s} .mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(9){-webkit-transition-delay:450ms;transition-delay:450ms} .mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(10){-webkit-transition-delay:.5s;transition-delay:.5s} .mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(11){-webkit-transition-delay:550ms;transition-delay:550ms} .mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(12){-webkit-transition-delay:.6s;transition-delay:.6s} .mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(13){-webkit-transition-delay:650ms;transition-delay:650ms} .mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(14){-webkit-transition-delay:.7s;transition-delay:.7s} .mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(15){-webkit-transition-delay:750ms;transition-delay:750ms} .mm-menu.mm-effect-listitems-slide .mm-listview>li{-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0);opacity:0} html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview>li{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1} .mm-menu.mm-effect-listitems-fade .mm-listview>li{-webkit-transition-property:opacity;transition-property:opacity;opacity:0} html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview>li{opacity:1} .mm-menu.mm-effect-listitems-drop .mm-listview>li{-webkit-transition-property:opacity,top;transition-property:opacity,top;opacity:0;top:-25%} html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview>li{opacity:1;top:0} .mm-menu.mm-fullscreen{width:100%;min-width:140px;max-width:10000px} html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)} @media all and (max-width:140px){html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)} } @media all and (min-width:10000px){html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(10000px,0,0);transform:translate3d(10000px,0,0)} } html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)} @media all and (max-width:140px){html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)} } @media all and (min-width:10000px){html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(-10000px,0,0);transform:translate3d(-10000px,0,0)} } .mm-menu.mm-fullscreen.mm-bottom,.mm-menu.mm-fullscreen.mm-top{height:100%;min-height:140px;max-height:10000px} html.mm-opened.mm-fullscreen .mm-page{-webkit-box-shadow:none!important;box-shadow:none!important} .mm-menu .mm-panels>.mm-panel.mm-justified-listview:after,.mm-menu .mm-panels>.mm-panel.mm-justified-listview:before,.mm-menu.mm-justified-listview .mm-panels>.mm-panel:after,.mm-menu.mm-justified-listview .mm-panels>.mm-panel:before{content:none;display:none} .mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column nowrap;height:100%;margin-top:0;margin-bottom:0} .mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider),.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider){-webkit-box-flex:1;-ms-flex:1 1 0;flex:1 1 0} .mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next),.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next),.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%} .mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before,.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span:before,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span:before{content:'';vertical-align:middle;display:inline-block;height:100%;width:0} .mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a,.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span,.mm-menu.mm-multiline .mm-listview>li>a,.mm-menu.mm-multiline .mm-listview>li>span{text-overflow:clip;white-space:normal} html.mm-pagedim #mm-blocker,html.mm-pagedim-black #mm-blocker,html.mm-pagedim-white #mm-blocker{opacity:0} html.mm-pagedim-black.mm-opening #mm-blocker,html.mm-pagedim-white.mm-opening #mm-blocker,html.mm-pagedim.mm-opening #mm-blocker{opacity:.3;-webkit-transition:opacity .4s ease .4s;transition:opacity .4s ease .4s} html.mm-pagedim #mm-blocker{background:inherit} html.mm-pagedim-white #mm-blocker{background:#fff} html.mm-pagedim-black #mm-blocker{background:#000} .mm-menu.mm-pageshadow:after{content:"";display:block;width:20px;height:120%;position:absolute;left:100%;top:-10%;z-index:99;-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3)} .mm-menu.mm-pageshadow.mm-right:after{left:auto;right:100%} .mm-menu.mm-pageshadow.mm-front:after,.mm-menu.mm-pageshadow.mm-next:after{content:none;display:none} .mm-menu.mm-popup{-webkit-transition:opacity .4s ease;transition:opacity .4s ease;opacity:0;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%;min-height:140px;max-height:880px;top:50%;left:50%;bottom:auto;right:auto;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)} html.mm-popup.mm-opening .mm-menu.mm-popup{opacity:1} html.mm-popup .mm-slideout{-webkit-transform:none!important;transform:none!important;z-index:0} html.mm-popup #mm-blocker{-webkit-transition-delay:0s!important;transition-delay:0s!important;z-index:1} html.mm-popup .mm-menu{z-index:2} .mm-menu.mm-bottom,.mm-menu.mm-top{width:100%;min-width:100%;max-width:100%;height:80%;min-height:140px;max-height:880px} .mm-menu.mm-right{left:auto;right:0} html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate3d(-80%,0,0);transform:translate3d(-80%,0,0)} @media all and (max-width:175px){html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)} } @media all and (min-width:550px){html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)} } html.mm-front .mm-slideout{-webkit-transform:none!important;transform:none!important;z-index:0} html.mm-front #mm-blocker{z-index:1} html.mm-front .mm-menu{z-index:2} .mm-menu.mm-front,.mm-menu.mm-next{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease, -webkit-transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)} .mm-menu.mm-front.mm-right,.mm-menu.mm-next.mm-right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)} .mm-menu.mm-top{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)} .mm-menu.mm-bottom{top:auto;bottom:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)} html.mm-opening .mm-menu.mm-front,html.mm-opening .mm-menu.mm-next{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)} .mm-menu.mm-theme-dark{background:#333;border-color:rgba(0,0,0,.15);color:rgba(255,255,255,.8)} .mm-menu.mm-theme-dark .mm-navbar a,.mm-menu.mm-theme-dark .mm-navbar>*,.mm-menu.mm-theme-dark em.mm-counter{color:rgba(255,255,255,.4)} .mm-menu.mm-theme-dark .mm-btn:after,.mm-menu.mm-theme-dark .mm-btn:before{border-color:rgba(255,255,255,.4)} .mm-menu.mm-theme-dark .mm-listview{border-color:rgba(0,0,0,.15)} .mm-menu.mm-theme-dark .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after{border-color:rgba(255,255,255,.4)} .mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(0,0,0,.1);tap-highlight-color:rgba(0,0,0,.1)} .mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span{background:rgba(0,0,0,.1)} .mm-menu.mm-theme-dark .mm-divider,.mm-menu.mm-theme-dark .mm-fixeddivider span,.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(255,255,255,.05)} .mm-menu.mm-theme-dark label.mm-check:before{border-color:rgba(255,255,255,.8)} .mm-menu.mm-pageshadow.mm-theme-dark:after{-webkit-box-shadow:0 0 20px rgba(0,0,0,.5);box-shadow:0 0 20px rgba(0,0,0,.5)} .mm-menu.mm-theme-dark .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.8)} .mm-menu.mm-theme-dark .mm-indexer a,.mm-menu.mm-theme-dark .mm-noresultsmsg{color:rgba(255,255,255,.4)} .mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(0,0,0,.1)} .mm-menu.mm-theme-dark label.mm-toggle{background:rgba(0,0,0,.15)} .mm-menu.mm-theme-dark label.mm-toggle:before{background:#333} .mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle{background:#4bd963} .mm-menu.mm-theme-white{background:#fff;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.6)} .mm-menu.mm-theme-white .mm-navbar a,.mm-menu.mm-theme-white .mm-navbar>*,.mm-menu.mm-theme-white em.mm-counter{color:rgba(0,0,0,.3)} .mm-menu.mm-theme-white .mm-btn:after,.mm-menu.mm-theme-white .mm-btn:before{border-color:rgba(0,0,0,.3)} .mm-menu.mm-theme-white .mm-listview{border-color:rgba(0,0,0,.1)} .mm-menu.mm-theme-white .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-white .mm-listview>li .mm-next:after{border-color:rgba(0,0,0,.3)} .mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(0,0,0,.05);tap-highlight-color:rgba(0,0,0,.05)} .mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span{background:rgba(0,0,0,.05)} .mm-menu.mm-theme-white .mm-divider,.mm-menu.mm-theme-white .mm-fixeddivider span,.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(0,0,0,.03)} .mm-menu.mm-theme-white label.mm-check:before{border-color:rgba(0,0,0,.6)} .mm-menu.mm-pageshadow.mm-theme-white:after{-webkit-box-shadow:0 0 10px rgba(0,0,0,.2);box-shadow:0 0 10px rgba(0,0,0,.2)} .mm-menu.mm-theme-white .mm-search input{background:rgba(0,0,0,.05);color:rgba(0,0,0,.6)} .mm-menu.mm-theme-white .mm-indexer a,.mm-menu.mm-theme-white .mm-noresultsmsg{color:rgba(0,0,0,.3)} .mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(0,0,0,.05)} .mm-menu.mm-theme-white label.mm-toggle{background:rgba(0,0,0,.1)} .mm-menu.mm-theme-white label.mm-toggle:before{background:#fff} .mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle{background:#4bd963} .mm-menu.mm-theme-black{background:#000;border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.6)} .mm-menu.mm-theme-black .mm-navbar a,.mm-menu.mm-theme-black .mm-navbar>*,.mm-menu.mm-theme-black em.mm-counter{color:rgba(255,255,255,.4)} .mm-menu.mm-theme-black .mm-btn:after,.mm-menu.mm-theme-black .mm-btn:before{border-color:rgba(255,255,255,.4)} .mm-menu.mm-theme-black .mm-listview{border-color:rgba(255,255,255,.2)} .mm-menu.mm-theme-black .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-black .mm-listview>li .mm-next:after{border-color:rgba(255,255,255,.4)} .mm-menu.mm-theme-black .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,.3);tap-highlight-color:rgba(255,255,255,.3)} .mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span{background:rgba(255,255,255,.3)} .mm-menu.mm-theme-black .mm-divider,.mm-menu.mm-theme-black .mm-fixeddivider span,.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(255,255,255,.2)} .mm-menu.mm-theme-black label.mm-check:before{border-color:rgba(255,255,255,.6)} .mm-menu.mm-pageshadow.mm-theme-black:after{content:none;display:none} .mm-menu.mm-theme-black .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.6)} .mm-menu.mm-theme-black .mm-indexer a,.mm-menu.mm-theme-black .mm-noresultsmsg{color:rgba(255,255,255,.4)} .mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(255,255,255,.3)} .mm-menu.mm-theme-black label.mm-toggle{background:rgba(255,255,255,.2)} .mm-menu.mm-theme-black label.mm-toggle:before{background:#000} .mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle{background:#4bd963} .mm-menu .mm-tileview.mm-listview:after,.mm-menu.mm-tileview .mm-listview:after{content:'';display:block;clear:both} .mm-menu .mm-tileview.mm-listview>li>.mm-next:after,.mm-menu .mm-tileview.mm-listview>li>.mm-next:before,.mm-menu.mm-tileview .mm-listview>li>.mm-next:after,.mm-menu.mm-tileview .mm-listview>li>.mm-next:before,.mm-menu.mm-tileview .mm-panel:after{content:none;display:none} .mm-menu .mm-tileview.mm-listview>li,.mm-menu.mm-tileview .mm-listview>li{width:50%;height:0;padding:50% 0 0;float:left;position:relative} .mm-menu .mm-tileview.mm-listview>li:after,.mm-menu.mm-tileview .mm-listview>li:after{left:0;top:0;border-right-width:1px;border-right-style:solid;z-index:-1} .mm-menu .mm-tileview.mm-listview>li.mm-tile-xs,.mm-menu.mm-tileview .mm-listview>li.mm-tile-xs{width:12.5%;padding-top:12.5%} .mm-menu .mm-tileview.mm-listview>li.mm-tile-s,.mm-menu.mm-tileview .mm-listview>li.mm-tile-s{width:25%;padding-top:25%} .mm-menu .mm-tileview.mm-listview>li.mm-tile-l,.mm-menu.mm-tileview .mm-listview>li.mm-tile-l{width:75%;padding-top:75%} .mm-menu .mm-tileview.mm-listview>li.mm-tile-xl,.mm-menu.mm-tileview .mm-listview>li.mm-tile-xl{width:100%;padding-top:100%} .mm-menu .mm-tileview.mm-listview>li>a,.mm-menu .mm-tileview.mm-listview>li>span,.mm-menu.mm-tileview .mm-listview>li>a,.mm-menu.mm-tileview .mm-listview>li>span{line-height:1px;text-align:center;padding:50% 10px 0;margin:0;position:absolute;top:0;right:1px;bottom:1px;left:0} .mm-menu .mm-tileview.mm-listview>li>.mm-next,.mm-menu.mm-tileview .mm-listview>li>.mm-next{width:auto} .mm-menu.mm-tileview .mm-panel{padding-left:0;padding-right:0} .mm-menu.mm-tileview .mm-listview{margin:0} @font-face { font-family: 'ubuntu_bold'; font-display: optional; src: url('/fonts/ubuntu_bold-webfont.eot'); src: url('/fonts/ubuntu_bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/ubuntu_bold-webfont.woff') format('woff'), url('/fonts/ubuntu_bold-webfont.ttf') format('truetype'), url('/fonts/ubuntu_bold-webfont.svg#ubuntu_boldubuntu_bold') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'ubuntu_light'; font-display: optional; src: url('/fonts/ubuntu-light.eot'); src: url('/fonts/ubuntu-light.eot?#iefix') format('embedded-opentype'), url('/fonts/ubuntu-light.woff') format('woff'), url('/fonts/ubuntu-light.ttf') format('truetype'), url('/fonts/ubuntu-light.svg#Ubuntu Light') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'ubuntu_medium'; font-display: optional; src: url('/fonts/ubuntu-medium-webfont.eot'); src: url('/fonts/ubuntu-medium-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/ubuntu-medium-webfont.woff') format('woff'), url('/fonts/ubuntu-medium-webfont.ttf') format('truetype'), url('/fonts/ubuntu-medium-webfont.svg#ubuntu_medium') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'ubuntu_regular'; font-display: optional; src: url('/fonts/ubuntu-regular-webfont.eot'); src: url('/fonts/ubuntu-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/ubuntu-regular-webfont.woff') format('woff'), url('/fonts/ubuntu-regular-webfont.ttf') format('truetype'), url('/fonts/ubuntu-regular-webfont.svg#ubuntu_regularubuntu_regular') format('svg'); font-weight: normal; font-style: normal; } /*-------------------------------  reset  ------------------------------------*/ a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline } article, aside, blockquote, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block } audio, canvas, video { display: inline-block } audio:not([controls]) { display: none; height: 0 } fieldset { margin: 0 2px; padding: .35em .625em .75em; border: 1px solid silver } legend { white-space: normal } embed, img, object { max-width: 100% } b, dt, strong { font-weight: 700 } dfn, em, i { font-style: italic } blockquote, q { quotes: none; font-style: italic } blockquote:after, blockquote:before, q:after, q:before { content: ''; content: none } a, a:active, a:focus, a:hover, a:link, a:visited { outline: 0 } hr { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 1px; margin: 20px 0 30px; padding: 0; border: none; background: #555 } mark { color: #000; background: #ff0 } pre { margin: 1em 0; padding: 15px; border: 1px solid #555; border-radius: 5px; white-space: pre; white-space: pre-wrap; background: #efefef; word-wrap: break-word } code, kbd, pre, samp { font-family: 'courier new', monospace, serif; font-size: 1em } small { font-size: 80% } big { font-size: 125% } sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline } sup { top: -.5em; left: -0.3em; } sub { bottom: -.25em; left: -0.3em; } abbr[title], dfn[title] { border-bottom: 1px dotted #000; cursor: help } ins, u { text-decoration: underline } del, s { text-decoration: line-through } dl, menu { margin: 1em 0 1em 1em; list-style: none } dd + dt { margin-top: 1em } dd { margin: 0 0 0 40px } nav ol, nav ul, ol, ul { list-style: none } table { width: 100%; border-collapse: collapse; border-spacing: 0 } td, td img { vertical-align: top } ::-moz-selection { text-shadow: none; color: #fff; background: #2597ff } ::selection { text-shadow: none; color: #fff; background: #2597ff } ::-moz-selection { text-shadow: none; color: #fff; background: #2597ff } ::-ms-selection { text-shadow: none; color: #fff; background: #2597ff } [hidden] { display: none } button, input, select, textarea { margin: 0; font-family: sans-serif; font-size: 100%; vertical-align: baseline; outline: 0 } textarea { overflow: auto; vertical-align: top } ::-webkit-input-placeholder { color: #ccc; } ::-webkit-textarea-placeholder { color: #ccc; } input::-moz-placeholder { color: #ccc; opacity: 1; } textarea::-moz-placeholder { color: #ccc; opacity: 1; } input::-ms-placeholder { color: #ccc; } textarea::-ms-placeholder { color: #ccc; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: not-allowed; } .rating { display: block;  position: absolute; left: 16px;  bottom: 75px;  } .rating_list { display: block;  position: absolute; left: 0px;  bottom: 5px;  } .cost-skid { display: block; position: absolute; left: 0; color: #fff; font-size: 13px; padding: 12px 7px 12px 7px; top: 11px; left: 3px; background-color: #ffa500; bottom: 152px; } .tovat-skid { display: block; position: absolute; left: 0; color: #fff; font-size: 22px; padding: 12px 25px 12px 25px; top: 11px; left: 3px; background-color: #B8860B; bottom: 152px; } .novinka { display: block; position: absolute; left: 0; color: #fff; font-size: 16px; padding: 12px 25px 12px 25px; top: 11px; left: 3px; background-color: #DC143C; bottom: 152px; } .rekomend { display: block; position: absolute; left: 0; color: #fff; font-size: 16px; padding: 12px 25px 12px 25px; top: 11px; left: 3px; background-color: #008000; bottom: 152px; } 

 .cost-five { display: block; position: absolute; left: 0; color: #fff; font-size: 18px; padding: 10px 6px 10px 6px; top: 3px; left: 110px; line-height: 20px; height: 20px; border-radius: 50%; background: red; bottom: 152px; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; cursor: pointer; } input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; } html, body { height: 100%; margin: 0; padding: 0; } html { display: block; font-family: sans-serif; font-size: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { position: relative; min-width: 320px; font: 14px/1.6em Arial, Helvetica, sans-serif; color: #555; background: #fff url(/pic/pic19.png) top center repeat-x; } input[type="text"], input[type="password"], input[type="submit"], input[type="tel"], input[type="email"], textarea { -webkit-appearance: none; border-radius: 0; } input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus, input[type="password"]:focus { background: #ffface !important; } input[type="text"]:focus::-webkit-input-placeholder, input[type="tel"]:focus::-webkit-input-placeholder, input[type="email"]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, input[type="password"]:focus::-webkit-input-placeholder { color: transparent; } input[type="text"]:focus::-moz-placeholder, input[type="tel"]:focus::-moz-placeholder, input[type="email"]:focus::-moz-placeholder, textarea:focus::-moz-placeholder, input[type="password"]:focus::-moz-placeholder { color: transparent; } input[type="text"]:focus::-ms-placeholder, input[type="tel"]:focus::-ms-placeholder, input[type="email"]:focus::-ms-placeholder, textarea:focus::-ms-placeholder, input[type="password"]:focus::-moz-placeholder { color: transparent; } a { text-decoration: underline; color: #678bd8; } a:hover { text-decoration: underline; color: #d70017; } /*-------------------------------  Custom Fonts  ------------------------------------*/ /*-------------------------------  sys style  ------------------------------------*/ .tac { text-align: center; } .tar { text-align: right; } .tal { text-align: left; } .fll { float: left; } .flr { float: right; } .cls { font-size: 0; display: table; width: 100%; } .clear { clear: both; } .helper { display: inline-block; height: 100%; width: 0px; vertical-align: middle; zoom: 1; font-size: 0; } #ctrlcopy { height: 1px; overflow: hidden; position: absolute; width: 1px; margin: 5px 0 0 -1px; line-height: 0; opacity: 0; } .clearFix:after { content: ''; display: block; clear: both; height: 0; } .wSize:after { content: ''; display: block; clear: both; height: 0; } .content { position: relative; } h1, h2, h3, h4, h5, h6, .h1T, .h2T, .h3T, .h4T, .h5T, .h6T { font: 2.86em/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif; } .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .h1T, .h2T, .h3T, .h4T, .h5T, .h6T { font:  2.86em/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif; } .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 { margin: 0.5em 0; } .content h2, .h2T { font-size: 2.43em; line-height: 1.2em; } .content h3, .h3T { font-size: 2.14em; line-height: 1.2em; } .content h4, .h4T { font-size: 1.86em; line-height: 1.2em; } .content h5, .h5T { font-size: 1.57em; line-height: 1.2em; } .content h6, .h6T { font-size: 1.29em; line-height: 1.2em; } .h1T *,.h2T *,.h3T *,.h4T *,.h5T *,.h6T * { line-height: 1em !important; } /*.content h1,*/ /*.content h2,*/ /*.content h3,*/ /*.content h4,*/ /*.content h5,*/ /*.content h6 {*/ /*padding-top: 0.5em;*/ /*padding-bottom: 0.2em;*/ /*}*/ /*.content h2,*/ /*.h2T {*/ /*font-size: 34px;*/ /*line-height: 1.2em;*/ /*}*/ /*.content h3,*/ /*.h3T {*/ /*font-size: 30px;*/ /*line-height: 1.2em;*/ /*}*/ /*.content h4,*/ /*.h4T {*/ /*font-size: 26px;*/ /*line-height: 1.2em;*/ /*}*/ /*.content h5,*/ /*.h5T {*/ /*font-size: 22px;*/ /*line-height: 1.2em;*/ /*}*/ /*.content h6,*/ /*.h6T {*/ /*font-size: 18px;*/ /*line-height: 1.2em;*/ /*}*/ .h1T *, .h2T *, .h3T *, .h4T *, .h5T *, .h6T * { line-height: 1em !important; } .content h1 a, .content h2 a, .content h3 a, .content h4 a, .content h5 a, .content h6 a, .h1T a, .h2T a, .h3T a, .h4T a, .h5T a, .h6T a { text-decoration: none !important; } .content blockquote { padding: 5px 20px; margin: 5px 0; font-style: italic; border: 10px solid transparent; border-left-color: #ccc; } .content a { color: #00f; } .content a:hover { color: #3c3; } .content p { margin-bottom: 1em; } .content ul, .content ol { margin-top: 0; } .content li { list-style-type: disc; list-style-position: inside; } .content ol li { list-style-type: decimal; list-style-position: inside; } .content table th { font-weight: bold; background: #eee; } .content table thead th { vertical-align: bottom; } .content table { width: 100%; background-color: transparent; border-collapse: collapse; border-spacing: 0; border-bottom: 1px solid #333; border-left: 1px solid #333; width: 100%; margin: 10px 0 20px; } .content table th, .content table td { padding: 10px; line-height: 1em; text-align: left; vertical-align: top; border-top: 1px solid #333; border-right: 1px solid #333; } .content table.table-null, .content table.table-null th, .content table.table-null td { border-color: transparent; } .content table.table-zebra, .content table.table-zebra th, .content table.table-zebra td { border-color: transparent; } .content table.table-zebra tr:nth-child(even) { background: #ddd; } /*-------------------------------  conteiner  ------------------------------------*/ .wWrapper { min-height: 100%; height: auto !important; height: 100%; position: relative; overflow: hidden; } 


.wHeader { /*position: relative;*/ z-index: 9; min-height: 232px; position: absolute; width: 100%; left: 0; top: 0; } .wSize { max-width: 980px; width: 100%; margin: 0 auto; position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; } .wConteiner { padding: 260px 0 126px 0; position: relative; } .defBlock { background: #999; height: 100px; text-align: center; font: 20px/98px Arial, Helvetica, sans-serif; color: #fff; text-transform: uppercase; } /*-------------------------------  breadcrumbs  ------------------------------------*/ .breadcrumbs { font-size: 0; line-height: 0; } .breadcrumbs span { display: inline-block; vertical-align: top; position: relative; font: 14px/14px Arial, sans-serif; } .breadcrumbs span + span { padding-left: 20px; } .breadcrumbs span + span:before { content: '/'; position: absolute; top: 0; left: 0; width: 20px; height: 100%; text-align: center; } .breadcrumbs a { text-decoration: underline; } /*-------------------------------  wHeader  ------------------------------------*/ /*-------------------------------  wConteiner  ------------------------------------*/ /*-------------------------------  wLeft  ------------------------------------*/ .wLeft { float: left; width: 25%; margin-right: 2%; } /*-------------------------------  wRight  ------------------------------------*/ .wRight { float: right; width: 25%; margin-left: 2%; } /*-------------------------------  wRight  ------------------------------------*/ .wMiddle { width: 100%; overflow: hidden; } /*-------------------------------  wFooter  ------------------------------------*/
.wHeader {
    box-shadow: none !important;
}

.wFooter { 
    margin: -63px auto 0;
    height: 75px;
    padding: 13px 0 0 0;
    position: relative;
    display: flex; 
    align-items: center;

    background:
        radial-gradient(circle at center,
        #ffe45c 0%,
        #ffd53d 25%,
        #f3cc77 70%,
        #e7bf68 100%);

    overflow: hidden;
    z-index: 1;

}


.basket_phone2 {
	width: 295px !important;
	height: 75px;
	margin-bottom: 20px;
}
.cart_slide_wrap .validat .errorBox {
	top: 25px;
}
.footer_pay {
	position: absolute;
	right:0px;
	top: 20px;
}
.footer_pay img{
	padding-left: 10px;
}
.footer_right  {
	padding-top: 0 !important;

}
.label-oplat {
	font-size: 19px;
	font-weight: 700;
	padding-bottom: 15px !important;
	color: #000;
}
.input-oplat {
	font-size: 29px !important;
	color: #000 !important;
	font-weight: 700 !important;
	height: 50px !important;
	width: 210px !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}    
.text_center {
	text-align: center;
}
.message-oplata {
	font-size: 14px;
}

#AcCity {
    padding: 10px 16px 10px 30px;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    margin-right: 12px;
    color: #909090 ;
    width: 250px;

}

#AcWarehouse {
    padding: 10px 16px 10px 30px;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    margin-right: 12px;
    color: #909090  ;
}

#AcCity_r {
    padding: 10px 16px 10px 30px;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    margin-right: 12px;
    width: 250px;
    color: #909090 ;
}

#AcWarehouse_r {
    padding: 10px 16px 10px 30px;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    margin-right: 12px;
    width: 250px;
    color: #909090;
}
.o_input_pointer {
    content: " ";
    display: none;
    width: 30px;
    height: 30px;
    background: url(/pic/o_wh_pointer.png) 50% 50% no-repeat;
    position: absolute;

    z-index: 10;
}



.city_close_input {
    content: " ";
    display: none;
    width: 10px;
    height: 10px;
    cursor: pointer;

    background: url(/pic/icons8-close-cross-symbol-for-discontinued-and-invalid-24.png) 50% 50% no-repeat;
    position: absolute;
    top: 10px;
    z-index: 10;
    /* right: 410px; */
    left: 260px;
}

.warehouse_input_close {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;

    background: url(/pic/icons8-close-cross-symbol-for-discontinued-and-invalid-24.png) 50% 50% no-repeat;
    position: absolute;
    top: 35px;
    z-index: 10;
    /* right: 410px; */
    left: 260px;
}



.o_input_number {
    content: " ";
    display: none;
    width: 30px;
    height: 30px;
    background: url(/pic/o_wh_number.png) 50% 50% no-repeat;
    position: absolute;
  

    z-index: 10;
}
.disdata_but {
	opacity: .3;
    cursor: default;
}
.o_input_pointer_r {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    background: url(/pic/o_wh_pointer.png) 50% 50% no-repeat;
    position: absolute;

    z-index: 10;
}

.o_input_number_r {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    background: url(/pic/o_wh_number.png) 50% 50% no-repeat;
    position: absolute;
  

    z-index: 10;
}
input[readonly] {
    background-color: #ccc !important;
}
  .header1 .wSize { max-width:995px; } .header_phone { display: inline-block; vertical-align: middle; position: relative; line-height:20px; padding: 0 7px 0 6px; background: url(/pic/pic5.png) right center no-repeat; margin: 0 6px 0 0; } .header_phone-icon { padding: 0px; cursor: pointer; -webkit-box-sizing: border-box; box-sizing: border-box; width: 25px; height: 25px; margin-right:5px; margin-top:4px; background: url(/pic/phones_big.png) center no-repeat; background-size: 24px; float: left; } @media screen and (max-width: 1150px)  { .header_phone { display:none; } .header_phone-icon { display:none; } } .header_phone a{ text-decoration: none; font-size:16px; color:#403F3F; } .header1 { font-size: 18px; line-height: 0; background: url(/pic/pic1.png) center top repeat-x; height: 67px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 10px 0 0 0; position: relative; z-index: 2; } .header1:after { content: ''; display: block; clear: both; } .inner .header1 { z-index: 1; } .top_menu { display: inline-block; vertical-align: middle; font-size: 0; line-height: 0; padding: 6px 5px 5px 0; background: url(/pic/pic5.png) right center no-repeat; } .top_menu li { display: inline-block; vertical-align: middle; } .top_menu li span { padding: 5px 4px 1px 5px; } .top_menu li + li { background: url(/pic/pic2.png) left center no-repeat; padding: 0 0 0 1px; } .top_menu li a { position: relative; display: inline-block; vertical-align: top; overflow: hidden; } .top_menu li a span { font: 12px/12px ubuntu_bold, ubuntu_bold_fallback, arial; color: #fff; display: inline-block; vertical-align: top; text-decoration: none; text-transform: uppercase; text-shadow: 0 0 7px rgba(0, 0, 0, 0.4); -webkit-transition: transform 0.3s linear; -webkit-transition: -webkit-transform 0.3s linear; transition: -webkit-transform 0.3s linear; transition: transform 0.3s linear; transition: transform 0.3s linear, -webkit-transform 0.3s linear; } .top_menu li a span.hov_cur { position: absolute; left: 0; right: 0; top: 100%; background: #fff; color: #ffae00; background: #fef4b4; background: -webkit-gradient(linear, left top, right top, from(#fef4b4), to(#f5e36d)); background: linear-gradient(to right, #fef4b4 0%, #f5e36d 100%); color: #855b00; text-shadow: 0 0 7px rgba(255, 255, 255, 0.4); } .top_menu li a:hover span { -webkit-transform: translateY(-100%); transform: translateY(-100%); } .top_menu li a.cur span { -webkit-transform: translateY(-100%); transform: translateY(-100%); } .search_block { display: inline-block; vertical-align: middle; position: relative; padding: 0 7px 0 6px; background: url(/pic/pic5.png) right center no-repeat; margin: 0 6px 0 0; } .search_block input[type=text] { width: 224px; height: 32px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 8px 55px 8px 12px; border: none; background: #FFF; -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28) inset; box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28) inset; border-radius: 7px; font: 14px/16px ubuntu_light; color: #a77c31; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .safari .search_block input[type=text] { width: 214px; } ::-webkit-input-placeholder { line-height: normal; } ::-moz-placeholder { line-height: normal; } /* Firefox 19+ */ :-moz-placeholder { line-height: normal; } /* Firefox 18- */ .sb_submit_wrap { position: absolute; right: 7px; top: -4px; width: 55px; height: 46px; background: url(/pic/pic3.png) center center no-repeat; border-radius: 7px; } .sb_submit_wrap input[type=submit] { width: 17px; height: 17px; background: url(/pic/pic4.png) left bottom no-repeat; position: absolute; right: 11px; top: 12px; border: none; } .header2 { padding: 25px 0 0 0; margin: -10px 0 0 0; position: relative; z-index: 1; background: url(/pic/pic13.png) center top no-repeat; } .inner .header2 { z-index: 2; padding: 30px 0 0 0; } .phones_block1 { background: url(/pic/pic6.png) left center no-repeat; padding: 0 0 0 25px; font: 18px/20px ubuntu_light, arial, sans-serif; display: inline-block; vertical-align: middle; } .phones_block1 a { color: #6a4800 !important; text-shadow: 1px 1px 0px #f7bb53; text-decoration: none; display: block; } .no-touch .phones_block1 a:hover { text-decoration: underline; } .logo_wrap { position: relative; width: 530px; margin: 0 auto 10px; text-align: center; } .logo_letter1 { position: absolute; left: 13px; top: -2px; } .ll1_line1 { position: absolute; left: 0px; top: -60px; z-index: 1; padding: 0 4px; cursor: pointer; } .ll1_line2 { position: absolute; right: 23px; top: -68px; z-index: 1; padding: 0 4px; cursor: pointer; } .ll1_pic { position: relative; z-index: 2; -webkit-transition: all 0.1s ease-out; transition: all 0.1s ease-out; cursor: pointer; } .ll1_pic.animleft { -webkit-transform: rotate(10deg) translateY(5px); transform: rotate(10deg) translateY(5px); -webkit-transform-origin: 100% 0; transform-origin: 100% 0; } .ll1_pic.animright { -webkit-transform: rotate(-5deg); transform: rotate(-5deg); -webkit-transform-origin: 0 0; transform-origin: 0 0; } .logo_letter2 { position: absolute; left: 268px; top: 5px; } .ll2_line1 { position: absolute; left: 10px; top: -75px; z-index: 1; padding: 0 4px; cursor: pointer; } .ll2_line2 { position: absolute; right: 23px; top: -68px; z-index: 1; padding: 0 4px; cursor: pointer; } .ll2_pic { position: relative; z-index: 2; -webkit-transition: all 0.1s ease-out; transition: all 0.1s ease-out; cursor: pointer; } .ll2_pic.animleft { -webkit-transform: rotate(10deg); transform: rotate(10deg); -webkit-transform-origin: 100% 0; transform-origin: 100% 0; } .ll2_pic.animright { -webkit-transform: rotate(-15deg); transform: rotate(-15deg); -webkit-transform-origin: 0 0; transform-origin: 0 0; } .logo_letter3 { position: absolute; right: -15px; top: 5px; } .ll3_line1 { position: absolute; left: 5px; top: -95px; z-index: 1; padding: 0 4px; cursor: pointer; } .ll3_line2 { position: absolute; right: 23px; top: -95px; z-index: 1; padding: 0 4px; cursor: pointer; } .ll3_pic { position: relative; z-index: 2; -webkit-transition: all 0.1s ease-out; transition: all 0.1s ease-out; cursor: pointer; } .ll3_pic.animleft { -webkit-transform: rotate(4deg); transform: rotate(4deg); -webkit-transform-origin: 100% 0; transform-origin: 100% 0; } .ll3_pic.animright { -webkit-transform: rotate(-5deg); transform: rotate(-5deg); -webkit-transform-origin: 0 0; transform-origin: 0 0; } .slogan_wrap { font: 13px/14px ubuntu_medium; color: #9d6b00; text-align: center; text-transform: uppercase; letter-spacing: 8px; padding: 0 0 11px 0; } .catalog_list { margin: 0; list-style: none; font-size: 0; line-height: 0; display: -webkit-box; display: -ms-flexbox; display: flex; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; } .catalog_list li { display: inline-block; vertical-align: top; position: relative; } .catalog_list li + li { margin: 0 0 0 20px; } .catalog_list > li:hover > a { background: #fff; } .catalog_list li ul { visibility: hidden; position: absolute; top: 100%; left: 0; padding-top: 20px; padding-bottom: 20px; width: 415%; z-index: 9; opacity: 0; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; -webkit-transform: translateY(5px); transform: translateY(5px); } .catalog_list li:last-child ul { left: auto; right: 0; } .catalog_list li:hover ul { visibility: visible; background: #fef4b4; background: -webkit-gradient(linear, left top, right top, from(#fef4b4), to(#f5e36d)); background: linear-gradient(to right, #fef4b4 0%, #f5e36d 100%); border-radius: 0 0 5px 5px; overflow: hidden; opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } .catalog_list li li { display: block; margin: 0 !important; float: left; width: 25%; } .catalog_list li li:after { display: none; } .catalog_list li li a { text-align: center; display: block; border-radius: 0; padding: 5px 10px; height: 104px; line-height: 24px; background: none; -webkit-transition: none; transition: none; } .catalog_list li li a span  img { padding-right: 15px; vertical-align: middle; } .catalog_list li li a span { display: block; font-size:14px; vertical-align: middle; text-transform: none; background: none; padding: 0; } .catalog_list li a { display: inline-block; vertical-align: top; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; background: #fef4b4; background: -webkit-gradient(linear, left top, right top, from(#fef4b4), to(#f5e36d)); background: linear-gradient(to right, #fef4b4 0%, #f5e36d 100%); border-radius: 5px 5px 0 0; text-decoration: none; } .catalog_list li a:hover { background: #fff; } .catalog_list li a.cur { background: #fff; } .catalog_list li a span { background: url(/pic/pic14.png) left center no-repeat; color: #855b00; font: 12px/12px ubuntu_regular; text-transform: uppercase; display: inline-block; vertical-align: top; padding: 16px 28px 15px 35px; } .catalog_list li:after { content: ''; display: block; width: 175px; height: 11px; position: absolute; bottom: -11px; left: 0; background: url(/pic/pic15.png) left center no-repeat; } .callback-form-wrapper{ position: absolute; top: -20px; } #callback-form { background: #fff url("/pic/callback.jpg") no-repeat 100% 0; padding: 20px; padding-bottom: 0; } #callback-form form { width: 220px; } #callback-form .row { margin-bottom: 20px; position: relative; } #callback-form .row:last-child { margin-bottom: 0; } #callback-form .errorBox { text-align: left; left: 10px; top: auto; } #callback-form input:not([type=submit]){ width: 53%; height: 32px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 8px 12px 8px 12px; border: none; background: #FFF; -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28) inset; box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28) inset; border-radius: 7px; font: 14px/16px ubuntu_light; color: #a77c31; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } #callback-form a.submit { width: 210px; text-decoration: none; display: block; vertical-align: top; color: #fff; font: 12px/12px ubuntu_bold, ubuntu_bold_fallback, arial; text-transform: uppercase; background: #ffb61a; -webkit-box-shadow: 0 3px 0 #8c5f00; box-shadow: 0 3px 0 #8c5f00; padding: 9px 16px; margin-bottom: 5px; border-radius: 11px; -webkit-box-sizing: border-box; box-sizing: border-box; border: none; background: -webkit-gradient(linear, left top, left bottom, from(#ffb61a), to(#b07800)); background: linear-gradient(to bottom, #ffb61a 0%, #b07800 100%); } #callback-form a.submit:hover{ background: #ffae00; } /* Форма для заказа 1 клика  */ #callback-form_zakaz  { margin: 0; padding: 0; } #callback-form_zakaz form { width: 410px; } #callback-form_zakazone form { width: 410px; } #callback-form_zakaz .row { margin-bottom: 20px; position: relative; } #callback-form_zakaz .row:last-child { margin-bottom: 0; } #callback-form_zakaz .errorBox { text-align: left; left: 10px; top: auto; } #callback-form_zakaz input { width:53%; } #callback-form_zakazone input { width:53%; } #callback-form_zakaz input:not([type=submit]){ height: 32px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 8px 12px 8px 12px; background: #FFF; border-radius: 0px; border-color: #A9A9A9; font: 14px/16px ubuntu_light; color: #a77c31; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .phones_block1 .callback-btn-header{ display: none; } @media only screen and (max-width: 1024px) { .phones_block1 .callback-btn-header { display: inline-block; } } .autorreg_block_wrap { position: absolute; top: -20px; right: 25px; } .autorreg_block { margin: 0; list-style: none; font-size: 0; line-height: 0; } .autorreg_block li { display: inline-block; vertical-align: top; position: relative; } .autorreg_block li + li { padding: 0 0 0 5px; background: url(/pic/pic16.png) left 11px no-repeat; } .autorreg_block li a, .callback-form-wrapper a { color: #a87300; font: 13px/14px ubuntu_regular; display: inline-block; vertical-align: top; text-decoration: none; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; height: 24px; overflow: hidden; cursor: pointer; } .autorreg_block li a .ab_span1 span, .callback-form-wrapper a .ab_span1 span { border-bottom: 1px dashed #a87300; color: #a87300; font: 13px/14px ubuntu_regular; display: inline-block; vertical-align: top; } .autorreg_block li a .ab_span1, .callback-form-wrapper a .ab_span1 { display: block; padding: 5px 15px 4px 15px; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; opacity: 1; } .autorreg_block li a .ab_span1.hov_cur_abli, .callback-form-wrapper a .ab_span1.hov_cur_abli { position: absolute; left: 0; top: 100%; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; background: #fcfaf5; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; opacity: 0; } .autorreg_block li a:hover .ab_span1, .callback-ul li a:hover .ab_span1 { -webkit-transform: translateY(-100%); transform: translateY(-100%); opacity: 0; } .autorreg_block li a:hover .ab_span1.hov_cur_abli, .callback-ul li a:hover .ab_span1.hov_cur_abli { -webkit-transform: translateY(-100%); transform: translateY(-100%); opacity: 1; } .autorreg_block li a.open:hover .ab_span1, .callback-ul li a.open:hover .ab_span1 { -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition: all 0s ease-out; transition: all 0s ease-out; } .autorreg_block li a.open .ab_span1 { background: #fcfaf5; border-radius: 7px 7px 0 0; opacity: 1; } .autorreg_block li a.open { -webkit-box-shadow: 0 7px 7px rgba(92, 109, 129, 0.52); box-shadow: 0 7px 7px rgba(92, 109, 129, 0.52); -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .autorreg_block li a:hover .ab_span1 span { text-decoration: none; } .autorreg_block li a:hover { text-decoration: none; } .autorisation_block { position: absolute; right: 0; top: 100%; width: 246px; background: #fcfaf5; -webkit-box-sizing: border-box; box-sizing: border-box; z-index: 10; border-radius: 7px 0 7px 7px; -webkit-box-shadow: 0 7px 7px rgba(92, 109, 129, 0.52); box-shadow: 0 7px 7px rgba(92, 109, 129, 0.52); opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; overflow: hidden; } .registration_block { position: absolute; right: 0; top: 100%; width: 246px; background: #fcfaf5; -webkit-box-sizing: border-box; box-sizing: border-box; z-index: 10; border-radius: 7px 0 7px 7px; -webkit-box-shadow: 0 7px 7px rgba(92, 109, 129, 0.52); box-shadow: 0 7px 7px rgba(92, 109, 129, 0.52); opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .safari .autorisation_block { -webkit-transition: none; } .safari .registration_block { -webkit-transition: none; } .safari .autorreg_block li a { -webkit-transition: none; } .autorisation_block.open , #colorbox .autorisation_block{ opacity: 1; visibility: visible; z-index: 9; } #colorbox .autorisation_block{ position: static; background: transparent; -webkit-box-shadow:none; box-shadow:none; } .registration_block.open { opacity: 1; visibility: visible; z-index: 9; } .autorisation_block input[type=text] { float: right; width: 135px; height: 27px; margin: 0 0 0 10px; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #d8d7d5; -webkit-box-shadow: 1px 1px 7px rgba(215, 216, 213, 1) inset; box-shadow: 1px 1px 7px rgba(215, 216, 213, 1) inset; border-radius: 7px; color: #8c6000; font: 14px/14px ubuntu_light; padding: 0 5px; box-sizing: border-box; } .registration_block input[type=text] { float: right; width: 135px; height: 27px; margin: 0 0 0 10px; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #d8d7d5; -webkit-box-shadow: 1px 1px 7px rgba(215, 216, 213, 1) inset; box-shadow: 1px 1px 7px rgba(215, 216, 213, 1) inset; border-radius: 7px; color: #8c6000; font: 14px/14px ubuntu_light; padding: 0 5px; box-sizing: border-box; } .autorisation_block input[type=password] { float: right; width: 135px; height: 27px; margin: 0 0 0 10px; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #d8d7d5; -webkit-box-shadow: 1px 1px 7px rgba(215, 216, 213, 1) inset; box-shadow: 1px 1px 7px rgba(215, 216, 213, 1) inset; border-radius: 7px; color: #8c6000; font: 14px/14px ubuntu_light; padding: 0 5px; box-sizing: border-box; } .registration_block input[type=password] { float: right; width: 135px; height: 27px; margin: 0 0 0 10px; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #d8d7d5; -webkit-box-shadow: 1px 1px 7px rgba(215, 216, 213, 1) inset; box-shadow: 1px 1px 7px rgba(215, 216, 213, 1) inset; border-radius: 7px; color: #8c6000; font: 14px/14px ubuntu_light; padding: 0 5px; box-sizing: border-box; } .autorisation_block input[type=submit] { float: right; margin: 0 0 0 10px; border: none; border-bottom: 3px solid #8c5f00; background: #ffb61a; color: #ffffff; font: 16px/16px ubuntu_bold, ubuntu_bold_fallback, arial; padding: 5px 19px 0; height: 28px; border-radius: 10px; background: -webkit-gradient(linear, left top, left bottom, from(#ffb61a), to(#b07800)); background: linear-gradient(to bottom, #ffb61a 0%, #b07800 100%); } .registration_block input[type=submit] { float: right; margin: 0 52px 0 10px; border: none; border-bottom: 3px solid #8c5f00; background: #ffb61a; color: #ffffff; font: 16px/16px ubuntu_bold, ubuntu_bold_fallback, arial; padding: 5px 19px 0; height: 28px; border-radius: 10px; background: -webkit-gradient(linear, left top, left bottom, from(#ffb61a), to(#b07800)); background: linear-gradient(to bottom, #ffb61a 0%, #b07800 100%); } .autorisation_block input[type=submit]:hover { background: #ffb61a; } .autorisation_block label { display: block; overflow: hidden; text-align: right; color: #8c6000; font: 14px/14px ubuntu_regular; padding: 5px 0 0; float: left; text-align: right; width: 66px; } .autorisation_block form { padding: 17px 15px 5px; position: relative; } .autorisation_block .ab_row { overflow: hidden; } .autorisation_block .ab_row + .ab_row { padding: 10px 0 0 0; } .autorisation_block .ab_row + .ab_row + .ab_row { padding: 13px 0 2px 0; } .registration_block input[type=submit]:hover { background: #ffb61a; } .registration_block label { display: block; overflow: hidden; text-align: right; color: #8c6000; font: 14px/14px ubuntu_regular; padding: 5px 0 0; float: left; text-align: right; width: 70px; } .registration_block form { padding: 17px 15px; } .registration_block .ab_row { overflow: hidden; } .registration_block .ab_row + .ab_row { padding: 10px 0 0 0; } .registration_block .ab_row + .ab_row + .ab_row { padding: 15px 0 0 0; } .title1 { text-align: center; overflow: hidden; margin: 0 0 35px 0; } .title1 .title1_text { position: relative; color: #ffae00; font: 30px/30px ubuntu_bold, ubuntu_bold_fallback, arial; text-transform: uppercase; display: inline-block; vertical-align: top; } .title1 .title1_text a { color: #ffae00; font: 30px/30px ubuntu_bold, ubuntu_bold_fallback, arial; text-transform: uppercase; display: inline-block; vertical-align: top; text-decoration: none; } .title1 .title1_text a:hover { opacity: 0.8; } .title1_right_decor2 { position: absolute; left: 115%; top: 50%; margin-top: -6px; max-width: none; } .title1_right_decor1 { position: absolute; right: 115%; top: 50%; margin-top: -6px; max-width: none; } .ci_block1 { color: #818181; font: 13px/14px ubuntu_regular; text-align: right; padding: 0 5px; -webkit-box-sizing: border-box; box-sizing: border-box; width: 188px; margin: 0 auto; } .catalog_item { display: block; width: 194px; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .ci_block2 { width: 194px; height: 255px; position: relative; padding: 3px 0; -webkit-box-sizing: border-box; box-sizing: border-box; } .cib2_bg { position: absolute; left: 0; top: 0; opacity: 0; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; } .cib2_pic { width: 178px; height: 178px; display: block; line-height: 178px; overflow: hidden; text-align: center; position: relative; margin: 0 auto 5px; border: 5px solid rgba(249, 247, 228, 1); -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .cib2_pic img { vertical-align: middle; max-width: 100%; } .cib2_name { position: relative; width: 188px; margin: 0 auto 5px; color: #000000; font: 11px/12px ubuntu_regular; padding: 0 5px; -webkit-box-sizing: border-box; box-sizing: border-box; height: 12px; overflow: hidden; } .cib2_name a { color: #000000; font: 11px/12px ubuntu_regular; display: inline-block; vertical-align: top; } .cib2_text { position: relative; width: 188px; margin: 0 auto; color: #000000; font: 14px/16px ubuntu_regular; padding: 0 5px; -webkit-box-sizing: border-box; box-sizing: border-box; height: 28px; overflow: hidden; } .catalog_item:hover .cib2_pic { border: 5px solid rgba(249, 247, 228, 0); } .catalog_item:hover .cib2_bg { opacity: 1; } .catalog_item:hover .cib2_name a:hover { color: #c98c07; } .catalog_item:hover .ci_block2 { -webkit-box-shadow: 0 5px 5px rgba(144, 140, 111, 0.33); box-shadow: 0 5px 5px rgba(144, 140, 111, 0.33) } .index_block2 { background: url(/pic/pic34.png) center center repeat; position: relative; padding: 35px 0; } .index_block2:before { height: 11px; content: ''; display: block; width: 100%; background: url(/pic/pic32.png) center top repeat-x; position: absolute; top: -11px; left: 0; right: 0; } .index_block2:after { height: 11px; content: ''; display: block; width: 100%; background: url(/pic/pic33.png) center top repeat-x; position: absolute; bottom: -11px; left: 0; right: 0; } .ib2_wrap { overflow: hidden; } .ib2_left { float: left; width: 507px; background: url(/pic/pic43.png) right center repeat-y; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 25px 0 0; } .ib2_right { float: right; width: 473px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 0 0 35px; } .title2 { overflow: hidden; margin: 0 0 30px 0; } .title2 span { display: inline-block; vertical-align: top; position: relative; padding: 0 15px 0 0; color: #6a4800; font: 30px/30px ubuntu_bold, ubuntu_bold_fallback, arial; text-transform: uppercase; } .title2 span img { position: absolute; left: 100%; z-index: 10; max-width: none; top: 50%; margin-top: -6px; } .site_link1 { color: #ffae00; font: 14px/20px ubuntu_regular, arial, sans-serif; display: inline-block; vertical-align: top; text-decoration: underline; padding: 1px 7px 1px; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #ffae00; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; margin-top: 3px; } .site_link1:hover { color: #fff; background: #ffae00 } .at3_decor { display: inline-block; width: 17px; height: 5px; background: url(/pic/pic37.png) left top no-repeat; margin: -2px 0 0 3px; position: absolute; left: 110%; top: 50%; } .articles_text3 { text-align: right; } .articles_text3 a { display: inline-block; position: relative; vertical-align: top; color: #999999; font: 12px/12px ubuntu_regular; } .articles_text3 a:hover { color: #ffae00; } .articles_text3 a:hover .at3_decor { background-position: 0 100%; -webkit-animation: at3_decor 0.5s ease-out infinite; animation: at3_decor 0.5s ease-out infinite; } @-webkit-keyframes at3_decor { 0% { -webkit-transform: translateX(-5px) } 25% { -webkit-transform: translateX(0px) } 75% { -webkit-transform: translateX(10px) } 100% { -webkit-transform: translateX(0px) } } @keyframes at3_decor { 0% { -webkit-transform: translateX(-5px); transform: translateX(-5px) } 25% { -webkit-transform: translateX(0px); transform: translateX(0px) } 75% { -webkit-transform: translateX(10px); transform: translateX(10px) } 100% { -webkit-transform: translateX(0px); transform: translateX(0px) } } .articles_pic { float: left; border-radius: 50%; -webkit-box-shadow: 3px 3px 0 2px #ffae00; box-shadow: 3px 3px 0 2px #ffae00; margin: 0 20px 0 0; max-width: 120px; max-height: 120px; } .articles_desc { overflow: hidden; } .pr90 { padding-right: 90px !important; } .mr90 { margin-right: 90px !important; } .articles_text1 { color: #000000; font: 16px/18px ubuntu_regular; margin: 0 0 10px 0; height: 18px; overflow: hidden; } .articles_text2 { color: #676767; font: 14px/16px ubuntu_regular; margin: 0 0 10px 0; max-height: 80px; overflow: hidden; } .articles { padding: 0 0 15px 0; } .articles:after { content: ''; display: block; clear: both; } .articles + .articles { padding: 15px 0 15px; border-top: 1px dashed #fcd696; } .mr35 { margin-right: 35px !important; } .reviews { position: relative; margin: 0; } .reviews + .reviews { margin: 35px 0 0 0; } .reviews_shadow { position: absolute; left: 0; right: 0; width: 100%; bottom: -16px; } .reviews_text { padding: 21px 22px; background: #fff; border-radius: 5px; position: relative; margin: 0 0 20px 0; color: #7f7f7f; font: 14px/16px ubuntu_regular; } .reviews_name { text-align: right; color: #7f7f7f; font: 14px/14px ubuntu_regular; } .index_block3 { background: #FFF; padding: 35px 0 0 0; } .seo_block .h1 { color: #6b6b6b; font: 1.428em/1em ubuntu_bold, ubuntu_bold_fallback, arial; margin: 0 0 1em 0; padding: 0; } .content { color: #6b6b6b; font: 14px/1.142em ubuntu_regular; } .content h2 { color: #6b6b6b; font: 1.142em/1.125em ubuntu_regular; margin: 0 0 .625em 0; } .content ul { margin: 0 0 2em 0; list-style: none; } .content ul li { padding: 0 0 0 20px; background: url(/pic/pic40.png) left 3px no-repeat; list-style: none; margin: 0 0 5px 0; } .mr275 { margin-right: 275px !important; } .footer_left { float: left; color: #535353; font: 12px/14px ubuntu_regular; } .footer_left p { padding: 0 0 5px 0; } .footer_right { float: right; padding: 20px 0; overflow: hidden; } .fr_block1 { display: inline-block; vertical-align: middle; } .fr_block2 { display: inline-block; vertical-align: middle; } .fr_block2_item { display: inline-block; vertical-align: middle; position: relative; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .fr_block2_line { position: absolute; left: 50%; z-index: 1; bottom: 1px; moz-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .fr_block2_pic { border-radius: 50%; position: relative; z-index: 2; vertical-align: top; border: 1px solid rgba(255, 255, 255, 0); } .fr_block2_item:hover .fr_block2_pic { border: 1px solid rgba(255, 255, 255, 1); } .fr_block2_item a { vertical-align: top; display: inline-block; } .fr_block2_item:hover { -webkit-transform: translateY(10px); transform: translateY(10px); } .fr_block2_item:hover .fr_block2_line { -webkit-transform: translateY(-10px); transform: translateY(-10px); } .bredcrums { font-size: 0; line-height: 0; margin: 0 0 10px 0; } .bredcrums span { display: inline-block; vertical-align: top; color: #df9b08; font: 12px/1.4em ubuntu_regular; } .bredcrums span a { display: inline-block; vertical-align: top; color: #000000; font: 12px/1.4em ubuntu_regular; text-decoration: underline; position: relative; overflow: hidden; } .bredcrums span a:hover { text-decoration: none; color: #000; } .bredcrums span a:after { content: '/'; display: inline-block; vertical-align: middle; color: #000000; font: 12px/1.4em ubuntu_regular; text-decoration: none; margin: 0 3px; } .h1 { overflow: hidden; position: relative; } .h1 span { display: inline-block; vertical-align: top; color: #6f4c01; font: 16px/30px ubuntu_bold, ubuntu_bold_fallback, arial; text-transform: uppercase; position: relative; } .h1 span img { position: absolute; left: 105%; top: 50%; margin-top: -5px; max-width: none; } .cart_wrap { width: 310px; float: right; /*margin: -55px 0 0 20px*/; padding: 0 0 0 0; } .tovarlist_wrap { overflow: hidden; border-top: 1px solid #d6d3ca; position: relative; } .sort_block { float: left; } .sort_block_item1 { display: inline-block; vertical-align: middle; color: #db9602; font: 14px/14px ubuntu_bold, ubuntu_bold_fallback, arial; } .sort_block_item2 { display: inline-block; vertical-align: middle; color: #aeaeae; font: 12px/14px ubuntu_regular; text-decoration: underline; margin: 0 0 0 15px; position: relative; } .sort_block_item2:hover { text-decoration: none; color: #aeaeae; } .sort_block_item2.active { color: #db9602; } .sort_block_item2.active:hover { color: #db9602; text-decoration: underline; cursor: auto; } .sort_pagi:after { content: ''; display: block; clear: both; } .sort_pagi { padding: 8px 0; } .sort_block { width: 100%; } .sort_block form { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; } .sort_block__reset { display: block; margin-top: 5px; } .sort_block__inner { -ms-flex-preferred-size: 50%; flex-basis: 25%; padding: 0 10px; margin: auto; } .sort_block__inner select{ width:100%; } .sort_block__inner .title { text-align: left; font-size: 14px; color: #6f4c01; font-weight: 700; } .sort_block__inner:first-child { /*margin: auto 15px auto 0;*/ } .sort_block__sizes { border: 1px solid #666; -webkit-columns: 3; columns: 3 auto; } .sort_block__sizes label { display: block; text-align: left; } /*.sort_block__inner:last-child { -ms-flex-preferred-size: 20%; flex-basis: 20%; margin: auto; }*/ .sort_block__inner a { display: inline-block; text-decoration: none; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; white-space: nowrap; color: #000; } .sort_block__inner button { width: 100%; padding: 5px; border-radius: 5px; -webkit-box-shadow: 0 2px 0 2px #bababa; box-shadow: 0 1px 1px #bababa; color: #363636; } .sort_block__inner button:not(:first-child) { margin-top: 5px; } .sort_block__inner button:hover { color: #000; } .multi-filter { width: 100%; } .pagi_block { float: right; } .pb1_link1 { display: inline-block; vertical-align: middle; color: #000; font: 14px/14px ubuntu_regular; text-decoration: none; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; border-radius: 3px; padding: 4px 7px 2px; } .pb1_link1:hover { text-decoration: underline; color: #000; } .pb1_link1.active { text-decoration: underline; color: #000; color: #fff; background: #ffae00; text-decoration: none; cursor: auto; } .pb1_link2 { color: #ffae00 !important; font: 14px/14px ubuntu_regular; display: inline-block; vertical-align: middle; padding: 4px 7px 2px; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #ffae00; text-decoration: none !important; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; border-radius: 3px; margin: 0 0 0 25px; } .no-touch .pb1_link2:hover { color: #fff !important; background: #ffae00; text-decoration: none; } .site_block1 { padding: 5px 0 0 0; margin: 0 0 30px 0; } .site_block1:after { content: ''; display: block; clear: both; } .tovarlist_wrap { } .tovarlist_head { font-size: 0; line-height: 0; padding: 14px 0 15px 13px; background: #f6eba0; border-radius: 5px; } .filter-collapser { background: #ffae00; height: 25px; color: #fff; font-weight: 700; margin-bottom: 10px; padding-left: 10px; position: relative; } .filter-collapser::after { content: ''; position: absolute; top: 8px; right: 4px; border: 12px solid transparent; border-top: 7px solid #fff; -webkit-transition: top 1s ease-out 0.3s; -webkit-transition: ease-out 0.3s; transition: ease-out 0.3s; } .filter-collapser-rotate::after { content: ''; position: absolute; top: -4px; right: 4px; border: 12px solid transparent; border-top: 7px solid #fff; -webkit-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition: top 1s ease-out 0.3s; -webkit-transition: ease-out 0.3s; transition: ease-out 0.3s; } .th_item1 { display: inline-block; vertical-align: top; color: #000; font: 14px/14px ubuntu_regular; width: 55px; } .th_item2 { display: inline-block; vertical-align: top; color: #000; font: 14px/14px ubuntu_regular; width: 72px; } .th_item3 { display: inline-block; vertical-align: top; color: #000; font: 14px/14px ubuntu_regular; width: 200px; padding: 0 5px } .th_item4 { display: inline-block; vertical-align: top; color: #000; font: 14px/14px ubuntu_regular; width: 45px; } .th_item5 { display: inline-block; vertical-align: top; color: #000; font: 14px/14px ubuntu_regular; width: 98px; text-align: center; } .th_item6 { display: inline-block; vertical-align: top; color: #000; font: 14px/14px ubuntu_regular; width: 60px; text-align: center; } .th_item7 { display: inline-block; vertical-align: top; color: #000; font: 14px/14px ubuntu_regular; width: 96px; } .tovarlist_block { font-size: 0; line-height: 0; padding: 5px 0 5px 13px; border-bottom: 1px solid #d8d7d2; position: relative; } .safari .tovarlist_block { display: table; } .tb_item1 { width: 55px; display: inline-block; vertical-align: middle; } .tb_item1 span { display: inline-block; vertical-align: middle; color: #9c9c9c; font: 11px/1px ubuntu_regular; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); min-width: 50px; } .tb_item2 { display: inline-block; vertical-align: middle; width: 72px; position: relative; } .tb_item3 { display: inline-block; vertical-align: top; width: 200px; padding: 0 5px; color: #000; font: 1em ubuntu_regular; position: relative;} .tb_item3--flex { display: inline-flex; flex-direction: column; max-height: initial; min-height: 86px; justify-content: space-between; } .tb_item3--flex .tb_item3_indicator { position: absolute; right: 10px; bottom: 0px; } .tb_item4_wrap { display: inline-block; vertical-align: top; width: 300px; } .tb_item4_wrap .tb_item4 select{ max-width:100%; } .tb_item4 { display: inline-block; vertical-align: middle; width: 45px; color: #000; font: 14px/14px ubuntu_regular; margin: 0 0 5px 0; } .tb_item5 { display: inline-block; vertical-align: middle; width: 98px; color: #000; text-align: center; color: #563b00; font: 16px/16px ubuntu_bold, ubuntu_bold_fallback, arial; margin: 0 0 5px 0; padding: 5px 0 0 0; position: relative; } .tb_item6 { display: inline-block; vertical-align: middle; width: 60px; color: #000; font: 14px/14px ubuntu_regular; text-align: center; margin: 0 0 5px 0; } .tb_item7 { display: inline-block; vertical-align: middle; width: 96px; color: #000; font: 14px/14px ubuntu_regular; text-align: right; margin: 0 0 5px 0; } .safari .tb_item7 { width: 84px; } .tb_item8 { display: block; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } .tb_item8 textarea { display: block; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; height: 57px; border: 1px solid #d4d4d4; border-radius: 5px; -webkit-box-shadow: 3px 3px 4px rgba(107, 104, 95, 0.12) inset; box-shadow: 3px 3px 4px rgba(107, 104, 95, 0.12) inset; color: #8e8e8e; font: 14px/14px ubuntu_regular; resize: none; background: #f5f4f1; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; padding: 10px; }.catalog_list li .c_14 {left: -400px !important;} .tb_item9 { display: block; font-size: 12px; height: initial; line-height: 1.3; margin-top: 5px; color: #b9b9b9; } .tbi2l_pic_pos { position: fixed; max-width: none; display: none; -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5) } .tb_item2_link { display: inline-block; vertical-align: top; position: relative; } .my_input1 { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; display:block; } .my_input1 input[type=text] { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; height: 22px; border: 1px solid #c6c3ba; border-radius: 7px; padding: 0 20px 0 3px; text-align: center; color: #000; font: 14px/14px ubuntu_regular; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; background: none; } .mi1_up { position: absolute; right: 1px; top: 1px; width: 17px; height: 10px; background: url(/pic/pic52.png) 0 0 no-repeat; display: block; cursor: pointer; border-radius: 0 5px 0 0; } .mi1_up:hover { background-position: 100% 0; } .mi1_down { position: absolute; right: 1px; bottom: 1px; width: 17px; height: 10px; background: url(/pic/pic52.png) 100% 100% no-repeat; display: block; cursor: pointer; border-radius: 0 0 5px 0; } .mi1_down:hover { background-position: 0 100%; } .tb_item3_indicator { text-align: center; color: #0C6; display: none; } .tb_item3 p { padding: 0 0 10px 0; } .tb_item7_link { display: inline-block; vertical-align: top; background: #228B22; box-shadow: none; padding: 2px 35px 0; border-radius: 10px; height: 20px; } .tb_item7_link img { vertical-align: top; } .tb_item7_link:hover { background: #32CD32	; } .tb_item7_link:active { } .sort_block_link { color: #db9602; display: inline-block; vertical-align: top; font: 14px/24px ubuntu_regular; text-decoration: none; position: relative; } .sort_block_link:hover { text-decoration: underline; color: #db9602; } .title3 { text-align: center; margin: 0 0 5px 0; } .title3 span { display: inline-block; vertical-align: middle; color: #573d06; font: 22px/23px ubuntu_bold, ubuntu_bold_fallback, arial; text-transform: uppercase; } .title3 img { display: inline-block; vertical-align: middle; margin: -7px 2px 0 2px; } .cart_title1 { background: #ffae00; border-radius: 3px; padding: 7px 50px; position: relative; z-index: 2; } .ct1_item1 { color: #ffffff; font: 16px/16px ubuntu_bold, ubuntu_bold_fallback, arial; } .ct1_item1 span { font-size: 22px; line-height: 22px; } .ct1_item2 { color: #ffffff; font: 16px/16px ubuntu_bold, ubuntu_bold_fallback, arial; } .ct1_item2 span { font-size: 22px; line-height: 22px; } .cart_title2 { background: #f6eba0; padding: 10px; } .ct2_item1 { color: #a16e00; font: 16px/16px ubuntu_bold, ubuntu_bold_fallback, arial; text-transform: uppercase; display: inline-block; padding: 0 0 10px 0; float: left; } .ct2_item2 { color: #a06d00; font: 16px/16px ubuntu_regular; overflow: hidden; text-align: center; } .ct2_item2 span { font-size: 16px; font-family: ubuntu_bold, ubuntu_bold_fallback, arial; line-height: 16px; display: inline-block; vertical-align: middle; } .ct2_item3 { color: #a06d00; font: 16px/15px ubuntu_regular; display: inline-block; float: right; padding: 0 0 10px 0; } .ct2_item3 span { font-size: 16px; line-height: 16px; font-family: ubuntu_bold, ubuntu_bold_fallback, arial; display: inline-block; vertical-align: top; } .cart_head { padding: 11px 7px 11px; border: 1px solid #fbcf6f; border-width: 0 1px 0 1px; -webkit-box-sizing: border-box; box-sizing: border-box; background: #f6eba0; margin: -1px 0 0 0; position: relative; z-index: 1; font-size: 0; line-height: 0; } .cart_head_item1 { display: inline-block; vertical-align: top; color: #000000; font: 12px/12px ubuntu_regular; width: 76px; text-align: left; } .cart_head_item2 { display: inline-block; vertical-align: top; color: #000000; font: 12px/12px ubuntu_regular; width: 42px; text-align: center; } .cart_head_item3 { display: inline-block; vertical-align: top; color: #000000; font: 12px/12px ubuntu_regular; width: 60px; text-align: center; } .cart_head_item4 { display: inline-block; vertical-align: top; color: #000000; font: 12px/12px ubuntu_regular; width: 40px; text-align: center; } .cart_head_item5 { display: inline-block; vertical-align: top; color: #000000; font: 12px/12px ubuntu_regular; width: 60px; text-align: center; } .cart_block { font-size: 0; line-height: 0; } .safari .cart_block { display: table; } .cart_block_item1 { display: inline-block; vertical-align: middle; color: #000000; font: 12px/12px ubuntu_regular; width: 75px; text-align: left; margin: 0 0 5px 0; } .cart_block_item2 { display: inline-block; vertical-align: middle; color: #000000; font: 12px/12px ubuntu_regular; width: 42px; text-align: center; margin: 0 0 5px 0; } .cart_block_item3 { display: inline-block; vertical-align: middle; color: #000000; font: 12px/12px ubuntu_regular; width: 60px; text-align: center; margin: 0 0 5px 0; } .cart_block_item4 { display: inline-block; vertical-align: middle; color: #000000; font: 12px/12px ubuntu_regular; width: 40px; text-align: center; margin: 0 0 5px 0; } .cart_block_item5 { display: inline-block; vertical-align: middle; color: #000000; font: 12px/12px ubuntu_regular; width: 60px; text-align: center; margin: 0 0 5px 0; } .cart_body { counter-reset: item 0; padding: 0 7px; border: 1px solid #fbcf6f; border-width: 0 1px 0 1px; max-height: 530px; overflow: auto; } .cart_block_item1 { text-align: left; } .cart_block_item1 a { color: #000000; font: 12px/12px ubuntu_regular; text-decoration: underline; } .cart_block_item1 a:hover { text-decoration: none; color: #000000; } .cart_block_item1 a:before { counter-increment: item; content: counter(item) ". "; display: inline-block; } .cart_block_item2 { color: #828282; font: 14px/14px ubuntu_regular; } .cart_block_item3 { color: #563b00; font: 14px/14px ubuntu_regular; } .cart_block_item5 { color: #000000; font: 14px/14px ubuntu_regular; } .cart_block_item6 { color: #8c8c8c; font: 10px/10px ubuntu_regular; margin: 0 0 1px 0; float: left; } 
 .cart_block_item7 { margin: 0 0 1px 0; float: right; } .cart_block_item7 span { display: inline-block; color: #ff4001; font: 11px/12px ubuntu_regular; vertical-align: top; padding: 0 0 0 17px; background: url(/pic/pic531.png) left top no-repeat; background-position: left bottom; cursor: pointer; } .cart_block_item7 span:hover { color: #DC143C; } .cart_block_item8 { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; clear: both; } .cart_block_item8 textarea { display: block; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; height: 57px; border: 1px solid #d4d4d4; border-radius: 5px; -webkit-box-shadow: 3px 3px 4px rgba(107, 104, 95, 0.12) inset; box-shadow: 3px 3px 4px rgba(107, 104, 95, 0.12) inset; color: #8e8e8e; font: 14px/14px ubuntu_regular; resize: none; background: #f5f4f1; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; padding: 10px; } .cart_block_item8_textarea { display: none; } .cart_block { padding: 5px 0; position: relative; } .cart_block + .cart_block { border-top: 1px solid #dcdad5; } .cart_block_close { cursor: pointer; position: absolute; right: -4px; top: 10px; } .cart_block_close:hover { opacity: 0.5; } .tb_item7_link_anim { position: absolute; z-index: 10; -webkit-transition: -webkit-transform 1s linear; transition: -webkit-transform 1s linear; transition: transform 1s linear; transition: transform 1s linear, -webkit-transform 1s linear; } .tb_item7_link_anim.anim { -webkit-transform: rotate(720deg) scale(0.2); transform: rotate(720deg) scale(0.2); } .right_block1 { padding: 15px 7px 20px; border: 1px solid #fbcf6f; border-width: 0 1px 1px 1px; border-radius: 0 0 3px 3px; margin: -1px 0 0 0; -webkit-box-shadow: 0 5px 3px rgba(193, 212, 222, 0.52); box-shadow: 0 5px 3px rgba(193, 212, 222, 0.52) } .rb1_item1 { color: #959494; font: 14px/14px ubuntu_regular; text-align: right; } .color1 { color: #6b6b6b; } .rb1_item2 { color: #6a6a6a; font: 18px/18px ubuntu_regular; text-align: right; } .pb5 { padding-bottom: 5px !important; } .rb1_item3 { text-align: center; } .rb1_item3 button { -webkit-box-shadow: 0 3px 0 #8c5f00; box-shadow: 0 3px 0 #8c5f00; border: none; -webkit-box-sizing: content-box; box-sizing: content-box; padding: 3px 35px 1px 35px; color: #fff; font: 16px/16px ubuntu_bold, ubuntu_bold_fallback, arial; text-transform: uppercase; background: url(/pic/pic55.png) center repeat-x; border-radius: 19px; margin-top: 10px; } .rb1_item3 button:hover { background: #fdba2b; } .rb1_item3 button:active { -webkit-box-shadow: 0 3px 5px #8c5f00 inset; box-shadow: 0 3px 5px #8c5f00 inset; } .pb15 { padding-bottom: 15px !important; } .cart_slide_wrap { position: relative; overflow: hidden; } .cart_slide_pos { overflow: hidden; margin: -1px 0 35px 0; } .cart_slide1 { float: left; width: 310px; padding: 0 0 0 0; } .cart_slide2 { float: left; width: 310px; height: 1px; padding: 10px 7px 0 7px; border: 1px solid #fbcf6f; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 0 0 3px 3px; } .title4 { color: #6f4c01; font: 14px/14px ubuntu_bold, ubuntu_bold_fallback, arial; position: relative; text-transform: uppercase; margin: 0 0 10px 0; } .cart_slide_wrap .form_style input[type=text] { width: 100%; height: 32px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 55px 0 12px; border: none; background: #FFF; -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28) inset; box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28) inset; border-radius: 7px; font: 14px/14px ubuntu_light; color: #a77c31; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .cart_slide_wrap .form_style input[type=password] { width: 100%; height: 32px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 55px 0 12px; border: none; background: #FFF; -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28) inset; box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28) inset; border-radius: 7px; font: 14px/14px ubuntu_light; color: #a77c31; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .header-form { background-color: #a69873; font-weight: 700; font-size: 19px; padding: 12px 15px 14px; color:#fff; } .but_fast_zakaz { background: #228B22;  text-decoration: none;  color:#fff; margin-left: 5px; font-weight: 700; border-radius: 3px; padding: 7px 50px 11px ;  } .but_fast_zakaz:hover { color:#fff; text-decoration: none; } 


#reg{ 
    font: 13px/22px ubuntu_bold !important;
    padding: 9px 26px 0 !important;
    border-radius: 11px;
    height: 35px !important;
} 
#zakaz{ 
    font: 13px/22px ubuntu_bold !important;
    padding: 9px 26px 0 !important;
    border-radius: 11px;
    height: 35px !important;
   
} 
 	.cart_slide_wrap .form_style .but:hover { background: #ffae00; } .cart_slide_wrap .form_style .but:active { -webkit-box-shadow: 0 3px 3px #8c5f00 inset; box-shadow: 0 3px 3px #8c5f00 inset; } .rb2_title span { display: inline-block; color: #573d06; font: 22px/22px ubuntu_regular; vertical-align: middle; } .rb2_title img { vertical-align: middle; margin: 0 5px 0 0; } .rb2_title { display: inline-block; vertical-align: top; padding: 0 10px; background: #FFF; } .rb2_title_wrap { margin: -20px 0 15px 0; } .rb2_list { margin: 0 0 0 5px; list-style: none; } .rb2_list li { color: #573d06; font: 12px/12px ubuntu_regular; position: relative; padding: 0 0 0 15px; margin: 0 0 5px 0; } .rb2_list li span { font-size: 16px; line-height: 16px; } .rb2_list li:before { content: ''; display: inline-block; vertical-align: top; width: 6px; height: 6px; background: #ffae00; border-radius: 50%; position: absolute; top: 6px; left: 0; } .right_block2 { padding: 0 0 15px 45px; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #fbcf6f; border-radius: 3px; margin: 0 0 25px 0; } .rb3_title { color: #000000; font: 18px/18px ubuntu_bold, ubuntu_bold_fallback, arial; text-align: center; text-transform: uppercase; margin: 0 0 10px 0; position: relative; } .instafeed { display: flex; flex-wrap: wrap; max-width: 700px;  margin: 0 auto;  padding-bottom:50px; } .instafeed a{ flex:1 1 calc(33.33% - 30px);  margin:5px; box-sizing:border-box;  min-width:170px;  padding:10px 10px;  } .instafeed img{ width:900px; } .right_block3 { padding: 0 20px; position: relative; } .right_block3 .rb3_table { border-radius: 5px; border: 1px solid #d5d7d9; background: #f3f5f7; position: relative; } .right_block3 .rb3_table th { text-align: center; color: #000000; font: 14px/14px ubuntu_regular; padding: 12px 0; -webkit-box-sizing: border-box; box-sizing: border-box; width: 25%; border-bottom: 1px solid #d5d7d9; vertical-align: middle; } .right_block3 .rb3_table th + th { border-left: 1px solid #d5d7d9 } .right_block3 .rb3_table td { text-align: center; color: #000000; font: 14px/14px ubuntu_regular; padding: 7px 0 5px; -webkit-box-sizing: border-box; box-sizing: border-box; width: 25%; vertical-align: middle; } .right_block3 .rb3_table td + td { border-left: 1px solid #d5d7d9 } .right_block3 .rb3_table tr:hover { background: #e8eaec; } .rb3_pic { position: absolute; right: -127px; top: -13px; } .seo_block2 .content .h1 { color: #414141; font: 30px/30px ubuntu_regular; margin: 0 0 10px 0; } .seo_block2 .content { color: #7a7a7a; font: 14px/18px ubuntu_regular; } .seo_block2 { margin: 0 0 30px 0; } .tovarlist_pos { margin: 0 0 20px 0; } .h1_link { position: absolute; right: 0; top: -1px; color: #8f7751; font: 12px/12px ubuntu_regular; text-decoration: underline; } .h1_link:hover { color: #8f7751; text-decoration: none; } .site_block2 { position: relative; } .sb2_decor { position: absolute; top: 190px; right: 60%; max-width: none; } .comments_wrap { padding: 0 90px; } .mb25 { margin-bottom: 20px !important; } .ci1_text { background: #fff url(/pic/pic58.png) 8px 22px no-repeat; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #e8e8e8; border-radius: 9px; padding: 20px 30px; color: #7f7f7f; font: 14px/16px ubuntu_regular; position: relative; margin: 0 0 20px 0; } .ci1_text:after { width: 100%; height: 18px; content: ''; display: block; position: absolute; left: 0; right: 0; bottom: -18px; background: url(/pic/pic59.png) center top no-repeat; background-size:contain; } .ci1_name { color: #7f7f7f; font: 14px/16px ubuntu_regular; } .ci2_text { color: #3c3c3c; font: 14px/16px ubuntu_regular; padding: 15px 30px; border-radius: 9px; background: rgba(238, 208, 144, 0.75) url(/pic/pic60.png) 10px 15px no-repeat; } .comment_item1 { margin: 0 0 10px 0; } .comment_item2 { margin: 0 0 10px 0; } .comments_block.style1 { margin-right: 122px !important; } .comments_block.style2 { margin-left: 122px !important; } .comments_block { margin: 0 0 30px 0; } .comments_block.style1 .ci1_name { text-align: right; } .comments_block.style2 .ci1_name { text-align: left; } .pagi_block2 { text-align: center; margin: 0 0 50px 0; } .pagi_block2 a { color: #ffae00; font: 16px/16px ubuntu_bold, ubuntu_bold_fallback, arial; text-decoration: none; display: inline-block; vertical-align: top; margin: 0 5px; padding: 6px 8px 4px; border-radius: 3px; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .pagi_block2 span { color: #ffae00; font: 16px/16px ubuntu_bold, ubuntu_bold_fallback, arial; text-decoration: none; display: inline-block; vertical-align: top; margin: 0 5px; padding: 6px 8px 4px; } .pagi_block2 a:hover { color: #fff; background: #ffae00; } .pagi_block2 a.cur { color: #fff; background: #ffae00; } .dostavka .content h2 { margin: 0 0 5px 0; } .dostavka .content ul { margin: 0 0 20px 2px; } .dostavka .content ul li { position: relative; background: none; padding: 0 0 0 12px; } .dostavka .content ul li:before { background: none repeat scroll 0 0 #ffae00; border-radius: 50%; content: ""; display: inline-block; height: 6px; left: 0; position: absolute; top: 4px; vertical-align: top; width: 6px; } .dostavka { background: #FFF; padding: 25px 30px 10px 30px; border: 1px solid #e9e9e9; border-radius: 9px; margin: 0 0 50px 0; } .sb2_decor2 { position: absolute; right: 71%; top: 285px; } .sb2_decor3 { position: absolute; right: 68%; top: 285px; } .sb2_decor4 { position: absolute; right: 72%; top: 370px; } .logo_letter1 { /*opacity: 0;*/ } .logo_letter1.anim { -webkit-animation: letter_anim1 1s ease; animation: letter_anim1 1s ease; opacity: 1; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .logo_letter2.anim { -webkit-animation: letter_anim2 1s ease-in; animation: letter_anim2 1s ease-in; opacity: 1; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .logo_letter3.anim { -webkit-animation: letter_anim3 1s ease-out; animation: letter_anim3 1s ease-out; opacity: 1; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } @-webkit-keyframes letter_anim1 { 0% { opacity: 0; -webkit-transform: translateY(-30%) } 15% { opacity: 0.5; -webkit-transform: translateY(0) } 70% { opacity: 1; -webkit-transform: translateY(30%) } 100% { opacity: 1; -webkit-transform: translateY(0) } } @keyframes letter_anim1 { 0% { opacity: 0; -webkit-transform: translateY(-30%); transform: translateY(-30%) } 15% { opacity: 0.5; -webkit-transform: translateY(0); transform: translateY(0) } 70% { opacity: 1; -webkit-transform: translateY(30%); transform: translateY(30%) } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0) } } @-webkit-keyframes letter_anim2 { 0% { opacity: 0; -webkit-transform: translateY(-10%) } 25% { opacity: 0.5; -webkit-transform: translateY(0) } 40% { opacity: 1; -webkit-transform: translateY(10%) } 100% { opacity: 1; -webkit-transform: translateY(0) } } @keyframes letter_anim2 { 0% { opacity: 0; -webkit-transform: translateY(-10%); transform: translateY(-10%) } 25% { opacity: 0.5; -webkit-transform: translateY(0); transform: translateY(0) } 40% { opacity: 1; -webkit-transform: translateY(10%); transform: translateY(10%) } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0) } } @-webkit-keyframes letter_anim3 { 0% { opacity: 0; -webkit-transform: translateY(-70%) } 15% { opacity: 0.5; -webkit-transform: translateY(0) } 60% { opacity: 1; -webkit-transform: translateY(70%) } 100% { opacity: 1; -webkit-transform: translateY(0) } } @keyframes letter_anim3 { 0% { opacity: 0; -webkit-transform: translateY(-70%); transform: translateY(-70%) } 15% { opacity: 0.5; -webkit-transform: translateY(0); transform: translateY(0) } 60% { opacity: 1; -webkit-transform: translateY(70%); transform: translateY(70%) } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0) } } .reviews_write { margin: 0 auto 50px auto; max-width: 500px; } .reviews_write .form_style { margin: 0; } .reviews_write .form_style input[type=text] { width: 100%; height: 32px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 55px 0 12px; border: none; background: #FFF; -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28) inset; box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28) inset; border-radius: 7px; font: 14px/14px ubuntu_light; color: #a77c31; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .reviews_write .form_style textarea { width: 100%; height: 132px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 10px; border: none; background: #FFF; -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28) inset; box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28) inset; border-radius: 7px; font: 14px/14px ubuntu_light; color: #a77c31; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; resize: none; } .reviews_write .form_style .but { text-decoration: none; display: inline-block; vertical-align: top; color: #fff; font: 12px/12px ubuntu_bold, ubuntu_bold_fallback, arial; text-transform: uppercase; background: #ffb61a; -webkit-box-shadow: 0 3px 0 #8c5f00; box-shadow: 0 3px 0 #8c5f00; padding: 9px 15px 0; border-radius: 11px; height: 25px; -webkit-box-sizing: border-box; box-sizing: border-box; border: none; background: -webkit-gradient(linear, left top, left bottom, from(#ffb61a), to(#b07800)); background: linear-gradient(to bottom, #ffb61a 0%, #b07800 100%); } .reviews_write .form_style .but:hover { background: #ffae00; } .reviews_write .form_style .but:active { -webkit-box-shadow: 0 3px 3px #8c5f00 inset; box-shadow: 0 3px 3px #8c5f00 inset; } .reviews_write .form_style label { color: #7f7f7f; font: 14px/16px ubuntu_regular; } .text_right { text-align: right; } .autorreg_block li .ab_row a { padding: 0; text-decoration: underline; } .autorreg_block li .ab_row a:hover { text-decoration: none; } .logo_wrap:hover .logo_letter1 { -webkit-transform: translateY(-10%); transform: translateY(-10%); } .logo_wrap:hover .logo_letter2 { -webkit-transform: translateY(-20%); transform: translateY(-20%); } .logo_wrap:hover .logo_letter3 .ll3_pic { -webkit-transform: rotate(5deg); transform: rotate(5deg); } .logo_wrap:hover .logo_letter3 { -webkit-transform: translateY(-20%); transform: translateY(-20%); } 

 .wHeader.scroll { position: fixed; width: 100%; top: -170px; } .wHeader.scroll + .wConteiner { padding: 233px 0 126px 0; } .sort_pagi.search .sort_block { float: none; } .sort_pagi.search .sort_block .sort_block_item2 { text-decoration: none; } .sort_pagi.search .sort_block .sort_block_item2 span { font-weight: bold } .row.slide_cart_link { text-align: left; padding: 15px 0 0 0; } .slide_cart_link a { color: #a87300; font: 14px/14px ubuntu_regular; text-decoration: none; vertical-align: top; text-decoration: underline; } .slide_cart_link a:hover { text-decoration: none; } .select2-dropdown-open { z-index: 99999; } .select2-drop-active { width: auto !important; } .tb_item2 .decor_pic { position: absolute; top: -2px; left: -4px; } .decor_pic { position: absolute; top: 2px; left: 2px; } .to_up { position: fixed; right: 16px; bottom: 120px; -webkit-transition: opacity 0.3s linear; transition: opacity 0.3s linear; opacity: 0; visibility: hidden; cursor: pointer; /*z-index: 9999;*/ z-index: 999990; -webkit-transform:translateZ(0); transform:translateZ(0); } .to_up.vis { opacity: 0.3; visibility: visible; } .no-touch .to_up.vis:hover, .to_up.vis:active { opacity: 1; } #message1 { padding: 20px 50px 0; } .color2 { color: #F00; } .ab_slide_wrap { width: 492px; overflow: hidden; position: relative; } .ab_item1 { float: left; width: 246px; height: auto; } .ab_item2 { float: right; width: 246px; height: 1px; } .sort_block.find_block .sort_block_item2 { margin: 0 2px; color: #db9602 } .sort_block.find_block .sort_block_item1 { color: #aeaeae; } .sort_block.find_block span { display: inline-block; vertical-align: middle; } /*---------------------------------------------------------------------------------------------------------*/ .sk-val { position: absolute; left: 27px; top: 9px; font-size: 10px; color: #fff; font-family: 'ubuntu_light'; transform: rotate(-47deg); -webkit-transform: rotate(-47deg); transform: rotate(-47deg); } .sb_submit_wrap input[type=submit] { -webkit-transition: -webkit-transform 120ms, opacity 100ms; -webkit-transition: opacity 100ms, -webkit-transform 120ms; transition: opacity 100ms, -webkit-transform 120ms; transition: transform 120ms, opacity 100ms; transition: transform 120ms, opacity 100ms, -webkit-transform 120ms; } .sb_submit_wrap input[type=submit]:hover { -webkit-transform: scale(1.1); transform: scale(1.1); opacity: .67; } .l-block { position: fixed; left: 0; top: 50%; margin-top: -208px; height: 417px; z-index: 10; } .l-block ul { list-style-type: none; font-size: 0; line-height: 0; } .l-block ul li { /*  font-size: 12px; line-height: 1.2em;*/ text-transform: uppercase; background-color: #ffae00; -webkit-box-sizing: border-box; box-sizing: border-box; /*padding: 9px;*/ color: #fff; font-weight: bold; margin-bottom: 5px; display: block; width: 40px; height: 107px; } .l-block ul li a { display: block; width: 100%; height: 100%; color: #fff; text-decoration: none; } .nov-art { background: url('/pic/new-new-img.png') no-repeat; } .rec-art { background: url('/pic/new-new-rec.png') no-repeat; } .sk-art { background: url('/pic/new-new-rasp.png') no-repeat; } .l-block ul li:hover { -webkit-box-shadow: 2px 0px 6px 0px rgba(18, 18, 18, 0.66); box-shadow: 2px 0px 6px 0px rgba(18, 18, 18, 0.66); } .getForSkidka { font-size: 12px; } .getSoSkidka { font-size: 20px !important; } /*18.02.2016*/ .rb3_table table { border: 1px solid #ccc; -webkit-box-sizing: border-box; box-sizing: border-box; } .rb3_table tr + tr { border-top: 1px solid #ccc; } .rb3_table td { text-align: center; } .rb3_table th { font-weight: bold; font-size: 13px; } .rb3_table td + td, .rb3_table th + th { border-left: 1px solid #ccc; } .wTovar { float: left; width: 650px; } .wTovar { float: left; width: 650px; } .wTovarPhoto { float: left; width: 230px; } .wTovarPhotoImg { position: relative; width: 230px; height: 345px; padding-top: 0; overflow: hidden; border: 1px solid #bab385; -webkit-box-sizing: border-box; box-sizing: border-box; z-index: 2; overflow: hidden; margin: 0 auto; } .wTovarPhotoImg_link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .wTovarPhotoImg img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; object-fit: contain; } .wTovarControls { float: right; width: 50%; } .wTovarName { margin-bottom: 10px; font: 26px/28px Tahoma, Verdana, Segoe, sans-serif; color: #000; } .wTovarCode { margin-bottom: 3px;padding-top: 10px; font: 8px/14px Tahoma, Verdana, Segoe, sans-serif; color: #9a9a9a; } .wTovarCode i{ font-style:normal; } .wTovarCode span { font: 18px/18px Tahoma, Verdana, Segoe, sans-serif; } .wTovarCont .fll { width: auto; margin-right: 14px; } .wTovarCont .flr { float: left; width: auto; text-align: left; } .wTovarCont .fll p { font: 18px/22px Tahoma, Verdana, Segoe, sans-serif; color: #555354; } .wTovarPrice .flr p { font: 18px/22px Tahoma, Verdana, Segoe, sans-serif; color: #555354; } .wTovarPrice .flr p span { font: 30px/22px Arial, "Helvetica Neue", Helvetica, sans-serif; color: #000; } .wTovarSize .tb_item4 .select2Item { width: 50px; display: inline-block; vertical-align: top; } .wTovarColl .my_input1 { width: 50px; } .wTovarColl .my_input1 .mi1_up { top: 2px; } .wTovarNote { margin-bottom: 10px; } .wTovarTextarea { width: 100%; resize: none; border-radius: 5px; border: 1px solid #ccc; -webkit-box-shadow: inset 5px 5px 10px #ccc; box-shadow: inset 5px 5px 10px #ccc; height: 60px; background: #f5f4f0; color: #ccc; padding: 10px; -webkit-box-sizing: border-box; box-sizing: border-box; } .wTovarBtn { text-align: right; margin-bottom: 10px; } .wTovarBtn a { height: 40px; width: 260px; border-radius: 10px; color: #fff; background:#228B22; box-shadow: none; text-decoration: none; font-size: 20px; padding: 0 10px; text-align: center; line-height: 40px; background-size: 100% 100%; } .wTovarBtn a:hover { background:#228B22; } .zakaz_phone { background:#C0C0C0 !important;  } .wTovarBtnModal { text-align: right; margin-bottom: 25px; } .wTovarBtnModal a { height: 40px; width: 260px; border-radius: 10px; color: #000; background:#C0C0C0; box-shadow: none; text-decoration: none; font-size: 17px; padding: 10px 35px; text-align: center; line-height: 40px; background-size: 100% 100%; } */ .wTovarBtnModalList { margin-top: 10px; text-align: center; } .wTovarBtnModalList a { height: 40px; width: 260px; border-radius: 30px; color: #000; font-weight: 700; background:#C0C0C0; box-shadow: none; text-decoration: none; font-size: 17px; padding: 10px 25px; text-align: center; line-height: 40px; background-size: 100% 100%; } .wTovarBtnModal a:hover { background:#C0C0C0; } .wTovarSoc { padding: 0 10px; -webkit-box-sizing: border-box; box-sizing: border-box; margin-bottom: 10px; } .wTovarSoc a { height: 25px; width: 25px; display: inline-block; vertical-align: top; margin: 0 2px; opacity: 0.8; position: relative; } .wTovarSoc a:hover { opacity: 1; } .wTovarSoc img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; } .wTovarSoc a.wVk { background: #6184aa; } .wTovarSoc a.wFace { background: #3f5591; } .wTovarSoc a.wGoogle { background: #e1503f; } .wTovarOpus { padding-top: 5px; -webkit-box-sizing: border-box; box-sizing: border-box; padding-bottom: 10px; border-bottom: 1px solid #bab385; } .wTovarOpusTitle { font: italic 18px/20px Tahoma, Verdana, Segoe, sans-serif; color: #ccc; margin-bottom: 5px; } .wTovarOpusText { width: 390px; min-height: 90px; border-radius: 5px; border: 1px solid #ccc; -webkit-box-shadow: inset 5px 5px 10px #ccc; box-shadow: inset 5px 5px 10px #ccc; color: #000; padding: 10px; -webkit-box-sizing: border-box; box-sizing: border-box; background: #f5f4f0; } 
 
 .wTovarOpusPhone { margin-top:10px;width: 240px; border: 1px solid #ccc; -webkit-box-sizing: border-box; box-sizing: border-box; height: 90px; border-radius: 5px; background: #fff; text-align: center; padding: 5px; } .wTOPTitle { color: #ffae00; font: bold 10px/12px Tahoma, Verdana, Segoe, sans-serif; } .wTOPMenager { color: #8E8787; font: 8px/10px Tahoma, Verdana, Segoe, sans-serif; } .wTOPPhones { display: inline-block; vertical-align: top; padding-left: 40px; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDE2Ljg3NyAxNi44NzciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2Ljg3NyAxNi44Nzc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNNS4zMDEsNS41ODdMMS40MDQsMS42ODhjMC41MDMtMC41MDMsMS4wMDUtMS4wMDcsMS41MDktMS41MTFDMy4xNDYtMC4wNTYsMy41MjItMC4wNiwzLjc1NiwwLjE3bDMuMDM2LDMuMDM5ICAgYzAuMjMyLDAuMjMyLDAuMjMyLDAuNjE0LTAuMDAzLDAuODQ4TDYuMTI0LDQuNzIxTDUuNTA1LDUuMzRDNS40MjksNS40MTcsNS4zNiw1LjQ5OSw1LjMwMSw1LjU4N3ogTTguNTA3LDExLjkzOCAgIGMtMC42MzgtMC41NDktMS4yNS0xLjEzMi0xLjg0NC0xLjcyNUM2LjA3LDkuNjE2LDUuNDg5LDkuMDA2LDQuOTM5LDguMzY1Yy0wLjQ1LTAuNTItMC41MzgtMS4yNzMtMC4zMDMtMS45MDdMMC42MzYsMi40NTcgICBjLTAuOTMxLDAuOTU3LTAuODEyLDMuMzMsMC4yMDgsNS40MTVjMC40MzgsMC45MDIsMS4wMDYsMS43MTYsMS41OTMsMi40OWMwLjU4NiwwLjc2OCwxLjIyOSwxLjQ5NCwxLjkwNiwyLjE3NiAgIGMwLjY3OSwwLjY4MSwxLjQwMSwxLjMyNywyLjE3MSwxLjkxM2MwLjc3NCwwLjU4OSwxLjU5LDEuMTUzLDIuNDg2LDEuNTljMi4wODgsMS4wMTksNC40NjIsMS4xMzEsNS40MTgsMC4xOTlsLTQuMDAxLTQuMDAxICAgQzkuNzgzLDEyLjQ3NCw5LjAyOSwxMi4zODcsOC41MDcsMTEuOTM4eiBNMTYuNzAyLDEzLjExOWwtMy4wMzYtMy4wMzdjLTAuMjMzLTAuMjMtMC42MTUtMC4yMy0wLjg0OCwwLjAwM2gtMC4wMDJsLTAuNjY3LDAuNjY2ICAgbC0wLjYxNSwwLjYxOGMtMC4wNzYsMC4wNzYtMC4xNTksMC4xNDMtMC4yNDcsMC4yMDVsMy44OTYsMy44OThjMC41MDQtMC41MDUsMS4wMDctMS4wMDcsMS41MTItMS41MSAgIEMxNi45MywxMy43MjksMTYuOTM1LDEzLjM1MiwxNi43MDIsMTMuMTE5eiIgZmlsbD0iI2NjY2NjYyIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) left center no-repeat; } .wTOPPhones p { font: 12px/16px Tahoma, Verdana, Segoe, sans-serif; color: #ffae00; } .wTovarAccomp { padding-top: 10px; } .wTovarAccomp .wTovarOpusTitle { margin-bottom: 20px; } .wTovarAccomp .prev { width: 15px; height: 50px; background: url(/pic/pic31.png) 0 0 no-repeat; font-size: 0; position: absolute; left: 0; top: 50%; margin-top: -25px; } .wTovarAccomp .next { width: 15px; height: 50px; background: url(/pic/pic31.png) 100% 100% no-repeat; font-size: 0; position: absolute; right: 0; top: 50%; margin-top: -25px; } .wTovarAccomp .prev:hover { background-position: 100% 0; } .wTovarAccomp .next:hover { background-position: 0 100%; } .wTovarSlider { width: 100%; padding: 0 20px; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; } #foo { display: block; } #foo li { float: left; width: 194px; } .all_size{ text-decoration: underline; cursor:pointer; }.wTovarSize.wTovarCont{ display:flex; align-items:center; }.wTovarSize.wTovarCont .fll,.wTovarSize.wTovarCont .flr{ float:none; width:auto!important; }.wTovarSize.wTovarCont .fll{ margin-right:14px; }.wTovarSize.wTovarCont .fll p{ margin:0; line-height:30px; }.wTovarSize .tb_item4{ display:flex; align-items:center; gap:6px; width:auto!important; }.wTovarSize .tb_item4 .clear{ display:none; }.itemAllSizeIcon{ display:inline-flex!important; align-items:center; justify-content:center; flex:0 0 30px; width:30px!important; height:30px; margin-left:0; float:none!important; vertical-align:middle; text-decoration:none!important; cursor:pointer; }.itemAllSizeIcon img{ display:block; width:26px; height:26px; opacity:.8; filter:brightness(0) invert(35%); transition:opacity .15s ease,filter .15s ease; }.itemAllSizeIcon:hover img{ opacity:1; filter:brightness(0) invert(0); } .rb3_title.all_size { height: 40px; width: 100%; border-radius: 10px; color: #fff; font-weight:500; background: #228B22; text-decoration: none; font-size: 18px; padding: 0 10px; text-align: center; line-height: 40px; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 16px; line-height: 44px; margin-bottom: 25px; } .rb3_title.all_size:hover { background: #228B22; } .right_block3 a { text-decoration: none; } .rb3_title.all_size span { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAdCAQAAACUaS28AAABXklEQVRIx72Wv0rDUBTGL3QtFEoHzeLQpUQKgmNfwDdodwVXtz6Cgb6GIgjWyUkohQ4ughaXgjh06JBFK3RpEH8d0kpu/pzb3Kjnm3Jy+EG+ez5uFMpaAOfZ76MPHWaENYx0h+vejI6ATqnNmMsg0g1orPsNgkh/gJsPXaanAQB8jjnkBD/WD+hRTkE/aPLw8KI2bFsba4xeX5C/LrdD1xIfbSqfmuC1tiHtnOi2eIyx5esDsGAuAD9YANBP3RDvRzG0w5guVUYCekSVLmN2bSKjeBbQT0XSqJgI6ImIfktKH54K6KmIFoIeSjrGuYi+TkofXgroZRGvS4Z9LtmjKwZ0ZSuvU9GOAe3Yo+sGdF1AZ6YxVNOAbtp73TKgW/ZoN3HX6PfLvoC+T0ofdrnhKwX7zR0HxdKoUOxwyhUvvAOfvHLLGXvGn4XHpNT//If8OrpYiZH5Q7RXSEfZaVwBy+aXlmyfD00AAAAASUVORK5CYII=) 0px 0px no-repeat; padding-left: 55px; -webkit-box-sizing: border-box; box-sizing: border-box; text-decoration: none; } .bannerVKBlock { display: block; margin-bottom: 20px; line-height: 0; } .bannerVKBlock img { width: 100%; } .right_block2 { margin-bottom: 20px; } .tableSize { text-align: center !important; color: #39c; text-decoration: underline; cursor: pointer; } .tableSize:hover { text-decoration: none; } .wControlsShow { margin-bottom: 20px; } .ovh { overflow: hidden; } .wControlsShow a { color: #85a0ca; display: block; font: 12px/18px Tahoma, Verdana, Segoe, sans-serif; } .wControlsShow a:hover { text-decoration: none; } .wCatShow { text-align: center; position: relative; } .wCatShow:after { position: absolute; content: ''; height: 11px; width: 22px; left: 50%; margin-left: -11px; top: -7px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAALCAYAAAB7/H1+AAAC/klEQVQ4y4XSyW8bZRzG8d87+4w94xk7drzFSeNJ3NQEpaXlwLE5IBaBuFTqMeUfQEKoghsXKMuhEvcKgcSF/6CgXkGoC1SJlxC7tRM78ZaMPbtn5n17LgrwvT+f04MIIXBegTVGIYZEfUBdGw8nb/qOex3hQNcUns3nlIGmMvclgb5HbO8PPrWM/7lH58GR77CnM3f7qHdy48GT2RskJIWYKEkomlPR3ARNZUAvZx29vPRQRN43PA2/ULGk/5+wbbtibzDbabQOP3reH5ZcjPlcrgDr+kWIfAL7jX0YDYegxGJQKpWCK5vqU1lgvojR+D4IMetceDZ1+M7J9N0/G0dfdkemjoFDK0tx4DgONE2DMIxgcmaCZfpgmXOIQoBqRYmWMkqztCB9JzPBj6yStl+CPctka/u97UeN7udDE14TtCIta1lw+gPAxAeKI+DPpwAUgKKqEBEaPDcEY9yBS+UCvrKeHRWTwvcSHXxNKflTRAiBw/4Zt9eevLfXGX1ihehyXE6wDEvAc03A0wlcKGahurZMIArh6W4THRybwCVWIJFegbnRBN8LQOQAKnp6urWR+SEpwl3Ubrbij+vPPtjvmx+zicJGPJnhAt8B2xgADix4/dULdnmlMMwtKJO559L94Wmq0RqlW8e26GEeFpIBkEAC28CAwjnRl6Xx5WrqZ9Q+6LzjYP7ONJQu9oyA6XQPwTGGUMqIwcZqvlZZ136SOPpBFFhDRCJWENXViRluP653324cHJUdNyZq6iLKZTOQVCmQJYek4mEbOZZ/48Twv919NinutY/R3HNBL2r+tUr+19W8ejuEaZ0XMy/9FIcGf+bgrW5vfOv3J/ZbhmEU4jJLVauLsLaqEDVG/4a63aPcX43nn+61TnYoXo5XK2t4Uy88zMp4hxWFGvxLke8gxwsXj53g/dpu98P236NXaAYJlfXkeGsz/xWqN2vIC9AlYIS7spK6rsqxscSEn7HEvceICQL/U0QwP5uRq5NT+6ZhjK9StP1oMS3eeQGcIYJoiIT5UwAAAABJRU5ErkJggg==) 0px 0px no-repeat; } .wTovarPrice { /*min-height: 64px; line-height: 64px;*/ margin-top:10px; } .wTovarCont .fll p, .wTovarPrice .flr p { /*display: inline-block;*/ /*vertical-align: bottom;*/ } .wBackShow, .wNextShow { position: relative; z-index: 2; } .burger { /*display:none;*/ display: inline-block; vertical-align: middle; margin: 8px; width: 40px; height: 40px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; position: relative; } .burger span { border-bottom: 4px solid #FCE464; position: absolute; left: 0; top: 50%; width: 100%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); -webkit-transition: all .3s ease; transition: all .3s ease; } .burger.toggled span { border-color: transparent; } .burger span:before, .burger span:after { content: ""; position: absolute; left: 0; height: 4px; width: 100%; background: #FCE464; transform-irigin: center; -webkit-transition: all .3s ease; transition: all .3s ease; } .burger span:before { -webkit-transform: translateY(-10px); transform: translateY(-10px); } .burger span:after { -webkit-transform: translateY(10px); transform: translateY(10px); } .burger.toggled span:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); } .burger.toggled span:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .tooltipWrapper{ display:block; position:fixed; z-index:99999; overflow:hidden; -webkit-box-sizing: border-box; box-sizing: border-box; background:#fff; color: #818181; opacity: 1; font: 13px/15px ubuntu_regular,arial,helvetica,sans-serif; -webkit-transition:-webkit-transform .3s ease-out; transition:-webkit-transform .3s ease-out; transition:transform .3s ease-out; transition:transform .3s ease-out, -webkit-transform .3s ease-out; -webkit-transform-origin:right top; transform-origin:right top; -webkit-transform:scale(0); transform:scale(0); -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12); } .tooltipWrapper.showed{ -webkit-transition:.3s transform ease-in; transition:.3s transform ease-in; -webkit-transform:none; transform:none; } .tooltipContent{ /*transition: .3s opacity ease-out;*/ /*!*padding:8px;*!*/ /*opacity:0;*/ -webkit-box-sizing: border-box; box-sizing: border-box; } .tooltipContent a{ display:block; padding:0 10px; font: 14px/40px ubuntu_regular,arial,helvetica,sans-serif; text-decoration:none; color:#FFAE00 !important; position: relative; } .tooltipContent a .ripple-effect{ max-width:20px; max-height:20px; } .tooltipWrapper.showed .tooltipContent{ /*transition: .3s .3s opacity ease-in;*/ /*opacity:1;*/ } .phones_block1_mobile { display:none; padding:0px; cursor:pointer; -webkit-box-sizing:border-box; box-sizing:border-box; width:40px; height:40px; margin:8px; background:url(/pic/phones_big.png) center no-repeat; background-size: 24px; float:right; } .phones_block1_mobile a{ display: none; } .phones_block_callback a { display: block; } .moreButton{ display:none; padding: 0px; cursor: pointer; background-size: 24px; float: right; position: relative; } .moreButtonDots{ -webkit-box-sizing: border-box; box-sizing: border-box; display:block; width: 40px; height: 40px; margin: 8px; position: relative; } .moreButtonDots span{ position: absolute; left:50%; -webkit-transform:translate(-50%,0); transform:translate(-50%,0); overflow:hidden; width:4px; height:4px; border-radius: 50%; background:#FCE464; -webkit-transition:top .3s ease-in, bottom .3s ease-in; transition:top .3s ease-in, bottom .3s ease-in; } .moreButtonDots span:first-child{ top:8px; } .moreButtonDots span:nth-child(2){ top:50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); } .moreButtonDots span:last-child{ bottom:8px; } /*.moreButton>li:hover .moreButtonDots span:first-child{*/ /*top:6px;*/ /*}*/ /*.moreButton>li:hover .moreButtonDots span:last-child{*/ /*bottom:6px;*/ /*}*/ .moreList{ -webkit-transform:scale(0); transform:scale(0); -webkit-transition:-webkit-transform .3s; transition:-webkit-transform .3s; transition:transform .3s; transition:transform .3s, -webkit-transform .3s; -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12); overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; background: #fff; z-index:2; position: absolute; right:0; top:8px; text-align: left; padding:5px 0; font: 13px/15px ubuntu_regular,arial,helvetica,sans-serif; -webkit-transform-origin:right top; transform-origin:right top; } .show .moreList{ -webkit-transform:none; transform:none; } .show .moreButtonDots{ -webkit-transform:none; transform:none; } .ico{ width:30px; height:30px; background:#fff; } .moreList__link{ display:block; text-decoration: none !important; color:#E89B18 !important; font: 14px/18px ubuntu_regular,arial,helvetica,sans-serif; padding:10px 15px; position: relative; z-index:10; white-space: nowrap; } .no-touch .moreList__link:hover{ background:#E89B18; color:#fff !important; } .inPopupOnly{ display:none; } .orange{ color:#FFAE00; } #colorbox .search_block{ height:auto; min-width:200px; } #colorbox .inPopupOnly{ display:block; } #colorbox .search_block input[type=text]{ color:#FFAE00 !important; opacity:1 !important; } #colorbox .sb_submit_wrap{ display:block; top: auto; bottom: 0; height: 40px; } .signin_mobile{ background: url(/pic/user.png) center no-repeat; } #colorbox .search_block:after{ content: ''; display: block; clear: both; height: 0; } #colorbox .submitControl{ text-align: center; } .g-recaptcha>div>div{ width:100% !important; } .g-recaptcha>div>div>iframe{ width:100% !important; } .mm-navbar.mm-hasbtns{ padding:0 0 0 40px; } .mm-navbar>*{ padding:0; display: inline-block; vertical-align: middle; } .mm-navbar>div{ width:100%; } .mm-prev:before{ left:18px; } .mm-navbar{ line-height: 55px; height: 55px; } .mm-btn{ top: 50%; -webkit-transform: translate(0,-50%); transform: translate(0,-50%); } .headerSearch{ display: inline-block; vertical-align: middle; width:100%; } .headerSearch__row{ display:table; width:100%; line-height:40px; } .headerSearch__row__col{ /*display: table-cell;*/ vertical-align: middle; position: relative; float:left; } .headerSearch__field{ -webkit-box-sizing:border-box; box-sizing:border-box; /*padding:0 8px;*/ position: relative; overflow: hidden; } .headerSearch__field:before{ content: ""; position: absolute; left: 50%; bottom: 5px; width: 0; height: 2px; background: #FCE464; z-index: 2; -webkit-transition: width .3s ease-out; transition: width .3s ease-out; -webkit-transform: translate(-50%,0); transform: translate(-50%,0); } .headerSearch__field:after{ content: ""; position: absolute; right: 0; bottom: 5px; width: 100%; height: 2px; z-index: 1; background: #ffae00; } .headerSearch__field input{ height:36px; border:0; padding:0 8px; background: transparent; outline:none; width:100%; display: inline-block; vertical-align: top; color:#fff; } .headerSearch__field ::-webkit-input-placeholder { color: #fff; } .headerSearch__field input::-moz-placeholder { color: #fff; opacity: 1; } .headerSearch__field input::-ms-placeholder { color: #fff; } .headerSearch__field input:focus{ background:transparent !important; } .mm-navbar-top{ background: url(/pic/pic1.png) center top repeat-x !important; } .mm-menu.mm-theme-white{ border-right: 1px solid #ffb61a; -webkit-box-sizing:border-box; box-sizing:border-box; } .headerSearch__submit{ display: inline-block; vertical-align: middle; width:40px; height:40px; margin-left:8px; overflow: hidden; } .headerSearch__submit input{ display:block; outline:none; border:0; background:url(/pic/pic4_yellow.png) center no-repeat; background-size:18px; position: absolute; left:0; top:0; width:100%; height:100%; } .mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2{ top:56px; } .mm-menu.mm-theme-white .mm-listview{ /*border-color: #ffae00;*/ color: #ffae00; border-color:#fcd696; } .mm-menu.mm-theme-white .mm-listview>li .mm-arrow:after, .mm-menu.mm-theme-white .mm-listview>li .mm-next:after{ border-color:#ffb61a; } .mm-listview a.ripple{ position: relative; } .headerSearch__field{ width:70%; width:calc(100% - 55px); } .focused.headerSearch__field:before{ width:100%; } .mm-menu.mm-theme-white{ border-color: #ffb61a; } .mobMenu{ background: #fff url(/pic/pic19.png) top center repeat-x !important; } .mm-menu.mm-theme-white .mm-btn:after, .mm-menu.mm-theme-white .mm-btn:before{ border-color: rgb(252, 228, 100); } .socials{ display:table; text-align: center; width:100%; } .mm-navbar-bottom-1 { line-height: 1em !important; height: 106px !important; border-color: rgba(170,170,170,.5); } .mm-hasnavbar-bottom-1 .mm-panels{ bottom:106px; } .bottomNavbar .fr_block2{ padding: 8px; -webkit-box-sizing: border-box; box-sizing: border-box; } .bottomNavbar .fr_block2_item:hover{ -webkit-transform:none; transform:none; } .bottomNavbar .phones_block1{ display:table !important; margin:0 auto !important; background: url(/pic/pic6_grey.png) left center no-repeat; padding:0 0 0 20px; } .bottomNavbar .phones_block1 a{ color:#aaa !important; } .bottomNavbar .phoneLink{ line-height:24px; } .caroufredsel_wrapper>div,.caroufredsel_wrapper>ul{ will-change:left,z-index; } .mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a.mm-fullsubopen:hover+span, .mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+a, .mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+span, .mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){ background:transparent; } .mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview>li.mm-selected>span{ background:trasparent; } .mm-listview li.cur{ background:#fff !important; } .logo_footer--mobile{ display:none; } .hiddenBlock{ display:none; } #colorbox .cart_inner{ width:278px; overflow: hidden; } #colorbox .search_block { display: block; clear: both; margin: 0; margin: 30px 20px; float: none; } #colorbox .innerSearch { width: calc(100% - 45px) !important; float: left; overflow: hidden; } #colorbox .showSearchBtn { float: right; } body .bg{ visibility: hidden; z-index:10; opacity: 0; background:rgba(0,0,0,.3); -webkit-transition:all .2s; transition:all .2s; z-index:99; position: fixed; width:100%; height:100%; left:0; top:0; } .mm-slideout{ z-index:auto; } #vk_groups{ height:420px !important; } #vk_groups>iframe{ height:420px !important; } .showSearchBtn{ cursor:pointer; } .mobile_button{ display: none; padding: 0px; cursor: pointer; -webkit-box-sizing: border-box; box-sizing: border-box; width: 40px; height: 40px; margin: 8px; background-size: 20px; float: right; } .cart_mobile { background: url(/pic/cart.png) center no-repeat; background-size: 20px; position: relative; -webkit-transition:all .2s; transition:all .2s; z-index:99; } .cart_mobile:after{ content:attr(data-cart-total); position: absolute; right:0; top:100%; overflow:hidden; color: #FCE464; background:#fff; border:1px solid #FCE464; border-radius: 50%; -webkit-box-sizing:border-box; box-sizing:border-box; width:18px; height:18px; text-align: center; font:12px/18px arial,helvetica,sans-serif; -webkit-transform:translate(0,-100%); transform:translate(0,-100%); } .pb1_link2{ position: relative; } .select2-drop{ z-index: 99999; } .tb_item5_desc{ font:14px/1.2em ubuntu_regular; color:#000; } .tovarlist_block.empty{ height:0 !important; overflow: hidden; border:0; padding:0; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 4px; width: 194px; box-sizing: border-box; } .tb_item3_indicator{ display:none !important; } .tb_item7_link { font-size:0; color:#fff !important; text-decoration: none !important; } .tb_item7_link span{ font-size:0; line-height: 30px; vertical-align: middle; display: inline; } .wControlsShow a{ color:#000; } .wCatShow:after{ background:transparent; content: "^"; height: 20px; } .wControlsShow{ display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; } .flexbox .wControlsShow:after{ display:none; } .flexbox .wControlsShow a{ float:none !important; } .wBackShow { -webkit-box-ordinal-group:2; -ms-flex-order:1; order:1; } .wCatShow{ -webkit-box-ordinal-group:3; -ms-flex-order:2; order:2; } .wNextShow { -webkit-box-ordinal-group:4; -ms-flex-order:3; order:3; } .tableSize { color:#000; } .tb_item5.item_cost+span,.old+span{font:18px/22px Tahoma,Verdana,Segoe,sans-serif!important;color:#555354!important;vertical-align:baseline;}.wTovarPrice{display:flex;align-items:flex-end;} @media only screen and (max-width:767px){.wTovarCode{display:flex!important;align-items:baseline!important;gap:6px;padding-top:0!important;margin-bottom:6px!important;}.wTovarCode:after{display:none!important;}.wTovarCode i,.wTovarCode span{display:inline-block!important;width:auto!important;margin:0!important;padding:0!important;line-height:22px!important;}.wTovarPrice{align-items:center!important;margin-top:8px!important;min-height:0!important;line-height:1!important;}.wTovarPrice .fll{margin-right:6px!important;}.wTovarPrice .fll p{margin:0!important;line-height:1!important;}.wTovarPrice .flr p{margin:0!important;line-height:1!important;display:flex!important;align-items:baseline!important;gap:6px;}}.wTovarPrice .fll,.wTovarPrice .flr{float:none;width:auto!important;}.wTovarPrice .fll{margin-right:10px;}.wTovarPrice .fll p{margin:0;line-height:1.2;}.wTovarPrice .flr{display:flex;flex-direction:column;align-items:flex-start;}.wTovarPrice .flr p{margin:0;line-height:1;}.wTovarPrice .flr p:first-child{display:flex;align-items:baseline;gap:4px;margin-bottom:2px;white-space:nowrap;}.wTovarPrice .flr p:last-of-type{display:flex;align-items:baseline;gap:6px;white-space:nowrap;}.wTovarPrice .flr p .old{display:inline;width:auto!important;margin:0;padding:0;line-height:1;}.wTovarPrice .flr p .old+span{display:inline;white-space:nowrap;line-height:1; text-decoration: line-through;}.wTovarPrice .flr p .tb_item5.item_cost{display:inline-block;width:auto!important;margin:0;padding:0;line-height:1;text-align:left;order:0!important;}.wTovarPrice .flr p .tb_item5.item_cost+span{display:inline-block;white-space:nowrap;line-height:1;order:1!important;} .mobile_small{ display:none; } .wTovarTextarea{ color:#000; } .fw{ width:100%; } .searchResults>div{ margin:8px; } .old + span{ /*text-decoration: line-through;*/ } .responsiveImg{ position: relative; } .js-adaptiveIframe{ position: relative; } .js-adaptiveIframe iframe{ position: absolute; left:50%; top:50%; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%); } .table1 th{ background:rgba(255,182,0,0.7) !important; color:#fff; border:inherit !important; } .table1 th, .table1 td{ } .table1 td{ border:inherit !important; border-left:inherit; border-right:inherit; border-bottom:inherit; border-top:inherit; } .table1{ border:1px solid #FFB100 !important; } .table1 tr{ border:inherit; } .table1 tbody{ border:inherit; } .cart_wrap.mobile{ position: fixed; visibility: visible !important; right:0; top:100px; margin:0; float:none; z-index:100; right: -100%; max-height: calc(100vh - 100px); overflow: auto; } .sortArrDown:before{ content:"↓"; } .sortArrUp:before{ content:"↑"; } .sortArrDown:before,.sortArrUp:before{ position: absolute; left:-10px; top:50%; -webkit-transform:translate(0,-50%); transform:translate(0,-50%); } .mm-navbar.mm-navbar-bottom{ background: rgba(204,204,204,0.2) !important; } .mobMenu { background: #fff !important; } .bottomNavbar .phones_block1{ padding-top:10px !important; } .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b{ background: none !important; } .desktopVersion .footer_block_mobile{ display:block; } .footer_block_mobile{ /*display:none;*/ } .footer_block_mobile a{ display: inline-block; vertical-align: top; background: url(/pic/pic64.png) center center repeat-x; background-size:contain; padding: 10px 15px; -webkit-box-shadow: 0 3px 0 #8c5f00; box-shadow: 0 3px 0 #8c5f00; border-radius: 11px; height: 20px; color:#fff; text-decoration: none; } .labelFix .r.mand{ display:none !important; } .red{ color:#f00; } .wTovar.item  .tb_item4 .select2-container{ width:100% !important; max-width:150px !important; } .wTovar.item  .tb_item4 select{ line-height:30px; height:30px; } .wTovar.item .all_size{ margin:10px 0 0; } .wTovar.item .tb_item5 { width:auto; } .all_version{ cursor:pointer; } .continueBtn{ background: #fff; margin:12px 0; padding: 4px 8px; font-style: italic; color:#8E8E8E; text-align: center; cursor:pointer; } .no-touch .continueBtn:hover,.continueBtn:active{ color:#000; } .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; } .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut { -webkit-animation-duration: .75s; animation-duration: .75s; } @-webkit-keyframes bounceIn { from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } 80% { -webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97); } to { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @keyframes bounceIn { from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } 80% { -webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97); } to { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } .bounceIn { -webkit-animation-name: bounceIn; animation-name: bounceIn; } .form_style label.error { position: absolute; top: 100%; right: 5px; padding: 0 2px; border: 1px solid; border-top: 0; font-size: 11px; line-height: 18px; color: #f00; background: #fff; } .cart_slide_wrap .form_style input.error, .cart_slide_wrap .form_style select.error { -webkit-box-shadow: 0 0 0 1px #f00; box-shadow: 0 0 0 1px #f00; } .form_style input[type=checkbox], .form_style input[type=radio] { height: auto; -webkit-box-shadow: none; box-shadow: none; } .wTovarPrice .flr p span.old { width: auto; font-size: 18px; line-height: 1em; } .cart-close-button{ display: none; } .mustBeChecked { position: relative; font-size: 10px; font-family: inherit; } .mustBeChecked span { font-family: inherit; border-radius: 3px; background: #ffae00; color: #fff; padding: 1px 3px; outline: 0 !important; } .mustBeChecked::before { content: ''; width: 15px; height: 15px; position: absolute; top: 0; left: 0; background: url(images/checked.png) no-repeat; opacity: 0; z-index: 33; } .mustBeChecked.hideElem::before { opacity: 1; } @media only screen and (max-width: 1024px){ .cart-close-button{ position: absolute; right: 5px; top: 9px; width: 40px; height: 40px; display: block; text-align: center; font-size: 37px; line-height: 38px; cursor: pointer; color: #fff; font-weight: normal; font-family: ubuntu_regular; } .chosen-container-multi .chosen-choices li.search-choice { padding: 3px 5px 3px; } } .wTovarOptions { color: #999; } .widgets { padding: 20px; margin: 0 auto; max-width: 740px; display: flex; justify-content: center; flex-wrap: wrap; } .widgets__title { text-align: center; font-size: 22px; margin-bottom: 0.3em; font-weight: 700; width: 100%; } .widgets__description { width: 100%; text-align: center; font-size: 16px; line-height: 1.4em; margin-bottom: 1em; } .widgets__item { padding: 10px 1%; flex-basis: 340px; }.articleBlock a { text-decoration: none; } .tTP_info p { font: 18px/22px ProximaNova Light; margin: 0 !important; } .left_form { margin: 0 auto; } .unhover:hover { color: #000 !important; } .getSoSkidka { font: 18px/18px ProximaNova Bold; } .sbOptions { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #D9D9D9; left: -1px; list-style: none outside none; margin: 0; overflow-y: auto; padding: 0; position: absolute; top: 24px; width: 120px; z-index: 1; } .ctSlider li { background: none repeat scroll 0 0 #fff; display: block; float: left; height: 211px; width: 228px; } .question { color: #FFFFFF; font: 14px/18px ProximaNova Light; } .ctName span { display: inline-block; vertical-align: top; font: 16px/18px ProximaNova Bold; color: #000; } .articul_tovar { font: 9px/11px Tahoma; } .ctName span:hover { color: #bd3978; } .index .rightHead { padding-top: 100px; } .ctName { height: 63px; margin: 12px 5px; overflow: hidden; position: relative; text-align: center; } .no_sklad { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); display: block; font: 13px/15px ProximaNova; height: 38px; left: 50%; margin-left: -25px; position: absolute; top: 24px; transition: top 0.2s ease 0s; width: 50px; } .user_login { position: absolute; left: 0px; top: -15px; } .user_login { border-bottom: 1px dashed #a87300; color: #a87300; display: inline-block; font: 13px/14px ubuntu_regular; vertical-align: top; } .autorreg_block_wrap { right: 0; } .user_login a { color: #000000; } .user_login a:hover { color: #c98c07; } .news_block img { padding: 10px; } .reviews_write { margin: 0 90px; } .registration_block input[type="password"], .registration_block input[type="text"] { width: 195px; } .registration_block { width: 306px; } .rb1_item2 { text-align: center; } .bredcrums { min-height: 12px; } .table1 th { font-weight: bold; background: #eee; } .table1 table thead th { vertical-align: bottom; } .table1 { width: 100%; background-color: transparent; border-collapse: collapse; border-spacing: 0; border-bottom: 1px solid #333; border-left: 1px solid #333; width: 100%; margin: 0; } .table1 th, .table1 td { padding: 10px; line-height: 1em; text-align: left; vertical-align: top; border-top: 1px solid #333; border-right: 1px solid #333; } .table1.table-null, .table1.table-null th, .table1.table-null td { border-color: transparent; } .table1.table-zebra, .table1.table-zebra th, .table1.table-zebra td { border-color: transparent; } .table1.table-zebra tr:nth-child(even) { background: #ddd; } .wHeader.scroll .header2 { background: none; } .tbi2l_pic_pos { z-index: 999900; } .right_block3 .rb3_table th { border-top: 1px solid #d5d7d9; } .right_block3 .rb3_table th, .right_block3 .rb3_table td { width: 19%; } .right_block3 .rb3_table tr th:last-child, .right_block3 .rb3_table tr td:last-child { width: 24%; } .right_block3 .rb3_table { width: 310px; } .right_block3 { padding: 0; } .rb1_item3 .get_order_block.disabled_btn { background: url("/pic/pic55_1.png") repeat-x scroll center center rgba(0, 0, 0, 0); } .rb1_item3 .get_order_block.disabled_btn:hover { background: url("/pic/pic55_1.png") repeat-x scroll center center rgba(0, 0, 0, 0); } .wSize .theme-logo { position: absolute; top: -25px; } .wSize.theme-header { } .wSize .logo-container { display: block; position: relative; height: 97px; } .wSize .theme-logo { display: inline-block; height: 143px; left: 10px; overflow: hidden; position: absolute; text-align: center; top: -55px; width: 980px; } .wSize .theme-logo img { display: inline-block; vertical-align: top; } .cart_block_item1, .cart_head_item1 { width: 90px; } .cart_block_item1 a { font-size: 11px; } .logo_wrap2 { position: relative; text-align: center; margin: -10px auto 10px; text-align: center; padding: 25px 0 0 0; height: 62px; } .logo_wrap2 img { position: absolute; top: -26px; left: 50%; -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); } .slogan_wrap { font: 13px/14px ubuntu_medium; color: #9d6b00; text-align: center; text-transform: uppercase; letter-spacing: 8px; padding: 0 0 11px 0; } .header2 { margin: 0; position: relative; z-index: 1; background: url(/pic/pic13.png) center top repeat-y; } .inner .header2 { z-index: 2; padding: 30px 0 0 0; } .header2 { margin-top: -10px; padding-top: 35px; } .cart_block_item1, .cart_head_item1 { width: 75px; } .old { font-size: 10px; text-decoration: line-through; position: absolute; top: -6px; display: inline-block; vertical-align: middle; width: 100%; color: #000; text-align: center; color: #563b00; font: 10px/16px ubuntu_bold, ubuntu_bold_fallback, arial; padding:0; margin:0; left: 0; } .tb_my7_link { display: inline-block; vertical-align: top; background: url(/pic/pic64.png) center center repeat-x; box-shadow: 0 3px 0 #8c5f00; padding: 2px 35px 0; border-radius: 11px; height: 20px; } .tb_my7_link img { vertical-align: top; } .tb_my7_link:hover { background: #ffae00; } .tb_my7_link:active { box-shadow: 0 3px 3px #8c5f00 inset; } a.ilink:hover { text-decoration: none; color: #000; } a.ilink { display: inline-block; vertical-align: top; color: #000000; font: 14px/14px ubuntu_regular; text-decoration: underline; position: relative; }#popup_container { font-family: Arial, sans-serif; font-size: 12px; min-width: 300px; /* Dialog will be no smaller than this */ max-width: 600px; /* Dialog will wrap after this width */ background: #FFF; border: solid 5px #7EBEFF; color: #000; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } #popup_title { font-size: 14px; font-weight: bold; text-align: center; line-height: 1.75em; color: #69625F; background: #B6DAFE; border: solid 1px #FFF; border-bottom: solid 1px #182C87; cursor: default; padding: 0em; margin: 0em; } #popup_content { background: 16px 16px no-repeat url(/images/info.gif); padding: 1em 1.75em; margin: 0em; } #popup_content.alert { background-image: url(/images/info.gif); } #popup_content.confirm { background-image: url(/images/important.gif); } #popup_content.prompt { } #popup_message { padding-left: 48px; } #popup_panel { text-align: center; margin: 1em 0em 0em 1em; } #popup_prompt { margin: .5em 0em; }.blocks_link a { display:inline-block; padding:10px 20px; border:1px solid #52679F; border-width:1px 1px 0; text-decoration:none; font:700 14px/1.2em Tahoma, Geneva, sans-serif;-moz-border-radius: 20px 20px 0 0; -webkit-border-radius:  20px 20px 0 0; -khtml-border-radius:  20px 20px 0 0; border-radius:  20px 20px 0 0;} .blocks_link a:hover { background:#fff; color:#190191;} .blocks_link a.cur { background:#52679F;} .blocks_link { border-bottom:3px solid #52679F; padding:0 0 0 0; margin:0 0 20px 0; text-align:center; } .itogo_wrap { border-top:6px solid #33A000; text-align:right; color:#525990; font:700 14px/1.2em Arial, Helvetica, sans-serif; padding:3px 0 20px; } .itogo_sum { font:700 16px/1.2em Arial, Helvetica, sans-serif; color:#F22500; } .delete_tovar { width:18px; height:18px; position:absolute; top:0; left:-9px; display:block; top:-2px; } .delete_tovar:hover { background-position:0 -18px;} .table2 th { text-align:left; padding:10px 5px; font-weight:700;border:1px dashed #ccc;} .table2 td { border:1px dashed #ccc; padding:10px 5px} .logo_2 { border:0 !important; float:right !important; margin-top:-40px !important; } @media only screen and (min-width: 1025px) { @media only screen and (min-width: 1025px) { .tablet-bg { display: none; } .tb_item4 .select2-container .select2-choice{ height:24px; } .tovarlist_block.wTovar { width: 194px; float: none; display: inline-block; vertical-align: top; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 10px; margin: 0 4px 8px; } .tovarlist_wrap { -webkit-box-sizing: border-box; box-sizing: border-box; /*padding:0 10px;*/ } .tovarlist_pos { /*margin:0 -10px;*/ text-align: center; margin-bottom: 0; } .no-touch .tovarlist_block.wTovar:hover { background: url(/pic/pic23.jpg) top center repeat; } .tovarlist_block.wTovar > .tb_item1 { display: none; } .tovarlist_block.wTovar > .tb_item2 { width: 100%; margin-bottom: 5px; } .tovarlist_block { border: 1px solid #d8d7d2; } .tovarlist_block.wTovar > .tb_item2_link { display: block; } /*.tovarlist_block.wTovar > .tb_item3 {*/ /*line-height: 1.2em;*/ /*height: 2.3em !important;*/ /*overflow: hidden;*/ /*margin-bottom: 14px;*/ /*}*/ .tovar_image { /*width:100%;*/ } .tb_item2_link { width: 100%; } .tb_item4_wrap { width: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .tb_item4_wrap > div { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } 
 
 .tb_item2 .tb_item2_link { display: block; position: relative; /*padding-top: 119%;*/ overflow: hidden; /*padding-top:75%;*/ padding-top:150%; } .tb_item2 .tb_item2_link img:not(.decor_pic) { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; }
 
 .tb_item2 .tb_item2_link img.decor_pic{ left:0; top:0; } .tovarlist_block.wTovar{ } .tb_item3 { width: auto; font-size: 14px; } .tb_item3--flex { min-height: auto; } .tb_item3 a.ilink { font-size: .9em; line-height: 1.2em; margin-bottom:5px;} .tb_item9 { font-size: 10px; margin-bottom: 5px; } .tb_item4_wrap .tb_item4 select{ width:100%; height:30px; -webkit-box-sizing:border-box; box-sizing:border-box; } .tb_item4 { width: 100%; line-height: 24px; } .tb_item4_desc { display: inline-block; vertical-align: middle; } .tb_item4_select { width: 45px; display: inline-block; vertical-align: top; } .tb_item5 { width: 100%; } .tb_item6 { width: 100%; margin: 0 0 5px; } .tb_item6_input { width: calc(100% - 60px); display: block; overflow: hidden; position: relative; /*max-width: 150px;*/ } .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b{ background:none !important; } .tb_item6_input .mi1_up, .tb_item6_input .mi1_down, .wTovarColl .mi1_up, .wTovarColl .mi1_down { top: 0; width: 25px; height: 100%; background: transparent; background: url(/pic/pic64.png) center center repeat-x; background-size: contain; overflow: hidden; } .tb_item4 .select2-container .select2-choice .select2-arrow{ height:100%; background-position: right center !important; background-size:cover !important; width:25px; right:-1px; } .tb_item4 .select2-container .select2-choice > .select2-chosen{ line-height:26px; margin-left: 7px; } .select2-container .select2-choice > .select2-chosen{ width:auto; padding:0 90px 0 10px !important; text-align: left; } .tb_item5_desc { width: 10px; } .tb_item5_price { font-size: 28px; font-weight: 700; position: relative; bottom: 18px; left:22px; } .wTovarColl .my_input1 .mi1_up, .wTovarColl .my_input1 .mi1_down { top: 0; } .tb_item1.tb_item1--alt{ display:block !important; } .tb_item1--alt{ width:auto; margin-bottom:5px; } .tb_item1--alt span{ -webkit-transform:none; transform:none; } .tb_item6_input .mi1_up, .wTovarColl .mi1_up { right: 0; border-radius: 0 7px 7px 0; } .tb_item6_input .mi1_down, .wTovarColl .mi1_down { left: 0; border-radius: 7px 0 0 7px; } .tb_item6_input .mi1_up:before, .tb_item6_input .mi1_down:before, .wTovarColl .mi1_up:before, .wTovarColl .mi1_down:before { content: ""; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size: 18px; color: #fff; } div.my_input1 { max-width: 150px; } .tb_item6_input .mi1_up:before, .wTovarColl .mi1_up:before { content: "+"; } .tb_item6_input .mi1_down:before, .wTovarColl .mi1_down:before { content: "-"; } .wTovarColl .my_input1 input[type=text], .tb_item6 .my_input1 input[type=text] { line-height: 30px; height: 30px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 32px; background: #fff !important; } .tb_item6_desc { float: left; width: 50px; margin-right: 10px; line-height: 30px; } .tb_item4_wrap .tb_item8 { display: none; } .tb_item7 { width: auto; text-align: center; -webkit-box-ordinal-group: 3 !important; -ms-flex-order: 2 !important; order: 2 !important; display:block; } .tb_item7_link { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 20px; background-size: cover; height: 30px; line-height: 30px; } .tb_item7_link img { vertical-align: middle; display:none; } .flexbox .tb_item4_wrap { } .tb_item7_link_anim { display: none !important; } .tb_item5.item_cost { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } .tb_item7_link span { font-size: 14px; } .tovarlist_block.wTovar .tb_item4_desc { width: 50px; float:left; margin-right:10px; } .tovarlist_block.wTovar .tb_item4_select{ width:50%; width:calc(100% - 60px); float:left; } .sort_block_link { line-height: 40px; padding: 0 10px; text-decoration: none !important; } .paginator { width: 500px !important; } .paginator_pages { width: 100% !important; } .paginator span { padding: 0 !important; } .paginator span a { color: #000; display: block; text-decoration: none; position: relative; overflow: hidden; } .paginator span strong, .paginator span a { display: block; width: 30px; height: 30px; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 30px; padding: 0 !important; text-align: center; margin: 0 auto; } /*.itemView .wTovar { float: none; width: auto; } */ .wControlsShow a { font: 12px/20px Tahoma, Verdana, Segoe, sans-serif; } .wTovarName { font-size: 24px; } .wTovarPhoto { width: 35%; } .wTovarControls { width: 63%; } .wTovarCode { /*display: none;*/ display:block; } .wTovarCode:after{ content:''; display:block; clear:both; height:0; } ..wTovarCode i{ font: 12px/22px Tahoma,Verdana,Segoe,sans-serif; font-style:normal; } .wTovarCode span{ font-size:14px; line-height:22px; } .wTovarPrice .flr p span { width: auto !important; } .wTovarPrice { min-height: 32px; line-height: 32px; } .wTovarOpus { display: none; } .wTovarOpusTitle { text-align: center; } .site_block1 { margin: 0 0 10px; padding-top: 0; } .seo_block2 { margin: 0; } .wTovarColl .tb_item3 { display: none; } .wTovarName { margin-bottom: 8px; } .my_input1 { width: 100% !important; } .wTovarBtn a { font-size: 20px; padding: 0; } .wTovarNote { margin-bottom: 8px; } .tovarlist_pos { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0 4px; -webkit-box-sizing: border-box; box-sizing: border-box; } .tovarlist_pos .tovarlist_block { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } .textPageTitle { margin: 0 0 8px !important; } .content ymaps { max-width: 100% !important; margin: 0 auto; } .content iframe { max-width: 100% !important; } .js-responsiveImg { text-align: center; } .js-responsiveImg img { width: auto; height: auto; } .catalogView, .textView { background-size: 100% 120px; } .comments_wrap { padding: 0; } .reviews_write h2 { font-size: 1.8em; margin-bottom: 8px; } .additionalText { text-align: right; font-size: 12px; color: #7f7f7f; margin-bottom: 8px; } .reviews_write .form_style input[type=text] { width: 100% !important; } .reviews_write { } .h1 span { line-height: 1.2em; padding: 4px 0; max-width: 80%; } .tableWrapper { position: relative; overflow: auto; max-width: 100%; } .cart_block_close { z-index: 0; right: 0; } .sort_block.find_block span { padding: 0; } .sortArrDown:before,.sortArrUp:before{ left:-3px; } .wTovarCont .flr select{ max-width:150px; width:100% !important; } .itemAllSize{ width:50%; width:calc(100% - 160px); float:right; line-height:30px; } .wTovar.item .all_size{ margin:0; } .tb_item4_wrap{ } .old{ position: relative; top:0; left:0; width:100%; margin-bottom: 10px; text-align: center; } .tb_item4_wrap > .catalogOldPrice{ -webkit-box-ordinal-group:3; -ms-flex-order:2; order:2; position: relative; margin-left:14px; } .right_block1{ padding-bottom:0; } .my_input1 input[readonly]{ pointer-events: none; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; } } .wTovar .tablet-bg{display:block} .tb_item5_price:after { content: " грн"; display: inline; font-weight: normal; font: 14px arial,helvetica,sans-serif; color: #000; } } @media only screen and (max-width: 1024px) { /*body{background:#fff;}*/ .to_up { width: 40px; height: 40px; bottom: 16px; } .tb_item5_price{ position: relative; } .tb_item5_price:after{ content:" грн"; display:inline; font-weight:normal; font:14px arial,helvetica,sans-serif; color:#000; } .signin_mobile { display: block; } .top_menu { display: none; } .header1 { height: auto; padding: 0; } .header2 { display: none; } 

 .wHeader { min-height: 56px; position: fixed;  z-index: 99; } .wConteiner { padding: 66px 0 0px; } .header1 .wSize { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 8px; } .search_block { padding: 0; margin: 8px; background: none; float: right; height: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .search_block input[type=text] { background: transparent !important; -webkit-box-shadow: none; box-shadow: none; width: 100%; /*color:#FCE464 !important;*/ opacity: 0; color: #fff !important; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: opacity .3s ease-out; transition: opacity .3s ease-out; z-index: 2; } .show.search_block input[type=text] { padding: 8px; } .sb_submit_wrap, .sb_submit_wrap input[type=submit] { width: 100%; height: 100%; right: 0; top: 0; } .sb_submit_wrap input[type=submit] { width: 100%; padding: 0; } .search_block.show input[type=text] { opacity: 1; /*transition:none;*/ -webkit-transition: opacity .3s ease-in; transition: opacity .3s ease-in; } /* .search_block input[type=text]:focus{*/ /*width:250px;*/ /*} */ .sb_submit_wrap input[type=submit], .sb_submit_wrap { background: transparent; } .phones_block1 { margin: 8px; display: none; } .phones_block1_mobile { display: block; } .phones_block1 a { color: #fff !important; text-shadow: none; } .sb_submit_wrap { width: 40px; } .search_block input::-webkit-input-placeholder { /* WebKit browsers */ color: rgba(255, 255, 255, .8) !important; } .search_block input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: rgba(255, 255, 255, .8) !important; opacity: 1; } .search_block input::-moz-placeholder { /* Mozilla Firefox 19+ */ color: rgba(255, 255, 255, .8) !important; opacity: 1; } .search_block input:-ms-input-placeholder { /* Internet Explorer 10+ */ color: rgba(255, 255, 255, .8) !important; } .sb_submit_wrap { display: none; z-index: 2; } .innerSearch { position: relative; width: 0px; -webkit-transition: width .3s ease-out; transition: width .3s ease-out; } .innerSearch:after { content: ""; position: absolute; right: 0; bottom: 0; width: 100%; height: 2px; z-index: 1; background: #ffae00; } .innerSearch:before { content: ""; position: absolute; left: 50%; bottom: 0; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); width: 0; height: 2px; background: #FCE464; z-index: 2; -webkit-transition: width .3s ease-out; transition: width .3s ease-out; } .innerSearch__input { } .focused .innerSearch:before { width: 100%; -webkit-transition: width .3s ease-in; transition: width .3s ease-in; } .show .innerSearch { width: 250px; -webkit-transition: width .2s ease-in; transition: width .2s ease-in; } .show .sb_submit_wrap { display: block; } .showSearchBtn { background: url('/pic/pic4_yellow.png') center no-repeat; background-size: 50% 50%; width: 40px; height: 40px; z-index: 1; } .headerMiniLogo { height: 42px; display: inline-block; vertical-align: top; margin: 0 8px; } .headerMiniLogo img { max-height: 100%; } .l-block { display: none; } .index_slider1 { padding-top: 38.16326530612245%; /*overflow: hidden;*/ position: relative; height: auto; margin: 0 0 45px 0; } .ci_block1 { display: none; } .carous_wrap1 { margin: 0; } .carous_wrap1 .list_carousel li { margin: 0 4px; } .cib2_name { margin: 0 0 8px; } .index_slider1 .slider-wrapper { position: absolute; left: 0; top: 0; width: 100%; height: 100%; } .index_slider1 .nivoSlider { margin: 0; z-index: 2; } .index_slider1 .nivo-controlNav { top: 100%; width: 100%; right: auto; left: 0; margin: 20px 0 0 !important; display: table; text-align: center; z-index: 2; } .index_slider1 .nivo-controlNav a { display: inline-block; vertical-align: top; margin: 8px; } .nivo-control.active { position: relative; } .nivo-control.active:before { content: ""; position: absolute; left: 50%; bottom: 100%; width: 2px; height: 30px; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); background: #ffae00; } .carous_wrap1 .list_carousel { margin: 0 56px; } .carous_wrap1 .prev, .carous_wrap1 .next { /*padding:0 15px;*/ width: 40px; margin: 0; padding: 4px 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .title1 { margin: 0 0 8px; } .title1 .title1_text a { font: 24px/40px ubuntu_bold, ubuntu_bold_fallback, arial; padding: 8px; margin: 8px; } .title2 span { font-size: 24px; } .ripple { overflow: hidden; } .ripple-effect { position: absolute; border-radius: 50%; left: 0; top: 0; width: 50px; height: 50px; /*background: white;*/ background: #E89B18; z-index: 0; -webkit-animation: ripple-animation 2s; animation: ripple-animation 2s; } .index_block2 { margin-top: 20px; } @-webkit-keyframes ripple-animation { from { -webkit-transform: scale(1); transform: scale(1); opacity: 0.4; } to { -webkit-transform: scale(100); transform: scale(100); opacity: 0; } } @keyframes ripple-animation { from { -webkit-transform: scale(1); transform: scale(1); opacity: 0.4; } to { -webkit-transform: scale(100); transform: scale(100); opacity: 0; } } .is1nc_cur { display: none; } .ib2_wrap { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 16px; } .ib2_left, .ib2_right { width: 100%; float: none; padding: 0; background: transparent; margin: 8px 0; } .articles_wrap .articles { margin: 0 !important; } .articles_pic { width: 20%; margin: 0 16px 0 0; } .title2 span { font-size: 26px; } .articles_text1 { font: 1em/1.285em ubuntu_regular; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; height: 1.285em; } .articles_text2 { font: 1em/1.142em ubuntu_regular; max-height: 5.5em; } .site_link1 { position: relative; } .reviews_shadow { height: 16px; } .seo_block { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 16px; } .wFooter { margin: 0 auto; } .wFooter > .wSize { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 16px; } .bredcrums { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 16px; margin: 10px 0; } .bredcrums span a { /*margin: 4px;*/ margin:0 4px; padding: 0 4px; } .bredcrums span:last-child { /*line-height: 28px;*/ -webkit-box-sizing:border-box; box-sizing:border-box; padding-left:5px; padding-right:5px; } span[typeof="v:Breadcrumb"]{ padding-top:5px; padding-bottom:5px; } span[typeof="v:Breadcrumb"] span[typeof="v:Breadcrumb"]{ padding:0; } .right_part_block:not(.cart_inner) { display: none; } .cart_wrap { position: fixed; visibility: visible !important; right: 0; top: 100px; margin: 0; float: none; z-index: 100; -webkit-transition: -webkit-transform .3s ease-in; transition: -webkit-transform .3s ease-in; transition: transform .3s ease-in; transition: transform .3s ease-in, -webkit-transform .3s ease-in; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); will-change: transform; max-height: calc(100vh - 100px); overflow: auto; } .cart_wrap.show { -webkit-transform: none; transform: none; right: 0; } .cart_slide_pos { background: #fff; } .cart_inner .title3 { display: none; } .cart_wrap { } .mobile_button { display: block; } .search_block{ display:-webkit-box; display:-ms-flexbox; display:flex; } .padded_tablet { padding-left: 16px; padding-right: 16px; -webkit-box-sizing: border-box; box-sizing: border-box; } .sort_pagi { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 16px 4px; } .sort_block { padding-left: 4px; } .sort_block_item2, .pb1_link2 { padding: 12px 8px; text-indent:5px; } .tovarlist_head { display: none; } .tovarlist_block.wTovar { width: 194px; float: none; display: inline-block; vertical-align: top; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 10px; margin: 0 4px 8px; } .tovarlist_wrap { -webkit-box-sizing: border-box; box-sizing: border-box; /*padding:0 10px;*/ } .tovarlist_pos { /*margin:0 -10px;*/ text-align: center; margin-bottom: 0; } .no-touch .tovarlist_block.wTovar:hover { background: url(/pic/pic23.jpg) top center repeat; } .tovarlist_block.wTovar > .tb_item1 { display: none; } .tovarlist_block.wTovar > .tb_item2 { width: 100%; margin-bottom: 5px; } .tovarlist_block { border: 1px solid #d8d7d2; } .tovarlist_block.wTovar > .tb_item2_link { display: block; } /*.tovarlist_block.wTovar > .tb_item3 {*/ /*line-height: 1.2em;*/ /*height: 2.3em !important;*/ /*overflow: hidden;*/ /*margin-bottom: 14px;*/ /*}*/ .tovar_image { /*width:100%;*/ } .tb_item2_link { width: 100%; } .tb_item4_wrap { width: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .tb_item4_wrap > div { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } .tb_item2 .tb_item2_link { position: relative; /*padding-top: 119%;*/ overflow: hidden; /*padding-top:75%;*/ padding-top:150%; } .tb_item2 .tb_item2_link img:not(.decor_pic) { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; } .tb_item2 .tb_item2_link img.decor_pic{ left:0; top:0; } .tovarlist_block.wTovar{ } .tb_item3 { width: auto; font-size: 14px; } .tb_item3--flex { min-height: auto; } .tb_item3 a.ilink { font-size: .9em; line-height: 1.2em; margin-bottom:5px; } .tb_item9 { font-size: 10px; } .tb_item4_wrap .tb_item4 select{ width:100%; height:30px; -webkit-box-sizing:border-box; box-sizing:border-box; } .tb_item4 { width: 100%; line-height: 24px; } .tb_item4_desc { display: inline-block; vertical-align: middle; } .tb_item4_select { width: 45px; display: inline-block; vertical-align: top; } .tb_item5 { width: 100%; } .tb_item6 { width: 100%; margin: 0 0 5px; } .tb_item6_input { width: calc(100% - 60px); display: block; overflow: hidden; position: relative; /*max-width: 150px;*/ } .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b{ background:none !important; } .tb_item6_input .mi1_up, .tb_item6_input .mi1_down, .wTovarColl .mi1_up, .wTovarColl .mi1_down { top: 0; width: 25px; height: 100%; background: transparent; background: url(/pic/pic64.png) center center repeat-x; background-size: contain; overflow: hidden; } .tb_item4 .select2-container .select2-choice .select2-arrow{ height:100%; background-position: right center !important; background-size:cover !important; width:25px; right:-1px; } .tb_item4 .select2-container .select2-choice > .select2-chosen{ line-height:30px; } .select2-container .select2-choice > .select2-chosen{ width:auto; padding:0 40px 0 10px !important; text-align: left; } .wTovarColl .my_input1 .mi1_up, .wTovarColl .my_input1 .mi1_down { top: 0; } .tb_item1.tb_item1--alt{ display:block !important; } .tb_item1--alt{ width:auto; margin-bottom:5px; } .tb_item1--alt span{ -webkit-transform:none; transform:none; } .tb_item6_input .mi1_up, .wTovarColl .mi1_up { right: 0; border-radius: 0 7px 7px 0; } .tb_item6_input .mi1_down, .wTovarColl .mi1_down { left: 0; border-radius: 7px 0 0 7px; } .tb_item6_input .mi1_up:before, .tb_item6_input .mi1_down:before, .wTovarColl .mi1_up:before, .wTovarColl .mi1_down:before { content: ""; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size: 18px; color: #fff; } div.my_input1 { max-width: 150px; } .tb_item6_input .mi1_up:before, .wTovarColl .mi1_up:before { content: "+"; } .tb_item6_input .mi1_down:before, .wTovarColl .mi1_down:before { content: "-"; } .wTovarColl .my_input1 input[type=text], .tb_item6 .my_input1 input[type=text] { line-height: 30px; height: 30px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 32px; background: #fff !important; } .tb_item6_desc { float: left; width: 50px; margin-right: 10px; line-height: 30px; } .tb_item4_wrap .tb_item8 { display: none; } .tb_item7 { width: auto; text-align: center; -webkit-box-ordinal-group: 3 !important; -ms-flex-order: 2 !important; order: 2 !important; display:block; } .tb_item7_link { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 20px; background-size: cover; height: 30px; line-height: 30px; } .tb_item7_link img { vertical-align: middle; display:none; } .flexbox .tb_item4_wrap { } .tb_item7_link_anim { display: none !important; } .tb_item5.item_cost { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } .tb_item7_link span { font-size: 14px; } .tovarlist_block.wTovar .tb_item4_desc { width: 50px; float:left; margin-right:10px; } .tovarlist_block.wTovar .tb_item4_select{ width:50%; width:calc(100% - 60px); float:left; } .sort_block_link { line-height: 40px; padding: 0 10px; text-decoration: none !important; } .paginator { width: 300px !important; } .paginator_pages { width: 100% !important; } .paginator span { padding: 0 !important; } .paginator span a { color: #000; display: block; text-decoration: none; position: relative; overflow: hidden; } .paginator span strong, .paginator span a { display: block; width: 30px; height: 30px; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 30px; padding: 0 !important; text-align: center; margin: 0 auto; } .tovarlist_wrap { overflow: initial; } .itemView .wTovar { float: none; width: auto; } .wControlsShow a { font: 12px/20px Tahoma, Verdana, Segoe, sans-serif; } .wTovarName { font-size: 24px; } .wTovarPhoto { width: 35%; } .wTovarControls { width: 63%; } .wTovarCode { /*display: none;*/ display:block; } .wTovarCode:after{ content:''; display:block; clear:both; height:0; } .wTovarCode i{ float:left; width:30%; font: 12px/22px Tahoma,Verdana,Segoe,sans-serif; } .wTovarCode span{ font-size:14px; float:right; width:58%; line-height:22px; } .wTovarPrice .flr p span { width: auto !important; } .wTovarOpus { display: none; } .wTovarOpusTitle { text-align: center; } .site_block1 { margin: 0 0 10px; padding-top: 0; } .seo_block2 { margin: 0; } .wTovarColl .tb_item3 { display: none; } .wTovarName { margin-bottom: 8px; } .my_input1 { width: 100% !important; } .wTovarBtn a { font-size: 20px; padding: 0; } .wTovarNote { margin-bottom: 8px; } .tovarlist_pos { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0 4px; -webkit-box-sizing: border-box; box-sizing: border-box; } .tovarlist_pos .tovarlist_block { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } .textPageTitle { margin: 0 0 8px !important; } .content ymaps { max-width: 100% !important; margin: 0 auto; } .content iframe { max-width: 100% !important; } .js-responsiveImg { text-align: center; } .js-responsiveImg img { width: auto; height: auto; } .catalogView, .textView { background-size: 100% 120px; } .comments_wrap { padding: 0; } .reviews_write h2 { font-size: 1.8em; margin-bottom: 8px; } .additionalText { text-align: right; font-size: 12px; color: #7f7f7f; margin-bottom: 8px; } .reviews_write .form_style input[type=text] { width: 100% !important; } .reviews_write { } .h1 span { line-height: 1.2em; padding: 4px 0; max-width: 80%; } .tableWrapper { position: relative; overflow: auto; max-width: 100%; } .cart_block_close { z-index: 99; right: 0; } .sort_block.find_block span { padding: 0; } .sortArrDown:before,.sortArrUp:before{ left:-3px; } .wTovarCont .flr select{ max-width:150px; width:100% !important; } .itemAllSize{ width:50%; width:calc(100% - 160px); float:right; line-height:30px; } .wTovar.item .all_size{ margin:0; } .tb_item4_wrap{ } .old{ position: relative; top:0; left:0; width:100%; text-align: center; } .tb_item4_wrap > .catalogOldPrice{ -webkit-box-ordinal-group:3; -ms-flex-order:2; order:2; position: relative; margin-left:14px; } .right_block1{ padding-bottom:0; } .my_input1 input[readonly]{ pointer-events: none; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; } } @media only screen and (max-width: 980px) { .articles_desc { font-size: 13.5px; } .articles_text3 a { line-height: 40px; } .content { font-size: 13.5px; } .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .h1T, .h2T, .h3T, .h4T, .h5T, .h6T { font: 2.1em/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif; } .content h2, .h2T { font-size: 2em; line-height: 1.2em; } .content h3, .h3T { font-size: 1.8em; line-height: 1.2em; } .content h4, .h4T { font-size: 1.6em; line-height: 1.2em; } .content h5, .h5T { font-size: 1.4em; line-height: 1.2em; } .content h6, .h6T { font-size: 1.2em; line-height: 1.2em; } } @media only screen and (max-width: 840px) { .phones_block1 { display: none; } .carous_wrap1 .list_carousel { margin: 0 12px 50px; } .carous_wrap1 .prev, .carous_wrap1 .next { top: 100%; margin-top: 0; left: 50%; background-size: 12px !important; height: 40px; /*padding:8px;*/ /*margin: 0 8px;*/ padding: 4px 0; border-radius: 4px; } .carous_wrap1 .prev { -webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); } .carous_wrap1 .next { -webkit-transform: translate(0%, 0); transform: translate(0%, 0); } .index_block2 { margin-top: 75px; } .content { font-size: 13px; } .wFooter { position: relative; height: auto; min-height: 100px; padding-top: 25px; background-size: cover; } .footer_right, .footer_left { float: none; padding: 0; text-align: center; } .logo_footer--desktop { display: none; } .wFooter { min-height: 80px; } .wFooter > .wSize { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-height: inherit; } .fr_block1 { font: 12px/14px ubuntu_regular; } .bredcrums > span, .bredcrums > span span, .bredcrums span a:after { /*display: none;*/ } .bredcrums span a:after{ content:">"; vertical-align: middle; } .bredcrums > span:nth-last-child(2) { /*display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; max-width: 100%; background: none; margin: 0; border: none;*/ } /*.bredcrums > span:nth-last-child(2) a:before { content: "‹"; display: inline-block !important; vertical-align: top; font-size: 20px; line-height: 28px; margin: 0px 5px 0px 3px; color: #000000; text-decoration: none !important; }*/ .bredcrums a { display: block; /*line-height: 28px !important;*/ } .wControlsShow { margin-bottom:5px; } .wControlsShow a{ font-size:11px; } .wCatShow{ display:none !important; } .wTovarName { font-size: 22px; } .wTovarPrice .flr p span { font-size: 24px; } .wTovar.item .all_size{ display:inline-block; float:none; width:auto; } .itemView .bredcrums{ margin-bottom:0; } } @media only screen and (max-width: 720px) { .content { font-size: 12.5px; } .overflowTableWrapper { position: relative; } .overflowTableWrapper:before { content: ""; position: absolute; right: 0; z-index: 1; top: 0; height: 100%; width: 20px; background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, -0)), to(rgba(255, 255, 255,.8))); background: linear-gradient(to right, rgba(255, 255, 255, -0) 0%, rgba(255, 255, 255,.8) 100%); } } @media only screen and (max-width: 700px) { .moreButton { /*display: block;*/ display:none !important; } .phones_block1_mobile{ /*display:none;*/ } .search_block, .mobile_button { display: block; } .search_block.show{ overflow:hidden; } .header1 .search_block{ overflow:hidden; } .header1 .innerSearch{ display:none; } .mobile_button.signin_mobile{ display:none; } .search_block{ display:-webkit-box; display:-ms-flexbox; display:flex; width: 40px; height: 40px; cursor: pointer; -webkit-box-sizing: border-box; box-sizing: border-box; } .mobile_button.search_block{ display:-webkit-box; display:-ms-flexbox; display:flex; } .header1 .wSize { /*text-align: center;*/ text-align: left; } .headerMiniLogo{ margin:0px 4px; } .burger { float: left; } } @media only screen and (max-width: 640px) { .show .innerSearch { width: 150px; } .title1 .title1_text a { font: 22px/40px ubuntu_bold, ubuntu_bold_fallback, arial; } .title2 span { font-size: 22px; } .articles_desc { font-size: 12px; } .content { font-size: 12px; } .h1 span { font-size: 14px; } .mobile_small { display: block; } .wTovarControls .wTovarName { display: none; } .wTovarControls { float: none; width: 100%; } .wTovarPhoto { float: none; margin: 0 auto 8px; width: 100%; max-width: 340px; } .wTovarName { font-size: 20px; } .wTovarAccomp { padding-top: 16px; } .wTovarAccomp .wTovarOpusTitle { margin-bottom: 8px; } .comments_block.style1 { margin-right: 0 !important; } .comments_block.style2 { margin-left: 0 !important; } .comment_item2 { margin: 0; } .comments_block { padding-bottom: 20px; border-bottom: 1px dashed #FFDF99; margin-bottom: 20px; } .reviews_write { padding: 0; margin: 0 auto; width: 100%; max-width: none; } .reviews_write .form_style { max-width: none; } .ci2_text { padding: 12px 8px 12px 30px; } .submitControlCentered { text-align: center; } .wTovarCont .fll{ } } @media only screen and (max-width: 480px) { .title1 .title1_text a { font: 22px/40px ubuntu_bold, ubuntu_bold_fallback, arial; } .cost-five { display: block; position: absolute; left: 0; color: #fff; font-size: 12px; padding: 6px 4px 6px 4px; top: 6px; left: 83px; line-height: 20px; height: 20px; border-radius: 50%; background: red; bottom: 152px; } .tovat-skid { display: block; position: absolute; left: 0; color: #fff; font-size: 12px; padding: 12px 25px 12px 25px; top: 11px; left: 3px; background-color: #B8860B; bottom: 152px; } .novinka { display: block; position: absolute; left: 0; color: #fff; font-size: 14px; padding: 12px 25px 12px 25px; top: 11px; left: 3px; background-color: #DC143C; bottom: 152px; } .rekomend { display: block; position: absolute; left: 0; color: #fff; font-size: 12px; padding: 12px 7px 12px 7px; top: 11px; left: 3px; background-color: #008000; bottom: 152px; } .cost-skid { display: block; position: absolute; left: 0; color: #fff; font-size: 8px; padding: 12px 7px 12px 7px; top: 11px; left: 3px; background-color: #ffa500; bottom: 152px; } #callback-form_zakazone form { width: 310px; } #callback-form_zakazone input { width:310px; margin-bottom: 20px; } #callback-form_zakaz form { width: 310px; } #callback-form_zakaz input { width:310px; margin-bottom: 20px; } .title1_right_decor1, .title1_right_decor2 { max-height: 22%; } .title2 span { font-size: 20px; } .index_slider1 { display: none; } .wConteiner { padding-top: 56px; } .bredcrums { margin: 10px 0; } .pagi_block { float: none; } .pagi_block .pb1_link2 { text-align: center; margin: 4px 0 8px; width: 100%; } .wTovarName { font-size: 18px; } .sort_pagi{ } .sort_block__inner:first-child { -webkit-box-ordinal-group: 0; -ms-flex-order: 0; order: 0; margin:0; } .sort_block form { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; flex-wrap:wrap; } .sort_block__inner { margin: 0; padding: 5px 20px; box-sizing: border-box; flex-basis: 50%; } .tovarlist_wrap{ border:none; } .sort_block__inner .select2-container .select2-choice{ max-width:calc(50vw - 50px); } } @media only screen and (max-width: 430px) { .tovarlist_block.wTovar { width: 140px; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; margin: 0 4px 8px; } .headerMiniLogo img { max-height: 90%; } #callback-form input:not([type=submit]){ width: 100%; } .tovarlist_block.wTovar .tb_item4_desc{ display:none; } .tovarlist_block.wTovar .tb_item4_select{ width:100%; float:none; } .tovarlist_block.wTovar > .tb_item2 { width: calc(100% + 20px); margin: -10px -10px 5px; } .wTovarSoc { display: none; } .wTovarBtn { text-align: center; } .wTovarBtnModal { text-align: center; } .tb_item6_desc { display: block; display:none; margin: 0; text-align: center; float: none; text-align: center; width: 100%; } .tb_item6_input{ width:100%; float:none; } .tb_item6_input { margin: 0 auto; } .tovarlist_block.empty{ width:140px; } /*.tb_item3 a.ilink { margin-bottom: 0; }*/ /*.tovarlist_block.wTovar > .tb_item3 {*/ /*margin-bottom: 8px;*/ /*height: auto;*/ /*max-height: 2.3em;*/ /*}*/ } @media only screen and (max-width: 320px) { .title1 .title1_text a { font-size: 20px; } .articles_desc { font-size: 11px; } }/* Ion.RangeSlider // css version 2.0.3 // © 2013-2014 Denis Ineshin | IonDen.com // ===================================================================================================================*/ /* ===================================================================================================================== // RangeSlider */ .irs { position: relative; display: block; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .irs-line { position: relative; display: block; overflow: hidden; outline: none !important; } .irs-line-left, .irs-line-mid, .irs-line-right { position: absolute; display: block; top: 0; } .irs-line-left { left: 0; width: 11%; } .irs-line-mid { left: 9%; width: 82%; } .irs-line-right { right: 0; width: 11%; } .irs-bar { position: absolute; display: block; left: 0; width: 0; } .irs-bar-edge { position: absolute; display: block; top: 0; left: 0; } .irs-shadow { position: absolute; display: none; left: 0; width: 0; } .irs-slider { position: absolute; display: block; cursor: default; z-index: 1; } .irs-slider.single { } .irs-slider.from { } .irs-slider.to { } .irs-slider.type_last { z-index: 2; } .irs-min { position: absolute; display: block; left: 0; cursor: default; } .irs-max { position: absolute; display: block; right: 0; cursor: default; } .irs-from, .irs-to, .irs-single { position: absolute; display: block; top: 0; left: 0; cursor: default; white-space: nowrap; } .irs-grid { position: absolute; display: none; bottom: 0; left: 0; width: 100%; height: 20px; } .irs-with-grid .irs-grid { display: block; } .irs-grid-pol { position: absolute; top: 0; left: 0; width: 1px; height: 8px; background: #000; } .irs-grid-pol.small { height: 4px; } .irs-grid-text { position: absolute; bottom: 0; left: 0; white-space: nowrap; text-align: center; font-size: 9px; line-height: 9px; padding: 0 3px; color: #000; } .irs-disable-mask { position: absolute; display: block; top: 0; left: -1%; width: 102%; height: 100%; cursor: default; background: rgba(0,0,0,0.0); z-index: 2; } .irs-disabled { opacity: 0.4; } .lt-ie9 .irs-disabled { filter: alpha(opacity=40); } .irs-hidden-input { position: absolute !important; display: block !important; top: 0 !important; left: 0 !important; width: 0 !important; height: 0 !important; font-size: 0 !important; line-height: 0 !important; padding: 0 !important; margin: 0 !important; outline: none !important; z-index: -9999 !important; background: none !important; border-style: solid !important; border-color: transparent !important; } /* Ion.RangeSlider, Modern Skin // css version 2.0.3 // © Denis Ineshin, 2014    https://github.com/IonDen // ===================================================================================================================*/ /* ===================================================================================================================== // Skin details */ .irs-line-mid, .irs-line-left, .irs-line-right, .irs-bar, .irs-bar-edge, .irs-slider { background: url(images/sprite-skin-modern.png) repeat-x; } .irs { height: 50px; } .irs-with-grid { height: 70px; } .irs-line { height: 6px; top: 25px; } .irs-line-left { height: 6px; background-position: 0 -30px; } .irs-line-mid { height: 6px; background-position: 0 0; } .irs-line-right { height: 6px; background-position: 100% -30px; } .irs-bar { height: 6px; top: 25px; background-position: 0 -60px; } .irs-bar-edge { top: 25px; height: 6px; width: 6px; background-position: 0 -90px; } .irs-shadow { height: 5px; top: 25px; background: #000; opacity: 0.25; } .lt-ie9 .irs-shadow { filter: alpha(opacity=25); } .irs-slider { width: 11px; height: 18px; top: 31px; background-position: 0 -120px; } .irs-slider.state_hover, .irs-slider:hover { background-position: 0 -150px; } .irs-min, .irs-max { color: #999; font-size: 10px; line-height: 1.333; text-shadow: none; top: 0; padding: 1px 3px; background: #e1e4e9; border-radius: 4px; } .irs-from, .irs-to, .irs-single { color: #fff; font-size: 10px; line-height: 1.333; text-shadow: none; padding: 1px 5px; background: #ffae00; border-radius: 4px; } .irs-from:after, .irs-to:after, .irs-single:after { position: absolute; display: block; content: ""; bottom: -6px; left: 50%; width: 0; height: 0; margin-left: -3px; overflow: hidden; border: 3px solid transparent; border-top-color: #ffae00; } .irs-grid { height: 34px; } .irs-grid-pol { background: #c0c0c0; } .irs-grid-text { bottom: 12px; color: #c0c0c0; } .irs-disable-mask { } .irs-disabled { } .lt-ie9 .irs-disabled { } /* Chosen v1.7.0 | (c) 2011-2017 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */ .chosen-container { position: relative; display: inline-block; vertical-align: middle; font-size: 13px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .chosen-container * { -webkit-box-sizing: border-box; box-sizing: border-box } .chosen-container .chosen-drop { position: absolute; top: 100%; z-index: 1010; width: 100%; border: 1px solid #aaa; border-top: 0; background: #fff; -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15); box-shadow: 0 4px 5px rgba(0, 0, 0, .15); clip: rect(0, 0, 0, 0) } .chosen-container.chosen-with-drop .chosen-drop { clip: auto } .chosen-container a { cursor: pointer } .chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name { margin-right: 4px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-weight: 400; color: #999 } .chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after { content: ":"; padding-left: 2px; vertical-align: top } .chosen-container-single .chosen-single { position: relative; display: block; overflow: hidden; padding: 0 0 0 8px; height: 25px; border: 1px solid #aaa; border-radius: 5px; background-color: #fff; background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4)); background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%); background-clip: padding-box; -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1); box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1); color: #444; text-decoration: none; white-space: nowrap; line-height: 24px } .chosen-container-single .chosen-default { color: #999 } .chosen-container-single .chosen-single span { display: block; overflow: hidden; margin-right: 26px; text-overflow: ellipsis; white-space: nowrap } .chosen-container-single .chosen-single-with-deselect span { margin-right: 38px } .chosen-container-single .chosen-single abbr { position: absolute; top: 6px; right: 26px; display: block; width: 12px; height: 12px; background: url(chosen-sprite.png) -42px 1px no-repeat; font-size: 1px } .chosen-container-single .chosen-single abbr:hover { background-position: -42px -10px } .chosen-container-single.chosen-disabled .chosen-single abbr:hover { background-position: -42px -10px } .chosen-container-single .chosen-single div { position: absolute; top: 0; right: 0; display: block; width: 18px; height: 100% } .chosen-container-single .chosen-single div b { display: block; width: 100%; height: 100%; background: url(chosen-sprite.png) no-repeat 0 2px; } .chosen-container-single .chosen-search { position: relative; z-index: 1010; margin: 0; padding: 3px 4px; white-space: nowrap } .chosen-container-single .chosen-search input[type=text] { margin: 1px 0; padding: 4px 20px 4px 5px; width: 100%; height: auto; outline: 0; border: 1px solid #aaa; background: url(chosen-sprite.png) no-repeat 100% -20px; font-size: 1em; font-family: sans-serif; line-height: normal; border-radius: 0 } .chosen-container-single .chosen-drop { margin-top: -1px; border-radius: 0 0 4px 4px; background-clip: padding-box } .chosen-container-single.chosen-container-single-nosearch .chosen-search { position: absolute; clip: rect(0, 0, 0, 0) } .chosen-container .chosen-results { color: #444; position: relative; overflow-x: hidden; overflow-y: auto; margin: 0 4px 4px 0; padding: 0 0 0 4px; max-height: 240px; -webkit-overflow-scrolling: touch } .chosen-container .chosen-results li { display: none; margin: 0; padding: 5px 6px; list-style: none; line-height: 15px; word-wrap: break-word; -webkit-touch-callout: none } .chosen-container .chosen-results li.active-result { display: list-item; cursor: pointer } .chosen-container .chosen-results li.disabled-result { display: list-item; color: #ccc; cursor: default } .chosen-container .chosen-results li.highlighted { background-color: #3875d7; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc)); background-image: linear-gradient(#3875d7 20%, #2a62bc 90%); color: #fff } .chosen-container .chosen-results li.no-results { color: #777; display: list-item; background: #f4f4f4 } .chosen-container .chosen-results li.group-result { display: list-item; font-weight: 700; cursor: default } .chosen-container .chosen-results li.group-option { padding-left: 15px } .chosen-container .chosen-results li em { font-style: normal; text-decoration: underline } .chosen-container-multi .chosen-choices { position: relative; overflow: hidden; margin: 0; padding: 0 5px; width: 100%; height: auto; border: 1px solid #aaa; background-color: #fff; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff)); background-image: linear-gradient(#eee 1%, #fff 15%); cursor: text } .chosen-container-multi .chosen-choices li { float: left; list-style: none } .chosen-container-multi .chosen-choices li.search-field { margin: 0; padding: 0; white-space: nowrap } .chosen-container-multi .chosen-choices li.search-field input[type=text] { margin: 1px 0; padding: 0; height: 25px; outline: 0; border: 0!important; background: transparent!important; -webkit-box-shadow: none; box-shadow: none; color: #999; font-size: 100%; font-family: sans-serif; line-height: normal; border-radius: 0; width: 25px } .chosen-container-multi .chosen-choices li.search-choice { position: relative; margin: 3px 5px 3px 0; padding: 3px 20px 3px 5px; border: 1px solid #aaa; max-width: 100%; border-radius: 3px; background-color: #eee; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee)); background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); background-size: 100% 19px; background-repeat: repeat-x; background-clip: padding-box; -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05); box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05); color: #333; line-height: 13px; cursor: default } .chosen-container-multi .chosen-choices li.search-choice span { word-wrap: break-word } .chosen-container-multi .chosen-choices li.search-choice .search-choice-close { position: absolute; top: 4px; right: 3px; display: block; width: 12px; height: 12px; background: url(chosen-sprite.png) -42px 1px no-repeat; font-size: 1px } .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover { background-position: -42px -10px } .chosen-container-multi .chosen-choices li.search-choice-disabled { padding-right: 5px; border: 1px solid #ccc; background-color: #e4e4e4; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee)); background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); color: #666 } .chosen-container-multi .chosen-choices li.search-choice-focus { background: #d4d4d4 } .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close { background-position: -42px -10px } .chosen-container-multi .chosen-results { margin: 0; padding: 0 } .chosen-container-multi .chosen-drop .result-selected { display: list-item; color: #ccc; cursor: default } .chosen-container-active .chosen-single { border: 1px solid #5897fb; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3); box-shadow: 0 0 5px rgba(0, 0, 0, .3) } .chosen-container-active.chosen-with-drop .chosen-single { border: 1px solid #aaa; border-bottom-right-radius: 0; border-bottom-left-radius: 0; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff)); background-image: linear-gradient(#eee 20%, #fff 80%); -webkit-box-shadow: 0 1px 0 #fff inset; box-shadow: 0 1px 0 #fff inset } .chosen-container-active.chosen-with-drop .chosen-single div { border-left: 0; background: transparent } .chosen-container-active.chosen-with-drop .chosen-single div b { background-position: -18px 2px } .chosen-container-active .chosen-choices { border: 1px solid #5897fb; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3); box-shadow: 0 0 5px rgba(0, 0, 0, .3) } .chosen-container-active .chosen-choices li.search-field input[type=text] { color: #222!important } .chosen-disabled { opacity: .5!important; cursor: default } .chosen-disabled .chosen-single { cursor: default } .chosen-disabled .chosen-choices .search-choice .search-choice-close { cursor: default } .chosen-rtl { text-align: right } .chosen-rtl .chosen-single { overflow: visible; padding: 0 8px 0 0 } .chosen-rtl .chosen-single span { margin-right: 0; margin-left: 26px; direction: rtl } .chosen-rtl .chosen-single-with-deselect span { margin-left: 38px } .chosen-rtl .chosen-single div { right: auto; left: 3px } .chosen-rtl .chosen-single abbr { right: auto; left: 26px } .chosen-rtl .chosen-choices li { float: right } .chosen-rtl .chosen-choices li.search-field input[type=text] { direction: rtl } .chosen-rtl .chosen-choices li.search-choice { margin: 3px 5px 3px 0; padding: 3px 5px 3px 19px } .chosen-rtl .chosen-choices li.search-choice .search-choice-close { right: auto; left: 4px } .chosen-rtl.chosen-container-single .chosen-results { margin: 0 0 4px 4px; padding: 0 4px 0 0 } .chosen-rtl .chosen-results li.group-option { padding-right: 15px; padding-left: 0 } .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div { border-right: 0 } .chosen-rtl .chosen-search input[type=text] { padding: 4px 5px 4px 20px; background: url(chosen-sprite.png) no-repeat -30px -20px; direction: rtl } .chosen-rtl.chosen-container-single .chosen-single div b { background-position: 6px 2px } .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b { background-position: -12px 2px } @media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:144dpi), only screen and (min-resolution:1.5dppx) { .chosen-rtl .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type=text], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span { background-image: url(/css/images/chosen-sprite@2x.png)!important; background-size: 52px 37px!important; background-repeat: no-repeat!important } }/* Slider */ .slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; } .slick-list:focus { outline: none; } .slick-list.dragging { cursor: pointer; cursor: hand; } .slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; } .slick-track:before, .slick-track:after { display: table; content: ''; } .slick-track:after { clear: both; } .slick-loading .slick-track { visibility: hidden; }

  .slick-slide { display: none; float: left;  min-height: 1px; } [dir='rtl'] .slick-slide { float: right; } .slick-slide img { display: block; } .slick-slide.slick-loading img { display: none; } .slick-slide.dragging img { pointer-events: none; } .slick-initialized .slick-slide { display: block; } .slick-loading .slick-slide { visibility: hidden; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } .slick-arrow.slick-hidden { display: none; } /* Slider */ .slick-loading .slick-list { background: #fff url('/css/ajax-loader.gif') center center no-repeat; } /* Icons */ @font-face { font-family: 'slick'; font-weight: normal; font-style: normal; font-display: optional; src: url('/fonts/slick.eot'); src: url('/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/fonts/slick.woff') format('woff'), url('/fonts/slick.ttf') format('truetype'), url('/fonts/slick.svg#slick') format('svg'); } /* Arrows */ .slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 20px; height: 20px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent; } .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: transparent; } .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; } .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .25; } .slick-prev:before, .slick-next:before { font-family: 'slick'; font-size: 20px; line-height: 1; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .slick-prev { left: -25px; } [dir='rtl'] .slick-prev { right: -25px; left: auto; } .slick-prev:before { content: '←'; } [dir='rtl'] .slick-prev:before { content: '→'; } .slick-next { right: -25px; } [dir='rtl'] .slick-next { right: auto; left: -25px; } .slick-next:before { content: '→'; } [dir='rtl'] .slick-next:before { content: '←'; } /* Dots */ .slick-dotted.slick-slider { margin-bottom: 30px; } .slick-dots { position: absolute; bottom: -25px; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; } .slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer; } .slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; } .slick-dots li button:hover, .slick-dots li button:focus { outline: none; } .slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; } .slick-dots li button:before { font-family: 'slick'; font-size: 6px; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '•'; text-align: center; opacity: .25; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .slick-dots li.slick-active button:before { opacity: .75; color: black; }

.dostavka-bezshow {
   display: block;
   color: red;
   margin: 0 auto;
   width: 220px;
   white-space: nowrap;
   margin-right: 0px;
   border: 1px solid;
   font-weight: 700;
   text-align: center;
}
.dostavka-bez {
   width: 250px !important;
}
.social-golden {
  position: fixed;
  z-index: 100;
  bottom: 10px;
  right: 12px;
  transform: translate3d(0,0,0)!important;
  display: inline-block;
}
#error_basket {
	margin-top: -10px !important;
	left: 0px !important;
	border: 0 !important;

}
.oplata_one {
  bottom: 100px;
  position: fixed;
  z-index: 100;
  border-radius: 10px;
  right: 11px;
  background-color: #dd8900;
  border: none;
  color: white;
  position: fixed;
  padding: 5px;
  border: 0px;
  height: 60px;
  width: 65px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  margin: -10px 2px;
  cursor: pointer;
}
.input-disable {
	pointer-events: none; 
	background-color: #ccc !important;
}
.searchcity{
    position: absolute;
    z-index: 99999;
    background: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    width: 350px;
    border-radius: 4px;
    max-height:150px;
    overflow-y:scroll;
   
}
.disable_button {
	opacity: 0.3;
	cursor: default;
}
.searchcity li{
    list-style: none;
    padding: 5px 10px;
    padding-left: 50px;
    margin: 0 0 0 -40px;
    color: #000;
    border-bottom: 1px #ccc solid;
    cursor: pointer;
    transition:0.3s;
}

.searchcity li:hover{
    background: #D3D3D3;
}


.searchwarehouse{
    position: absolute;
    z-index: 99999;
    background: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    width: 350px;
    border-radius: 4px;
    max-height:150px;
    overflow-y:scroll;
   
}

.searchwarehouse li{
    list-style: none;
    padding: 5px 10px;
    padding-left: 50px;
    margin: 0 0 0 -40px;
     color: #000;
    border-bottom: 1px #ccc solid;
    cursor: pointer;
    transition:0.3s;
}

.searchwarehouse li:hover{
    background: #D3D3D3;
}

.viber-pc {
  background: url(/pic/viberbig.png) no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  display: inline-block;
}
.dostavka-bez {
   display: block;
   color: red;
   margin: 0 auto;
   width: 200px;
   margin-top: 20px;
   left: 60px;
   bottom: 13px;
   border: 1px solid;
   font-weight: 700;
   text-align: center;

}

.stuck {
   position: fixed;
   z-index: 1;
   background: #fff;
   max-width: 310px;
   overflow: auto;
   bottom: 240px;
   max-height: 600px;

   margin-top: 0px;
}
.stuck::-webkit-scrollbar { width: 0; }    


@media only screen and (max-width: 1024px) {
    .tb_item3 a.ilink {
        font-size: .9em;
        line-height: 1.2em;
        margin-bottom: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    }

@media only screen and (max-width: 320px) {
.headerMiniLogo  {
   display: none !important;
}
}

.tb_item9 {
    display: none;
}

.tb_item3 a.ilink {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media only screen and (max-width:1024px){.wHeader.scroll + .wConteiner{padding:66px 0 0;}}
@media only screen and (max-width:480px){.wHeader.scroll + .wConteiner{padding-top:56px;}}

.to_up,
.oplata_one {
    display: none !important;
}

.tovat-skid, .novinka, .rekomend {
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    padding: 5px 10px !important;
    font-size: 10px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 0 !important;
    text-align: left;
    line-height: 1.4 !important;
    box-sizing: border-box;
    background-color: rgba(255, 71, 87, 0.65) !important;
    color: #fff !important;
}
.cost-skid {
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    padding: 5px 10px !important;
    font-size: 10px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 0 !important;
    text-align: left;
    line-height: 1.4 !important;
    box-sizing: border-box;
    background-color: rgba(47, 53, 66, 0.65) !important;
    color: #fff !important;
}
.cost-five {
    top: 8px !important;
    left: auto !important;
    right: 8px !important;
    bottom: auto !important;
    width: 34px !important;
    height: 34px !important;
    padding: 0 !important;
    font-size: 10px !important;
    font-weight: 700;
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1 !important;
    border-radius: 50% !important;
    background: rgba(255, 71, 87, 0.65) !important;
    color: #fff !important;
}

@media only screen and (max-width: 1024px) {
    .sort_pagi {
        padding: 6px 4px !important;
    }

    .h1 {
        margin-bottom: 4px !important;
    }

    .h1 span {
        font-size: 13px !important;
        line-height: 1.2em !important;
        padding: 2px 0 !important;
    }

    .sort_block__inner {
        min-height: 56px !important;
        padding: 3px 10px !important;
    }

    .sort_block__inner .title {
        font-size: 13px !important;
        margin-bottom: 2px !important;
    }

    .sort_block form {
        gap: 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    .sort_block__inner {
        padding: 3px 10px !important;
        min-height: 56px !important;
    }
}

.wTovarPhotoImg img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    min-width: unset !important;
    max-width: unset !important;
    max-height: unset !important;
    margin: 0 !important;
}

/* ─── Відступи пагінатора ─────────────────────────── */
.paginator_pages {
    padding: 5px 0 8px 0 !important;
}

/* ─── Каруселі (≤840px: моб + планшет) ────────────── */
@media only screen and (max-width: 840px) {
    .carous_wrap1 {
        min-height: 0 !important;
        margin-bottom: 4px !important;
    }
    .carous_wrap1 .list_carousel {
        margin: 0 12px 44px !important;
    }
    .title1 {
        margin: 4px 0 !important;
    }
    /* ↓ Відступ після останньої каруселі перед футером */
    .site_block2 {
        padding-bottom: 25px !important;
    }
}

@media only screen and (max-width: 840px) {
    .cost-skid,
    .novinka,
    .tovat-skid {
        height: 24px !important;
        padding: 5px 10px !important;
        font-size: 10px !important;
        line-height: 14px !important;
        letter-spacing: 0 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        box-sizing: border-box;
    }
}

/* Після цього кожна карточка займає рівно 50% ряду — незалежно від кількості товарів. Останній непарний елемент більше не розтягується на весь екран. */
/* ─── Сітка товарів: фіксована ширина 50%, без розтягування ─── */
/* ─── prod_bor: повна ширина у flex-контейнері ─── */
@media only screen and (max-width: 840px) {
    .prod_bor {
        width: 100% !important;
        box-sizing: border-box !important;
        text-align: center !important;
    }
}

@media only screen and (min-width: 1025px) {
    .catalog_right_part {
        float: right;
        width: 310px;
        box-sizing: border-box;
    }
    .tovarlist_wrap {
        width: calc(100% - 320px) !important;
        max-width: calc(100% - 320px) !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }
    .sort_block form {
        flex-wrap: nowrap !important;
        width: 100% !important;
    }
    .sort_block__inner {
        flex: 1 1 0 !important;
        min-width: 0 !important;
        margin: 0 4px 0 0 !important;
    }
    .sort_block__inner .select2-container {
        width: 100% !important;
    }
    .sort_block__inner .select2-container .select2-choice > .select2-chosen {
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }
}

/* Лейбл "Ціна:" з і без знижки — однаковий вигляд */
.old + .tb_item5_desc {
    font: 14px/14px ubuntu_regular !important;
    color: #000000 !important;
}

.tb_price_wrap{
    display:flex;
    align-items:center;
    gap:5px; /* відстань між "Ціна:" і цифрою */
}

.tb_item5.item_cost .tb_item5_price {
    left: 6 !important;
}

@media only screen and (max-width: 840px) {
    body.catalogView .wConteiner {
        padding-top: 0 !important;
    }

    body.catalogView .bredcrums {
        margin-top: 8px !important;
    }
}

.tb_item5.item_cost {
    display: flex !important;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin: 10px 0 12px;
    padding: 0 !important;
    text-align: center;
    white-space: nowrap;
}

.tb_item5.item_cost .catalogOldPrice,
.tb_item5.item_cost .catalogOldPrice.old {
    position: relative !important;
    text-decoration: none !important;
}

.tb_item5.item_cost .catalogOldPrice::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: currentColor;
    transform: translateY(-50%);
    pointer-events: none;
}

.tb_item5.item_cost .tb_item5_desc {
    display: none !important;
}

.tb_item5.item_cost .tb_item5_price {
    position: static !important;
    left: auto !important;
    bottom: auto !important;
    color: #1F1F1F !important;
    font: 700 20px/1 Arial, sans-serif !important;
}

.tb_item5.item_cost.has_discount .tb_item5_price {
    color: #f00 !important;
}

.tb_item5.item_cost:has(.catalogOldPrice) .tb_item5_price {
    color: #f00 !important;
}

.tb_item5.item_cost .tb_item5_price:after,
.tb_item5.item_cost .catalogOldPrice:after {
    content: " грн";
    font-size: 14px;
    font-weight: 400;
    color: inherit;
    
}

.tb_item5.item_cost .catalogOldPrice {
    position: static !important;
    display: inline-block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #2B2B2B !important;
    font: 16px/1 Arial, sans-serif !important;
    text-decoration: none !important;
}

@media only screen and (max-width: 480px) {
    .tb_item5.item_cost {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 3px !important;
        margin: 8px 0 10px !important;
        white-space: normal !important;
    }

    .tb_item5.item_cost .catalogOldPrice,
    .tb_item5.item_cost .catalogOldPrice.old {
        order: 1 !important;
        position: relative !important;
        display: inline-block !important;
        text-decoration: none !important;
        color: #2B2B2B !important;
        font: 14px/1 Arial, sans-serif !important;
    }

    .tb_item5.item_cost .tb_item5_price {
    order: 2 !important;
    font: 700 24px/1 Arial, sans-serif !important;
    color: #1F1F1F !important;
}

.tb_item5.item_cost.has_discount .tb_item5_price {
    color: #c73745 !important;
}

.tb_item5.item_cost:has(.catalogOldPrice) .tb_item5_price {
    color: #c73745 !important;
}

    .tb_item5.item_cost .catalogOldPrice::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        height: 1px;
        background: currentColor;
        transform: translateY(-50%);
        pointer-events: none;
    }
}

.tovarlist_block.wTovar .tb_item4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tovarlist_block.wTovar .tb_item4_desc,
.tovarlist_block.wTovar .tb_item4_select {
    float: none;
}

.wTovarPrice .flr p span.old { font-weight: normal; }
.wTovarPrice .flr p.oldPriceStrike {
    position: relative;
    display: inline-block;
}
.wTovarPrice .flr p.oldPriceStrike:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid currentColor;
}
.wTovarPrice .flr p.oldPriceStrike .old,
.wTovarPrice .flr p.oldPriceStrike .old + span {
    text-decoration: none !important;
}

.tb_item7_link span { font-family: 'Montserrat', Arial, sans-serif; }

.wTovarBtn a,
.wTovarBtnModal a {
    font-family: 'Montserrat', Arial, sans-serif;
}

@media only screen and (max-width:767px){.tovarlist_block.wTovar .tb_item3 .wTovarCode{display:block!important;margin-top:10px!important;}}

/* Вимикаєм завантаження іконок в розділах у випадаючому меню 
.catalog_list li li img { display: none !important; }
.catalog_list li li a { height: auto !important; padding: 8px 10px !important; line-height: 1.4 !important; text-align: left !important; }
.catalog_list li li { width: 50% !important; }*/
