/*GLOBAL*/
header,nav,section,article,aside,footer,hgroup{display:block;}
.preload *{-webkit-transition: none !important; transition: none !important;}
a{text-decoration:none; outline: 0; color:inherit;}
a img{border:none;}
.img_hide{display: block !important; width: 0; height: 1px !important; border: 0; position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden;}
.mail_hide, .hide_mail{display: none !important;}
.clear{clear:both; margin: 0; display: block; width: 100% !important; float: none !important;}
.clear.hide{display: none !important;}
.relative{position: relative;}
.noprelative{padding: 0 !important; position: relative;}
.clear.not_desktop{display: none;}
.float_right{float:right; position: relative;}
.float_left{float:left; position: relative;}
.align-left{text-align: left !important; margin: 0;}
.align-center{text-align: center !important; margin: 0;}
.align-right{text-align: right !important; margin: 0;}
button, input[type=submit]{cursor: pointer; -webkit-appearance: none; outline: 0; }
input[type="submit"]:focus {outline:none;}
input, textarea {-webkit-appearance: none; border-radius: 0;}
input[type="submit"]::-moz-focus-inner {border:0;}
label{cursor: text;}
input[type=checkbox], input[type=radio]{cursor: pointer;}
input:focus{outline:0; }
input[type="text"], input[type="password"], textarea, select {outline: 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;}
input[name="fake1"], input[name="fake2"]{opacity: 0; font-size: 0; line-height: 0; padding: 0; visibility: hidden; overflow: hidden; position: fixed; top: 0; left: 0; z-index: -30}
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active {-webkit-animation: autofill 0s forwards;animation: autofill 0s forwards;}
@keyframes autofill {100% {background: transparent;color: inherit;}}
@-webkit-keyframes autofill {100% {background: transparent;color: inherit;}}
.font_size{font-size: 0 !important;}
.line_max_1, .max_line_1{display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.line_max_2, .max_line_2{display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.line_max_3, .max_line_3{display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.line_max_4, .max_line_4{display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.line_max_5, .max_line_5{display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
 
/*
input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #ffffff;} 
input[type=text]::-moz-placeholder, textarea::-moz-placeholder {color: #ffffff;} 
input[type=text]::-ms-input-placeholder, textarea::-ms-input-placeholder {color: #ffffff;}
*/

sup, sub{line-height: 0; display: inline-block; text-decoration: none; font-size:0.7em;}

.root_text{position: absolute; top: -1000px; left: -1000px;}

.message_centering{z-index: 999999; min-height: 0; position: absolute; top: -132px; width: 100%; max-width: 700px; left: 0; right: 0; margin: 0 auto; text-align: center; background-image: none !important; -webkit-transition: all 750ms ease; transition: all 750ms ease;}
.message_centering.active{top: 100%;}

.flash{max-width: 700px; margin: 0 auto -1px; min-height: 0; font-size: 13px; line-height: 16px; font-weight: 500; padding: 12px 54px; clear: both; position: relative; letter-spacing: 1px}
.flash span{cursor: pointer; position: absolute; top: 50%; margin-top: -7.5px; right: 15px; width: 15px; height: 15px; display: block;}
 
.alert-error {color: #ffffff; background: url(../global/error_icon.png) no-repeat scroll 15px center #d8001b; border: 1px solid #b6192e;}
.alert-success{color: #ffffff; background: url(../global/success_icon.png) no-repeat scroll 15px center #53ac36; border: 1px solid #53ac36;}
.alert-error span{background: url(../global/error_close.png) no-repeat;} 
.alert-success span{background: url(../global/success_close.png) no-repeat;}



h1{text-transform: uppercase; font-weight: 600; font-size: 28px; line-height: 34px; margin: 0; padding: 0;}

h1.special{margin: 0 0 12px;}
h1.special::after{display: block; height: 3px; width: 120px; background: #ec1b24; margin: 5px auto 0; content: "";}


h1 span{display: block; color: #ec1c24; font-size: 20px; line-height: 26px;}
h1 span.number{display: inline-block; vertical-align: middle;}
h2{font-weight: 600; font-size: 20px; line-height: 28px; margin: 30px 0 5px; padding: 0;}
h3{font-weight: 600; font-size: 18px; line-height: 26px; margin: 30px 0 5px; padding: 0;} 
h4, h5, h6{font-weight: 400; font-size: 16px; line-height: 24px; margin: 30px 0 5px; padding: 0;} 



.search_title{white-space: nowrap; position: relative; z-index: 1; text-align: left; margin: 0 0 5px; font-size: 16px; line-height: 34px; display: block; text-transform: uppercase; font-weight: 600; padding: 0; color: #666666;}
.search_title.nomargin{margin: 0;}
.search_title.abs{position: absolute; left: 0; right: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.search_title::before{z-index: 0; position: absolute; left: 0; right: 0; height: 1px; top: 50%; transform: translateY(-50%); content: ""; background: #F1F2F2;}
.search_title span{position: relative; z-index: 10; display: inline-block; vertical-align: middle; padding: 0 20px 0 0; background: #fff;}




.page_font{display: block; font-weight: 500; font-size: 14px; line-height: 22px; margin: 0; padding: 0; position: relative; text-align: center;}
.page_font strong{font-weight: 700;}
.page_font a{text-decoration: underline; font-weight: 700; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .page_font a:hover{color: #ec1b24; text-decoration: none;} 

.page_font.line_grey{margin: 14px 0 0; padding: 12px 0 0;}
.page_font.line_grey::before{position: absolute; left: 0; top: 0; right: 0; margin: 0 auto; height: 2px; width: 60px; background: #eaeaea; content: "";}

.page_font.line_red{margin: 14px 0 0; padding: 12px 0 0;}
.page_font.line_red::before{position: absolute; left: 0; top: 0; right: 0; margin: 0 auto; height: 2px; width: 60px; background: #ec1c24; content: "";}

.page_font.line_red_bottom{margin: 0 0 14px; padding: 0 0 12px;}
.page_font.line_red_bottom::before{position: absolute; left: 0; bottom: 0; right: 0; margin: 0 auto; height: 2px; width: 60px; background: #ec1c24; content: "";}


.page_font.inline{display: inline-block; vertical-align: middle; margin: 5px 0 5px 10px; padding: 0 0 0 10px; border-left: 2px solid #ec1b24;}
.page_font.inline:first-of-type{margin: 0; padding: 0; border: 0;}

@media screen and (max-width: 1024px) {
h1{font-size: 24px; line-height: 30px;}
h1 span{font-size: 18px; line-height: 24px;}
h2{font-size: 20px; line-height: 26px; margin: 20px 0 5px;}
h3{font-size: 18px; line-height: 24px; margin: 20px 0 5px;} 
h4, h5, h6{font-size: 16px; line-height: 22px; margin: 20px 0 5px;} 

.page_font{font-size: 18px; line-height: 24px;}
}

@media screen and (max-width: 500px) {
h1{font-size: 22px; line-height: 28px;}
h1 span{font-size: 16px; line-height: 22px;}
h2{font-size: 18px; line-height: 24px;}
h3{font-size: 16px; line-height: 22px;} 
h4, h5, h6{font-size: 14px; line-height: 20px;}

.page_font{font-size: 16px; line-height: 22px;}
}

p, div, article, .text_page, code{font-size: 14px; font-weight: 400;}
strong, b{font-weight: 700}

@media screen and (max-width: 1024px) {
p, div, article, .text_page, code{font-size: 13px;}
}



article a:not(.btn), article a:not(.btn) strong, article strong a:not(.btn), .text_box a:not(.btn), .text_box a:not(.btn) strong, .text_box strong a:not(.btn){font-weight: 700; text-decoration: underline; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch article a:not(.btn):hover, .notouch .text_box a:not(.btn):hover{color: #ec1b24}
 
.text_page{ margin: 0 auto;}
.text_page .img{position: relative; display: block; width: 37%; float: right; margin: 0 0 10px 20px;}
.text_page .img.swipebox::before{opacity: 0; content: ""; display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #ec1b24; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.text_page .img.swipebox::after{opacity: 0; content: ""; display: block; position: absolute; left: 50%; top: 50%; width: 46px; height: 46px; background: url(../img/fotogallery_icon.svg) no-repeat scroll center center; background-size: 46px 46px; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.notouch .text_page .img.swipebox:hover::before{opacity: 0.90;}
.notouch .text_page .img.swipebox:hover::after{opacity: 1;}
.text_page .img img{max-width: 100%; display: block; margin: 0;}
.text_page .text{display: block;}

@media screen and (max-width: 959px) {
 .text_page .img{width: 50%;}
}

@media screen and (max-width: 767px) {
 .text_page .img{display: block; width: 100%; margin: 0 0 10px;}
 .text_page .text{display: block; width: 100%; padding: 0; margin: 0;}
}

article, .text_box{margin: 0 auto; text-align: left; line-height: 22px;}
article.max, .text_box.max{max-width: 100%; margin: 40px 0 0; }
article p, article div, article th, article td, .text_box p, .text_box div, .text_box th, .text_box td{margin:0 0 15px; text-align: left; line-height: 22px;}
article .text_p, .text_box .text_p{margin: 0; }
article *:nth-child(1), .text_box *:nth-child(1){margin-top: 0;}
article *:last-child, .text_box *:last-child{margin-bottom: 0;}


@media screen and (max-width: 1024px) {
article, .text_box{line-height: 20px;}
article p, article div, .text_box p, .text_box div{margin:0 0 10px;}
article p, article div, .text_box p, .text_box div, th, td{line-height: 20px; }
}

@media screen and (max-width: 768px) {
article p, .text_box p{width: 100%; display: block; clear: both;}
article img, .text_box img{float: none !important; display: block; margin: 0 auto 10px !important;}
}


article ul, .text_box ul{margin: 0 0 15px; padding: 0;}
article ul li, .text_box ul li{padding: 0 0 0 10px; margin: 0; position: relative; list-style: none; background: url(../img/drobky_arrow.svg) no-repeat scroll 0 7px; background-size: 6px 9px;}
article ul ul, .text_box ul ul{margin: 0; padding: 0 0 0 17px; }
article ul ol, .text_box ul ol{margin: 0; padding: 0 0 0 20px; }

article ol, .text_box ol{margin: 0 0 15px; padding: 0; counter-reset: item;}
article ol li, .text_box ol li{padding: 0 0 0 20px; margin: 0; position: relative; list-style-type: none; counter-increment: item; background: none;}
article ol li:before, .text_box ol li:before{position: absolute; top: 0; left: 0; display: block; padding-right: 5px; text-align: left; content: counter(item) ".";}
article ol ol, .text_box ol ol{margin: 0; padding: 0 0 0 20px; counter-reset: item;}
article ol ul, .text_box ol ul{margin: 0; padding: 0 0 0 17px; counter-reset: item;}
article ol ul li, .text_box ol ul li{background: url(../img/drobky_arrow.svg) no-repeat scroll 0 7px; background-size: 6px 9px; padding: 0 0 0 17px;}
article ol ul li:before, .text_box ol ul li:before{display: none;}



article table.over, .text_box table.over{min-width: 100%; display: block; overflow-x: scroll;}
article table, .text_box table{margin: 0 0 20px 0; border-collapse: collapse; border-spacing: 0 0;} 
article table caption, .text_box table caption{color: #000; font-size: 20px; line-height: 24px; font-weight: 600; margin: 30px 0 10px; text-align: left;}
article table thead, .text_box table thead{margin-bottom: 3px;} 
article table tr th, article table tbody tr td.fr-highlighted, .text_box table tr th, .text_box table tbody tr td.fr-highlighted{text-align: left; font-weight: 700; padding: 6px 8px; background: #414042; color: #fff; border: 1px solid #333333;}
article table tr td, .text_box table tr td{text-align: left; padding: 6px 8px; font-weight: 400; border: 1px solid #e0dfdf;}

article table.gdpr th{ white-space: nowrap; text-align: left !important; text-transform: none !important;}
article table.gdpr th, article table.gdpr td, article table.gdpr td *{ line-height: 18px; text-align: left; font-size: 13px !important;}

@media screen and (max-width: 1024px) {
article table.gdpr th, article table.gdpr td, article table.gdpr td *{ font-size: 13px !important;}
}
@media screen and (max-width: 500px) {
article table.gdpr th, article table.gdpr td, article table.gdpr td *{ font-size: 12px !important;}
}

article p.gdpr, .text_box p.gdpr{margin: 0; font-size: 12px; line-height: 18px;}
article p.gdpr, .text_box p.gdpr{padding: 6px 0;}
article p.gdpr.full, .text_box p.gdpr.full{padding: 0; max-width: 992px; margin: 10px auto 0; }

article .size_inline{display: inline-block; vertical-align: top; margin: 0 80px 0 0;}
article .size_inline table{min-width: 200px;}

article img, .text_box img{max-width: 100%; margin: 0 auto; display: block; vertical-align: top; float: none; height: initial !important;}
article img.fr-fil, .text_box img.fr-fil{margin-left: 0;}
article img.fr-fir, .text_box img.fr-fir{margin-right: 0;}

article span.fr-video, .text_box span.fr-video{text-align: center; max-width: 100%; margin: 0 auto; display: block; vertical-align: top; float: none;}
article span.fr-video.fr-fvl, .text_box span.fr-video.fr-fvl{margin-left: 0; text-align: left;}
article span.fr-video.fr-fvr, .text_box span.fr-video.fr-fvr{margin-right: 0; text-align: right;}
article span.fr-video iframe, .text_box span.fr-video iframe{max-width: 100%; margin: 0 auto; display: inline-block; width: 640px !important; height: 360px !important;}



@media screen and (max-width: 767px) {
article span.fr-video, .text_box span.fr-video{text-align: center !important;}
article span.fr-video iframe, .text_box span.fr-video iframe{width: 280px !important; height: 160px !important;}
}



input[type=text], input[type=password], input[type=submit], textarea, code, button{font-family: 'Source Sans Pro', sans-serif, Arial; margin: 0;}
 
 
.clear, #cookie_content{margin: 0 !important;}



html{margin: 0 auto; padding: 0; background: #f2f2f2 ;} 
html.admin_settings_active{position: fixed; overflow-y: scroll; width: 100%;} 
body{color: #000000; background: #ffffff !important; padding: 0 !important; overflow-x: hidden; -webkit-text-size-adjust: none; text-rendering: auto; -webkit-backface-visibility:hidden; max-width: 1920px; margin: 0 auto; font-family: 'Source Sans Pro', sans-serif, Arial; font-weight: 400; box-shadow: 0 0 20px -5px rgba(0,0,0,0.6); -webkit-box-shadow: 0 0 20px -5px rgba(0,0,0,0.6);}



.inside{width: 90%; padding: 0; max-width: 1300px; margin: 0 auto;}
.inside_small{width: 90%; padding: 0; max-width: 1200px; margin: 0 auto;}
.inside_max{width: 90%; padding: 0; max-width: 90%; margin: 0 auto;}
.inside_middle{width: 90%; padding: 0; max-width: 1440px; margin: 0 auto;}



.btn{font-weight: 600; font-size: 14px; line-height: 18px; padding: 9px 20px; text-decoration: none; white-space: nowrap; overflow: hidden; position: relative; background: none; display: block; border: 1px solid transparent; text-transform: uppercase; text-align: center; -webkit-border-radius: 0; border-radius: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.btn.disable{background: #e2e2e2 !important; border: 1px solid #e2e2e2 !important; color: #b1b1b1 !important; cursor: no-drop;}
.btn.big{padding: 9px 30px;}
.btn.small{padding: 9px 15px;}
.btn.small2{padding: 6px 12px;}
.btn.overflow{overflow: visible;}
.btn img{display: inline-block; vertical-align: top; margin: 0 0 0 4px;}
.btn.shadow{-webkit-box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.6); box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.6);}
.btn.radius{-webkit-border-radius: 30px; border-radius: 30px;}
.btn.line_height{line-height: 30px;}
.btn.inline{display: inline-block; vertical-align: middle;}
.btn.left{float: left;}
.btn.right{float: right;}
.btn.cursor{cursor: pointer;}
.btn.ultra_min_margin_top{margin-top: 1px;}
.btn.ultra_min_margin_bottom{margin-bottom: 1px;}
.btn.ultra_min_margin_right{margin-right: -3px;}
.btn.ultra_min_margin_left{margin-left: 1px;}
.btn.min_margin_top{margin-top: 5px;}
.btn.min_margin_bottom{margin-bottom: 5px;}
.btn.min_margin_right{margin-right: 5px;}
.btn.min_margin_left{margin-left: 5px;}
.btn.middle_margin_top{margin-top: 10px;}
.btn.middle_margin_bottom{margin-bottom: 10px;}
.btn.middle_margin_right{margin-right: 10px;}
.btn.middle_margin_left{margin-left: 10px;}
.btn.max_margin_top{margin-top: 15px;}
.btn.max_margin_bottom{margin-bottom: 15px;}
.btn.max_margin_right{margin-right: 15px;}
.btn.max_margin_left{margin-left: 15px;}
.btn.ultra_margin_top{margin-top: 25px;}
.btn.ultra_margin_bottom{margin-bottom: 25px;}
.btn.ultra_margin_right{margin-right: 25px;}
.btn.ultra_margin_left{margin-left: 25px;}


.btn i{letter-spacing: 1px; font-style: normal; font-weight: 600; font-size: 14px; line-height: 18px; }
.btn .item{display: block; z-index: 999; position: absolute; width: 230px; left: 50%; bottom: calc(100% + 15px); visibility: hidden; opacity: 0; margin-left: -115px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .btn:hover .item{visibility: visible; opacity: 1; bottom: calc(100% + 5px);}
.btn .item .box{display: block; position: relative; padding: 8px; background: #ffffff; box-shadow: 0 0 20px -5px rgba(0,0,0,0.6); -webkit-box-shadow: 0 0 20px -5px rgba(0,0,0,0.6);}
.btn .item .box::before{display: block; top: 100%; left: 50%; border: solid transparent; content: ""; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 255, 255, 0); border-top-color: #dbdbdb; border-width: 11px; margin-left: -11px; }
.btn .item .box::after{display: block; top: 100%; left: 50%; border: solid transparent; content: ""; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 255, 255, 0); border-top-color: #ffffff; border-width: 10px; margin-left: -10px; }
.btn .item .img{display: block; width: 100%; height: 80px; position: relative; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.btn .item .title{white-space: normal; display: block; text-align: center; font-size: 12px; line-height: 16px; text-transform : none; color: #000000; margin: 0; padding: 8px 0 0; font-weight: 600;}



.btn.typ_1{background: #000000; border: 1px solid #000000; color: #ffffff;}
.notouch .btn.typ_1:hover, .notouch .item.hover_efekt .btn.typ_1, .notouch a.item:hover .btn.typ_1{background: #ec1b24; border: 1px solid #ec1b24; color: #ffffff;}

/*use*/
.btn.typ_2{background: #ec1b24; border: 1px solid #ec1b24; color: #ffffff;}
.notouch .btn.typ_2:hover, .notouch .item.hover_efekt .btn.typ_2, .notouch a.item:hover .btn.typ_2{background: #000000; border: 1px solid #000000; color: #ffffff;}

.btn.typ_3{background: #ffffff; border: 1px solid #000000; color: #000000;}
.notouch .btn.typ_3:hover, .notouch .item.hover_efekt .btn.typ_3, .notouch a.item:hover .btn.typ_3{background: #000000; border: 1px solid #000000; color: #ffffff;}

.btn.typ_4{background: #000000; border: 1px solid #ffffff; color: #ffffff;}
.notouch .btn.typ_4:hover, .notouch .item.hover_efekt .btn.typ_4, .notouch a.item:hover .btn.typ_4{background: #ffffff; border: 1px solid #ffffff; color: #000000;}

/*use*/
.btn.typ_5{background: #ffffff; border: 1px solid #e0dfdf; color: #000000;}
.notouch .btn.typ_5:hover, .notouch .item.hover_efekt .btn.typ_5, .notouch a.item:hover .btn.typ_5{background: #000000; border: 1px solid #000000; color: #ffffff;}

/*use*/
.btn.typ_6{background: transparent; border: 1px solid #ec1b24; color: #ffffff; padding: 9px 40px 9px 20px;}
.btn.typ_6::before{opacity: 1; background: url(../img/arrow_white_right.svg) no-repeat scroll center center; background-size: 14px 14px; content: ""; position: absolute; right: 10px; top: calc(50% - 7px); width: 14px; height: 14px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .btn.typ_6:hover, .notouch .item.hover_efekt .btn.typ_6, .notouch a.item:hover .btn.typ_6{background: #ec1b24; border: 1px solid #ec1b24; color: #ffffff;}

/*use*/
.btn.typ_7{background: transparent; border: 1px solid transparent; color: #999999; padding: 9px 25px 9px 0; letter-spacing: 1px;}
.btn.typ_7::before{opacity: 1; background: url(../img/arrow_red_right.svg) no-repeat scroll center center; background-size: 14px 14px; content: ""; position: absolute; right: 0; top: calc(50% - 7px); width: 14px; height: 14px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .btn.typ_7:hover, .notouch .item.hover_efekt .btn.typ_typ_76, .notouch a.item:hover .btn.typ_7{background: transparent; border: 1px solid transparent; color: #ec1b24;}

/*use*/
.btn.typ_8{background: #ec1b24; border: 1px solid #ec1b24; color: #ffffff; padding: 17px 30px;}
.notouch .btn.typ_8:hover, .notouch .item.hover_efekt .btn.typ_8, .notouch a.item:hover .btn.typ_8{background: #000000; border: 1px solid #000000; color: #ffffff;}

/*use*/
.btn.typ_9{background: #ec1b24; border: 1px solid #ec1b24; color: #ffffff;}
.notouch .btn.typ_9:hover, .notouch .item.hover_efekt .btn.typ_9, .notouch a.item:hover .btn.typ_9{background: #ffffff; border: 1px solid #ffffff; color: #000000;}

/*use*/
.btn.typ_10{background: #ffffff; border: 1px solid #e6e7e8; color: #000;}
.notouch .btn.typ_10:hover, .notouch .item.hover_efekt .btn.typ_10, .notouch a.item:hover .btn.typ_10{background: #ec1b24; border: 1px solid #ec1b24; color: #ffffff}

/*use*/
.btn.typ_11{background: #ec1b24; border: 1px solid #ec1b24; color: #ffffff; padding: 9px 40px 9px 20px;}
.btn.typ_11::before{opacity: 1; background: url(../img/arrow_white_right.svg) no-repeat scroll center center; background-size: 14px 14px; content: ""; position: absolute; right: 10px; top: calc(50% - 7px); width: 14px; height: 14px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .btn.typ_11:hover, .notouch .item.hover_efekt .btn.typ_11, .notouch .item:hover .btn.typ_11{background: #000000; border: 1px solid #000000; color: #ffffff;}

/*use*/
.btn.typ_12{background: #ec1b24; border: 1px solid #ec1b24; color: #ffffff; padding: 9px 20px 9px 40px;}
.btn.typ_12::before{-webkit-transform: rotate(180deg); transform: rotate(180deg); opacity: 1; background: url(../img/arrow_white_right.svg) no-repeat scroll center center; background-size: 14px 14px; content: ""; position: absolute; left: 10px; top: calc(50% - 7px); width: 14px; height: 14px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .btn.typ_12:hover, .notouch .item.hover_efekt .btn.typ_12, .notouch a.item:hover .btn.typ_12{background: #000000; border: 1px solid #000000; color: #ffffff;}




@media screen and (max-width: 1024px) {
.btn .item{display: none;}
}
@media screen and (max-width: 768px) {
.btn i{display: block;}
}
@media screen and (max-width: 500px) {
.btn{font-size: 11px; line-height: 16px; padding: 6px 15px;}
.btn i{font-size: 11px; line-height: 16px;} 
}




.top_line{z-index: 999; min-height: 0; display: block; position: relative; width: 100%; background: #000;}
.top_line .left_side{background: #000000; float: left; width: calc(45% - 30px); text-align: left; padding: 0 30px 0 5%; position: relative;} 
.top_line .left_side.full{width: 90%; float: none; text-align: center; padding: 0 5%;}
.top_line .left_side p{margin: 0; font-size: 14px; line-height: 50px; font-weight: 600; color: #fff;}
.top_line .left_side p a{text-decoration: underline;}
.notouch .top_line .left_side p a:hover{text-decoration: none;}

.top_line .right_side{background: #000000; float: right; width: calc(45% - 30px); text-align: left; padding: 0 5% 0 30px; position: relative;}
.top_line .right_side:nth-child(2)::before{position: absolute; left: 0; top: 50%; transform: translateY(-50%); height: 30px; width: 1px; background: #585858; content: "";} 
.top_line .right_side.full{width: 90%; float: none; padding: 0 5%;}
.top_line .right_side .icon_list{display: table; width: 100%; position: relative; table-layout: fixed;}
.top_line .right_side .icon_list .item{display: table-cell; vertical-align: middle; font-size: 0; text-align: center;}
.top_line .right_side .icon_list .item .img{display: inline-block; vertical-align: middle; margin: 0 8px 0 0; width: 40px;}
.top_line .right_side .icon_list .item .img img{display: block; margin: 0; width: 100%;}
.top_line .right_side .icon_list .item .text{display: inline-block; vertical-align: middle; margin: 0; max-width: calc(100% - 48px);}
.top_line .right_side .icon_list .item .text p{margin: 0; font-size: 13px; line-height: 50px; font-weight: 700; color: #999999;}

.top_line .right_side .icon_list .item:first-of-type{text-align: left;}
.top_line .right_side .icon_list .item:last-of-type{text-align: right;}

@media screen and (max-width: 1600px) {
/*.top_line .left_side{width: calc(45% - 20px); padding: 0 20px 0 5%;}*/
.top_line{display: none;}
.top_line .left_side{width: 90%; padding: 0 5%;} 
.top_line .left_side p{text-align: center; font-size: 14px; line-height: 42px;}

.top_line .right_side{display: none;}
.top_line .right_side{width: calc(45% - 20px); padding: 0 5% 0 20px;} 
.top_line .right_side .icon_list .item .img{margin: 0 5px 0 0; width: 35px;}
.top_line .right_side .icon_list .item .text{max-width: calc(100% - 40px);}
.top_line .right_side .icon_list .item .text p{font-size: 13px; line-height: 42px;}
}

@media screen and (max-width: 1400px) {
.top_line .left_side{width: 90%; padding: 0 5%; float: none;} 
.top_line .right_side{display: none;}
}

@media screen and (max-width: 1300px) {
.top_line .left_side{display: none;} 
}









.header_height{display: block; height: 90px; position: relative;}



header{padding: 0; background: #000000; border-top: 1px solid #333; max-width: 1920px; z-index: 9999; position: absolute; top: 49px; left: 0; right: 0; margin: 0 auto; width: 100%; text-align: center;}
header.top{top: 0;}
header.active{position: fixed; top: 0 !important;}
header a.logo{display: inline-block; vertical-align: middle; position: relative;}
header a.logo::before{display: block; position: absolute; left: 0; top: 0; background: url(../img/logo.svg) no-repeat scroll center center; content: "";}
header a.logo, header a.logo::before{width: 184px; height: 46px; background-size: 184px 46px;}

header .box{text-align: right; z-index: 999; display: inline-block; vertical-align: middle; width: calc(100% - 184px); margin: 0; font-size: 0; }

header .box nav{text-align: center; width: calc(100% - 361px - 79px); z-index: 999; display: inline-block; vertical-align: middle; margin: 0;}
header .box nav ul{margin: 0; padding: 0; display: inline-block; vertical-align: middle; text-align: right;}
header .box nav ul li{padding: 0; list-style: none; display: inline-block; vertical-align: middle; margin: 0 25px;}
header .box nav ul li.submenu .over{opacity: 0; visibility: hidden; left: 0; right: 0; margin: 0 auto; content: ""; background: rgba(0,0,0,0.65); position: absolute; width: 100%; max-width: 1920px; top: 90px; height: calc(100vh - 90px - 50px); z-index: 998; -webkit-transition-delay: 500ms; transition-delay: 500ms}
header .box nav ul li a{text-transform: uppercase; position: relative; display: block; line-height: 22px; font-size: 16px; font-weight: 500; padding: 34px 8px; color: #ffffff; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
header .box nav ul li a::before{position: absolute; left: 50%; opacity: 0; bottom: 0; -webkit-transform: translateX(-50%); transform: translateX(-50%); height: 5px; background: #ec1c24; width: 0; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch header .box nav ul li > a:hover::before{opacity: 1;width: 100%;}
header .box nav ul li.active > a, header .box nav ul li.open > a::before{color: #ec1c24;}


div.submenu{z-index: 999; opacity: 0; visibility: hidden; position: absolute; left: 0; right: 0; top: 100%; -webkit-transition-delay: 500ms; transition-delay: 500ms;}
.notouch li.submenu:not(.hide):hover div.submenu, .notouch li.submenu:not(.hide):hover .over{opacity: 1; visibility: visible; -webkit-transition-delay: 500ms; transition-delay: 500ms;}




header .box .user{font-size: 0; margin: 0; padding: 0; display: inline-block; vertical-align: middle; text-align: right; width: 361px;}
header .box .user .user_icon{vertical-align: middle; position: relative; cursor: pointer; display: none; padding: 0; width: 36px; height: 36px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
header .box .user .user_icon::before{opacity: 1; background: url(../img/user_icon_white.svg) no-repeat scroll center center; background-size: 36px 36px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ""; display: block; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
header .box .user .user_icon::after{opacity: 0; background: url(../img/user_icon_red.svg) no-repeat scroll center center; background-size: 36px 36px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ""; display: block; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch header .box .user .user_icon:hover::before, header .box .user .user_icon.active::before{opacity: 0;}
.notouch header .box .user .user_icon:hover::after, header .box .user .user_icon.active::after{opacity: 1;} 



header .header_search{text-align: right; position: relative; display: inline-block; vertical-align: middle; width: 250px; margin: 0 35px 0 0;}
header .search{margin: 0; font-size: 0; cursor: pointer; position: relative; display: none; vertical-align: middle; padding: 0; width: 38px; height: 38px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
header .search::before{opacity: 1; background-image: url(../img/search_white.svg); position: absolute; left: 0; top: 0; bottom: 0; width: 34px; content: ""; background-repeat: no-repeat; background-position: center center; background-size: 24px 24px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
header .search::after{opacity: 0; background-image: url(../img/search_red.svg); position: absolute; left: 0; top: 0; bottom: 0; width: 34px; content: ""; background-repeat: no-repeat; background-position: center center; background-size: 24px 24px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch header .search:hover::before{opacity: 0;}
.notouch header .search:hover::after{opacity: 1;}



header #search_box{opacity: 1; visibility: visible; position: relative; right: 0; top: 0; z-index: 200; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
header.search_active .header_search #search_box{opacity: 1; visibility: visible; }
header #search_box input[type=text]{width: calc(100% - 60px); border: 0; border-bottom: 1px solid rgba(255,255,255,0.5); position: relative; z-index: 1; display: block; padding: 10px 45px 10px 15px; font-size: 13px; line-height: 20px; font-weight: 500; color: #ffffff; background: transparent; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
header #search_box input[type=text]:focus{border-bottom: 1px solid #ec1c24; }
header #search_box input[type=text]::-webkit-input-placeholder {color: #ffffff;} 
header #search_box input[type=text]::-moz-placeholder {color: #ffffff;} 
header #search_box input[type=text]::-ms-input-placeholder {color: #ffffff;}

header #search_box button[type=submit].search_field{position: absolute; right: 1px; top: 1px; bottom: 1px; width: 35px; height: 40px; background: none; z-index: 10; border: 0; background: transparent; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
header #search_box button[type=submit].search_field::before{opacity: 1; background: url(../img/search_white.svg) no-repeat scroll center center; background-size: 20px 20px; content: ""; position: absolute; right: 0; top: 0; width: 100%; height: 100%; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
header #search_box button[type=submit].search_field::after{opacity: 0; background: url(../img/search_red.svg) no-repeat scroll center center; background-size: 20px 20px; content: ""; position: absolute; right: 0; top: 0; width: 100%; height: 100%; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch header #search_box button[type=submit].search_field:hover::before{opacity: 0;}
.notouch header #search_box button[type=submit].search_field:hover::after{opacity: 1;}



header #search_box form p.load{width: 246px; border: 1px solid #ffffff; top: 52px; opacity: 0; visibility: hidden; font-size: 12px; line-height: 16px; font-weight: 600; z-index: 0; position: absolute; right: 0; background: #fff; color: #515154; padding: 12px 10px 12px 40px; margin: 0; text-align: left; -webkit-box-shadow: 0 0 20px -5px rgba(0,0,0,0.5); box-shadow: 0 0 20px -5px rgba(0,0,0,0.5);}
header #search_box form p.load.active{opacity: 1; visibility: visible;}
header #search_box form p.load::before{position: absolute; left: 10px; top: 50%; margin-top: -10px; width: 20px; height: 20px; content: ""; background: url(../img/search_arrow.svg) no-repeat scroll center center; background-size: 20px 20px; -webkit-animation: rotating 2s linear infinite; animation: rotating 2s linear infinite;}
@-webkit-keyframes rotating {from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}
@keyframes rotating {from{ -webkit-transform: rotate(0deg); transform: rotate(0deg);} to{ -webkit-transform: rotate(360deg); transform: rotate(360deg);}}


header #search_box form p.error{border: 1px solid #ffffff; top: 0; opacity: 0; visibility: hidden; font-size: 12px; line-height: 16px; font-weight: 600; z-index: 0; position: absolute; left: 0; right: 0; background: #fff; color: #515154; padding: 10px 15px 10px 40px; margin: 0; text-align: left;}
header #search_box form p.error.active{opacity: 1; visibility: visible; position: relative;}
header #search_box form p.error::before{position: absolute; left: 10px; top: 50%; margin-top: -10px; width: 20px; height: 20px; content: ""; background: url(../img/search_error.svg) no-repeat scroll center center; background-size: 20px 20px;}

header #search_box form ul{width: 297px; opacity: 1; visibility: visible; display: block; z-index: 0; position: absolute; margin: 0; padding: 0; top: 42px; right: 0; background: #ffffff; box-shadow: 0 0 20px -5px rgba(0,0,0,0.6); -webkit-box-shadow: 0 0 20px -5px rgba(0,0,0,0.6);}
header #search_box form ul.hide{opacity: 0; visibility: hidden;}
header #search_box form ul:empty{display: none;}
header #search_box form ul li{list-style: none; display: block;}
header #search_box form ul li a, header #search_box form ul li button{border: 0; background: #fff; text-align: left; border-top: 1px solid #f0f0f0; font-size: 13px; line-height: 22px; color: #515154; padding: 5px 10px; list-style: none; display: block; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch header #search_box form ul li:hover a, header #search_box form ul li.active a{background: #f0f0f0; color: #515154;}
.notouch header #search_box form ul li.special:hover a, header #search_box form ul li.active.special a{background: #ec1c24; color: #ffffff;}
header #search_box form ul li button{padding-left: 0; padding-right: 0; width: 100%; }
header #search_box form ul li.special a, header #search_box form ul li.special button{font-weight: 400; background: #515154; font-size: 12px; color: #fff; text-align: center; text-decoration: underline; padding: 8px 10px; margin: 0 0 -1px;}
header #search_box form ul li a span{font-size: 12px; line-height: 22px; color: #515154; padding: 0;}
.notouch header #search_box form ul li:not(.special):hover a, header #search_box form ul li.active a, .notouch header #search_box form ul li:not(.special):hover button, header #search_box form ul li.active button{background: #f0f0f0; color: #000;}
.notouch header #search_box form ul li.special:hover a, header #search_box form ul li.active.special a, .notouch header #search_box form ul li.special:hover button, header #search_box form ul li.active.special button{text-decoration: none;}
header #search_box form ul li > span{-webkit-border-radius: 0; border-radius: 0; background: #414042; text-align: left; font-size: 13px; line-height: 20px; color: #fff; font-weight: 400; padding: 8px 10px; list-style: none; display: block; -webkit-transition: all 400ms ease; transition: all 400ms ease;}

 



header .box .user ul{position: relative; z-index: 999; margin: 0; padding: 0; display: inline-block; vertical-align: middle; text-align: center;}
header .box .user ul li{padding: 0; position: relative; list-style: none; display: inline-block; vertical-align: middle; margin: 0;}
header .box .user ul li .icon{display: block; width: 38px; height: 38px; position: relative;}
header .box .user ul li .icon::before{opacity: 1; background: no-repeat scroll center center; background-size: 36px 36px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ""; display: block; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
header .box .user ul li .icon::after{opacity: 0; background: no-repeat scroll center center; background-size: 36px 36px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ""; display: block; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch header .box .user ul li:hover .icon::before, .notouch header .box .user ul li.active .icon::before{opacity: 0;}
.notouch header .box .user ul li:hover .icon::after, .notouch header .box .user ul li.active .icon::after{opacity: 1;}
header .box .user ul li .icon.user_icon2::before{background-image: url(../img/user_icon_white.svg);}
header .box .user ul li .icon.user_icon2::after{background-image: url(../img/user_icon_red.svg);}
header .box .user ul li .icon.wish_icon::before{background-image: url(../img/wish_icon_white.svg);}
header .box .user ul li .icon.wish_icon::after{background-image: url(../img/wish_icon_black.svg);}


header .box .user ul li ul{z-index: 0; margin: 0; padding: 0; position: absolute; top: 100%; right: 0; background: #ffffff; display: none; -webkit-transition: all 200ms ease; transition: all 200ms ease; -webkit-box-shadow: 0 0 20px -5px rgba(0,0,0,0.6); box-shadow: 0 0 20px -5px rgba(0,0,0,0.6);}
header .box .user ul li ul:before{bottom: 100%; right: 14px; border: solid transparent; content: ""; height: 0; width: 0; position: absolute; pointer-events: none; border-bottom-color: #ffffff; border-width: 6px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
header .box .user ul li ul.hover_efekt:before, header .box .user ul li ul.special:before{border-bottom-color: #1a1a1a;}
header .box .user ul li:hover ul{display: block;}
header .box .user ul li ul li {margin: 0 !important; list-style: none; display: block; width: 100%; padding: 0;}
header .box .user ul li ul li a{white-space: nowrap; opacity: 1; position: relative; text-transform: none; font-weight: 400; display: block; padding: 8px 20px; font-size: 12px; line-height: 20px; text-align: right; color: #000000 !important; border-top: 1px solid #e5e5e5; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
header .box .user ul li ul li:first-of-type a{border-top: 0 !important;}
header .box .user ul li ul li a::before{ display: none;}
.notouch header .box .user ul li ul li a:hover, header .box .user ul li ul li.active a{background: #1a1a1a; color: #ffffff !important; border-top: 1px solid #000000;}




header .box .user .basket{margin: 0; padding: 0; display: inline-block; vertical-align: middle; text-align: center;}
header .box .user .basket a{padding: 0; position: relative; font-weight: 400; width: 38px; height: 38px; display: inline-block; vertical-align: middle; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
header .box .user .basket a::before{position: absolute; content: ""; background: url(../img/basket_icon_white.svg) no-repeat scroll center center; background-size: 36px 36px; left: 0; right: 0; top: 0; bottom: 0; opacity: 1; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
header .box .user .basket a::after{position: absolute; content: ""; background: url(../img/basket_icon_red.svg) no-repeat scroll center center; background-size: 36px 36px; left: 0; right: 0; top: 0; bottom: 0; opacity: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch header .box .user .basket a:hover::before, header .box .user .basket a.active::before{opacity: 0;}
.notouch header .box .user .basket a:hover::after, header .box .user .basket a.active::after{opacity: 1;}
header .box .user .basket a span{font-family: Arial, sans-serif; z-index: 999; position: absolute; right: -5px; top: calc(50% - 10px); display: block; background: #ec1c24; font-size: 10px; line-height: 20px; width: 20px; font-weight: 400; text-align: center; color: #ffffff; -webkit-border-radius: 30px; border-radius: 30px; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
header .box .user .basket a span.active{background: #ec1c24; }



header .box ul.lang{margin: 0 0 0 35px; padding: 0; display: inline-block; vertical-align: middle; text-align: center;}
header .box ul.lang li{padding: 0; position: relative; list-style: none; display: inline-block; vertical-align: middle; margin: 0;}
header .box ul.lang li button.return_false{-webkit-border-radius: 30px; border-radius: 30px; border: 0; background: none; text-transform: uppercase; position: relative; display: block; line-height: 44px; width: 44px; text-align: center; font-size: 14px; font-weight: 600; padding: 0; color: #fff; background: #bcbec0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch header .box ul.lang li:hover > button.return_false, header .box ul.lang li.active > button.return_false, header .box ul.lang li.open > button.return_false{background: #ec1c24;}

header .box ul.lang li ul{z-index: 0; margin: 0; padding: 0; position: absolute; top: 100%; right: 0; background: #ffffff; display: none; -webkit-transition: all 200ms ease; transition: all 200ms ease; -webkit-box-shadow: 0 0 20px -5px rgba(0,0,0,0.6); box-shadow: 0 0 20px -5px rgba(0,0,0,0.6);}
header .box ul.lang li ul:before{bottom: 100%; right: 14px; border: solid transparent; content: ""; height: 0; width: 0; position: absolute; pointer-events: none; border-bottom-color: #ffffff; border-width: 6px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
header .box ul.lang li ul.hover_efekt:before, header .box ul.lang li ul.special:before{border-bottom-color: #1a1a1a;}
header .box ul.lang li:hover ul{display: block;}
header .box ul.lang li ul li {margin: 0 !important; list-style: none; display: block; width: 100%; padding: 0;}
header .box ul.lang li ul li a{white-space: nowrap; opacity: 1; position: relative; text-transform: none; font-weight: 400; display: block; padding: 8px 20px; font-size: 12px; line-height: 20px; text-align: right; color: #000000 !important; border-top: 1px solid #e5e5e5; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
header .box ul.lang li ul li:first-of-type a{border-top: 0 !important;}
header .box ul.lang li ul li a::before{ display: none;}
.notouch header .box ul.lang li ul li a:hover, header .box ul.lang li ul li.active a{background: #1a1a1a; color: #ffffff !important; border-top: 1px solid #000000;}





.open_close_navigation{cursor: pointer; text-align: center; display: none; position: relative; left: 0; z-index: 20; padding: 0; margin: 0 40px 0 0; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.open_close_navigation::after{margin: 0 0 0 5px; content: "Menu"; font-size: 13px; line-height: 20px; height: 18px; color: #ffffff; font-weight: 500; text-transform: uppercase; display: inline-block; vertical-align: middle; -webkit-transition: all 400ms ease; transition: all 400ms ease; cursor: pointer; user-select: none;}
.open_close_navigation button {background: none; border: none; display: inline-block; vertical-align: middle; margin: 0;}
.open_close_navigation .lines-button {font-size: 0; padding: 14px 0; -webkit-transition: all 400ms ease; transition: all 400ms ease; cursor: pointer; user-select: none;}
.open_close_navigation .lines-button:active { -webkit-transition: none; transition: none;}
.open_close_navigation .lines {display: inline-block; width: 1.8rem; height: 2px; background: #ffffff; transition: 0.3s; position: relative;}
.open_close_navigation .lines:before, .open_close_navigation .lines:after {display: inline-block; width: 1.8rem; height: 2px; background: #ffffff; transition: 0.3s; position: absolute; left: 0; content: ''; -webkit-transform-origin: 0.28571rem center; transform-origin: 0.28571rem center;}
.open_close_navigation .lines:before {top: 0.4rem;}
.open_close_navigation .lines:after {top: -0.4rem;}
.open_close_navigation .lines-button.close {-webkit-transform: scale3d(0.8, 0.8, 0.8); transform: scale3d(0.8, 0.8, 0.8);}
.open_close_navigation .lines-button.x.close .lines {background: transparent !important;}
.open_close_navigation .lines-button.x.close .lines:before, .open_close_navigation .lines-button.x.close .lines:after {height: 2px; left: -2px; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; top: 0; width: 2.3rem; background: #ffffff;}
.open_close_navigation .lines-button.x.close .lines:before {-webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg);}
.open_close_navigation .lines-button.x.close .lines:after {-webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg);}



.notouch .open_close_navigation:hover::after{color: #ec1c24;}
.notouch .open_close_navigation:hover .lines-button.x.close .lines:before, .notouch .open_close_navigation:hover .lines-button.x.close .lines:after{background: #ec1c24;}
.notouch .open_close_navigation:hover .lines:before, .notouch .open_close_navigation:hover .lines:after{background: #ec1c24;} 
.notouch .open_close_navigation:hover .lines{background: #ec1c24;} 



.ipad_menu{text-align: center; display: none; position: absolute; max-width: 1920px; margin: 0 auto; width: 100%; top: -900px; right: 0; left: 0; background: #ffffff; -webkit-box-shadow: 2px 2px 14px -5px rgba(0,0,0,0.5); box-shadow: 2px 2px 14px -5px rgba(0,0,0,0.5); padding: 103px 0 0; z-index: 9998; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.ipad_menu.move{top: 0 !important;}
.ipad_menu > ul{display: block; position: relative; text-align: left; margin: 0; padding: 0; z-index: 9998;}
.ipad_menu > ul > li{position: relative; list-style: none; display: block;}
.ipad_menu > ul > li > a, .ipad_menu > ul > li > button:not(.icon){border: 0; background: none; border-top: 1px solid #ededed; position: relative; font-size: 13px; line-height: 44px; font-weight: 600; padding: 0 15px; display: block; text-transform: uppercase; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.ipad_menu > ul > li > button:not(.icon){text-align: left; width: 100%; }
.notouch .ipad_menu > ul > li > a:hover, .ipad_menu > ul > li > a:focus, .ipad_menu > ul > li.active > a, .ipad_menu > ul > li[aria-expanded='true'] > a, .ipad_menu > ul > li.focus_efekt > a,
.notouch .ipad_menu > ul > li > button:not(.icon):hover, .ipad_menu > ul > li > button:not(.icon):focus, .ipad_menu > ul > li.active > button:not(.icon), .ipad_menu > ul > li[aria-expanded='true'] > button:not(.icon), .ipad_menu > ul > li.focus_efekt > button:not(.icon){background: #1a1a1a; border-top: 1px solid #000000; color: #fff;}

.ipad_menu > ul > li > ul{border-top: 1px solid #d4d4d4; display: none; position: relative; text-align: left; margin: 0; padding: 0 0 0 25px; z-index: 9998; background: #ececec;}
.ipad_menu > ul > li[aria-expanded='true'] > ul, .ipad_menu > ul > li.open > ul{display: block;}
.ipad_menu > ul > li > ul > li{position: relative; list-style: none; display: block;}
.ipad_menu > ul > li > ul > li > a{border-top: 1px solid #d4d4d4; position: relative; font-size: 13px; line-height: 44px; font-weight: 600; padding: 0 60px 0 15px; display: block; text-transform: none; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.ipad_menu > ul > li > ul > li:nth-child(1) > a{border-top: 0 !important}
.notouch .ipad_menu > ul > li > ul > li > a:hover, .ipad_menu > ul > li > ul > li > a:focus, .ipad_menu > ul > li > ul > li.active > a, .ipad_menu > ul > li > ul > li[aria-expanded='true'] > a, .ipad_menu > ul > li > ul > li.focus_efekt > a{color: #ec1c24}

.ipad_menu > ul > li > ul > li > ul{border-top: 1px solid #d4d4d4; display: none; position: relative; text-align: left; margin: 0; padding: 0 0 0 15px; z-index: 9998; background: #ececec;}
.ipad_menu > ul > li > ul > li[aria-expanded='true'] > ul, .ipad_menu > ul > li > ul > li.open > ul{display: block;}
.ipad_menu > ul > li > ul > li > ul > li{position: relative; list-style: none; display: block;}
.ipad_menu > ul > li > ul > li > ul > li > a{border-top: 1px solid #d4d4d4; position: relative; font-size: 13px; line-height: 44px; font-weight: 400; padding: 0 60px 0 15px; display: block; text-transform: none; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.ipad_menu > ul > li > ul > li > ul > li:nth-child(1) > a{border-top: 0 !important}
.notouch .ipad_menu > ul > li > ul > li > ul > li > a:hover, .ipad_menu > ul > li > ul > li > ul > li > a:focus, .ipad_menu > ul > li > ul > li > ul > li.active > a, .ipad_menu > ul > li > ul > li > ul > li[aria-expanded='true'] > a, .ipad_menu > ul > li > ul > li > ul > li.focus_efekt > a{color: #ec1c24}


.ipad_menu ul > li > .icon{background: none; border: 0; cursor: pointer; z-index: 100; display: block; position: absolute; top: 1px; right: 0; height: 44px; width: 45px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.ipad_menu ul > li > .icon::after{position: absolute; height: 32px; width: 1px; top: 50%; left: 0; background: #d4d4d4; content: ""; display: block; -webkit-transform: translateY(-50%) translateZ(0); transform: translateY(-50%) translateZ(0); -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .ipad_menu ul > li:hover > .icon::after, .ipad_menu ul > li > .icon:focus::after, .ipad_menu ul > li.active > .icon::after, .ipad_menu ul > li[aria-expanded='true'] > .icon::after{background: #deeef3;}
.ipad_menu ul > li > .icon::before{display: block; width: 100%; height: 100%; content: ""; position: absolute; top: 0; left: 0; background: url(../img/arrow_black_right.svg) no-repeat scroll center center; background-size: 12px 12px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.ipad_menu ul > li.focus_efekt > .icon::before, .ipad_menu ul > li.open > .icon::before, .ipad_menu ul > li.open > .icon:focus::before, .ipad_menu ul > li.open > .icon:hover::before, .ipad_menu ul > li:focus > .icon::before, .ipad_menu ul > li[aria-expanded='true'] > .icon::before, .notouch .ipad_menu ul > li:hover > .icon::before, .notouch .ipad_menu ul > li.focus_efekt > .icon:hover::before, .notouch .ipad_menu ul > li.open[aria-expanded='true'] > .icon:hover::before, .notouch .ipad_menu ul > li[aria-expanded='true'] > .icon:hover::before{background: url(../img/arrow_white_right.svg) no-repeat scroll center center; background-size: 12px 12px;}
.notouch .ipad_menu ul > li > .icon:hover::before, .ipad_menu ul > li > .icon:focus::before, .ipad_menu ul > li.open.focus_efekt > .icon:focus::before, .notouch .ipad_menu ul > li.open > .icon:hover::before{background: url(../img/arrow_red_right.svg) no-repeat scroll center center; background-size: 12px 12px;}
.ipad_menu ul > li.open > .icon::before{-webkit-transform: rotate(-90deg);transform: rotate(-90deg);}





.user_menu{text-align: center; display: none; position: absolute; max-width: 1920px; margin: 0 auto; width: 100%; top: -900px; right: 0; left: 0; background: #ffffff; -webkit-box-shadow: 2px 2px 14px -5px rgba(0,0,0,0.5); box-shadow: 2px 2px 14px -5px rgba(0,0,0,0.5); padding: 103px 0 0; z-index: 9998; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.user_menu.move{top: 0 !important;}
.user_menu > ul{display: block; position: relative; text-align: left; margin: 0; padding: 0; z-index: 9998;}
.user_menu > ul > li{position: relative; list-style: none; display: block;}
.user_menu > ul > li > a{border: 0; background: none; border-top: 1px solid #ededed; position: relative; font-size: 13px; line-height: 44px; font-weight: 600; padding: 0 15px; display: block; text-transform: uppercase; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .user_menu > ul > li > a:hover, .user_menu > ul > li > a:focus, .user_menu > ul > li.active > a, .user_menu > ul > li[aria-expanded='true'] > a{background: #1a1a1a; border-top: 1px solid #000000; color: #fff;}







div.submenu .in{position: relative; z-index: 999; padding: 40px 0; background: #fff;}



div.submenu .in div.submenu_radce ul li ul{position: relative; width: 100%; border: 0; padding: 10px 0 0; margin: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
div.submenu .in div.submenu_radce ul li ul li{position: relative; margin: 7px 0 0; padding: 0; list-style: none;}
div.submenu .in div.submenu_radce ul li ul li a{display: block; font-size: 14px; line-height: 22px; font-weight: 500; text-transform: uppercase; text-align: left; color: #000000;}
.notouch div.submenu .in div.submenu_radce ul li ul li a:hover, div.submenu .in div.submenu_radce ul li ul li.active a{color: #ec1c24;}

div.submenu .in div.submenu_category{display: block; width: 100%;}
div.submenu .in div.submenu_category .container{display: flex; width: 100%; flex-wrap: wrap; font-size: 0;}
div.submenu .in div.submenu_category .container ul{display: inline-block; vertical-align: top; width: calc(20% - 360px / 5 - 1px); border-left: 1px solid #F1F2F2; padding: 25px 0 25px 45px; margin: 60px 0 0 45px;}
div.submenu .in div.submenu_category .container ul:nth-child(1), div.submenu .in div.submenu_category .container ul:nth-child(5n + 1){border-left: 0; padding: 25px 0; margin: 60px 0 0;}
div.submenu .in div.submenu_category .container ul:nth-child(-n + 5){margin-top: 0;}
div.submenu .in div.submenu_category .container ul li{display: block; position: relative; margin: 0;}
div.submenu .in div.submenu_category .container ul li a, div.submenu .in div.submenu_category .container ul li span{display: block; margin: 0; padding: 0; position: relative; text-align: left; font-size: 16px; line-height: 22px; font-weight: 700; color: #000; text-transform: uppercase; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
div.submenu .in div.submenu_category .container ul li a::before, div.submenu .in div.submenu_category .container ul li span::before{display: none;}
div.submenu .in div.submenu_category .container ul li a::after, div.submenu .in div.submenu_category .container ul li span::before{display: none;}
.notouch div.submenu .in div.submenu_category .container ul li > a:hover, div.submenu .in div.submenu_category .container ul li.active > a{color: #ec1c24;}


div.submenu .in div.submenu_category .container ul.special_bg li{margin: 20px 0 0;}
div.submenu .in div.submenu_category .container ul.special_bg li:nth-child(1){margin: 0;}
div.submenu .in div.submenu_category .container ul.special_bg li a{padding: 28px 25px; display: block; position: relative;}
div.submenu .in div.submenu_category .container ul.special_bg li a::after{z-index: 0; display: block; position: absolute; left: 25px; right: 25px; top: 50%; height: 1px; background: #fff; opacity: 0.6; content: "";}
div.submenu .in div.submenu_category .container ul.special_bg li a span:not(.clear){position: relative; z-index: 10; float: left; font-size: 20px; line-height: 28px; font-weight: 600; text-transform: uppercase; padding: 0 20px 0 0;}
.notouch div.submenu .in div.submenu_category .container ul.special_bg li a:hover span:not(.clear){text-decoration: underline;}
div.submenu .in div.submenu_category .container ul.special_bg li a i:not(.clear){position: relative; z-index: 10; float: right; font-style: normal; font-size: 20px; line-height: 28px; font-weight: 600; text-transform: uppercase; padding: 0 0 0 20px;}
div.submenu .in div.submenu_category .container ul.special_bg li a.green, div.submenu .in div.submenu_category .container ul.special_bg li a.green *{color: #414042; background: #39b54a;}
div.submenu .in div.submenu_category .container ul.special_bg li a.red, div.submenu .in div.submenu_category .container ul.special_bg li a.red *{color: #ffffff; background: #ec1c24;}
div.submenu .in div.submenu_category .container ul.special_bg li a.blue, div.submenu .in div.submenu_category .container ul.special_bg li a.blue *{color: #414042; background: #29abe2;}
div.submenu .in div.submenu_category .container ul.special_bg li a.orange, div.submenu .in div.submenu_category .container ul.special_bg li a.orange *{color: #ffffff; background: #ed9b05;}



div.submenu .in div.submenu_category .container ul li ul{position: relative; width: 100%; border: 0; padding: 10px 0 0; margin: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
div.submenu .in div.submenu_category .container ul li ul li{position: relative; margin: 7px 0 0; padding: 0; list-style: none;}
div.submenu .in div.submenu_category .container ul li ul li a{display: block; font-size: 14px; line-height: 22px; font-weight: 500; text-transform: uppercase; text-align: left; color: #000000;}
.notouch div.submenu .in div.submenu_category .container ul li ul li > a:hover, div.submenu .in div.submenu_category .container ul li ul li.active > a{color: #ec1c24;}






@media screen and (max-width: 1600px) {
header{top: 0;}


div.submenu .in div.submenu_category .container ul.special_bg li{margin: 15px 0 0;}
div.submenu .in div.submenu_category .container ul.special_bg li a{padding: 22px 20px;}
div.submenu .in div.submenu_category .container ul.special_bg li a::after{left: 20px; right: 20px;}
div.submenu .in div.submenu_category .container ul.special_bg li a span:not(.clear){font-size: 18px; line-height: 26px; padding: 0 15px 0 0;}
div.submenu .in div.submenu_category .container ul.special_bg li a i:not(.clear){font-size: 18px; line-height: 26px; padding: 0 0 0 15px;}

}


@media screen and (max-width: 1500px) {
header .box nav ul li{margin: 0 18px;}
div.submenu .in div.submenu_radce{display: none;}
div.submenu .in div.submenu_category{display: block; width: 100%;}

div.submenu .in div.submenu_category .container ul{width: calc(20% - 240px / 5 - 1px); padding: 25px 0 25px 30px; margin: 60px 0 0 30px;}
div.submenu .in div.submenu_category .container ul:nth-child(1), div.submenu .in div.submenu_category .container ul:nth-child(5n + 1){border-left: 0; padding: 25px 0; margin: 60px 0 0;}
div.submenu .in div.submenu_category .container ul:nth-child(-n + 5){margin-top: 0;}

header .box nav ul li.submenu .over{height: calc(100vh - 91px)}
}


@media screen and (max-width: 1350px) {
header .box nav ul li{margin: 0 15px;}
}


@media screen and (max-width: 1300px) {
.header_height{height: 62px; display: none;}
header{padding: 10px 0; position: relative !important; top: 0 !important;}
header a.logo, header a.logo::before{width: 144px; height: 36px; background-size: 144px 36px;}
header .box{width: calc(100% - 144px);}
header .box nav ul, header .box .user ul li:nth-child(1){display: none;}

header .box nav{text-align: right; width: calc(100% - 361px);}
header .open_close_navigation, header .box .user .user_icon{display: inline-block; vertical-align: middle;}
.ipad_menu, .user_menu{display: block; padding: 62px 0 0;}

header .box ul.lang{display: none;}
}


@media screen and (max-width: 900px) {
.header_height{height: 59px;}
header .search{width: 34px; height: 34px; display: inline-block; vertical-align: middle;}
header .header_search{margin: 0; width: 34px;}
header #search_box{opacity: 0; visibility: hidden; width: 230px; background: rgba(0,0,0,0.8); position: absolute; right: 0; top: 60px;}
header .box nav{width: calc(100% - 108px);}
header .box .user{width: 108px;}

.ipad_menu, .user_menu{padding: 59px 0 0;}
}


@media screen and (max-width: 600px) {
header a.logo, header a.logo::before{width: 108px; height: 27px; background-size: 108px 27px;}
header .box{width: calc(100% - 108px);}

header .box .user{background: none; width: 108px; padding: 0;}
header .box nav{text-align: right; width: calc(100% - 108px);}

header .open_close_navigation{margin: 0 10px 0 0;}
header .open_close_navigation::after{display: none;}

header #search_box{right: -50px;}


}


















.page_img_small{display: block; position: relative; width: 100%; padding: 0 0 200px; background: no-repeat scroll center center; background-size: cover;}




@media screen and (max-width: 1200px) {
.page_img_small{padding: 0 0 180px;}
}

@media screen and (max-width: 1024px) {
.page_img_small{padding: 0 0 160px;}
}

@media screen and (max-width: 750px) {
.page_img_small{padding: 0 0 140px;}
}

@media screen and (max-width: 500px) {
.page_img_small{padding: 0 0 120px;}
}





.welcome_0_rozcestnik{padding-top: 70px; overflow: hidden;}
.welcome_0_rozcestnik .inbox{display: flex; gap: 12px;}
.welcome_0_rozcestnik .inbox .left{width: 1080px;}
.welcome_0_rozcestnik .inbox .left .main_banner_slider{width: 100%; max-height: 580px;}
.welcome_0_rozcestnik .inbox .left .main_banner_slider .item{position: relative; display: block;}
.welcome_0_rozcestnik .inbox .left .main_banner_slider .item .bg{position: relative; display: block; width: 100%; padding: 0 0 580px; overflow: hidden;}
.welcome_0_rozcestnik .inbox .left .main_banner_slider .item .bg .img, .welcome_0_rozcestnik .inbox .left .main_banner_slider .item .bg video{position: absolute; inset: 0; -webkit-transition: scale 300ms ease; transition: scale 300ms ease;}
.welcome_0_rozcestnik .inbox .left .main_banner_slider .item:hover .bg .img, .welcome_0_rozcestnik .inbox .left .main_banner_slider .item:hover .bg video{scale: 1.03;}
.welcome_0_rozcestnik .inbox .left .main_banner_slider .item .bg .img{width: 100%; height: 100%; display: block; background-size: cover; background-position: center; background-repeat: no-repeat;}
.welcome_0_rozcestnik .inbox .left .main_banner_slider .item .bg video{object-fit: cover; width: 100%; height: 100%;}
.welcome_0_rozcestnik .inbox .left .main_banner_slider .item .text{position: absolute; top: 50%; left: 0; translate: 0 -50%; padding: 60px; box-sizing: border-box;}
.welcome_0_rozcestnik .inbox .left .main_banner_slider .item .text::before{content: ''; position: absolute; inset: 0; background-color: rgba(0,0,0,0.5);}
.welcome_0_rozcestnik .inbox .left .main_banner_slider .item .text .title{color: #fff; font-size: 42px; line-height: 52px; font-weight: 700; position: relative; text-transform: uppercase; margin: 0;}
.welcome_0_rozcestnik .inbox .left .main_banner_slider .item .text .anotace{color: #fff; font-size: 16px; line-height: 22px; position: relative; margin: 8px 0 0;}
.welcome_0_rozcestnik .inbox .left .main_banner_slider .item .text .btn{padding: 14px 70px 14px 40px; margin-top: 40px;}
.welcome_0_rozcestnik .inbox .left .main_banner_slider .item .text .btn::before{right: 30px}
.welcome_0_rozcestnik .inbox .right{flex-grow: 1; display: flex; flex-direction: column; gap: 12px;}
.welcome_0_rozcestnik .inbox .right .item{flex: 1; position: relative; display: flex; justify-content: flex-start; align-items: center; padding: 40px; box-sizing: border-box; overflow: hidden;}
.welcome_0_rozcestnik .inbox .right .item .img_bg{position: absolute; inset: 0; background-size: cover; background-position: center; background-repeat: no-repeat; -webkit-transition: scale 300ms ease; transition: scale 300ms ease;}
.welcome_0_rozcestnik .inbox .right .item .img_bg::before{content: ''; position: absolute; inset: 0; background-color: rgba(0,0,0,0.5);}
.welcome_0_rozcestnik .inbox .right .item:hover .img_bg{scale: 1.03;}
.welcome_0_rozcestnik .inbox .right .item .text{position: relative; z-index: 99;}
.welcome_0_rozcestnik .inbox .right .item .text .title{color: #fff; font-size: 42px; line-height: 52px; font-weight: 700; position: relative; text-transform: uppercase; margin: 0;}
.welcome_0_rozcestnik .inbox .right .item .text .anotace{color: #fff; font-size: 16px; line-height: 22px; position: relative; margin: 8px 0 0;}
.welcome_0_rozcestnik .inbox .right .item .text .btn{padding: 14px 70px 14px 40px; margin-top: 40px;}
.welcome_0_rozcestnik .inbox .right .item .text .btn::before{right: 30px}

.welcome_0_rozcestnik .inbox .left .main_banner_slider .owl-controls{position: absolute; bottom: 40px; left: 50%; translate: -50% 0; margin-top: 0;}
.welcome_0_rozcestnik .inbox .left .main_banner_slider .owl-controls .owl-page span{width: 22px; height: 6px; border-radius: 5px; margin: 5px; background-color: transparent; border: 1px solid #fff;}
.notouch .welcome_0_rozcestnik .inbox .left .main_banner_slider .owl-controls .owl-page span:hover,
.welcome_0_rozcestnik .inbox .left .main_banner_slider .owl-controls .owl-page.active span{background-color: #ec1b24; border: 1px solid #ec1b24;}


@media screen and (max-width: 1860px) {
 .welcome_0_rozcestnik .inbox .left{width: 900px;}
}

@media screen and (max-width: 1800px) {
 .welcome_0_rozcestnik .inbox .left .main_banner_slider .item .text .title{font-size: 38px; line-height: 46px;}
 .welcome_0_rozcestnik .inbox .right .item .text .title{font-size: 38px; line-height: 46px;}
}

@media screen and (max-width: 1650px) {
 .welcome_0_rozcestnik .inbox .left{width: 66.66%;}
 .welcome_0_rozcestnik .inbox .left .main_banner_slider .item .text{padding: 50px;}
 .welcome_0_rozcestnik .inbox .left .main_banner_slider .item .text .title{font-size: 34px; line-height: 42px;}
 .welcome_0_rozcestnik .inbox .right{width: 33.33%;}
 .welcome_0_rozcestnik .inbox .right .item .text .title{font-size: 34px; line-height: 42px;}
}

@media screen and (max-width: 1400px) {
 .welcome_0_rozcestnik{padding-top: 55px;}
 .welcome_0_rozcestnik .inbox .left .main_banner_slider .item .text .title{font-size: 30px; line-height: 38px;}
 .welcome_0_rozcestnik .inbox .left .main_banner_slider .item .text .btn{padding: 11px 50px 11px 30px; margin-top: 30px;}
 .welcome_0_rozcestnik .inbox .left .main_banner_slider .item .text .btn::before{right: 23px}
 .welcome_0_rozcestnik .inbox .right .item{padding: 28px;}
 .welcome_0_rozcestnik .inbox .right .item .text .title{font-size: 30px; line-height: 38px;}
 .welcome_0_rozcestnik .inbox .right .item .text .btn{padding: 11px 50px 11px 30px; margin-top: 30px;}
 .welcome_0_rozcestnik .inbox .right .item .text .btn::before{right: 23px;}
}

@media screen and (max-width: 1350px) {
 .welcome_0_rozcestnik .inbox{flex-direction: column;}
 .welcome_0_rozcestnik .inbox .left{width: 100% !important; overflow: hidden;}
 .welcome_0_rozcestnik .inbox .left .main_banner_slider{max-height: 460px;}
 .welcome_0_rozcestnik .inbox .left .main_banner_slider .item .bg{padding: 0 0 460px;}
 .welcome_0_rozcestnik .inbox .right{width: 100%; flex-direction: row;}
 .welcome_0_rozcestnik .inbox .right .item{padding: 62px 28px;}
}

@media screen and (max-width: 1300px) {
 .welcome_0_rozcestnik .inbox .left .main_banner_slider .owl-controls{bottom: 30px;}
}

@media screen and (max-width: 950px) {
 .welcome_0_rozcestnik .inbox .right .item .text .title{font-size: 27px; line-height: 36px;}
}

@media screen and (max-width: 840px) {
 .welcome_0_rozcestnik .inbox .right{flex-direction: column;}
}

@media screen and (max-width: 650px) {
 .welcome_0_rozcestnik{padding-top: 0;}
 .welcome_0_rozcestnik .inbox{width: 100%; max-width: 100%; gap: 10px;}
 .welcome_0_rozcestnik .inbox .left .main_banner_slider{max-height: 340px;}
 .welcome_0_rozcestnik .inbox .left .main_banner_slider .item .bg{padding: 0 0 340px;}
 .welcome_0_rozcestnik .inbox .left .main_banner_slider .item .text{padding: 30px 22px; width: 90%; max-width: 480px; left: 50%; translate: -50% -50%; display: flex; flex-direction: column; align-items: center; text-align: center;}
 .welcome_0_rozcestnik .inbox .left .main_banner_slider .item .text .title{font-size: 26px; line-height: 34px;}
 .welcome_0_rozcestnik .inbox .right{gap: 10px;}
 .welcome_0_rozcestnik .inbox .right .item{justify-content: center;}
 .welcome_0_rozcestnik .inbox .right .item .text{display: flex; flex-direction: column; align-items: center; text-align: center;}
 .welcome_0_rozcestnik .inbox .right .item .text .title{font-size: 26px; line-height: 34px;}

 .welcome_0_rozcestnik .inbox .left .main_banner_slider .owl-controls{bottom: 20px;}
}

@media screen and (max-width: 600px) {
 .welcome_0_rozcestnik .inbox .left .main_banner_slider .owl-controls{display: none !important;}
}





.welcome_0{background: #efefef; position: relative; display: block; padding: 0 0 30%}
.welcome_0 .main_slider{display: none; opacity: 0; position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
.welcome_0 .main_slider, .welcome_0 .main_slider *{height: 100%;}
.welcome_0 .main_slider .item{position: relative;}
.welcome_0 .main_slider .item picture{position: absolute; top: 0; right: 0; left: 0; bottom: 0; z-index: 0; background: no-repeat scroll center center; background-size: cover;}
.welcome_0 .main_slider .item .box{display: table; width: 100%; position: relative; z-index: 10;}
.welcome_0 .main_slider .item .box .centering{display: table-cell; vertical-align: middle;}
.welcome_0 .main_slider .item .box .centering, .welcome_0 .main_slider .item .box .centering *{height: initial;}
.welcome_0 .main_slider.stop{display: block; opacity: 1;}

/*.welcome_0 .main_slider .item .text{position: relative; padding: 40px 5%; display: inline-block; vertical-align: middle; margin: 91px 0 0;}*/
.welcome_0 .main_slider .item .text{position: relative; padding: 40px 5%; display: inline-block; vertical-align: middle; margin: 0;}
.welcome_0 .main_slider .item .text:not(.no_bg)::before{position: absolute; top: 0; right: 0; left: 0; bottom: 0; background: rgba(0,0,0,0.8); content: ""; }
.welcome_0 .main_slider .item .text .title{font-size: 18px; line-height: 24px; font-weight: 400; color: #ffffff; max-width: 620px; margin: 0 0 25px; text-transform: uppercase; letter-spacing: 2px; position: relative; z-index: 10;}
.welcome_0 .main_slider .item .text .subtitle{font-size: 42px; line-height: 50px; font-weight: 700; color: #ffffff; max-width: 620px; margin: 0 0 18px; position: relative; z-index: 10;}
.welcome_0 .main_slider .item .text .anotation{font-size: 16px; line-height: 22px; font-weight: 400; color: #ffffff; max-width: 620px; margin: 0; position: relative; z-index: 10;}


.welcome_0 .main_slider.owl-carousel .owl-controls{margin: 0;}
.welcome_0 .main_slider.owl-carousel .owl-controls, .welcome_0 .main_slider.owl-carousel .owl-controls *{height: initial;}
.welcome_0 .main_slider.owl-carousel .owl-controls .owl-pagination{font-size: 0; margin: 0; text-align: center; position: absolute; bottom: 15px; right: 0; left: 0; min-height: 0; z-index: 990; width: 100%;}
.welcome_0 .main_slider.owl-carousel .owl-controls .owl-pagination .owl-page{display: inline-block; vertical-align: middle; margin: 0 4px;}
.welcome_0 .main_slider.owl-carousel .owl-controls .owl-pagination .owl-page span{margin: 0; position: relative; width: 12px; height: 12px; background: #ffffff; display: block; border: 1px solid #eaeaea; -webkit-border-radius: 10px; border-radius: 10px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.welcome_0 .main_slider.owl-carousel .owl-controls .owl-pagination .owl-page.active span, .notouch .welcome_0 .main_slider.owl-carousel .owl-controls .owl-pagination .owl-page:hover span, .welcome_0 .main_slider.owl-carousel .owl-controls .owl-pagination .owl-page:focus span{background: #ec1b24; border: 1px solid #d50c15;}






.welcome_0.redesign .main_slider .item .box .centering{transform: translateY(-30px);}
.welcome_0 .new_slider.main_slider.owl-carousel .owl-controls{display: none !important;}
.welcome_0 .slider_sections{position: absolute;bottom: 0;left: 0;right: 0;display: flex;justify-content: space-between;}
.welcome_0 .slider_sections .slider_section{flex: 1; position: relative; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.welcome_0 .slider_sections .slider_section.active::before{content: ''; position: absolute; bottom: calc(100% - 1px); left: 50%; transform: translateX(-50%); background: url(../img/tri_red.svg); background-size: 23px 21px; width: 23px; height: 21px;}
.welcome_0 .slider_sections .slider_section a{text-align: center; text-transform: uppercase; border-right: 1px solid #f1f2f2; padding: 16px 0; background: #f1f2f2; color: #000; display: block; font-size: 18px; line-height: 24px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.welcome_0 .slider_sections .slider_section:last-child a{border-right: none;}
.welcome_0 .slider_sections .slider_section a:hover, .welcome_0 .slider_sections .slider_section.active a{background: #ec1b24; color: #fff;}



@media screen and (max-width: 1450px) {
 .welcome_0 .slider_sections .slider_section a{font-size: 16px; line-height: 22px; padding: 14px 0;}
}

@media screen and (max-width: 1300px) {
/*.welcome_0 .main_slider .item .text{margin: 69px 0 0;}*/
.welcome_0 .main_slider .item .text .title{font-size: 16px; line-height: 22px; margin: 0 0 15px;}
.welcome_0 .main_slider .item .text .subtitle{font-size: 36px; line-height: 44px; margin: 0 0 15px;}
.welcome_0 .main_slider .item .text .anotation{font-size: 14px; line-height: 20px;}
}

@media screen and (max-width: 1150px) {
 .welcome_0.redesign{padding: 0 0 35%;}
}

@media screen and (max-width: 1100px) {
/*.welcome_0 .main_slider .item .text{margin: 69px 0 0; padding: 30px 5%;}*/
.welcome_0 .main_slider .item .text{padding: 30px 5%;}
.welcome_0 .main_slider .item .text .title{font-size: 14px; line-height: 20px; margin: 0 0 12px;}
.welcome_0 .main_slider .item .text .subtitle{font-size: 30px; line-height: 36px; margin: 0 0 12px;}
.welcome_0 .main_slider .item .text .anotation{font-size: 13px; line-height: 18px;}
}

@media screen and (max-width: 1024px) {
.welcome_0, .welcome_0.redesign{padding: 0 0 400px}
}

@media screen and (max-width: 950px) {
 .welcome_0 .slider_sections{display: none;}
 .welcome_0.redesign .main_slider .item .box .centering{transform: translateY(0);}
 .welcome_0 .new_slider.main_slider.owl-carousel .owl-controls{display: block !important;}
}

@media screen and (max-width: 750px) {
.welcome_0, .welcome_0.redesign{padding: 0 0 360px}
/*.welcome_0 .main_slider .item .text{display: block; text-align: center; margin: 69px auto 0; width: calc(90% - 60px); padding: 30px;} */
.welcome_0 .main_slider .item .text{display: block; text-align: center; margin: 0 auto; width: calc(90% - 60px); padding: 30px;}
.welcome_0 .main_slider .item .text .title{text-align: center; letter-spacing: 1px; max-width: 100%;}
.welcome_0 .main_slider .item .text .subtitle{text-align: center; font-size: 24px; line-height: 30px; max-width: 100%;}
.welcome_0 .main_slider .item .text .anotation{text-align: center; max-width: 100%;}
}



@media screen and (max-width: 500px) {
.welcome_0, .welcome_0.redesign{padding: 0 0 320px}
/*.welcome_0 .main_slider .item .text{margin: 59px auto 0; padding: 20px;}*/
.welcome_0 .main_slider .item .text{padding: 20px;}
.welcome_0 .main_slider .item .text .title{font-size: 13px; line-height: 18px; margin: 0 0 10px;}
.welcome_0 .main_slider .item .text .subtitle{font-size: 20px; line-height: 24px; margin: 0 0 10px;}
.welcome_0 .main_slider .item .text .anotation{font-size: 12px; line-height: 18px;}
}







.welcome_1{padding: 80px 0; background: #ffffff; position: relative; display: block; width: 100%;}
.welcome_1 h2, .welcome_1 h1{position: relative; margin: 0; font-size: 36px; line-height: 40px; color: #414042; font-weight: 600; padding: 0 0 15px;}
.welcome_1 h2::before, .welcome_1 h1::before{position: absolute; left: 0; bottom: 0; height: 4px; width: 50px; background: #ec1c24; content: ""}
.welcome_1 article, .welcome_1 .text_box{margin: 40px 0 0;}
.welcome_1 .abs.btn{position: absolute; right: 0; top: 17px;}



@media screen and (max-width: 1650px) {
.welcome_1{padding: 60px 0;}
}

@media screen and (max-width: 1024px) {
.welcome_1{padding: 40px 0;}
.welcome_1 h2, .welcome_1 h1{font-size: 30px; line-height: 34px;}
.welcome_1 article, .welcome_1 .text_box{margin: 30px 0 0;}
.welcome_1 .abs.btn{top: 12px;}
}

@media screen and (max-width: 500px) {
.welcome_1 h2, .welcome_1 h1{font-size: 26px; line-height: 30px;}
.welcome_1 .abs.btn{top: 10px;}
}



.welcome_2{overflow: hidden; padding: 80px 0 70px; background: #ffffff; position: relative; display: block; width: 100%;}
.welcome_2.grey{background: #f1f2f2;}
.welcome_2.padding{padding: 40px 0 35px; overflow: visible;}


.welcome_2 .hp_tab_list{margin: 0; padding: 0;}
.welcome_2 .hp_tab_list li{display: inline-block; vertical-align: middle; margin: 0 40px 0 0;}
.welcome_2 .hp_tab_list li:last-of-type{margin: 0;}
.welcome_2 .hp_tab_list li a{padding: 0 0 12px; font-size: 22px; line-height: 30px; color: #9B9A9B; text-transform: uppercase; min-width: 145px; display: block; font-weight: 600; position: relative; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.welcome_2 .hp_tab_list li a::before{content: ""; height: 5px; position: absolute; left: 0; right: 0; bottom: 0; background: #414042; display: block; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .welcome_2 .hp_tab_list li a:hover, .welcome_2 .hp_tab_list li.active a{color: #414042;}
.notouch .welcome_2 .hp_tab_list li a.red:hover::before, .welcome_2 .hp_tab_list li.active a.red::before{background: #ec1c24;}
.notouch .welcome_2 .hp_tab_list li a.blue:hover::before, .welcome_2 .hp_tab_list li.active a.blue::before{background: #29abe2;}
.notouch .welcome_2 .hp_tab_list li a.orange:hover::before, .welcome_2 .hp_tab_list li.active a.orange::before{background: #ed9b05;}
.notouch .welcome_2 .hp_tab_list li a.green:hover::before, .welcome_2 .hp_tab_list li.active a.green::before{background: #39b54a;}


.welcome_2 .obsah{position: relative; margin: 0; padding: 20px 0 0; opacity: 0; display: none; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.welcome_2 .obsah.active{opacity: 1; display: block;}
.welcome_2 .obsah > .btn:nth-child(1){position: absolute; right: 10px; bottom: 100%;}



@media screen and (max-width: 1650px) {
.welcome_2{padding: 60px 0 50px;}
.welcome_2.padding{padding: 30px 0 25px;}
}

@media screen and (max-width: 1300px) {
.welcome_2 .hp_tab_list li{margin: 0 35px 0 0;}
.welcome_2 .hp_tab_list li a{padding: 0 0 10px; font-size: 20px; line-height: 28px; min-width: 130px;}
.welcome_2 .hp_tab_list li a::before{height: 4px}

}

@media screen and (max-width: 1024px) {
.welcome_2{padding: 40px 0 30px;}
.welcome_2.padding{padding: 20px 0 20px;}

.welcome_2 .hp_tab_list li{margin: 0 25px 0 0;}
.welcome_2 .hp_tab_list li a{padding: 0 0 8px; font-size: 18px; line-height: 26px; min-width: 110px;}
.welcome_2 .hp_tab_list li a::before{height: 3px}
}

@media screen and (max-width: 800px) {
.welcome_2 .obsah{padding: 20px 0 40px}
.welcome_2 .obsah > .btn:nth-child(1){bottom: 0;}
}

@media screen and (max-width: 500px) {
.welcome_2{padding: 30px 0 20px;}
.welcome_2.padding{padding: 20px 0;}

.welcome_2 .hp_tab_list li{margin: 0 10px 0 0;}
.welcome_2 .hp_tab_list li a{font-size: 16px; line-height: 22px; min-width: 88px;}
.welcome_2 .hp_tab_list li a::before{height: 2px}
}








.welcome_3{overflow: hidden; background: #f1f2f2; position: relative; display: block; width: 100%;}
.welcome_3 .img{position: absolute; top: 0; bottom: 0; left: 0; width: 50%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.welcome_3 .text{padding: 0 0 0 50%; position: relative; width: 50%;}

.welcome_3 .text .in{padding: 80px; position: relative; display: block;}
.welcome_3 .text .in::before{content: ""; width: 14px; height: 150px; position: absolute; left: 0; top: 50%; background: #ec1b24; -webkit-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%);}
.welcome_3 .text .in h1, .welcome_3 .text .in h2{font-size: 28px; line-height: 34px; font-weight: 600; text-transform: uppercase; margin: 0 0 20px;}
.welcome_3 .text .in article, .welcome_3 .text .in .text_box{color: #4d4d4d;}

@media screen and (max-width: 1650px) {
.welcome_3 .text .in{padding: 60px;}
}

@media screen and (max-width: 1024px) {
.welcome_3 .img{bottom: 0; right: 0; width: 100%; padding: 0;}
.welcome_3 .text{background: rgba(0,0,0,0.75); padding: 0; width: 100%;}
.welcome_3 .text .in{padding: 40px;}
.welcome_3 .text .in::before{display: none;}
.welcome_3 .text .in h1, .welcome_3 .text .in h2{font-size: 24px; line-height: 30px; margin: 0 0 15px; color: #ffffff;}
.welcome_3 .text .in article, .welcome_3 .text .in .text_box{color: #ffffff;}
}

@media screen and (max-width: 500px) {
.welcome_3 .text .in{padding: 30px;}
.welcome_3 .text .in h1, .welcome_3 .text .in h2{font-size: 22px; line-height: 28px;}
}





.welcome_4{padding: 0 0 20px; display: block; position: relative; width: 100%; font-size: 0;}
.welcome_4 .item{display: inline-block; vertical-align: top; width: calc(25% - 60px / 4); position: relative; margin: 0 0 0 20px;}
.welcome_4 .item:nth-child(1){margin: 0;}
.welcome_4 .item .in{display: block; position: relative; width: 100%; padding: 0 0 166%;}
.welcome_4 .item .in .img_link{display: block;}
.welcome_4 .item .in .img_link .img{z-index: 0; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: no-repeat scroll center center; background-size: cover;}
.welcome_4 .item .in .text{display: flex; height: 315px; flex-direction: column; justify-content: flex-start; position: absolute; left: 0; right: 0; bottom: 0; background: rgba(65,64,66,0.75); z-index: 10; padding: 50px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .welcome_4 .item:hover .in .text{background: rgba(0,0,0,1);}
.welcome_4 .item .in .text .main_link{display: inline-block;}
.welcome_4 .item .in .text .main_link .title{position: relative; margin: 0; font-size: 32px; line-height: 36px; color: #fff; font-weight: 600; padding: 0;}
.welcome_4 .item .in .text ul{margin: 0; padding: 15px 0 0; text-align: left;}
.welcome_4 .item .in .text ul li{margin: 2px 0 0;  display: block; background: url(../img/arrow_red_right.svg) no-repeat scroll left 4px; background-size: 16px 16px;}
.welcome_4 .item .in .text ul li a{display: block; font-size: 16px; line-height: 24px; font-weight: 600; color: #fff; position: relative; padding: 0 0 0 20px;}

@media screen and (max-width: 1600px) {
.welcome_4 .item .in .text{height: 285px; padding: 35px;}
.welcome_4 .item .in .text .title{font-size: 28px; line-height: 32px;}
.welcome_4 .item .in .text ul{padding: 12px 0 0;}
.welcome_4 .item .in .text ul li{background-size: 14px 14px;}
.welcome_4 .item .in .text ul li a{font-size: 14px; line-height: 22px; padding: 0 0 0 18px;}
}

@media screen and (max-width: 1280px) {
.welcome_4 .item .in .text{padding: 25px;}
.welcome_4 .item .in .text .title{font-size: 24px; line-height: 28px;}
.welcome_4 .item .in .text ul{padding: 10px 0 0;}
}


@media screen and (max-width: 1150px) {
.welcome_4 .item{width: calc(50% - 20px / 2); margin: 20px 0 0 20px;}
.welcome_4 .item:nth-child(1), .welcome_4 .item:nth-child(3){margin-left: 0;}
.welcome_4 .item:nth-child(-n + 2){margin-top: 0;}
}

@media screen and (max-width: 1024px) {
.welcome_4 .item .in .text .title{font-size: 26px; line-height: 30px;}
}

@media screen and (max-width: 600px) {
.welcome_4{padding: 0 0 10px;}
.welcome_4 .item{width: calc(50% - 10px / 2); margin: 10px 0 0 10px;}
.welcome_4 .item:nth-child(1), .welcome_4 .item:nth-child(3){margin-left: 0;}
.welcome_4 .item:nth-child(-n + 2){margin-top: 0;}

.welcome_4 .item .in .text{padding: 20px;}
.welcome_4 .item .in .text .title{font-size: 22px; line-height: 26px;}
.welcome_4 .item .in .text ul{padding: 10px 0 0;}

.welcome_4 .item .in .text ul li a{font-size: 13px; line-height: 22px;}
}


@media screen and (max-width: 500px) {

.welcome_4 .item{width: 100%; margin: 10px 0 0 !important;}
.welcome_4 .item:nth-child(1){margin-top: 0 !important;}

}



.fixed_social{position: fixed; max-width: 1920px; margin: 0 auto; min-height: 0; left: 0; right: 0; top: 420px; width: 100%; z-index: 997;}
.fixed_social ul{background: #ec1c24; position: absolute; right: 0; top: 50%; display: block; margin: 0; text-align: left; padding: 0; width: 44px; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.fixed_social ul li{list-style: none; display: block; margin: 0;}
.fixed_social ul li a{display: block; width: 44px; height: 44px; position: relative; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.fixed_social ul li a::after{opacity: 1; content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: 26px 26px !important; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.fixed_social ul li a.in::after{background: url(../img/social_in_icon_white.svg) no-repeat scroll center center;}
.fixed_social ul li a.fb::after{background: url(../img/social_fb_icon_white.svg) no-repeat scroll center center;}
.fixed_social ul li a.yt::after{background: url(../img/social_yt_icon_white.svg) no-repeat scroll center center;}
.fixed_social ul li a.li::after{background: url(../img/social_li_icon_white.svg) no-repeat scroll center center;}
.fixed_social ul li a.tw::after{background: url(../img/social_tw_icon_white.svg) no-repeat scroll center center;}
.notouch .fixed_social ul li a:hover{background: #414042;}

@media screen and (max-width: 1024px) {
.fixed_social ul{width: 38px;}
.fixed_social ul li a{width: 38px; height: 38px;}
.fixed_social ul li a::after{background-size: 22px 22px !important;}
}

@media screen and (max-width: 750px) {
.fixed_social{display: none;}
}




#content{background: #ffffff; padding: 0; position: relative;}
#content > .relative{padding: 0 0 0 5%;}
#content .inside .inside{padding-left: 0; padding-right: 0; width: 100%; max-width: 100%;}
#content .inside .inside.inside_small{max-width: 1024px;}
#content .inside{margin: 0 auto 40px}
#content .inside.margin{margin: 0 auto 20px; padding: 0;}
#content .inside:last-of-type, #content .inside.nomargin{margin: 0 auto;}


#content #page_hash{padding: 0; -webkit-transition: opacity 400ms ease; transition: opacity 400ms ease;}
@media screen and (max-width: 1200px) {
#content > .relative{padding: 0;}
}

@media screen and (max-width: 1024px) {
#content .inside{margin: 0 auto 25px}
}



.aside{width: 100%; position: relative; float: none; top: 0; bottom: 0; display: block; padding: 0; margin: 0;}
.aside .item{margin: 30px 0 0; padding: 0; display: block; position: relative; font-size: 0;}
.aside .item:nth-child(1){margin: 0;}
.aside .item .title{margin: 0; background: #414042; padding: 8px 20px; font-size: 14px; line-height: 22px; font-weight: 700; text-transform: uppercase; color: #fff;;}
.aside .item ul{margin: 0; padding: 20px 20px 0; font-size: 0;}
.aside .item ul li{display: inline-block; vertical-align: middle; margin: 2px 4px 2px 0; list-style: none; padding: 0;}
.aside .item ul li button.normal{background: none; border: 0; display: block; font-size: 13px; line-height: 22px; background: #414042; color: #fff; font-weight: 600; padding: 4px 15px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .aside .item ul li button.normal:hover, .aside .item ul li.active button.normal, .aside .item ul li button.normal.mixitup-control-active{background: #ec1b24; color: #fff;}

.aside .item ul li button.text{background: none; border: 0; display: block; font-size: 13px; line-height: 22px; color: #414042; font-weight: 700; padding: 0; margin: 0 20px 0 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .aside .item ul li button.text:hover, .aside .item ul li.active button.text, .aside .item ul li button.text.mixitup-control-active{color: #ec1b24;}



@media screen and (max-width: 500px) {
.aside .item ul{padding: 15px 15px 0;}
.aside .item ul li button.normal{font-size: 12px; line-height: 20px; padding: 3px 12px;}
.aside .item ul li button.text{font-size: 12px; line-height: 20px; margin: 0 15px 0 0;}
}





.aside_left{width: 300px; position: relative; float: left; top: 0; bottom: 0; display: block; padding: 0; margin: 60px 0;}
.aside_left .item{background: #f1f2f2; margin: 30px 0 0; padding: 0; display: block; position: relative; font-size: 0;}
.aside_left .item:nth-child(1){margin: 0;}
.aside_left .item .title{margin: 0; background: #414042; padding: 8px 20px; font-size: 14px; line-height: 22px; font-weight: 700; text-transform: uppercase; color: #fff;;}
.aside_left .item ul{margin: 0; padding: 20px;}
.aside_left .item ul li{display: block; list-style: none; margin: 0 0 3px; padding: 0;}
.aside_left .item ul li a{display: inline-block; font-size: 14px; line-height: 22px; color: #000000; font-weight: 600; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .aside_left .item ul li a:hover, .aside_left .item ul li.active a{color: #ec1b24}

@media screen and (max-width: 1450px) { 
.aside_left{width: 250px;}
}


@media screen and (max-width: 1200px) {
.aside{display: none;}
}



.aside_left2{width: 190px; position: absolute; float: left; top: 60px; left: 0; bottom: 0; display: block; margin: 0; padding: 0;}
.aside_left2 .item{margin: 30px 0 0; padding: 0; display: block; position: relative; font-size: 0;}
.aside_left2 .item:nth-child(1){margin: 0;}
.aside_left2 .item .title{position: relative; margin: 0; padding: 0 0 30px; font-size: 22px; line-height: 30px; font-weight: 600; text-transform: uppercase; color: #414042;}
.aside_left2 .item .title::before{content: ""; width: 50px; height: 5px; background: #E4E4E4; position: absolute; bottom: 0; left: 0;}
.aside_left2 .item ul{margin: 0; padding: 20px 0 0; font-size: 0;}
.aside_left2 .item ul li{display: block; margin: 0; border-top: 1px solid #E4E4E4; list-style: none; padding: 0;}
.aside_left2 .item ul li:nth-child(1){border-top: 0;}
.aside_left2 .item ul li button.normal{text-align: left; width: 100%; background: none; border: 0; display: block; font-size: 16px; line-height: 24px; font-weight: 600; color: #000; padding: 11px 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .aside_left2 .item ul li button.normal:hover, .aside_left2 .item ul li.active button.normal, .aside_left2 .item ul li button.normal.mixitup-control-active{color: #ec1b24;}

@media screen and (max-width: 1200px) {
    .aside_left2{width: 100%; position: relative; top: 0; margin: 0 0 20px;}
    .aside_left2 .item .title{background: #414042; padding: 8px 20px; font-size: 14px; line-height: 22px; font-weight: 700; color: #fff;;}
    .aside_left2 .item .title::before{display: none;}
    .aside_left2 .item ul{padding: 20px 20px 0;}
    .aside_left2 .item ul li{display: inline-block; border: 0; vertical-align: middle; margin: 2px 4px 2px 0;}
    .aside_left2 .item ul li button.normal{background: none; border: 0; display: block; font-size: 13px; line-height: 22px; background: #414042; color: #fff; font-weight: 600; padding: 4px 15px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
    .notouch .aside_left2 .item ul li button.normal:hover, .aside_left2 .item ul li.active button.normal, .aside_left2 .item ul li button.normal.mixitup-control-active{background: #ec1b24; color: #fff;}
}

@media screen and (max-width: 500px) {
.aside_left2 .item ul{padding: 15px 15px 0;}
.aside_left2 .item ul li button.normal{font-size: 12px; line-height: 20px; padding: 3px 12px;}
.aside_left2 .item ul li button.text{font-size: 12px; line-height: 20px; margin: 0 15px 0 0;}
}


.container.small{display: block; width: 100%; max-width: 1200px;}





aside{opacity: 0; width: 330px; position: absolute; left: 5%; float: left; top: 0; bottom: 0; display: block; padding: 0 10px 0 0; margin: 60px 0; -webkit-transition: opacity 400ms ease; transition: opacity 400ms ease; }
aside.opacity{opacity: 1;}
aside .box{position: relative; padding: 0 20px 10px 0; overflow: auto; max-height: calc(100% - 10px);}
aside .hiddem_param{display: none;}


aside .box .params_box{padding-top: 34px; margin-top: 34px; border-top: 1px solid #F1F1F1;}
aside .box .params_box .section_box{background-color: #F1F1F1; padding: 0; margin: 2px 0 0; box-sizing: border-box;}
aside .box .params_box .section_box.active{padding: 0 0 15px;}
aside .box .params_box .section_box:first-child{margin-top: 0;}
aside .box .params_box .section_box.hide:not(.active){height: 43px;}
aside .box .params_box .section_box .title{font-size: 15px; line-height: 28px; padding: 7px 16px 11px 10px; margin: 0 !important;}
aside .box .params_box .section_box.hide .title.open_icon::before{top: 10px; right: 3px;}
aside .box .params_box .section_box.hide .title.open_icon::after{top: 10px; right: 3px;}
aside .box .params_box .section_box .filter_btn{width: calc(100% - 11px); margin-left: 11px; box-sizing: border-box;}
aside .box .params_box .section_box .filter_btn span.text{color: #959597;}


aside .box .main_title{position: relative; z-index: 99; display: block; margin: 0; padding: 0; font-size: 22px; line-height: 30px; font-weight: 700; text-transform: uppercase; color: #000; }
aside .box .main_title span{font-size: 13px; line-height: 14px; font-weight: 400; display: none;}
aside .box .section_box{margin: 12px 0 0; padding: 12px 0 0; border-top: 1px solid #F1F2F2; display: block; position: relative; font-size: 0;}
aside .box .section_box.hide:not(.active){overflow: hidden; height: 24px;}
aside .box .section_box .title{position: relative; display: block; margin: 0 0 8px; padding: 0; font-size: 15px; line-height: 24px; font-weight: 600; color: #414042; }
aside .box .section_box.hide .title{cursor: pointer; margin: 0;}
aside .box .section_box.hide.active .title{margin: 0 0 8px;}
aside .box .section_box.hide .title.open_icon::before{opacity: 1; position: absolute; top: 2px; right: 0; margin: 0; display: block; width: 20px; height: 20px; content: ""; background: url(../img/plus_black.svg) no-repeat scroll center center; background-size: 28px 28px; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
aside .box .section_box.hide .title.open_icon::after{opacity: 0; position: absolute; top: 2px; right: 0; margin: 0; display: block; width: 20px; height: 20px; content: ""; background: url(../img/plus_white.svg) no-repeat scroll center center #000; background-size: 28px 28px; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
aside .box .section_box.hide.active .title.open_icon::before{background-image: url(../img/minus_black.svg);}
aside .box .section_box.hide.active .title.open_icon::after{background-image: url(../img/minus_white.svg);}
.notouch aside .box .section_box.hide .title.open_icon:hover::before{opacity: 0;}
.notouch aside .box .section_box.hide .title.open_icon:hover::after{opacity: 1;}



aside .box .section_box nav{display: block; position: relative;}
aside .box .section_box nav ul{display: block; position: relative; margin: 0; padding: 0;}
aside .box .section_box nav ul > li{list-style: none; display: block; position: relative; margin: 0; padding: 0;}
aside .box .section_box nav ul > li > a{display: block; position: relative; padding: 5px 25px 5px 18px; font-size: 13px; line-height: 18px; font-weight: 600; text-align: left; color: #000; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
aside .box .section_box nav ul > li > a::before{position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 8px; height: 8px; border: 1px solid #000; -webkit-border-radius: 10px; border-radius: 10px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
aside .box .section_box nav ul > li.active > a::before{background: #000;}
.notouch aside .box .section_box nav ul > li > a:hover{color: #ec1c24}
.notouch aside .box .section_box nav ul > li > a:hover::before{border: 1px solid #ec1c24;}
.notouch aside .box .section_box nav ul > li.active > a:hover::before{background: #ec1c24;}
aside .box .section_box nav ul > li > a > span{text-align: left; color: #A4A6A9; font-weight: 400; position: relative; display: inline-block; vertical-align: bottom; margin: 0 0 0 5px;}

aside .box .section_box nav ul > li > ul{display: none; position: relative; margin: 0; padding: 0 0 0 16px;}
aside .box .section_box nav ul > li[aria-expanded="true"] > ul{display: block;}
aside .box .section_box nav ul > li > ul > li{list-style: none; display: block; position: relative; margin: 0; padding: 0;}

aside .box .section_box nav ul > li > ul > li > a{display: block; position: relative; padding: 4px 25px 4px 18px; font-size: 12px; line-height: 18px; font-weight: 500; text-align: left; color: #000; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
aside .box .section_box nav ul > li > ul > li > a::before{position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 6px; height: 6px; border: 1px solid #000; -webkit-border-radius: 10px; border-radius: 10px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
aside .box .section_box nav ul > li > ul > li.active > a::before{background: #000;}
.notouch aside .box .section_box nav ul > li > ul > li > a:hover{color: #ec1c24}
.notouch aside .box .section_box nav ul > li > ul > li > a:hover::before{border: 1px solid #ec1c24;}
.notouch aside .box .section_box nav ul > li > ul > li.active > a:hover::before{background: #ec1c24;}
aside .box .section_box nav ul > li > ul > li > a > span{text-align: left; color: #A4A6A9; font-weight: 400; position: relative; display: inline-block; vertical-align: bottom; margin: 0 0 0 5px;}

aside .box .section_box nav ul > li > ul > li > label{display: block; position: relative; padding: 4px 25px 4px 28px; font-size: 12px; line-height: 18px; font-weight: 500; text-align: left; color: #000; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
aside .box .section_box nav ul > li > ul > li > label::before{position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 16px; height: 16px; border: 1px solid #ccc; -webkit-border-radius: 0; border-radius: 0; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
aside .box .section_box nav ul > li > ul > li > label::after{position: absolute; left: 4px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 10px; height: 10px; background: #fff; -webkit-border-radius: 0; border-radius: 0; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
aside .box .section_box nav ul > li > ul > li > label.active::after, aside .box .section_box nav ul > li > ul > li.active > label::after{background: #000;}
.notouch aside .box .section_box nav ul > li > ul > li > label:hover{color: #ec1c24}
.notouch aside .box .section_box nav ul > li > ul > li > label:hover::before{border: 1px solid #ec1c24;}
.notouch aside .box .section_box nav ul > li > ul > li > label.active:hover::after, .notouch aside .box .section_box nav ul > li > ul > li.active > label:hover::after{background: #ec1c24;}
aside .box .section_box nav ul > li > ul > li > label > input, aside .box .section_box nav ul > li > ul > li > label > .checker{position: absolute; left: 0; opacity: 0; visibility: hidden;}







aside .box .section_box nav ul > li > .icon2{padding: 0; background: none; border: 1px solid transparent; cursor: pointer; z-index: 999; position: absolute; right: 0; top: 4px; width: 20px; height: 20px; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
aside .box .section_box nav ul > li > .icon2::before{opacity: 1; position: absolute; top: 0; left: 0; margin: 0; display: block; width: 100%; height: 100%; content: ""; background: url(../img/plus_black.svg) no-repeat scroll center center; background-size: 28px 28px; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
aside .box .section_box nav ul > li > .icon2::after{opacity: 0; position: absolute; top: 0; left: 0; margin: 0; display: block; width: 100%; height: 100%; content: ""; background: url(../img/plus_white.svg) no-repeat scroll center center; background-size: 28px 28px; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
aside .box .section_box nav ul > li[aria-expanded="true"] > .icon2::before{background-image: url(../img/minus_black.svg);}
aside .box .section_box nav ul > li[aria-expanded="true"] > .icon2::after{background-image: url(../img/minus_white.svg);}
.notouch aside .box .section_box nav ul > li > .icon2:hover{background: #000000;}
.notouch aside .box .section_box nav ul > li > .icon2:hover::before{opacity: 0;}
.notouch aside .box .section_box nav ul > li > .icon2:hover::after{opacity: 1;}



aside .box .section_box .range_slider .slider_range_bg{font-size: 0; padding: 0; margin: 0;}
aside .box .section_box .range_slider .ui-slider-horizontal, aside .box .section_box .range_slider #slider_range{display: block; width: calc(100% - 17px) !important;}
aside .box .section_box .range_slider .left_value, aside .box .section_box .range_slider .right_value{position: relative; margin: 0 0 8px; display: inline-block; vertical-align: middle; width: 50%;}
aside .box .section_box .range_slider input{background: transparent; border: 0; width: 100%; text-align: center; font-size: 13px; line-height: 20px; font-weight: 500; color: #000; position: relative; z-index: 0; padding: 0; margin: 0; display: block;}
aside .box .section_box .range_slider .left_value input{text-align: left;}
aside .box .section_box .range_slider .right_value input{text-align: right;}


aside .box .section_box .filter_btn{cursor: pointer; display: block; width: calc(100% - 18px); position: relative; padding: 5px 0 5px 30px; font-size: 15px; line-height: 20px; font-weight: 400; text-align: left; color: #414042; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
aside .box .section_box .filter_btn input, aside .box .section_box .filter_btn .checker, aside .box .section_box .filter_btn .radio{position: absolute; left: 0; top: 0; width: 1px; height: 1px; opacity: 0; visibility: hidden;}
aside .box .section_box .filter_btn::before{position: absolute; left: 0; top: 5px; width: 18px; height: 18px; border: 1px solid #9B9A9B; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
aside .box .section_box .filter_btn.active::before{background: #000;}
.notouch aside .box .section_box .filter_btn:hover{color: #ec1c24}
.notouch aside .box .section_box .filter_btn:hover::before{border: 1px solid #ec1c24;}
.notouch aside .box .section_box .filter_btn.active:hover::before{background: #ec1c24;}
aside .box .section_box .filter_btn span.text{text-align: left; color: #A4A6A9; font-weight: 400; position: relative; display: inline-block; vertical-align: bottom; margin: 0 0 0 5px;}

@media screen and (max-width: 1450px) { 

aside{width: 280px;}
}


@media screen and (max-width: 1280px) { 
aside .box .main_title{font-size: 20px; line-height: 28px;}
aside .box .section_box .title{font-size: 14px; line-height: 22px;}
}

@media screen and (max-width: 1200px) {
aside{display: none; background: #fff; width: 100%; float: none; padding: 0; position: relative; left: 0; margin: 0 0 40px;}
aside::before{display: none;}
aside .box{position: relative; padding: 0 0 10px; overflow: visible; max-height: initial;}
aside .box .main_title{display: none;}
aside .box .params_box{padding-top: 24px; margin-top: 24px;}
aside .box .section_box{border-top: 1px solid #Fff;}
aside .box .section_box.border{margin: 0; padding: 0; border: 0;}
}

@media screen and (max-width: 1024px) {
aside{margin: 0 0 30px;}
}

@media screen and (max-width: 500px) {
aside .box .section_box .filter_btn{width: calc(100% - 33px); display: block;}
}







aside ul.labels_box{margin: 0; padding: 20px 0 0;}
aside ul.labels_box li{display: block; position: relative; margin: 15px 0 0;}
aside ul.labels_box li:nth-child(1){margin: 0;}
aside ul.labels_box li a{padding: 22px 25px; display: block; position: relative;}
aside ul.labels_box li a::after{z-index: 0; display: block; position: absolute; left: 25px; right: 25px; top: 50%; height: 1px; background: #fff; opacity: 0.6; content: "";}
aside ul.labels_box li a span:not(.clear){position: relative; z-index: 10; float: left; font-size: 18px; line-height: 28px; font-weight: 600; text-transform: uppercase; padding: 0 20px 0 0;}
.notouch aside ul.labels_box li a:hover span:not(.clear){text-decoration: underline;}
aside ul.labels_box li a i:not(.clear){position: relative; z-index: 10; float: right; font-style: normal; font-size: 18px; line-height: 28px; font-weight: 600; text-transform: uppercase; padding: 0 0 0 20px;}
aside ul.labels_box li a.green, aside ul.labels_box li a.green *{color: #414042; background: #39b54a;}
aside ul.labels_box li a.red, aside ul.labels_box li a.red *{color: #ffffff; background: #ec1c24;}
aside ul.labels_box li a.blue, aside ul.labels_box li a.blue *{color: #414042; background: #29abe2;}
aside ul.labels_box li a.orange, aside ul.labels_box li a.orange *{color: #ffffff; background: #ed9b05;}












.c_column{width: calc(100% - 340px); padding: 60px 0; float: right; display: block;}
.c_column.min_height{min-height: 400px;}
.c_column.full{width: 100%; float: none;}
.c_column.padding{padding-bottom: 0 !important;}
.hp .c_column{padding-top: 0 !important;}





@media screen and (max-width: 1450px) { 
.c_column{width: calc(100% - 310px);} 
}

@media screen and (max-width: 1200px) {
.c_column{width: 100%;}
.c_column.min_height{min-height: initial;}
}

@media screen and (max-width: 1024px) {
.c_column{padding: 40px 0;}
}

@media screen and (max-width: 500px) { 
.c_column{padding: 30px 0;} 
}






.category_list{display: block; font-size: 0; width: 100%; position: relative;}
.category_list h2{display: block; margin: 0 0 10px; padding: 0; font-size: 22px; line-height: 30px; font-weight: 700; text-transform: uppercase; color: #000; }
.category_list .item{font-size: 0; text-align: center; position: relative; display: inline-block; vertical-align: middle; width: calc(25% - 60px / 4 - 2px); margin: 20px 0 0; background: #ffffff; border: 1px solid #F1F2F2; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.category_list .item:nth-child(4n - 1){margin: 20px 20px 0;}
.category_list .item:nth-child(4n - 2){margin: 20px 0 0 20px;}
.category_list .item:nth-child(-n + 4){margin-top: 0;}
.notouch .category_list .item:hover{box-shadow: 0 0 20px -13px rgba(0,0,0,0.6); -webkit-box-shadow: 0 0 20px -13px rgba(0,0,0,0.6);}
.category_list .item .in{display: block; padding: 0; font-size: 0; position: relative;}
.category_list .item .img{ overflow: hidden; -webkit-border-radius: 200px; border-radius: 200px; background: #efefef; display: block; vertical-align: middle; width: 150px; margin: 15px auto 0;}
.category_list .item .img .in_img{min-height: 0; overflow: hidden; display: block; padding: 0 0 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.category_list .item .text{text-align: left; width: 100%; display: block; padding: 0;}
.category_list .item .text .box{display: table; width: 100%; height: 70px; text-align: left; }
.category_list .item .text .box .centering{display: table-cell; vertical-align: middle; width: 100%;}
.category_list .item .text .box .centering .title{margin: 0; font-size: 16px; line-height: 22px; font-weight: 600; text-align: center; padding: 0;}


@media screen and (max-width: 1400px) { 
.category_list h2{font-size: 20px; line-height: 28px;}
}
@media screen and (max-width: 1300px) {
.category_list .item{width: calc(25% - 45px / 4 - 2px); margin: 15px 0 0;}
.category_list .item:nth-child(4n - 1){margin: 15px 15px 0;}
.category_list .item:nth-child(4n - 2){margin: 15px 0 0 15px;}
.category_list .item:nth-child(-n + 4){margin-top: 0;}
.category_list .item .img{width: 130px;}
.category_list .item .text .box{height: 60px;}
.category_list .item .text .box .centering .title{font-size: 15px; line-height: 20px;}
}

@media screen and (max-width: 1024px) { 
.category_list h2{font-size: 18px; line-height: 26px;}

.category_list .item{width: calc(50% - 15px / 2 - 2px); margin: 15px 0 0;}
.category_list .item:nth-child(4n - 1){margin: 15px 0 0;}
.category_list .item:nth-child(4n - 2){margin: 15px 0 0;}
.category_list .item:nth-child(-n + 4){margin-top: 15px;}
.category_list .item:nth-child(2n){margin: 15px 0 0 15px;}
.category_list .item:nth-child(-n + 2){margin-top: 0;}

.category_list .item .text .box{height: 50px;}
.category_list .item .text .box .centering .title{font-size: 14px; line-height: 18px;}
}

@media screen and (max-width: 500px) { 
.category_list .item{width: calc(50% - 8px / 2 - 2px); margin: 8px 0 0;}
.category_list .item:nth-child(4n - 1){margin: 8px 0 0;}
.category_list .item:nth-child(4n - 2){margin: 8px 0 0;}
.category_list .item:nth-child(-n + 4){margin-top: 8px;}
.category_list .item:nth-child(2n){margin: 8px 0 0 8px;}
.category_list .item:nth-child(-n + 2){margin-top: 0;}
.category_list .item .img{width: 90px;}
.category_list .item .text .box{height: 40px;}
.category_list .item .text .box .centering .title{font-size: 12px; line-height: 16px;}
}





/*
.sort_tabs{text-align: left; display: block; position: relative; width: 100%; border-bottom: 1px solid #f1f2f2;}
.sort_tabs ul{display: block; margin: 0; padding: 0; font-size: 0;}
.sort_tabs ul.left{float: left;}
.sort_tabs ul.right{float: right;}
.sort_tabs ul li{display: inline-block; vertical-align: middle; padding: 0;}
.sort_tabs ul.left li{margin: 0 4px 0 0;}
.sort_tabs ul.right li{margin: 0 0 0 4px;}
.sort_tabs ul li.hide{display: none;}
.sort_tabs ul li.disabled a, .sort_tabs ul li.disabled label{opacity: 0.3; background: #f1f2f2 !important; color: #333 !important; cursor: no-drop;}
.sort_tabs ul li a, .sort_tabs ul li label{cursor: pointer; padding: 0 25px; background: #f1f2f2; display: block; font-size: 13px; line-height: 40px; font-weight: 500; text-align: center; color: #333; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .sort_tabs ul li a:hover, .sort_tabs ul li.active a, .notouch .sort_tabs ul li label:hover, .sort_tabs ul li.active label{color: #fff; background: #808080; }
.sort_tabs ul li a .checker, .sort_tabs ul li a input, .sort_tabs ul li label .checker, .sort_tabs ul li label input{position: absolute; left: 0; top: 0; opacity: 0; visibility: hidden;}
.sort_tabs ul li a span.text, .sort_tabs ul li label span.text{display: inline-block; vertical-align: bottom; font-size: 13px; line-height: 40px; font-weight: 400;}


@media screen and (max-width: 1024px) { 
.sort_tabs ul li a, .sort_tabs ul li label{padding: 0 22px; font-size: 12px; line-height: 38px;}
.sort_tabs ul li a span.text, .sort_tabs ul li label span.text{font-size: 12px; line-height: 38px;}
}

@media screen and (max-width: 850px) { 
.sort_tabs ul.left li{margin: 0 3px 0 0;}
.sort_tabs ul.right li{margin: 0 0 0 3px;}
.sort_tabs ul li a, .sort_tabs ul li label{padding: 0 15px; font-size: 11px; line-height: 34px;}
.sort_tabs ul li a span.text, .sort_tabs ul li label span.text{font-size: 11px; line-height: 34px;}
}

@media screen and (max-width: 720px) { 
.sort_tabs{border: 0;}
.sort_tabs ul{border-spacing: 2px 2px; display: table; width: 100%;}
.sort_tabs ul li{margin: 0; display: table-cell; vertical-align: middle; width: 25%;}
.sort_tabs ul li a, .sort_tabs ul li label{padding: 0; font-size: 10px; line-height: 34px;} 
.sort_tabs ul li a span.text, .sort_tabs ul li label span.text{font-size: 10px; line-height: 34px;}
}

@media screen and (max-width: 500px) { 
.sort_tabs{border: 0;}
.sort_tabs ul{display: block; width: 100%; float: none; font-size: 0; margin: 6px 0 0;}
.sort_tabs ul:nth-child(1){margin: 0;}
.sort_tabs ul li{margin: 4px 0 0 !important; display: inline-block; vertical-align: middle; width: calc(50% - 4px / 2);}
.sort_tabs ul li:nth-child(2n){margin: 4px 0 0 4px !important;}
.sort_tabs ul li:nth-child(-n + 2){margin-top: 0 !important;}
.sort_tabs ul li a, .sort_tabs ul li label{padding: 0; font-size: 10px; line-height: 34px;} 
.sort_tabs ul li a span.text, .sort_tabs ul li label span.text{font-size: 10px; line-height: 34px;}
} 
*/
 
 
 
.ipad_sorting{display: none; position: relative; font-size: 0; margin: 0 0 20px;}
.ipad_sorting a{background: #000; border: 1px solid #000; color: #fff; font-size: 14px; line-height: 20px; font-weight: 600; text-transform: uppercase; display: inline-block; vertical-align: middle; text-align: center; padding: 16px 0; width: calc(50% - 7px); -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.ipad_sorting a:nth-child(2){margin: 0 0 0 10px;}
.notouch .ipad_sorting a:hover{border: 1px solid #f1f2f2; color: #000; background: #fff;}
.ipad_sorting a.active{border: 1px solid #f1f2f2; color: #000; background: #f1f2f2;}

@media screen and (max-width: 1200px) {
.ipad_sorting{display: block;}
}

@media screen and (max-width: 700px) {
.ipad_sorting{margin: 0 0 6px;}
.ipad_sorting a{width: calc(50% - 5px);}
.ipad_sorting a:nth-child(2){margin: 0 0 0 6px;}
}





.sort_box .sort_tabs{text-align: left; display: block; position: relative; width: 100%; overflow: hidden; font-size: 0; margin: 0 0 20px;}
.sort_box .sort_tabs::before{position: absolute; left: 0; right: 0; height: 1px; top: 50%; transform: translateY(-50%); content: ""; background: #F1F2F2;}
.sort_box .sort_tabs .title{white-space: nowrap; position: relative; z-index: 1; width: 110px; text-align: left; margin: 0; font-size: 16px; line-height: 34px; display: inline-block; vertical-align: middle; padding: 0 20px 0 0; background: #fff; text-transform: uppercase; font-weight: 600; color: #666666;}
.sort_box .sort_tabs .box{display: inline-block; vertical-align: middle; width: calc(100% - 130px); text-align: right; }
.sort_box .sort_tabs .box ul{display: inline-block; vertical-align: middle; margin: 0; padding: 0 0 0 20px; font-size: 0; background: #fff; position: relative; z-index: 1; }
.sort_box .sort_tabs .box ul li{position: relative; display: inline-block; vertical-align: middle; margin: 0 0 0 35px; }
.sort_box .sort_tabs .box ul li.disabled{opacity: 0.3; cursor: no-drop;}
.sort_box .sort_tabs .box ul li.disabled::before{position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ""; z-index: 10; }
.sort_box .sort_tabs .box ul li:first-of-type{margin: 0;}
.sort_box .sort_tabs .box ul li .subtitle{cursor: pointer; white-space: nowrap; position: relative; text-align: left; margin: 0; font-size: 13px; line-height: 22px; display: inline-block; vertical-align: middle; padding: 0 6px 0 0; text-transform: uppercase; font-weight: 600; color: #000;}
.sort_box .sort_tabs .box ul li .sort{width: 20px; height: 20px; display: inline-block; vertical-align: middle; margin: 0 3px 0 0; border: 1px solid #bcbec0; position: relative; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.sort_box .sort_tabs .box ul li .sort:last-of-type{margin: 0;}
.sort_box .sort_tabs .box ul li .sort::before{opacity: 1; position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ""; background: url(../img/arrow_grey_right.svg) no-repeat scroll center center; background-size: 12px 12px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.sort_box .sort_tabs .box ul li .sort::after{opacity: 0; position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ""; background: url(../img/arrow_white_right.svg) no-repeat scroll center center; background-size: 12px 12px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.sort_box .sort_tabs .box ul li .sort.down::before, .sort_box .sort_tabs .box ul li .sort.down::after{-webkit-transform: rotate(90deg); transform: rotate(90deg); }
.sort_box .sort_tabs .box ul li .sort.up::before, .sort_box .sort_tabs .box ul li .sort.up::after{-webkit-transform: rotate(-90deg); transform: rotate(-90deg); }
.notouch .sort_box .sort_tabs .box ul li .sort:hover, .sort_box .sort_tabs .box ul li .sort.active{border: 1px solid #ec1b24; background: #ec1b24;}
.notouch .sort_box .sort_tabs .box ul li .sort:hover::before, .sort_box .sort_tabs .box ul li .sort.active::before{opacity: 0;}
.notouch .sort_box .sort_tabs .box ul li .sort:hover::after, .sort_box .sort_tabs .box ul li .sort.active::after{opacity: 1;}



@media screen and (max-width: 1200px) {
.sort_box{display: none; padding: 25px; background: #f1f2f2; margin: 0 0 40px;}
.sort_box .sort_tabs{margin: 0;}
.sort_box .sort_tabs::before{display: none;}
.sort_box .sort_tabs .title{display: none;}
.sort_box .sort_tabs .box{display: block; width: 100%; text-align: left; }
.sort_box .sort_tabs .box ul{padding: 0; background: none;}
}

@media screen and (max-width: 1024px) {
.sort_box{margin: 0 0 30px;}
}

@media screen and (max-width: 850px) {
 .sort_box .sort_tabs .box ul{display: flex; flex-wrap: wrap; gap: 15px 30px;}
 .sort_box .sort_tabs .box ul li{margin: 0;}
}

@media screen and (max-width: 580px) {
.sort_box .sort_tabs .box ul{display: block;}
.sort_box .sort_tabs .box ul li{display: block; margin: 8px 0 0;}
}




.category_welcome{display: block;}
.category_welcome .item{position: relative;}
.category_welcome .item .img_bg{width: 100%; padding: 0 0 35.417%; display: block; background-size: cover; background-position: center; background-repeat: no-repeat; position: relative;}
.category_welcome .item .img_bg::before{content: ''; position: absolute; inset: 0; background-color: rgba(0,0,0,0.5);}
.category_welcome .item .text{position: absolute; top: 50%; left: 0; right: 0; translate: 0 -50%; width: 90%; margin: 0 auto;}
.category_welcome .item .text .title{color: #fff; font-size: 42px; line-height: 52px; font-weight: 700; position: relative; text-transform: uppercase; margin: 0; max-width: 1050px;}
.category_welcome .item .text .text_box{color: #fff; font-size: 16px; line-height: 22px; position: relative; margin: 8px 0 0; max-width: 1050px;}
.category_welcome .item .text .btn{padding: 14px 70px 14px 40px; margin-top: 40px;}
.category_welcome .item .text .btn::before{right: 30px;}

@media screen and (max-width: 1600px) {
 .category_welcome .item .img_bg{padding: 0; min-height: 370px;}
 .category_welcome .item .text .title{font-size: 38px; line-height: 46px; max-width: 800px;}
 .category_welcome .item .text .text_box{max-width: 800px;}
}

@media screen and (max-width: 1400px) {
 .category_welcome .item .text .title{font-size: 34px; line-height: 42px; max-width: 650px;}
 .category_welcome .item .text .text_box{max-width: 650px;}
 .category_welcome .item .text .btn{padding: 11px 50px 11px 30px;}
 .category_welcome .item .text .btn::before{right: 23px;}
}

@media screen and (max-width: 800px) {
 .category_welcome .item .text .title{font-size: 30px; line-height: 38px; max-width: 580px;}
 .category_welcome .item .text .text_box{max-width: 580px;}
 .category_welcome .item .text .btn{margin-top: 30px;}
}

@media screen and (max-width: 600px) {
 .category_welcome .item .img_bg{min-height: 300px;}
 .category_welcome .item .text .title{font-size: 27px; line-height: 34px;}
}




.sub_category_list{text-align: left; display: block; font-size: 0; width: 100%; position: relative;}
.sub_category_list h2{display: block; margin: 0 0 10px; padding: 0; font-size: 22px; line-height: 30px; font-weight: 700; text-transform: uppercase; color: #000; }
.sub_category_list .item{font-size: 0; text-align: center; position: relative; display: inline-block; vertical-align: middle; width: calc(33.33% - 20px / 3 - 2px); margin: 10px 0 0; background: #ffffff; border: 1px solid #F1F2F2; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.sub_category_list .item:nth-child(3n - 1){margin: 10px 10px 0;}
.sub_category_list .item:nth-child(-n + 3){margin-top: 0;}
.notouch .sub_category_list .item:hover{box-shadow: 0 0 20px -13px rgba(0,0,0,0.6); -webkit-box-shadow: 0 0 20px -13px rgba(0,0,0,0.6);}
.sub_category_list .item .in{display: block; padding: 15px; font-size: 0; position: relative;}
.sub_category_list .item .img{ display: inline-block; vertical-align: middle; width: 80px; margin: 0 15px 0 0;}
.sub_category_list .item .img .in_img{min-height: 0; overflow: hidden; -webkit-border-radius: 60px; border-radius: 60px; display: block; padding: 0 0 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.sub_category_list .item .text{text-align: left; width: calc(100% - 95px); display: inline-block; vertical-align: middle; padding: 0;}
.sub_category_list .item .text .title{margin: 0; font-size: 16px; line-height: 22px; font-weight: 600; text-align: left; padding: 0;}


@media screen and (max-width: 1400px) and (min-width: 1201px) { 
.sub_category_list h2{font-size: 20px; line-height: 28px;}

.sub_category_list .item{width: calc(50% - 10px / 2 - 2px); margin: 10px 0 0;}
.sub_category_list .item:nth-child(3n - 1){margin: 10px 0 0;}
.sub_category_list .item:nth-child(-n + 3){margin-top: 10px;}
.sub_category_list .item:nth-child(2n){margin: 10px 0 0 10px;}
.sub_category_list .item:nth-child(-n + 2){margin-top: 0;}
}

@media screen and (max-width: 1024px) { 
.sub_category_list h2{font-size: 18px; line-height: 26px;}

.sub_category_list .item{width: calc(50% - 10px / 2 - 2px); margin: 10px 0 0;}
.sub_category_list .item:nth-child(3n - 1){margin: 10px 0 0;}
.sub_category_list .item:nth-child(-n + 3){margin-top: 10px;}
.sub_category_list .item:nth-child(2n){margin: 10px 0 0 10px;}
.sub_category_list .item:nth-child(-n + 2){margin-top: 0;}
}

 
@media screen and (max-width: 700px) { 
.sub_category_list .item{width: calc(50% - 6px / 2 - 2px); margin: 6px 0 0;}
.sub_category_list .item:nth-child(3n - 1){margin: 6px 0 0;}
.sub_category_list .item:nth-child(-n + 3){margin-top: 6px;}
.sub_category_list .item:nth-child(2n){margin: 6px 0 0 6px;}
.sub_category_list .item:nth-child(-n + 2){margin-top: 0;}

.sub_category_list .item .in{padding: 10px;}
.sub_category_list .item .img{display: block;}
.sub_category_list .item .text{width: 100%;}
.sub_category_list .item .text .box{display: table; width: 100%; height: 36px;}
.sub_category_list .item .text .box .centering{text-align: center; display: table-cell; vertical-align: middle; width: 100%;}
.sub_category_list .item .text .title{font-size: 13px; line-height: 18px; text-align: center;}
} 







#snippet--productsArea{padding: 0 !important; min-height: 0;}
#snippet--productsList{-webkit-transition: opacity 400ms ease; transition: opacity 400ms ease;}

.product_flex{display: flex; flex-wrap: wrap;}



.product_list{width: 100%; display: block; font-size: 0;}
.product_list .item{text-align: center; position: relative; display: inline-block; vertical-align: top; background: #ffffff; border: 1px solid #F1F2F2; -webkit-transition: box-shadow 400ms ease, border 400ms ease; transition: box-shadow 400ms ease, border 400ms ease;}
 
.c_column:not(.full) .product_list .item{width: calc(25% - 60px / 4 - 3px); margin: 20px 0 0}
.c_column:not(.full) .product_list .item:nth-child(4n - 1){margin: 20px 20px 0;}
.c_column:not(.full) .product_list .item:nth-child(4n - 2){margin: 20px 0 0 20px;}
.c_column:not(.full) .product_list .item:nth-child(-n + 4){margin-top: 0;}

.c_column.full .product_list .item{width: calc(25% - 60px / 4 - 3px); margin: 20px 0 0}
.c_column.full .product_list .item:nth-child(4n - 1){margin: 20px 20px 0;}
.c_column.full .product_list .item:nth-child(4n - 2){margin: 20px 0 0 20px;}
.c_column.full .product_list .item:nth-child(-n + 4){margin-top: 0;}

.hp .product_list .item{width: calc(33.33% - 40px / 3 - 3px); margin: 20px 0 0}
.hp .product_list .item:nth-child(3n - 1){margin: 20px 20px 0;}
.hp .product_list .item:nth-child(-n + 3){margin-top: 0;}

.notouch .product_list .item:hover{box-shadow: 0 0 20px -13px rgba(0,0,0,0.6); -webkit-box-shadow: 0 0 20px -13px rgba(0,0,0,0.6);}


.product_list.product_list_slider .item{width: calc(100% - 20px) !important; margin: 20px auto !important; display: block;}
.product_list.product_list_slider.owl-carousel .owl-controls{min-height: 0; z-index: 991; margin: 0;}
.product_list.product_list_slider.owl-carousel .owl-controls .owl-buttons{ position: absolute; top: 50%; right: 0; left: 0; text-align: right; margin: -20px auto 0; width: 100%;}
.product_list.product_list_slider.owl-carousel .owl-controls .owl-buttons .owl-prev { -webkit-border-radius: 40px; border-radius: 40px; background: #a7a9ac; cursor: pointer; position:absolute; width: 40px; height: 40px; left: -11px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.product_list.product_list_slider.owl-carousel .owl-controls .owl-buttons .owl-next { -webkit-border-radius: 40px; border-radius: 40px; background: #a7a9ac; cursor: pointer; position:absolute; width: 40px; height: 40px; right: -11px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.product_list.product_list_slider.owl-carousel .owl-controls .owl-buttons .owl-prev::before { position: absolute; left: 0; top: 0; content: ""; background: url(../img/arrow_white_right.svg) no-repeat scroll center center; background-size: 22px 22px; display: block; width: 100%; height: 100%; -webkit-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.product_list.product_list_slider.owl-carousel .owl-controls .owl-buttons .owl-next::before { position: absolute; left: 0; top: 0; content: ""; background: url(../img/arrow_white_right.svg) no-repeat scroll center center; background-size: 22px 22px; display: block; width: 100%; height: 100%; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .product_list.product_list_slider.owl-carousel .owl-controls .owl-buttons .owl-prev:hover, .notouch .product_list.product_list_slider.owl-carousel .owl-controls .owl-buttons .owl-next:hover{ background: #ec1b24;}


.product_list .color_palet{margin: 0; width: 58px; overflow: hidden; max-height: 172px; text-align: right; z-index: 997; position: absolute; right: 10px; top: 10px; font-size: 0;}
.product_list .color_palet .hexagon {margin: 0 0 5px 5px;width: 24px;height: 24px; background: #c1c1c1;position: relative;display: inline-block; vertical-align: middle; overflow: hidden;-webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);}
.product_list .color_palet .hexagon .border {width: calc(100% - 2px);height: calc(100% - 2px);position: absolute;top: 50%;left: 50%;overflow: hidden;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);-webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);  }
.product_list .color_palet .hexagon .border .content {width: 150%; height: 100%; background: #dede11; position: absolute; top: 50%; left: 50%; -webkit-transform: translateX(-50%) rotate(-59deg); transform: translateX(-50%) rotate(-59deg); -webkit-transform-origin: center top; transform-origin: center top;}
.product_list .color_palet .hexagon .border .content2 {width: 150%; height: 100%; background: purple; position: absolute; top: 50%; left: 50%; -webkit-transform: translateX(-50%) rotate(-151deg); transform: translateX(-50%) rotate(-151deg); -webkit-transform-origin: center top; transform-origin: center top;}
.product_list .color_palet .hexagon .border .content3 {width: 150%; height: 100%; background: purple; position: absolute; top: 50%; left: 50%; -webkit-transform: translateX(-25%) translateY(-65%) rotate(119.5deg); transform: translateX(-25%) translateY(-65%) rotate(119.5deg); -webkit-transform-origin: center top; transform-origin: center top;}

.product_list .color_palet .hexagon.empty.hide{display: none;}
.product_list .color_palet .hexagon.empty::before{content: ""; position: absolute; top: 0; right: 0; left: 0; bottom: 0; background: url(../img/question_icon.svg) no-repeat scroll center center; background-size: 18px 18px; z-index: 9;}
.product_list .color_palet .hexagon.empty .border{background: #dadada !important;}
.product_list .color_palet .hexagon.empty .border .content{background: #b2b2b2 !important;}



.product_list .item .add_remove_wish{z-index: 100; display: block; position: absolute; top: 20px; left: 20px; width: 24px; height: 24px;}
.product_list .item .add_remove_wish::before{opacity: 1; background: no-repeat scroll center center; background-size: 24px 24px; position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.product_list .item .add_remove_wish::after{opacity: 0; background: no-repeat scroll center center; background-size: 24px 24px; position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .product_list .item .add_remove_wish:hover::before{opacity: 0;}
.notouch .product_list .item .add_remove_wish:hover::after{opacity: 1;}
.product_list .item .add_remove_wish::before{background-image: url(../img/wish_grey.svg);}
.product_list .item .add_remove_wish::after{background-image: url(../img/wish_red.svg);}
.product_list .item .add_remove_wish.active::before{background-image: url(../img/wish_grey_full.svg);}
.product_list .item .add_remove_wish.active::after{background-image: url(../img/wish_red_full.svg);}



.product_list .item .in{padding: 0; display: block; }
.product_list .item .in .img{min-height: 0; width: 100%; position: relative; padding: 0 0 75%; margin: 0; display: block; background-color: #ffffff;}
.product_list .item .in .img picture{position: absolute; top: 0; right: 0; left: 0; bottom: 0; z-index: 0; background-repeat: no-repeat; background-position: center center; background-size: contain;}
.product_list .item .in .img picture.cover{background-size: cover;}
.product_list .item .in .img .flag_box{position: absolute; top: 20px; left: 0; z-index: 10; max-width: 120px;}
.product_list .item .in .img .flag_box > span{display: block; text-align: left; margin: 2px 0 0;}
.product_list .item .in .img .flag_box > span:nth-child(1){margin: 0;}
.product_list .item .in .img .flag_box > span span{padding: 0 15px; display: inline-block; vertical-align: middle; text-align: left; font-size: 13px; line-height: 24px; color: #ffffff; font-weight: 600; text-transform: uppercase;}
.product_list .item .in .img .flag_box > span.red span{background: #ec1c24;}
.product_list .item .in .img .flag_box > span.blue span{background: #29abe2;}
.product_list .item .in .img .flag_box > span.orange span{background: #ed9b05;}
.product_list .item .in .img .flag_box > span.green span{background: #39b54a;}
.product_list .item .in .img .flag_box > span.black{text-align: center;}
.product_list .item .in .img .flag_box > span.black span{background: #000000; font-size: 16px; line-height: 21px; padding: 4px 15px; text-align: center; text-transform: none;}


.product_list .item .img span.cover{position: absolute; left: 0; right: 0; top: 0; bottom: 0; display: block; opacity: 0; background: no-repeat scroll center center #fff; background-size: contain; -webkit-transition: all 400ms ease 800ms; transition: all 400ms ease 800ms}
.product_list .item .img span.cover.active{opacity: 1; -webkit-transition: all 400ms ease 400ms; transition: all 400ms ease 400ms;}



.product_list .item.spec .in{position: relative; height: 100%;}
.product_list .item.spec .text{flex-direction: column; height: initial; display: flex; align-items: flex-start; justify-content: flex-end;position: absolute; left: 0; right: 0; bottom: 0; top: 44%; z-index: 10; background: #414042; padding: 20px 15px; text-align: left;}
.product_list .item.spec .text .title{font-size: 32px; line-height: 36px; font-weight: 700; text-align: left; color: #fff;}



.product_list .item .in_text{text-align: center; padding: 0 20px 20px;}

.product_list .item .text{margin: 0; padding: 15px 15px 0; display: table; height: 40px; width: calc(100% - 30px)}
.product_list .item .text h3{text-align: center; padding: 0; margin: 0; font-size: 15px; line-height: 20px; color: #333333; font-weight: 700; display: table-cell; vertical-align: middle; position: relative;}
.product_list .item .text h3 a{text-decoration: none;}
.product_list .item .text .anotation{text-align: center; padding: 0; margin: 0; font-size: 14px; line-height: 20px; color: #333333; font-weight: 400; height: 40px; overflow: hidden; display: block; position: relative;}

.product_list .item .bottom{padding: 10px 0; margin: 10px 0; border-top: 1px solid #F1F2F2; border-bottom: 1px solid #F1F2F2; font-size: 0;}
.product_list .item .bottom .box{width: 100%; display: table; height: 49px;}
.product_list .item .bottom .box .centering{width: 100%; display: table-cell; vertical-align: middle; font-size: 0;}
.product_list .item .bottom .left_side, .product_list .item .bottom .right_side{margin: 0; display: inline-block; vertical-align: top; width: 100%;}
.product_list .item .bottom .left_side{text-align: left;}
.product_list .item .bottom .right_side{text-align: right;}
.product_list .item .bottom .left_side .subtitle, .product_list .item .bottom .right_side .subtitle{display: block; margin: 0; padding: 0; font-size: 12px; line-height: 18px; color: #878787; font-weight: 600;} 
.product_list .item .bottom .left_side .discount{display: block; font-size: 12px; line-height: 18px; color: #878787; font-weight: 600; text-decoration: line-through;}
.product_list .item .bottom .left_side .main{display: block; font-size: 16px; line-height: 20px; color: #ec1c24; font-weight: 700; margin: 0;}
.product_list .item .bottom .right_side .warehouse{display: block; font-size: 12px; line-height: 18px; color: #000000; font-weight: 600; margin: 0;}
.product_list .item .bottom .right_side .warehouse.green{color: #53ac36}
.product_list .item .bottom .right_side .warehouse.red{color: #ec1c24}





@media screen and (max-width: 1750px) {
.c_column:not(.full) .product_list .item{width: calc(33.33% - 40px / 3 - 3px); margin: 20px 0 0}
.c_column:not(.full) .product_list .item:nth-child(4n - 1){margin: 20px 0 0;}
.c_column:not(.full) .product_list .item:nth-child(4n - 2){margin: 20px 0 0;}
.c_column:not(.full) .product_list .item:nth-child(-n + 4){margin-top: 20px;}
.c_column:not(.full) .product_list .item:nth-child(3n - 1){margin: 20px 20px 0;}
.c_column:not(.full) .product_list .item:nth-child(-n + 3){margin-top: 0;}
}


@media screen and (max-width: 1360px) {
.c_column.full .product_list .item{width: calc(33.33% - 40px / 3 - 3px); margin: 20px 0 0}
.c_column.full .product_list .item:nth-child(4n - 1){margin: 20px 0 0;}
.c_column.full .product_list .item:nth-child(4n - 2){margin: 20px 0 0;}
.c_column.full .product_list .item:nth-child(-n + 4){margin-top: 20px;}
.c_column.full .product_list .item:nth-child(3n - 1){margin: 20px 20px 0;}
.c_column.full .product_list .item:nth-child(-n + 3){margin-top: 0;}
}





@media screen and (max-width: 1200px) {

.product_list .item .bottom{opacity: 1; visibility: visible;}

.hp .product_list .item{width: calc(33.33% - 40px / 3 - 3px); margin: 30px 0 0}
.hp .product_list .item:nth-child(3n - 1){margin: 30px 20px 0;}
.hp .product_list .item:nth-child(-n + 3){margin-top: 0;}

.hp .product_list .item:nth-child(n + 4){display: none;}

.product_list .item .in_text{padding: 0 15px 15px;}

.product_list .item .text{padding: 15px 12px 0;}
.product_list .item .text h3{font-size: 14px; line-height: 20px;}
.product_list .item .text .anotation{font-size: 13px; line-height: 18px; height: 36px;}

.product_list .item .bottom{padding: 10px 0;}



.product_list .item.spec .text{padding: 15px 15px;}
.product_list .item.spec .text .title{font-size: 26px; line-height: 30px;}
}


@media screen and (max-width: 1000px) {



.c_column.full .product_list .item{width: calc(50% - 20px / 2 - 3px ); margin: 20px 0 0}
.c_column.full .product_list .item:nth-child(4n - 1){margin: 20px 0 0;}
.c_column.full .product_list .item:nth-child(4n - 2){margin: 20px 0 0;}
.c_column.full .product_list .item:nth-child(-n + 4){margin-top: 20px;}
.c_column.full .product_list .item:nth-child(3n - 1){margin: 20px 0 0;}
.c_column.full .product_list .item:nth-child(-n + 3){margin-top: 20px;}
.c_column.full .product_list .item:nth-child(2n){margin: 20px 0 0 20px;}
.c_column.full .product_list .item:nth-child(-n + 2){margin-top: 0;}

.c_column:not(.full) .product_list .item{width: calc(50% - 20px / 2 - 3px); margin: 20px 0 0}
.c_column:not(.full) .product_list .item:nth-child(4n - 1){margin: 20px 0 0;}
.c_column:not(.full) .product_list .item:nth-child(4n - 2){margin: 20px 0 0;}
.c_column:not(.full) .product_list .item:nth-child(-n + 4){margin-top: 20px;}
.c_column:not(.full) .product_list .item:nth-child(3n - 1){margin: 20px 0 0;}
.c_column:not(.full) .product_list .item:nth-child(-n + 3){margin-top: 20px;}
.c_column:not(.full) .product_list .item:nth-child(2n){margin: 20px 0 0 20px;}
.c_column:not(.full) .product_list .item:nth-child(-n + 2){margin-top: 0;}

.hp .product_list .item{width: calc(50% - 20px / 2 - 3px ); margin: 20px 0 0}
.hp .product_list .item:nth-child(3n - 1){margin: 20px 0 0;}
.hp .product_list .item:nth-child(-n + 3){margin-top: 20px;}
.hp .product_list .item:nth-child(2n){margin: 20px 0 0 20px;}
.hp .product_list .item:nth-child(-n + 2){margin-top: 0;}

.hp .product_list .item:nth-child(n + 3){display: none;}
}


@media screen and (max-width: 650px) {
.c_column.full .product_list .item{width: 100%; margin: 15px 0 0}
.c_column.full .product_list .item:nth-child(4n - 1){margin: 15px 0 0;}
.c_column.full .product_list .item:nth-child(4n - 2){margin: 15px 0 0;}
.c_column.full .product_list .item:nth-child(-n + 4){margin-top: 15px;}
.c_column.full .product_list .item:nth-child(3n - 1){margin: 15px 0 0;}
.c_column.full .product_list .item:nth-child(-n + 3){margin-top: 15px;}
.c_column.full .product_list .item:nth-child(2n){margin: 15px 0 0;}
.c_column.full .product_list .item:nth-child(-n + 2){margin-top: 15px;}
.c_column.full .product_list .item:nth-child(-n + 1){margin-top: 0;}


.c_column:not(.full) .product_list .item{width: 100%; margin: 15px 0 0}
.c_column:not(.full) .product_list .item:nth-child(4n - 1){margin: 15px 0 0;}
.c_column:not(.full) .product_list .item:nth-child(4n - 2){margin: 15px 0 0;}
.c_column:not(.full) .product_list .item:nth-child(-n + 4){margin-top: 15px;}
.c_column:not(.full) .product_list .item:nth-child(3n - 1){margin: 15px 0 0;}
.c_column:not(.full) .product_list .item:nth-child(-n + 3){margin-top: 15px;}
.c_column:not(.full) .product_list .item:nth-child(2n){margin: 15px 0 0;}
.c_column:not(.full) .product_list .item:nth-child(-n + 2){margin-top: 15px;}
.c_column:not(.full) .product_list .item:nth-child(-n + 1){margin-top: 0;}

.hp .product_list .item{width: 100%; margin: 15px 0 0}
.hp .product_list .item:nth-child(3n - 1){margin: 15px 0 0;}
.hp .product_list .item:nth-child(-n + 3){margin-top: 15px;}
.hp .product_list .item:nth-child(2n){margin: 15px 0 0;}
.hp .product_list .item:nth-child(-n + 2){margin-top: 15px;}
.hp .product_list .item:nth-child(-n + 1){margin-top: 0;}


.product_list .item.spec .text{height: 167px; align-items: center; justify-content: center; position: relative; top: initial;}

}


@media screen and (max-width: 500px) {
.product_list.product_list_slider.owl-carousel .owl-controls .owl-buttons{ margin: -16px auto 0;}
.product_list.product_list_slider.owl-carousel .owl-controls .owl-buttons .owl-prev { width: 32px; height: 32px; left: -7px;}
.product_list.product_list_slider.owl-carousel .owl-controls .owl-buttons .owl-next { width: 32px; height: 32px; right: -7px;}

.product_list.product_list_slider.owl-carousel .owl-controls .owl-buttons .owl-prev::before {background-size: 14px 14px;}
.product_list.product_list_slider.owl-carousel .owl-controls .owl-buttons .owl-next::before {background-size: 14px 14px;}



.product_list .item.spec .text .title{font-size: 22px; line-height: 26px;}
}








.related h2{font-size: 24px; line-height: 32px; color: #4d4d4d; font-weight: 300; text-align: left; margin: 0; padding: 0 0 0 15px; border-left: 5px solid #e6e6e6; text-transform: uppercase; position: relative;}
.related.margin h2{margin: 0 0 0 10px;}
.related.margin2 h2{margin: 0 0 20px;}
.related h2.blue{border-color: #29abe2}
.related h2.orange{border-color: #ed9b05;}
.related h2.green{border-color: #39b54a}
.related h2.red{border-color: #ec1c24}
.related h2 .btn{position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

@media screen and (max-width: 1280px) {
.related h2{font-size: 22px; line-height: 28px; border-left: 4px solid #e6e6e6;}
}

@media screen and (max-width: 1024px) {
.related h2{font-size: 20px; line-height: 26px;}
}

@media screen and (max-width: 550px) {
.related .clear.hide{display: block !important;}
.related h2 .btn{position: relative; top: 0; margin: 0 0 0 30px; clear: both; -webkit-transform: translateY(0); transform: translateY(0); }
}






.category_bottom{margin: 0; width: 100%;}
.load_next_page{display: inline-block; vertical-align: middle; margin: 0 30px 0 0;}

.strankovani{padding: 0; margin: 0 auto; display: inline-block; vertical-align: middle;}
.strankovani ul{text-align: left; margin: 0; padding: 0; font-size: 0;}
.strankovani ul li{list-style: none; display: inline-block; margin: 0 5px 0 0 ;}
.strankovani ul li a{border: 1px solid #cccdce; background: #fcfcfc; display: block; width: 36px; font-size: 13px; line-height: 36px; padding: 0; text-align: center; color: #000000; font-weight: 700; position: relative; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .strankovani ul li a:hover{border: 1px solid #000000;}
.strankovani ul li.active a{border: 1px solid #ec1b24 !important; background: #ec1b24; color: #ffffff;}
.strankovani ul li.tecky{font-size: 20px; line-height: 20px; padding-top: 1px; color: #000000; }

@media screen and (max-width: 650px) {
.load_next_page{display: block; text-align: center; margin: 0;}
.strankovani{display: block; text-align: center; margin: 20px 0 0;}
.strankovani ul{text-align: center;}
.strankovani ul li{margin: 0 1px 0 0 ;}
.strankovani ul li a{width: 29px; font-size: 12px; line-height: 29px;}

}







.wishlist{width: 100%; display: block; text-align: right;}
.wishlist .item{text-align: left; position: relative; display: block; margin: -1px 0; padding: 20px 15px; background: #ffffff; border-bottom: 1px solid #c7cdd0; border-top: 1px solid #c7cdd0; font-size: 0; }
.wishlist .item.disabled .img,
.wishlist .item.disabled .title span,
.wishlist .item.disabled .warehouse,
.wishlist .item.disabled .price,
.wishlist .item.disabled form{opacity: 0.3;}
.wishlist .item .img{margin: 0 60px 0 0; padding: 10px; width: 80px; text-align: center; position: relative; display: inline-block; vertical-align: middle; z-index: 0; background: linear-gradient(to right, #c7cdd0 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(#c7cdd0 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, #c7cdd0 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(#c7cdd0 50%, rgba(255, 255, 255, 0) 0%); background-position: top, right, bottom, left; background-repeat: repeat-x, repeat-y; background-size: 7px 2px, 2px 7px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .wishlist .item.hover_efekt .img{background: linear-gradient(to right, #00804c 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(#00804c 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, #00804c 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(#00804c 50%, rgba(255, 255, 255, 0) 0%); background-position: top, right, bottom, left; background-repeat: repeat-x, repeat-y; background-size: 7px 2px, 2px 7px;}
.wishlist .item .img .in{display: block; width: 100%; padding: 0 0 100%; background-repeat: no-repeat; background-position: center center; -webkit-background-size: contain; background-size: contain;}

.wishlist .item .title{width: calc(100% - 160px - 140px - 222px - 345px - 30px - 60px); margin: 0 60px 0 0; display: inline-block; vertical-align: middle; text-align: left;}
.wishlist .item .title strong{background: #ce0505; color: #fff; padding: 5px 10px; -webkit-border-radius: 5px; border-radius: 5px; font-weight: 600; font-size: 14px; line-height: 24px; display: inline-block; text-transform: none; margin: 0 0 5px;}
.wishlist .item .title span.main{font-weight: 600; font-size: 16px; line-height: 20px; text-transform: uppercase; text-align: left; display: block; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.wishlist .item .title span.code{font-weight: 400; padding: 0; font-size: 13px; line-height: 18px; text-align: left; display: block; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .wishlist .item.hover_efekt .title span.main, .notouch .wishlist .item.hover_efekt .title span.code{color: #00804c;}
.wishlist .item .title .warehouse{width: 100%; margin: 0; display: none;}


.wishlist .item.disabled .title{}

.wishlist .item .warehouse{width: 80px; display: inline-block; vertical-align: middle; font-size: 14px; line-height: 18px; color: #666666; font-weight: 600; margin: 0 60px 0 0;}
.wishlist .item .warehouse.green{color: #00804c;}
.wishlist .item .warehouse.red{color: #ce0505;}

.wishlist .item .price{width: 140px; display: inline-block; vertical-align: middle; margin: 0 60px 0 0; padding: 4px 20px 4px 0; border-right: 2px solid #c7cdd0}
.wishlist .item.disabled .price{border-right: 2px solid transparent;}
.wishlist .item .price .discount{display: block; font-size: 12px; line-height: 16px; font-weight: 400; text-align: left; text-decoration: line-through}
.wishlist .item .price .discount span{font-size: 12px; line-height: 16px; font-weight: 400; text-align: left;}
.wishlist .item .price .sub{display: block; font-size: 12px; line-height: 16px; font-weight: 400; text-align: left;}
.wishlist .item .price .sub span{font-size: 12px; line-height: 16px; font-weight: 400; text-align: left;}
.wishlist .item .price .main{display: block; font-size: 20px; line-height: 24px; font-weight: 600; text-align: left;}
.wishlist .item .price .main span{font-size: 14px; line-height: 24px; font-weight: 600; text-align: left;}


.wishlist .item form{width: 285px; text-align: right; display: inline-block; vertical-align: middle; margin: 0 60px 0 0;}
.wishlist .item form .basket{margin: 0; text-align: left; padding: 0; display: inline-block;}
.wishlist .item form .basket .first{display: inline-block; vertical-align: middle; text-align: center; padding: 6px 15px; background: #fff; border: 1px solid #e0e6ea; -webkit-border-radius: 20px; border-radius: 20px; margin: 0 20px 0 0;} 
.wishlist .item form .basket .first a.decrement{width: 20px; height: 20px; display: inline-block; vertical-align: middle; margin: 0; position: relative;}
.wishlist .item form .basket .first a.decrement::before{-webkit-border-radius: 20px; border-radius: 20px; position: absolute; top: 0; left: 0; margin: 0; display: block; width: 20px; height: 20px; content: "\002d"; font-size: 14px; line-height: 20px; text-align: center; font-weight: 700; color: #000000; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.wishlist .item form .basket .first a.increment{width: 20px; height: 20px; display: inline-block; vertical-align: middle; margin: 0; position: relative;}
.wishlist .item form .basket .first a.increment::before{-webkit-border-radius: 20px; border-radius: 20px; position: absolute; top: 0; left: 0; margin: 0; display: block; width: 20px; height: 20px; content: "\002b"; font-size: 14px; line-height: 20px; text-align: center; font-weight: 700; color: #000000; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.notouch .wishlist .item form .basket .first a.decrement:hover::before, .notouch .wishlist .item form .basket .first a.increment:hover::before{background: #f2d11d;}
.wishlist .item form .basket .first input[type=text]{position: relative; font-size: 13px; line-height: 20px; padding: 6px 0; width: 40px; text-align: center; display: inline-block; vertical-align: middle; background: transparent; border: 0; color: #000000; font-weight: 700; -webkit-transition: all 400ms ease; transition: all 400ms ease;}



.wishlist .item .add_remove_wish{margin: 0; z-index: 100; display: inline-block; vertical-align: middle; position: relative; width: 30px; height: 30px;}
.wishlist .item .add_remove_wish::before{opacity: 1; background: url(../img/wish_remove_grey.svg) no-repeat scroll center center; background-size: 30px 30px; position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.wishlist .item .add_remove_wish::after{opacity: 0; background: url(../img/wish_remove_green.svg) no-repeat scroll center center; background-size: 30px 30px; position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .wishlist .item .add_remove_wish:hover::before{opacity: 0;}
.notouch .wishlist .item .add_remove_wish:hover::after{opacity: 1;}


@media screen and (max-width: 1850px) {
.wishlist .item{padding: 15px;}
.wishlist .item .img{margin: 0 30px 0 0; width: 60px;}
.wishlist .item .title{width: calc(100% - 110px - 105px - 172px - 315px - 30px - 30px); margin: 0 30px 0 0;}
.wishlist .item .title strong{padding: 4px 8px; font-size: 13px; line-height: 20px;}
.wishlist .item .title span.main{font-size: 14px; line-height: 18px;}
.wishlist .item .title span.code{font-size: 12px; line-height: 18px;}
.wishlist .item .warehouse{width: 75px; font-size: 13px; line-height: 16px; margin: 0 30px 0 0;}
.wishlist .item .price{width: 120px; margin: 0 30px 0 0; padding: 2px 20px 2px 0;}
.wishlist .item .price .discount{font-size: 11px; line-height: 15px;}
.wishlist .item .price .discount span{font-size: 11px; line-height: 15px;}
.wishlist .item .price .sub{font-size: 11px; line-height: 15px;}
.wishlist .item .price .sub span{font-size: 11px; line-height: 15px;}
.wishlist .item .price .main{font-size: 16px; line-height: 20px;}
.wishlist .item .price .main span{font-size: 12px; line-height: 20px;}
.wishlist .item form{margin: 0 30px 0 0;}
}

@media screen and (max-width: 1600px) {
.wishlist .item{padding: 12px 0;}
.wishlist .item .title{width: calc(100% - 110px - 172px - 315px - 30px - 30px);}
.wishlist .item .warehouse{display: none;}
.wishlist .item .title .warehouse{display: block;}
}


@media screen and (max-width: 1400px) {
.wishlist .item .title{width: calc(100% - 110px - 172px - 270px - 30px - 30px);}
.wishlist .item form{width: 240px; margin: 0 30px 0 0;}
.wishlist .item form .basket .first{padding: 3px 10px; margin: 0 10px 0 0;} 
.wishlist .item form .basket .first input[type=text]{font-size: 12px; line-height: 18px; padding: 5px 0; width: 30px;}
.wishlist .item form .basket .btn{padding: 7px 15px;}
.btn.typ_8::before{width: 20px; height: 20px; background-size: 20px 20px;}
}

@media screen and (max-width: 1360px) {
.wishlist .item .title{width: calc(100% - 110px - 172px - 30px - 30px);}
.wishlist .item form{display: none;}
.wishlist > .btn{display: none;}
}


@media screen and (max-width: 650px) {
.wishlist .item .img{display: none;}
.wishlist .item .title{width: calc(100% - 172px - 30px - 30px);}
.wishlist .item form{display: none;}
}

@media screen and (max-width: 500px) {
.wishlist .item .title{width: calc(100% - 140px - 20px - 20px); margin: 0 20px 0 0;}
.wishlist .item .title strong{padding: 3px 6px; font-size: 10px; line-height: 18px;}
.wishlist .item .title span.main{font-size: 12px; line-height: 16px;}
.wishlist .item .title span.code{font-size: 10px; line-height: 16px;}
.wishlist .item .warehouse{font-size: 10px; line-height: 16px;}


.wishlist .item .price{width: 103px; margin: 0 20px 0 0; padding: 2px 15px 2px 0;}
.wishlist .item .price .discount{font-size: 10px; line-height: 14px;}
.wishlist .item .price .discount span{font-size: 10px; line-height: 14px;}
.wishlist .item .price .sub{font-size: 10px; line-height: 14px;}
.wishlist .item .price .sub span{font-size: 10px; line-height: 14px;}
.wishlist .item .price .main{font-size: 14px; line-height: 18px;}
.wishlist .item .price .main span{font-size: 10px; line-height: 18px;}

.wishlist .item .add_remove_wish{width: 20px; height: 20px;}
.wishlist .item .add_remove_wish::before{background-size: 20px 20px;}
.wishlist .item .add_remove_wish::after{background-size: 20px 20px;}
}



@media screen and (max-width: 450px) {
.wishlist .item .img{display: block; padding: 5px; position: absolute; left: 0; top: 12px; margin: 0; width: 50px;}
.wishlist .item .title{display: block; width: calc(100% - 100px); margin: 0 30px 0 70px;}

.wishlist .item .price{display: block; width: calc(100% - 100px); margin: 5px 30px 0 70px; padding: 0; border: 0;}
.wishlist .item .add_remove_wish{position: absolute; right: 0; top: calc(50% - 10px); }
}









.detail{width: 100%; margin: 0 auto; position: relative; font-size: 0;}

.detail .img_obsah{font-size: 0; position: relative; float: left; width: 35%; margin: 0;}
.detail .img_obsah.desktop{display: block;}
.detail .img_obsah.mobile{display: none;}

.detail .img{font-size: 0; position: relative; float: left; width: 79%; margin: 0;}
.detail .img.full{width: 100%;}
.detail .img .flag_box{z-index: 9; position: absolute; top: 20px; left: 1px; max-width: 120px;}
.detail .img .flag_box > span{display: block; text-align: left; margin: 2px 0 0;}
.detail .img .flag_box > span:nth-child(1){margin: 0;}
.detail .img .flag_box > span span{padding: 0 15px; display: inline-block; vertical-align: middle; text-align: left; font-size: 13px; line-height: 24px; color: #ffffff; font-weight: 600; text-transform: uppercase;}
.detail .img .flag_box > span.red span{background: #ec1c24;}
.detail .img .flag_box > span.blue span{background: #29abe2;}
.detail .img .flag_box > span.orange span{background: #ed9b05;}
.detail .img .flag_box > span.green span{background: #39b54a;}
.detail .img .flag_box > span.black{text-align: center;}
.detail .img .flag_box > span.black span{background: #000000; font-size: 16px; line-height: 21px; padding: 4px 15px; text-align: center; text-transform: none;}

.detail .img .add_remove_wish{z-index: 100; display: block; position: absolute; top: 30px; right: 30px; width: 30px; height: 30px;}
.detail .img .add_remove_wish::before{opacity: 1; background: no-repeat scroll center center; background-size: 30px 30px; position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.detail .img .add_remove_wish::after{opacity: 0; background: no-repeat scroll center center; background-size: 30px 30px; position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .detail .img .add_remove_wish:hover::before{opacity: 0;}
.notouch .detail .img .add_remove_wish:hover::after{opacity: 1;}
.detail .img .add_remove_wish::before{background-image: url(../img/wish_grey.svg);}
.detail .img .add_remove_wish::after{background-image: url(../img/wish_red.svg);}
.detail .img .add_remove_wish.active::before{background-image: url(../img/wish_grey_full.svg);}
.detail .img .add_remove_wish.active::after{background-image: url(../img/wish_red_full.svg);}



.detail .img .main{text-align: center; position: relative; display: block; margin: 0; z-index: 0; padding: 0; border: 1px solid #F1F2F2; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.detail .img .main .in{display: block; position: relative; background-repeat: no-repeat; background-position: center center; background-size: contain;}
.detail .img .main .in img{max-width: 100%; max-height: 375px; display: block; margin: 0 auto;}
.detail .img a.main::before{opacity: 0; content: ""; display: block; position: absolute; left: -1px; top: -1px; right: -1px; bottom: -1px; background: none; border: 2px solid #bbb; z-index: 200; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
/*
.detail .img a.main::after{opacity: 0; content: ""; display: block; position: absolute; left: 50%; top: 50%; width: 52px; height: 52px; background: url(../img/fotogallery_icon.svg) no-repeat scroll center center; background-size: 52px 52px; z-index: 200; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.notouch .detail .img a.main:hover::before{opacity: 0.70;}
.notouch .detail .img a.main:hover::after{opacity: 1;}
*/
.notouch .detail .img a.main:hover::before{opacity: 1;}

.detail .other_img{display: block; float: left; margin: 0 0 0 1%; width: 17.5%; font-size: 0;}
.detail .other_img a.swipebox{position: relative; display: block; width: 100%; margin: 6.18% 0 0; border: 1px solid #F1F2F2}
.detail .other_img a.swipebox:nth-child(-n + 1){margin-top: 0}
.detail .other_img a.swipebox:nth-child(n + 5){display: none;}
.detail .other_img a.swipebox .in{min-height: 0; display: block; position: relative; width: 100%; padding: 0 0 100%; background: no-repeat scroll center center; -webkit-background-size: contain; background-size: contain;}
.detail .other_img a.swipebox .in::before{opacity: 0; content: ""; display: block; position: absolute; left: -1px; top: -1px; right: -1px; bottom: -1px; background: none; border: 2px solid #bbb; z-index: 200; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
/*                                                                                                                                                                                
.detail .other_img a.swipebox .in::after{opacity: 0; content: ""; display: block; position: absolute; left: 50%; top: 50%; width: 40px; height: 40px; background: url(../img/fotogallery_icon.svg) no-repeat scroll center center; background-size: 40px 40px; z-index: 200; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.notouch .detail .other_img a.swipebox:hover .in::before{opacity: 0.70;}
.notouch .detail .other_img a.swipebox:hover .in::after{opacity: 1;}
*/
.notouch .detail .other_img a.swipebox:hover .in::before{opacity: 1;}


.detail .img_obsah .tool_list{margin: 20px 0 0; text-align: left; display: block; }
.detail .img_obsah .tool_list .tool_item{display: inline-block; vertical-align: middle; margin: 3px 3px 0 0;}
.detail .img_obsah .tool_list .tool_item .icon{display: block; width: 44px; height: 44px;  background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover; background-size: cover; -webkit-border-radius: 30px; border-radius: 30px;}
.detail .img_obsah .tool_list .tool_item .tooltip-content{background: #fff; border: 1px solid #dbdbdb; bottom: calc(100% + 3px); margin: 0; padding: 8px 12px; width: 200px;}
.detail .img_obsah .tool_list .tool_item .tooltip-content::after{border-top-color: #fff;}
.detail .img_obsah .tool_list .tool_item .tooltip-content::before {content: '';top: 100%;left: 50%;border: solid transparent;height: 0;width: 0;position: absolute;border-color: transparent;border-top-color: #dbdbdb;border-width: 8px;margin-left: -8px;}
.detail .img_obsah .tool_list .tool_item .tooltip-content .tooltip-text, .detail .img_obsah .tool_list .tool_item .tooltip-content .tooltip-text *{color: #000; text-align: left;}
.detail .img_obsah .tool_list .tool_item .tooltip-content .tooltip-text strong{color: #000;}


.para .tool_item .icon{display: block; width: 22px; height: 22px;  background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover; background-size: cover; -webkit-border-radius: 30px; border-radius: 30px;}
.para .tool_item .tooltip-content{background: #fff; border: 1px solid #dbdbdb; bottom: calc(100% + 3px); margin: 0; padding: 8px 12px; width: 200px;}
.para .tool_item .tooltip-content::after{border-top-color: #fff;}
.para .tool_item .tooltip-content::before {content: '';top: 100%;left: 50%;border: solid transparent;height: 0;width: 0;position: absolute;border-color: transparent;border-top-color: #dbdbdb;border-width: 8px;margin-left: -8px;}
.para .tool_item .tooltip-content .tooltip-text, .para .tool_item .tooltip-content .tooltip-text *{color: #000; text-align: left;}
.para .tool_item .tooltip-content .tooltip-text strong{color: #000;}





.detail .main_obsah{float: left; position: relative; width: calc(100% - 35% - 50px); padding: 0 0 0 50px; margin: 0;}
.detail .main_obsah.long{width: calc(100% - 38% - 50px);}
.detail .main_obsah .text{position: relative; width: 100%; padding: 0; margin: 0;}
.detail .main_obsah .text.short{ width: calc(100% - 50px - 280px); padding: 0 50px 0 0;}
.detail .main_obsah .text h1{margin: 0;}
.detail .main_obsah .text .top{margin: 0; font-size: 13px; line-height: 20px; font-weight: 500; text-align: left; color: #666666;}

.detail .main_obsah .text .text_box{margin: 21px 0 5px; padding: 18px 0 0; border-top: 1px solid #F1F2F2;}

.detail .main_obsah .text h2.main{margin: 21px 0 5px; padding: 18px 0 0; border-top: 1px solid #F1F2F2; text-transform: uppercase;}

.detail .main_obsah .text .main_title{margin: 20px 0 0; font-size: 13px; line-height: 18px; font-weight: 500; text-align: left; text-transform: uppercase; color: #666666;}


.detail .main_obsah .text .color_palet{position: relative; display: block; text-align: left; margin: 0 0 -5px;}
.detail .main_obsah .text .color_palet .hexagon_parent{padding: 4px; width: 24px; height: 24px; background: rgba(219,219,219,0.6);position: relative;display: inline-block;overflow: hidden;-webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%); -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.notouch .detail .main_obsah .text .color_palet .hexagon_parent:hover, .detail .main_obsah .text .color_palet .hexagon_parent.active{background: #ec1b24;}
.detail .main_obsah .text .color_palet .hexagon_parent::before{content: ""; background: #fff; width: calc(100% - 4px);height: calc(100% - 4px);position: absolute;top: 50%;left: 50%;overflow: hidden;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);-webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);  }
.detail .main_obsah .text .color_palet .hexagon_parent .hexagon {width: 24px;height: 24px;background: #c1c1c1;position: relative;display: inline-block;overflow: hidden;-webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);}

.detail .main_obsah .text .color_palet .hexagon_parent .hexagon .border {width: calc(100% - 2px);height: calc(100% - 2px);position: absolute;top: 50%;left: 50%;overflow: hidden;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);-webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);  }
.detail .main_obsah .text .color_palet .hexagon_parent .hexagon .border .content {width: 150%; height: 100%; background: #dede11; position: absolute; top: 50%; left: 50%; -webkit-transform: translateX(-50%) rotate(-52deg); transform: translateX(-50%) rotate(-52deg); -webkit-transform-origin: center top; transform-origin: center top;}

.detail .main_obsah .text .color_palet .hexagon_parent.hide{display: none;}
.detail .main_obsah .text .color_palet .hexagon_parent .hexagon.empty::before{content: ""; position: absolute; top: 0; right: 0; left: 0; bottom: 0; background: url(../img/question_icon.svg) no-repeat scroll center center; background-size: 20px 20px; z-index: 9;}
.detail .main_obsah .text .color_palet .hexagon_parent .hexagon.empty .border{background: #dadada !important;}
.detail .main_obsah .text .color_palet .hexagon_parent .hexagon.empty .border .content{background: #b2b2b2 !important;}

.detail .main_obsah .text .color_palet .emptyColor_text{background: #ec1b24; padding: 4px 10px; color: #fff; font-weight: 700; display: none; margin: 5px 0 10px;}
html:not(.notouch) .detail .main_obsah .text .color_palet .emptyColor_text{display: inline-block;}
.detail .main_obsah .text  .color_palet .emptyColor_text a{text-decoration: underline;}
.notouch .detail .main_obsah .text .color_palet .emptyColor_text a:hover{text-decoration: none;}



.detail .text ul.list{margin: 0; padding: 0; display: block;}
.detail .text ul.list li{padding: 0 0 0 14px; margin: 0 20px 0 0; display: inline-block; vertical-align: middle; position: relative; list-style: none;}
.detail .text ul.list li::before{position: absolute; left: 0; top: 5px; width: 10px; height: 10px; background: #ec1c24; content: ""; -webkit-border-radius: 28px; border-radius: 28px;}

.detail .text ul.list li.ch{padding: 0; margin: 6px 8px 0 0;}
.detail .text ul.list li.ch::before{display: none;}

.detail .text ul.list li.ch label{border: 1px solid rgba(219,219,219,0.6); cursor: pointer; position: relative; padding: 6px 12px 6px 8px; display: inline-block; vertical-align: middle; margin: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease}
.detail .text ul.list li.ch label.active{background: #ec1b24; border: 1px solid #ec1b24}
.detail .text ul.list li.ch label .radio{display: inline-block; vertical-align: middle;}
.detail .text ul.list li.ch label .small_text{display: inline-block; vertical-align: middle; margin: 0 0 0 8px; font-size: 14px; line-height: 22px; font-weight: 400; -webkit-transition: all 400ms ease; transition: all 400ms ease}
.detail .text ul.list li.ch label.active .small_text{color: #fff;}

.detail .text ul.list li.ch a{font-size: 14px; line-height: 22px; font-weight: 400; border: 1px solid rgba(219,219,219,0.6); cursor: pointer; position: relative; padding: 6px 12px; display: inline-block; vertical-align: middle; margin: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease}
.notouch .detail .text ul.list li.ch a:hover, .detail .text ul.list li.ch a.active{background: #ec1b24; border: 1px solid #ec1b24; color: #fff;}
/*
.detail .text ul.list li.ch a.nostock{background: #e2e2e2 !important; color: #b1b1b1 !important;}
.notouch .detail .text ul.list li.ch a.nostock:hover, .detail .text ul.list li.ch a.nostock.active{background: #e2e2e2 !important; color: #b1b1b1 !important;}
*/


.detail .main_obsah .text .warehouse{display: inline-block; vertical-align: middle; font-size: 15px; line-height: 20px; color: #666666; font-weight: 600; margin: 0;}
.detail .main_obsah .text .warehouse strong{font-size: 14px; line-height: 18px; color: #000000; font-weight: 600; text-align: left;}
.detail .main_obsah .text .warehouse.green{color: #628918;}
.detail .main_obsah .text .warehouse.red{color: #e20613;}

.detail .main_obsah .text .when{z-index: 9; position: relative; margin: 0 0 0 5px; padding: 0 0 0 12px; vertical-align: middle;}
.detail .main_obsah .text .when::before{position:absolute;left:0;height:16px;margin-top:-8px;top:50%;width:1px;background:#c9c9c9;content:"";display:block}
.detail .main_obsah .text .when .tooltip-item{font-size: 15px; line-height: 22px; color: #161615;}


.detail .main_obsah .text .price{padding: 0; text-align: left; margin: 0;}

.detail .main_obsah .text .price .left_side{width: 100%; margin: 0; display: block; text-align: left;}
.detail .main_obsah .text .price .left_side .discount{display: block; font-size: 13px; line-height: 20px; color: #666666; font-weight: 500; text-align: left;}
.detail .main_obsah .text .price .left_side .discount strong{font-size: 13px; line-height: 20px; color: #666666; font-weight: 500; text-align: left; text-decoration: line-through; display: inline-block; margin: 0 20px 0 0;}
.detail .main_obsah .text .price .left_side .discount.hide{display: none;}
.detail .main_obsah .text .price .left_side .main{display: inline-block; vertical-align: bottom; font-size: 40px; color: #ec1c24; font-weight: 700; text-align: left; margin: 0;}
.detail .main_obsah .text .price .left_side .main span{font-size: 13px; color: #666666; font-weight: 500; text-align: left;}
.detail .main_obsah .text .price .left_side .sub{display: inline-block; vertical-align: bottom; font-size: 13px; line-height: 42px; color: #666666; font-weight: 500; text-align: left;}
.detail .main_obsah .text .price .left_side .sub.small{line-height: 18px; margin: 0;}
.detail .main_obsah .text .price .left_side .sub span{font-size: 13px; line-height: 42px; color: #666666; font-weight: 500; text-align: left;}


.detail .main_obsah .text .price .right_side{width: 100%; margin: 20px 0 0; display: block; text-align: left;}
.detail .main_obsah .text .price .right_side.margin{margin: 0;}
.detail .main_obsah .text .price .right_side.hide{display: none;}
.detail .main_obsah .text .price .right_side .basket{margin: 0; text-align: left; padding: 0; display: inline-block; font-size: 0;}
.detail .main_obsah .text .price .right_side .basket .first{position: relative; display: inline-block; vertical-align: middle; text-align: center; padding: 6px 45px 6px 15px; margin: 0 8px 0 0; background: #fff; border: 1px solid #e6e6e6;} 
.detail .main_obsah .text .price .right_side .basket .first a.decrement{width: 28px; height: 28px; display: block; margin: 0; position: absolute; right: -1px; bottom: -1px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.detail .main_obsah .text .price .right_side .basket .first a.decrement::before{opacity: 1; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: 0; display: block; content: ""; background: url(../img/minus_black.svg) no-repeat scroll center center; background-size: 21px 21px; border: 1px solid #e6e6e6; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.detail .main_obsah .text .price .right_side .basket .first a.decrement::after{opacity: 0; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: 0; display: block; content: ""; background: url(../img/minus_white.svg) no-repeat scroll center center; background-size: 21px 21px; border: 1px solid #e6e6e6; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.detail .main_obsah .text .price .right_side .basket .first a.increment{width: 28px; height: 28px; display: block; margin: 0; position: absolute; right: -1px; top: -1px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.detail .main_obsah .text .price .right_side .basket .first a.increment::before{opacity: 1; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: 0; display: block; content: ""; background: url(../img/plus_black.svg) no-repeat scroll center center; background-size: 21px 21px; border: 1px solid #e6e6e6; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.detail .main_obsah .text .price .right_side .basket .first a.increment::after{opacity: 0; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: 0; display: block; content: ""; background: url(../img/plus_white.svg) no-repeat scroll center center; background-size: 21px 21px; border: 1px solid #e6e6e6; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.notouch .detail .main_obsah .text .price .right_side .basket .first a.decrement:hover, .notouch .detail .main_obsah .text .price .right_side .basket .first a.increment:hover{background: #e6e6e6;}
.detail .main_obsah .text .price .right_side .basket .first input[type=text]{position: relative; font-size: 16px; line-height: 21px; padding: 10px 0; width: 40px; font-weight: 600; text-align: center; display: inline-block; vertical-align: middle; background: transparent; border: 0; color: #000000; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.detail .main_obsah .text .price .right_side .basket .unit{display: inline-block; vertical-align: middle; margin: 0 30px 0 0; font-size: 16px; line-height: 24px; font-weight: 600; text-align: left;}


.detail .info_line{margin: 21px 0 0; padding: 18px 0; border-top: 1px solid #F1F2F2; border-bottom: 1px solid #F1F2F2;}
.detail .info_line.desktop{display: block;}
.detail .info_line.mobile{display: none;}
.detail .info_line ul{margin: 0; padding: 0; width: 100%; font-size: 0; display: table; table-layout: fixed;}
.detail .info_line ul li{list-style: none; display: table-cell; vertical-align: middle; width: 33.33%; text-align: center;}
.detail .info_line ul li:first-of-type{text-align: left;}
.detail .info_line ul li:last-of-type{text-align: right;}
.detail .info_line ul li a{position: relative; display: inline-block; vertical-align: middle; font-size: 13px; line-height: 34px; font-weight: 600; color: #000; text-transform: uppercase; padding: 0 0 0 54px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.detail .info_line ul li a::before{background: no-repeat scroll center center; background-size: 48px 34px; position: absolute; left: 0; top: 0; bottom: 0; width: 48px; content: ""; opacity: 1; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.detail .info_line ul li a::after{background: no-repeat scroll center center; background-size: 48px 34px; position: absolute; left: 0; top: 0; bottom: 0; width: 48px; content: ""; opacity: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;} 
.detail .info_line ul li a.icon1::before{background-image: url(../img/info_line1_grey.svg); }
.detail .info_line ul li a.icon1::after{background-image: url(../img/info_line1_red.svg); }
.detail .info_line ul li a.icon2::before{background-image: url(../img/info_line2_grey.svg); }
.detail .info_line ul li a.icon2::after{background-image: url(../img/info_line2_red.svg); }
.detail .info_line ul li a.icon3::before{background-image: url(../img/info_line3_grey.svg); }
.detail .info_line ul li a.icon3::after{background-image: url(../img/info_line3_red.svg); } 

.notouch .detail .info_line ul li a:hover{color: #ec1c24}
.notouch .detail .info_line ul li a:hover::before{opacity: 0;}
.notouch .detail .info_line ul li a:hover::after{opacity: 1;}



.detail .main_obsah .text .parameters{display: block; position: relative;}
.detail .main_obsah .text .parameters .sbHolder{position: relative; background: #ffffff; width: 210px; margin: 0; height: 29px; border: 1px solid #efefef; }
.detail .main_obsah .text .parameters .sbHolder .sbToggle{margin: 0; background: url(../img/select_arrow.svg) no-repeat scroll center center; background-size: 16px 16px; right: 0; top: 0; bottom: 0; height: 100%; width: 29px; border-left: 1px solid #efefef;}
.detail .main_obsah .text .parameters .sbHolder .sbToggle.sbToggleOpen{background: url(../img/select_arrow_reverse.svg) no-repeat scroll center center; background-size: 16px 16px; }
.detail .main_obsah .text .parameters .sbHolder a.sbSelector{margin: 0; display: block; color: #000 !important; font-size: 14px; line-height: 29px; padding: 0 45px 0 15px; font-weight: 500; width: calc(100% - 60px); text-align: left; text-decoration: none;}
.detail .main_obsah .text .parameters .sbOptions{max-height: 500px !important; z-index: 999; top: 100% !important; background: #ffffff; padding: 0; left: -1px; right: -1px;}
.detail .main_obsah .text .parameters .sbOptions a{text-decoration: none; border: 1px solid #efefef; border-top: 0; height: auto; background: #fff !important; display: block; text-align: left; padding: 0 15px; font-size: 12px; line-height: 28px; margin: 0; font-weight: 500; color: #000 !important; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.detail .main_obsah .text .parameters .sbOptions li:nth-child(1){display: none;}
.detail .main_obsah .text .parameters .sbOptions li:nth-child(2) a{border-top: 1px solid #efefef;}
.notouch .detail .main_obsah .text .parameters .sbOptions a:hover{background: #f0f0f0 !important;} 

.detail .main_obsah .text .parameters table{border-collapse: collapse; border-spacing: 0;}
.detail .main_obsah .text .parameters table th{font-size: 13px; line-height: 18px; color: #000000; font-weight: 500; text-align: right; padding: 0 15px 0 0;}
.detail .main_obsah .text .parameters table td{padding: 0;}
.detail .main_obsah .text .parameters table td label{border: 1px solid #efefef; cursor: pointer; position: relative; display: inline-block; margin: 2px 4px 2px 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .detail .main_obsah .text .parameters table td label:hover{border: 1px solid #333333;}
.detail .main_obsah .text .parameters table td label.active{border: 1px solid #333333; background: #333333}
.detail .main_obsah .text .parameters table td label[data-stock="0"]{opacity: 0.3; background: #f2f2f2;}
.detail .main_obsah .text .parameters table td label[data-stock="0"] span{color: #000000 !important}
.detail .main_obsah .text .parameters table td label .checker, .detail .main_obsah .text .parameters table td label .radio, .detail .main_obsah .text .parameters table td label input{position: absolute; width: 0; height: 0; visibility: hidden; opacity: 0;}
.detail .main_obsah .text .parameters table td label span.text{margin: 0; float: none; width: initial; z-index: 10; position: relative; font-size: 13px; line-height: 18px; font-weight: 400; color: #000000; display: block; padding: 8px 15px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.detail .main_obsah .text .parameters table td label.active span.text{color: #ffffff;}



 
.detail .main_obsah .text table.para{border-collapse: collapse; border-spacing: 0; width: 100%; margin: 5px 0 0;}
.detail .main_obsah .text table.para th{border: 1px solid #e6e6e6; font-size: 13px; line-height: 18px; color: #000000; font-weight: 600; padding: 8px 15px; text-align: left; white-space: nowrap; width: 100px; background: #efefef;}
.detail .main_obsah .text table.para td{border: 1px solid #e6e6e6; font-size: 13px; line-height: 18px; color: #000000; font-weight: 500; padding: 8px 15px; text-align: left; width: calc(50% - 160px);}
 
 
.detail .main_obsah .text .anotation{font-size: 14px; line-height: 22px; font-weight: 400; text-align: left; margin: 0; color: #000;}
.detail .main_obsah .text .anotation strong.green{color: #53ac36; font-weight: 700;}
.detail .main_obsah .text .anotation strong.red{color: #ec1c24; font-weight: 700;}
.detail .main_obsah .text .anotation a{text-decoration: underline; font-weight: 700;}
.notouch .detail .main_obsah .text .anotation a:hover{text-decoration: none;}






.detail .contact_person{position: absolute; right: 0; top: 0; bottom: 0; display: block; width: 280px;}
.detail .contact_person .item{font-size: 0; padding: 15px; display: block; background: #f1f2f2; position: sticky; position: -webkit-sticky; top: 167px;}
@media screen and (max-width: 1550px) {.detail .contact_person .item{top: 163px;}}
@media screen and (max-width: 1400px) {.detail .contact_person .item{top: 155px;}}
@media screen and (max-width: 1260px) {.detail .contact_person .item{top: 20px;}}

.detail .contact_person .item .img{float: none; position: relative; display: block; padding: 0 0 65%; width: 100%; background: no-repeat scroll center center; background-size: cover;}
.detail .contact_person .item .text{float: none; width: 100%; padding: 25px 0 10px; position: relative; text-align: center;}
.detail .contact_person .item .text .title{margin: 0; font-size: 13px; line-height: 18px; font-weight: 500; text-transform: uppercase; color: #666666;}
.detail .contact_person .item .text .name{font-size: 16px; line-height: 22px; font-weight: 700; margin: 0; padding: 15px 0 0;}
.detail .contact_person .item .text .info{color: #000000; display: block; padding: 10px 0 0;}
.detail .contact_person .item .text .info p{font-size: 13px; line-height: 20px; font-weight: 500; margin: 0; padding: 0; display: inline-block; vertical-align: middle;}
.detail .contact_person .item .text .info p.phone{background: url(../img/phone_icon_black.svg) no-repeat scroll left center; background-size: 14px; padding: 0 0 0 20px;}
.detail .contact_person .item .text .info p.mail{background: url(../img/mail_icon_black.svg) no-repeat scroll left center; background-size: 14px; padding: 0 0 0 20px;}
.detail .contact_person .item .text .info p a{-webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .detail .contact_person .item .text .info p a:hover{color: #ec1c24;}



@media screen and (max-width: 1430px) {
.detail .main_obsah{width: calc(100% - 35% - 40px); padding: 0 0 0 40px;}
.detail .main_obsah.long{width: calc(100% - 35% - 40px);}
.detail .main_obsah .text.short{width: calc(100% - 40px - 260px); padding: 0 40px 0 0;}
 /*
.detail .contact_person{width: 260px;}
.detail .contact_person .item{padding: 10px;}
.detail .contact_person .item .text{padding: 20px 0 5px;}
.detail .contact_person .item .text .title{font-size: 12px; line-height: 18px;}
.detail .contact_person .item .text .name{font-size: 14px; line-height: 20px; padding: 15px 0 0;}
.detail .contact_person .item .text .info{color: #000000; display: block; padding: 10px 0 0;}
.detail .contact_person .item .text .info p{font-size: 12px;}
*/
}



@media screen and (max-width: 1250px) {
.detail .img_obsah{margin: 30px 0 0; width: 100%; max-width: 600px;}
.detail .img_obsah.desktop{display: none;}
.detail .img_obsah.mobile{display: block;}
.detail .img, .detail .img.full{width: calc(50% - 5px); display: inline-block; vertical-align: top; float: none;}
.detail .img .main .in img{max-height: 293px;}
.detail .other_img{width: calc(50% - 5px); display: inline-block; vertical-align: top; margin: 0 0 0 10px; float: none;}
.detail .other_img a.swipebox{width: calc(50% - 10px / 2 - 2px); margin: 10px 0 0;}
.detail .other_img a.swipebox{display: inline-block; vertical-align: top; margin: 10px 0 0;}
.detail .other_img a.swipebox:nth-child(3n - 1){margin: 10px 0 0}
.detail .other_img a.swipebox:nth-child(-n + 3){margin-top: 10px}
.detail .other_img a.swipebox:nth-child(2n){margin: 10px 0 0 10px}
.detail .other_img a.swipebox:nth-child(-n + 2){margin-top: 0}
.detail .other_img a.swipebox:nth-child(n + 5){display: none;}


.detail .main_obsah{clear: both; padding: 0; width: 100%; float: none;}
.detail .main_obsah.long{width: 100%;}
.detail .main_obsah .text, .detail .main_obsah .text.short{width: 100%; padding: 0;}

.detail .info_line.desktop{display: none;}
.detail .info_line.mobile{display: block;}
}
/*
@media screen and (max-width: 1250px) and (min-width: 1025px) {
.detail .contact_person{clear: both; width: 100%; padding: 20px 0 0; margin: 0; position: relative; display: block; top: 0 !important;}
.detail .contact_person .item .img{display: inline-block; vertical-align: middle; padding: 0 0 145px; width: 220px;}
.detail .contact_person .item .text{text-align: left; display: inline-block; vertical-align: middle; width: calc(100% - 220px - 20px); padding: 0 0 0 20px;}
.detail .contact_person .item .text .name{padding: 0;}
}
*/
@media screen and (max-width: 1024px) {


.detail .main_obsah .text{width: 100%; padding: 0;}
.detail .main_obsah .text.short{width: calc(100% - 260px - 40px); padding: 0;}

.detail .main_obsah .text .top{font-size: 12px; line-height: 18px;}
.detail .main_obsah .text .text_box{margin: 16px 0 5px; padding: 13px 0 0;}
.detail .main_obsah .text h2.main{font-size: 14px; line-height: 20px; margin: 16px 0 5px; padding: 13px 0 0;}
.detail .main_obsah .text .main_title{margin: 15px 0 0; font-size: 12px; line-height: 16px;}
.detail .main_obsah .text .info{font-size: 12px; line-height: 16px;}
.detail .main_obsah .text .info2 p{font-size: 12px; line-height: 16px;}
.detail .main_obsah .text .info2 .abs{font-size: 12px; line-height: 16px;}
.detail .main_obsah .text .info2 .abs span{padding: 15px;}
.detail .main_obsah .text .price .left_side .discount{font-size: 12px; line-height: 18px;}
.detail .main_obsah .text .price .left_side .discount strong{font-size: 12px; line-height: 18px; margin: 0 15px 0 0;}
.detail .main_obsah .text .price .left_side .main{font-size: 32px; line-height: 36px; margin: 0 15px 0 0;}
.detail .main_obsah .text .price .left_side .main span{font-size: 12px; line-height: 36px;}
.detail .main_obsah .text .price .left_side .sub{font-size: 12px; line-height: 36px;}
.detail .main_obsah .text .price .left_side .sub span{font-size: 12px; line-height: 36px;}
.detail .main_obsah .text .price .right_side{margin: 15px 0 0;}
.detail .info_line{margin: 16px 0 0; padding: 13px 0;}
.detail .info_line ul li a{font-size: 12px; line-height: 28px; padding: 0 0 0 44px;}
.detail .info_line ul li a::before{background-size: 40px 28px; width: 40px;}
.detail .info_line ul li a::after{background-size: 40px 28px; width: 40px;} 
.detail .main_obsah .text table.para th{font-size: 12px; line-height: 16px; padding: 7px 12px; width: 80px}
.detail .main_obsah .text table.para td{font-size: 12px; line-height: 16px; padding: 7px 12px; width: calc(50% - 128px)}
.detail .main_obsah .text .anotation{font-size: 13px; line-height: 20px; margin: 15px 0 0;}
}

@media screen and (max-width: 850px) {
.detail .main_obsah .text.short{width: 100%;}
}

@media screen and (max-width: 850px) and (min-width: 501px) {
.detail .contact_person{clear: both; width: 100%; padding: 20px 0 0; margin: 0; position: relative; display: block; top: 0 !important;}
.detail .contact_person .item .img{display: inline-block; vertical-align: middle; padding: 0 0 145px; width: 220px;}
.detail .contact_person .item .text{text-align: left; display: inline-block; vertical-align: middle; width: calc(100% - 220px - 20px); padding: 0 0 0 20px;}
.detail .contact_person .item .text .name{padding: 0;}
}

@media screen and (max-width: 800px) {
.detail .img .flag_box{top: 16px; left: 16px;}
.detail .img .flag_box > span span{padding: 3px 11px; font-size: 11px; line-height: 20px;}
.detail .img .add_remove_wish{top: 16px; right: 16px; width: 25px; height: 25px;}
.detail .img .add_remove_wish::before{background-size: 25px 25px;}
.detail .img .add_remove_wish::after{background-size: 25px 25px;}
}

@media screen and (max-width: 650px) {
.detail .img_obsah .tool_list .tool_item{margin: 3px 1px 0 0;}
.detail .img_obsah .tool_list .tool_item .tooltip-content{width: 170px;}
.detail .img_obsah .tool_list .tool_item:nth-child(1) .tooltip-content, .detail .img_obsah .tool_list .tool_item:nth-child(2) .tooltip-content, .detail .img_obsah .tool_list .tool_item:nth-child(3) .tooltip-content,
.detail .img_obsah .tool_list .tool_item:nth-child(7) .tooltip-content, .detail .img_obsah .tool_list .tool_item:nth-child(8) .tooltip-content, .detail .img_obsah .tool_list .tool_item:nth-child(9) .tooltip-content{-webkit-transform: perspective(1000px) rotate3d(1,0,0,0deg) translateX(-10%); transform: perspective(1000px) rotate3d(1,0,0,0deg) translateX(-10%);}
.detail .img_obsah .tool_list .tool_item:nth-child(1) .tooltip-content::before, .detail .img_obsah .tool_list .tool_item:nth-child(2) .tooltip-content::before, .detail .img_obsah .tool_list .tool_item:nth-child(3) .tooltip-content::before, 
.detail .img_obsah .tool_list .tool_item:nth-child(7) .tooltip-content::before, .detail .img_obsah .tool_list .tool_item:nth-child(8) .tooltip-content::before, .detail .img_obsah .tool_list .tool_item:nth-child(9) .tooltip-content::before{left: 18px;}
.detail .img_obsah .tool_list .tool_item:nth-child(1) .tooltip-content::after, .detail .img_obsah .tool_list .tool_item:nth-child(2) .tooltip-content::after, .detail .img_obsah .tool_list .tool_item:nth-child(3) .tooltip-content::after,
.detail .img_obsah .tool_list .tool_item:nth-child(7) .tooltip-content::after, .detail .img_obsah .tool_list .tool_item:nth-child(8) .tooltip-content::after, .detail .img_obsah .tool_list .tool_item:nth-child(9) .tooltip-content::after{left: 18px;}

.detail .img_obsah .tool_list .tool_item:nth-child(4) .tooltip-content, .detail .img_obsah .tool_list .tool_item:nth-child(10) .tooltip-content{-webkit-transform: perspective(1000px) rotate3d(1,0,0,0deg) translateX(-76%); transform: perspective(1000px) rotate3d(1,0,0,0deg) translateX(-76%);}
.detail .img_obsah .tool_list .tool_item:nth-child(4) .tooltip-content::before, .detail .img_obsah .tool_list .tool_item:nth-child(10) .tooltip-content::before{right: 50px; left: initial; margin-left: 0; margin-right: -10px;}
.detail .img_obsah .tool_list .tool_item:nth-child(4) .tooltip-content::after, .detail .img_obsah .tool_list .tool_item:nth-child(10) .tooltip-content::after{right: 50px; left: initial; margin-left: 0; margin-right: -8px;}

.detail .img_obsah .tool_list .tool_item:nth-child(5) .tooltip-content, .detail .img_obsah .tool_list .tool_item:nth-child(6) .tooltip-content, .detail .img_obsah .tool_list .tool_item:nth-child(11) .tooltip-content, .detail .img_obsah .tool_list .tool_item:nth-child(12) .tooltip-content{-webkit-transform: perspective(1000px) rotate3d(1,0,0,0deg) translateX(-90%); transform: perspective(1000px) rotate3d(1,0,0,0deg) translateX(-90%);}
.detail .img_obsah .tool_list .tool_item:nth-child(5) .tooltip-content::before, .detail .img_obsah .tool_list .tool_item:nth-child(6) .tooltip-content::before, .detail .img_obsah .tool_list .tool_item:nth-child(11) .tooltip-content::before, .detail .img_obsah .tool_list .tool_item:nth-child(12) .tooltip-content::before{right: 21px; left: initial; margin-left: 0; margin-right: -10px;}
.detail .img_obsah .tool_list .tool_item:nth-child(5) .tooltip-content::after, .detail .img_obsah .tool_list .tool_item:nth-child(6) .tooltip-content::after, .detail .img_obsah .tool_list .tool_item:nth-child(11) .tooltip-content::after, .detail .img_obsah .tool_list .tool_item:nth-child(12) .tooltip-content::after{right: 21px; left: initial; margin-left: 0; margin-right: -8px;}
}


@media screen and (max-width: 500px) {


.detail .img, .detail .img.full{width: 66.66%;}
.detail .other_img{width: calc(33.33% - 5px); margin: 0 0 0 5px;}
.detail .other_img a.swipebox{width: 100%; margin: 6px 0 0;}
.detail .other_img a.swipebox:nth-child(3n - 1){margin: 6px 0 0}
.detail .other_img a.swipebox:nth-child(-n + 3){margin-top: 6px}
.detail .other_img a.swipebox:nth-child(2n){margin: 6px 0 0}
.detail .other_img a.swipebox:nth-child(-n + 2){margin-top: 6px}
.detail .other_img a.swipebox:nth-child(-n + 1){margin-top: 0}
.detail .other_img a.swipebox:nth-child(n + 3){display: none;}


.detail .img .flag_box{top: 10px; left: 10px;}
.detail .img .flag_box > span span{padding: 2px 8px; font-size: 10px; line-height: 16px;}
.detail .img .add_remove_wish{top: 10px; right: 10px; width: 20px; height: 20px;}
.detail .img .add_remove_wish::before{background-size: 20px 20px;}
.detail .img .add_remove_wish::after{background-size: 20px 20px;}
.detail .img a.main::after{width: 40px; height: 40px; background-size: 40px 40px;}
.detail .other_img a.swipebox .in::after{width: 30px; height: 30px; background-size: 30px 30px;}

.detail .main_obsah .text .price .left_side .main{display: block; font-size: 28px; line-height: 32px; margin: 0;}
.detail .main_obsah .text .price .left_side .main span{font-size: 12px; line-height: 30px;}
.detail .main_obsah .text .price .left_side .sub{display: block; line-height: 18px;}
.detail .main_obsah .text .price .left_side .sub span{line-height: 18px;}
.detail .info_line ul li a{line-height: 20px; padding: 25px 0 0 0; display: block; text-align: center;}
.detail .info_line ul li a::before{background-size: 28px 20px; width: 28px; height: 20px; margin: 0 auto; left: 0; right: 0; top: 0; bottom: initial;}
.detail .info_line ul li a::after{background-size: 28px 20px; width: 28px; height: 20px; margin: 0 auto; left: 0; right: 0; top: 0; bottom: initial;}

.detail .contact_person{clear: both; width: 260px; padding: 20px 0 0; margin: 0; position: relative; display: block; top: 0 !important;} 
}





































footer{padding: 80px 0 40px; background: #414042; display: block; position: relative;}
footer .item{padding: 0; width: calc(70% / 3); margin: 0; display: block; float: left; position: relative;}
footer .item:nth-child(2){width: 14%;}
footer .item:nth-child(3){width: 16%;}
footer .item a.logo{display: inline-block; vertical-align: middle; position: relative; margin: 0 0 15px;}
footer .item a.logo::before{display: block; position: absolute; left: 0; top: 0; background: url(../img/footer_logo.svg) no-repeat scroll center center; content: "";}
footer .item a.logo, footer .item a.logo::before{width: 212px; height: 28px; background-size: 212px 28px;}

footer .item p.title{padding: 0; font-size: 18px; line-height: 28px; color: #ffffff; font-weight: 600; text-transform: uppercase; margin: 20px 0 10px;}
footer .item p.title:nth-child(1){margin: 0 0 15px;}
footer .item p{display: block; margin: 0; padding: 0; font-size: 14px; line-height: 22px; color: #bcbec0; font-weight: 400;}

footer .item p.margin{margin: 0 0 15px;}
footer .item p strong{font-weight: 700;}
footer .item p span{color: #fff; font-weight: 600;}
footer .item p a{text-decoration: underline; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch footer .item p a:hover{color: #ec1b24}

footer .item .line{display: block; margin: 12px 0; height: 1px; width: 80px; background: #ec1b24;}
footer .item p.gdpr{text-align: right; font-size: 12px; line-height: 18px;}

footer .item ul{margin: 0; padding: 0;}
footer .item ul li{display: block; list-style: none; margin: 0 0 3px; padding: 0;}
footer .item ul li a{display: inline-block; font-size: 14px; line-height: 22px; color: #bcbec0; font-weight: 400; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch footer .item ul li a:hover, footer .item ul li.active a{color: #ec1b24}


footer .item label{display: block;}
footer .item label input[type=text]{position: relative; margin-bottom: 8px; font-size: 13px; line-height: 20px; color: #000000; padding: 12px 115px 12px 15px; border: 1px solid transparent; background: #ffffff; width: calc(100% - 132px); font-weight: 400; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
footer .item label input[type=text]:focus, footer .item label textarea:focus{border: 1px solid #ec1b24;}
footer .item form {position: relative;}
footer .item form .btn{position: absolute; right: 0; top: 0; padding: 13px 0; width: 98px;}


footer ul.social{display: block; margin: 0; padding: 0; height: 30px;}
footer ul.social li{list-style: none; display: inline-block; margin: 0 2px 0 0;}
footer ul.social li a{display: block; width: 30px; height: 30px; position: relative; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
footer ul.social li a::before{opacity: 1; content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: no-repeat scroll center center; background-size: 26px 26px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
footer ul.social li a::after{opacity: 0; content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: no-repeat scroll center center; background-size: 26px 26px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
footer ul.social li a.in::before{background-image: url(../img/social_in_icon_white.svg);}
footer ul.social li a.fb::before{background-image: url(../img/social_fb_icon_white.svg);}
footer ul.social li a.yt::before{background-image: url(../img/social_yt_icon_white.svg);}
footer ul.social li a.li::before{background-image: url(../img/social_li_icon_white.svg);}
footer ul.social li a.tw::before{background-image: url(../img/social_tw_icon_white.svg);}
/*
footer ul.social li a.in::after{background-image: url(../img/social_in_icon_black.svg);}
footer ul.social li a.fb::after{background-image: url(../img/social_fb_icon_black.svg);}
footer ul.social li a.yt::after{background-image: url(../img/social_yt_icon_black.svg);}
footer ul.social li a.li::after{background-image: url(../img/social_li_icon_black.svg);}
footer ul.social li a.tw::after{background-image: url(../img/social_tw_icon_black.svg);}
*/
.notouch footer ul.social li a:hover{background: #ec1b24;} 


@media screen and (max-width: 1330px) {
footer .item{width: calc((80% - 270px) / 2);}
footer .item:nth-child(1){width: 270px;}
footer .item:nth-child(2){display: none;}
footer .item:nth-child(3){width: 20%;}
}

@media screen and (max-width: 1024px) {
footer{padding: 40px 0 30px;}
footer .item{width: 33%;}
footer .item:nth-child(1){display: none;}
footer .item:nth-child(2){display: none;}
footer .item:nth-child(3){width: 33.33%;}
}

@media screen and (max-width: 750px) {
footer .item{width: 50%;}
footer .item:nth-child(3){width: 50%;}
footer .item:nth-child(5){margin: 30px 0 0; display: block; max-width: 400px; width: 100%;}

}

@media screen and (max-width: 500px) {
footer{padding: 10px 0 20px;}
footer .item{padding: 20px 0 0; width: 100% !important; text-align: center;}
footer .item:nth-child(5){margin: 0;}
footer .item p.title{font-size: 16px; line-height: 24px; margin: 15px 0 8px;}
footer .item p.title:nth-child(1){margin: 0 0 12px;}
footer .item p{font-size: 13px; line-height: 20px;}
footer .item p.margin{margin: 0 0 12px;}

footer .item ul li a{font-size: 13px; line-height: 20px;}

footer .item form{margin: 0 auto; max-width: 350px;}
footer .item label input[type=text]{padding: 11px 115px 11px 15px; width: calc(100% - 132px);}
footer .item form .btn{padding: 13px 0; width: 98px;}
}


.sign{background: #414042; border-top: 1px solid #343235; padding: 0; text-align: center;}
.sign a{padding: 16px 5%; color: #bcbec0; font-weight: 700; font-size: 12px; line-height: 16px; text-align: center; display: block; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .sign a:hover{color: #ffffff;}



/************************
 MODULY
************************/



.drobky{position: relative; text-align: left; width: 100%; margin: 0 auto; padding: 25px 0; background: #f1f2f2;}
.drobky ul::before{z-index: 99; position: absolute; top: 0; bottom: 0; right: 0; width: 40px; content: ""; display: block;}
/*.drobky ul::before{background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%); background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%); background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );}*/
.drobky ul::before{background: -moz-linear-gradient(left, rgba(241,242,242,0) 0%, rgba(241,242,242,1) 50%); background: -webkit-linear-gradient(left, rgba(241,242,242,0) 0%,rgba(241,242,242,1) 50%); background: linear-gradient(to right, rgba(241,242,242,0) 0%,rgba(241,242,242,1) 50%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f1f2f2', endColorstr='#f1f2f2',GradientType=1 );}
.drobky ul{z-index: 0; position: relative; white-space: nowrap; margin: 0; padding: 0; width: 100%; overflow: hidden; font-size: 0;}
.drobky ul li{position: relative; z-index: 9; list-style: none; display: inline-block; vertical-align: middle; margin: 0; border-left: 1px solid #ec1c24;}
.drobky ul li.first{border: 0;}
.drobky ul li.first a{padding-left: 0;}
/*
.drobky ul li.first a{width: 16px; height: 30px; padding: 0; margin: 0 15px 0 0; position: relative; font-size: 0;}
.drobky ul li.first a::before{position: absolute; top: 0; left: 0; content: ""; display: block; width: 100%; height: 100%; background: url(../img/main_icon_green.svg) no-repeat scroll center center; background-size: 16px 30px; opacity: 1; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.drobky ul li.first a::after{position: absolute; top: 0; left: 0; content: ""; display: block; width: 100%; height: 100%; background: url(../img/main_icon_white.svg) no-repeat scroll center center; background-size: 16px 30px; opacity: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .drobky ul li.first a:hover::before{opacity: 0;}
.notouch .drobky ul li.first a:hover::after{opacity: 1;}
*/
.drobky ul li a{white-space: nowrap; position: relative; display: block; color: #414042; font-size: 12px; line-height: 16px; font-weight: 400; padding: 0 15px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .drobky ul li a:hover{text-decoration: none; color: #ec1c24;}
.drobky ul li span{white-space: nowrap; display: block; color: #000000; font-size: 12px; line-height: 16px; font-weight: 600; padding: 0 0 0 15px; text-transform: uppercase;} 

@media screen and (max-width: 1080px) {
.drobky{padding: 20px 0 25px;}
}


@media screen and (max-width: 500px) {
.drobky{padding: 15px 0;}
.drobky ul li a{font-size: 10px; line-height: 16px; padding: 0 10px;}
.drobky ul li span{font-size: 10px; line-height: 16px; padding: 0 0 0 10px;} 
}





.landing{display: block; position: relative;}
.landing ul{font-size: 0; margin: 0; padding: 0; display: block; position: relative;}
.landing ul li{margin: 0 4px 4px 0; display: inline-block; vertical-align: middle; position: relative;}






.career_list { width: 100%; text-align: left; margin: 0;}
.career_list .item { text-align: center; display: inline-block; vertical-align: top; background: #efefef; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.career_list .item { width: calc(33.33% - 40px / 3); margin: 20px 0 0;}
.career_list .item:nth-child(3n - 1) { margin: 20px 20px 0;} 
.career_list .item:nth-child(-n + 3) { margin-top: 0;} 
.career_list .item .text{display: table; height: 160px; width: calc(100% - 40px); padding: 0 20px; text-align: center;}
.career_list .item .text .title { display: table-cell; vertical-align: middle; width: 100%; margin: 0; font-size: 16px; font-weight: 600; line-height: 26px; text-transform: uppercase; text-align: center; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .career_list .item:hover { background: #414042;}
.notouch .career_list .item:hover .text .title { color: #ffffff;}
.career_list .item .text .title .icon{width: 42px; height: 42px; display: block; margin: 0 auto 8px; position: relative;}
.career_list .item .text .title .icon::before{opacity: 0; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; background: url(../img/career_icon_white.svg) no-repeat scroll center center; background-size: 42px 42px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.career_list .item .text .title .icon::after{opacity: 1; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; background: url(../img/career_icon_black.svg) no-repeat scroll center center; background-size: 42px 42px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .career_list .item:hover .text .title .icon::before{opacity: 1;}
.notouch .career_list .item:hover .text .title .icon::after{opacity: 0}

@media screen and (max-width: 1400px) { 
.career_list .item { width: calc(50% - 20px / 2); margin: 20px 0 0;}
.career_list .item:nth-child(3n - 1) { margin: 20px 0 0;} 
.career_list .item:nth-child(-n + 3) { margin-top: 20px;}
.career_list .item:nth-child(2n) { margin: 20px 0 0 20px;}
.career_list .item:nth-child(-n + 2) { margin-top: 0;} 
}

@media screen and (max-width: 700px) {
.career_list .item { width: 100%; margin: 20px 0 0;}
.career_list .item:nth-child(3n - 1) { margin: 20px 0 0;} 
.career_list .item:nth-child(-n + 3) { margin-top: 20px;}
.career_list .item:nth-child(2n) { margin: 20px 0 0;}
.career_list .item:nth-child(-n + 2) { margin-top: 20px;}
.career_list .item:nth-child(-n + 1) { margin-top: 0;}
}

@media screen and (max-width: 500px) {
.career_list .item .text{height: 130px;}
.career_list .item .text .title {font-size: 14px; line-height: 22px;}
.career_list .item .text .title .icon{width: 36px; height: 36px; margin: 0 auto 6px;}
.career_list .item .text .title .icon::before{background-size: 36px 36px;}
.career_list .item .text .title .icon::after{background-size: 36px 36px;}
}




.video_list{width: 100%; position: relative; margin: 0; font-size: 0;}
.video_list .item{width: calc(50% - 20px / 2); margin: 20px 0 0; position: relative; display: inline-block;}
.video_list .item:nth-child(2n){margin: 20px 0 0 20px}
.video_list .item:nth-child(-n + 2){margin-top: 0}
.video_list .item::before{opacity: 0.35; position: absolute; top: 0; right: 0; left: 0; bottom: 0; content: ""; background: #000000; z-index: 1; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.notouch .video_list .item:hover::before{opacity: 0.7;}
.video_list .item .img{z-index: 0; width: 100%; position: relative; padding: 0 0 56.25%; background: no-repeat scroll center center; background-size: cover; display: block; }
.video_list .item .title{text-shadow: 1px 1px 10px rgba(0,0,0,0.4); text-align: center; max-width: 90%; margin: 0 auto; font-size: 18px; line-height: 24px; color: #ffffff; font-weight: 600; z-index: 2; position: absolute; left: 20px; right: 20px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);}

@media screen and (max-width: 1250px) and (min-width: 1001px) {
.video_list .item{width: calc(33.33% - 40px / 3); margin: 20px 0 0;}
.video_list .item:nth-child(2n){margin: 20px 0 0}
.video_list .item:nth-child(-n + 2){margin-top: 20px}
.video_list .item:nth-child(3n - 1){margin: 20px 20px 0}
.video_list .item:nth-child(-n + 3){margin-top: 0}
}

@media screen and (max-width: 600px) {
.video_list .item{width: 100%; margin: 20px 0 0;}
.video_list .item:nth-child(2n){margin: 20px 0 0}
.video_list .item:nth-child(-n + 2){margin-top: 20px}
.video_list .item:nth-child(-n + 1){margin-top: 0}
}



.video_detail{max-width: 660px; margin: 0;}
.detail .video_detail{max-width: 500px;} 
.video_detail .video_gallery{display: block; position: relative; width: 100%; height: 0; padding-bottom: 56.25%; margin: 0}
.video_detail .video_gallery iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: none; border: 0;}





.contact_page {width: 100%;text-align: left;position: relative;margin: 0;-webkit-box-shadow: 0 0 10px -4px rgba(0,0,0,0.5);box-shadow: 0 0 10px -4px rgba(0,0,0,0.5);display: flex;justify-content: space-between;}
.contact_page .item {text-align: left;position: relative;padding: 35px 40px;display: block;float: left;background: #ffffff;}
.contact_page .item .box { display: table; height: 300px; width: 100%;}
.contact_page .item .box .centering { display: table-cell; vertical-align: middle; width: 100%;}
.contact_page .item .box .centering p{margin: 0 0 15px; padding: 0; font-size: 14px; line-height: 22px; font-weight: 400;}
.contact_page .item .box .centering p:last-of-type{margin: 0;}
.contact_page .item .box .centering p strong.phone{background: url(../img/phone_icon_black.svg) no-repeat scroll left center; background-size: 14px; padding: 0 0 0 20px;}
.contact_page .item .box .centering p strong.mail{background: url(../img/mail_icon_black.svg) no-repeat scroll left center; background-size: 14px; padding: 0 0 0 20px;}
.contact_page .item .box .centering p a{font-weight: 600; text-decoration: underline; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .contact_page .item .box .centering p a:hover{color: #ec1c24}

.contact_page .mapa{position: relative;bottom: 0;display: block;width: 650px;max-height: 100%;overflow: hidden;}
.contact_page .mapa .static_map{position: absolute; width: 100%; top: 50%; translate: 0 -50%;}
.contact_page .mapa .static_map img{display: block; width: 100%;}
.contact_page .mapa a.btn{-webkit-border-radius: 0 8px 0 0; border-radius: 0 8px 0 0; position: absolute; left: 0; bottom: 0; z-index: 20;}

@media screen and (max-width: 1024px) {
 .contact_page .item{padding: 20px;}
}

@media screen and (max-width: 715px) {
.contact_page{flex-direction: column;}
.contact_page .item { text-align: center; float: none; width: calc(100% - 40px); padding: 30px 20px;}
.contact_page .item .box { display: block; height: initial;}
.contact_page .item .box .centering { display: block;}
.contact_page .mapa {width: 100%; min-height: 300px;}
}

@media screen and (max-width: 500px) {
.contact_page .item .box .centering p{font-size: 13px; line-height: 20px;}
.contact_page .mapa{min-height: 200px;}
}




.contact_list{text-align: left; width: 100%; position: relative; font-size: 0;}
.contact_list h2, .contact_list h3{margin: 30px 0 0; padding: 40px 0 10px; border-top: 1px solid #efefef;}
.contact_list h2:first-child, .contact_list h3:first-child{padding: 0 0 10px; border: 0;}
.contact_list .item{padding: 0 20px 0 0; position: relative; display: inline-block; vertical-align: top; width: calc(33.33% - 20px); margin: 30px 0 0;}
.contact_list .item:nth-child(-n + 3){margin-top: 0;}
.contact_list .item .name{font-size: 16px; line-height: 22px; font-weight: 700; margin: 0 0 4px; padding: 0;}
.contact_list .item .post{font-size: 14px; line-height: 22px; font-weight: 400; margin: -4px 0 4px; padding: 0; font-style: italic; color: #808080}
.contact_list .item p{font-size: 14px; line-height: 20px; font-weight: 400; margin: 0; padding: 0;}
.contact_list .item p.phone{background: url(../img/phone_icon_black.svg) no-repeat scroll left center; background-size: 14px; padding: 0 0 0 20px;}
.contact_list .item p.mail{background: url(../img/mail_icon_black.svg) no-repeat scroll left center; background-size: 14px; padding: 0 0 0 20px;}
.contact_list .item p a{font-weight: 600; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .contact_list .item p a:hover{color: #ec1c24;}


@media screen and (max-width: 1300px) {
.contact_list .item{width: calc(33.33% - 20px); margin: 20px 0 0;}
.contact_list .item:nth-child(-n + 4){margin-top: 20px;}
.contact_list .item:nth-child(-n + 3){margin-top: 0;}
}

@media screen and (max-width: 920px) {
.contact_list .item{width: calc(50% - 20px); margin: 20px 0 0;}
.contact_list .item:nth-child(-n + 4){margin-top: 20px;}
.contact_list .item:nth-child(-n + 3){margin-top: 20px;}
.contact_list .item:nth-child(-n + 2){margin-top: 0;}
}


@media screen and (max-width: 500px) {

.contact_list .item{width: 100%; margin: 20px 0 0; padding: 0;}
.contact_list .item:nth-child(-n + 4){margin-top: 20px;}
.contact_list .item:nth-child(-n + 3){margin-top: 20px;}
.contact_list .item:nth-child(-n + 2){margin-top: 20px;}
.contact_list .item:nth-child(-n + 1){margin-top: 0;}

.contact_list .item .name{font-size: 14px; line-height: 20px;}
.contact_list .item .post{font-size: 13px; line-height: 20px;}
.contact_list .item p{font-size: 13px; line-height: 20px;}
} 


.blog_section{width: 100%; position: relative; margin: 0 auto; font-size: 0; }
.blog_section .item{background: #f1f2f2; margin: 30px 0 0; padding: 0; display: block; position: relative; font-size: 0;}
.blog_section .item:nth-child(1){margin: 0;}
.blog_section .item h2{margin: 0; background: #414042; padding: 8px 20px; font-size: 14px; line-height: 22px; font-weight: 700; text-transform: uppercase; color: #fff;;}
.blog_section .item ul.style{margin: 0; padding: 20px; font-size: 0;}
.blog_section .item ul.style li{display: inline-block; vertical-align: middle; margin: 2px 4px 2px 0;}
.blog_section .item ul.style li a{position: relative; display: block; line-height: 22px; font-size: 13px; font-weight: 600; padding: 4px 15px; background: #414042; color: #fff; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .blog_section .item ul.style li > a:hover, .blog_section .item ul.style li.active > a{background: #ec1b24; color: #fff;}

.blog_section .item ul.nostyle{margin: 0; padding: 20px; font-size: 0;}
.blog_section .item ul.nostyle li{display: inline-block; vertical-align: middle; margin: 2px 10px 2px 0;}
.blog_section .item ul.nostyle li a{position: relative; display: block; line-height: 22px; font-size: 13px; font-weight: 600; padding: 0; color: #414042; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .blog_section .item ul.nostyle li > a:hover, .blog_section .item ul.nostyle li.active > a{color: #ec1b24;}

@media screen and (max-width: 500px) {
.blog_section .item ul.style{padding: 15px;}
.blog_section .item ul.style li a{font-size: 12px; line-height: 20px; padding: 3px 12px;}

.blog_section .item ul.nostyle{padding: 15px;}
.blog_section .item ul.nostyle li a{font-size: 12px; line-height: 20px;}
}



.blog_hp_list{display: block; position: relative; width: 100%; font-size: 0; margin: 40px 0 0;}
.blog_hp_list .item{display: inline-block; vertical-align: top; width: calc(33.33% - 80px / 3); margin: 50px 0 0;}
.blog_hp_list .item:nth-child(3n - 1){margin: 50px 40px 0;}
.blog_hp_list .item:nth-child(-n + 3){margin-top: 0;}
.blog_hp_list .item .img{min-height: 0; display: block; position: relative; padding: 0 0 56.25%; background-color: #ffffff; background: no-repeat scroll center center; background-size: cover;}
.blog_hp_list .item .text{display: block; position: relative;}
.blog_hp_list .item .text .title{position: relative; margin: 0; font-size: 24px; line-height: 30px; color: #414042; font-weight: 600; padding: 25px 0 15px;}
.blog_hp_list .item .text .title::before{position: absolute; left: 0; bottom: 0; height: 4px; width: 50px; background: #ec1c24; content: ""}
.blog_hp_list .item .text .text_box{margin: 20px 0;}

@media screen and (max-width: 1200px) {
.blog_hp_list .item{width: calc(50% - 40px / 2); margin: 50px 0 0;}
.blog_hp_list .item:nth-child(3n - 1){margin: 50px 0 0;}
.blog_hp_list .item:nth-child(-n + 3){margin-top: 50px;}
.blog_hp_list .item:nth-child(2n){margin: 50px 0 0 40px;}
.blog_hp_list .item:nth-child(-n + 2){margin-top: 0;}
.blog_hp_list .item:nth-child(3){display: none;}
}

@media screen and (max-width: 700px) {
.blog_hp_list{margin: 30px 0 0;}
.blog_hp_list .item{width: 100%; margin: 50px 0 0;}
.blog_hp_list .item:nth-child(3n - 1){margin: 50px 0 0;}
.blog_hp_list .item:nth-child(-n + 3){margin-top: 50px;}
.blog_hp_list .item:nth-child(2n){margin: 50px 0 0;}
.blog_hp_list .item:nth-child(-n + 2){margin-top: 50px;}
.blog_hp_list .item:nth-child(-n + 1){margin-top: 0;}
}


.blog_list{width: 100%; position: relative; margin: 0 auto; font-size: 0; }
.blog_list .item{-webkit-box-shadow: 0 0 20px -8px rgba(0,0,0,.5); box-shadow: 0 0 20px -8px rgba(0,0,0,.5); display: inline-block; vertical-align: middle; padding: 0; width: calc(33.33% - 10px); margin: 10px 10px 0 0; position: relative; font-size: 0;}
.blog_list .item .img{min-height: 0; display: block; position: relative; padding: 0 0 56.25%; background-color: #ffffff; background: no-repeat scroll center center; background-size: cover; -webkit-box-shadow: 0 0 10px -4px rgba(0,0,0,0.4); box-shadow: 0 0 10px -4px rgba(0,0,0,0.4);}
.blog_list .item .text{position: absolute; left: 0; bottom: 0; right: 0; background: rgba(65,64,66,0.75); z-index: 10; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.notouch .blog_list .item:hover .text{background: rgba(0,0,0,0.90); }
.blog_list .item .text .box{display: table; height: 90px; width: 100%; position: relative;}
.blog_list .item .text .box .centering{display: table-cell; vertical-align: middle; width: 100%; position: relative;}
.blog_list .item .text .box .centering .in{display: block; padding: 0 15px; text-align: left;}
.blog_list .item .text .box .centering .in .date{color: #fff; display:block; font-size: 13px; line-height: 20px; font-weight: 700; margin: 0;}
.blog_list .item .text .box .centering .in .title{color: #fff; display:block; font-size: 18px; line-height: 22px; font-weight: 700; margin: 0; padding: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.blog_list .item .anotation{font-size: 14px; line-height: 22px; margin: 0; display: block;}
.blog_list .item .anotation .box{display: table; height: 86px; width: 100%; position: relative;}
.blog_list .item .anotation .box .centering{display: table-cell; vertical-align: middle; width: 100%; position: relative;}
.blog_list .item .anotation .box .centering .in{display: block; padding: 0 15px; text-align: left;}

@media screen and (max-width: 1280px) {
.blog_list .item{width: calc(50% - 10px);}
}

@media screen and (max-width: 1024px) {
.blog_list .item .text .box .centering .in .date{font-size: 13px; line-height: 20px;}
.blog_list .item .text .box .centering .in .title{font-size: 16px; line-height: 22px;}
.blog_list .item .anotation{font-size: 13px; line-height: 20px;}
.blog_list .item .anotation .box{height: 80px;}
}


@media screen and (max-width: 760px) {
.blog_list .item{width: 100%; margin: 10px 0 0;}
}

@media screen and (max-width: 720px) {
.blog_list .item .anotation .box{height: 76px;}
.blog_list .item .text .box .centering .in{padding: 0 12px;}
.blog_list .item .text .box .centering .in .date{font-size: 12px; line-height: 18px;}
.blog_list .item .text .box .centering .in .title{font-size: 14px; line-height: 20px;}
.blog_list .item .anotation{display: none;}
}








.news_list{width: 100%; position: relative; margin: 0 auto; font-size: 0; }
.news_list .item{background: #f2f3f3; display: inline-block; vertical-align: middle; padding: 30px; width: calc(50% - 60px - 20px / 2); margin: 20px 0 0; position: relative; font-size: 0;}
.news_list .item:nth-child(2n){margin: 20px 0 0 20px;}
.news_list .item:nth-child(-n + 2){margin-top: 0;}
.news_list .item .img{width: 28%; position: relative; margin: 0 40px 0 0; display: inline-block; vertical-align: middle;}
.news_list .item .img .in{min-height: 0; display: block; position: relative; padding: 0 0 100%; background-color: #ffffff; background: no-repeat scroll center center; background-size: cover; -webkit-box-shadow: 0 0 10px -4px rgba(0,0,0,0.4); box-shadow: 0 0 10px -4px rgba(0,0,0,0.4);}
.news_list .item .text{text-align: left; width: calc(72% - 40px); position: relative; margin: 0; display: inline-block; vertical-align: middle;}
.news_list .item .text .date{display:block; font-size: 14px; line-height: 20px; margin: 0;}
.news_list .item .text .title{display:block; font-size: 18px; line-height: 24px; margin: 0 0 8px; padding: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.notouch .news_list .item:hover .text .title{color: #ed1c24;}
.news_list .item .text .text_box{overflow: hidden; height: 44px; color: #6d6e71; margin: 0 0 20px; padding: 0;}

@media screen and (max-width: 1500px) {
.news_list .item .img{margin: 0 35px 0 0;}
.news_list .item .text{width: calc(72% - 35px);}
.news_list .item .text .text_box{margin: 0 0 15px;}
}

@media screen and (max-width: 1370px) {
.news_list .item .img{display: none;}
.news_list .item .text{width: 100%;}
}

@media screen and (max-width: 1024px) {
.news_list .item{padding: 25px; width: calc(50% - 50px - 10px / 2); margin: 10px 0 0;}
.news_list .item:nth-child(2n){margin: 10px 0 0 10px;}
.news_list .item:nth-child(-n + 2){margin-top: 0;}
.news_list .item .text .date{font-size: 13px; line-height: 18px; margin: 0;}
.news_list .item .text .title{margin: 0 0 5px;}
.news_list .item .text .text_box{height: 40px; margin: 0 0 15px;}
}

@media screen and (max-width: 1000px) {
.news_list .item{width: calc(100% - 50px); margin: 10px 0 0;}
.news_list .item:nth-child(2n){margin: 10px 0 0;}
.news_list .item:nth-child(-n + 2){margin-top: 10px;}
.news_list .item:nth-child(-n + 1){margin-top: 0;}
.news_list .item .text .text_box{height: initial;}
}

@media screen and (max-width: 500px) {
.news_list .item{width: calc(100% - 40px); padding: 20px;}
.news_list .item .text .title{font-size: 16px; line-height: 22px;}
}






.faq_list{width: 100%; position: relative; margin: 0 auto;}
.faq_list .item{position: relative; text-align: left; display: block; margin: 30px 0 0; padding: 30px 0 0; border-top: 1px solid #f0f0f0; font-size: 0;}
.faq_list .item:first-of-type{margin: 0; padding: 0; border: 0;}
.faq_list .item .number{border: 1px solid #ec1c24; background: #ec1c24; color: #ffffff; text-align: center; width: 34px; line-height: 34px; font-size: 14px; font-weight: 700; display: inline-block; vertical-align: top;}
.faq_list .item .text{padding: 0 0 0 20px; display: inline-block; vertical-align: top; width: calc(100% - 36px - 20px); }
.faq_list .item .text h2{margin: 0; display: block; text-align: left;}

@media screen and (max-width: 1024px) {
.faq_list .item{margin: 25px 0 0; padding: 25px 0 0;}
}

@media screen and (max-width: 600px) {
.faq_list .item{margin: 20px 0 0; padding: 20px 0 0;}
.faq_list .item .number{width: 28px; height: 28px; line-height: 28px;}
.faq_list .item .text{padding: 0 0 0 15px; width: calc(100% - 30px - 15px); }
}







.radce_list{width: 100%; position: relative; margin: 0 auto;}
.radce_list .item{font-size: 0; text-align: center; position: relative; display: inline-block; vertical-align: middle; width: calc(20% - 60px / 5 - 2px); margin: 15px 0 0; background: #ffffff; border: 1px solid #F1F2F2; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.radce_list .item:nth-child(5n - 1){margin: 15px 15px 0;}
.radce_list .item:nth-child(5n - 3){margin: 15px 15px 0;}
.radce_list .item:nth-child(-n + 5){margin-top: 0;}
.notouch .radce_list .item:hover{box-shadow: 0 0 20px -13px rgba(0,0,0,0.6); -webkit-box-shadow: 0 0 20px -13px rgba(0,0,0,0.6);}
.radce_list .item .in{display: block; padding: 20px;}
.radce_list .item .in .img{ display: block; width: 70px; margin: 0 auto 13px;}
.radce_list .item .in .img img{width: 100%; margin: 0 auto; display: block; }
.radce_list .item .in .text{text-align: center; width: 100%; display: block; padding: 0;}
.radce_list .item .in .text .title{margin: 0; font-size: 16px; line-height: 22px; font-weight: 600; padding: 0;}



@media screen and (max-width: 1360px) {
.radce_list .item{width: calc(25% - 30px / 4 - 2px); margin: 10px 0 0;}
.radce_list .item:nth-child(5n - 1){margin: 10px 0 0;}
.radce_list .item:nth-child(5n - 3){margin: 10px 0 0;}
.radce_list .item:nth-child(-n + 5){margin-top: 10px;}
.radce_list .item:nth-child(4n - 1){margin: 10px 10px 0;}
.radce_list .item:nth-child(4n - 2){margin: 10px 0 0 10px;}
.radce_list .item:nth-child(-n + 4){margin-top: 0;}
}


@media screen and (max-width: 1024px) {
.radce_list .item{width: calc(33.33% - 20px / 3 - 2px); margin: 10px 0 0;}
.radce_list .item:nth-child(5n - 1){margin: 10px 0 0;}
.radce_list .item:nth-child(5n - 3){margin: 10px 0 0;}
.radce_list .item:nth-child(-n + 5){margin-top: 10px;}
.radce_list .item:nth-child(4n - 1){margin: 10px 0 0;}
.radce_list .item:nth-child(4n - 2){margin: 10px 0 0;}
.radce_list .item:nth-child(-n + 4){margin-top: 10px;}
.radce_list .item:nth-child(3n - 1){margin: 10px 10px 0;}
.radce_list .item:nth-child(-n + 3){margin-top: 0;}

.radce_list .item .in{padding: 15px;}
.radce_list .item .in .img{width: 60px; margin: 0 auto 10px;}
.radce_list .item .in .text .title{font-size: 14px; line-height: 18px;}
}


@media screen and (max-width: 650px) {
.radce_list .item{width: calc(50% - 10px / 2 - 2px); margin: 10px 0 0;}
.radce_list .item:nth-child(5n - 1){margin: 10px 0 0;}
.radce_list .item:nth-child(5n - 3){margin: 10px 0 0;}
.radce_list .item:nth-child(-n + 5){margin-top: 10px;}
.radce_list .item:nth-child(4n - 1){margin: 10px 0 0;}
.radce_list .item:nth-child(4n - 2){margin: 10px 0 0;}
.radce_list .item:nth-child(-n + 4){margin-top: 10px;}
.radce_list .item:nth-child(3n - 1){margin: 10px 0 0;}
.radce_list .item:nth-child(-n + 3){margin-top: 10px;}
.radce_list .item:nth-child(2n){margin: 10px 0 0 10px;}
.radce_list .item:nth-child(-n + 2){margin-top: 0;}

}


@media screen and (max-width: 650px) {
.radce_list .item{width: calc(50% - 8px / 2 - 2px); margin: 8px 0 0;}
.radce_list .item:nth-child(5n - 1){margin: 8px 0 0;}
.radce_list .item:nth-child(5n - 3){margin: 8px 0 0;}
.radce_list .item:nth-child(-n + 5){margin-top: 8px;}
.radce_list .item:nth-child(4n - 1){margin: 8px 0 0;}
.radce_list .item:nth-child(4n - 2){margin: 8px 0 0;}
.radce_list .item:nth-child(-n + 4){margin-top: 8px;}
.radce_list .item:nth-child(3n - 1){margin: 8px 0 0;}
.radce_list .item:nth-child(-n + 3){margin-top: 8px;}
.radce_list .item:nth-child(2n){margin: 8px 0 0 8px;}
.radce_list .item:nth-child(-n + 2){margin-top: 0;}
.radce_list .item .in{padding: 12px;}
.radce_list .item .in .img{width: 48px; margin: 0 auto 8px;}
.radce_list .item .in .text .title{font-size: 13px; line-height: 16px;}
}










.file_list{width: 100%; position: relative; margin: 0 auto;}
.detail .file_list{margin: 20px auto 0;} 
.file_list .item{position: relative; width: calc(20% - 40px / 5 - 2px); padding: 0; border: 1px solid #000000; display: block; float: left; margin: 10px 0 0 0;}
.file_list .item:nth-child(5n - 1){margin: 10px 10px 0;}
.file_list .item:nth-child(5n - 3){margin: 10px 10px 0;}
.file_list .item:nth-child(-n + 5){margin-top: 0;}
.file_list .item span.img{position: relative; padding: 0 0 141%; display: block; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.file_list .item span.img::before{content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0,0.6); opacity: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.file_list .item span.img span{display: block; width: 58px; height: 56px; position: absolute; left: 50%; top: 50%; margin: -49px 0 0 -28px; background: url(../img/download_icon.svg) no-repeat scroll center center; background-size: 29px 28px; z-index: 999; opacity: 0;-webkit-border-radius: 28px; border-radius: 28px; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.notouch .file_list .item:hover span.img::before, .notouch .file_list .item:hover span.img span{opacity: 1;} 
.file_list .item span.title{position: absolute; left: 0; right: 0; bottom: 0; padding: 15px 20px; display: block; background: #414042; color: #ffffff; font-weight: 400; font-size: 14px; line-height: 20px;}


.file_list .clas_item{text-align: left; background: #ffffff; display: inline-block; vertical-align: top; position: relative; border: 1px solid #e6e7e8; margin: 0 5px 5px 0; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.file_list .clas_item a{color: #000; text-decoration: none; font-size: 13px; font-weight: 400; line-height: 18px; padding: 8px 20px; display: inline-block; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.file_list .clas_item a span{color: #000; font-weight: 600; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.notouch .file_list .clas_item:hover{border: 1px solid #414042; background: #414042;}
.notouch .file_list .clas_item:hover a{color: #ffffff;}
.notouch .file_list .clas_item:hover a span{color: #ffffff;}

@media screen and (max-width: 1280px) {
.file_list .item{width: calc(25% - 30px / 4 - 2px); margin: 10px 0 0 0;}
.file_list .item:nth-child(5n - 1){margin: 10px 0 0;}
.file_list .item:nth-child(5n - 3){margin: 10px 0 0;}
.file_list .item:nth-child(-n + 5){margin-top: 10px;}
.file_list .item:nth-child(4n - 1){margin: 10px 10px 0;}
.file_list .item:nth-child(4n - 2){margin: 10px 0 0 10px;}
.file_list .item:nth-child(-n + 4){margin-top: 0;}
}

@media screen and (max-width: 1100px) {
.file_list .item{width: calc(33.33% - 20px / 3 - 2px); margin: 10px 0 0 0;}
.file_list .item:nth-child(5n - 1){margin: 10px 0 0;}
.file_list .item:nth-child(5n - 3){margin: 10px 0 0;}
.file_list .item:nth-child(-n + 5){margin-top: 10px;}
.file_list .item:nth-child(4n - 1){margin: 10px 0 0;}
.file_list .item:nth-child(4n - 2){margin: 10px 0 0;}
.file_list .item:nth-child(-n + 4){margin-top: 10px;}
.file_list .item:nth-child(3n - 1){margin: 10px 10px 0;}
.file_list .item:nth-child(-n + 3){margin-top: 0;}
}
@media screen and (max-width: 700px) {
.file_list .item{width: calc(50% - 10px / 2 - 2px); margin: 10px 0 0 0;}
.file_list .item:nth-child(5n - 1){margin: 10px 0 0;}
.file_list .item:nth-child(5n - 3){margin: 10px 0 0;}
.file_list .item:nth-child(-n + 5){margin-top: 10px;}
.file_list .item:nth-child(4n - 1){margin: 10px 0 0;}
.file_list .item:nth-child(4n - 2){margin: 10px 0 0;}
.file_list .item:nth-child(-n + 4){margin-top: 10px;}
.file_list .item:nth-child(3n - 1){margin: 10px 0 0;}
.file_list .item:nth-child(-n + 3){margin-top: 10px;}
.file_list .item:nth-child(2n){margin: 10px 0 0 10px;}
.file_list .item:nth-child(-n + 2){margin-top: 0;}

.file_list .clas_item{margin: 0 3px 3px 0;}
.file_list .clas_item a{font-size: 12px; line-height: 16px; padding: 5px 10px;}
}





.fotogalerie{width: 100%; position: relative; margin: 0; font-size: 0;}
.fotogalerie .text_box{margin: 0 0 20px;}
.fotogalerie a.swipebox{display: inline-block; vertical-align: middle; position: relative; -webkit-box-shadow: 0 0 10px -4px rgba(0,0,0,0.5); box-shadow: 0 0 10px -4px rgba(0,0,0,0.5);}
.fotogalerie a.swipebox .in{display: block; position: relative; width: 100%; padding: 0 0 66.66%; background: no-repeat scroll center center; background-size: cover;}
.fotogalerie a.swipebox .in::before{opacity: 0; content: ""; display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #000000; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.fotogalerie a.swipebox .in::after{opacity: 0; content: ""; display: block; position: absolute; left: 50%; top: 50%; width: 46px; height: 46px; background: url(../img/fotogallery_icon.svg) no-repeat scroll center center; background-size: 46px 46px; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.notouch .fotogalerie a:hover .in::before{opacity: 0.90;}
.notouch .fotogalerie a:hover .in::after{opacity: 1;}


.fotogalerie.row_three a.swipebox{width: calc(33.33% - 20px / 3); margin: 10px 0 0;}
.fotogalerie.row_three a.swipebox:nth-child(3n - 1){margin: 10px 10px 0;}
.fotogalerie.row_three a.swipebox:nth-child(-n + 3){margin-top: 0;}


@media screen and (max-width: 700px) {
.fotogalerie.row_three a.swipebox{width: calc(50% - 10px / 2); margin: 10px 0 0;}
.fotogalerie.row_three a.swipebox:nth-child(3n - 1){margin: 10px 0 0;}
.fotogalerie.row_three a.swipebox:nth-child(-n + 3){margin-top: 10px;}
.fotogalerie.row_three a.swipebox:nth-child(2n){margin: 10px 0 0 10px;}
.fotogalerie.row_three a.swipebox:nth-child(-n + 2){margin-top: 0;}
}



.fotogalerie.row_four a.swipebox{width: calc(25% - 30px / 4); margin: 10px 0 0;}
.fotogalerie.row_four a.swipebox:nth-child(4n - 1){margin: 10px 10px 0;}
.fotogalerie.row_four a.swipebox:nth-child(4n - 2){margin: 10px 0 0 10px;}
.fotogalerie.row_four a.swipebox:nth-child(-n + 4){margin-top: 0;}

@media screen and (max-width: 1280px) {
.fotogalerie.row_four a.swipebox{width: calc(33.33% - 20px / 3); margin: 10px 0 0;}
.fotogalerie.row_four a.swipebox:nth-child(4n - 1){margin: 10px 0 0;}
.fotogalerie.row_four a.swipebox:nth-child(4n - 2){margin: 10px 0 0;}
.fotogalerie.row_four a.swipebox:nth-child(-n + 4){margin-top: 10px;}
.fotogalerie.row_four a.swipebox:nth-child(3n - 1){margin: 10px 10px 0;}
.fotogalerie.row_four a.swipebox:nth-child(-n + 3){margin-top: 0;}
}

@media screen and (max-width: 700px) {
.fotogalerie.row_four a.swipebox{width: calc(50% - 10px / 2); margin: 10px 0 0;}
.fotogalerie.row_four a.swipebox:nth-child(4n - 1){margin: 10px 0 0;}
.fotogalerie.row_four a.swipebox:nth-child(4n - 2){margin: 10px 0 0;}
.fotogalerie.row_four a.swipebox:nth-child(-n + 4){margin-top: 10px;}
.fotogalerie.row_four a.swipebox:nth-child(3n - 1){margin: 10px 0 0;}
.fotogalerie.row_four a.swipebox:nth-child(-n + 3){margin-top: 10px;}
.fotogalerie.row_four a.swipebox:nth-child(2n){margin: 10px 0 0 10px;}
.fotogalerie.row_four a.swipebox:nth-child(-n + 2){margin-top: 0;}
}








.grid{padding: 0; opacity: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.grid .grid-item{width: 25%; display: inline-block;}
.grid .grid-item.swipebox::before{opacity: 0; content: ""; display: block; position: absolute; left: 4px; top: 4px; right: 4px; bottom: 4px; background: #000000; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.grid .grid-item.swipebox::after{opacity: 0; content: ""; display: block; position: absolute; left: 50%; top: 50%; width: 46px; height: 46px; background: url(../img/fotogallery_icon.svg) no-repeat scroll center center; background-size: 46px 46px; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.grid .grid-item img{max-width: calc(100% - 8px); display: block; margin: 4px;}
.notouch .grid a:hover::before{opacity: 0.90;}
.notouch .grid a:hover::after{opacity: 1;}

@media screen and (max-width: 1024px) {
.grid .grid-item{width: 33.33%;}
}
@media screen and (max-width: 768px) {
.grid .grid-item{width: 50%;}
}





.default_form{text-align: center; position: relative; margin: 0; display: block;}
.default_form form{padding: 30px 45px; background: #ffffff; border: 1px solid #e6e7e8; display: block; }
.default_form form .title{text-align: center; font-size: 18px; line-height: 26px; font-weight: 600; margin: 0 0 15px;}
.default_form form table{width: 100%; border-collapse: separate; border-spacing: 0 8px;}
.default_form form table th{ position: relative; white-space: nowrap; vertical-align: middle; width: 130px; font-size: 13px; line-height: 18px; font-weight: 600; text-align: right; padding: 0 15px 0 0; margin: 0;}
.default_form form table th:nth-child(3){padding-left: 15px;}
.default_form form table td{padding: 0;}
.default_form form table td input[type=text], .default_form form table td input[type=password]{border: 1px solid #e6e7e8; width: calc(100% - 32px); background: #ffffff; font-size: 13px; line-height: 20px; padding: 8px 15px; color: #000000; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.default_form form table td textarea{resize: none; overflow: hidden; height: 80px; border: 1px solid #e6e7e8; width: calc(100% - 32px); background: #ffffff; font-size: 13px; line-height: 20px; padding: 8px 15px; color: #000000; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.default_form form table td input[readonly]{border: 1px solid #e6e7e8 !important; background: #f2f2f2;}
.default_form form table td input[type=text]:focus, .default_form form table td textarea:focus{border: 1px solid #ec1b24;}

.default_form form table td.gdpr{text-align: right; margin: 10px 0; font-size: 12px; line-height: 18px;}
.default_form form table td.gdpr a{text-decoration: underline; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .default_form form table td.gdpr a:hover{color: #ec1b24;}

@media screen and (max-width: 768px) {
.default_form form{display: block; padding: 25px 35px;}
.default_form form .title{font-size: 16px; line-height: 24px; margin: 0 0 10px;}
.default_form form table, .default_form form tbody, .default_form form table tr, .default_form form table th, .default_form form table td{display: block; width: 100%; text-align: center; clear: both;}
.default_form form table tr:nth-child(1) th:nth-child(1){padding: 0 0 5px !important;}
.default_form form table th{text-align: center; padding: 15px 0 5px !important;}
.default_form form table td input[type=text], .default_form form table td input[type=password]{text-align: center;}
}

@media screen and (max-width: 500px) {
.default_form form{padding: 15px;}
.default_form form .title{font-size: 14px; line-height: 20px;}
.default_form form table th{font-size: 12px; line-height: 16px;}
}























#basket{margin: 0 auto; position: relative; text-align: center;}
#basket .basket_navigation{width: 100%; position: relative; margin: 0 0 50px;}
#basket .basket_navigation h1{display: none; border: 0; padding: 0; margin: 0;}
#basket .basket_navigation ul{margin: 0; padding: 0; text-align: center;}
#basket .basket_navigation ul li{position: relative; padding: 0; display: inline-block; vertical-align: middle; margin: 0; width: calc(25% - 45px / 4 - 3px);}
#basket .basket_navigation ul li:nth-child(2){margin: 0 15px;}
#basket .basket_navigation ul li:nth-child(3){margin: 0 15px 0 0;} 
#basket .basket_navigation ul li strong, #basket .basket_navigation ul li a{border: 1px solid #efefef; font-size: 13px; line-height: 18px; font-weight: 500; letter-spacing: 0.5px; color: #000000; text-align: center; display: block; padding: 15px 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
#basket .basket_navigation ul li a{cursor: pointer;}
#basket .basket_navigation ul li span{text-transform: uppercase; letter-spacing: 0.5px; display: block; font-size: 18px; line-height: 24px; font-weight: 500; color: #000000; text-align: center; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
#basket .basket_navigation ul li:first-child{margin-left: 0;} 
#basket .basket_navigation ul li::before{display: none; top: calc(100% - 1px); left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(0, 0, 0, 0);	border-top-color: #414042;	border-width: 10px; margin-left: -10px;}
#basket .basket_navigation ul li::after{display: none; top: calc(100% - 1px); left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(141, 114, 73, 0);	border-top-color: #414042;	border-width: 9px; margin-left: -9px;}
#basket .basket_navigation ul li.active strong, #basket .basket_navigation ul li.active a{background: #414042; border: 1px solid #414042; color: #ffffff;}
#basket .basket_navigation ul li.active span{color: #ffffff;}
#basket .basket_navigation ul li.active::before, #basket .basket_navigation ul li.active::after{display: block;}
.notouch #basket .basket_navigation ul li:hover a{background: #414042; border: 1px solid #414042; color: #ffffff;}
.notouch #basket .basket_navigation ul li:hover a span{color: #ffffff;}

#basket .doprava_platba .item .box .delivery_place {display:none;}

#basket .warning_box{text-align: center; font-size: 14px; line-height: 20px; color: #000000; border: 1px solid #ec1c24; margin: 0 auto 30px; padding: 20px 40px; display: inline-block;}
#basket .warning_box:empty{display: none;}


#basket .anotation_box{text-align: center; font-size: 14px; line-height: 20px; color: #000000; font-weight: 400; border: 1px solid #dbdbdb; background: #efefef; margin: 0 0 30px; padding: 20px 40px; display: inline-block;}
#basket .anotation_box:empty{display: none;}
#basket .anotation_box .text{font-size: 14px; line-height: 20px; color: #000000; font-weight: 400; margin: 0; padding: 0;}
#basket .anotation_box p{font-size: 14px; line-height: 20px; color: #000000; font-weight: 400; margin: 0; padding: 0;}
#basket .anotation_box strong{font-size: 14px; line-height: 20px; color: #666666; font-weight: 600;}

#basket p.info_anotation{font-size: 13px; line-height: 17px; color: #000000; margin: 10px 0; padding: 14px 0; border-bottom: 1px dashed #e6e7e8; border-top: 1px dashed #e6e7e8; background: none; -webkit-border-radius: 0; border-radius: 0;}
#basket p.info_anotation strong{white-space: nowrap; font-weight: 700; font-size: 13px; line-height: 17px; color: #000000;}
#basket p.info_anotation strong.green{color: #39b54a}
#basket p.info_anotation strong.red{color: #ec1b24}

#basket .inline_box{min-width: 200px; border: 1px solid #efefef; background: #ffffff; padding: 25px; display: inline-block; vertical-align: top; margin: 0 0 20px 0}
#basket .inline_box h3{margin: 0; padding: 0; font-size: 18px; line-height: 24px; text-align: left; font-weight: 700;}
#basket .inline_box p{margin: 10px 0 0; padding: 0; font-size: 13px; line-height: 18px; text-align: left; font-weight: 400;}
#basket .inline_box p strong{padding: 0; font-size: 13px; line-height: 18px; text-align: left; font-weight: 700;}

#basket .product_souhrn_box{position: relative; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
#basket .product_souhrn_box::before{opacity: 0; visibility: hidden; content: ""; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 998; background: #ffffff; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
#basket .product_souhrn_box.opacity::before{opacity: 0.55; visibility: visible;}

#basket .product_souhrn_box .spinner{opacity:0;visibility:hidden;width:70px;text-align:center;position:absolute;left:50%;top:calc(50% - 35px);margin:0 0 0 -35px;z-index:999}
#basket .product_souhrn_box.opacity .spinner{opacity:1;visibility:visible}
#basket .product_souhrn_box .spinner > div{width:18px;height:18px;background-color:#ec1b24;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}
#basket .product_souhrn_box .spinner .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}
#basket .product_souhrn_box .spinner .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}
@-webkit-keyframes sk-bouncedelay {0%,80%,100%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1.0)}}
@keyframes sk-bouncedelay {0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1.0);transform:scale(1.0)}}


#basket .doprava_platba .item .box .comgate_payments{text-align: left; font-size: 0; padding: 0 20px 20px;}
#basket .doprava_platba .item .box .comgate_payments label {padding: 8px; display: inline-block; vertical-align: middle; width: calc(33.33% - 12px / 3 - 18px); margin: 6px 0 0; border: 1px solid #bcbec0;}
#basket .doprava_platba .item .box .comgate_payments label:nth-child(3n - 1){margin: 6px 6px 0;}
#basket .doprava_platba .item .box .comgate_payments label:nth-child(-n + 3){margin-top: 0;}
#basket .doprava_platba .item .box .comgate_payments label .radio{float: none; display: inline-block; vertical-align: middle; margin: 0 10px 0 0;}
#basket .doprava_platba .item .box .comgate_payments label img{max-width: calc(100% - 30px); display: inline-block; vertical-align: middle;}


#basket form{position: relative;}
#basket form.opacity::before{content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 99;}


#basket table.product_souhrn{width: 100%; border-collapse: collapse; margin-top: 30px; margin-bottom: 30px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
#basket table.product_souhrn.small{width: calc(100% - 282px); margin: 0 0 45px; float: left;}
#basket form.opacity table.product_souhrn.small{opacity: 0.4;}
#basket article.max{width: 252px; float: right; margin: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
#basket form.opacity article.max{opacity: 0.4;}
#basket table.product_souhrn.margin{margin-bottom: 0;}
#basket table.product_souhrn tr{position: relative;}
#basket table.product_souhrn tr.mobil_line{display: none;}
#basket table.product_souhrn tr:first-child{border-top: none;}
#basket table.product_souhrn th{font-size: 13px; line-height: 18px; font-weight: 600; text-align: left; padding: 0 15px 10px; border-bottom: 1px solid #e6e7e8;}
#basket table.product_souhrn th.one{padding: 0;}
#basket table.product_souhrn th.three{padding: 0 15px 10px; text-align: center;} 
#basket table.product_souhrn th.five{text-align: center;}
#basket table.product_souhrn th.four{text-align: right;}

#basket table.product_souhrn td{height: 60px; padding: 8px 15px; border-bottom: 1px solid #e6e7e8;}
#basket table.product_souhrn .celkem td{line-height: 18px !important; border-bottom: 2px solid #e6e7e8;}
#basket table.product_souhrn .celkem td .small{display: inline-block; font-size: 12px; line-height: 16px; text-align: right; font-weight: 600;}
#basket table.product_souhrn td.no_border{border-bottom: 2px solid #ffffff;}
#basket table.product_souhrn td.no_border.small{display: none;}
#basket table.product_souhrn td.one{padding: 5px 0; width: 60px; vertical-align: middle;}
#basket table.product_souhrn td.one{vertical-align: middle;} 
#basket table.product_souhrn td.one a, #basket table.product_souhrn td.one label{background-color: #ffffff; width: 50px; height: 50px; padding: 4px; position: relative; border: 1px solid #e6e7e8; display: block; text-align: center; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch #basket table.product_souhrn .hover_efekt td.one a, .notouch #basket table.product_souhrn .hover_efekt td.one label{border: 1px solid #ec1b24;}
#basket table.product_souhrn td.one a .in, #basket table.product_souhrn td.one label .in{position: relative; display: block; width: 100%; padding: 0 0 100%; background-repeat: no-repeat; background-position: center center; -webkit-background-size: contain; background-size: contain;}







#basket table.product_souhrn td.two{padding: 5px 0; text-align: left;}
#basket table.product_souhrn td.two span.box{display: table; width: 100%; height: 60px;}
#basket table.product_souhrn td.two .main_link{font-weight: 600; display: table-cell; vertical-align: middle; padding: 0 0 0 15px; font-size: 13px; line-height: 20px; text-decoration: none; text-align: left; color: #000000; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
#basket table.product_souhrn td.two .main_link span{font-weight: 400; padding: 0; font-size: 11px; line-height: 15px; text-decoration: none; text-align: left; display: block;}
#basket table.product_souhrn td.two .main_link span strong{display: block; font-weight: 600; color: #ec1b24; font-size: 11px; line-height: 15px; letter-spacing: 0.5px;}
.notouch #basket table.product_souhrn tr.hover_efekt td.two a.main_link{color: #ec1b24}
#basket table.product_souhrn td.two .main_link .rema{padding: 0; display: inline-block; color: #d20c0c; font-weight: 400; font-size: 11px; line-height: 16px; font-style: normal; margin: 3px 0 0;}
#basket table.product_souhrn td.two .main_link .rema strong{color: #d20c0c; font-weight: 700; font-size: 11px; line-height: 16px; }


#basket table.product_souhrn td.three{white-space: nowrap; text-align: center; padding: 0 10px; width: 100px; color: #000000; font-size: 13px; line-height: 28px; font-weight: 400; text-align: center;}
#basket table.product_souhrn td.three .box.centering{padding-right: 34px; display: block;}
#basket table.product_souhrn td.three input[type=text]{display: inline-block; vertical-align: middle; width: 40px; font-size: 14px; line-height: 25px; color: #000000; font-weight: 400; padding: 6px 0; text-align: center; border: 0; border-bottom: 1px solid #d1d3d4; background: #ffffff; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
/*#basket table.product_souhrn td.three input[type=text]:focus{border-bottom: 1px solid #666666}*/
#basket table.product_souhrn td.three .increment, #basket table.product_souhrn td.three .decrement{cursor: pointer; border: 1px solid #414042; background: #414042; width: 20px; height: 20px; display: inline-block; vertical-align: middle; -webkit-border-radius: 28px; border-radius: 28px; position: relative; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
#basket table.product_souhrn td.three .increment::before, #basket table.product_souhrn td.three .decrement::before,
#basket table.product_souhrn td.three .increment::after, #basket table.product_souhrn td.three .decrement::after{content: ""; display: block; width: 20px; height: 20px; position: absolute; top: 0; left: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
#basket table.product_souhrn td.three .increment::before{opacity: 1; background: url(../img/basket_recount_icon.png) no-repeat scroll 6px -14px;}
#basket table.product_souhrn td.three .decrement::before{opacity: 1; background: url(../img/basket_recount_icon.png) no-repeat scroll -15px -14px;}

#basket table.product_souhrn td.three span{display: block; text-align: center;}

.notouch #basket table.product_souhrn td.three .increment:hover, .notouch #basket table.product_souhrn td.three .decrement:hover{background: #ec1b24; border: 1px solid #ec1b24;}





#basket table.product_souhrn td.four{padding: 0 15px; text-align: right; color: #000000; font-size: 14px; line-height: 28px; font-weight: 400; width: 110px;}
#basket table.product_souhrn td.four strong{color: #000000; font-size: 14px; line-height: 28px; font-weight: 600;}
#basket table.product_souhrn td.four strong.total{white-space: nowrap; color: #000000; font-size: 14px; line-height: 28px; font-weight: 700;}
#basket table.product_souhrn td.four strong.total.red{color: #ec1b24; font-size: 18px;}
#basket table.product_souhrn td.four strong.total span{color: #000000; font-size: 12px; line-height: 28px; font-weight: 300; display: none;}
#basket table.product_souhrn td.four span{color: #000000; font-size: 12px; line-height: 28px; font-weight: 300; display: none;}

#basket table.product_souhrn td.five{text-align: center; padding: 0 15px; width: 40px;}
#basket table.product_souhrn td.five a{position: relative; top: 3px; display: inline-block; width: 18px; height: 18px; border: 1px solid #414042; background: #414042; -webkit-border-radius: 28px; border-radius: 28px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
#basket table.product_souhrn td.five a::before, #basket table.product_souhrn td.five a::after{content: ""; display: block; width: 20px; height: 20px; position: absolute; top: 0; left: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
#basket table.product_souhrn td.five a::after{opacity: 1; background: url(../img/basket_recount_icon.png) no-repeat scroll -33px -15px;}
.notouch #basket table.product_souhrn td.five a:hover{background: #ec1b24; border: 1px solid #ec1b24;}


#basket h2.title{text-align: center; margin: 0; padding: 0; font-size: 20px; line-height: 28px;}
#basket h2.title.margin{margin: 0 0 28px;}


#basket textarea.order_text{resize: none; height: 100px; margin: 0 auto 30px; display: block; border: 1px solid #e6e7e8; width: calc(100% - 32px); max-width: 500px; background: #ffffff; font-size: 14px; line-height: 20px; padding: 5px 15px; color: #000000; -webkit-transition: border 400ms ease; transition: border 400ms ease;}
#basket textarea.order_text[readonly]{background: #efefef; border: 1px solid #dbdbdb !important;}
#basket textarea.order_text:focus{border: 1px solid #ec1b24;}


#basket .doprava_platba {width: 100%; display: block; margin: 0 auto 30px;}
#basket .doprava_platba.margin{margin: 0 auto;}
#basket .doprava_platba .item{display: inline-block; vertical-align: top; width: calc(50% - 17px); margin: 0; position: relative;}
#basket .doprava_platba .item:nth-child(2){margin: 0 0 0 30px;}
#basket .doprava_platba .item p.title{text-align: center; font-size: 16px; line-height: 22px; font-weight: 400; margin: 0; padding: 0 0 20px;}
#basket .doprava_platba .item p.title strong{font-size: 16px; line-height: 22px; font-weight: 700; margin: 0; padding: 0 0 10px;}

#basket .doprava_platba .item.platba{}

#basket .doprava_platba .item.platba.opacity::before{position: absolute; top: 42px; right: 0; left: 0; bottom: 0; content: ""; display: block; z-index: 999;}
#basket .doprava_platba .item.platba .box{display: block;}
#basket .doprava_platba .item.platba.opacity .box{opacity: 0.40; }
#basket .doprava_platba .item .box{ background: #ffffff; position: relative; width: calc(100% - 2px); margin: 10px 0 0; float: none; border: 1px solid #bcbec0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
#basket .doprava_platba .item .box:nth-child(1){margin: 0;}
#basket .doprava_platba .item .box label{cursor: pointer; position: relative; padding: 15px 15px; display: block; font-size: 13px; line-height: 28px; font-weight: 400; color: #3a3a3a; text-align: left; }
#basket .doprava_platba .item .box label::before{position: absolute; left: 0; top: 0; bottom: 0; width: 40px; content: ""; z-index: 10;}
#basket .doprava_platba .item .box label input[type=radio]{float: left;}
#basket .doprava_platba .item .box label strong{display: block; width: 80%; max-width: calc(100% - 160px); float: left; font-size: 13px; line-height: 18px; padding: 0; font-weight: 700; text-align: left; }
#basket .doprava_platba .item .box label .text{display: block; max-width: calc(100% - 160px); padding: 3px 0 0; position: relative; top: 0; float: none; margin: 0 0 0 25px; font-size: 12px; line-height: 16px; font-weight: 400; text-align: left; }
#basket .doprava_platba .item .box label .text p{margin: 0; font-size: 12px; line-height: 16px; font-weight: 400; color: #3a3a3a;}
#basket .doprava_platba .item .box label .text p strong{font-size: 12px; line-height: 16px; font-weight: 700; color: #3a3a3a; width: initial; max-width: initial; display: inline; float: none; }
#basket .doprava_platba .item .box label .text p a{text-decoration: underline; font-size: 12px; line-height: 16px; font-weight: 700; color: #3a3a3a; width: initial; max-width: initial; display: inline-block; float: none; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch #basket .doprava_platba .item .box label .text p a:hover{color: #ec1b24;}
#basket .doprava_platba .item .box label .text .textet{display: inline-block; vertical-align: top; width: calc(100% - 35px); padding: 0 0 0 10px;}
#basket .doprava_platba .item .box label .text div.checker{vertical-align: top;}
#basket .doprava_platba .item .box label .text br{}
#basket .doprava_platba .item .box label .text a{font-size: 12px; line-height: 16px; font-weight: 700; color: #3a3a3a; display: inline-block; margin: 0; text-decoration: underline;}
#basket .doprava_platba .item .box label span.price{position: absolute; top: 15px; right: 15px; font-size: 13px; line-height: 18px; font-weight: 700; color: #3a3a3a; text-align: right; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
#basket .doprava_platba .item .box label .radio{width: 16px; height: 16px; float: left; margin: 1px 9px 0 0; }
#basket .doprava_platba .item .box label span.bottom{display: none !important; width: auto; height: 4px; position: absolute; bottom: -5px; right: 1px; left: 5px; background: #f7f7f7; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
/*#basket .doprava_platba .item .box.active label span.price, #basket .doprava_platba .item .box:hover label span.price{color: #666666;}*/
#basket .doprava_platba .item .box.active, #basket .doprava_platba .item .box:hover{border: 1px solid #000000;}

#basket .doprava_platba .item .box label label{padding: 5px 15px 0 25px;}
#basket .doprava_platba .item .box label label .radio{margin: -1px 5px 0 0; float: none;}
#basket .doprava_platba .item .box label label .personal_text{font-size: 13px; line-height: 22px; display: inline-block; vertical-align: middle; width: calc(100% - 25px); }

#basket .doprava_platba .item .box #terms-notice{padding: 0 0 15px 80px; text-align: left; font-size: 12px; line-height: 16px; font-weight: 700; color: #e21414;}

#basket .doprava_platba .sbHolder{position: relative; background: #ffffff; width: calc(100% - 2px); display: block; margin: 0; top: -16px; border: 1px solid #000000; }
#basket .doprava_platba .sbHolder .sbToggle{margin: 0; background: url(../img/select_arrow.svg) no-repeat scroll center center; background-size: 16px 16px; right: 0; top: 0; bottom: 0; width: 30px;}
#basket .doprava_platba .sbHolder .sbToggle.sbToggleOpen{background: url(../img/select_arrow_reverse.svg) no-repeat scroll center center; background-size: 16px 16px;}
#basket .doprava_platba .sbHolder a.sbSelector{width: calc(100% - 60px); margin: 0; display: block; color: #000000 !important; font-size: 14px; line-height: 30px; padding: 6px 15px; font-weight: 400; text-align: left; text-decoration: none;}
#basket .doprava_platba .sbOptions{max-height: 500px !important; z-index: 999; top: 100% !important; background: #ffffff; padding: 0; left: -1px; right: -1px;}
#basket .doprava_platba .sbOptions a{text-decoration: none; border: 1px solid #000000; border-top: 0; height: auto; background: #fff !important; display: block; text-align: left; padding: 6px 15px; font-size: 14px; line-height: 18px; margin: 0; font-weight: 400; color: #000000 !important; -webkit-transition: all 300ms ease; transition: all 300ms ease;}
#basket .doprava_platba .sbOptions li:first-child{display: none;}
#basket .doprava_platba .sbOptions li:nth-child(2) a{border-top: 1px solid #000000;}
.notouch #basket .doprava_platba .sbOptions a:hover{background: #f0f0f0 !important;} 

#thepay-method-box {display: inline-block;}

#basket .end_order{width: calc(100% - 282px); -webkit-transition: all 400ms ease; transition: all 400ms ease;}
#basket form.opacity .end_order{opacity: 0.6;}


#basket p.info_doprava{clear: both; margin: -20px 0 20px; padding: 0; line-height: 26px; font-size: 16px; text-align: center; font-weight: 300;}
#basket p.info_doprava strong{line-height: 26px; font-size: 16px; font-weight: 500;}


#basket.my_order table.product_souhrn td.one .centering{background: #ffffff;}
#basket.my_order .item{background: #ffffff; border: 1px solid #efefef; margin-top: 20px; padding: 20px 3%; width: calc(94% - 2px); -webkit-transition: all 400ms ease; transition: all 400ms ease;}
#basket.my_order .item:first-of-type{margin: 0;}
#basket.my_order .item p.title{margin: 0; padding: 0; text-align: left; font-size: 14px; line-height: 38px; }
#basket.my_order .item p.title span{white-space: nowrap; position: relative; display: inline-block; vertical-align: middle; margin-right: 20px; text-align: left;}

#basket.my_order .item p.title span.zasilka a{display: block; width: 43px; height: 30px; background: url(../img/doprava_icon.png) no-repeat;}
#basket.my_order .item p.title button{float: right; padding-left: 0; padding-right: 0; width: 180px; text-align: center; text-transform: none;}
#basket.my_order .box{display: none; clear: both; padding: 30px 0 0; text-align: left;}
#basket.my_order table.product_souhrn{margin: 0;}


#basket.my_order .box .control_package{float: right; position: relative; display: inline-block; vertical-align: middle; line-height: 38px; margin-top: 20px;}
#basket.my_order .box .control_package a{display: inline-block; text-align: right; color: #000000; font-weight: 600; font-size: 14px; line-height: 20px; padding-left: 8px; text-decoration: underline; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch #basket.my_order .box .control_package a:hover{color: #666666}


#basket p.celkem{text-align: center; padding: 15px 0 40px; margin: 0;}
#basket p.celkem strong{font-style: italic; display: block; font-size: 40px; line-height: 44px; color: #666666; font-weight: 600; margin: 0;}


@media screen and (max-width: 1100px) {
#basket table.product_souhrn.small{width: 100%; float: none; margin: 0 0 35px;}
#basket article.max{width: 100%; float: none; text-align: center;}
#basket .inline_box{margin: 0 20px 30px 0;}
#basket .end_order{width: 100%;}
}

@media screen and (max-width: 1024px) {
#basket .doprava_platba .item .box label span.text{max-width: calc(100% - 25px);}


#basket.my_order .item p.title{text-align: center;}
#basket.my_order .item p.title span.number, #basket.my_order .item p.title span.date, #basket.my_order .item p.title span.price, #basket.my_order .item p.title span.status{margin: 0 10px;}
#basket.my_order .item p.title button{clear: both; margin: 10px auto 0; float: none;}
#basket.my_order .item p.title span.ikonka:not(.car){display: none}

}

@media screen and (max-width: 1100px) and (min-width: 961px) {
#basket .doprava_platba .item .box .comgate_payments label {width: calc(50% - 6px / 2 - 18px); margin: 6px 0 0;}
#basket .doprava_platba .item .box .comgate_payments label:nth-child(3n - 1){margin: 6px 0 0;}
#basket .doprava_platba .item .box .comgate_payments label:nth-child(-n + 3){margin-top: 6px;}
#basket .doprava_platba .item .box .comgate_payments label:nth-child(2n){margin: 6px 0 0 6px;}
#basket .doprava_platba .item .box .comgate_payments label:nth-child(-n + 2){margin-top: 0;}
}


@media screen and (max-width: 960px) {
#basket table.product_souhrn th{font-size: 12px;}
#basket table.product_souhrn th.one{display: none}
#basket table.product_souhrn td.one{display: none;}
#basket table.product_souhrn th.two{width: 370px;} 
#basket table.product_souhrn td.one_one a.main_link, #basket table.product_souhrn td.one_one label.main_link{padding: 0 15px;}
#basket table.product_souhrn td.two a{margin: 0 5%;}
#basket table.product_souhrn td.four{font-size: 14px;}
#basket table.product_souhrn td.five{font-size: 14px;}
#basket table.product_souhrn td.no_border{display: none;}
#basket table.product_souhrn td.no_border.small{display: table-cell;}
#basket .doprava_platba{width: 100%; margin: 0 auto;}
#basket .doprava_platba .item{width: 100%; margin: 0 !important;}
#basket .doprava_platba .item p.title{padding: 20px 0 10px;}
#basket .doprava_platba .item.doprava p.title{padding: 0 0 10px;}
}


@media screen and (max-width: 768px) {
#basket{text-align: center;}
#basket .align-center .btn.left, #basket .align-center .btn.right{float: none;}
#basket .inline_box{width: calc(100% - 52px); margin: 0 0 30px; text-align: center; display: block;}
#basket .inline_box:nth-child(2){margin: 0;}
#basket .inline_box h3, #basket .inline_box p{text-align: center;}
#basket p.information img{margin: 0 auto 8px; display: block;}
#basket article.max{margin: 0 0 40px;}
#basket .basket_navigation{margin: 10px 0 20px;}
#basket .basket_navigation h1{display: block;}
#basket .basket_navigation ul{display: none;}
#basket table.product_souhrn{margin: 0;}
#basket table.product_souhrn.small{margin: 40px 0 20px}
#basket table.product_souhrn tr{position: relative;}
#basket table.product_souhrn th{display: none !important;}
#basket table.product_souhrn td{height: initial;}
#basket table.product_souhrn td.one{display: none;}
#basket table.product_souhrn td.two{border-top: 1px solid #efefef !important; padding-top: 15px; margin: 0;}
#basket table.product_souhrn td.two span.box{display: block; height: initial;}
#basket table.product_souhrn td.two .main_link{text-align: center; display: block; padding: 0;}
#basket table.product_souhrn td.two .main_link span{text-align: center;}
#basket table.product_souhrn td.three{width: 100%; padding: 5px 0; font-size: 12px; margin: 0;}
#basket table.product_souhrn td.three.padding{padding: 0; line-height: 20px;}
#basket table.product_souhrn td.three .box.centering{padding: 0;}
#basket table.product_souhrn td.three .decrement{margin: 0;}
#basket #finalordform table.product_souhrn tr.celkem td.three{padding: 0;}
#basket table.product_souhrn td.four, #basket table.product_souhrn td.four strong, #basket table.product_souhrn td.four strong span{line-height: 20px; font-size: 12px;}
#basket table.product_souhrn.final td.four{width: 100%;}
#basket table.product_souhrn td.four{padding-bottom: 0; margin: 0;}
#basket table.product_souhrn td.four span{display: inline-block; line-height: 20px;}
#basket table.product_souhrn td.five{padding: 2px 0 16px;}
#basket #finalordform table.product_souhrn tr td.four:nth-child(5){padding: 0 0 15px !important;}
#basket table.product_souhrn, #basket table.product_souhrn tbody, #basket table.product_souhrn tr, #basket table.product_souhrn th, #basket table.product_souhrn td{display: block; width: 100%; }
#basket table.product_souhrn td.two{border: 0; padding-bottom: 0;}
#basket table.product_souhrn td.three{border: 0;}
#basket table.product_souhrn td.five.cant_delete{padding: 0 0 13px;}
#basket table.product_souhrn tr.celkem td{border: 0 !important;}
#basket .repay{float: none; display: inline-block; margin: 0 0 40px;}
#basket table.product_souhrn td.four{font-size: 12px; line-height: 20px; text-align: center; width: 100%; border: 0; padding: 0;}
#basket table.product_souhrn td.five{font-size: 12px; line-height: 20px; width: 100%;}
#basket p.information .text{max-width: 100%; text-align: center;}
#basket h2 span.text span{font-size: 16px;}

#basket h2.title{font-size: 16px; line-height: 22px;}
#basket h2.title.margin{margin: 0 0 20px;}


#basket .doprava_platba .item .box label{padding: 7px 10px;}
#basket .doprava_platba .item .box label span.text{padding: 0; max-width: 100%; top: 0; text-align: left; margin: 0 0 0 27px;}
#basket .doprava_platba .item .box label .radio{display: inline-block; vertical-align: middle; float: none; margin: 0 6px 0 0;}
#basket .doprava_platba .item .box label strong{width: initial; max-width: calc(100% - 30px); display: inline-block; vertical-align: middle; float: none;}
#basket .doprava_platba .item .box label span.price{margin: -2px 0 0 27px; top: 0; right: 0; position: relative; display: inline-block; vertical-align: middle; float: none;}

#basket .doprava_platba .item{width: 100%; margin: 0 0 30px !important; display: block;}
#basket .doprava_platba .item p.title{padding: 0; margin: 0 0 10px;}
#basket .doprava_platba .item .box label .text{max-width: 100%;}


#basket #finalordform table.product_souhrn tr.celkem{border-top: 2px solid #e3e3e3}
#basket table.product_souhrn tr.celkem{border-top: 1px solid #e3e3e3}
#basket table.product_souhrn td.no_border{display: none;}
#basket table.product_souhrn td.no_border.small{display: block; padding-left: 0; padding-right: 0;}
#basket table.product_souhrn td.four strong.total{font-size: 20px; line-height: 24px; color: #ec1b24}
#basket table.product_souhrn td.four strong.total span{display: inline-block;}

#basket .inline:not(.btn){padding: 0; margin: 0 -4px 50px 0; width: 50%; }
#basket .inline.btn{margin: 20px 0 40px;}
#basket .login_form .inline.btn{ margin-top: 0; display: inline-block; vertical-align: middle; text-align: center; width: initial; }
#basket table.product_souhrn td.two .main_link span{text-align: center;}
#basket .inline:not(.btn){width: 100%; margin: 30px 0 50px; display: block; text-align: left;}
#basket p.celkem{padding: 15px 0;}
#basket .inline.btn{margin: 10px 0 0;}
#basket .reg_form .box .anotation.empty{display: none;}
#basket.my_order .item p.title span.number, #basket.my_order .item p.title span.status, #basket.my_order .item p.title span.date, #basket.my_order .item p.title span.price{width: 100%; padding: 0; margin: 0; text-align: center; line-height: 20px; font-size: 12px;}
#basket.my_order .item p.title, #basket.my_order .item p.title span.number strong, #basket.my_order .item p.title span.status strong, #basket.my_order .item p.title span.date strong, #basket.my_order .item p.title span.price strong{text-align: center; line-height: 20px; font-size: 12px;}
#basket.my_order .item p.title button{float: none; margin: 10px auto 0;}
#basket.my_order .item p.title span.ikonka.car{margin: 8px 0;}
#basket table.product_souhrn td.two span.box{padding: 0;}
#basket.my_order .item p.title span.ikonka:not(.car){display: none}
#basket.my_order .inline.btn{margin: 5px 0 0; float: none;}
#basket.my_order .box{padding: 15px 0 0; text-align: center;}
#basket.my_order table.product_souhrn td.two span.box{padding: 0;}
#basket.my_order table.product_souhrn td.three{padding: 0; font-size: 12px; line-height: 20px;}
#basket.my_order table.product_souhrn td.four, #basket.my_order table.product_souhrn td.four strong{font-size: 12px; line-height: 20px;}
#basket.my_order table.product_souhrn td.four:nth-child(5){padding-bottom: 15px !important}
#basket .normal_form form table td .inline.btn{margin: 8px 0 0;}
}


@media screen and (max-width: 600px) {
#basket .doprava_platba .item p.title{font-size: 13px; line-height: 18px; padding: 0 0 5px; margin: 0;}
#basket .doprava_platba .item p.title strong{font-size: 13px; line-height: 18px;}


#basket .doprava_platba .item .box{ margin: 0 0 10px 0;}
#basket .doprava_platba .item .box label{padding: 5px 10px; font-size: 12px; line-height: 24px;}
#basket .doprava_platba .item .box label strong{font-size: 12px; line-height: 18px;}

#basket .doprava_platba .item .box label span.text{margin: 0 0 0 25px; font-size: 11px; line-height: 16px;}
#basket .doprava_platba .item .box label span.text .textet{padding: 0 0 0 10px;}
#basket .doprava_platba .item .box label span.text a{font-size: 11px; line-height: 16px;}
#basket .doprava_platba .item .box label span.price{margin: -2px 0 0 25px;}


#basket .doprava_platba .item .box .comgate_payments label {width: calc(50% - 6px / 2 - 18px); margin: 6px 0 0;}
#basket .doprava_platba .item .box .comgate_payments label:nth-child(3n - 1){margin: 6px 0 0;}
#basket .doprava_platba .item .box .comgate_payments label:nth-child(-n + 3){margin-top: 6px;}
#basket .doprava_platba .item .box .comgate_payments label:nth-child(2n){margin: 6px 0 0 6px;}
#basket .doprava_platba .item .box .comgate_payments label:nth-child(-n + 2){margin-top: 0;}

}





















.finall_order{text-align: left;}
.finall_order article p, .finall_order .text_box p{margin: 0 0 10px;}
.finall_order article p:last-of-type, .finall_order .text_box p:last-of-type{margin: 0 0 20px;}
.finall_order.center, .finall_order.center article, .finall_order.center article > *, .finall_order.center .text_box, .finall_order.center .text_box > *{text-align: center;}
img.end_order{max-width: 100px; margin: 0 0 20px; display: block;}
img.end_order.center{margin: 0 auto 20px;}
.finall_order #error-alert:empty{display: none;}
.finall_order #error-alert{padding: 15px; text-align: center; font-size: 12px; line-height: 16px; font-weight: 700; background: #e21414; color: #ffffff; max-width: 593px; display: block; margin: 0 auto 15px;}


.normal_form{text-align: center; position: relative; margin: 0 auto 20px; text-align: center; left: 0; bottom: 0;}
.normal_form.left{float: left;}
.normal_form.right{float: right;}
.normal_form form{padding: 18px 25px; background: #efefef; border: 1px solid #e0dfdf; display: inline-block; }
.normal_form form table{width: 100%; border-collapse: collapse; border-spacing: 0;}
.normal_form form table th{ position: relative; white-space: nowrap; vertical-align: middle; width: 50px; font-size: 13px; line-height: 17px; color: #000000; font-weight: 600; text-align: right; padding: 0 20px 0 0; margin: 0;}
.normal_form form table td{padding: 0;}
.normal_form form table td input[type=text], .normal_form form table td input[type=password]{border: 1px solid #e6e7e8; width: calc(100% - 32px); background: #ffffff; font-size: 13px; line-height: 20px; padding: 5px 15px; color: #000000; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.normal_form form table td input[readonly]{border: 1px solid #e6e7e8 !important; background: #efefef;}
.normal_form form table td input[type=text]:focus, .normal_form form table td input[type=password]:focus{border: 1px solid #666;}

@media screen and (max-width: 1024px) {
.normal_form{margin: 0 auto 20px; float: none !important; display: block; padding: 18px 25px; background: #efefef; border: 1px solid #e0dfdf;}
.normal_form form{padding: 0; background: none; border: 0;}
}

@media screen and (max-width: 768px) {
.normal_form{margin: 20px 0 0;}
.normal_form form{display: block;}
.normal_form form table, .normal_form form tbody, .normal_form form table tr, .normal_form form table th, .normal_form form table td{display: block; width: 100%; text-align: center; clear: both;}
.normal_form form table th{text-align: center; padding: 0 0 5px;}
.normal_form form table td input[type=text], .normal_form form table td input[type=password]{text-align: center;}
}



.reg_form{text-align: left; position: relative; margin: 0 0 20px;}
.reg_form.hide{display: none;}
.reg_form.margin{margin-top: 40px;}
.reg_form .box{position: relative; width: 55%; padding: 0 5% 0 0; display: inline-block; vertical-align: top; margin-right: -5px;}
.reg_form .box.margin{margin: 0 auto; display: block; padding: 0;}
.reg_form .box.second{width: 35%; padding: 0 0 0 5%;}
.reg_form .box.second .overflow_form{opacity: 0.4; position: relative; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.reg_form .box.second .overflow_form::before{position: absolute; left: 0; right: 0; top: 0; bottom: 0; display: block; content: "";}
.reg_form .box.second .overflow_form.active{opacity: 1;}
.reg_form .box.second .overflow_form.active::before{display: none;}
.reg_form .box.full{display: none; width: calc(100% - 60px); margin: 0; background: #efefef; border: 1px solid #e6e7e8; padding: 25px 30px 10px;}
.reg_form .box.full.show{display: block;}
.reg_form .box.second::before{content: ""; display: block; position: absolute; left: 0; top: 5px; width: 1px; background: #efefef; height: 353px;}
.reg_form .box .top_title{width: 100%; text-align: center; display: block;}
.reg_form .box p.title{display: inline-block; text-align: center; font-size: 16px; font-weight: 600; line-height: 26px; margin: 0; text-transform: uppercase;}
.reg_form .box p.title .checker{margin: -3px 0 0 5px;}
.reg_form .box .anotation{display: block; text-align: center; font-size: 13px; font-weight: 400; line-height: 20px; margin: 5px 0 20px;}
.reg_form .box .anotation label{display: block;}
.reg_form .box .anotation .checker{margin-right: 8px;}
.reg_form .box .anotation span.text{max-width: calc(100% - 30px); display: inline-block; vertical-align: middle; position: relative; text-align: left;}
.reg_form .box .anotation.c_click span.text::before{position: absolute; top: -3px; bottom: 0; right: calc(100% + 6px); background: transparent; cursor: pointer; content: ""; width: 25px; height: 25px; z-index: 10; }

.reg_form .box.full table{margin: 0;}
.reg_form .box table{margin-top: 20px; width: 100%; border-collapse: collapse; border-spacing: 0;}
.reg_form .box table th{ position: relative; white-space: nowrap; vertical-align: top; width: 60px; font-size: 13px; line-height: 18px; font-weight: 600; text-align: right; padding: 8px 15px 10px; margin: 0; -webkit-transition: opacity 400ms ease; transition: opacity 400ms ease;}
.reg_form .box table th span{margin-right: -7px; position: relative; top: -5px; right: -1px; font-size: 14px; line-height: 20px;}
.reg_form .box table tr th:first-child{padding-left: 0; }
.reg_form .box table td{vertical-align: top; padding: 0 0 10px; font-size: 14px; font-weight: 400; line-height: 25px; -webkit-transition: opacity 400ms ease; transition: opacity 400ms ease;}
.reg_form .box table td.centering{padding: 10px 0 0; text-align: center;}
.reg_form .box table td span:not(.text){margin-right: 0; position: relative; top: -5px; right: 0; color: #666666; font-size: 14px; line-height: 20px;}

.reg_form .box table td a{font-weight: 700; font-size: 13px; line-height: 20px; text-decoration: underline; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .reg_form .box table td a:hover{color: #ec1b24;}
.reg_form .box table td .checker{vertical-align: middle; margin: 0 8px 0 0;}
.reg_form .box table td .checker span{top: 0;}
.reg_form .box table td span.text{max-width: calc(100% - 32px); display: inline-block; vertical-align: middle; position: relative; color: #000000; font-size: 13px; line-height: 18px; text-align: left;}
.reg_form .box table td.firemni_zaznam, .reg_form .box table th.firemni_zaznam{display: none}
.reg_form .box table td.heslo_zaznam, .reg_form .box table th.heslo_zaznam{display: none}
.reg_form .box table td input[type=text], .reg_form .box table td input[type=password]{border: 1px solid #e6e7e8; width: calc(100% - 32px); background: #ffffff; font-size: 13px; line-height: 20px; padding: 5px 15px; color: #000000; -webkit-transition: border 400ms ease; transition: border 400ms ease;}
.reg_form .box table td input[type=text].dic_in{display: inline-block; vertical-align: middle; width: calc(100% - 62px);}
.reg_form .box table td span.dic_pre{top: 0;background: #e6e7e8; color: #000; font-size: 13px; line-height: 32px; font-weight: 400; display: inline-block; vertical-align: middle; width: 30px; text-align: center;}
.reg_form .box table td input[readonly]{border: 1px solid #e6e7e8 !important; background: #efefef;}
.reg_form .box table td textarea{resize: none; height: 80px; border: 1px solid #e6e7e8; width: calc(100% - 32px); background: #ffffff; font-size: 13px; line-height: 20px; padding: 5px 15px; color: #000000; -webkit-transition: border 400ms ease; transition: border 400ms ease;}
.reg_form .box table td input[type=text]:focus, .reg_form .box table td input[type=password]:focus, .reg_form .box table td textarea:focus{border: 1px solid #ec1b24;}

.reg_form .box table td .tooltip-item{text-decoration: none; border-radius: 20px; margin: -1px 0 0 4px; font-size: 12px; width: 16px; height: 16px; line-height: 16px; background: #000; color: #fff; text-align: center; display: inline-block; vertical-align: middle;}
.reg_form .box table td .tooltip-content{white-space: normal; background: #fff; border: 1px solid #dbdbdb; bottom: calc(100% + 3px); margin: 0; padding: 8px 12px; width: 200px;}
.reg_form .box table td .tooltip-content::after{border-top-color: #fff;}
.reg_form .box table td .tooltip-content::before {content: '';top: 100%;left: 50%;border: solid transparent;height: 0;width: 0;position: absolute;border-color: transparent;border-top-color: #dbdbdb;border-width: 8px;margin-left: -8px;}
.reg_form .box table td .tooltip-content .tooltip-text, .reg_form .box table td .tooltip-content .tooltip-text *{color: #000; text-align: left;}
.reg_form .box table td .tooltip-content .tooltip-text strong{color: #000;}

.reg_form .box table.dodaci, .reg_form .box table.dodaci tbody, .reg_form .box table.dodaci tr, .reg_form .box table.dodaci th, .reg_form .box table.dodaci td{display: block; width: 100%;}
.reg_form .box table.dodaci th, .reg_form .box table.dodaci td{display: inline-block; vertical-align: middle;}
.reg_form .box table.dodaci th{width: 100px; padding-left: 0;}
.reg_form .box table.dodaci td{width: calc(100% - 130px);}
.reg_form .box table.dodaci th.mobile_cell, .reg_form .box table.dodaci td.mobile_cell{display: none;}

@media screen and (max-width: 1024px) {
.reg_form{margin: 0;}
.reg_form .box{width: 100%; padding: 0; margin: 0; text-align: center;}
.reg_form .box.second{width: 100%; padding: 0;}
.reg_form .box.full{width: 100% ;padding: 25px 0 10px;}
.reg_form .box.second::before{display: none;}

.reg_form .box.second .top_title{padding-top: 30px;}


.reg_form .box .anotation.margin{margin: 0;}
.reg_form .box .anotation.hide{display: none;}
.reg_form .box table{min-width: 650px; width: initial; margin: 0 auto 0;}
.reg_form .box.second table{min-width: 370px;}

.reg_form .box table td textarea{max-width: 260px;}
.reg_form .box table.dodaci{display: table; min-width: 420px; width: initial; margin: 20px auto 0;}
.reg_form .box table.dodaci tbody{display: table-row-group;}
.reg_form .box table.dodaci tr{display: table-row;}
.reg_form .box table.dodaci th, .reg_form .box table.dodaci td{display: table-cell; width: initial;}
.reg_form .box table.dodaci th{width: 130px; padding: 0 20px 10px;}
.reg_form .box table.dodaci tr th:first-child{padding-left: 0}
.reg_form .box table.dodaci td{width: initial;}
.reg_form .box table.dodaci th.mobile_cell, .reg_form .box table.dodaci td.mobile_cell{display: table-cell;}
.reg_form .box.second .overflow_form{opacity: 1 !important;}
.reg_form .box.second .overflow_form table{display: none !important;}
.reg_form .box.second .overflow_form.active table{display: table !important;}
.reg_form .box.second .overflow_form::before{display: none !important} 
}


@media screen and (max-width: 700px) {
.reg_form{max-width: 350px; margin: 0 auto;}
.reg_form .box{width: 100%; padding: 0; margin: 0; text-align: center;}
.reg_form .box.second{width: 100%; padding: 0 0 30px;}
.reg_form .box.show{margin: 0 auto;}
.reg_form .box.full{width: 100% ;padding: 25px 0 10px;}
.reg_form .box .top_title{text-align: left;}
.reg_form .box.long p.anotation{margin: 10px 0;}
.reg_form .box .anotation{margin: 0 0 5px; text-align: left;}
.reg_form .box table{min-width: 420px; width: initial; margin: 0 auto;}
.reg_form .box table td input[type=text], .reg_form .box table td input[type=password]{max-width: 318px; font-size: 13px;}
.reg_form .box table td textarea{max-width: 260px; font-size: 13px;}
.reg_form .box table.dodaci{display: table; min-width: 420px; width: initial; margin: 20px auto 0;}
.reg_form .box table.dodaci tbody{display: table-row-group;}
.reg_form .box table.dodaci tr{display: table-row;}
.reg_form .box table.dodaci th, .reg_form .box table.dodaci td{display: table-cell; width: initial;}
.reg_form .box table.dodaci th{width: 130px; padding: 0 20px 10px;}
.reg_form .box table.dodaci tr th:first-child{padding-left: 0}
.reg_form .box table.dodaci td{width: initial;}
.reg_form .box table.dodaci th.mobile_cell, .reg_form .box table.dodaci td.mobile_cell{display: table-cell;}
.reg_form .box table, .reg_form .box table tbody, .reg_form .box table tr, .reg_form .box table th, .reg_form .box table td{text-align: left; width: 100%; display: block; clear: both; min-width: initial; max-width: initial; padding: 0;}
.reg_form .box table td.centering{text-align: left;}
.reg_form .box table th{padding: 10px 0 3px; font-weight: 600; text-align: left;}
.reg_form .box table tr:first-of-type th:first-of-type{padding: 0 0 3px;}
.reg_form .box table td input[type="submit"]{float: none;}
.reg_form .box table.dodaci, .reg_form .box table.dodaci tbody, .reg_form .box table.dodaci tr, .reg_form .box table.dodaci th, .reg_form .box table.dodaci td{text-align: left; width: 100%; display: block; clear: both; min-width: initial; max-width: initial;}
}
 
 












 
.spec_box{background: #ffffff; border: 1px solid #efefef;}
.spec_box p.open_login{cursor: pointer; font-size: 16px; line-height: 24px; text-align: center; position: relative; padding: 18px 0; margin: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.spec_box p.open_login strong{font-size: 16px; line-height: 24px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .spec_box p.open_login:hover, .notouch .spec_box p.open_login:hover strong{color: #ec1b24}
.spec_box p.open_login span{position: absolute; top: 50%; width: 13px; height: 9px; display: block; right: 16px;}
.spec_box p.open_login span::before{opacity: 1; content: ""; display: block; width: 13px; height: 8px; margin-top: -4px; position: absolute; top: 0; left: 0; background: url(../img/top_down_arrow.png) no-repeat scroll left top; -webkit-transition: opacity 400ms ease; transition: opacity 400ms ease;}
.spec_box p.open_login span::after{opacity: 0; content: ""; display: block; width: 13px; height: 8px; margin-top: -4px; position: absolute; top: 0; left: 0; background: url(../img/top_down_arrow.png) no-repeat scroll left bottom; -webkit-transition: opacity 400ms ease; transition: opacity 400ms ease;}
.spec_box p.open_login.active span::before{background: url(../img/top_down_arrow.png) no-repeat scroll right top;}
.spec_box p.open_login.active span::after{background: url(../img/top_down_arrow.png) no-repeat scroll right bottom;}
.notouch .spec_box p.open_login:hover span::before{opacity: 0;}
.notouch .spec_box p.open_login:hover span::after{opacity: 1;}

form.max, div.form_max{max-width: 990px; margin: 0 auto; text-align: center;}
form.max p.gdpr, div.form_max p.gdpr{float: left; width: initial;}
#my_profile form.max, #my_profile div.form_max{margin: 0 auto;}

#basket .spec_box .login_form{border: 0; margin: 0 !important; max-width: initial; background: none; padding-top: 0; } 
.login_form{text-align: left; position: relative; margin: 0 auto 10px; background: #ffffff; border: 1px solid #efefef; padding: 30px 45px; max-width: 900px;}
.c_column:not(.full) .login_form{margin: 0 0 10px;}
.c_column:not(.full) .login_form.margin{margin: 0 0 20px;}
.login_form.pass{max-width: 100%;}
#basket .login_form{margin: 10px auto 0 !important;}
.login_form.hide, .login_form.hide2{display: none; opacity: 0; margin: 0 auto 0;}
.login_form .overtitle{text-transform: uppercase; font-weight: 600; text-align: center; margin: -10px 0 15px; padding: 0; font-size: 16px; line-height: 26px; color: #000000;}
.login_form p.center{font-weight: 400; text-align: center; margin: -15px 0 20px; padding: 0; font-size: 13px; line-height: 20px; color: #000000;}
.login_form .box{width: 46%; padding: 0 0 0 4%; display: inline-block; vertical-align: middle; margin-right: -5px;}
.login_form.top .box{vertical-align: top;}
.login_form .box.full{padding: 0; width: 100%;}
.login_form .box.middle{vertical-align: middle;}
.login_form .box.first{width: 46%; padding: 0 4% 0 0; border-right: 1px solid #e6e7e8;}
.login_form .box.first.padding_bottom{padding: 0 4% 32px 0;}

.login_form .box .warning{padding: 5px 5px 0;}
.login_form .box .warning > div{display: none; font-size: 12px; line-height: 16px; color: #e81b39}
.login_form .box .warning p{display: block; margin: 0; padding: 0; text-align: center; font-weight: 600; color: #e81b39; font-size: 12px; line-height: 16px; }
.login_form .box ul{margin: 0; padding: 0 0 20px;}
.login_form .box ul.reg_form_help{padding: 0;}
.login_form .box ul li{background: none; padding: 0;}
.login_form .box table{width: 100%; border-collapse: collapse; border-spacing: 0;} 
.login_form .box table.not_full{width: initial;}
.login_form .box table th{ vertical-align: top; position: relative; white-space: nowrap; width: 50px; font-size: 13px; line-height: 18px; font-weight: 600; text-align: right; padding: 8px 15px 10px; margin: 0;}
.login_form .box table th.align_top{vertical-align: top; padding-top: 9px;}
.login_form .box table th span{margin-right: -7px; position: relative; top: -5px; right: -1px; font-size: 14px; line-height: 20px;}
.login_form .box table tr th:first-child{padding-left: 0; }
.login_form .box table td{padding: 0 0 10px;}
.login_form .box table td.align_left{text-align: left;}
.login_form .box table td.align_left strong{color: #666666}
.login_form .box table td.align_left a{margin: 0; text-decoration: underline; display: inline-block; vertical-align: initial; font-size: 15px; font-weight: 600; color: #000000; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.login_form .box table td.simulate{padding: 32px 0 10px;}
.login_form .box table td input[type=text], .login_form .box table td input[type=password]{border: 1px solid #e6e7e8; width: calc(100% - 32px); background: #ffffff; font-size: 13px; line-height: 20px; padding: 5px 15px; color: #000000; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.login_form .box table td input[type=text].dic_in{display: inline-block; vertical-align: middle; width: calc(100% - 62px);}
.login_form .box table td .dic_pre{background: #e6e7e8; color: #000; font-size: 13px; line-height: 32px; font-weight: 400; display: inline-block; vertical-align: middle; width: 30px; text-align: center;}
.login_form .box table td textarea{resize: none; height: 80px; overflow: auto; border: 1px solid #e6e7e8; width: calc(100% - 32px); background: #ffffff; font-size: 13px; line-height: 20px; padding: 5px 15px; color: #000000; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.login_form .box table td input[readonly]{border: 1px solid #e6e7e8 !important; background: #efefef;}
.login_form .box table td input[type=text]:focus, .login_form .box table td input[type=password]:focus, .login_form .box table td textarea:focus{border: 1px solid #ec1b24;}
.login_form .box table td label{cursor: pointer; font-size: 13px; line-height: 24px; color: #000000; font-weight: 400; margin: 0; display: inline-block; vertical-align: middle; }
.login_form .box table td label .checker{margin: -3px 5px 0 0;}
.login_form .box table td .forgotten, .login_form .box table td .forgotten2{display: inline-block; vertical-align: middle; background: none; border: 0; padding: 0; text-decoration: underline; font-weight: 600; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .login_form .box table td .forgotten:hover, .notouch .login_form .box table td .forgotten2:hover{color: #ec1b24}


.login_form .box table td .sbHolder{position: relative; background: #ffffff; width: calc(100% - 2px); margin: 0; border: 1px solid #e6e7e8; }
.login_form .box table td .sbHolder .sbToggle{margin: 0; background: url(../img/select_arrow.svg) no-repeat scroll center center; background-size: 16px 16px; right: 0; top: 0; bottom: 0; height: 100%; width: 30px; border-left: 1px solid #e6e7e8; -webkit-transition: none; transition: none;}
.login_form .box table td .sbHolder .sbToggle.sbToggleOpen{background: url(../img/select_arrow_reverse.svg) no-repeat scroll center center; background-size: 16px 16px;}
.login_form .box table td .sbHolder a.sbSelector{margin: 0; display: block; color: #000 !important; font-size: 13px; line-height: 16px; padding: 7px 31px 7px 15px; font-weight: 400; width: calc(100% - 46px); text-align: left; text-decoration: none;}
.login_form .box table td .sbOptions{max-height: 500px !important; z-index: 999; top: 30px !important; background: #ffffff; padding: 0; left: -1px; right: -1px;}
.login_form .box table td .sbOptions a{text-decoration: none; border: 1px solid #e6e7e8; border-top: 0; height: auto; background: #fff !important; display: block; text-align: left; padding: 7px 15px; font-size: 12px; line-height: 16px; margin: 0; font-weight: 400; color: #888888 !important;}
.login_form .box table td .sbOptions li:first-child a{border-top: 1px solid #e6e7e8;}
.notouch .login_form .box table td .sbOptions a:hover{background: #f0f0f0 !important; color: #000000 !important;} 

.login_form .box table td.gdpr{font-size: 13px; font-weight: 400; line-height: 20px; padding: 0;}
.login_form .box table td.gdpr a:not(.btn){font-size: 13px; line-height: 20px; vertical-align: unset}
.login_form .box table td a:not(.btn){margin: 0; text-decoration: underline; display: inline-block; vertical-align: middle; font-size: 13px; font-weight: 600; line-height: 40px; color: #000000; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .login_form .box table td a:not(.btn):hover{color: #ec1b24;}
.login_form .box table td a.check_dic:not(.btn){line-height: 17px;}
.login_form .box table td .tooltip{vertical-align: middle;}

.login_form .box table td .tooltip-item{text-decoration: none; border-radius: 20px; margin: -1px 0 0 4px; font-size: 12px; width: 16px; height: 16px; line-height: 16px; background: #000; color: #fff; text-align: center; display: inline-block; vertical-align: middle;}
.login_form .box table td .tooltip-content{white-space: normal; background: #fff; border: 1px solid #dbdbdb; bottom: calc(100% + 3px); margin: 0; padding: 8px 12px; width: 200px;}
.login_form .box table td .tooltip-content::after{border-top-color: #fff;}
.login_form .box table td .tooltip-content::before {content: '';top: 100%;left: 50%;border: solid transparent;height: 0;width: 0;position: absolute;border-color: transparent;border-top-color: #dbdbdb;border-width: 8px;margin-left: -8px;}
.login_form .box table td .tooltip-content .tooltip-text, .login_form .box table td .tooltip-content .tooltip-text *{color: #000; text-align: left;}
.login_form .box table td .tooltip-content .tooltip-text strong{color: #000;}



@media screen and (max-width: 900px) {
.login_form{padding: 25px; max-height: initial !important;}
.login_form .overtitle{margin: -5px 0 10px; text-align: left;}
.login_form p.center{text-align: left; margin: -10px 0 10px}
.login_form .box{text-align: left; width: 100% !important; padding: 0 !important; border: 0 !important;} 
.login_form .box.middle{padding: 20px 0 0 !important;}
.login_form .box.middle.first{padding: 0 !important;}
.login_form .box.middle.small_hide{padding: 10px 0 0;} 
.login_form .box table, .login_form .box table tbody, .login_form .box table tr, .login_form .box table th, .login_form .box table td{padding: 0; text-align: left; width: 100%; display: block; clear: both; min-width: initial; max-width: initial;}
.login_form .box table tr.empty{display: none}
.login_form .box table th{text-align: left; padding: 0;}
.login_form .box table th span{top: -2px;}
.login_form .box table td{padding: 2px 0 10px;}
.login_form .box:last-of-type table tr:last-of-type td{padding: 3px 0 0;}
.login_form .box table td a{margin: 0 0 3px;}

.login_form .box table td input[type="submit"]{float: none; margin-left: 0; margin-right: 0;}
.login_form .box a.btn{float: none; margin: 0;}
form.max > .btn.right{margin: 0; float: none;}
}

@media screen and (max-width: 500px) {
.spec_box p.open_login{font-size: 12px; line-height: 18px; padding: 14px 20px; text-align: left; text-transform: uppercase;}
.spec_box p.open_login strong{font-size: 12px; line-height: 18px;}
.login_form{padding: 20px;}
.login_form .box table td a:not(.btn){line-height: 30px;}
.login_form .box table td.gdpr, .login_form .box table td.gdpr a:not(.btn){font-size: 12px; line-height: 16px;}
}





 



#hide_tr{display: none;}



.scroll_top{z-index: 9000; opacity: 0; position: fixed; right: 18px; bottom: -60px; width: 48px; height: 48px; background: #efefef; border: 1px solid #e0dfdf; background-size: 19px auto; -webkit-border-radius: 28px; border-radius: 28px; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.scroll_top.hide{display: none;}
.scroll_top::before{opacity: 1; position: absolute; top: 50%; left: 50%; margin: -6px 0 0 -9px; display: block; width: 18px; height: 12px; content: ""; background: url(../img/scroll_arrow.svg) no-repeat scroll center center; background-size: 18px 12px; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.scroll_top::after{opacity: 0; position: absolute; top: 50%; left: 50%; margin: -6px 0 0 -9px; display: block; width: 18px; height: 12px; content: ""; background: url(../img/scroll_arrow_hover.svg) no-repeat scroll center center; background-size: 18px 12px; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.notouch .scroll_top:hover::before{opacity: 0;}
.notouch .scroll_top:hover::after{opacity: 1;}
.notouch .scroll_top:hover{background: #ec1b24; border: 1px solid #ec1b24;}
.scroll_top.active{opacity: 1; bottom: 90px;}




.password-verdict {display:none;}
.progress {border: 0;background-image: none;filter: none;-webkit-box-shadow: none;box-shadow: none;position: relative; z-index: 999;}
.progress-bar {width: 0;height: 10px;font-size: 12px;margin: -5px 0 -5px;line-height: 20px;-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition: width .6s ease;transition: width .6s ease;}
.progress-bar-danger {background-color: #da2929;}
.progress-bar-warning {background-color: #F1C40F;}
.progress-bar-success {background-color: #03a903;}

.emailTrue {border: 1px solid #03a903 !important;}
.emailFalse {border: 1px solid #da2929 !important;}
ul.reg_form_help li {list-style-type: disc !important;margin-left: 15px !important;}
ul.reg_form_help li.font-red {color: #da2929 !important;}
ul.reg_form_help li.font-green {color: #03a903 !important;}
input[type=text].nette-form-control, input[type=password].nette-form-control {border: 1px solid #e6e7e8;background: #ffffff;font-size: 13px;line-height: 20px;padding: 5px 15px;color: #000000; -webkit-transition: all 400ms ease;transition: all 400ms ease;}







.video_popup{display: none; width: 100%; height: 100%; text-align: center; opacity: 0; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 99999; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.video_popup::before{position: absolute; top: 0; left: 0; right: 0; bottom: -100px; display: block; content: ""; background: rgba(0,0,0,0.6); z-index: 0; }
.video_popup .box{position: relative; display: table-cell; vertical-align: middle; z-index: 10;}
.video_popup .boxes{min-width: 200px; text-align: center; position: relative; width: calc(100% - 64px); max-width: 1200px; padding: 0; left: 0 !important; display: inline-block; background: #ffffff;}
.video_popup video{display: block; width: 100%;}
.video_popup .iframe_box{display: block; position: relative; width: 100%; height: 0; padding-bottom: 56.25%; margin: 0}
.video_popup .iframe_box iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: none; border: 0;}


.video_popup .boxes .close{border: 0; z-index: 999; cursor: pointer; overflow: hidden; background: #ec1b24; position: absolute; right: 0; top: 0; width: 40px; height: 40px; -webkit-border-radius: 0 0 0 4px; border-radius: 0 0 0 4px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.video_popup .boxes .close::before{opacity: 1; content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../img/close.svg) no-repeat scroll center center; background-size: 12px 12px; margin: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.video_popup .boxes .close::after{opacity: 0; content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../img/close_hover.svg) no-repeat scroll center center; background-size: 12px 12px; margin: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .video_popup .boxes .close:hover{background: #ffffff;}
.notouch .video_popup .boxes .close:hover::before{opacity: 0; -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }
.notouch .video_popup .boxes .close:hover::after{opacity: 1; -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }






.popup_popup{display: none; width: 100%; height: 100%; text-align: center; opacity: 0; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 99999; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.popup_popup::before{position: absolute; top: 0; left: 0; right: 0; bottom: -100px; display: block; content: ""; background: rgba(0,0,0,0.6); z-index: 0; }
.popup_popup .box{width: 100%; height: initial; position: relative; display: table-cell; vertical-align: middle; z-index: 10;}
.popup_popup .boxes{text-align: center; position: relative; width: calc(100% - 60px); max-width: 500px; padding: 0; left: 0; display: inline-block; background: #ffffff; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.popup_popup .box span.warning{z-index: 900; position: relative; text-transform: uppercase; display: block; margin: 0 0 15px; text-align: center; font-size: 18px; line-height: 24px; font-weight: 700; color: #000000;}
.popup_popup .box img{margin: 0 auto; display: block; max-width: 100%; max-height: 285px;}
.popup_popup .box .text{z-index: 100; position: relative; margin: 0; padding: 0; text-align: center; overflow-y: auto; max-height: calc(100vh - 120px); }
.popup_popup .box .text .padding{padding: 20px;}
.popup_popup .box .text p{margin: 0;}

.popup_popup .boxes .close{z-index: 999; cursor: pointer; overflow: hidden; background: #000000; position: absolute; right: 0; top: 0; width: 40px; height: 40px; -webkit-border-radius: 0 0 0 4px; border-radius: 0 0 0 4px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.popup_popup .boxes .close::before{content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../img/close.svg) no-repeat scroll center center; background-size: 12px 12px; margin: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .popup_popup .boxes .close:hover{background: #ec1b24;}
.notouch .popup_popup .boxes .close:hover::before{-webkit-transform: rotate(-180deg); transform: rotate(-180deg); }





.buy_popup{display: none; width: 100%; height: 100%; text-align: center; opacity: 0; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 99998; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.buy_popup::before{position: absolute; top: 0; left: 0; right: 0; bottom: -100px; display: block; content: ""; background: rgba(0,0,0,0.6); z-index: 0; }
.buy_popup .box{position: relative; display: table-cell; vertical-align: middle; z-index: 10;}
.buy_popup .boxes{min-width: 500px; text-align: center; position: relative; max-width: 600px; padding: 40px 50px; left: 0; display: inline-block; background: #ffffff; overflow-y: auto; max-height: calc(100vh - 130px); -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.buy_popup .box span.warning{z-index: 900; position: relative; text-transform: uppercase; display: block; margin: 0 0 15px; text-align: center; font-size: 18px; line-height: 24px; font-weight: 700; color: #000000;}
.buy_popup .box .btn{z-index: 100; position: relative;}
.buy_popup .box p.anotation{font-size: 13px; line-height: 17px; color: #000000; margin: 10px 0; padding: 14px 0; border-bottom: 1px dashed #e0dfdf; border-top: 1px dashed #e0dfdf; background: none; -webkit-border-radius: 0; border-radius: 0;}
.buy_popup .box p.anotation strong{white-space: nowrap; font-weight: 700; font-size: 13px; line-height: 17px; color: #000000;}
.buy_popup .box p{font-size: 13px; line-height: 17px; color: #000000; margin: 25px 0 10px; padding: 14px 0; background: #e0dfdf; -webkit-border-radius: 10px; border-radius: 10px;}
.buy_popup .box p img{max-width: 43px; margin-right: 15px; display: inline-block; vertical-align: middle;}
.buy_popup .box p strong{font-weight: 700; font-size: 13px; line-height: 17px; color: #000000;}
.buy_popup .box p a{font-weight: 700; text-decoration: underline;}
.buy_popup .box p.a{text-decoration: underline; font-weight: 700; font-size: 13px; line-height: 17px; color: #000000; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .buy_popup .box p a:hover{color: #dc5721;}
.buy_popup table.product_souhrn{width: 100%; border-collapse: collapse; margin: 0;}
.buy_popup table.product_souhrn.margin{margin-bottom: 0;}
.buy_popup table.product_souhrn td{height: 70px; padding: 8px 15px;}
.buy_popup table.product_souhrn td.one{padding: 8px 0; width: 70px; vertical-align: middle;}
.buy_popup table.product_souhrn td.one{vertical-align: middle;} 
.buy_popup table.product_souhrn td.one label{width: 68px; height: 68px; border: 1px solid #e0dfdf; position: relative; display: block; text-align: center; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.buy_popup table.product_souhrn td.one label .in{position: relative; display: block; width: 100%; padding: 0 0 100%; background-repeat: no-repeat; background-position: center center; -webkit-background-size: contain; background-size: contain;}
.buy_popup table.product_souhrn td.two{padding: 8px 0; text-align: left;}
.buy_popup table.product_souhrn td.two span.box{display: table; width: 100%; height: 70px;}
.buy_popup table.product_souhrn td.two .main_link{font-weight: 600; display: table-cell; vertical-align: middle; padding: 0 15px; font-size: 14px; line-height: 22px; text-decoration: none; text-align: left; color: #000000; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.buy_popup table.product_souhrn td.two .main_link span{font-weight: 400; padding: 0; font-size: 11px; line-height: 15px; text-decoration: none; text-align: left; color: #3a3a3a; display: block;}
.buy_popup table.product_souhrn td.two .main_link span strong{display: block; font-weight: 600; color: #ec1b24; font-size: 11px; line-height: 15px; letter-spacing: 0.5px;}
.buy_popup table.product_souhrn td.four{padding: 0 15px; text-align: right; color: #000000; font-size: 14px; line-height: 22px; font-weight: 400; width: 130px;}
.buy_popup table.product_souhrn td.four strong{color: #000000; font-size: 14px; line-height: 28px; font-weight: 600;}
.buy_popup table.product_souhrn td.four strong.total{white-space: nowrap; color: #000000; font-size: 18px; line-height: 22px; font-weight: 600;}
.buy_popup table.product_souhrn td.four strong.total.red{color: #000000;}
.buy_popup table.product_souhrn td.four strong.total span{color: #000000; font-size: 12px; line-height: 22px; font-weight: 300; display: none;}
.buy_popup table.product_souhrn td.four span{color: #000000; font-size: 12px; line-height: 22px; font-weight: 300;}

@media screen and (max-width: 768px) {
 .buy_popup .boxes{min-width: initial; padding: 25px 30px; left: 0; width: calc(100% - 80px); overflow-y: auto; max-height: calc(100vh - 130px)}
 .buy_popup .box p:not(.anotation){display: none;}
 .buy_popup .box span.warning{font-size: 16px; line-height: 20px;}
 .buy_popup .box .btn{z-index: 100; position: relative;}
 .buy_popup .box .btn.cursor{float: none; width: calc(100% - 46px); text-align: center; max-width: 250px; }
 .buy_popup .box .btn.cursor.arrow{width: calc(100% - 66px); max-width: 230px;}
 .buy_popup table.product_souhrn, .buy_popup table.product_souhrn tbody, .buy_popup table.product_souhrn tr, .buy_popup table.product_souhrn th, .buy_popup table.product_souhrn td{display: block; width: 100%; text-align: center;}
 .buy_popup table.product_souhrn tr{padding: 8px 0;}
 .buy_popup table.product_souhrn td{height: initial; padding: 8px 15px;}
 .buy_popup table.product_souhrn td.one{display: none;}
 .buy_popup table.product_souhrn td.two{padding: 8px 0; text-align: center;}
 .buy_popup table.product_souhrn td.two span.box{display: block; width: 100%; height: initial;}
 .buy_popup table.product_souhrn td.two .main_link{display: block; padding: 0 15px; text-align: center;}
 .buy_popup table.product_souhrn td.two .main_link span{text-align: center;}
 .buy_popup table.product_souhrn td.two .main_link span strong{text-align: center;}
 .buy_popup table.product_souhrn td.four{text-align: center; width: 100%; padding: 0;} 
}












.control_popup{display: none; width: 100%; height: 100%; text-align: center; opacity: 0; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 99999; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.control_popup::before{position: absolute; top: 0; left: 0; right: 0; bottom: -100px; display: block; content: ""; background: rgba(0,0,0,0.6); z-index: 0; }
.control_popup .box{position: relative; display: table-cell; vertical-align: middle; z-index: 10;}
.control_popup .boxes{min-width: 200px; text-align: center; position: relative; width: calc(100% - 110px); max-width: 350px; padding: 40px 50px; left: 0 !important; display: inline-block; background: #ffffff; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.control_popup .box span.warning{z-index: 900; position: relative; text-transform: uppercase; display: block; margin: 0 0 15px; text-align: center; font-size: 21px; line-height: 26px; font-weight: 600; color: #000000;}
.control_popup .box .text{z-index: 100; position: relative; color: #000000; font-size: 14px; line-height: 16px; font-weight: 400; margin: 10px 0; text-align: center;}
.control_popup .box .text p{margin: 5px 0;}
.control_popup .box .btn{z-index: 100; position: relative;}

@media screen and (max-width: 768px) {
 .control_popup .boxes{padding: 25px 40px;}
 .control_popup .box span.warning{font-size: 16px; line-height: 20px;}
 .control_popup .box .text, .control_popup .box .text p, .control_popup .box .text p strong{font-size: 12px; line-height: 16px;}
}




.form_popup { display: none; width: 100%; height: 100%; text-align: center; opacity: 0; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 99997; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.form_popup::before { position: absolute; top: 0; left: 0; right: 0; bottom: -100px; display: block; content: ""; background: rgba(0,0,0,0.6); z-index: 0; }
.form_popup .box { position: relative; display: table-cell; vertical-align: middle; z-index: 10;}
.form_popup .boxes { overflow: auto; width: calc(94% - 100px); max-width: 430px; text-align: center; position: relative; padding: 40px 50px; left: 0; display: inline-block; background: #ffffff; max-height: calc(100vh - 130px); -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.form_popup .box span.warning { color: #3c3c3b; position: relative; text-transform: uppercase; display: block; margin: 0 0 15px; text-align: center; font-size: 21px; line-height: 26px; font-weight: 700;}
.form_popup .box .btn { z-index: 100; position: relative;}

.form_popup .box input[type=text], .form_popup .box input[type=password]{margin: 0 0 8px; border: 1px solid #e6e7e8; width: calc(100% - 32px); background: #ffffff; font-size: 13px; line-height: 20px; padding: 9px 15px; color: #000000; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.form_popup .box textarea{resize: none; height: 80px; overflow: auto; border: 1px solid #e6e7e8; width: calc(100% - 32px); background: #ffffff; font-size: 13px; line-height: 20px; padding: 5px 15px; color: #000000; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.form_popup .box input[readonly]{border: 1px solid #e6e7e8 !important; background: #efefef;}
.form_popup .box input[type=text]:focus, .form_popup .box input[type=password]:focus, .form_popup .box textarea:focus{border: 1px solid #ec1c24;}

.form_popup .box input[type=text]::-webkit-input-placeholder, .form_popup .box textarea::-webkit-input-placeholder {color: #888888;} 
.form_popup .box input[type=text]::-moz-placeholder, .form_popup .box textarea::-moz-placeholder {color: #888888;} 
.form_popup .box input[type=text]::-ms-input-placeholder, .form_popup .box textarea::-ms-input-placeholder {color: #888888;}

.form_popup .box .sbHolder { position: relative; background: #ffffff; width: calc(100% - 2px); display: block; margin: 0 0 8px; border: 1px solid #e6e7e8; }
.form_popup .box .sbHolder .sbToggle { margin: 0; background: url(../img/select_arrow.svg) no-repeat scroll center center; background-size: 16px 16px; border-left: 1px solid #e6e7e8; right: 0; top: 0; bottom: 0; height: 100%; width: 39px;}
.form_popup .box .sbHolder .sbToggle.sbToggleOpen { background: url(../img/select_arrow_reverse.svg) no-repeat scroll center center; background-size: 16px 16px;}
.form_popup .box .sbHolder a.sbSelector { width: calc(100% - 60px); margin: 0; display: block; color: #19212b !important; font-size: 14px; line-height: 20px; padding: 11px 40px 11px 15px; font-weight: 400; text-align: left; text-decoration: none;}
.form_popup .box .sbOptions { max-height: 245px !important; z-index: 999; top: calc(100% + 1px) !important; background: #ffffff; padding: 0; left: -1px; right: -1px;}
.form_popup .box .sbOptions a { text-decoration: none; border: 1px solid #e6e7e8; border-top: 0; height: auto; background: #fff !important; display: block; text-align: left; padding: 6px 15px; font-size: 14px; line-height: 22px; margin: 0; font-weight: 400; color: #19212b !important; -webkit-transition: all 300ms ease; transition: all 300ms ease;}
.form_popup .box .sbOptions li:first-child { display: none;}
.form_popup .box .sbOptions li:nth-child(2) a { border-top: 0;}
.notouch .form_popup .box .sbOptions a:hover { background: #f0f0f0 !important;} 

.form_popup .file{text-align: left; position: relative; width: 100%;}
.form_popup .file .uploadFile{width: calc(100% - 150px) !important;}
.form_popup .file .uploadBtn{width: 100%;}
.form_popup .file .fileUpload {cursor: pointer; position: absolute; top: 2px; left: 0; right: 0; z-index: 1; overflow: hidden; margin: 0;}
.form_popup .file .fileUpload .btn {padding-left: 0; padding-right: 0; text-align: center; width: 108px;}
.form_popup .file .fileUpload input[type=file] {z-index: 999; position: absolute; top: -3px; right: 0; margin: 0; padding: 0; font-size: 33px; cursor: pointer; display: block; opacity: 0;filter: alpha(opacity=0);}

.form_popup .text_box p.gdpr, .form_popup .text_box p.gdpr a{font-size: 12px; line-height: 18px;}

@media screen and (max-width: 500px) { 
.form_popup .boxes { padding: 25px 20px; width: calc(94% - 40px);}
.form_popup .box span.warning { font-size: 16px; line-height: 20px;}
.form_popup .file .uploadFile{width: calc(100% - 120px) !important;}
.form_popup .file .fileUpload .btn{width: 78px;}
}








.traffic_popup{display: none; width: 100%; height: 100%; text-align: center; opacity: 1; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 99998; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.traffic_popup::before{position: absolute; top: 0; left: 0; right: 0; bottom: -100px; display: block; content: ""; background: rgba(0,0,0,0.6); z-index: 0; }
.traffic_popup .box{position: relative; display: table-cell; vertical-align: middle; z-index: 10;}
.traffic_popup .boxes{width: 815px; overflow: auto; max-height: calc(100vh - 40px); text-align: center; position: relative; margin: 30px auto; padding: 0; left: 0 !important; display: inline-block; background: #ffffff; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.traffic_popup .box .title{z-index: 100; position: absolute; left: 0; top: 0; right: 0; text-transform: uppercase; display: block; margin: 0; text-align: left; }
.traffic_popup .box .title label{background: #000000; width: 60px; line-height: 60px; height: 60px; text-align: center; display: inline-block; font-size: 18px; vertical-align: middle; color: #ffffff; font-weight: 700; margin: 0 10px 0 0;}
.traffic_popup .box .title .title_text{width: calc(100% - 75px); display: inline-block; font-size: 18px; vertical-align: middle; line-height: 22px; font-weight: 700; color: #000000;}
.traffic_popup .box .title .title_text span{text-transform: none; display: block; line-height: 16px; font-size: 12px; text-align: left; color: #000000; font-weight: 600; margin: 0;}



.traffic_popup .box .text{z-index: 0; padding: 80px 20px 20px; position: relative;}
.traffic_popup .box .text .opacity_text{font-size: 16px; line-height: 22px; padding: 0 30px; font-weight: 700; position: absolute; left: 0; right: 0; top: 50%; z-index: 999; opacity: 0; visibility: hidden; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.traffic_popup .box .text.opacity .opacity_text{ opacity: 1; visibility: visible;}
.traffic_popup .box .text .select_address{position: relative; width: 350px; margin: 0 20px 0 0; display: inline-block; vertical-align: top; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.traffic_popup .box .text.opacity .select_address{opacity: 0.25;}
.traffic_popup .box .text .select_address input[type=text]{border: 1px solid #e0dfdf; width: calc(100% - 32px); background: #ffffff; font-size: 13px; line-height: 20px; padding: 5px 15px; color: #000000; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.traffic_popup .box .text .select_address input[type=text]:focus{border: 1px solid #666;}

.traffic_popup .box .list{z-index: 100; position: absolute; left: 0; right: 0; top: 35px;}
.traffic_popup .box .list p.load_pop{opacity: 0; visibility: hidden; font-size: 12px; line-height: 20px; font-weight: 600; z-index: 0; position: absolute; left: 0; right: 0; background: #ffffff; padding: 14px 20px 14px 45px; margin: 0; text-align: left; box-shadow: 0 0 15px -2px rgba(0,0,0,0.5); -webkit-box-shadow: 0 0 15px -2px rgba(0,0,0,0.5);}
.traffic_popup .box .list p.load_pop.active{opacity: 1; visibility: visible;}
.traffic_popup .box .list p.load_pop::before{position: absolute; left: 20px; top: 50%; margin-top: -10px; width: 20px; height: 20px; content: ""; background: url(../img/search_arrow.svg) no-repeat scroll center center; background-size: 20px 20px; -webkit-animation: rotating 2s linear infinite; animation: rotating 2s linear infinite;}
@-webkit-keyframes rotating {from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}
@keyframes rotating {from{ -webkit-transform: rotate(0deg); transform: rotate(0deg);} to{ -webkit-transform: rotate(360deg); transform: rotate(360deg);}}

.traffic_popup .box .list p.error_pop{opacity: 0; visibility: hidden; font-size: 12px; line-height: 20px; font-weight: 600; z-index: 0; position: absolute; left: 0; right: 0; background: #ffffff; padding: 14px 20px 14px 45px; margin: 0; text-align: left; box-shadow: 0 0 15px -2px rgba(0,0,0,0.5); -webkit-box-shadow: 0 0 15px -2px rgba(0,0,0,0.5);}
.traffic_popup .box .list p.error_pop.active{opacity: 1; visibility: visible;}
.traffic_popup .box .list p.error_pop::before{position: absolute; left: 20px; top: 50%; margin-top: -10px; width: 20px; height: 20px; content: ""; background: url(../img/search_error.svg) no-repeat scroll center center; background-size: 20px 20px;}


.traffic_popup .box .list ul{overflow: auto; max-height: 313px; margin: 0; padding: 0; border: 1px solid #e0dfdf;}
.traffic_popup .box .list ul li{padding: 0; margin: 0; list-style: none; display: block;}
.traffic_popup .box .list ul li.red{background: #ffffff; padding: 8px 15px; text-align: left; font-size: 12px; line-height: 16px; color: #000000; font-weight: 500;}
.traffic_popup .box .list ul li a{background: #ffffff; border-top: 1px solid #e0dfdf; position: relative; padding: 8px 15px; text-align: left; font-size: 12px; line-height: 16px; color: #000000; font-weight: 500; display: block; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.traffic_popup .box .list ul li:nth-child(1) a{border-top: 0;}
.notouch .traffic_popup .box .list ul li a:hover, .notouch .traffic_popup .box .list ul li.active a{background: #efefef;}

.traffic_popup .box .information{z-index: 0; position: relative; margin: 20px 0 0; text-align: left;}
.traffic_popup .box .information .subtitle{font-size: 14px; line-height: 18px; color: #000000; font-weight: 700; margin: 0;}
.traffic_popup .box .information .address{font-size: 12px; line-height: 18px; color: #666; font-weight: 400; font-style: italic; margin: 0 0 5px;}
.traffic_popup .box .information .anotation{font-size: 12px; line-height: 18px; color: #000000; font-weight: 400; margin: 0 0 5px;}
.traffic_popup .box .information .anotation strong{font-size: 12px; line-height: 18px; color: #000000; font-weight: 700;}
.traffic_popup .box .information .open{font-size: 12px; line-height: 18px; color: #000000; font-weight: 400; margin: 0 0 5px;}
.traffic_popup .box .information .open strong{font-size: 12px; line-height: 18px; color: #000000; font-weight: 700;}



.traffic_popup .box .text .view_address{background: #efefef; height: 350px; width: 400px; display: inline-block; vertical-align: top; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.traffic_popup .box .text.opacity .view_address{opacity: 0.25;}
.traffic_popup .box .text .view_address .traffic_mapa{width: 100%; height: 350px;}

.traffic_popup .box .text.opacity .btn.left{opacity: 0.25;}
.traffic_popup .box .text.opacity .btn.right{opacity: 0.25;}




@media screen and (max-width: 960px) {
.traffic_popup .boxes{width: 700px;}
.traffic_popup .box .text .select_address{width: 280px;}
.traffic_popup .box .text .view_address{height: 320px; width: 350px;}
.traffic_popup .box .text .view_address #CpMaps{height: 320px;}
}

@media screen and (max-width: 760px) {
.traffic_popup .boxes{width: 94%;}
.traffic_popup .box .text .select_address{width: 100%; margin: 0;}
.traffic_popup .box .text .view_address{height: 220px; width: 100%; margin: 40px 0 0;}
.traffic_popup .box .text .view_address .traffic_mapa{height: 220px;}
.traffic_popup .box .text .btn{position: absolute; bottom: 255px; margin-bottom: 0;}
.traffic_popup .box .text .btn:nth-child(2){left: 20px;}
.traffic_popup .box .text .btn:nth-child(3){right: 20px;}
.traffic_popup .box .information{text-align: center; margin: 20px 0;}
.traffic_popup .overflow_scroll{overflow: auto; max-height: calc(100vh - 240px);}
}

@media screen and (max-width: 600px) {

.traffic_popup .box .title label{margin: 0 5px 0 0; width: 50px; line-height: 50px; height: 50px; font-size: 16px;}
.traffic_popup .box .title .title_text{width: calc(100% - 60px); font-size: 14px; line-height: 20px;}
.traffic_popup .box .title .title_text span{line-height: 14px; font-size: 10px;}
.traffic_popup .box .text{padding: 65px 15px 15px;}
.traffic_popup .box .text .btn{bottom: 250px;}
.traffic_popup .box .text .btn:nth-child(2){left: 15px;}
.traffic_popup .box .text .btn:nth-child(3){right: 15px;}


.traffic_popup .box .information{margin: 15px 0;}
.traffic_popup .box .information .subtitle{font-size: 13px; line-height: 16px;}
.traffic_popup .box .information .address{font-size: 11px; line-height: 16px;}
.traffic_popup .box .information .anotation{font-size: 11px; line-height: 16px;}
.traffic_popup .box .information .anotation strong{font-size: 11px; line-height: 16px;}
.traffic_popup .box .information .open{font-size: 11px; line-height: 16px;}
.traffic_popup .box .information .open strong{font-size: 11px; line-height: 16px;}


}




.hide_parameter {display:none;}
.form_mail {display:none !important;}


@media screen and (max-width: 1024px) {
#tracy-debug{display: none !important}
}

.hide_filter_box {display:none !important;}








@-moz-keyframes ajax_loader{0%{-moz-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}
@-webkit-keyframes ajax_loader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes ajax_loader{0%{-moz-transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.ajax_loader{z-index: 101;overflow:hidden;position:absolute;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);text-indent:-9999px;display:inline-block;width:8px;height:8px;background:0 0;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%;-moz-box-shadow:#ec1c24 0 26px 0 6px,#ec1c24 .90971px 26.05079px 0 5.93333px,#ec1c24 1.82297px 26.06967px 0 5.86667px,#ec1c24 2.73865px 26.05647px 0 5.8px,#ec1c24 3.65561px 26.01104px 0 5.73333px,#ec1c24 4.57274px 25.93327px 0 5.66667px,#ec1c24 5.48887px 25.8231px 0 5.6px,#ec1c24 6.40287px 25.68049px 0 5.53333px,#ec1c24 7.31358px 25.50548px 0 5.46667px,#ec1c24 8.21985px 25.2981px 0 5.4px,#ec1c24 9.12054px 25.05847px 0 5.33333px,#ec1c24 10.01448px 24.78672px 0 5.26667px,#ec1c24 10.90054px 24.48302px 0 5.2px,#ec1c24 11.77757px 24.1476px 0 5.13333px,#ec1c24 12.64443px 23.78072px 0 5.06667px,#ec1c24 13.5px 23.38269px 0 5px,#ec1c24 14.34315px 22.95384px 0 4.93333px,#ec1c24 15.17277px 22.49455px 0 4.86667px,#ec1c24 15.98776px 22.00526px 0 4.8px,#ec1c24 16.78704px 21.48643px 0 4.73333px,#ec1c24 17.56953px 20.93855px 0 4.66667px,#ec1c24 18.33418px 20.36217px 0 4.6px,#ec1c24 19.07995px 19.75787px 0 4.53333px,#ec1c24 19.80582px 19.12626px 0 4.46667px,#ec1c24 20.5108px 18.468px 0 4.4px,#ec1c24 21.1939px 17.78379px 0 4.33333px,#ec1c24 21.85416px 17.07434px 0 4.26667px,#ec1c24 22.49067px 16.34043px 0 4.2px,#ec1c24 23.10251px 15.58284px 0 4.13333px,#ec1c24 23.68881px 14.80241px 0 4.06667px,#ec1c24 24.24871px 14px 0 4px,#ec1c24 24.7814px 13.1765px 0 3.93333px,#ec1c24 25.28607px 12.33284px 0 3.86667px,#ec1c24 25.76198px 11.46997px 0 3.8px,#ec1c24 26.2084px 10.58888px 0 3.73333px,#ec1c24 26.62462px 9.69057px 0 3.66667px,#ec1c24 27.01001px 8.77608px 0 3.6px,#ec1c24 27.36392px 7.84648px 0 3.53333px,#ec1c24 27.68577px 6.90284px 0 3.46667px,#ec1c24 27.97502px 5.94627px 0 3.4px,#ec1c24 28.23116px 4.97791px 0 3.33333px,#ec1c24 28.4537px 3.99891px 0 3.26667px,#ec1c24 28.64223px 3.01042px 0 3.2px,#ec1c24 28.79635px 2.01364px 0 3.13333px,#ec1c24 28.91571px 1.00976px 0 3.06667px,#ec1c24 29px 0 0 3px,#ec1c24 29.04896px -1.01441px 0 2.93333px,#ec1c24 29.06237px -2.03224px 0 2.86667px,#ec1c24 29.04004px -3.05223px 0 2.8px,#ec1c24 28.98185px -4.07313px 0 2.73333px,#ec1c24 28.88769px -5.09368px 0 2.66667px,#ec1c24 28.75754px -6.1126px 0 2.6px,#ec1c24 28.59138px -7.12863px 0 2.53333px,#ec1c24 28.38926px -8.14049px 0 2.46667px,#ec1c24 28.15127px -9.1469px 0 2.4px,#ec1c24 27.87755px -10.1466px 0 2.33333px,#ec1c24 27.56827px -11.1383px 0 2.26667px,#ec1c24 27.22365px -12.12075px 0 2.2px,#ec1c24 26.84398px -13.09268px 0 2.13333px,#ec1c24 26.42956px -14.05285px 0 2.06667px,#ec1c24 25.98076px -15px 0 2px,#ec1c24 25.49798px -15.93291px 0 1.93333px,#ec1c24 24.98167px -16.85035px 0 1.86667px,#ec1c24 24.43231px -17.75111px 0 1.8px,#ec1c24 23.85046px -18.63402px 0 1.73333px,#ec1c24 23.23668px -19.49789px 0 1.66667px,#ec1c24 22.5916px -20.34157px 0 1.6px,#ec1c24 21.91589px -21.16393px 0 1.53333px,#ec1c24 21.21024px -21.96384px 0 1.46667px,#ec1c24 20.4754px -22.74023px 0 1.4px,#ec1c24 19.71215px -23.49203px 0 1.33333px,#ec1c24 18.92133px -24.2182px 0 1.26667px,#ec1c24 18.10379px -24.91772px 0 1.2px,#ec1c24 17.26042px -25.58963px 0 1.13333px,#ec1c24 16.39217px -26.23295px 0 1.06667px,#ec1c24 15.5px -26.84679px 0 1px,#ec1c24 14.58492px -27.43024px 0 .93333px,#ec1c24 13.64796px -27.98245px 0 .86667px,#ec1c24 12.69018px -28.50262px 0 .8px,#ec1c24 11.7127px -28.98995px 0 .73333px,#ec1c24 10.71663px -29.4437px 0 .66667px,#ec1c24 9.70313px -29.86317px 0 .6px,#ec1c24 8.67339px -30.2477px 0 .53333px,#ec1c24 7.6286px -30.59666px 0 .46667px,#ec1c24 6.57001px -30.90946px 0 .4px,#ec1c24 5.49886px -31.18558px 0 .33333px,#ec1c24 4.41643px -31.42451px 0 .26667px,#ec1c24 3.32401px -31.6258px 0 .2px,#ec1c24 2.22291px -31.78904px 0 .13333px,#ec1c24 1.11446px -31.91388px 0 .06667px,#ec1c24 0 -32px 0 0,#ec1c24 -1.11911px -32.04713px 0 -.06667px,#ec1c24 -2.24151px -32.05506px 0 -.13333px,#ec1c24 -3.36582px -32.02361px 0 -.2px,#ec1c24 -4.49065px -31.95265px 0 -.26667px,#ec1c24 -5.61462px -31.84212px 0 -.33333px,#ec1c24 -6.73634px -31.69198px 0 -.4px,#ec1c24 -7.8544px -31.50227px 0 -.46667px,#ec1c24 -8.9674px -31.27305px 0 -.53333px,#ec1c24 -10.07395px -31.00444px 0 -.6px,#ec1c24 -11.17266px -30.69663px 0 -.66667px,#ec1c24 -12.26212px -30.34982px 0 -.73333px,#ec1c24 -13.34096px -29.96429px 0 -.8px,#ec1c24 -14.4078px -29.54036px 0 -.86667px,#ec1c24 -15.46126px -29.07841px 0 -.93333px,#ec1c24 -16.5px -28.57884px 0 -1px,#ec1c24 -17.52266px -28.04212px 0 -1.06667px,#ec1c24 -18.52792px -27.46878px 0 -1.13333px,#ec1c24 -19.51447px -26.85936px 0 -1.2px,#ec1c24 -20.48101px -26.21449px 0 -1.26667px,#ec1c24 -21.42625px -25.53481px 0 -1.33333px,#ec1c24 -22.34896px -24.82104px 0 -1.4px,#ec1c24 -23.2479px -24.07391px 0 -1.46667px,#ec1c24 -24.12186px -23.29421px 0 -1.53333px,#ec1c24 -24.96967px -22.48279px 0 -1.6px,#ec1c24 -25.79016px -21.64052px 0 -1.66667px,#ec1c24 -26.58223px -20.76831px 0 -1.73333px,#ec1c24 -27.34477px -19.86714px 0 -1.8px,#ec1c24 -28.07674px -18.938px 0 -1.86667px,#ec1c24 -28.7771px -17.98193px 0 -1.93333px,#ec1c24 -29.44486px -17px 0 -2px,#ec1c24 -30.07908px -15.99333px 0 -2.06667px,#ec1c24 -30.67884px -14.96307px 0 -2.13333px,#ec1c24 -31.24325px -13.91039px 0 -2.2px,#ec1c24 -31.7715px -12.83652px 0 -2.26667px,#ec1c24 -32.26278px -11.74269px 0 -2.33333px,#ec1c24 -32.71634px -10.63018px 0 -2.4px,#ec1c24 -33.13149px -9.5003px 0 -2.46667px,#ec1c24 -33.50755px -8.35437px 0 -2.53333px,#ec1c24 -33.84391px -7.19374px 0 -2.6px,#ec1c24 -34.14px -6.0198px 0 -2.66667px,#ec1c24 -34.39531px -4.83395px 0 -2.73333px,#ec1c24 -34.60936px -3.63759px 0 -2.8px,#ec1c24 -34.78173px -2.43218px 0 -2.86667px,#ec1c24 -34.91205px -1.21916px 0 -2.93333px,#ec1c24 -35px 0 0 -3px,#ec1c24 -35.04531px 1.22381px 0 -3.06667px,#ec1c24 -35.04775px 2.45078px 0 -3.13333px,#ec1c24 -35.00717px 3.6794px 0 -3.2px,#ec1c24 -34.92345px 4.90817px 0 -3.26667px,#ec1c24 -34.79654px 6.13557px 0 -3.33333px,#ec1c24 -34.62643px 7.36007px 0 -3.4px,#ec1c24 -34.41316px 8.58016px 0 -3.46667px,#ec1c24 -34.15683px 9.79431px 0 -3.53333px,#ec1c24 -33.85761px 11.001px 0 -3.6px,#ec1c24 -33.5157px 12.19872px 0 -3.66667px,#ec1c24 -33.13137px 13.38594px 0 -3.73333px,#ec1c24 -32.70493px 14.56117px 0 -3.8px,#ec1c24 -32.23675px 15.72291px 0 -3.86667px,#ec1c24 -31.72725px 16.86968px 0 -3.93333px,#ec1c24 -31.17691px 18px 0 -4px,#ec1c24 -30.58627px 19.11242px 0 -4.06667px,#ec1c24 -29.95589px 20.2055px 0 -4.13333px,#ec1c24 -29.28642px 21.27783px 0 -4.2px,#ec1c24 -28.57852px 22.32799px 0 -4.26667px,#ec1c24 -27.83295px 23.35462px 0 -4.33333px,#ec1c24 -27.05047px 24.35635px 0 -4.4px,#ec1c24 -26.23192px 25.33188px 0 -4.46667px,#ec1c24 -25.37819px 26.27988px 0 -4.53333px,#ec1c24 -24.49018px 27.1991px 0 -4.6px,#ec1c24 -23.56888px 28.0883px 0 -4.66667px,#ec1c24 -22.6153px 28.94626px 0 -4.73333px,#ec1c24 -21.6305px 29.77183px 0 -4.8px,#ec1c24 -20.61558px 30.56385px 0 -4.86667px,#ec1c24 -19.57168px 31.32124px 0 -4.93333px,#ec1c24 -18.5px 32.04294px 0 -5px,#ec1c24 -17.40175px 32.72792px 0 -5.06667px,#ec1c24 -16.27818px 33.37522px 0 -5.13333px,#ec1c24 -15.1306px 33.98389px 0 -5.2px,#ec1c24 -13.96034px 34.55305px 0 -5.26667px,#ec1c24 -12.76875px 35.08186px 0 -5.33333px,#ec1c24 -11.55724px 35.56951px 0 -5.4px,#ec1c24 -10.32721px 36.01527px 0 -5.46667px,#ec1c24 -9.08014px 36.41843px 0 -5.53333px,#ec1c24 -7.81748px 36.77835px 0 -5.6px,#ec1c24 -6.54075px 37.09443px 0 -5.66667px,#ec1c24 -5.25147px 37.36612px 0 -5.73333px,#ec1c24 -3.95118px 37.59293px 0 -5.8px,#ec1c24 -2.64145px 37.77443px 0 -5.86667px,#ec1c24 -1.32385px 37.91023px 0 -5.93333px;-webkit-box-shadow:#ec1c24 0 26px 0 6px,#ec1c24 .90971px 26.05079px 0 5.93333px,#ec1c24 1.82297px 26.06967px 0 5.86667px,#ec1c24 2.73865px 26.05647px 0 5.8px,#ec1c24 3.65561px 26.01104px 0 5.73333px,#ec1c24 4.57274px 25.93327px 0 5.66667px,#ec1c24 5.48887px 25.8231px 0 5.6px,#ec1c24 6.40287px 25.68049px 0 5.53333px,#ec1c24 7.31358px 25.50548px 0 5.46667px,#ec1c24 8.21985px 25.2981px 0 5.4px,#ec1c24 9.12054px 25.05847px 0 5.33333px,#ec1c24 10.01448px 24.78672px 0 5.26667px,#ec1c24 10.90054px 24.48302px 0 5.2px,#ec1c24 11.77757px 24.1476px 0 5.13333px,#ec1c24 12.64443px 23.78072px 0 5.06667px,#ec1c24 13.5px 23.38269px 0 5px,#ec1c24 14.34315px 22.95384px 0 4.93333px,#ec1c24 15.17277px 22.49455px 0 4.86667px,#ec1c24 15.98776px 22.00526px 0 4.8px,#ec1c24 16.78704px 21.48643px 0 4.73333px,#ec1c24 17.56953px 20.93855px 0 4.66667px,#ec1c24 18.33418px 20.36217px 0 4.6px,#ec1c24 19.07995px 19.75787px 0 4.53333px,#ec1c24 19.80582px 19.12626px 0 4.46667px,#ec1c24 20.5108px 18.468px 0 4.4px,#ec1c24 21.1939px 17.78379px 0 4.33333px,#ec1c24 21.85416px 17.07434px 0 4.26667px,#ec1c24 22.49067px 16.34043px 0 4.2px,#ec1c24 23.10251px 15.58284px 0 4.13333px,#ec1c24 23.68881px 14.80241px 0 4.06667px,#ec1c24 24.24871px 14px 0 4px,#ec1c24 24.7814px 13.1765px 0 3.93333px,#ec1c24 25.28607px 12.33284px 0 3.86667px,#ec1c24 25.76198px 11.46997px 0 3.8px,#ec1c24 26.2084px 10.58888px 0 3.73333px,#ec1c24 26.62462px 9.69057px 0 3.66667px,#ec1c24 27.01001px 8.77608px 0 3.6px,#ec1c24 27.36392px 7.84648px 0 3.53333px,#ec1c24 27.68577px 6.90284px 0 3.46667px,#ec1c24 27.97502px 5.94627px 0 3.4px,#ec1c24 28.23116px 4.97791px 0 3.33333px,#ec1c24 28.4537px 3.99891px 0 3.26667px,#ec1c24 28.64223px 3.01042px 0 3.2px,#ec1c24 28.79635px 2.01364px 0 3.13333px,#ec1c24 28.91571px 1.00976px 0 3.06667px,#ec1c24 29px 0 0 3px,#ec1c24 29.04896px -1.01441px 0 2.93333px,#ec1c24 29.06237px -2.03224px 0 2.86667px,#ec1c24 29.04004px -3.05223px 0 2.8px,#ec1c24 28.98185px -4.07313px 0 2.73333px,#ec1c24 28.88769px -5.09368px 0 2.66667px,#ec1c24 28.75754px -6.1126px 0 2.6px,#ec1c24 28.59138px -7.12863px 0 2.53333px,#ec1c24 28.38926px -8.14049px 0 2.46667px,#ec1c24 28.15127px -9.1469px 0 2.4px,#ec1c24 27.87755px -10.1466px 0 2.33333px,#ec1c24 27.56827px -11.1383px 0 2.26667px,#ec1c24 27.22365px -12.12075px 0 2.2px,#ec1c24 26.84398px -13.09268px 0 2.13333px,#ec1c24 26.42956px -14.05285px 0 2.06667px,#ec1c24 25.98076px -15px 0 2px,#ec1c24 25.49798px -15.93291px 0 1.93333px,#ec1c24 24.98167px -16.85035px 0 1.86667px,#ec1c24 24.43231px -17.75111px 0 1.8px,#ec1c24 23.85046px -18.63402px 0 1.73333px,#ec1c24 23.23668px -19.49789px 0 1.66667px,#ec1c24 22.5916px -20.34157px 0 1.6px,#ec1c24 21.91589px -21.16393px 0 1.53333px,#ec1c24 21.21024px -21.96384px 0 1.46667px,#ec1c24 20.4754px -22.74023px 0 1.4px,#ec1c24 19.71215px -23.49203px 0 1.33333px,#ec1c24 18.92133px -24.2182px 0 1.26667px,#ec1c24 18.10379px -24.91772px 0 1.2px,#ec1c24 17.26042px -25.58963px 0 1.13333px,#ec1c24 16.39217px -26.23295px 0 1.06667px,#ec1c24 15.5px -26.84679px 0 1px,#ec1c24 14.58492px -27.43024px 0 .93333px,#ec1c24 13.64796px -27.98245px 0 .86667px,#ec1c24 12.69018px -28.50262px 0 .8px,#ec1c24 11.7127px -28.98995px 0 .73333px,#ec1c24 10.71663px -29.4437px 0 .66667px,#ec1c24 9.70313px -29.86317px 0 .6px,#ec1c24 8.67339px -30.2477px 0 .53333px,#ec1c24 7.6286px -30.59666px 0 .46667px,#ec1c24 6.57001px -30.90946px 0 .4px,#ec1c24 5.49886px -31.18558px 0 .33333px,#ec1c24 4.41643px -31.42451px 0 .26667px,#ec1c24 3.32401px -31.6258px 0 .2px,#ec1c24 2.22291px -31.78904px 0 .13333px,#ec1c24 1.11446px -31.91388px 0 .06667px,#ec1c24 0 -32px 0 0,#ec1c24 -1.11911px -32.04713px 0 -.06667px,#ec1c24 -2.24151px -32.05506px 0 -.13333px,#ec1c24 -3.36582px -32.02361px 0 -.2px,#ec1c24 -4.49065px -31.95265px 0 -.26667px,#ec1c24 -5.61462px -31.84212px 0 -.33333px,#ec1c24 -6.73634px -31.69198px 0 -.4px,#ec1c24 -7.8544px -31.50227px 0 -.46667px,#ec1c24 -8.9674px -31.27305px 0 -.53333px,#ec1c24 -10.07395px -31.00444px 0 -.6px,#ec1c24 -11.17266px -30.69663px 0 -.66667px,#ec1c24 -12.26212px -30.34982px 0 -.73333px,#ec1c24 -13.34096px -29.96429px 0 -.8px,#ec1c24 -14.4078px -29.54036px 0 -.86667px,#ec1c24 -15.46126px -29.07841px 0 -.93333px,#ec1c24 -16.5px -28.57884px 0 -1px,#ec1c24 -17.52266px -28.04212px 0 -1.06667px,#ec1c24 -18.52792px -27.46878px 0 -1.13333px,#ec1c24 -19.51447px -26.85936px 0 -1.2px,#ec1c24 -20.48101px -26.21449px 0 -1.26667px,#ec1c24 -21.42625px -25.53481px 0 -1.33333px,#ec1c24 -22.34896px -24.82104px 0 -1.4px,#ec1c24 -23.2479px -24.07391px 0 -1.46667px,#ec1c24 -24.12186px -23.29421px 0 -1.53333px,#ec1c24 -24.96967px -22.48279px 0 -1.6px,#ec1c24 -25.79016px -21.64052px 0 -1.66667px,#ec1c24 -26.58223px -20.76831px 0 -1.73333px,#ec1c24 -27.34477px -19.86714px 0 -1.8px,#ec1c24 -28.07674px -18.938px 0 -1.86667px,#ec1c24 -28.7771px -17.98193px 0 -1.93333px,#ec1c24 -29.44486px -17px 0 -2px,#ec1c24 -30.07908px -15.99333px 0 -2.06667px,#ec1c24 -30.67884px -14.96307px 0 -2.13333px,#ec1c24 -31.24325px -13.91039px 0 -2.2px,#ec1c24 -31.7715px -12.83652px 0 -2.26667px,#ec1c24 -32.26278px -11.74269px 0 -2.33333px,#ec1c24 -32.71634px -10.63018px 0 -2.4px,#ec1c24 -33.13149px -9.5003px 0 -2.46667px,#ec1c24 -33.50755px -8.35437px 0 -2.53333px,#ec1c24 -33.84391px -7.19374px 0 -2.6px,#ec1c24 -34.14px -6.0198px 0 -2.66667px,#ec1c24 -34.39531px -4.83395px 0 -2.73333px,#ec1c24 -34.60936px -3.63759px 0 -2.8px,#ec1c24 -34.78173px -2.43218px 0 -2.86667px,#ec1c24 -34.91205px -1.21916px 0 -2.93333px,#ec1c24 -35px 0 0 -3px,#ec1c24 -35.04531px 1.22381px 0 -3.06667px,#ec1c24 -35.04775px 2.45078px 0 -3.13333px,#ec1c24 -35.00717px 3.6794px 0 -3.2px,#ec1c24 -34.92345px 4.90817px 0 -3.26667px,#ec1c24 -34.79654px 6.13557px 0 -3.33333px,#ec1c24 -34.62643px 7.36007px 0 -3.4px,#ec1c24 -34.41316px 8.58016px 0 -3.46667px,#ec1c24 -34.15683px 9.79431px 0 -3.53333px,#ec1c24 -33.85761px 11.001px 0 -3.6px,#ec1c24 -33.5157px 12.19872px 0 -3.66667px,#ec1c24 -33.13137px 13.38594px 0 -3.73333px,#ec1c24 -32.70493px 14.56117px 0 -3.8px,#ec1c24 -32.23675px 15.72291px 0 -3.86667px,#ec1c24 -31.72725px 16.86968px 0 -3.93333px,#ec1c24 -31.17691px 18px 0 -4px,#ec1c24 -30.58627px 19.11242px 0 -4.06667px,#ec1c24 -29.95589px 20.2055px 0 -4.13333px,#ec1c24 -29.28642px 21.27783px 0 -4.2px,#ec1c24 -28.57852px 22.32799px 0 -4.26667px,#ec1c24 -27.83295px 23.35462px 0 -4.33333px,#ec1c24 -27.05047px 24.35635px 0 -4.4px,#ec1c24 -26.23192px 25.33188px 0 -4.46667px,#ec1c24 -25.37819px 26.27988px 0 -4.53333px,#ec1c24 -24.49018px 27.1991px 0 -4.6px,#ec1c24 -23.56888px 28.0883px 0 -4.66667px,#ec1c24 -22.6153px 28.94626px 0 -4.73333px,#ec1c24 -21.6305px 29.77183px 0 -4.8px,#ec1c24 -20.61558px 30.56385px 0 -4.86667px,#ec1c24 -19.57168px 31.32124px 0 -4.93333px,#ec1c24 -18.5px 32.04294px 0 -5px,#ec1c24 -17.40175px 32.72792px 0 -5.06667px,#ec1c24 -16.27818px 33.37522px 0 -5.13333px,#ec1c24 -15.1306px 33.98389px 0 -5.2px,#ec1c24 -13.96034px 34.55305px 0 -5.26667px,#ec1c24 -12.76875px 35.08186px 0 -5.33333px,#ec1c24 -11.55724px 35.56951px 0 -5.4px,#ec1c24 -10.32721px 36.01527px 0 -5.46667px,#ec1c24 -9.08014px 36.41843px 0 -5.53333px,#ec1c24 -7.81748px 36.77835px 0 -5.6px,#ec1c24 -6.54075px 37.09443px 0 -5.66667px,#ec1c24 -5.25147px 37.36612px 0 -5.73333px,#ec1c24 -3.95118px 37.59293px 0 -5.8px,#ec1c24 -2.64145px 37.77443px 0 -5.86667px,#ec1c24 -1.32385px 37.91023px 0 -5.93333px;box-shadow:#ec1c24 0 26px 0 6px,#ec1c24 .90971px 26.05079px 0 5.93333px,#ec1c24 1.82297px 26.06967px 0 5.86667px,#ec1c24 2.73865px 26.05647px 0 5.8px,#ec1c24 3.65561px 26.01104px 0 5.73333px,#ec1c24 4.57274px 25.93327px 0 5.66667px,#ec1c24 5.48887px 25.8231px 0 5.6px,#ec1c24 6.40287px 25.68049px 0 5.53333px,#ec1c24 7.31358px 25.50548px 0 5.46667px,#ec1c24 8.21985px 25.2981px 0 5.4px,#ec1c24 9.12054px 25.05847px 0 5.33333px,#ec1c24 10.01448px 24.78672px 0 5.26667px,#ec1c24 10.90054px 24.48302px 0 5.2px,#ec1c24 11.77757px 24.1476px 0 5.13333px,#ec1c24 12.64443px 23.78072px 0 5.06667px,#ec1c24 13.5px 23.38269px 0 5px,#ec1c24 14.34315px 22.95384px 0 4.93333px,#ec1c24 15.17277px 22.49455px 0 4.86667px,#ec1c24 15.98776px 22.00526px 0 4.8px,#ec1c24 16.78704px 21.48643px 0 4.73333px,#ec1c24 17.56953px 20.93855px 0 4.66667px,#ec1c24 18.33418px 20.36217px 0 4.6px,#ec1c24 19.07995px 19.75787px 0 4.53333px,#ec1c24 19.80582px 19.12626px 0 4.46667px,#ec1c24 20.5108px 18.468px 0 4.4px,#ec1c24 21.1939px 17.78379px 0 4.33333px,#ec1c24 21.85416px 17.07434px 0 4.26667px,#ec1c24 22.49067px 16.34043px 0 4.2px,#ec1c24 23.10251px 15.58284px 0 4.13333px,#ec1c24 23.68881px 14.80241px 0 4.06667px,#ec1c24 24.24871px 14px 0 4px,#ec1c24 24.7814px 13.1765px 0 3.93333px,#ec1c24 25.28607px 12.33284px 0 3.86667px,#ec1c24 25.76198px 11.46997px 0 3.8px,#ec1c24 26.2084px 10.58888px 0 3.73333px,#ec1c24 26.62462px 9.69057px 0 3.66667px,#ec1c24 27.01001px 8.77608px 0 3.6px,#ec1c24 27.36392px 7.84648px 0 3.53333px,#ec1c24 27.68577px 6.90284px 0 3.46667px,#ec1c24 27.97502px 5.94627px 0 3.4px,#ec1c24 28.23116px 4.97791px 0 3.33333px,#ec1c24 28.4537px 3.99891px 0 3.26667px,#ec1c24 28.64223px 3.01042px 0 3.2px,#ec1c24 28.79635px 2.01364px 0 3.13333px,#ec1c24 28.91571px 1.00976px 0 3.06667px,#ec1c24 29px 0 0 3px,#ec1c24 29.04896px -1.01441px 0 2.93333px,#ec1c24 29.06237px -2.03224px 0 2.86667px,#ec1c24 29.04004px -3.05223px 0 2.8px,#ec1c24 28.98185px -4.07313px 0 2.73333px,#ec1c24 28.88769px -5.09368px 0 2.66667px,#ec1c24 28.75754px -6.1126px 0 2.6px,#ec1c24 28.59138px -7.12863px 0 2.53333px,#ec1c24 28.38926px -8.14049px 0 2.46667px,#ec1c24 28.15127px -9.1469px 0 2.4px,#ec1c24 27.87755px -10.1466px 0 2.33333px,#ec1c24 27.56827px -11.1383px 0 2.26667px,#ec1c24 27.22365px -12.12075px 0 2.2px,#ec1c24 26.84398px -13.09268px 0 2.13333px,#ec1c24 26.42956px -14.05285px 0 2.06667px,#ec1c24 25.98076px -15px 0 2px,#ec1c24 25.49798px -15.93291px 0 1.93333px,#ec1c24 24.98167px -16.85035px 0 1.86667px,#ec1c24 24.43231px -17.75111px 0 1.8px,#ec1c24 23.85046px -18.63402px 0 1.73333px,#ec1c24 23.23668px -19.49789px 0 1.66667px,#ec1c24 22.5916px -20.34157px 0 1.6px,#ec1c24 21.91589px -21.16393px 0 1.53333px,#ec1c24 21.21024px -21.96384px 0 1.46667px,#ec1c24 20.4754px -22.74023px 0 1.4px,#ec1c24 19.71215px -23.49203px 0 1.33333px,#ec1c24 18.92133px -24.2182px 0 1.26667px,#ec1c24 18.10379px -24.91772px 0 1.2px,#ec1c24 17.26042px -25.58963px 0 1.13333px,#ec1c24 16.39217px -26.23295px 0 1.06667px,#ec1c24 15.5px -26.84679px 0 1px,#ec1c24 14.58492px -27.43024px 0 .93333px,#ec1c24 13.64796px -27.98245px 0 .86667px,#ec1c24 12.69018px -28.50262px 0 .8px,#ec1c24 11.7127px -28.98995px 0 .73333px,#ec1c24 10.71663px -29.4437px 0 .66667px,#ec1c24 9.70313px -29.86317px 0 .6px,#ec1c24 8.67339px -30.2477px 0 .53333px,#ec1c24 7.6286px -30.59666px 0 .46667px,#ec1c24 6.57001px -30.90946px 0 .4px,#ec1c24 5.49886px -31.18558px 0 .33333px,#ec1c24 4.41643px -31.42451px 0 .26667px,#ec1c24 3.32401px -31.6258px 0 .2px,#ec1c24 2.22291px -31.78904px 0 .13333px,#ec1c24 1.11446px -31.91388px 0 .06667px,#ec1c24 0 -32px 0 0,#ec1c24 -1.11911px -32.04713px 0 -.06667px,#ec1c24 -2.24151px -32.05506px 0 -.13333px,#ec1c24 -3.36582px -32.02361px 0 -.2px,#ec1c24 -4.49065px -31.95265px 0 -.26667px,#ec1c24 -5.61462px -31.84212px 0 -.33333px,#ec1c24 -6.73634px -31.69198px 0 -.4px,#ec1c24 -7.8544px -31.50227px 0 -.46667px,#ec1c24 -8.9674px -31.27305px 0 -.53333px,#ec1c24 -10.07395px -31.00444px 0 -.6px,#ec1c24 -11.17266px -30.69663px 0 -.66667px,#ec1c24 -12.26212px -30.34982px 0 -.73333px,#ec1c24 -13.34096px -29.96429px 0 -.8px,#ec1c24 -14.4078px -29.54036px 0 -.86667px,#ec1c24 -15.46126px -29.07841px 0 -.93333px,#ec1c24 -16.5px -28.57884px 0 -1px,#ec1c24 -17.52266px -28.04212px 0 -1.06667px,#ec1c24 -18.52792px -27.46878px 0 -1.13333px,#ec1c24 -19.51447px -26.85936px 0 -1.2px,#ec1c24 -20.48101px -26.21449px 0 -1.26667px,#ec1c24 -21.42625px -25.53481px 0 -1.33333px,#ec1c24 -22.34896px -24.82104px 0 -1.4px,#ec1c24 -23.2479px -24.07391px 0 -1.46667px,#ec1c24 -24.12186px -23.29421px 0 -1.53333px,#ec1c24 -24.96967px -22.48279px 0 -1.6px,#ec1c24 -25.79016px -21.64052px 0 -1.66667px,#ec1c24 -26.58223px -20.76831px 0 -1.73333px,#ec1c24 -27.34477px -19.86714px 0 -1.8px,#ec1c24 -28.07674px -18.938px 0 -1.86667px,#ec1c24 -28.7771px -17.98193px 0 -1.93333px,#ec1c24 -29.44486px -17px 0 -2px,#ec1c24 -30.07908px -15.99333px 0 -2.06667px,#ec1c24 -30.67884px -14.96307px 0 -2.13333px,#ec1c24 -31.24325px -13.91039px 0 -2.2px,#ec1c24 -31.7715px -12.83652px 0 -2.26667px,#ec1c24 -32.26278px -11.74269px 0 -2.33333px,#ec1c24 -32.71634px -10.63018px 0 -2.4px,#ec1c24 -33.13149px -9.5003px 0 -2.46667px,#ec1c24 -33.50755px -8.35437px 0 -2.53333px,#ec1c24 -33.84391px -7.19374px 0 -2.6px,#ec1c24 -34.14px -6.0198px 0 -2.66667px,#ec1c24 -34.39531px -4.83395px 0 -2.73333px,#ec1c24 -34.60936px -3.63759px 0 -2.8px,#ec1c24 -34.78173px -2.43218px 0 -2.86667px,#ec1c24 -34.91205px -1.21916px 0 -2.93333px,#ec1c24 -35px 0 0 -3px,#ec1c24 -35.04531px 1.22381px 0 -3.06667px,#ec1c24 -35.04775px 2.45078px 0 -3.13333px,#ec1c24 -35.00717px 3.6794px 0 -3.2px,#ec1c24 -34.92345px 4.90817px 0 -3.26667px,#ec1c24 -34.79654px 6.13557px 0 -3.33333px,#ec1c24 -34.62643px 7.36007px 0 -3.4px,#ec1c24 -34.41316px 8.58016px 0 -3.46667px,#ec1c24 -34.15683px 9.79431px 0 -3.53333px,#ec1c24 -33.85761px 11.001px 0 -3.6px,#ec1c24 -33.5157px 12.19872px 0 -3.66667px,#ec1c24 -33.13137px 13.38594px 0 -3.73333px,#ec1c24 -32.70493px 14.56117px 0 -3.8px,#ec1c24 -32.23675px 15.72291px 0 -3.86667px,#ec1c24 -31.72725px 16.86968px 0 -3.93333px,#ec1c24 -31.17691px 18px 0 -4px,#ec1c24 -30.58627px 19.11242px 0 -4.06667px,#ec1c24 -29.95589px 20.2055px 0 -4.13333px,#ec1c24 -29.28642px 21.27783px 0 -4.2px,#ec1c24 -28.57852px 22.32799px 0 -4.26667px,#ec1c24 -27.83295px 23.35462px 0 -4.33333px,#ec1c24 -27.05047px 24.35635px 0 -4.4px,#ec1c24 -26.23192px 25.33188px 0 -4.46667px,#ec1c24 -25.37819px 26.27988px 0 -4.53333px,#ec1c24 -24.49018px 27.1991px 0 -4.6px,#ec1c24 -23.56888px 28.0883px 0 -4.66667px,#ec1c24 -22.6153px 28.94626px 0 -4.73333px,#ec1c24 -21.6305px 29.77183px 0 -4.8px,#ec1c24 -20.61558px 30.56385px 0 -4.86667px,#ec1c24 -19.57168px 31.32124px 0 -4.93333px,#ec1c24 -18.5px 32.04294px 0 -5px,#ec1c24 -17.40175px 32.72792px 0 -5.06667px,#ec1c24 -16.27818px 33.37522px 0 -5.13333px,#ec1c24 -15.1306px 33.98389px 0 -5.2px,#ec1c24 -13.96034px 34.55305px 0 -5.26667px,#ec1c24 -12.76875px 35.08186px 0 -5.33333px,#ec1c24 -11.55724px 35.56951px 0 -5.4px,#ec1c24 -10.32721px 36.01527px 0 -5.46667px,#ec1c24 -9.08014px 36.41843px 0 -5.53333px,#ec1c24 -7.81748px 36.77835px 0 -5.6px,#ec1c24 -6.54075px 37.09443px 0 -5.66667px,#ec1c24 -5.25147px 37.36612px 0 -5.73333px,#ec1c24 -3.95118px 37.59293px 0 -5.8px,#ec1c24 -2.64145px 37.77443px 0 -5.86667px,#ec1c24 -1.32385px 37.91023px 0 -5.93333px;-moz-animation:ajax_loader 1.25s infinite linear;-webkit-animation:ajax_loader 1.25s infinite linear;animation:ajax_loader 1.25s infinite linear;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}
.ajax_loader.top{bottom: initial; top:100px;}
.ajax_loader.bottom{bottom:100px; top: initial;}
.product_list .ajax_container{position: absolute; left: 0; right: 0; top: 50px; bottom: 50px; opacity: 1 !important; z-index: 101; text-align: center;}
.product_list .ajax_loader{top: 300px; position: sticky; position: -webkit-sticky; left: 0; right: 0; margin: 0 auto; -webkit-transform: none; transform: none;}
.ajax_opacity{position: relative;}
.ajax_opacity::before{content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 100; }
.ajax_opacity > *{opacity: 0.3 !important; -webkit-transition: opacity 400ms ease; transition: opacity 400ms ease;}
.ajax_opacity .ajax_loader{opacity: 1 !important; }


#cm.cloud .c-bn#c-r-bn{display: none;}



#ppl-parcelshop-map{visibility:hidden;opacity:0;transition:opacity 400ms ease 400ms}
#ppl-parcelshop-map{border:0;box-shadow:0 0 0 30px rgba(0,0,0,0.8);display:block;position:fixed;inset:30px;background:#fff;padding:0;width:calc(100% - 60px);height:calc(100% - 60px) !important;box-sizing:border-box;z-index:99999}
#ppl-parcelshop-map.active{opacity:1;visibility:visible}
#ppl-parcelshop-map.active #ppl-parcel-shop-map{height:calc(100vh - 60px) !important}

#ppl-parcelshop-map+.btn.close{display:none}
#ppl-parcelshop-map.active+.btn.close{display:inline-block;position:fixed;top:30px;right:30px;border-radius:0;z-index:99999}
#ppl-parcelshop-map .c-form-group ul{display: flex; flex-direction: column; width: 100%;}
#ppl-parcelshop-map .c-form-group ul .item{width:100% !important; margin: 0 !important; box-sizing: border-box !important; display: flex !important; flex-direction: column !important; padding: 20px !important;}
#ppl-parcelshop-map .c-form-group ul .item:nth-child(2){margin: 0 !important;}
#ppl-parcelshop-map .c-form-group ul .item .image{text-align: left !important;}
#ppl-parcelshop-map .c-form-group ul .item .text{max-width: unset !important; display: flex !important; flex-direction: column; margin: 0 !important;}
#ppl-parcelshop-map .c-form-group ul .item strong{font-size: 17px !important; line-height: 26px !important; color: #000 !important; max-width: 100% !important;}
#ppl-parcelshop-map .c-form-group ul .item button{width:100% !important; box-sizing: border-box !important; color: #000 !important;}

@media screen and (max-width: 1024px) {
 #ppl-parcelshop-map.active+.btn.close{right: 120px;}
}

@media screen and (max-width: 600px) {
 #ppl-parcelshop-map.active+.btn.close{top: 74px; right: unset; left: 30px;}
}
