.flex{display:-webkit-box;display:flex}.inline-flex{display:-webkit-inline-box;display:inline-flex}.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse}.flex-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.flex-col-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-no-wrap{flex-wrap:nowrap}.items-start{-webkit-box-align:start;align-items:flex-start}.items-end{-webkit-box-align:end;align-items:flex-end}.items-center{-webkit-box-align:center;align-items:center}.items-baseline{-webkit-box-align:baseline;align-items:baseline}.items-stretch{-webkit-box-align:stretch;align-items:stretch}.self-auto{align-self:auto}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}.justify-start{-webkit-box-pack:start;justify-content:flex-start}.justify-end{-webkit-box-pack:end;justify-content:flex-end}.justify-center{-webkit-box-pack:center;justify-content:center}.justify-between{-webkit-box-pack:justify;justify-content:space-between}.justify-around{justify-content:space-around}.content-center{align-content:center}.content-start{align-content:flex-start}.content-end{align-content:flex-end}.content-between{align-content:space-between}.content-around{align-content:space-around}.flex-1{-webkit-box-flex:1;flex:1}.flex-auto{-webkit-box-flex:1;flex:auto}.flex-initial{-webkit-box-flex:initial;flex:initial}.flex-none{-webkit-box-flex:0;flex:none}.flex-grow{-webkit-box-flex:1;flex-grow:1}.flex-shrink{flex-shrink:1}.flex-no-grow{-webkit-box-flex:0;flex-grow:0}.flex-no-shrink{flex-shrink:0}.clearfix:after{display:table;content:"";clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.w6{width:16.666667%}.w5{width:20%}.w4{width:25%}.w3{width:33.3333333%}.w2{width:50%}.w1{width:100%}/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-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}fieldset{border:0;margin:0;padding:0}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/* FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 * Examples and documentation at: http://fancybox.net
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html */
#fancybox-loading { position: fixed; top: 50%; left: 50%; width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; cursor: pointer; overflow: hidden; z-index: 1104; display: none; }
#fancybox-loading div { position: absolute; top: 0; left: 0; width: 40px; height: 480px; background-image: url('fancybox/fancybox.png'); }
#fancybox-overlay { position: absolute; top: 0; left: 0; width: 100%; z-index: 1100; display: none; }
#fancybox-tmp { padding: 0; margin: 0; border: 0; overflow: auto; display: none; }
#fancybox-wrap { position: absolute; top: 0; left: 0; padding: 20px; z-index: 1101; outline: none; display: none; }
#fancybox-outer { position: relative; width: 100%; height: 100%; background: #fff; }
#fancybox-content { width: 0; height: 0; padding: 0; outline: none; position: relative; overflow: hidden; z-index: 1102; border: 0px solid #fff; }
#fancybox-hide-sel-frame { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 1101; }
#fancybox-close { position: absolute; top: -15px; right: -15px; width: 30px; height: 30px; background: transparent url('fancybox/fancybox.png') -40px 0px; cursor: pointer; z-index: 1103; display: none; }
#fancybox-error { color: #444; font: normal 12px/20px Arial; padding: 14px; margin: 0; }
#fancybox-img { width: 100%; height: 100%; padding: 0; margin: 0; border: none; outline: none; line-height: 0; vertical-align: top; }
#fancybox-frame { width: 100%; height: 100%; border: none; display: block; }
#fancybox-left, #fancybox-right { position: absolute; bottom: 0px; height: 100%; width: 35%; cursor: pointer; outline: none; background: transparent url('fancybox/blank.gif'); z-index: 1102; display: none; }
#fancybox-left { left: 0px; }
#fancybox-right { right: 0px; }
#fancybox-left-ico, #fancybox-right-ico { position: absolute; top: 50%; left: -9999px; width: 30px; height: 30px; margin-top: -15px; cursor: pointer; z-index: 1102; display: block; }
#fancybox-left-ico { background-image: url('fancybox/fancybox.png'); background-position: -40px -30px; }
#fancybox-right-ico { background-image: url('fancybox/fancybox.png'); background-position: -40px -60px; }
#fancybox-left:hover, #fancybox-right:hover { visibility: visible; /* IE6 */ }
#fancybox-left:hover span { left: 20px; }
#fancybox-right:hover span { left: auto; right: 20px; }
.fancybox-bg { position: absolute; padding: 0; margin: 0; border: 0; width: 20px; height: 20px; z-index: 1001; }
#fancybox-bg-n { top: -20px; left: 0; width: 100%; background-image: url('fancybox/fancybox-x.png'); }
#fancybox-bg-ne { top: -20px; right: -20px; background-image: url('fancybox/fancybox.png'); background-position: -40px -162px; }
#fancybox-bg-e { top: 0; right: -20px; height: 100%; background-image: url('fancybox/fancybox-y.png'); background-position: -20px 0px; }
#fancybox-bg-se { bottom: -20px; right: -20px; background-image: url('fancybox/fancybox.png'); background-position: -40px -182px; }
#fancybox-bg-s { bottom: -20px; left: 0; width: 100%; background-image: url('fancybox/fancybox-x.png'); background-position: 0px -20px; }
#fancybox-bg-sw { bottom: -20px; left: -20px; background-image: url('fancybox/fancybox.png'); background-position: -40px -142px; }
#fancybox-bg-w { top: 0; left: -20px; height: 100%; background-image: url('fancybox/fancybox-y.png'); }
#fancybox-bg-nw { top: -20px; left: -20px; background-image: url('fancybox/fancybox.png'); background-position: -40px -122px; }
#fancybox-title { font-family: Helvetica; font-size: 12px; z-index: 1102; }
.fancybox-title-inside { padding-bottom: 10px; text-align: center; color: #333; background: #fff; position: relative; }
.fancybox-title-outside { padding-top: 10px; color: #fff; }
.fancybox-title-over { position: absolute; bottom: 0; left: 0; color: #FFF; text-align: left; }
#fancybox-title-over { padding: 10px; background-image: url('fancybox/fancy_title_over.png'); display: block; }
.fancybox-title-float { position: absolute; left: 0; bottom: -20px; height: 32px; }
#fancybox-title-float-wrap { border: none; border-collapse: collapse; width: auto; }
#fancybox-title-float-wrap td { border: none; white-space: nowrap; }
#fancybox-title-float-left { padding: 0 0 0 15px; background: url('fancybox/fancybox.png') -40px -90px no-repeat; }
#fancybox-title-float-main { color: #FFF; line-height: 29px; font-weight: bold; padding: 0 0 3px 0; background: url('fancybox/fancybox-x.png') 0px -40px; }
#fancybox-title-float-right { padding: 0 0 0 15px; background: url('fancybox/fancybox.png') -55px -90px no-repeat; }
/* IE6 */
.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/fancybox/fancy_close.png', sizingMethod='scale');}
.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/fancybox/fancy_nav_left.png', sizingMethod='scale');}
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/fancybox/fancy_nav_right.png', sizingMethod='scale');}
.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/fancybox/fancy_title_over.png', sizingMethod='scale');
zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/fancybox/fancy_title_left.png', sizingMethod='scale');}
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/fancybox/fancy_title_main.png', sizingMethod='scale');}
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/fancybox/fancy_title_right.png', sizingMethod='scale');}
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {  height: expression(this.parentNode.clientHeight + "px");}
#fancybox-loading.fancybox-ie6 { position: absolute; margin-top: 0;  top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');}
#fancybox-loading.fancybox-ie6 div { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/fancybox/fancy_loading.png', sizingMethod='scale');}
/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg { background: transparent !important; }
.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/fancybox/fancy_shadow_n.png', sizingMethod='scale');}
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/fancybox/fancy_shadow_ne.png', sizingMethod='scale');}
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/fancybox/fancy_shadow_e.png', sizingMethod='scale');}
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/fancybox/fancy_shadow_se.png', sizingMethod='scale');}
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/fancybox/fancy_shadow_s.png', sizingMethod='scale');}
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/fancybox/fancy_shadow_sw.png', sizingMethod='scale');}
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/fancybox/fancy_shadow_w.png', sizingMethod='scale');}
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/fancybox/fancy_shadow_nw.png', sizingMethod='scale');}
* {margin:0; padding:0; font-size:100%; outline:none; }

.mt4 { margin-top:4px !important; }
.black { color:#222 !important; }

/*.print_button { margin-left:10px; }*/
.zvolte_darek { background:#FFD3A7; color:#000; border-bottom:1px solid #FFC043 !important; border-top:1px solid #FFC043 !important; }

/* BANNER AD
------------------------------*/
.intranet_ad {
  width: 603px;
  padding: 20px 0 12px 0;
  margin: 0 0 0 -1px;
}
.intranet_ad:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.intranet_ad a {
  display: block;
  width: 194px;
  height: 140px;
  float: left;
  margin: 7px 7px 0 0;
}

/* SIMPLE TOOLTIP
------------------------------*/
#simpleTooltip { position:absolute; background:#3e4e54; padding:5px; display:none; color:#fff; font-size:12px; z-index:1000; } /* IMG preview */
#simpleTooltipImg { overflow:hidden; background:#fff; display:block; float:left; }
#simpleTooltipImg img { display:block; float:left; }
#simpleTooltip em { color:#fff; padding:8px 0; font-style:normal; display:none; overflow:hidden; }

/* GLOBAL
------------------------------*/
.nobg {background:none!important;}
.nobr, .nobr td {border:0 !important; }

.f-left {float:left !important;} 
.f-right {float:right !important;}

.t-left, tr.t-left td { text-align:left !important; }
.t-center, tr.t-center td, .center { text-align:center !important; }
.t-right, tr.t-right td { text-align:right !important; }
.t-justify { text-align:justify !important; }

.va-top { vertical-align:top; }
.va-middle { vertical-align:middle; }
.va-bottom { vertical-align:bottom; }

.pl10 { padding-left:10px !important; }

.w20 { width:20px !important; }
.w30 { width:30px !important; }
.w40 { width:40px !important; }
.w50 { width:50px !important; }
.w60 { width:60px !important; }
.w120 { width:120px !important; }
.w150 { width:150px !important; }
.w180 { width:180px !important; }
.w220 { width:220px !important; }
.w320 { width:320px !important; }
.w550 { width:550px !important; }

.wa, .radio, .checkbox { width:auto !important; }
.vat { vertical-align:top !important; }

.clear {clear:both; width:100%; height:1px; font-size:1px; overflow:hidden; }
.clear2 { border-bottom:1px solid #CCE7F4; margin:0 0 15px 0; padding-top:10px; }

.box {min-height:1px;}
.box:after {display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:".";}

.nom {margin:0 !important;}
.nomt {margin-top:0 !important;}
.nomb {margin-bottom:0 !important;}
.nob {border:0;}

.noscreen, hr {display:none;}

.small { font-size:0.9em; font-style:italic; margin:0; padding:0 0 5px 0; }

/* HLASKY
------------------------------*/
.povinne, em.error, span.error { color:#E13512 !important; font-weight:bold; font-style:normal; font-size:0.9em; }
.note {font-size:0.8em; color:#B0B0B0;}
em.error { background:url(/css/ikony/alert.png) 0 4px no-repeat; padding-left:20px; padding:1px 0 10px 22px; line-height:22px; height:20px; display:block; }
.upozorneni { background-color:#E13512 !important; color:#fff; font-weight:bold; font-style:normal; font-size:1em; padding:5px 10px; margin:10px 0; }
.povinne { font-size:1.2em; }
input.error, textarea.error { border:1px solid #E13512 !important; border-top-width:2px !important; }
.ok { color:#fff; font-weight:bold; padding:10px 10px 10px 50px; background:#67B813 url(/css/ikony/ok_32.png) 10px 50% no-repeat; text-shadow:1px 1px 1px #488E00; -webkit-box-shadow:2px 2px 1px #4F8419; -moz-box-shadow:2px 2px 1px #4F8419; box-shadow:2px 2px 1px #4F8419; margin:20px 0; }
.false { color:#fff; font-weight:bold; padding:10px 10px 10px 50px; background:#ed2024 url(/css/ikony/alert_32.png) 10px 50% no-repeat; text-shadow:1px 1px 1px #C5050C; -webkit-box-shadow:2px 2px 1px #C6151B; -moz-box-shadow:2px 2px 1px #C6151B; box-shadow:2px 2px 1px #C6151B; margin:20px 0; }

strong.error { background:url(/css/ikony/alert.png) 0 50% no-repeat; padding-left:22px; line-height:22px; height:20px; }

/* MAIN-MENU
------------------------------*/
.main-menu { width:630px; height:35px; color:#fff; margin:0; padding:0; position:absolute; right:0; top:0; z-index:200; }
.main-menu li { padding:0; margin:0; background:none; float:left; }
.main-menu a { height:35px; padding:0 12px; display:block; float:left; color:#fff; line-height:35px; text-decoration:none; text-transform:uppercase; font-size:0.85em; font-weight:normal; }
.main-menu .eshop { background-color:#93bc12; }
.main-menu a span { font-size:1.1em; font-weight:bold; }
.main-menu a:hover { color:#fff; text-decoration:underline; }
.main-menu a.active { color:#fff; text-decoration:underline; }

/* USER - LOGGED
------------------------------*/	
#login_wrap { width:210px; z-index:250; position:relative; margin-bottom:10px; }
#login .inp-login { width:178px; padding:3px 5px; margin-top:5px; height:20px; display:block; float:left; clear:both; color:#757575; }
#login .inp-login:active, #login .inp-login:focus { color:#000; }
#login .log-submit { background: url(login.gif) no-repeat; border:0; clear:left; cursor:pointer; display:block; float:right; height:30px; margin:8px 0 0 0; padding:0; position: relative;width:67px; }

#login_wrap .login_title { background:#DA251C url(darkovana.gif) repeat-x; color:#fff; font-size:1em; font-weight:bold; text-transform:uppercase; padding:3px 8px 3px 13px; display:block; width:189px; text-decoration:none; line-height:1.7em; font-weight:bold; margin:0; }

#login_wrap .ztrata-hesla { float:left; margin:0; padding:8px 0 0 0; color:#6F9678; font-size:0.85em; line-height:1.4em; }

#login { background:#F3FFDC; padding:6px 10px 10px 10px; border-bottom:1px solid #E8E7E7; }

/* USER - LOGGED
------------------------------*/	
.logged-in { background:#F3FFDC; padding:6px 10px 5px 10px; border-bottom:1px solid #E8E7E7; }
.logged-in p { padding:0; margin:5px 0; }
.exit_16 { background:url(/css/ikony/exit_16.png) 0 50% no-repeat; padding-left:22px; }
.settings_16 { background:url(/css/ikony/settings_16.png) 0 50% no-repeat; padding-left:22px; }
.archive_16 { background:url(/css/ikony/archive_16.png) 0 50% no-repeat; padding-left:22px; }
.bonus_16 { background:url(/css/ikony/bonus_16.png) 0 50% no-repeat; padding-left:22px; }
.points_16 { background:url(/css/ikony/points_16.png) 0 50% no-repeat; padding-left:22px; }

.pruh { background:#fff; width:568px; padding:6px 12px; -webkit-box-shadow:0 0 5px #ccc; -moz-box-shadow:0 0 5px #ccc; box-shadow:0 0 5px #ccc; margin-bottom:15px; margin-top:15px; border:1px solid #ddd; }
.pruh:hover { -webkit-box-shadow:0 0 5px #aaa; -moz-box-shadow:0 0 5px #aaa; box-shadow:0 0 5px #aaa; }
.pruh a { color:#222; text-decoration:none; padding:3px 0 3px 27px; background:url(info_24.png) 0 50% no-repeat; }
.pruh a:hover { color:#000; text-decoration:underline; }
.pruh ul { margin:0; padding:0; list-style:none; }
.pruh ul li { float:left; margin:0; padding:0 25px 0 0; background:none; }

.tiny_thumb { float:left; padding-top:2px; }
.tiny_thumb div { float:left; width:105px; margin:0 7px 8px 0; height:70px; position:relative; }
.tiny_thumb a { float:left; display:block; position:relative;  text-decoration:none; }
.tiny_thumb img {  width:102px !important; height:68px !important;}

/* CLEARFIX
------------------------------*/
.clearfix {display: inline-block;}
.clearfix:after {content: ".";display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}

/* UVITACKA
------------------------------*/
.uvitacka { width:600px; height:400px; background:url(fancybox.gif) no-repeat; overflow:hidden; display:block; font-size:13px; text-align:left; }
.uvitacka p { margin:8px 0; padding:0; font-size: 13px; line-height: 1.4em; }
.uvitacka p.ok { margin:0 !important; padding:10px 10px 10px 50px !important; }
.uvitacka p.uvitace_title { font-size:18px; font-weight:bold; color:#111; margin:0; }

.uvitace_foto { height:175px; width:147px; overflow:hidden; position:absolute; left:20px; top:20px; display:block; text-align:center; vertical-align:middle; }

.uvitaci_1 { position:absolute; top:20px; left:181px; width:375px; height:175px; overflow:auto; }
.uvitaci_2 { position:absolute; top:197px; left:20px; width:560px; height:183px; overflow:auto; }
.uvitaci_3 { position:absolute; top:205px; left:20px; width:540px; height:165px; overflow:auto; background:#DAEFFF; padding:10px 10px 0 10px; }

.uvitaci_3 table { margin:0; padding:0; border:0; }
.uvitaci_3 table td { margin:0; padding:5px; border:0; }

.uvitaci_3 input { padding:5px 3px; outline:none; width:160px; border:1px solid #ccc; border-top-width:2px; font-family:Arial, Helvetica, sans-serif; font-size:1em; }
.uvitaci_3 textarea { padding:5px 3px; outline:none; width:420px; height:50px; border:1px solid #ccc; border-top-width:2px; font-family:Arial, Helvetica, sans-serif; font-size:1em; }

.uvitaci_3 .iframe-login-submit { color:#fff; text-shadow:0 1px 0 #8AAE0E; padding:7px 12px 6px 12px; width:auto; border:1px solid #93BC12; cursor:pointer; font-size:0.9em; text-transform:uppercase; font-weight:bold; background-color:#8AAE0E; background-image:-moz-linear-gradient(100% 100% 90deg, #8AAE0E, #b7df3b); background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#8AAE0E), to(#b7df3b)); -webkit-box-shadow:inset 0px 1px 1px #add181; -moz-box-shadow: inset 0px 1px 1px #add181; box-shadow: inset 0px 1px 1px #add181; }
.uvitaci_3 .iframe-login-submit:hover, .uvitaci_3 .iframe-login-submit:active { color:#fff; text-shadow:0 1px 0 #0E91AE; border:1px solid #3BB6DE; background-color:#8AAE0E; background-image:-moz-linear-gradient(100% 100% 90deg, #0E81AE, #3BB6DE); background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#0E81AE), to(#3BB6DE)); -webkit-box-shadow:inset 0px 1px 1px #96D0FF; -moz-box-shadow: inset 0px 1px 1px #96D0FF; box-shadow: inset 0px 1px 1px #96D0FF; }

.reference_who { font-size:1.4em; border-bottom: 1px solid #EEEEEE; margin: 0 0 8px; padding: 0 0 13px; }
.reference_who span { color:#E6241A; font-weight:bold; }
.reference_img img { display:block; border:1px solid #ddd; padding:3px; background:#fff;}
#reference_form { padding:10px 15px; border:1px solid #DCEAF1; background:#fff url(product-box.gif) repeat-x 0 100%; -webkit-box-shadow:0 0 2px #ccc; -moz-box-shadow:0 0 2px #ccc; box-shadow:0 0 2px #ccc; margin-bottom:20px; }
.w520 { width:520px !important; }
.reference_submit { background:#78ae01; padding:10px 15px !important; color:#fff; cursor:pointer; border:1px solid #689504; text-transform:uppercase; }
.reference_submit:hover { background:#689504; }

#link_image_rozmer { text-align:center; width:100%; padding:8px 0; background:#51A351; color:#fff; text-decoration:none; display:block; border:2px solid #419240; box-sizing: border-box; }
#link_image_rozmer:hover { background:#0088CC; color:#fff; text-decoration:none; border:2px solid #00679D; }

.pdf_cart_button a {
	border: 1px solid #ffa23f;
	padding: 5px;
	text-decoration: none;
	background: #ffd78e;
	
}

.cart_ok {
	border: 1px solid #6fd96f;
	background: #c9ffc9;
	padding: 5px;
}

.cart_wrong {
	border: 1px solid #d9886f;
	background: #ffc9c9;
	padding: 5px;
}.tippy-content{padding:9px 15px !important}.tippy-box[data-theme~='red']{background-color:#da251c;color:#fff}.tippy-box[data-theme~='red'] .tippy-arrow{color:#da251c}.tippy-box[data-theme~='filter'] .tippy-content{text-align:left}@font-face{font-family:'Barlow';font-style:normal;font-weight:400;font-display:swap;ascent-override:90%;src:url('/css/fonts/barlow-v12-latin-ext_latin-regular.eot');src:local(''),url('/css/fonts/barlow-v12-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'),url('/css/fonts/barlow-v12-latin-ext_latin-regular.woff2') format('woff2'),url('/css/fonts/barlow-v12-latin-ext_latin-regular.woff') format('woff'),url('/css/fonts/barlow-v12-latin-ext_latin-regular.ttf') format('truetype'),url('/css/fonts/barlow-v12-latin-ext_latin-regular.svg#Barlow') format('svg')}@font-face{font-family:'Barlow';font-style:italic;font-weight:400;font-display:swap;ascent-override:90%;src:url('/css/fonts/barlow-v12-latin-ext_latin-italic.eot');src:local(''),url('/css/fonts/barlow-v12-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'),url('/css/fonts/barlow-v12-latin-ext_latin-italic.woff2') format('woff2'),url('/css/fonts/barlow-v12-latin-ext_latin-italic.woff') format('woff'),url('/css/fonts/barlow-v12-latin-ext_latin-italic.ttf') format('truetype'),url('/css/fonts/barlow-v12-latin-ext_latin-italic.svg#Barlow') format('svg')}@font-face{font-family:'Barlow';font-style:normal;font-weight:500;font-display:swap;ascent-override:100%;src:url('/css/fonts/barlow-v12-latin-ext_latin-500.eot');src:local(''),url('/css/fonts/barlow-v12-latin-ext_latin-500.eot?#iefix') format('embedded-opentype'),url('/css/fonts/barlow-v12-latin-ext_latin-500.woff2') format('woff2'),url('/css/fonts/barlow-v12-latin-ext_latin-500.woff') format('woff'),url('/css/fonts/barlow-v12-latin-ext_latin-500.ttf') format('truetype'),url('/css/fonts/barlow-v12-latin-ext_latin-500.svg#Barlow') format('svg')}@font-face{font-family:'Barlow';font-style:normal;font-weight:700;font-display:swap;ascent-override:100%;src:url('/css/fonts/barlow-v12-latin-ext_latin-700.eot');src:local(''),url('/css/fonts/barlow-v12-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'),url('/css/fonts/barlow-v12-latin-ext_latin-700.woff2') format('woff2'),url('/css/fonts/barlow-v12-latin-ext_latin-700.woff') format('woff'),url('/css/fonts/barlow-v12-latin-ext_latin-700.ttf') format('truetype'),url('/css/fonts/barlow-v12-latin-ext_latin-700.svg#Barlow') format('svg')}.font{font-family:'Barlow',sans-serif}.font2{font-family:'Barlow',sans-serif}html{font-size:16px;min-height:100%}body{font-family:'Barlow',sans-serif,'Helvetica Neue',Helvetica,Arial,sans-serif;background-position:0 0;background-repeat:repeat;background-color:#fff;color:#2d2d2d;line-height:1.6em;text-align:center;padding:0;margin:0;min-height:100vh;position:relative;overflow-x:hidden;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}img{max-width:100%;height:auto}:-moz-placeholder{color:#666}:-ms-input-placeholder{color:#666}::-webkit-input-placeholder{color:#666}::placeholder{color:#666}.ui-effects-transfer{border:1px dotted #333;background:rgba(0,0,0,0.1);z-index:1000}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.t-right,.tr{text-align:right !important}.t-left,.tl{text-align:left !important}.t-center,.center{text-align:center !important}.f-right,.fr{float:right}.f-left,.fl{float:left}.noscreen,.lazy,.hidden,.hide{display:none}.only_mobile,.only_mobile_inline{display:none}.scroll{width:100%;overflow:auto;-webkit-overflow-scrolling:touch}.maxw{max-width:1260px;margin:0 auto;position:relative}@media screen and (max-width:1260px){.maxw{max-width:100%}}input[type=text],input[type=number],input[type=email],input[type=tel],textarea{-webkit-appearance:none}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.flash_msg_wrap{display:block;background:#DA251C;margin:0;padding:0;border-left:0;border-right:0}.flash_msg_wrap:after,.flash_msg_wrap:before{display:none}.flash_msg_wrap+.flash_msg_wrap{border-top:1px solid #ea6059}.flash_msg{display:block;padding:10px 15px;background:#DA251C;color:#fff;text-align:left;position:relative;line-height:1.2em;max-width:1260px;margin:auto;font-size:13px;box-sizing:border-box}.alert .flash_msg:before,.alert-success .flash_msg:before,.alert-info .flash_msg:before{position:absolute;top:50%;left:12px;line-height:20px;margin-top:-10px;font-size:18px}@media screen and (max-width:400px){.flash_msg{font-size:11px}}.flash_msg_remove{position:absolute;top:50%;right:15px;line-height:22px;margin-top:-10px;text-decoration:none;color:#69120d;font-size:16px}.flash_msg_remove:hover{color:#DA251C}#drobky{margin-bottom:10px}#drobky p{font-size:14px;color:#535353}#drobky a{text-decoration:underline;font-size:14px}#drobky a:hover,#drobky a:focus{text-decoration:none}#drobky strong a{font-weight:normal}.order_history_table{width:100%}.order_history_table th,.order_history_table td{font-size:14px}.order_history_table th{font-weight:700}.order_history_table>tbody>tr>td{white-space:nowrap}.order_history_table>tbody>tr>td>a{border:0;margin:0 auto;color:#da0000;text-decoration:underline;float:right;font-weight:700}.order_history_table>tbody>tr>td>a:hover,.order_history_table>tbody>tr>td>a:focus{text-decoration:underline;color:#DA251C}.order_history_table .note{color:#555}.order_history_item{margin:10px 0}p,ul,ol{margin:0 0 20px 0;padding:0}ul,ol{margin:0 0 20px 30px}ol ol,ul ul,ul ol,ol ul{margin-top:.4em;margin-bottom:.4em}ul.ul{margin-left:30px}ul.ul li{position:relative;list-style:none;padding:7px 0;line-height:1.4em}ul.ul li:before,ul.ul li:after{position:absolute;top:8px;color:#DA251C;left:-26px;font-size:16px}ul.ul li:after{left:-22px}p,ul,ol,td,th{color:#2d2d2d;font-weight:400;font-size:17px}@media screen and (max-width:970px){p,ul,ol,td,th{font-size:16px}}a{color:#DA251C;text-decoration:underline;outline:none !important}a:hover,a:focus{text-decoration:none}table{margin:0 0 20px 0;width:100% !important;border-collapse:collapse;border-spacing:0}table.table-shadow{box-shadow:0 0 3px rgba(0,0,0,0.12)}table p{margin:0 !important}td,th{padding:.5em .9em;border:1px solid #d8d8d8}@media screen and (max-width:980px){td,th{padding:.4em .6em}}th{background:#F2F2F2;color:#222}.dBug{margin:5px 0;border:1px solid #000}.dBug .dBug{margin:0}.dBug th,.dBug td{padding:5px;background:inherit;border:1px solid #000;line-height:1.3em;font-size:12px}small{font-size:70%}strong{font-weight:700}em{font-style:italic}cite{font-style:normal}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin:0 0 20px 0;padding:0;color:#000;text-rendering:optimizelegibility;line-height:1.1em;font-weight:700}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-weight:400;color:#999;font-size:.5em}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a{color:#000;text-decoration:underline}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,.h1 a:hover,.h2 a:hover,.h3 a:hover,.h4 a:hover,.h5 a:hover,.h6 a:hover,h1 a:focus,h2 a:focus,h3 a:focus,h4 a:focus,h5 a:focus,h6 a:focus,.h1 a:focus,.h2 a:focus,.h3 a:focus,.h4 a:focus,.h5 a:focus,.h6 a:focus{color:#DA251C;text-decoration:none}h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong,.h1 strong,.h2 strong,.h3 strong,.h4 strong,.h5 strong,.h6 strong{font-weight:700}h1 span,h2 span,h3 span,h4 span,h5 span,h6 span,.h1 span,.h2 span,.h3 span,.h4 span,.h5 span,.h6 span{color:#DA251C}.h1_span{color:#bbb;text-transform:uppercase;display:block;font-weight:600;line-height:1.5em;font-size:14px}h1,.h1{font-size:40px}h2,.h2{font-size:30px}h3,.h3{font-size:26px}h4,.h4{font-size:22px}h5,.h5{font-size:18px}h6,.h6{font-size:16px}@media screen and (max-width:970px){h1,.h1{font-size:30px}h2,.h2{font-size:26px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:16px}}@media screen and (max-width:568px){h1,.h1{font-size:24px}h2,.h2{font-size:20px}h3,.h3{font-size:19px}h4,.h4{font-size:18px}h5,.h5{font-size:16px}}pre{background-color:#f9f9f9;color:#333;font-size:.7em;padding:7px 12px;overflow-y:hidden;font-family:monospace;display:block;border:1px solid #ccc;line-height:1.5em;overflow:auto;-webkit-overflow-scrolling:touch}.highlight{background:#C3FBCC;padding:.2em}blockquote{padding:20px 30px;margin:0 0 20px 0;border-left:4px solid #DA251C;font-style:italic;background:#f9f9f9}blockquote>:last-child{margin-bottom:0}blockquote small{color:#999;margin-bottom:.5em;display:inline-block;font-size:13px;line-height:17px}blockquote small:before{content:"— "}.nomb{margin-bottom:0}.mm_is_open{overflow:hidden}.row_relative{position:relative}.row{text-align:left;padding:30px;box-sizing:border-box;max-width:1260px;margin:0 auto;position:relative}@media screen and (max-width:1260px){.row{max-width:100%}}.pg_cart_empty main.row{padding-top:70px;padding-bottom:70px}@media screen and (max-width:970px){.row{padding-top:20px;padding-bottom:20px;padding-left:15px;padding-right:15px}}.bg{background:linear-gradient(0deg, #EEEFE9 0%, #EEEFE9 95%, #DFDFDB 100%)}.bg2{background:#EEEFE9}.main_title{max-width:1260px;margin:0 auto;padding-top:80px;padding-bottom:5px;text-align:left}.main_title #drobky{margin-bottom:0}.main_title #drobky p{font-size:13px}.main_title #drobky svg{display:-webkit-inline-box;display:inline-flex}.main_title h1{margin:0}@media screen and (max-width:970px){.main_title{padding-top:15px}}.container{padding-top:20px;padding-bottom:20px;gap:20px;display:-webkit-box;display:flex}.container>*{box-shadow:0 0 8px rgba(0,0,0,0.1)}@media screen and (max-width:970px){.container{padding:15px 0 0}}aside{width:285px;background:#fff}.content{width:100%;background:#fff;padding:20px 30px 30px;container-type:inline-size;box-sizing:border-box;-webkit-box-flex:1;flex:1}.content p{text-align:left !important}.content.nohp h2:not(.product_form_h2){color:#DA251C}@media screen and (max-width:1100px){aside{width:240px}aside .sidemenu a{word-break:break-all}}@media screen and (max-width:970px){aside{display:none}}@media screen and (max-width:700px){.content{padding:15px}}.halfWrap{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.halfBox{width:48%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}@media screen and (max-width:568px){.halfWrap{flex-wrap:wrap}.halfBox{width:100%}}.threeWrap{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.threeBox{width:30%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}@media screen and (max-width:568px){.threeWrap{flex-wrap:wrap}.threeBox{width:100%}}header{z-index:200;position:relative;background:#fff;z-index:100}header .row{padding:0 30px !important;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}@media screen and (max-width:1260px){header .row{padding-left:0 !important;padding-right:0 !important}}@media screen and (max-width:970px){header{position:sticky;position:-webkit-sticky;top:0}}.logo_wrapper{width:240px;height:115px;left:30px;top:0;background:#fff;z-index:105;transition: all .2s 0s ease-in-out;position:absolute;box-shadow:0 0 10px rgba(0,0,0,0.2);box-sizing:border-box}.logo_wrapper .logo_claim{position:absolute;top:0;left:0;width:100%;line-height:40px;font-size:13px;text-align:center;font-weight:500;color:#777}.logo_wrapper a{height:100%;width:100%;display:block;top:0;left:0;background:url(/css/img/logo.svg) no-repeat 58% 60%;background-size:80% auto;position:absolute}@media screen and (max-width:970px){.logo_wrapper{left:30px;width:130px;height:56px;background:none;box-shadow:none}.logo_wrapper a{background:url(/css/img/logo_inverse.svg) no-repeat 50% 60%;background-size:contain}.logo_wrapper .logo_claim{display:none}}@media screen and (max-width:700px){.logo_wrapper{left:15px}}.row_topmenu{background:#DA251C;border-bottom:8px solid #f8c200}.row_topmenu .row{height:56px;-webkit-box-pack:end;justify-content:flex-end}@media screen and (max-width:1320px){.row_topmenu .row{padding:0 15px}}.topmenu{margin:0;padding:0;list-style:none;text-align:left;display:table;z-index:300;height:100%;box-sizing:border-box;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center}.topmenu li{padding:0;margin:0;list-style:none;background:none;display:-webkit-box;display:flex}.topmenu.userinfo>li>a{padding:0 8px;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.topmenu.userinfo>li>a.user_is_logged{background:#4dbd38}.topmenu>li{position:relative}.topmenu>li:hover>a,.topmenu>li:focus>a,.topmenu>li:focus-within>a{background:#ad1d16}.topmenu>li:hover ul,.topmenu>li:focus ul,.topmenu>li:focus-within ul{display:block}.topmenu>li:hover span::after,.topmenu>li:focus span::after,.topmenu>li:focus-within span::after{opacity:1}.topmenu>li>a{display:block;color:#fff;text-decoration:none;position:relative;font-weight:500;overflow:hidden;text-align:center;white-space:nowrap;letter-spacing:.02em;padding:0 20px;line-height:56px;font-size:15px;transition: all .2s 0s ease-in-out}.topmenu>li:last-child ul{width:250px}@media screen and (max-width:1320px){.topmenu>li:last-child ul{right:0;left:auto;transform:translateX(0)}.topmenu>li:last-child ul::after{top:-8px;left:auto;right:30px;transform:translateX(0)}}.topmenu ul{position:absolute;top:56px;left:50%;background:#fff;width:320px;padding:20px 25px;margin:0;display:none;line-height:1.3em;box-sizing:border-box;box-shadow:0 0 5px rgba(0,0,0,0.2);transform:translateX(-50%);transition: all .2s 0s ease-in-out}.topmenu ul::after{content:"";position:absolute;top:-8px;left:50%;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #fff;transform:translateX(-50%)}.topmenu ul li:last-child a{border-bottom:0}.topmenu ul a{color:#2d2d2d;text-decoration:none;display:block;pointer-events:all;text-align:left;padding:12px 18px 12px 0;font-weight:400;border-bottom:1px solid #d8d8d8;position:relative;overflow:hidden;width:100%;box-sizing:border-box;font-size:15px;transition: all .2s 0s ease-in-out}.topmenu ul a::after{content:"";position:absolute;top:49%;left:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #DA251C;transform:translate(-6px, -50%);transition:all .3s cubic-bezier(.68, 0, .265, 1)}.topmenu ul a:hover,.topmenu ul a:focus{text-decoration:underline;color:#DA251C;padding-left:18px;padding-right:0}.topmenu ul a:hover::after,.topmenu ul a:focus::after{transform:translate(0, -50%)}@media screen and (max-width:1320px){.topmenu>li>a{padding:0 15px;font-size:14px}.topmenu>li>a:last-child{right:0;left:auto;transform:translateX(0)}.topmenu>li>a:last-child::after{top:-8px;left:auto;right:30px;transform:translateX(0)}}@media screen and (max-width:970px){.topmenu{display:none}}.topmenu>li:last-child .submenu{min-height:initial}.userinfo ul{width:250px;right:0;left:auto;transform:translateX(0)}.userinfo ul::after{content:"";position:absolute;top:-8px;left:auto;right:22px;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #fff;transform:translateX(0)}.sidemenu{padding:10px;position:relative}.sidemenu a{text-decoration:none;position:relative}.sidemenu ul,.sidemenu li{margin:0;padding:0;list-style:none;line-height:inherit}.sidemenu .special{background:#cbcbcb;color:#000;padding:5px 15px;font-size:14px}.sidemenu .level-1+.level-1{margin-top:10px}.sidemenu .dekory a{background:linear-gradient(130deg, #f8c200, #af002d 45%, #319197 80%);padding-left:55px;z-index:2}.sidemenu .dekory a::before{content:"";position:absolute;inset:0;opacity:0;background:linear-gradient(130deg, #319197, #af002d 45%, #f8c200 80%);z-index:-1;transition: opacity .2s 0s ease-in-out}.sidemenu .dekory a::after{content:"";position:absolute;top:50%;left:15px;background:url(/css/img/dekory.svg) 50% 50% no-repeat;background-size:contain;width:26px;height:26px;transform:translateY(-50%)}.sidemenu .dekory a:hover,.sidemenu .dekory a:focus{background:linear-gradient(130deg, #f8c200, #af002d 45%, #319197 80%)}.sidemenu .dekory a:hover::before,.sidemenu .dekory a:focus::before{opacity:1}.sidemenu .level-1>a{line-height:1.25em;font-size:17px}.sidemenu .level-extra>a{background:#ea6300}.sidemenu a{padding:10px 10px 12px 15px;font-weight:700;color:#fff;display:block;background:#4dbd38;position:relative;font-size:16px;box-sizing:border-box;transition: all .2s 0s ease-in-out}.sidemenu a:hover,.sidemenu a:focus{background:#DA251C;color:#fff;border-color:#a41c15;text-decoration:underline}.sidemenu a:focus{text-decoration:underline}.sidemenu .reallyspecial{border-top:0}.sidemenu .active>a{background:#DA251C;color:#fff;border-color:#a41c15}.sidemenu .level_2{background:#fff;padding:0}.sidemenu .level_2 li+li{border-top:1px dashed #d8d8d8}.sidemenu .level_2 li{padding:1px 0 0;margin:0}.sidemenu .level_2 .noli a::after,.sidemenu .level_2 .noli a::before{display:none}.sidemenu .level_2 em{font-style:normal;color:#999;font-weight:400;margin-right:-5px;font-size:14px}.sidemenu .level_2 a{padding:8px 10px 8px 34px;width:100%;text-align:left;font-weight:500;color:#2d2d2d;line-height:1.3em;background:none;border:0;display:-webkit-box;display:flex;-webkit-box-align:end;align-items:flex-end;-webkit-box-pack:justify;justify-content:space-between;transition: all .2s 0s ease-in-out;font-size:15px;box-sizing:border-box;position:relative}.sidemenu .level_2 a:hover,.sidemenu .level_2 a:focus{color:#DA251C;background:none;text-decoration:none}.sidemenu .level_2 a:hover span:not(.menudiscount),.sidemenu .level_2 a:focus span:not(.menudiscount){text-decoration:underline}.sidemenu .level_2 a.active{text-decoration:none;color:#DA251C;background:none}.sidemenu .level_2 a.active:hover :not(.menudiscount),.sidemenu .level_2 a.active:focus :not(.menudiscount){text-decoration:underline}.sidemenu .level_2 a::after,.sidemenu .level_2 a::before{content:"";position:absolute;background:#DA251C;border-radius:0}.sidemenu .level_2 a::after{top:18px;left:17px;width:8px;height:1px}.sidemenu .level_2 a::before{top:15px;left:17px;width:1px;height:3px}.sidemenu .level_2 .active>a{background-color:#fff;color:#DA251C}.sidemenu .reallyspecial .level_2 .active{color:#DA251C}.sidemenu .reallyspecial .level_3{padding:10px 0;margin-top:0}.sidemenu .level_3{background:#fff;padding:10px 0}.sidemenu .level_3 li+li{border:0}.sidemenu .level_3 li{padding:1px 0 0;margin:0}.sidemenu .level_3 a{display:block;padding:4px 15px 4px 54px;width:100%;text-align:left;font-weight:500;color:#2d2d2d;line-height:1.3em;transition: all .2s 0s ease-in-out;font-size:15px;box-sizing:border-box;position:relative}.sidemenu .level_3 a::after,.sidemenu .level_3 a::before{content:"";position:absolute;background:#DA251C;border-radius:0}.sidemenu .level_3 a::after{top:13px;left:36px}.sidemenu .level_3 a::before{top:10px;left:36px}.sidemenu .level_3 a.active{font-weight:700;color:#DA251C}.sidemenu .level_4{background:#fff}.sidemenu .level_4 li+li{border:0}.sidemenu .level_4 li{padding:1px 0 0;margin:0}.sidemenu .level_4 a{display:block;padding:3px 15px 3px 73px;width:100%;text-align:left;font-weight:500;color:#2d2d2d;line-height:1.3em;text-transform:none;transition: all .2s 0s ease-in-out;font-size:14px;box-sizing:border-box;position:relative}.sidemenu .level_4 a::after,.sidemenu .level_4 a::before{content:"";position:absolute;background:#DA251C;border-radius:0}.sidemenu .level_4 a::after{top:11px;left:55px}.sidemenu .level_4 a::before{top:8px;left:55px}.vzorky>a,.darkovana>a,.support>a{background:#DA251C;margin-bottom:10px !important;gap:12px;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.vzorky>a:hover,.darkovana>a:hover,.support>a:hover,.vzorky>a:focus,.darkovana>a:focus,.support>a:focus{background:#b91f17 none !important}.vzorky svg,.darkovana svg,.support svg{fill:#fff;width:25px;height:25px}.support>a{background:#2eaff2}.support>a:hover,.support>a:focus{background:#0181cb none !important}.vzorky>a{background:#ff6c00}.vzorky>a:hover,.vzorky>a:focus{background:#d65b00 none !important}.znak{text-align:center;padding:30px 0 20px;margin:0;border-top:1px dashed #d8d8d8}.menudiscount{position:absolute;top:50%;left:-15px;padding:3px 0;color:#fff;background:#D72219;font-size:12px;line-height:13px;height:14px;min-width:38px;text-align:center;border-radius:3px;transform:translateY(-50%);box-shadow:0 2px 3px rgba(218,37,28,0.3)}footer,.footer_bottom{background:#dddace;margin-top:auto;position:relative}footer .row,.footer_bottom .row{gap:0 20px;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;flex-wrap:wrap}@media screen and (max-width:700px){footer .row,.footer_bottom .row{padding-top:15px;padding-left:15px;padding-bottom:15px}}@media screen and (min-width:1320px){footer .row{padding-left:70px;padding-right:70px}}.footer_logo{padding-top:50px;flex-shrink:0}.footer_logo svg{width:150px}.footer_col{text-align:left;position:relative;font-size:12px;box-sizing:border-box}.footer_col .footer_title{color:#2d2d2d;margin:0;padding:0 0 20px 0;font-weight:500;line-height:1.25em;position:relative;text-decoration:none !important;display:block;pointer-events:none;font-size:19px}.footer_col .footer_title:hover,.footer_col .footer_title:focus{color:#2d2d2d}.footer_col .footer_title.active,.footer_col .footer_title.active:hover{margin:-15px -15px 15px;padding:15px 15px 15px 38px;background:#DA251C;color:#fff}.footer_col .footer_title.active span,.footer_col .footer_title.active:hover span{left:15px}.footer_col .footer_title.active:after,.footer_col .footer_title.active:hover:after{opacity:1;transform:translateX(0)}.footer_col .footer_title:after{content:"";position:absolute;left:13px;bottom:-8px;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #DA251C;opacity:0;transition:all .3s cubic-bezier(.68, 0, .265, 1) 0s;transform:translate3d(-80px, 0, 0)}.footer_col p{color:#2d2d2d;line-height:1.7em;margin-bottom:15px;font-weight:300;font-size:13px}.footer_col p:last-child{margin-bottom:0}.footer_col a{color:#DA251C;text-decoration:none;font-weight:400}.footer_col a:hover,.footer_col a:focus{color:#DA251C;text-decoration:underline}.footer_col ul{margin:0;padding:0;list-style:none;box-sizing:border-box}.footer_col li{margin:0;box-sizing:border-box}.footer_col li a{position:relative;color:#2d2d2d;font-weight:300;line-height:1.3em;font-size:13px;transition: all .2s 0s ease-in-out}.footer_col li a:after{display:none !important}.footer_col li a:hover,.footer_col li a:focus{color:#DA251C;text-decoration:underline}.footer_copy.row{-webkit-box-pack:center;justify-content:center}.footer_copy p{text-align:center;color:#7a7a7a}.footer_copy .delimiter{padding:0 4px}.plugo a{color:#7a7a7a}.plugo svg{position:relative;top:1px;margin:0 3px;display:inline-flex}.footer_bottom{margin-top:0}.footer_payment_content{gap:25px;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;flex-wrap:wrap;-webkit-box-pack:justify;justify-content:space-between}.footer_payment_content img{display:block;width:50px}.footer_payment_content img:last-child{width:70px}.footer_contact_phone{width:60%;gap:80px;display:-webkit-box;display:flex;justify-content:space-around}.contact_item{gap:15px;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;position:relative}.contact_item p{text-align:left;color:#2d2d2d;font-weight:500;margin:0;font-size:15px;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center}.contact_item em{font-style:normal;padding-bottom:0 !important}.contact_item a{font-weight:700;font-size:20px;text-decoration:none;margin-right:auto;display:inline-block;padding:3px 0;color:#DA251C !important}.contact_item a span{font-weight:300}.contact_item a:hover,.contact_item a:focus{text-decoration:underline !important;border:0 !important}.contact_item svg{fill:#eeefe9;flex-shrink:0;width:50px;height:50px}.has_separator:after{background-color:#ccc8b6;bottom:-1px;content:"";display:none;height:1px;left:0;position:absolute;width:100%;border-bottom:1px solid #fcfcfb}.plus{position:relative;cursor:pointer;pointer-events:all}.plus,.plus>span{transition:all .3s cubic-bezier(.68, 0, .265, 1)}.plus>span{top:50%;left:0;margin-top:-5px;position:absolute;display:block;cursor:pointer;width:11px;height:11px;transform:translateZ(0px)}.plus>span:after,.plus>span:before{content:"";position:absolute;display:block;background:#a7a7a7;transition:all .3s cubic-bezier(.68, 0, .265, 1)}.plus>span:after{top:0;left:5px;opacity:1;width:1px;height:100%}.plus>span:before{top:5px;left:0;width:100%;height:1px}.plus.active>span{right:15px;will-change:transform, color;transform:rotate(-180deg)}.plus.active>span:after{opacity:0}.plus.active>span:before{background:#fff}@media screen and (min-width:900px){.footer_copy{border-top:1px solid #d8d8d8}}@media screen and (max-width:950px){.contact_item p{font-size:13px}.contact_item em{padding-left:0 !important}.contact_item a{font-size:17px;padding:2px 0}.contact_item svg{width:40px;height:40px}}@media screen and (max-width:900px){footer .row{padding-bottom:10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.footer_col{padding-bottom:15px;width:100%}.footer_col.footer_payment{padding-bottom:0}.footer_col.footer_payment .footer_title{display:none}.footer_logo{display:none}.footer_copy{padding-top:0 !important}.has_separator{margin-bottom:15px}.has_separator:after{display:block}.has_no_separator{padding-top:0;padding-bottom:0;margin-bottom:0}.hide_on_request{display:none}.footer_col .hide_on_request:first-child{padding-top:10px}.footer_col .footer_title{padding-bottom:0;padding-left:23px;display:block;position:relative;cursor:pointer;pointer-events:all;font-size:15px}.footer_col .footer_title,.footer_col .footer_title>span{transition:all .3s cubic-bezier(.68, 0, .265, 1)}.footer_col .footer_title>span{top:50%;left:0;margin-top:-5px;position:absolute;display:block;cursor:pointer;width:11px;height:11px;transform:translateZ(0px)}.footer_col .footer_title>span:after,.footer_col .footer_title>span:before{content:"";position:absolute;display:block;background:#a7a7a7;transition:all .3s cubic-bezier(.68, 0, .265, 1)}.footer_col .footer_title>span:after{top:0;left:5px;opacity:1;width:1px;height:100%}.footer_col .footer_title>span:before{top:5px;left:0;width:100%;height:1px}.footer_col .footer_title.active>span{right:15px;will-change:transform, color;transform:rotate(-180deg)}.footer_col .footer_title.active>span:after{opacity:0}.footer_col .footer_title.active>span:before{background:#fff}.footer_col .footer_title:focus,.footer_col .footer_title:hover{color:#DA251C;text-decoration:underline !important}.footer_col .footer_title.active:focus,.footer_col .footer_title.active:hover{color:#fff}.contact_item p{font-size:13px}.contact_item em{padding-left:0 !important}.contact_item a{font-size:17px;padding:2px 0}.contact_item svg{width:40px;height:40px}.footer_contact_phone{gap:20px;justify-content:space-around}.footer_payment_content{width:100%;-webkit-box-pack:center;justify-content:center}}@media screen and (max-width:450px){.footer_contact_phone{flex-wrap:wrap;-webkit-box-pack:start;justify-content:flex-start}.footer_payment_content{width:100%;gap:20px;-webkit-box-pack:center;justify-content:center}.footer_payment_content img{width:40px}.footer_payment_content img:last-child{width:60px}}#fade{height:0 !important;overflow:hidden;width:100%;z-index:1 !important;padding-bottom:25%;box-sizing:border-box}@media screen and (max-width:970px){.nohp #fade{display:none}}.hp_cover{padding:0 30px !important;width:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}@media screen and (max-width:1260px){.hp_cover{padding-left:0 !important;padding-right:0 !important}}.hp_category{gap:20px;display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:auto;margin-bottom:50px;container-type:inline-size}.hp_category_item{overflow:hidden;height:100%;text-decoration:none;position:relative;transition: all .2s 0s ease-in-out;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;justify-content:space-between;border-radius:10px;box-shadow:0 0 6px rgba(153,134,158,0.4)}.hp_category_item.hp_category_item_extra{min-height:150px}.hp_category_item.hp_category_item_extra svg{width:42px;height:42px}.hp_category_item.hp_category_item_extra .text{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.hp_category_item.hp_category_item_extra h2{font-size:20px;font-weight:700;color:#fff}.hp_category_item.hp_category_item_extra h2 span{margin-top:10px;font-weight:400;display:block;color:#fff;font-size:15px;line-height:1.3em;transition: color .2s 0s ease-in-out}.hp_category_item.hp_category_item_extra:hover *,.hp_category_item.hp_category_item_extra:focus *{color:#222 !important}.hp_category_item:hover,.hp_category_item:focus{box-shadow:0 5px 10px rgba(0,0,0,0.15)}.hp_category_item:hover .text,.hp_category_item:focus .text{background:#f8c200}.hp_category_item:hover h2,.hp_category_item:focus h2{color:#000}.hp_category_item img{display:block;aspect-ratio:1;width:100%}.hp_category_item .color_count{position:absolute;background:#4E9CCA;color:#fff;top:0;left:0;padding:4px 12px;font-size:14px;border-radius:10px 0 10px 0}.hp_category_item .text{padding:8px 10px 10px;text-align:center;background:#DA251C;-webkit-box-flex:0;flex-grow:0;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;box-sizing:border-box;transition: all .2s 0s ease-in-out}.hp_category_item h2{color:#fff;margin:0;font-size:14px;font-weight:500;line-height:1.3em;text-align:center;transition: all .2s 0s ease-in-out}.hp_category_item .productdiscount{position:absolute;top:7px;right:7px;padding:3px 0;color:#fff;background:#DA251C;font-size:12px;line-height:13px;height:14px;min-width:38px;text-align:center;border-radius:4px}.hp_category_item .homepage_content{padding:5px 15px;-webkit-box-flex:1;flex-grow:1}.hp_category_item .homepage_content *{font-size:13px;line-height:1.5em}.hp_category_item .homepage_content ul,.hp_category_item .homepage_content p{margin-top:10px;margin-bottom:10px}.hp_category_item .homepage_content ul{margin-left:20px}.hp_category_item .homepage_content p{font-weight:700;font-size:14px}.hp_category_item .homepage_content li{list-style:none;position:relative;line-height:1.2em;padding:4px 0}.hp_category_item .homepage_content li::before{content:"";width:8px;background:#DA251C;height:1px;left:-15px;top:12px;position:absolute}@container (max-width: 700px){.hp_category{grid-template-columns:repeat(2, 1fr);gap:15px}}@container (max-width: 568px){.hp_category{margin-bottom:30px}.hp_category .hp_category_item .text{padding:7px 10px 10px}.hp_category .hp_category_item h2{font-size:14px}.hp_category .hp_category_item_extra h2{font-size:18px}.hp_category .hp_category_item_extra h2 span{font-size:14px}}@container (max-width: 380px){.hp_category{gap:10px;grid-template-columns:repeat(1, 1fr)}.hp_category .hp_category_item .text{padding:5px 8px 7px}.hp_category .hp_category_item .homepage_content li{padding:2px 0}.hp_category .hp_category_item .homepage_content li::before{top:10px}.hp_category .hp_category_item_extra{min-height:130px !important}.hp_category .hp_category_item_extra svg{width:36px;height:36px}.hp_category .hp_category_item_extra h2{font-size:16px}.hp_category .hp_category_item_extra h2 span{margin-top:3px;font-size:11px}.hp_category .color_count{padding:0 10px 1px;font-size:12px}}@media screen and (min-width:970px){.basket_mini_wrap{position:absolute;top:64px;right:50px}}@media screen and (max-width:1260px){.basket_mini_wrap{right:15px}}.basket{z-index:10;background:#f8c200}.basket .header_icon_wrap svg{fill:#000}.basket .header_icon_label{display:none}.basket svg{transition: fill .2s 0s ease-in-out}.basket.cart_empty em{display:none}@media screen and (min-width:970px){.basket:hover,.basket:focus{background:#DA251C}.basket:hover .header_icon_wrap svg,.basket:focus .header_icon_wrap svg{fill:#fff}.basket:hover .header_icon_label,.basket:focus .header_icon_label{color:#fff !important}.basket.header_icon_content{padding:10px 18px;box-shadow:0 5px 7px rgba(0,0,0,0.1)}.basket .header_icon{gap:17px;width:auto;-webkit-box-align:center;align-items:center}.basket .header_icon_wrap{position:relative;height:37px;top:auto;transform:translateX(0)}.basket .header_icon_wrap svg{fill:#DA251C;width:37px;height:37px}.basket .header_icon_label{text-align:left;font-size:14px;line-height:1.3em;display:block;color:#2d2d2d}.basket .header_icon_label span{font-weight:700;font-size:17px}}.header_login:hover,.header_login:focus{background:#ad1d16}.header_icon_group{height:100%;z-index:102;display:-webkit-box;display:flex}@media screen and (max-width:970px){.header_icon_group .header_icon_wrap em{top:16px;background:#DA251C;transform:translateX(2px)}}.header_icon_content{height:100%;padding:0 8px;text-decoration:none;min-width:56px;border:0;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;position:relative;box-sizing:border-box}@media screen and (max-width:970px){.header_icon_content{min-width:50px}}.header_icon{font-weight:400;position:relative;display:-webkit-box;display:flex;-webkit-box-align:end;align-items:flex-end;transition: all .2s 0s ease-in-out;width:44px;height:44px}.header_icon_wrap{position:absolute;top:50%;left:0;width:100%;height:30px;text-align:center;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;transition: all .2s 0s ease-in-out;transform:translateY(-50%)}.header_icon_wrap svg{fill:#fff;width:30px;height:30px}.header_icon_wrap em{background:#000;color:#fff;position:absolute;top:20px;left:50%;padding:0 6px;text-align:center;font-style:normal;min-width:20px;min-height:20px;height:20px;line-height:19px;display:inline-block;font-weight:700;box-sizing:border-box;font-size:10px;border-radius:10px;transform:translateX(5px);transition: all .2s 0s ease-in-out}.header_icon_label{white-space:nowrap;width:100%;text-align:center;color:#fff;line-height:1;font-weight:500;font-size:10px;transition: all .2s 0s ease-in-out}.togglemenu{display:none;position:relative}.togglemenu::after{position:absolute;inset:0;width:100%;height:100%;content:"";display:block}.togglemenu .header_icon_label{display:block !important;padding-bottom:6px}.togglemenu .header_icon_wrap{top:38%}.togglemenu:hover .header_icon_label,.togglemenu:focus .header_icon_label{color:#fff}.togglemenu span,.togglemenu span::before,.togglemenu span::after{display:inline-block;height:2px;width:22px;background:#fff;position:absolute}.togglemenu span{top:50%;left:50%;transition:all .3s cubic-bezier(.68, 0, .265, 1);position:absolute;transform:translateX(-50%)}.togglemenu span::before,.togglemenu span::after{content:"";left:0;transform:translateZ(0);-webkit-transform-origin:0% 50%;-ms-transform-origin:0% 50%;transform-origin:0% 50%;transition:all .3s cubic-bezier(.68, 0, .265, 1);backface-visibility:hidden}.togglemenu span::before{top:-6px}.togglemenu span::after{top:6px}.togglemenu.open{background:#DA251C !important;border-color:#DA251C}.togglemenu.open:hover{background:#ad1d16}.togglemenu.open .header_icon_label{color:#fff}.togglemenu.open span{background:rgba(255,255,255,0)}.togglemenu.open span::before,.togglemenu.open span::after{background:#fff}.togglemenu.open span::before{-webkit-transform:rotate(45deg) translateX(2px) translateY(-4px);transform:rotate(45deg) translateX(2px) translateY(-4px)}.togglemenu.open span::after{-webkit-transform:rotate(-45deg) translateX(2px) translateY(4px);transform:rotate(-45deg) translateX(2px) translateY(4px)}@media screen and (max-width:970px){.togglemenu{display:-webkit-box;display:flex}}.btn{padding:8px 12px;border-radius:2px;margin:0;border:1px solid rgba(0,0,0,0.15);background:#eee;font-size:13px;font-weight:400;line-height:1.2em;white-space:nowrap;box-sizing:border-box;-webkit-box-flex:1;flex-grow:1;display:-webkit-inline-box;display:inline-flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.btn.btn-success{background:#0a2;color:#fff}.btn-group>.btn+.btn{margin-left:-1px}.btn-group{display:-webkit-inline-box;display:inline-flex}.btn-group>.btn{z-index:1}.btn-group>.btn:first-of-type{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-of-type{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn:not(:last-of-type):not(:first-of-type){border-radius:0}.btn-group>.btn:first-of-type:last-of-type{border-radius:2px}.btn-group>.btn-success+.btn{border-left-color:transparent !important}.btn-group>.btn:not(.btn-success):hover,.btn-group>.btn:not(.btn-success):focus{background:#fff;border-color:#888;z-index:2}.btn-plugo{padding:10px 25px;border:0;text-align:center;white-space:nowrap;font-weight:500;text-decoration:none;position:relative;display:inline-block;border-radius:4px;font-size:18px;box-sizing:border-box;transition: all .2s 0s ease-in-out}@media screen and (max-width:970px){.btn-plugo{padding-top:8px;padding-bottom:8px;padding-left:17px;padding-right:17px;font-size:17px}}@media screen and (max-width:568px){.btn-plugo{font-size:15px}}.btn-bigFontSize{font-size:22px}@media screen and (max-width:970px){.btn-bigFontSize{font-size:21px}}@media screen and (max-width:568px){.btn-bigFontSize{font-size:20px}}.btn-smallFontSize{font-size:12px}@media screen and (max-width:970px){.btn-smallFontSize{font-size:11px}}@media screen and (max-width:568px){.btn-smallFontSize{font-size:10px}}.btn-middlePadding{padding:7px 15px 5px}@media screen and (max-width:970px){.btn-middlePadding{padding:6px 12px 4px}}@media screen and (max-width:568px){.btn-middlePadding{padding:4px 9px 2px}}.btn-smallPadding{padding:2px 8px}@media screen and (max-width:970px){.btn-smallPadding{padding-left:8px;padding-right:8px}}@media screen and (max-width:568px){.btn-smallPadding{padding-left:6px;padding-right:6px}}.btn-icon-ileft{display:-webkit-inline-box;display:inline-flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;padding-left:20px}.btn-icon-ileft i,.btn-icon-ileft svg{width:30px;height:30px;display:-webkit-box;display:flex;transition: all .2s 0s ease-in-out}.btn-icon-ileft span{margin-left:13px}.btn-icon-iright{display:-webkit-inline-box;display:inline-flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;padding-right:20px}.btn-icon-iright i,.btn-icon-iright svg{width:30px;height:30px;display:-webkit-box;display:flex;transition: all .2s 0s ease-in-out}.btn-icon-iright span{margin-right:13px}.btn-color{background:#DA251C;color:#fff;border-bottom:4px solid #ba2018}.btn-color:hover,.btn-color:focus,.btn-color:active{background:#f8c200;color:#000}.btn-color:hover,.btn-color:focus,.btn-color:active{border-bottom-color:#d4a600}.btn-color--textShadow{text-shadow:1px 1px 1px #e64139}.btn-color--textShadow:hover,.btn-color--textShadow:focus,.btn-color--textShadow:active{text-shadow:1px 1px 1px #dfae00}.btn-color--border{border:1px solid #ba2018}.btn-color--border:hover,.btn-color--border:focus,.btn-color--border:active{border-color:#d4a600}.btn-color--borderBottom{border-bottom:4px solid #ba2018}.btn-color--borderBottom:hover,.btn-color--borderBottom:focus,.btn-color--borderBottom:active{border-bottom-color:#d4a600}.btn-extra{background:#f8c200;color:#2d2d2d;border-bottom:4px solid #d4a600}.btn-extra i,.btn-extra svg{fill:#DA251C}.btn-extra:hover,.btn-extra:focus,.btn-extra:active{background:#DA251C;color:#fff}.btn-extra:hover i,.btn-extra:focus i,.btn-extra:active i,.btn-extra:hover svg,.btn-extra:focus svg,.btn-extra:active svg{fill:#fff}.btn-extra:hover,.btn-extra:focus,.btn-extra:active{border-bottom-color:#ba2018}.btn-extra--textShadow{text-shadow:1px 1px 1px #ffcf22}.btn-extra--textShadow:hover,.btn-extra--textShadow:focus,.btn-extra--textShadow:active{text-shadow:1px 1px 1px #c32119}.btn-extra--border{border:1px solid #d4a600}.btn-extra--border:hover,.btn-extra--border:focus,.btn-extra--border:active{border-color:#ba2018}.btn-extra--borderBottom{border-bottom:4px solid #d4a600}.btn-extra--borderBottom:hover,.btn-extra--borderBottom:focus,.btn-extra--borderBottom:active{border-bottom-color:#ba2018}.btn-extra2{background:#E65048;color:#fff;border-bottom:4px solid #e23229;text-shadow:1px 1px 1px #eb726c}.btn-extra2:hover,.btn-extra2:focus,.btn-extra2:active{background:#f8c200;color:#fff}.btn-extra2:hover,.btn-extra2:focus,.btn-extra2:active{border-bottom-color:#d4a600}.btn-extra2:hover,.btn-extra2:focus,.btn-extra2:active{text-shadow:1px 1px 1px #dfae00}.btn-extra2--textShadow{text-shadow:1px 1px 1px #eb726c}.btn-extra2--textShadow:hover,.btn-extra2--textShadow:focus,.btn-extra2--textShadow:active{text-shadow:1px 1px 1px #dfae00}.btn-extra2--border{border:1px solid #e23229}.btn-extra2--border:hover,.btn-extra2--border:focus,.btn-extra2--border:active{border-color:#d4a600}.btn-extra2--borderBottom{border-bottom:4px solid #e23229}.btn-extra2--borderBottom:hover,.btn-extra2--borderBottom:focus,.btn-extra2--borderBottom:active{border-bottom-color:#d4a600}.btn-green{background:#4dbd38;color:#fff;border-bottom:4px solid #42a130}.btn-green:hover,.btn-green:focus,.btn-green:active{background:#3d962c;color:#fff}.btn-green:hover,.btn-green:focus,.btn-green:active{border-bottom-color:#327a24}.btn-brown{background:#9ba680;color:#fff;border-bottom-color:#78835c !important;border-bottom:4px solid #42a130}.btn-brown:hover,.btn-brown:focus,.btn-brown:active{background:#75805a;color:#fff;border-bottom-color:#4c533a !important}.btn-brown:hover,.btn-brown:focus,.btn-brown:active{border-bottom-color:#327a24}.btn-green--textShadow{text-shadow:1px 1px 1px #65cc52}.btn-green--textShadow:hover,.btn-green--textShadow:focus,.btn-green--textShadow:active{text-shadow:1px 1px 1px #358227}.btn-green--border{border:1px solid #42a130}.btn-green--border:hover,.btn-green--border:focus,.btn-green--border:active{border-color:#327a24}.btn-green--borderBottom{border-bottom:4px solid #42a130}.btn-green--borderBottom:hover,.btn-green--borderBottom:focus,.btn-green--borderBottom:active{border-bottom-color:#327a24}.btn-mediumGrey{background:#adadad;color:#fff;border-bottom:4px solid #9b9b9b}.btn-mediumGrey:hover,.btn-mediumGrey:focus,.btn-mediumGrey:active{background:#DA251C;color:#fff}.btn-mediumGrey:hover,.btn-mediumGrey:focus,.btn-mediumGrey:active{border-bottom-color:#ba2018}.btn-mediumGrey--textShadow{text-shadow:1px 1px 1px #c1c1c1}.btn-mediumGrey--textShadow:hover,.btn-mediumGrey--textShadow:focus,.btn-mediumGrey--textShadow:active{text-shadow:1px 1px 1px #c32119}.btn-mediumGrey--border{border:1px solid #9b9b9b}.btn-mediumGrey--border:hover,.btn-mediumGrey--border:focus,.btn-mediumGrey--border:active{border-color:#ba2018}.btn-mediumGrey--borderBottom{border-bottom:4px solid #9b9b9b}.btn-mediumGrey--borderBottom:hover,.btn-mediumGrey--borderBottom:focus,.btn-mediumGrey--borderBottom:active{border-bottom-color:#ba2018}#color_choice,.gallery_wrap{margin-bottom:20px}#color_choice h4,.gallery_wrap h4{padding-bottom:0;margin-bottom:10px;position:relative}#color_choice h4::after,.gallery_wrap h4::after{content:"";position:absolute;left:-30px;width:15px;height:2px;background:#da251c;top:50%;transform:translateY(-50%)}.content>#color_choice:last-of-type,.content>.gallery_wrap:last-of-type{margin-bottom:0}.gallery_external{display:grid;gap:15px;grid-template-columns:repeat(auto-fill, minmax(160px, 1fr))}.gallery_external .img{transition: all .2s 0s ease-in-out}.gallery_external .img a,.gallery_external .img img{object-fit:cover;transform-origin:center;width:100%;height:100%}.gallery_external .img img{vertical-align:middle;max-width:100%}.gallery_external .img:hover,.gallery_external .img:focus-within{opacity:.8;scale:1.05}.gallery_zaluzie{gap:20px 10px;container-type:inline-size;display:-webkit-box;display:flex;flex-wrap:wrap}.gallery_zaluzie div{width:calc((100%/4) - (10px*3)/4)}.gallery_zaluzie a{display:block}.gallery_zaluzie img{object-fit:cover;aspect-ratio:180/40;display:block;width:100%;height:100%}.gallery_zaluzie span{font-size:14px;text-decoration:none;line-height:1.3em;display:block;margin-top:3px;text-align:center}@container (max-width: 600px){.gallery_zaluzie div{width:calc((100%/3) - (10px*2)/3)}}@container (max-width: 500px){.gallery_zaluzie div{width:calc((100%/2) - (10px*1)/2)}}@container (max-width: 400px){.gallery_zaluzie span{font-size:12px}}.lamely{gap:20px 10px;container-type:inline-size;display:-webkit-box;display:flex;flex-wrap:wrap}.lamely div{width:calc((100%/4) - (10px*3)/4)}.lamely a{display:block}.lamely img{object-fit:cover;aspect-ratio:4/2.5;display:block;width:100%;height:100%}.lamely span{font-size:14px;text-decoration:none;line-height:1.3em;display:block;margin-top:5px}@container (max-width: 600px){.lamely div{width:calc((100%/3) - (10px*2)/3)}}@container (max-width: 500px){.lamely div{width:calc((100%/2) - (10px*1)/2)}}@container (max-width: 400px){.lamely span{font-size:12px}}.category_gallery{margin-top:10px;gap:15px;container-type:inline-size;display:-webkit-box;display:flex;flex-wrap:wrap}.category_gallery a{width:calc((100%/3) - (15px*2)/3);display:block}.category_gallery a:hover,.category_gallery a:focus{box-shadow:0 0 7px rgba(0,0,0,0.2)}.category_gallery img{object-fit:cover;aspect-ratio:4/2.5;display:block;width:100%;height:100%}@container (max-width: 600px){.category_gallery{gap:10px}.category_gallery a{width:calc((100%/2) - (10px*1)/2)}}.strankovani{padding:11px 0;margin:0;text-align:right}.strankovani a{background-color:#fff;color:#2d2d2d;border:1px solid #d6e6f5;padding:6px 12px;text-decoration:none;font-size:14px;margin:0 2px;font-weight:500;border-radius:3px}.strankovani a.sipky{color:#7a7a7a;background:#f6fafd}.strankovani a:hover,.strankovani a:focus{color:#DA251C;border:1px solid #DA251C}.strankovani a.active{background:#DA251C;border:1px solid #DA251C;color:#fff;text-decoration:none}.strankovani a.active:hover,.strankovani a.active:focus{background:#DA251C;border:1px solid #DA251C;color:#fff;text-decoration:none}.strankovanibottom{background:none !important}.error-registration{color:#fff;background:#F80808 url(/css/ikony/alert_32.png) 14px 50% no-repeat;padding:12px 10px 12px 60px;margin-top:15px}.error-registration ul{background:none;padding:0;margin:0}.error-registration li{background:none;padding:3px 0;margin:0}.error-registration span{font-weight:700}.user-info{padding:10px 10px 10px 60px;background:url(/css/ikony/info.png) 14px 50% no-repeat}.top_info_box{background:#961913;padding:4px 15px;z-index:110;position:relative}.mm_is_open .top_info_box{display:none}.top_info_box:has(a):hover,.top_info_box:has(a):focus-within{background:#801610}.top_info_box p{color:#fff;margin:0;font-size:15px}.top_info_box a{color:#ffd43b;font-weight:500}.top_info_box a:after{content:"";position:absolute;inset:0}.top_info_box a:hover,.top_info_box a:focus{color:#ffd43b;text-decoration:underline}@media screen and (max-width:568px){.top_info_box p{line-height:1.3em;font-size:13px}}.my_empty_patterns{background:#ffedab;padding:10px 20px;gap:15px;margin-bottom:30px;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.my_empty_patterns span{font-weight:700}.my_empty_patterns svg{width:46px;height:46px;flex-shrink:0}.pattern_table_wrap{padding:10px 20px;box-shadow:0 0 4px rgba(0,0,0,0.14);margin-bottom:40px}@media screen and (max-width:568px){.pattern_table_wrap{padding:5px 10px}}.patterns_bottom{background:#f9f9f9;padding:20px;margin:5px -20px -10px -20px;border-top:1px solid #d8d8d8;gap:20px;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;box-sizing:border-box}.patterns_bottom span{font-weight:700}.patterns_bottom .total_pattern_price{font-size:22px}@media screen and (max-width:568px){.patterns_bottom{padding:15px;margin:0 -10px -5px -10px;text-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}}.pattern_table{margin-bottom:0}.pattern_table tr{border-bottom:1px solid #d8d8d8}.pattern_table tr:hover{background:#f9f9f9}.pattern_table tr:last-child{border-bottom:0}.pattern_table td{border-left:0;border-right:0;border:0;padding:12px 10px;box-sizing:border-box}.pattern_table .td_image{width:115px;padding-left:5px}.pattern_table .td_image img{display:block}.pattern_table .td_name{line-height:1.3em}.pattern_table .td_name a{margin-bottom:3px;display:block}.pattern_table .td_name p{font-size:15px}.pattern_table .td_btn{width:85px;text-align:right;padding-right:5px}.pattern_table .td_btn .btn-mediumGrey{font-size:14px}@media screen and (max-width:568px){.pattern_table td{padding:8px}.pattern_table .td_image{width:80px}}@media screen and (max-width:420px){.pattern_table .td_image{vertical-align:top}.pattern_table .td_name{display:inline-block}.pattern_table .td_btn{margin-left:auto;width:100%;display:block}}.pattern_submenu{position:sticky;position:-webkit-sticky;top:0;padding:20px 30px 30px;margin:-10px -30px 20px;z-index:10;box-shadow:rgba(0,0,0,0.15) 0 25px 20px -20px;background:#fbe69e;box-sizing:border-box}.pattern_submenu select{border:1px solid #fff;padding:14px 40px 14px 20px;width:100%;background:#fff url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjggMTI4IiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMTI4IDEyOCIgd2lkdGg9IjIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im02NCA4OGMtMS4wMjMgMC0yLjA0Ny0uMzkxLTIuODI4LTEuMTcybC00MC00MGMtMS41NjMtMS41NjMtMS41NjMtNC4wOTQgMC01LjY1NnM0LjA5NC0xLjU2MyA1LjY1NiAwbDM3LjE3MiAzNy4xNzIgMzcuMTcyLTM3LjE3MmMxLjU2My0xLjU2MyA0LjA5NC0xLjU2MyA1LjY1NiAwczEuNTYzIDQuMDk0IDAgNS42NTZsLTQwIDQwYy0uNzgxLjc4MS0xLjgwNSAxLjE3Mi0yLjgyOCAxLjE3MnoiLz48L3N2Zz4=) no-repeat top 50% right 15px;background-size:18px auto;appearance:none;-webkit-appearance:none;cursor:pointer;border-radius:8px}.pattern_submenu select:hover,.pattern_submenu select:focus-within{color:#000}@media screen and (max-width:970px){.pattern_submenu{top:64px;padding:20px -30px;margin:-10px -30px 20px}}@media screen and (max-width:700px){.pattern_submenu{padding:15px;margin:-10px -15px 20px}.pattern_submenu select{padding:12px 40px 12px 20px}}.buttony{margin-top:15px;gap:10px;display:-webkit-box;display:flex}.buttony a,.buttony button{padding:10px 25px;border:0;text-align:center;white-space:nowrap;font-weight:500;text-decoration:none;position:relative;display:inline-block;border-radius:4px;font-size:18px;box-sizing:border-box;transition: all .2s 0s ease-in-out}@media screen and (max-width:970px){.buttony a,.buttony button{padding-top:8px;padding-bottom:8px;padding-left:17px;padding-right:17px;font-size:17px}}@media screen and (max-width:568px){.buttony a,.buttony button{font-size:15px}}.buttony .next_step{margin-left:auto;text-transform:uppercase;background:#4dbd38;color:#fff;border-bottom:4px solid #42a130;font-size:22px}.buttony .next_step:hover,.buttony .next_step:focus,.buttony .next_step:active{background:#3d962c;color:#fff}.buttony .next_step:hover,.buttony .next_step:focus,.buttony .next_step:active{border-bottom-color:#327a24}@media screen and (max-width:970px){.buttony .next_step{font-size:21px}}@media screen and (max-width:568px){.buttony .next_step{font-size:20px}}.buttony .print_button{background:#adadad;color:#fff;border-bottom:4px solid #9b9b9b}.buttony .print_button:hover,.buttony .print_button:focus,.buttony .print_button:active{background:#DA251C;color:#fff}.buttony .print_button:hover,.buttony .print_button:focus,.buttony .print_button:active{border-bottom-color:#ba2018}.buttony .back_step{background:#f8c200;color:#2d2d2d;border-bottom:4px solid #d4a600}.buttony .back_step i,.buttony .back_step svg{fill:#DA251C}.buttony .back_step:hover,.buttony .back_step:focus,.buttony .back_step:active{background:#DA251C;color:#fff}.buttony .back_step:hover i,.buttony .back_step:focus i,.buttony .back_step:active i,.buttony .back_step:hover svg,.buttony .back_step:focus svg,.buttony .back_step:active svg{fill:#fff}.buttony .back_step:hover,.buttony .back_step:focus,.buttony .back_step:active{border-bottom-color:#ba2018}.buttony .final_step{margin-left:auto;font-size:22px;background:#4dbd38;color:#fff;border-bottom:4px solid #42a130}@media screen and (max-width:970px){.buttony .final_step{font-size:21px}}@media screen and (max-width:568px){.buttony .final_step{font-size:20px}}.buttony .final_step:hover,.buttony .final_step:focus,.buttony .final_step:active{background:#3d962c;color:#fff}.buttony .final_step:hover,.buttony .final_step:focus,.buttony .final_step:active{border-bottom-color:#327a24}.buttony .final_step em{display:block;font-style:normal;font-size:17px;font-weight:400}.table-cart{border:1px solid #DDE8F4;width:100%;background:#fff;margin:0}.table-cart th{text-align:left;font-weight:500;padding:7px;background:#e5eef8;color:#5E5E5E;border:0;font-size:13px;line-height:1.3em}.table-cart td{border-top:1px solid #DDE8F4;border-left:0;border-right:0;border-collapse:collapse;padding:10px 7px;font-size:15px;line-height:1.3em;border-bottom:none;box-sizing:border-box}.table-cart td a{text-decoration:none;font-weight:700}.table-cart td a:hover,.table-cart td a:focus{text-decoration:underline}.table-cart td.td_name{font-size:14px;color:#535353}.table-cart td.td_name a{margin-bottom:8px;display:block;font-size:17px}.table-cart td.td_ks{width:80px;font-size:13px;white-space:nowrap}.table-cart td.td_ks input{margin-right:3px}.table-cart td.td_size{white-space:nowrap}.table-cart td.td_price{font-weight:700}.table-cart input:not([type=checkbox]):not([type=radio]),.table-cart select,.table-cart textarea{background:#fff;border:1px solid #ddd;padding:8px;width:40px;color:#000;border-radius:0;outline:none;text-align:center;box-shadow:0 0 3px rgba(107,118,158,0.18) inset;font-size:14px;box-sizing:border-box}.table-cart input:not([type=checkbox]):not([type=radio]):hover,.table-cart select:hover,.table-cart textarea:hover{border-color:#aaa}.table-cart input:not([type=checkbox]):not([type=radio]):focus,.table-cart select:focus,.table-cart textarea:focus{border-color:#000}.table-cart select{width:auto;text-align:left}.table-cart tr.seda td{background:#fff;border:0 !important}.table-cart .cart-total td{background:#f5f9fc;padding:15px 7px}.table-cart small{font-size:.9em;color:#666;display:block}.table-cart .price-sum{font-size:14px;line-height:1.6em}.table-cart .price-sum strong{color:#606060;font-weight:bold}.table-cart .price-sum strong.price_total{color:#000;font-size:26px;padding-left:4px}.table-cart .w30{min-width:30px}.req{font-size:130%;line-height:.1;font-weight:bold;color:#CF0000}.pcheck{padding-left:10px !important}.content .delete-cart{text-align:right !important}.delete-cart{margin:0;padding:0;background:url(/css/ikony/cart-delete-arrow.gif) 97% 77% no-repeat;padding-right:44px}.delete-cart em{font-style:normal;background:url(/css/ikony/cart-delete.png) 0 50% no-repeat;padding-left:19px}.delete-cart a{color:#AE0F0E;text-decoration:none;padding:3px 5px;font-size:14px}.delete-cart a:hover,.delete-cart a:focus{background-color:#AE0F0E;color:#fff;text-decoration:none;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;text-shadow:1px 1px 0 #890036}.prepocitat{font-style:normal;background:url(/css/ikony/cart-refresh.png) 100% 50% no-repeat;padding:2px 24px 2px 0;height:16px;line-height:17px}.prepocitat a{background:url(/css/ikony/cart-recount.gif) 0 1px no-repeat;padding-left:29px;margin-left:10px;color:#003563;font-size:14px}.prepocitat a:hover,.prepocitat a:focus{color:#003563;text-decoration:underline}.table-cart1{margin-top:5px}.table-cart1 .highlight td{background-color:#EBFBA7 !important}#ajax-doprava{clear:both;position:relative}#ajax-doprava #overlay{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1000;background:#e3e9c4 url(/css/ikony/loading.gif) center center no-repeat}.table-cart2 th{font-size:17px;padding:15px}.table-cart2 th span{font-size:20px;font-weight:700;color:#2d2d2d;margin-bottom:8px;display:block}.table-cart2 td{padding:18px 7px}.table-cart2 .radio_select{min-width:35px !important;text-align:center}.table-cart2 label{display:block;font-weight:700;color:#318304;font-size:1em;width:95%;cursor:pointer}.table-cart2 .selected_delivery td{background-color:#effdd5 !important}.table-cart2 .selected_delivery td label{color:#318304 !important}.table-cart2 .selected_delivery td.radio_select img{top:3px;position:relative}.table-cart3{border:1px solid #DDE8F4;border-top:none;background:#F5F9FA}.table-cart3 table{width:100%;margin:0}.table-cart3 td{border:0;padding:7px}.table-cart3 td.t-right{padding-left:15px;width:30%}.table-cart3 td span{font-size:13px;color:#999;display:inline-block}.table-cart3 h3{background:#E5EEF8;color:#2d2d2d;font-weight:bold;padding:15px;text-align:left;margin:0;border-top:1px solid #DDE8F4;border-bottom:1px solid #DDE8F4;font-size:20px}.table-cart3 .pcheck{padding:15px 10px 15px 10px !important;margin:0 !important;font-size:15px;gap:10px;line-height:1.2em;display:-webkit-box;display:flex;-webkit-box-align:start;align-items:flex-start;flex-wrap:wrap}.table-cart3 .pcheck label{width:90%}.table-cart3 .pcheck p{margin:0;font-size:14px;line-height:1.6em}.table-cart3 .pcheck input{position:relative;top:2px}.table-cart3 .pcheck .error{line-height:normal}.table-cart3 .pcheck+.pcheck{padding-top:0 !important}.table-cart3 input:not([type=checkbox]):not([type=radio]),.table-cart3 select,.table-cart3 textarea{background:#fff;border:1px solid #ddd;padding:9px;color:#000;border-radius:0;outline:none;font-size:15px;width:220px;text-align:left;box-shadow:0 0 3px rgba(107,118,158,0.18) inset;box-sizing:border-box}.table-cart3 input:not([type=checkbox]):not([type=radio]):hover,.table-cart3 select:hover,.table-cart3 textarea:hover{border-color:#aaa}.table-cart3 input:not([type=checkbox]):not([type=radio]):focus,.table-cart3 select:focus,.table-cart3 textarea:focus{border-color:#000}.table-cart3 input.short{width:100px !important}.table-cart3 textarea{width:90%;height:100px}.table-cart3 .poznamka{vertical-align:top !important}.table-cart3 .pt td{padding-top:15px !important}.table-cart3 .pb td{padding-bottom:15px !important}.table-cart3 .vlozitpoznamku{text-decoration:underline;font-weight:500}.table-cart3 .vlozitpoznamku:hover{text-decoration:none}.table-cart3 .button{padding:0 20px;text-align:right !important}.table-cart3 button{padding:10px 25px;border:0;text-align:center;white-space:nowrap;font-weight:500;text-decoration:none;position:relative;display:inline-block;border-radius:4px;font-size:18px;box-sizing:border-box;transition: all .2s 0s ease-in-out;background:#4dbd38;color:#fff;border-bottom:4px solid #42a130;font-size:22px}@media screen and (max-width:970px){.table-cart3 button{padding-top:8px;padding-bottom:8px;padding-left:17px;padding-right:17px;font-size:17px}}@media screen and (max-width:568px){.table-cart3 button{font-size:15px}}.table-cart3 button:hover,.table-cart3 button:focus,.table-cart3 button:active{background:#3d962c;color:#fff}.table-cart3 button:hover,.table-cart3 button:focus,.table-cart3 button:active{border-bottom-color:#327a24}@media screen and (max-width:970px){.table-cart3 button{font-size:21px}}@media screen and (max-width:568px){.table-cart3 button{font-size:20px}}@container (max-width: 662px){.table-cart .mw50{width:50% !important}.table-cart .mw100{width:100% !important}.table-cart:not(.table-cart2,.table-cart3,.table-cart-vzorky){border-top:0;position:relative}.table-cart:not(.table-cart2,.table-cart3,.table-cart-vzorky) tr:not(.tr_th){border-bottom:2px solid #d8d8d8}.table-cart:not(.table-cart2,.table-cart3,.table-cart-vzorky) th{display:none}.table-cart:not(.table-cart2,.table-cart3,.table-cart-vzorky) td{width:50%;float:left}.table-cart:not(.table-cart2,.table-cart3,.table-cart-vzorky) .zvolte_darek{width:100% !important}.table-cart:not(.table-cart2,.table-cart3,.table-cart-vzorky) .td_ks{width:15% !important}.table-cart:not(.table-cart2,.table-cart3,.table-cart-vzorky) .td_name{width:85%}.table-cart:not(.table-cart2,.table-cart3,.table-cart-vzorky) .td_name a{word-break:break-all}.table-cart:not(.table-cart2,.table-cart3,.table-cart-vzorky) .td_delete{position:absolute;right:0}.table-cart:not(.table-cart2,.table-cart3,.table-cart-vzorky) .empty{display:none !important}.table-cart:not(.table-cart2,.table-cart3,.table-cart-vzorky) .cart-total{display:-webkit-box;display:flex}.table-cart:not(.table-cart2,.table-cart3,.table-cart-vzorky) .cart-total td{width:50%}.table-cart:not(.table-cart2,.table-cart3,.table-cart-vzorky) .highlight{background:none !important}.table-cart:not(.table-cart2,.table-cart3,.table-cart-vzorky) .highlight td:not(.zvolte_darek){background:none !important}}@container (max-width: 500px){.table-cart .empty{display:none !important}.table-cart:not(.table-cart2) .td_ks{width:80px !important}.table-cart:not(.table-cart2) td.td_name{width:calc(100% - 80px)}.table-cart:not(.table-cart2) td.td_name a{padding-right:25px;font-size:15px}.buttony{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.buttony .next_step{margin:0}.buttony .print_button{display:none}.buttony .final_step{margin:0}.table-cart2 th{font-size:14px}.table-cart3 td{width:100%;display:block;padding-top:0}.table-cart3 td.t-right{text-align:left !important;font-size:14px;padding-bottom:4px;width:auto;padding-left:8px}.table-cart3 td:not(.t-right){padding-bottom:10px}.table-cart3 .pt td:not(.t-right){padding-top:0 !important}.table-cart3 .pb td.t-right{padding-bottom:5px !important}.table-cart3 input:not([type=checkbox]):not([type=radio]),.table-cart3 select,.table-cart3 textarea{width:95%}}.pdf_cart_button{padding-top:10px;gap:8px;display:-webkit-box;display:flex;flex-wrap:wrap}.pdf_cart_button a{border:1px solid #d8d8d8;padding:2px 8px;text-decoration:none;background:#f8f8f8;display:inline-block;font-size:14px}.pdf_cart_button a:hover,.pdf_cart_button a:focus{background:#DA251C;border-color:#DA251C;color:#fff}.pdf_email_cart{font-size:14px;margin-top:5px;gap:8px;width:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;flex-wrap:wrap}.pdf_email_cart input{background:#fff;border:1px solid #ddd;padding:8px;color:#000;border-radius:0;outline:none;box-shadow:0 0 3px rgba(107,118,158,0.18) inset;font-size:14px;box-sizing:border-box}.pdf_email_cart input:hover{border-color:#aaa}.pdf_email_cart input:focus{border-color:#000}.pdf_email_cart .btn{background:#4dbd38;color:#fff;border-bottom:4px solid #42a130;border:0}.pdf_email_cart .btn:hover,.pdf_email_cart .btn:focus,.pdf_email_cart .btn:active{background:#3d962c;color:#fff}.pdf_email_cart .btn:hover,.pdf_email_cart .btn:focus,.pdf_email_cart .btn:active{border-bottom-color:#327a24}.cart_ok{border:1px solid #6fd96f;background:#c9ffc9;padding:5px}.cart_wrong{border:1px solid #d9886f;background:#ffc9c9;padding:5px}#objednat_vzorky .table-cart3{margin-top:20px}#objednat_vzorky .table-cart-vzorky td,#objednat_vzorky .table-cart-vzorky th{padding:10px 15px}#objednat_vzorky .table-cart-vzorky .td_qty{width:55px;padding-right:0}#objednat_vzorky table .vse{background:#f5f9fc}#objednat_vzorky table .vse p{text-align:right !important}.contact_wrap{margin-top:10px;margin-bottom:20px;margin-left:-20px;display:-webkit-box;display:flex;flex-wrap:wrap}.contact_box{width:calc(33.33333% - 20px);background:#fff;margin:0 0 20px 20px;border:1px solid #eaeaea;box-sizing:border-box;border-radius:10px}.contact_half .contact_box{width:calc(50% - 20px)}.contact_box .contact_title{background:#eeefe9;color:#2d2d2d;padding:10px 15px;border-bottom:1px solid #e2e2e2;gap:10px;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;border-radius:10px 10px 0 0}.contact_box .contact_title span{font-weight:700;font-size:22px}.contact_box .contact_title svg{fill:#4dbd38;width:40px;height:40px}.contact_box .contact_content{padding:30px 35px}.contact_box .contact_content .p_flex{display:-webkit-box;display:flex;flex-wrap:wrap}.contact_box .contact_content small{min-width:42px;display:inline-block;margin-right:10px;color:#a0a0a0;font-weight:300;font-size:15px}.contact_box .contact_content p:last-child{margin-bottom:0}.contact_box .contact_bottom{padding:20px 35px;position:relative}.contact_box .contact_bottom::before{content:"";position:absolute;top:0;left:50%;background:#e1e1e1;width:90%;height:1px;transform:translateX(-50%)}.contact_box .contact_bottom p{margin:0}.contact_box .contact_bottom p span{white-space:nowrap}.contact_box .contact_bottom p strong{min-width:55px;display:inline-block;text-align:right;margin-right:5px}.contact_box .contact_name+.contact_name{margin-top:20px}.contact_box .contact_name strong{margin-bottom:3px}.contact_box .contact_name .name{margin-bottom:10px}.contact_box .contact_name .name strong{margin-bottom:10px;display:block;font-size:20px}.contact_box .contact_name small{min-width:55px;display:inline-block}@container (max-width: 654px){.content .contact_box .contact_content{padding:20px}}@media screen and (max-width:568px){.contact_box{width:100%;margin:0 0 10px 20px}.contact_half .contact_box{width:100%}.contact_box:last-child{margin-bottom:0}.contact_box .contact_title{padding:10px 12px}.contact_box .contact_title span{font-size:18px}.contact_box .contact_title svg{width:30px;height:30px}.contact_box .contact_content small{min-width:30px;margin-right:5px;font-size:13px}.contact_box .contact_name .name strong{font-size:17px}.contact_map iframe{max-height:300px}}.pagination_wrap{clear:both;position:relative;padding:17px 0;text-align:center}.pagination_bottom{margin-bottom:auto;margin-top:0;padding-top:20px;position:relative}.pagination_bottom::after{content:"";position:absolute;top:0;right:0;height:1px;width:100%;background:linear-gradient(to right, transparent 50%, #fff 50%),#bfbfbc;background-size:12px 1px,
			100% 1px}.pagination{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.pagination.pagination_top{margin-bottom:20px}.pagination a,.pagination .pagination_sep{height:36px;line-height:36px;min-width:36px;display:block;text-align:center;border-radius:5px}.pagination .pagination_sep{color:#999;border-top:1px solid transparent;border-bottom:1px solid transparent;min-width:31px}.pagination a{color:#666;height:36px;line-height:36px;min-width:36px;text-decoration:none;font-weight:400;border:1px solid #ddd;padding:0;position:relative;background:#fff;outline:none;margin:0 4px;font-size:15px;transition: all .2s 0s ease-in-out;box-sizing:border-box}.pagination a:hover,.pagination a:focus,.pagination a.active{border:1px solid #DA251C;color:#fff;text-decoration:none;background:#DA251C}.pagination svg{fill:#444;transition: all .2s 0s ease-in-out}.pagination .prev,.pagination .next{padding:0;border-color:rgba(0,0,0,0);text-decoration:none;background:none;box-shadow:none;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.pagination .prev:hover,.pagination .next:hover,.pagination .prev:focus,.pagination .next:focus{text-decoration:none;background:#ddd;border-color:#ddd;color:#fff}.pagination .pagination_middle{height:36px;line-height:36px;padding:0 1em;color:#000;display:none;text-align:center;font-size:13px}@media screen and (max-width:560px){.pagination .pagination_middle{display:block}.pagination a,.pagination .pagination_sep{display:none}.pagination .prev,.pagination .next{background:#ddd;border-color:#ddd}.pagination .prev:hover,.pagination .next:hover,.pagination .prev:focus,.pagination .next:focus{background:#f8c200;border-color:#f8c200}}.inner+.product_form{border-top:1px solid #dceaf1}.content>.product_form:first-child{margin-top:-20px}.content>.product_form:first-child::after{display:none}.pagination+.product_form::after{display:none}.radio_choice{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-bottom:20px}.radio_item{position:relative;cursor:pointer;border-top:1px solid rgba(255,255,255,0);display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;transition: all .2s 0s ease-in-out}.radio_item+.radio_item{margin-top:-2px}.radio_item.active{background:linear-gradient(90deg, rgba(255,255,255,0) 0%, #ffebbc 10%, #ffebbc 90%, rgba(255,255,255,0) 100%);z-index:12}.radio_item.active::after{display:block;content:"";height:1px;width:100%;left:0;top:0;position:absolute;background:linear-gradient(90deg, rgba(255,255,255,0) 0%, #efc565 10%, #efc565 90%, rgba(255,255,255,0) 100%)}.radio_item.active::before{display:block;content:"";height:1px;width:100%;left:0;bottom:0;position:absolute;background:linear-gradient(90deg, rgba(255,255,255,0) 0%, #efc565 10%, #efc565 90%, rgba(255,255,255,0) 100%)}.radio_item>div{padding:10px;line-height:1.3em}.radio_item .radio_title{padding-right:0 !important}.radio_item img{border:1px solid rgba(0,0,0,0.1);display:block}.radio_item:not(.active):hover{background:linear-gradient(90deg, rgba(255,255,255,0) 0%, #fcffed 10%, #fcffed 90%, rgba(255,255,255,0) 100%);z-index:10}.radio_item:not(.active):hover::after{display:block;content:"";height:1px;width:100%;left:0;top:0;position:absolute;background:linear-gradient(90deg, rgba(255,255,255,0) 0%, #ddd 10%, #ddd 90%, rgba(255,255,255,0) 100%)}.radio_item:not(.active):hover::before{display:block;content:"";height:1px;width:100%;left:0;bottom:0;position:absolute;background:linear-gradient(90deg, rgba(255,255,255,0) 0%, #ddd 10%, #ddd 90%, rgba(255,255,255,0) 100%)}@media screen and (max-width:500px){.radio_item{flex-wrap:wrap}.radio_item .radio_img{padding-bottom:0 !important;padding-left:0 !important}.radio_item .radio_title{width:100%;padding-left:40px;padding-top:4px;font-size:14px}.radio_item>div:first-child{width:40px;flex-shrink:0;box-sizing:border-box}}.product_form{margin:0 -30px 20px -30px;padding:25px 30px 30px;border-bottom:1px solid #dceaf1;position:relative;background:linear-gradient(180deg, #fff 0%, #fff 83%, #eaf3f7 100%);container-type:inline-size;box-sizing:border-box}.product_form::after{content:"";background:#CECEB2;position:absolute;height:1px;width:100%;top:0;left:0}.product_form+.product_form{margin-top:-25px}.product_form+.product_form::after{display:none !important}.product_form .product_form_h2+.product_form{margin-top:-31px}@media screen and (max-width:700px){.product_form .product_form_h2+.product_form{margin-top:-21px}}.product_form .product_form+.product_form2{margin-top:30px}@media screen and (max-width:700px){.product_form .product_form+.product_form2{margin-top:20px}}.product_form .product_form_h2{background:#fff;padding:8px 30px 10px 85px;margin:-24px -30px 30px;position:relative;min-height:60px;line-height:1.2em;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;box-sizing:border-box}.product_form .product_form_h2::after{content:"";background:#CECEB2;position:absolute;height:1px;width:100%;bottom:0;left:0}.product_form .product_form_h2::before{content:"";position:absolute;top:0;left:0;height:100%;background:#baba93 url(/css/img/setting.svg) 50% 50% no-repeat;background-size:60% auto;aspect-ratio:1;max-width:60px}@media screen and (max-width:700px){.product_form .product_form_h2{margin:-15px -15px 15px;padding-left:80px}}.product_form .product_form2,.product_form form{gap:35px;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.product_form input:not([type=checkbox]):not([type=radio]),.product_form select,.product_form textarea{background:rgba(226,234,240,0.37);border:1px solid #ddd;padding:10px;width:100%;color:#000;border-radius:0;outline:none;box-shadow:0 0 3px rgba(107,118,158,0.18) inset;font-size:14px;box-sizing:border-box}.product_form input:not([type=checkbox]):not([type=radio]):hover,.product_form select:hover,.product_form textarea:hover{border-color:#aaa}.product_form input:not([type=checkbox]):not([type=radio]):focus,.product_form select:focus,.product_form textarea:focus{border-color:#000}.product_form select{background:rgba(226,234,240,0.37) url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjggMTI4IiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMTI4IDEyOCIgd2lkdGg9IjIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im02NCA4OGMtMS4wMjMgMC0yLjA0Ny0uMzkxLTIuODI4LTEuMTcybC00MC00MGMtMS41NjMtMS41NjMtMS41NjMtNC4wOTQgMC01LjY1NnM0LjA5NC0xLjU2MyA1LjY1NiAwbDM3LjE3MiAzNy4xNzIgMzcuMTcyLTM3LjE3MmMxLjU2My0xLjU2MyA0LjA5NC0xLjU2MyA1LjY1NiAwczEuNTYzIDQuMDk0IDAgNS42NTZsLTQwIDQwYy0uNzgxLjc4MS0xLjgwNSAxLjE3Mi0yLjgyOCAxLjE3MnoiLz48L3N2Zz4=) no-repeat 95% 50%;background-size:18px auto;appearance:none;-webkit-appearance:none;cursor:pointer;padding-right:40px}.product_form textarea{height:80px}.product_form button[type="submit"]{float:right;padding:10px 25px;border:0;text-align:center;white-space:nowrap;font-weight:500;text-decoration:none;position:relative;display:inline-block;border-radius:4px;font-size:18px;box-sizing:border-box;transition: all .2s 0s ease-in-out;background:#f8c200;color:#2d2d2d;border-bottom:4px solid #d4a600;display:-webkit-inline-box;display:inline-flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;padding-left:20px}@media screen and (max-width:970px){.product_form button[type="submit"]{padding-top:8px;padding-bottom:8px;padding-left:17px;padding-right:17px;font-size:17px}}@media screen and (max-width:568px){.product_form button[type="submit"]{font-size:15px}}.product_form button[type="submit"] i,.product_form button[type="submit"] svg{fill:#DA251C}.product_form button[type="submit"]:hover,.product_form button[type="submit"]:focus,.product_form button[type="submit"]:active{background:#DA251C;color:#fff}.product_form button[type="submit"]:hover i,.product_form button[type="submit"]:focus i,.product_form button[type="submit"]:active i,.product_form button[type="submit"]:hover svg,.product_form button[type="submit"]:focus svg,.product_form button[type="submit"]:active svg{fill:#fff}.product_form button[type="submit"]:hover,.product_form button[type="submit"]:focus,.product_form button[type="submit"]:active{border-bottom-color:#ba2018}.product_form button[type="submit"] i,.product_form button[type="submit"] svg{width:30px;height:30px;display:-webkit-box;display:flex;transition: all .2s 0s ease-in-out}.product_form button[type="submit"] span{margin-left:13px}.product_form h2{font-size:24px}.product_form .form_one{flex:0 0 420px;-webkit-order:2;order:2}.product_form .form_one .cena_span{display:block;color:#999;font-size:14px;margin-bottom:15px;line-height:1.3em}.product_form .form_one .tippy{margin-left:5px}.product_form .kratsi{width:80px !important;min-width:80px !important;text-align:center;margin-right:5px;background:#fff1d0 !important;box-shadow:0 0 3px #eec86d inset;border:1px solid #ffaf17 !important}.product_form select.kratsi{width:100px !important;min-width:100px !important}.product_form tr{position:relative}.product_form table{margin:0;border:0}.product_form table td{padding:6px 0 6px 6px;border:0;font-size:15px}.product_form table tr td:first-child.td_required{font-weight:500;font-size:15px}.product_form table td.t-right,.product_form table td.t-right2{color:#606060;font-size:13px;text-align:right;line-height:1.4em}.product_form .size_notice{padding:15px 0 30px 30px}@media screen and (max-width:700px){.product_form{margin:0 -20px 18px -20px;padding:15px 20px}.product_form h2{font-size:20px}}@container (max-width: 650px){.product_form .form_one{flex:1 0 300px;gap:0}.product_form .form_one table tr{position:relative}.product_form .form_one table td{width:100%;display:block;padding-bottom:0;padding-left:0}.product_form .form_one table td+td{padding:0 0 6px 0}.product_form .form_one table td.t-right,.product_form .form_one table td.t-right2{text-align:left !important;font-size:14px;padding-bottom:4px;width:auto}.product_form .form_one table td.t-right2{padding-bottom:0}.product_form .form_one button{float:none;width:100%}.product_form .form_one .size_notice{padding:15px 0}.product_form .form_one .size_notice br{display:none}}@container (max-width: 500px){.product_form .empty{display:none}.product_form .product_form2,.product_form form{gap:5px;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.product_form .form_one{flex:1 0 100%}.product_form .form_column{width:100%;margin-bottom:20px}}.form_column{width:100%;-webkit-order:1;order:1}.form_column .product-image{margin-bottom:15px}.form_column .form_img_box{position:relative}.form_column .img{display:block;overflow:hidden}.form_column .img img,.form_column .img a{display:block}.form_column .tippy{position:absolute !important;bottom:0 !important;right:0 !important;left:auto !important;background:#fff;border:8px solid #fff;border-right:0;border-bottom:0;border-radius:17px 0 0 0}.form_column p{font-size:15px;line-height:1.4em}.form_column p:last-child{margin:0}.form_column a{background:#f9f9f9;position:relative;width:100%}.form_column a img{width:100%;height:auto;display:block;box-sizing:border-box}.form_column .bonus_image{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center}.form_column .bonus_image a,.form_column .bonus_image img{display:block;margin:auto;background:none}.form_column .bonus_image img{max-width:100%;width:auto}.form_column .barvaparapetu{margin-bottom:15px}.form_column .img2{margin-top:15px}#profil_images,#color_images{font-weight:500;margin-top:15px;position:relative}#profil_images .images_tab_title,#color_images .images_tab_title{position:absolute;top:0;left:50%;background:#fff;padding:0 12px 5px;border-radius:0 0 8px 8px;z-index:10;box-shadow:0 2px 4px rgba(0,0,0,0.2),0 5px 10px rgba(0,0,0,0.1);white-space:nowrap;pointer-events:none;transform:translateX(-50%)}.form_column2{float:left;width:325px}.form-cena{position:absolute;top:150px;left:3px;display:block;width:189px;height:50px;font-weight:bold;font-size:1.2em;line-height:1.6em}.form-cena span{font-size:1.2em;color:#da251c}.ajax_s{color:#999;font-size:14px}.cena{padding:4px 10px;font-size:22px;color:#fff;background:#7BAD15;display:inline-block;text-shadow:1px 1px 1px rgba(0,0,0,0.15);margin-right:5px;letter-spacing:1.4px;border-radius:3px;box-sizing:border-box}.cena_discount{color:#fff;background:#d72219;padding:4px 10px;font-size:15px;margin-right:8px;letter-spacing:.7px;border-radius:3px}.cena_s_dph{float:left;color:#fff;background:#D72219;text-shadow:none;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:3px 6px;font-size:1em}.spocitat{float:left;padding:4px 10px;font-size:15px;text-transform:uppercase;font-weight:500;color:#fff;background:#7BAD15;display:block;cursor:pointer;text-shadow:1px 1px 1px rgba(0,0,0,0.15);border-radius:3px}.spocitat:hover{color:#fff;background:#C49500;-webkit-box-shadow:1px 1px 2px #444;-moz-box-shadow:1px 1px 2px #444;box-shadow:1px 1px 2px #444;text-shadow:1px 1px 1px #A27C05}.td_discount .discount_text{background:#DA251C;color:#fff;font-weight:700;text-align:center;padding:8px 15px;gap:10px;border-radius:3px;-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center}.td_discount .discount_text svg{fill:#fff;width:30px;height:30px}.productList{position:relative;margin:0 -10px 0 0;box-sizing:border-box;display:-webkit-box;display:flex;flex-wrap:wrap}.productList .big-target-click-zone{cursor:pointer}.productList .productItem{position:relative;z-index:1;margin-bottom:10px;box-sizing:border-box;width:33.3333333%;display:-webkit-box;display:flex}.productList .productItem:hover{z-index:100}.productList .productItem:hover .item{border-color:#ccc;box-shadow:0 0 5px rgba(0,0,0,0.2)}.productList .item{position:relative;background:#fff;padding:15px 15px 75px;margin-right:10px;overflow:hidden;will-change:box-shadow;border:1px solid #d8d8d8;box-sizing:border-box;transition: all .2s 0s ease-in-out;box-shadow:0 0 3px rgba(0,0,0,0.1);-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-flex:1;flex:1}.productList .item:hover{box-shadow:0 0 7px rgba(0,0,0,0.2)}.productList form{height:100%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.productList textarea{background:rgba(226,234,240,0.37);border:1px solid #ddd;padding:10px;width:100%;color:#000;border-radius:0;outline:none;margin-top:auto;line-height:1.3em;box-shadow:0 0 3px rgba(107,118,158,0.18) inset;font-size:14px;box-sizing:border-box}.productList .desc{position:absolute;padding:0 15px;bottom:0;left:0;background:#f2f2f2;width:100%;height:60px;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;box-sizing:border-box}.productList .img{display:block;text-align:center;position:relative;overflow:hidden;box-sizing:border-box;width:100%;height:180px;line-height:180px}.productList .img a{color:#fff;text-decoration:underline;width:100%;height:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.productList .img img{width:100%;height:100%;object-fit:cover}.productList h3{margin:12px 0;padding:0;text-transform:none;overflow:hidden;box-sizing:border-box}.productList h3 a{display:block;color:#2d2d2d;text-decoration:none;font-weight:400;line-height:1.3em;will-change:color;font-size:16px;transition:all .3s cubic-bezier(.68, 0, .265, 1)}.productList h3 a:hover{color:#000;text-decoration:underline}.productList .availability{color:#56ab4f;text-align:right;position:absolute;right:0;bottom:63px;padding:0 15px;height:20px;box-sizing:border-box}.productList .availability span{font-weight:300;font-size:12px}.productList .availability.off-stock{color:#f34961}.productList .priceVat{padding:0;position:relative;font-weight:700;color:#000;font-size:18px;display:-webkit-box;display:flex;-webkit-box-align:baseline;align-items:baseline;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.productList .priceVat .strike{text-decoration:line-through;display:block;font-weight:400;color:#7B7B7B;padding-right:8px;font-size:15px;font-family:'Barlow',sans-serif}.productList .priceVat em{font-style:normal;float:none;display:inline;font-size:17px}.productList .priceVat span{font-size:13px}.productList button{padding:10px 25px;border:0;text-align:center;white-space:nowrap;font-weight:500;text-decoration:none;position:relative;display:inline-block;border-radius:4px;font-size:18px;box-sizing:border-box;transition: all .2s 0s ease-in-out;background:#DA251C;color:#fff;border-bottom:4px solid #ba2018;padding:5px 15px}@media screen and (max-width:970px){.productList button{padding-top:8px;padding-bottom:8px;padding-left:17px;padding-right:17px;font-size:17px}}@media screen and (max-width:568px){.productList button{font-size:15px}}.productList button:hover,.productList button:focus,.productList button:active{background:#f8c200;color:#000}.productList button:hover,.productList button:focus,.productList button:active{border-bottom-color:#d4a600}@media screen and (max-width:1000px){.productList button{padding:5px 8px}}@media screen and (max-width:700px){.productList{margin-right:-15px}.productList .item{margin-right:15px}.productList .productItem{margin-bottom:15px}}@media screen and (max-width:650px){.productList .productItem{width:50%}.productList .item{padding:8px 8px 75px}.productList .desc{padding:0 8px}.productList .img{width:100%;height:160px;line-height:160px}}@media screen and (max-width:400px){.productList .productItem{width:100%}.related_wrap .productList .productItem:nth-child(5),.related_wrap .productList .productItem:nth-child(6){display:none}}.aktuality_title{color:#487CB6;text-align:center;margin-top:50px}.aktuality{gap:0;display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:auto;container-type:inline-size;margin:0 -30px -30px}.aktuality.aktuality_archiv{margin:0 -30px}.novinka{background:#fff;padding:30px;position:relative;box-sizing:border-box}.novinka::before{content:"";position:absolute;top:0;left:0;height:1px;width:100%;background:linear-gradient(to right, transparent 50%, #fff 50%),#bfbfbc;background-size:12px 1px,
			100% 1px}.novinka:hover,.novinka:focus-within{background:#f9faf8}.novinka:nth-child(odd)::after{content:"";position:absolute;top:0;right:0;width:1px;height:100%;background:linear-gradient(to bottom, transparent 50%, #fff 50%),#bfbfbc;background-size:1px 12px,
				1px 100%}.novinka h3{font-size:19px;margin-bottom:10px}.novinka h3 a{display:block;line-height:1.25em}.novinka h3 a::after{position:absolute;inset:0;content:""}.novinka h3 a:hover,.novinka h3 a:focus{text-decoration:underline}.novinka p{font-size:16px;line-height:1.4em}.novinka .datum{color:#fff;font-size:14px;font-weight:700;background:#4dbd38;padding:3px 10px;display:inline-flex;margin-bottom:15px}.novinka .novinka-text{max-height:180px}.datum_detail{color:#fff;font-size:14px;font-weight:700;background:#4dbd38;padding:3px 10px;display:inline-flex;margin-bottom:15px;margin-top:10px}.back_to_list{padding:10px 25px;border:0;text-align:center;white-space:nowrap;font-weight:500;text-decoration:none;position:relative;display:inline-block;border-radius:4px;font-size:18px;box-sizing:border-box;transition: all .2s 0s ease-in-out;background:#9ba680;color:#fff;border-bottom-color:#78835c !important;border-bottom:4px solid #42a130;-webkit-box-align:center;align-items:center;display:inline-flex}@media screen and (max-width:970px){.back_to_list{padding-top:8px;padding-bottom:8px;padding-left:17px;padding-right:17px;font-size:17px}}@media screen and (max-width:568px){.back_to_list{font-size:15px}}.back_to_list:hover,.back_to_list:focus,.back_to_list:active{background:#75805a;color:#fff;border-bottom-color:#4c533a !important}.back_to_list:hover,.back_to_list:focus,.back_to_list:active{border-bottom-color:#327a24}.back_to_list svg{margin-right:15px;fill:#fff}@media screen and (max-width:700px){.aktuality{margin:0 -15px -15px}.aktuality.aktuality_archiv{margin:0 -15px}.novinka{padding:20px}}@media screen and (max-width:568px){.aktuality{grid-template-columns:100%}.aktuality h3{font-size:17px}.aktuality p{font-size:14px}.aktuality .datum{font-size:12px;margin-bottom:10px}.novinka:nth-child(odd)::after{display:none}}.reference_vyzva{padding:30px;border:2px dashed #3d962c;margin:10px 0 30px;background-size:auto auto;background-color:#fff;background-image:repeating-linear-gradient(135deg, transparent, transparent 10px, #fafafa 10px, #e2ffcf 13px)}.reference_vyzva>:last-child{margin-bottom:0}.reference_who{font-size:20px;margin:0 0 8px;padding:0 0 13px;font-weight:700}.reference_who a{color:#2d2d2d}.reference_who a:hover,.reference_who a:focus{color:#DA251C}.reference_who a:hover span,.reference_who a:focus span{color:#2d2d2d}.reference_who .name{font-size:20px;text-decoration:underline;color:#DA251C;font-weight:700}.reference_who span{color:#999;font-weight:400;font-size:15px}@media screen and (max-width:568px){.reference_who{font-size:17px}.reference_who span{font-size:14px}}.reference_who_detail .name{text-decoration:none}.gallery{gap:20px 10px;container-type:inline-size;display:-webkit-box;display:flex;flex-wrap:wrap}.gallery a{width:calc((100%/5) - (10px*4)/5)}.gallery img{object-fit:cover;display:block;width:100%;height:100%}@container (max-width: 600px){.gallery a{width:calc((100%/3) - (10px*2)/3)}}.reference_toggle{padding:10px 25px;border:0;text-align:center;white-space:nowrap;font-weight:500;text-decoration:none;position:relative;display:inline-block;border-radius:4px;font-size:18px;box-sizing:border-box;transition: all .2s 0s ease-in-out;background:#4dbd38;color:#fff;border-bottom:4px solid #42a130}@media screen and (max-width:970px){.reference_toggle{padding-top:8px;padding-bottom:8px;padding-left:17px;padding-right:17px;font-size:17px}}@media screen and (max-width:568px){.reference_toggle{font-size:15px}}.reference_toggle:hover,.reference_toggle:focus,.reference_toggle:active{background:#3d962c;color:#fff}.reference_toggle:hover,.reference_toggle:focus,.reference_toggle:active{border-bottom-color:#327a24}#reference_form{margin:30px 0 0;position:relative;border:1px solid #DDE8F4;border-top:none;background:#F5F9FA;container-type:inline-size;box-sizing:border-box}#reference_form h3{background:#E5EEF8;color:#2d2d2d;font-weight:bold;padding:15px;text-align:left;margin:0;border-top:1px solid #DDE8F4;border-bottom:1px solid #DDE8F4}#reference_form table{margin:0;border:0}#reference_form table td{padding:7px;border:0;font-size:15px;line-height:1.3em;box-sizing:border-box}#reference_form table td.t-right{padding-left:15px;width:30%}#reference_form table td span{font-size:13px;color:#999;display:inline-block}#reference_form .pt td{padding-top:15px !important}#reference_form .pb td{padding-bottom:15px !important}#reference_form input:not([type=checkbox]):not([type=radio]),#reference_form select,#reference_form textarea{background:#fff;border:1px solid #ddd;padding:11px;width:260px;color:#000;border-radius:0;outline:none;box-shadow:0 0 3px rgba(107,118,158,0.18) inset;font-size:14px;box-sizing:border-box}#reference_form input:not([type=checkbox]):not([type=radio]):hover,#reference_form select:hover,#reference_form textarea:hover{border-color:#aaa}#reference_form input:not([type=checkbox]):not([type=radio]):focus,#reference_form select:focus,#reference_form textarea:focus{border-color:#000}#reference_form .ref_quest td{padding:15px 0 15px 0}#reference_form .ref_quest h3{font-size:18px}#reference_form .ref_quest_textarea td{padding:7px 18px}#reference_form textarea{width:98%;height:160px}#reference_form .pcheck{padding:15px 18px !important;margin:0 0 10px;font-size:15px;gap:5px;line-height:1.2em;display:-webkit-box;display:flex;-webkit-box-align:start;align-items:flex-start}#reference_form .pcheck input{position:relative;top:2px}#reference_form .button{padding:0 20px;text-align:right}#reference_form button{padding:10px 25px;border:0;text-align:center;white-space:nowrap;font-weight:500;text-decoration:none;position:relative;display:inline-block;border-radius:4px;font-size:18px;box-sizing:border-box;transition: all .2s 0s ease-in-out;background:#4dbd38;color:#fff;border-bottom:4px solid #42a130;font-size:22px}@media screen and (max-width:970px){#reference_form button{padding-top:8px;padding-bottom:8px;padding-left:17px;padding-right:17px;font-size:17px}}@media screen and (max-width:568px){#reference_form button{font-size:15px}}#reference_form button:hover,#reference_form button:focus,#reference_form button:active{background:#3d962c;color:#fff}#reference_form button:hover,#reference_form button:focus,#reference_form button:active{border-bottom-color:#327a24}@media screen and (max-width:970px){#reference_form button{font-size:21px}}@media screen and (max-width:568px){#reference_form button{font-size:20px}}@container (max-width: 500px){#reference_form table td{width:100%;display:block;padding-top:0}#reference_form table td.t-right{text-align:left !important;font-size:14px;padding-bottom:4px;width:auto;padding-left:8px}#reference_form td:not(.t-right){padding-bottom:10px}#reference_form .pt td:not(.t-right){padding-top:0 !important}#reference_form .pb td.t-right{padding-bottom:5px !important}#reference_form input:not([type=checkbox]):not([type=radio]),#reference_form select,#reference_form textarea{width:96%}#reference_form .ref_quest td{padding:7px 0 7px 0}#reference_form .ref_quest h3{font-size:15px}#reference_form .ref_quest_textarea td{padding:7px}#reference_form .pcheck{padding:10px !important;font-size:14px}}#mm_wrap{display:none;padding:0;background:#eee;z-index:1050;position:fixed;width:100%;bottom:0;left:0;overflow-y:auto;top:64px;box-sizing:border-box;-webkit-overflow-scrolling:touch}.mm_wrap{width:100%;height:auto;overflow:hidden;position:relative}.mm_shift{position:relative;height:auto;transition:all .8s cubic-bezier(.68, 0, .265, 1)}.mm_shift ul{z-index:1;transition:all .8s cubic-bezier(.68, 0, .265, 1);-webkit-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.mm{padding:0;margin:0;width:100%;position:relative}.mm .mm_item{display:block;position:relative}.mm li{list-style:none;margin:0;padding:0;text-align:left;border-bottom:1px solid #ccc}.mm li[data-discount] a{padding-left:48px}.mm li[data-discount] a .menudiscount{border-radius:0 3px 3px 0;left:0}.mm>li>span>.collapsible{position:relative}.mm a{display:block;height:auto;text-align:left;padding:10px 5px 10px 15px;text-decoration:none;white-space:normal;color:#333;font-weight:400;line-height:1.3em;position:relative;background:#fff;font-size:15px;transition: all .2s 0s ease-in-out;box-sizing:border-box}.mm a:hover{background:#eee;color:#333}.mm a br{display:none}.mm a svg{position:absolute;top:50%;left:13px;width:14px;height:14px;transform:translateY(-50%)}.mm a polygon{fill:#6f6f6f}.mm a.mm_open{display:block;width:40px;float:right;position:absolute;right:0;top:0;bottom:0;padding:0;margin:0;cursor:pointer;border-left:1px solid #ccc;text-align:center;line-height:44px;font-size:20px}.mm a.mm_open:hover{background:#eee;color:#333}.mm a.mm_back{background:#DA251C;position:relative;color:#fff;line-height:40px;padding-top:0;padding-bottom:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mm a.mm_back polygon{fill:#fff}.mm a.mm_back:hover{background:#ad1d16;color:#fff}.mm a.mm_back span{display:block;height:40px;padding-left:15px;margin-left:27px;border-left:1px solid #961913}.mm a.collapsible{margin-right:40px}.mm ul{margin:0;padding:0;zoom:1;display:block;position:absolute;top:0;left:100%;width:100%}#mm_login{padding:15px;margin-bottom:auto;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}#mm_login a{display:block;color:#2d2d2d;text-align:center;position:relative;padding:5px 0;text-decoration:underline;line-height:1.5em;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: all .2s 0s ease-in-out;box-sizing:border-box;font-size:14px}#mm_login a:hover,#mm_login a:focus{background:#f8c200;border-color:#f8c200;color:#333;text-decoration:none}.error_404_wrap{text-align:center;max-width:700px;margin:50px auto auto;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;font-size:20px}.error_404_wrap p{line-height:1.5em;text-align:center !important;font-size:18px}.error_404_wrap .btn{margin-top:10px}.error_404_wrap h1{text-transform:uppercase;font-weight:700;margin:0;padding:0;font-size:40px}.error_404_wrap img{max-width:70%;margin:30px auto}.error_404_wrap .btn_404{background-color:#4dbd38;color:#fff;padding:17px 30px;text-decoration:none;border-radius:35px;display:inline-block;margin-top:20px;font-weight:700;transition: background-color .2s 0s ease-in-out, color .2s 0s ease-in-out;box-sizing:border-box}.error_404_wrap .btn_404:hover,.error_404_wrap .btn_404:focus{background:#DA251C;color:#fff}@media screen and (max-width:970px){.error_404_wrap{margin-top:20px}.error_404_wrap h1{font-size:30px}}@media screen and (max-width:400px){.error_404_wrap h1{font-size:22px}.error_404_wrap img{max-width:80%}.error_404_wrap p{font-size:16px}.error_404_wrap .btn_404{white-space:inherit;padding:15px 10px;width:100%;line-height:1.3em}}@media print{*,*:before,*:after,*:first-letter,p:first-line,div:first-line,blockquote:first-line,li:first-line{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre{white-space:pre-wrap !important}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}html,body{width:100%;height:auto;margin:auto;padding:0;text-align:left}.noprint,.footer_bottom,header,footer,aside{display:none}.content{width:100% !important;display:block;box-shadow:none;padding:0}}.radio_grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(195px, 1fr));gap:15px}.radio_grid label{padding:20px;border:1px solid #ddd;background:#fff;cursor:pointer;transition: all .2s 0s ease-in-out}.radio_grid .active{background:#ffebbc;border-color:#efc565}.radio_grid .radio_grid_name{gap:10px;margin-bottom:12px;display:-webkit-box;display:flex;-webkit-box-align:baseline;align-items:baseline}.radio_grid .radio_grid_name strong{top:-2px;line-height:1.1em;position:relative}.radio_grid .radio_grid_name input{margin:0;padding:0;border:0;width:initial}#float_cart_wrap{background:rgba(255,255,255,0.9);background:#3f3f3f;backdrop-filter:blur(15px);color:#fff;padding:20px;box-sizing:border-box;box-shadow:0 0 10px rgba(0,0,0,0.23);display:block;z-index:1001;position:sticky;position:-webkit-sticky;top:0;bottom:0;margin:-25px -30px 0;line-height:1.3em;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between}#float_cart_wrap button{padding:10px 25px;border:0;text-align:center;white-space:nowrap;font-weight:500;text-decoration:none;position:relative;display:inline-block;border-radius:4px;font-size:18px;box-sizing:border-box;transition: all .2s 0s ease-in-out;background:#f8c200;color:#2d2d2d;border-bottom:4px solid #d4a600;display:-webkit-inline-box;display:inline-flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;padding-left:20px}@media screen and (max-width:970px){#float_cart_wrap button{padding-top:8px;padding-bottom:8px;padding-left:17px;padding-right:17px;font-size:17px}}@media screen and (max-width:568px){#float_cart_wrap button{font-size:15px}}#float_cart_wrap button i,#float_cart_wrap button svg{fill:#DA251C}#float_cart_wrap button:hover,#float_cart_wrap button:focus,#float_cart_wrap button:active{background:#DA251C;color:#fff}#float_cart_wrap button:hover i,#float_cart_wrap button:focus i,#float_cart_wrap button:active i,#float_cart_wrap button:hover svg,#float_cart_wrap button:focus svg,#float_cart_wrap button:active svg{fill:#fff}#float_cart_wrap button:hover,#float_cart_wrap button:focus,#float_cart_wrap button:active{border-bottom-color:#ba2018}#float_cart_wrap button i,#float_cart_wrap button svg{width:30px;height:30px;display:-webkit-box;display:flex;transition: all .2s 0s ease-in-out}#float_cart_wrap button span{margin-left:13px}#float_cart_wrap .float_name{font-size:20px;font-weight:500}#float_cart_wrap .float_price{margin-left:auto;text-align:right;margin-right:30px;font-variant-numeric:tabular-nums;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}#float_cart_wrap .float_price_discount{margin-left:auto;text-align:right;font-variant-numeric:tabular-nums;font-size:13px;color:#999;line-height:1.4em;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}#float_cart_wrap .float_price_discount del{color:#f7b6b6;text-decoration:none;font-weight:500;font-size:14px}@media screen and (min-width:700px){#float_cart_wrap .float_price_discount{margin-right:30px;line-height:1.6em}}#float_cart_wrap .ajax_b{position:relative}#float_cart_wrap .ajax_s{font-size:22px;color:#fff;font-weight:400;position:relative}#float_cart_wrap .ajax_s strong{font-weight:700}#float_cart_wrap .ajax_discounted_s,#float_cart_wrap .ajax_discount_procent{position:relative}#float_cart_wrap .ajax_discount_procent{background:#da0000;color:#fff;padding:0 8px;border-radius:2px;margin-top:3px;display:inline-block}#float_cart_wrap .float_price_discount+.float_price{margin-left:30px}#float_cart_wrap .float_wo_vat{margin-top:5px;font-size:13px;color:#999 !important;font-weight:400}#float_cart_wrap .float_wo_vat strong{font-weight:400}@media screen and (max-width:700px){#float_cart_wrap{margin:-18px -15px 0;padding:10px 15px 10px 5px}#float_cart_wrap .float_wo_vat{margin-top:0}#float_cart_wrap .float_name{display:none}}@media screen and (max-width:550px){#float_cart_wrap .float_price{margin-right:20px}#float_cart_wrap button{padding:8px 12px;border-bottom:0}#float_cart_wrap button svg{width:26px;height:26px}#float_cart_wrap button span{margin:0;display:none}}@media screen and (max-width:450px){#float_cart_wrap .float_price{margin-right:15px}#float_cart_wrap .float_price_discount{text-align:left;margin-left:10px !important;margin-right:auto}}.nav-tabs,.nav-pills{*zoom:1}.nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after{display:table;content:"";line-height:0}.nav-tabs:after,.nav-pills:after{clear:both}.nav-tabs>li,.nav-pills>li{float:left}.nav-tabs>li>a,.nav-pills>li>a{padding-right:12px;padding-left:12px;margin-right:2px;line-height:14px}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{margin-bottom:-1px}.nav-tabs>li>a{padding-top:8px;padding-bottom:8px;line-height:20px;border:1px solid transparent;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #dddddd}.nav-tabs>.active>a,.nav-tabs>.active>a:hover{color:#555555;background-color:#ffffff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-pills>li>a{padding-top:8px;padding-bottom:8px;margin-top:2px;margin-bottom:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.nav-pills>.active>a,.nav-pills>.active>a:hover{color:#ffffff;background-color:#0088cc}.nav-stacked>li{float:none}.nav-stacked>li>a{margin-right:0}.nav-tabs.nav-stacked{border-bottom:0}.nav-tabs.nav-stacked>li>a{border:1px solid #ddd;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.nav-tabs.nav-stacked>li:first-child>a{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px}.nav-tabs.nav-stacked>li:last-child>a{-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px}.nav-tabs.nav-stacked>li>a:hover{border-color:#ddd;z-index:2}.nav-pills.nav-stacked>li>a{margin-bottom:3px}.nav-pills.nav-stacked>li:last-child>a{margin-bottom:1px}.nav-tabs .dropdown-menu{-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px}.nav-pills .dropdown-menu{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.nav .dropdown-toggle .caret{border-top-color:#0088cc;border-bottom-color:#0088cc;margin-top:6px}.nav .dropdown-toggle:hover .caret{border-top-color:#005580;border-bottom-color:#005580}.nav-tabs .dropdown-toggle .caret{margin-top:8px}.nav .active .dropdown-toggle .caret{border-top-color:#fff;border-bottom-color:#fff}.nav-tabs .active .dropdown-toggle .caret{border-top-color:#555555;border-bottom-color:#555555}.nav>.dropdown.active>a:hover{cursor:pointer}.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover{color:#ffffff;background-color:#999999;border-color:#999999}.nav li.dropdown.open .caret,.nav li.dropdown.open.active .caret,.nav li.dropdown.open a:hover .caret{border-top-color:#ffffff;border-bottom-color:#ffffff;opacity:1;filter:alpha(opacity=100)}.tabs-stacked .open>a:hover{border-color:#999999}.tabbable{*zoom:1}.tabbable:before,.tabbable:after{display:table;content:"";line-height:0}.tabbable:after{clear:both}.tab-content{overflow:auto}.tabs-below>.nav-tabs,.tabs-right>.nav-tabs,.tabs-left>.nav-tabs{border-bottom:0}.tab-content>.tab-pane,.pill-content>.pill-pane{display:none}.tab-content>.active,.pill-content>.active{display:block}.tabs-below>.nav-tabs{border-top:1px solid #ddd}.tabs-below>.nav-tabs>li{margin-top:-1px;margin-bottom:0}.tabs-below>.nav-tabs>li>a{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.tabs-below>.nav-tabs>li>a:hover{border-bottom-color:transparent;border-top-color:#ddd}.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:hover{border-color:transparent #ddd #ddd #ddd}.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li{float:none}.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{min-width:74px;margin-right:0;margin-bottom:3px}.tabs-left>.nav-tabs{float:left;margin-right:19px;border-right:1px solid #ddd}.tabs-left>.nav-tabs>li>a{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.tabs-left>.nav-tabs>li>a:hover{border-color:#eeeeee #dddddd #eeeeee #eeeeee}.tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:hover{border-color:#ddd transparent #ddd #ddd;*border-right-color:#ffffff}.tabs-right>.nav-tabs{float:right;margin-left:19px;border-left:1px solid #ddd}.tabs-right>.nav-tabs>li>a{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.tabs-right>.nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #eeeeee #dddddd}.tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:hover{border-color:#ddd #ddd #ddd transparent;*border-left-color:#ffffff}.nav-tabs{padding:0;margin-top:15px;margin:0;display:-webkit-box;display:flex;flex-wrap:wrap}.nav-tabs::before{display:none}.nav-tabs li{margin:0;padding:0;background:none;margin-bottom:-1px;list-style:none;display:-webkit-box;display:flex}.nav-tabs li a{text-decoration:none;font-weight:700;padding:12px 25px !important;margin-right:5px !important;border-color:#ddd #ddd #ddd !important;color:#333;text-shadow:0 1px 0 #fff;font-size:15px;background:linear-gradient(0deg, #f9f9f9 0%, #eee 100%)}.nav-tabs li a:hover{background:#eee}.nav-tabs li.active a{border-bottom-color:#fff !important;background:linear-gradient(0deg, #fff 0%, #fff 100%)}.nav-tabs li.active a:hover{border-bottom-color:#fff}.tab-content .radio_choice{margin:0;padding:15px 0 0 0}.skeleton{animation:skeleton-loading .5s linear infinite alternate;z-index:10;transition: width .3s 0s ease-in-out}@keyframes skeleton-loading{0%{background-color:#c7c2d6}100%{background-color:#f1f0f5}}.skeleton_wrap{position:absolute;inset:var(--inset, -1px);border-radius:5px}.skeleton_wrap.finish{pointer-events:none}.skeleton-overlay{position:absolute;inset:0;left:auto;width:100%;border-radius:5px}.skeleton.finish{width:0;-webkit-transition-delay:var(--skeleton-delay, 0s);transition-delay:var(--skeleton-delay, 0s)}