

/*GLOBAL*/
header,nav,section,article,aside,footer,hgroup{display:block;}
a{text-decoration:none; outline: 0; color:inherit;}
a img{border:none;}
.img_hide{display: block !important; width: 0; height: 1px; 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;}
.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 {-webkit-box-shadow: 0 0 0px 1000px white inset; box-shadow: 0 0 0px 1000px white inset;}
 
/*
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;}
*/


@media screen and (max-width: 1024px) {
.clear.hide{display: block !important;}
}
 
.need{color: #cc0000;}
.color_orange{color: #dc5721 !important;} 
 
.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: 400; padding: 12px 54px; clear: both; position: relative;}
.flash span{cursor: pointer; position: absolute; top: 50%; margin-top: -7.5px; right: 15px; width: 15px; height: 15px; display: block;}
                                                                                                                  
.alert-error  {color: #fff; background: url(../global/error_icon.png) no-repeat scroll 15px center #d8001b; border: 1px solid #b6192e;}
.alert-success{color: #fff; background: url(../global/success_icon.png) no-repeat scroll 15px center #1b8995; border: 1px solid #1b8995;}
.alert-error span{background: url(../global/error_close.png) no-repeat;}                               
.alert-success span{background: url(../global/success_close.png) no-repeat;}

.tera_img{margin: -20px 0 30px; display: block; max-width: 100%;}

h1{text-transform: uppercase; color: #1b8995; font-weight: 300; font-size: 28px; line-height: 34px; margin: 60px 0 30px; padding: 0; letter-spacing: 2px;}
h1.margin{margin: 60px 0 0;}
h1.margin_reverse{margin: 60px 0 15px;}

h1.center{text-align: center;}
h1 strong{text-transform: uppercase; color: #666666; font-weight: 700; font-size: 28px; line-height: 34px; margin: 0; padding: 0;}
h1 span{text-transform: uppercase; color: #1b8995; font-weight: 600; font-size: 16px; line-height: 30px; margin: 0; padding: 0; display: block;}

.head_title{padding: 0; font-size: 16px; line-height: 30px; color: #1b8995; font-weight: 400; text-align: left; z-index: 999; margin: 0 0 30px; letter-spacing: 1px;}
.head_title span{padding: 0; font-size: 16px; line-height: 30px; color: #1b8995; font-weight: 600; text-align: left; z-index: 999; margin: 0 0 30px; letter-spacing: 1px;}
           
h2{color: #1b8995; font-weight: 600; font-size: 24px; line-height: 30px; margin: 30px 0 10px; padding: 0;}
h2.center{text-align: center;}
h3{color: #1b8995; font-weight: 600; font-size: 20px; line-height: 26px; margin: 30px 0 10px; padding: 0;}  
h4, h5, h6{color: #1b8995; font-weight: 600; font-size: 18px; line-height: 24px; margin: 30px 0 10px; padding: 0;}   

@media screen and (max-width: 768px) {
h1,h1 strong{font-size: 22px; line-height: 28px;}
}

p, strong, b, div, article, i, u, li, a, .text_page, label, code{font-size: 14px; font-weight: 400;}
strong, b{font-weight: 600}


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: 600; color: #1b8995; 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{text-decoration: none;}
 
.text_page{ margin: 0 auto;}
.text_page .img{display: block; width: 40%; float: right; margin: 0 0 20px 20px;}
.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, .text_box p, .text_box div{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: 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 25px; padding: 0;}
article ul li, .text_box ul li{padding: 0 0 0 17px; margin: 5px 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 25px; padding: 0; counter-reset: item;}
article ol li, .text_box ol li{padding: 0 0 0 20px; margin: 5px 0; position: relative; list-style-type: none; counter-increment: item;}
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;}
article ol ul, .text_box ol ul{margin: 0; padding: 0 0 0 17px;}
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 thead, .text_box table thead{margin-bottom: 3px;}                                                                                                      
article table thead tr th, article table tr:first-child th, .text_box table thead tr th, .text_box table tr:first-child th{text-align: left; font-weight: 400; letter-spacing: 1px;  padding: 6px 8px; background: #4d4d4d; color: #fff; border: 1px solid #000;}
article table tr td, .text_box table tr td{text-align: left; padding: 6px 8px; font-weight: 300; border: 1px solid #e0dfdf;}
article table tr:nth-child(even) td, .text_box table tr:nth-child(even) td{background: #fff;}
article table tr:nth-child(odd) td, .text_box table tr:nth-child(odd) td{background: #f9f9f9;}
article table tr td.green, .text_box table tr td.green{color: #109510}
article table tr td.red, .text_box table tr td.red{color: #b6192e}
article table tr td.red, .text_box table tr td.red{color: #b6192e}

article table.gdpr th{ text-align: left !important; text-transform: none !important;}
article table.gdpr td{ background: #ffffff !important;}
article table.gdpr th, article table.gdpr td, article table.gdpr td *{ font-size: 14px; line-height: 18px; text-align: left; font-size: 13px !important;}
article table.gdpr th, article table.gdpr td{ padding: 6px 8px !important; border: 1px solid #e0dfdf}

article p.gdpr, .text_box p.gdpr{margin: 0; line-height: 22px;}
article p.gdpr, .text_box p.gdpr{padding: 6px 0;}
article p.gdpr.full, .text_box p.gdpr.full{padding: 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 15px; display: block; }
article img.fr-fil, .text_box img.fr-fil{float: left; margin: 10px 30px 10px 0;}
article img.fr-fir, .text_box img.fr-fir{float: right; margin: 10px 0 10px 30px;}


article span.fr-video, .text_box span.fr-video{width: 100%; margin: 0 auto 15px; display: block; margin: 0 auto; text-align: center}

article span.fr-video.fr-fvl, .text_box span.fr-video.fr-fvl{text-align: left}
article span.fr-video.fr-fvr, .text_box span.fr-video.fr-fvr{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: 'canada-type-gibson', sans-serif, Arial; margin: 0;}
        
        
article, div, li, .text_box{height: auto; min-height: 1px; max-height: 9999999px;}
.clear{min-height: 0; }
div[id]{min-height: 0;}

html{margin: 0 auto; padding: 0; background: #f1f1f1 ;}     
html.admin_settings_active{position: fixed; overflow-y: scroll; width: 100%;}                                                                                                   
body{color: #939598; 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: 'canada-type-gibson', sans-serif, Arial; padding: 0; font-weight: 400; position: relative; 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{position: relative; width: 90%; padding: 0; max-width: 1300px; margin: 0 auto;}
.inside_small{position: relative; width: 90%; padding: 0 5%; max-width: 840px; margin: 0 auto;}
.inside_max{position: relative; width: 90%; padding: 0 5%; max-width: 1440px; margin: 0 auto;}
.inside_middle{position: relative; width: 90%; padding: 0 5%; max-width: 1340px; margin: 0 auto;}



.btn{font-weight: 300; font-size: 14px; letter-spacing: 1px; line-height: 20px; padding: 8px 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.big{font-weight: 400; font-size: 16px; letter-spacing: 1px; line-height: 26px; padding: 20px 40px;}
.btn.ultra_big{padding: 12px 30px;}
.btn.small{padding: 5px 16px;}
.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{font-style: normal; font-weight: 300; font-size: 14px; line-height: 20px; letter-spacing: 1px; }
.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: #fff; 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; border: 1px solid #e4e5e6; height: 80px; position: relative; background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover; 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: 400;}



.btn.typ_1{background: #1b8995; border: 1px solid #1b8995; color: #fff;}
.notouch .btn.typ_1:hover, .notouch .item.hover_efekt .btn.typ_1, .notouch a.item:hover .btn.typ_1, .btn.typ_1.active{background: #f89020; border: 1px solid #f89020; color: #ffffff;}

.btn.typ_2{background: transparent; border: 1px solid transparent; color: #1b8995; padding: 8px 25px 8px 0;}
.btn.typ_2::before{opacity: 1; content: ""; display: block; width: 18px; height: 12px; background: url(../img/arrow_green.svg) no-repeat scroll center center; background-size: 18px 12px; position: absolute; top: calc(50% - 6px); right: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.btn.typ_2::after{opacity: 0; content: ""; display: block; width: 18px; height: 12px; background: url(../img/arrow_white.svg) no-repeat scroll center center; background-size: 18px 12px; position: absolute; top: calc(50% - 6px); right: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .btn.typ_2:hover, .notouch .item.hover_efekt .btn.typ_2, .notouch a.item:hover .btn.typ_2, .btn.typ_2.active{background: #f89020; border: 1px solid #f89020; color: #ffffff; padding: 8px 45px 8px 20px;}
.notouch .btn.typ_2:hover::before, .notouch .item.hover_efekt .btn.typ_2::before, .notouch a.item:hover .btn.typ_2::before, .btn.typ_2.active::before{opacity: 0; right: 20px;}
.notouch .btn.typ_2:hover::after, .notouch .item.hover_efekt .btn.typ_2::after, .notouch a.item:hover .btn.typ_2::after, .btn.typ_2.active::after{opacity: 1; right: 20px;}

.btn.typ_3{background: transparent; border: 1px solid #1b8995; color: #1b8995;}
.btn.typ_3::before{opacity: 1; content: ""; display: block; width: 18px; height: 12px; background: url(../img/arrow_green.svg) no-repeat scroll center center; background-size: 18px 12px; position: absolute; top: calc(50% - 6px); right: 20px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.btn.typ_3::after{opacity: 0; content: ""; display: block; width: 18px; height: 12px; background: url(../img/arrow_white.svg) no-repeat scroll center center; background-size: 18px 12px; position: absolute; top: calc(50% - 6px); right: 20px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .btn.typ_3:hover, .notouch .item.hover_efekt .btn.typ_3, .notouch a.item:hover .btn.typ_3, .btn.typ_3.active{background: #1b8995; border: 1px solid #1b8995; color: #ffffff;}
.notouch .btn.typ_3:hover::before, .notouch .item.hover_efekt .btn.typ_3::before, .notouch a.item:hover .btn.typ_3::before, .btn.typ_3.active::before{opacity: 0;}
.notouch .btn.typ_3:hover::after, .notouch .item.hover_efekt .btn.typ_3::after, .notouch a.item:hover .btn.typ_3::after, .btn.typ_3.active::after{opacity: 1;}

.btn.typ_4{background: transparent; border: 1px solid #1b8995; color: #1b8995;}
.notouch .btn.typ_4:hover, .notouch .item.hover_efekt .btn.typ_4, .notouch a.item:hover .btn.typ_4, .btn.typ_4.active{background: #1b8995; border: 1px solid #1b8995; color: #ffffff;}


.btn.typ_5{background: transparent; border: 1px solid #1b8995; color: #1b8995; padding: 8px 50px 8px 20px;}
.btn.typ_5::before{opacity: 1; content: ""; display: block; width: 18px; height: 12px; background: url(../img/arrow_green.svg) no-repeat scroll center center; background-size: 18px 12px; position: absolute; top: calc(50% - 6px); right: 20px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.btn.typ_5::after{opacity: 0; content: ""; display: block; width: 18px; height: 12px; background: url(../img/arrow_white.svg) no-repeat scroll center center; background-size: 18px 12px; position: absolute; top: calc(50% - 6px); right: 20px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .btn.typ_5:hover, .notouch .item.hover_efekt .btn.typ_5, .notouch a.item:hover .btn.typ_5{background: #1b8995; border: 1px solid #1b8995; color: #ffffff;}
.notouch .btn.typ_5:hover::before, .notouch .item.hover_efekt .btn.typ_5::before, .notouch a.item:hover .btn.typ_5::before{opacity: 0;}
.notouch .btn.typ_5:hover::after, .notouch .item.hover_efekt .btn.typ_5::after, .notouch a.item:hover .btn.typ_5::after{opacity: 1;}

.btn.typ_6{background: #f89020; border: 1px solid #f89020; color: #ffffff;}
.notouch .btn.typ_6:hover, .notouch .item.hover_efekt .btn.typ_6, .notouch a.item:hover .btn.typ_6, .btn.typ_6.active{background: #1b8995; border: 1px solid #1b8995; color: #ffffff;}



@media screen and (max-width: 1024px) {
.btn .item{display: none;}
}
@media screen and (max-width: 768px) {
.btn i{display: block;}
}





ul.social{display: block; margin: 0; text-align: left; padding: 0; height: 30px;}
ul.social li{list-style: none; display: inline-block; margin: 0 0 0 3px;}
ul.social li a{display: block; width: 30px; height: 30px; position: relative; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
ul.social li a::before{opacity: 1; content: ""; position: absolute; left: 0; top: 0; width: 30px; height: 30px;  -webkit-transition: all 400ms ease; transition: all 400ms ease;}
ul.social li a::after{opacity: 0; content: ""; position: absolute; left: 0; top: 0; width: 30px; height: 30px;  -webkit-transition: all 400ms ease; transition: all 400ms ease;}
ul.social li a.in::before{background: url(../../img/social_in_icon.svg) no-repeat scroll center center; background-size: 22px 22px;}
ul.social li a.fb::before{background: url(../../img/social_fb_icon.svg) no-repeat scroll center center; background-size: 22px 22px;}
ul.social li a.yt::before{background: url(../../img/social_yt_icon.svg) no-repeat scroll center center; background-size: 22px 22px;}
ul.social li a.li::before{background: url(../../img/social_li_icon.svg) no-repeat scroll center center; background-size: 22px 22px;}
ul.social li a.tw::before{background: url(../../img/social_tw_icon.svg) no-repeat scroll center center; background-size: 22px 22px;}
ul.social li a.g::before{background: url(../../img/social_g_icon.svg) no-repeat scroll center center; background-size: 22px 22px;}
ul.social li a.in::after{background: url(../../img/social_in_icon_hover.svg) no-repeat scroll center center; background-size: 22px 22px;}
ul.social li a.fb::after{background: url(../../img/social_fb_icon_hover.svg) no-repeat scroll center center; background-size: 22px 22px;}
ul.social li a.yt::after{background: url(../../img/social_yt_icon_hover.svg) no-repeat scroll center center; background-size: 22px 22px;}
ul.social li a.li::after{background: url(../../img/social_li_icon_hover.svg) no-repeat scroll center center; background-size: 22px 22px;}
ul.social li a.tw::after{background: url(../../img/social_tw_icon_hover.svg) no-repeat scroll center center; background-size: 22px 22px;}
ul.social li a.g::after{background: url(../../img/social_g_icon_hover.svg) no-repeat scroll center center; background-size: 22px 22px;}
.notouch ul.social li a:hover::before{opacity: 0;}
.notouch ul.social li a:hover::after{opacity: 1;}



.header_height{display: block; height: 102px; position: relative;}


header{background: #fff; max-width: 1920px; margin: 0 auto; z-index: 9999; padding: 0; position: fixed; top: 0; left: 0; right: 0; margin: 0 auto; width: 100%; text-align: center; 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 a.logo{width: 198px; height: 54px; display: inline-block; vertical-align: middle; position: relative;}
header a.logo img{display: block; width: 198px; height: 54px; margin: 0;}

header .box{display: inline-block; vertical-align: middle; width: calc(100% - 198px - 5px); text-align: right; padding: 0;}
header .box nav{width: calc(100% - 305px); display: inline-block; vertical-align: middle; text-align: right;}
header .box nav ul{margin: 0; padding: 0; text-align: center; display: block;}
header .box nav ul li{position: relative; list-style: none; display: inline-block; vertical-align: middle; margin: 0 12px; padding: 59px 0 21px;}
header .box nav ul li a{padding: 3px 3px; border-top: 3px solid transparent; border-bottom: 3px solid transparent; font-size: 15px; line-height: 22px; color: #000000; font-weight: 400; text-transform: uppercase; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch header .box nav ul li a:hover{color: #f6840a;}
header .box nav ul li.active a{border-bottom: 3px solid #f6840a; color: #000000;}

       
       
header .box nav ul li ul{z-index: 0; margin: 0; padding: 0; position: absolute; top: calc(100% - 30px); opacity: 0; left: 0; background: rgba(255,255,255,0.8); display: block; visibility: hidden; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -o-transition: all 200ms ease; -ms-transition: all 200ms ease; transition: all 200ms ease; 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 .box nav ul li ul:before{opacity: 0.75; bottom: 100%; left: 10px; 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; -moz-transition: all 400ms ease; -o-transition: all 400ms ease; -ms-transition: all 400ms ease; transition: all 400ms ease;}
header .box nav ul li ul.hover_efekt:before, header .box nav ul li ul.special:before{border-bottom-color: #f6840a;}
header .box nav ul li:hover ul{top: calc(100% - 20px); visibility: visible; opacity: 1;}
header .box nav ul li ul li{margin: 0; list-style: none; display: block; width: 100%; padding: 0;}
header .box nav ul li ul li a{border: 0 !important; white-space: nowrap; opacity: 1; position: relative; text-transform: none; font-weight: 400; display: block; padding: 8px 20px; font-size: 14px; line-height: 20px; text-align: left; color: #000000 !important; border-top: 1px solid #e5e5e5; min-width: 100px; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -o-transition: all 400ms ease; -ms-transition: all 400ms ease; transition: all 400ms ease;}
header .box nav ul li ul li:first-of-type a{border-top: 0 !important;}
.notouch header .box nav ul li ul li a:hover, header .box nav ul li ul li.active a{background: rgba(246,132,10,0.8); color: #ffffff !important;}

       
       
header .box .right_side{width: 300px; position: relative; display: inline-block; vertical-align: middle;}
header .box .right_side .search_box{width: 100%; margin: 0; position: relative; display: block;}
header .box .right_side .search_box span.icon{float: right; z-index: 999; cursor: pointer; width: 34px; height: 34px; border: 1px solid #f6840a; position: relative; display: block; background: #f6840a; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
header .box .right_side .search_box span.icon::before{content: ""; width: 34px; height: 34px; display: block; position: absolute; top: 0; left: 0; background: url(../img/lupa.svg) no-repeat scroll center center; background-size: 18px 18px; opacity: 1; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
header .box .right_side .search_box span.icon::after{content: ""; width: 34px; height: 34px; display: block; position: absolute; top: 0; left: 0; background: url(../img/lupa_hover.svg) no-repeat scroll center center; background-size: 18px 18px; opacity: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch header .box .right_side .search_box span.icon:hover, .notouch header .box .search_box.hover_efekt span.icon{background: #ffffff; border: 1px solid #f6840a;}
.notouch header .box .right_side .search_box span.icon:hover::before, .notouch header .box .right_side .search_box.hover_efekt span.icon::before{opacity: 0;}
.notouch header .box .right_side .search_box span.icon:hover::after, .notouch header .box .right_side .search_box.hover_efekt span.icon::after{opacity: 1;}

header .box .search_box form{display: block; position: absolute; top: 0; left: 0; right: 36px; z-index: 9999; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
header .box .search_box.active form{visibility: visible; opacity: 1;}
header .box .search_box form input[type=text]{z-index: 10; position: relative; border: 1px solid #f5f6f6; background: #f5f6f6; color: #6F7173; font-size: 14px; font-weight: 400; line-height: 20px; padding: 7px 20px; width: calc(100% - 42px); }
header .box .search_box form button{z-index: 10; position: relative; background: transparent; padding: 0; width: 36px; height: 36px; border: 1px solid transparent; position: absolute; right: -36px; top: 0; }


header .box .user{width: 100%; text-align: left; display: block; position: relative; margin: 0; padding: 0;}
header .box .user .user_icon{height: 24px; cursor: pointer; display: none; padding: 0 0 0 36px; background: url(../img/user2.svg) no-repeat scroll 5px center; background-size: 24px 24px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
header .box .user .user_icon span{margin: 0; font-size: 15px; line-height: 24px; font-weight: 300; color: #000000; display: inline-block; vertical-align: middle; -webkit-transition: all 400ms ease; transition: all 400ms ease;  cursor: pointer; user-select: none;}
.notouch header .box .user .user_icon:hover{background: url(../img/user_hover.svg) no-repeat scroll 5px center; background-size: 24px 24px; }
.notouch header .box .user .user_icon:hover span{color: #f6840a;}
header .box .user ul{margin: 0; padding: 0; display: block; text-align: right;}
header .box .user ul li{padding: 0; position: relative; list-style: none; display: inline-block; vertical-align: middle; margin: 0; position: relative;}
header .box .user ul li::before{position: absolute; left: 0; top: 50%; margin-top: -6px; height: 12px; background: #000000; opacity: 0.46; width: 1px; content: ""; display: block; }
header .box .user ul li:first-child::before{display: none;}
header .box .user ul li a{position: relative; text-transform: none; display: block; line-height: 18px; font-size: 13px; font-weight: 400; padding: 4px 9px; color: #000000; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.notouch header .box .user ul li a:hover, header .box .user ul li.active a{color: #f6840a;}




.open_close_navigation{cursor: pointer; text-align: center; display: none; position: relative; margin: 24px 40px 0 0; z-index: 20; padding: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
header.icons .open_close_navigation{display: inline-block; vertical-align: middle;}
.open_close_navigation::after{margin: 0 0 0 8px; content: "Menu"; font-size: 15px; line-height: 30px; color: #000000; font-weight: 300; display: inline-block; vertical-align: middle; -webkit-transition: all 400ms ease; transition: all 400ms ease;  cursor: pointer; user-select: none;}
header.small .open_close_navigation::after{display: 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: 15px 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;  cursor: pointer; user-select: none;}
.open_close_navigation .lines-button:active {transition: none;}
.open_close_navigation .lines {display: inline-block; width: 2rem; height: 3px; background: #000000; transition: 0.3s; position: relative;}
.open_close_navigation .lines:before, .open_close_navigation .lines:after {display: inline-block; width: 2rem; height: 3px; background: #000000; 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.5rem;}
.open_close_navigation .lines:after {top: -0.5rem;}
.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: 4px; left: -3px; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; top: 0; width: 2.5rem; background: #2b2b2b;}
.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: #f6840a;}
.notouch .open_close_navigation:hover .lines-button.x.close .lines:before, .notouch .open_close_navigation:hover .lines-button.x.close .lines:after{background: #f6840a;}
.notouch .open_close_navigation:hover .lines:before, .notouch .open_close_navigation:hover .lines:after{background: #f6840a;} 
.notouch .open_close_navigation:hover .lines{background: #f6840a;}  

.user_menu{display: none; position: absolute; max-width: 1920px; top: -900px; right: 0; left: 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); padding: 102px 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: center; margin: 0; padding: 0; z-index: 9998;}
.user_menu ul > li{position: relative; list-style: none; display: block;}
.user_menu ul > li > a{border-top: 1px solid #e5e5e5; position: relative; font-size: 15px; line-height: 56px; font-weight: 500; padding: 0 15px; display: block; text-transform: uppercase; color: #000000;  -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .user_menu ul > li:hover > a, .user_menu ul > li.active > a, .user_menu ul > li:not(.lang) > a.active{background: #f6840a; color: #ffffff; border-top: 1px solid #e07604; }


.ipad_menu{display: none; position: absolute; max-width: 1920px; top: -900px; right: 0; left: 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); padding: 102px 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: center; margin: 0; padding: 0; z-index: 9998;}
.ipad_menu ul > li{position: relative; list-style: none; display: block;}
.ipad_menu ul > li > a{border-top: 1px solid #e5e5e5; position: relative; font-size: 15px; line-height: 56px; font-weight: 500; padding: 0 15px; display: block; text-transform: uppercase; color: #000000;  -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .ipad_menu ul > li:hover > a, .ipad_menu ul > li.active > a, .ipad_menu ul > li:not(.lang) > a.active{background: #f6840a; color: #ffffff; border-top: 1px solid #e07604; }

.ipad_menu ul ul{display: none;}
.ipad_menu ul ul li{}
.ipad_menu ul ul li a{background: #f0f0f0 !important; border: 0 !important; border-top: 1px solid #dbdbdb !important; position: relative; font-size: 14px; line-height: 44px; font-weight: 400; padding: 0 15px; display: block; text-transform: none; color: #1b1b1a !important;  -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -o-transition: all 400ms ease; -ms-transition: all 400ms ease; transition: all 400ms ease;}
.ipad_menu ul ul li:first-child a{border: 0 !important;}
.notouch .ipad_menu ul ul li:hover a, .ipad_menu ul ul li.active a{background: #e2e2e2 !important;}

.ipad_menu ul li .icon{cursor: pointer; z-index: 100; display: block; position: absolute; top: 10px; left: 10px; width: 36px; height: 36px; background: #666666; border: 1px solid #1b1b1a; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -o-transition: all 400ms ease; -ms-transition: all 400ms ease; transition: all 400ms ease;}
.ipad_menu ul li .icon::before{display: block; width: 36px; height: 36px; content: ""; position: absolute; top: 0; left: 0; background: url(../../img/ipad_menu_arrow.png) no-repeat scroll center center;}
.ipad_menu ul li .icon.active::before{transform: rotate(180deg);-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg)}
.notouch .ipad_menu ul li:hover .icon, .ipad_menu ul li.active .icon{background: #1b1b1a;}




.submenu{padding: 132px 0 0; z-index: 999; background: rgba(255,255,255,0.95); position: fixed; left: 0; right: 0; top: -500px; width: 100%; max-width: 1920px; margin: 0 auto; 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); -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.submenu.move{top: 0 !important;}
.submenu ul{display: block; margin: 0 auto; padding: 0; text-align: center;}
.submenu ul li{display: inline-block; vertical-align: bottom; margin: 0 15px 30px; width: 130px;}
.submenu ul li a{display: block; padding: 0; font-size: 14px; line-height: 16px; color: #000000; font-weight: 400; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.submenu ul li a .img{position: relative; width: 90px; height: 90px; display: block; margin: 10px auto 0; -webkit-border-radius: 60px; border-radius: 60px; -webkit-background-size: cover; background-size: cover; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.submenu ul li a .img::before{opacity: 0; position: absolute; top: -2px; right: -2px; bottom: -2px; left: -2px; border: 4px solid #f6840a; content: ""; -webkit-border-radius: 60px; border-radius: 60px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .submenu ul li a:hover{color: #f6840a;}
.notouch .submenu ul li a:hover .img::before{opacity: 1;}






@media screen and (max-width: 1500px) {
header .box nav ul li{margin: 0 8px;}
}
@media screen and (max-width: 1400px) {
header{padding: 20px 0; position: absolute;}
header .box nav ul{display: none;}
.open_close_navigation{display: inline-block;}
.ipad_menu{display: block;}
.submenu{display: none !important;}
}
@media screen and (max-width: 750px) {
.header_height{height: 94px;}
.open_close_navigation{margin: 0 40px 0 0;}
header .box .right_side, header .box nav{width: initial; width: auto;}
header .box .right_side .search_box{display: none;}
header .box .user .user_icon{display: inline-block;}
header .box .user ul{display: none;}
.ipad_menu{padding: 94px 0 0;}
.user_menu{display: block; padding: 94px 0 0;}
}
@media screen and (max-width: 600px) {
.open_close_navigation{margin: 0 25px 0 0;}
.open_close_navigation::after{display: none;}
header .box .user .user_icon span{font-size: 0;}
}
@media screen and (max-width: 450px) {
.header_height{height: 81px;}
header a.logo{width: 150px; height: 41px;}
header a.logo img{width: 150px; height: 41px;}

header .box{width: calc(100% - 150px - 5px);}
.ipad_menu{padding: 81px 0 0;}
.user_menu{padding: 81px 0 0;}
}




.main_slider{overflow: hidden; height: 25vw; max-height: 380px; min-height: 150px; width: 100%; position: relative;}
.main_slider .item{height: 25vw; max-height: 380px; min-height: 150px; width: 100%; position: relative; background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover; background-size: cover;}
.main_slider .item::before{content: ""; display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: url(../img/slider_over.png) repeat-y scroll center center;}
.sub .main_slider{max-height: 180px;}
.sub .main_slider .item{max-height: 180px;}
.main_slider .item a{background: #ffffff; display: inline-block; font-size: 16px; line-height: 22px; color: #1b8995; font-weight: 400; padding: 20px 70px 20px 20px; text-transform: uppercase; position: absolute; top: 50%; left: 50%; -webkit-box-shadow: 4px 4px 15px -7px rgba(0,0,0,0.7); box-shadow: 4px 4px 15px -7px rgba(0,0,0,0.7); -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.main_slider .item a::before{position: absolute; top: calc(50% - 13px); right: 20px; display: block; content: ""; opacity: 1; width: 28px; height: 26px; background: url(../img/calendar_icon.svg) no-repeat scroll center center; background-size: 28px 26px; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.main_slider .item a::after{position: absolute; top: calc(50% - 13px); right: 20px; display: block; content: ""; opacity: 0; width: 28px; height: 26px; background: url(../img/calendar_icon_hover.svg) no-repeat scroll center center; background-size: 28px 26px; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.notouch .main_slider .item a:hover{background: #1b8995; color: #ffffff;}
.notouch .main_slider .item a:hover::before{opacity: 0;}          
.notouch .main_slider .item a:hover::after{opacity: 1;}















#content{background: #fff; padding: 0; position: relative;}
#content .c_column .inside{padding-left: 0; padding-right: 0; width: 100%;}
#content .inside{margin: 0 auto 60px}
#content .inside:last-of-type{margin: 0 auto;}


#content #page_hash{padding: 0; -webkit-transition: opacity 400ms ease; transition: opacity 400ms ease;}



aside{width: 330px; position: relative; float: right; display: block; padding: 0; margin: 0;}
aside.margin{margin: 50px 0 0;}
aside p.title{padding: 0 0 20px; font-size: 16px; line-height: 30px; color: #1b8995; font-weight: 600; text-align: left; text-transform: uppercase; z-index: 999; margin: 0; letter-spacing: 1px;}

@media screen and (max-width: 1200px) {
aside {width: 100%;}
}






.c_column{width: calc(100% - 430px); padding: 0; position: relative; float: left; display: block;}
.c_column.full{width: 100%; padding: 0; position: relative; float: none; display: block;}

@media screen and (max-width: 1200px) {
.c_column.small_full{width: 100%; float: none;}
}



.welcome_1{text-align: center; background: #f1f2f2; display: inline-block; width: 100%; position: relative; padding: 50px 0 80px; margin: -70px 0 0;}

.welcome_1 a.rezerve{background: #ffffff; display: inline-block; font-size: 16px; line-height: 22px; color: #1b8995; font-weight: 400; padding: 20px 70px 20px 20px; text-transform: uppercase; position: absolute; top: -72px; right: 0;; -webkit-box-shadow: 4px 4px 15px -7px rgba(0,0,0,0.7); box-shadow: 4px 4px 15px -7px rgba(0,0,0,0.7); -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.welcome_1 a.rezerve::before{position: absolute; top: calc(50% - 13px); right: 20px; display: block; content: ""; opacity: 1; width: 28px; height: 26px; background: url(../img/calendar_icon.svg) no-repeat scroll center center; background-size: 28px 26px; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.welcome_1 a.rezerve::after{position: absolute; top: calc(50% - 13px); right: 20px; display: block; content: ""; opacity: 0; width: 28px; height: 26px; background: url(../img/calendar_icon_hover.svg) no-repeat scroll center center; background-size: 28px 26px; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.notouch .welcome_1 a.rezerve:hover{background: #1b8995; color: #ffffff;}
.notouch .welcome_1 a.rezerve:hover::before{opacity: 0;}          
.notouch .welcome_1 a.rezerve:hover::after{opacity: 1;}

 
.welcome_1 h1, .welcome_1 .title{text-align: center; text-transform: uppercase; color: #484848; font-weight: 300; font-size: 28px; line-height: 34px; margin: 0 auto 20px; padding: 0; max-width: 700px; display: block;}
.welcome_1 .anotation{text-align: center; color: #484848; font-weight: 300; font-size: 14px; line-height: 20px; margin: 0 auto; padding: 0; max-width: 700px; display: block;}

.welcome_1 .box_slider{max-width: 84%; margin: 0 auto; padding: 0 8%;}
.welcome_1 .box_slider.owl-carousel .owl-controls{margin: 0; min-height: 0;}

.welcome_1 .box_slider.owl-carousel .owl-controls .owl-buttons{ position: absolute; top: 50%; margin-top: -30px; left: 0; right: 0; }
.welcome_1 .box_slider.owl-carousel .owl-controls .owl-buttons .owl-prev { cursor: pointer; position:absolute; width: 32px; height: 60px; left: 30px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.welcome_1 .box_slider.owl-carousel .owl-controls .owl-buttons .owl-next { cursor: pointer; position:absolute; width: 32px; height: 60px; right: 30px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.welcome_1 .box_slider.owl-carousel .owl-controls .owl-buttons .owl-prev::before { opacity: 1; position: absolute; left: 0; top: 0; content: ""; color: #fff; background: url(../img/slider_arrow_left.svg) no-repeat scroll center center; background-size: 32px 60px; display: block; width: 32px; height: 60px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.welcome_1 .box_slider.owl-carousel .owl-controls .owl-buttons .owl-next::before { opacity: 1; position: absolute; left: 0; top: 0; content: ""; color: #fff; background: url(../img/slider_arrow_right.svg) no-repeat scroll center center; background-size: 32px 60px; display: block; width: 32px; height: 60px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.welcome_1 .box_slider.owl-carousel .owl-controls .owl-buttons .owl-prev::after { opacity: 0; position: absolute; left: 0; top: 0; content: ""; color: #fff; background: url(../img/slider_arrow_left_hover.svg) no-repeat scroll center center; background-size: 32px 60px; display: block; width: 32px; height: 60px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.welcome_1 .box_slider.owl-carousel .owl-controls .owl-buttons .owl-next::after { opacity: 0; position: absolute; left: 0; top: 0; content: ""; color: #fff; background: url(../img/slider_arrow_right_hover.svg) no-repeat scroll center center; background-size: 32px 60px; display: block; width: 32px; height: 60px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .welcome_1 .box_slider.owl-carousel .owl-controls .owl-buttons .owl-prev:hover::before, .notouch .welcome_1 .box_slider.owl-carousel .owl-controls .owl-buttons .owl-next:hover::before { opacity: 0;}
.notouch .welcome_1 .box_slider.owl-carousel .owl-controls .owl-buttons .owl-prev:hover::after, .notouch .welcome_1 .box_slider.owl-carousel .owl-controls .owl-buttons .owl-next:hover::after { opacity: 1;}
.welcome_1 .box_slider.owl-carousel .owl-controls .owl-pagination { text-align: center; position: absolute; bottom: -50px; margin: 0; width: 100%; left: 0; right: 0; min-height: 0; z-index: 990; }
.welcome_1 .box_slider.owl-carousel .owl-controls .owl-pagination .owl-page { counter-increment: item; display: inline-block; zoom: 1; *disply: inline; vertical-align: middle; margin: 0 5px;}
.welcome_1 .box_slider.owl-carousel .owl-controls .owl-pagination .owl-page span { margin: 0; opacity: 0.19; position: relative; width: 26px; height: 3px; background: #1b8995; display: block; border: 1px solid #1b8995; -webkit-border-radius: 0; border-radius: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.welcome_1 .box_slider.owl-carousel .owl-controls .owl-pagination .owl-page.active span, .notouch .welcome_1 .box_slider.owl-carousel .owl-controls .owl-pagination .owl-page:hover span { opacity: 1;} 


@media screen and (max-width: 1024px) {
.welcome_1 h1, .welcome_1 .title{font-size: 20px; line-height: 26px; margin: 0 0 15px;}
.welcome_1 .box_slider.owl-carousel .owl-controls .owl-buttons{ margin-top: -22px;}
.welcome_1 .box_slider.owl-carousel .owl-controls .owl-buttons .owl-prev { width: 24px; height: 45px; left: 15px;}
.welcome_1 .box_slider.owl-carousel .owl-controls .owl-buttons .owl-next { width: 24px; height: 45px; right: 15px;}
.welcome_1 .box_slider.owl-carousel .owl-controls .owl-buttons .owl-prev::before { background-size: 24px 45px; width: 24px; height: 45px;}
.welcome_1 .box_slider.owl-carousel .owl-controls .owl-buttons .owl-next::before { background-size: 24px 45px; width: 24px; height: 45px;}
.welcome_1 .box_slider.owl-carousel .owl-controls .owl-buttons .owl-prev::after { background-size: 24px 45px; width: 24px; height: 45px;}
.welcome_1 .box_slider.owl-carousel .owl-controls .owl-buttons .owl-next::after { background-size: 24px 45px; width: 24px; height: 45px;}
}

@media screen and (max-width: 500px) {
.welcome_1{padding: 30px 0 60px;}
.welcome_1 h1, .welcome_1 .title{font-size: 20px; line-height: 26px; margin: 0 0 15px;}
.welcome_1 .box_slider.owl-carousel .owl-controls .owl-pagination{bottom: -40px;}
.welcome_1 .box_slider.owl-carousel .owl-controls .owl-buttons{ margin-top: -30px;}
.welcome_1 .box_slider.owl-carousel .owl-controls .owl-buttons .owl-prev { width: 16px; height: 30px; left: 2px;}
.welcome_1 .box_slider.owl-carousel .owl-controls .owl-buttons .owl-next { width: 16px; height: 30px; right: 2px;}
.welcome_1 .box_slider.owl-carousel .owl-controls .owl-buttons .owl-prev::before { background-size: 16px 30px; width: 16px; height: 30px;}
.welcome_1 .box_slider.owl-carousel .owl-controls .owl-buttons .owl-next::before { background-size: 16px 30px; width: 16px; height: 30px;}
.welcome_1 .box_slider.owl-carousel .owl-controls .owl-buttons .owl-prev::after { background-size: 16px 30px; width: 16px; height: 30px;}
.welcome_1 .box_slider.owl-carousel .owl-controls .owl-buttons .owl-next::after { background-size: 16px 30px; width: 16px; height: 30px;}
}






.sub .welcome_2 .item{padding: 0 20px 20px; box-sizing: border-box;}

.welcome_2{display: flex; flex-wrap: wrap; width: 100%; position: relative; padding: 60px 0 0;}
.welcome_2 .item{display: inline-block; vertical-align: top; padding: 0 0 20px}
.welcome_2 .item { width: calc(33.33% - 40px / 3 - 5px); margin: 0;}
.welcome_2 .item:nth-child(3) { margin: 0 20px 0;}

.welcome_2 .item .title{padding: 0 0 10px; font-size: 16px; line-height: 38px; color: #1b8995; font-weight: 600; text-align: left; text-transform: uppercase; z-index: 999; margin: 0; letter-spacing: 1px;}
.welcome_2 .item .img{width: 180px; display: inline-block; vertical-align: top;}
.welcome_2 .item .img .img_slider{overflow: hidden; width: 180px; position: relative;}
.welcome_2 .item .img .img_slider .box{position: relative; display: block; margin: 0 auto; position: relative;}
.welcome_2 .item .img .img_slider .box span{position: relative; display: block; height: 176px; width: 176px; margin: 0 auto; border: 1px solid #f1f2f2; -webkit-border-radius: 120px; border-radius: 120px; position: relative; background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover; background-size: cover;}
.welcome_2 .item .img .img_slider .box img:not(.img_hide){margin: 15px auto 0; display: block; max-width: 100%;}
.welcome_2 .item .text{text-align: left; position: relative; width: calc(100% - 230px - 5px); display: inline-block; vertical-align: top; margin: 0 0 0 50px;}
.welcome_2 .item .text::before{position: absolute; left: -26px; top: 0; bottom: 0; min-height: 240px; width: 1px; background: #1b8995; content: ""; display: block;}
.welcome_2 .item .text ul{margin: 0; padding: 0;}
.welcome_2 .item .text ul li{margin: 0 0 15px; list-style: none; display: block;}
.welcome_2 .item .text ul li a{display: block; padding: 0; font-size: 15px; line-height: 18px; color: #939598; font-weight: 300; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .welcome_2 .item .text ul li a:hover, .welcome_2 .item .text ul li a.active{color: #1b8995;}


@media screen and (max-width: 1440px) {

   .sub .welcome_2 .item { width: calc(33.33% - 110px / 3 - 5px); margin: 30px 20px 0;}
   .sub .welcome_2 .item:nth-child(-n + 3){margin-top: 0;}
   .sub .welcome_2 .item:nth-child(2n){margin-left: 0;}
   .welcome_2 .item{width: calc(50% - 40px / 3 - 5px);}
   .welcome_2 .item:nth-child(3){margin: 0;}
   .welcome_2 .item:nth-child(2n){margin-left: 30px;}
   .welcome_2 .item .img{width: 150px;}
   .welcome_2 .item .img .img_slider{width: 150px;}
   .welcome_2 .item .img .img_slider .box span{height: 146px; width: 146px;}
   .welcome_2 .item .text{width: calc(100% - 200px - 5px);}

}


@media screen and (max-width: 1300px) {
   .welcome_2{text-align: center;}
   .sub .welcome_2 .item { width: calc(33.33% - 40px / 3 - 5px); margin: 0;}
   .sub .welcome_2 .item .title{text-align: center;}
   .welcome_2 .item { width: calc(50% - 20px / 2 - 5px); margin: 0;}
   .welcome_2 .item:nth-child(5) { margin: 20px 0 0 0;}

}

@media screen and (max-width: 1120px) {
   .welcome_2{padding-bottom: 30px;}
   .sub .welcome_2 .item { width: calc(50% - 20px / 2 - 5px);}
   .sub .welcome_2 .item .text::before{min-height: 170px;}
}

@media screen and (max-width: 1024px) {
   .welcome_2 .item .text ul li a{font-size: 14px; line-height: 20px;}

   /*
   .welcome_2{white-space: nowrap;}
   .welcome_2 .item { width: 413px; margin: 0 !important; padding: 0 0 50px;}
   .welcome_2 .item .title{text-align: center;}
   .welcome_2 .item .text{width: 180px;}

   */

}

@media screen and (max-width: 900px) {
   .welcome_2 .item, .sub .welcome_2 .item { width: 100%; margin: 0 !important;}
}


@media screen and (max-width: 550px) {
   .sub .welcome_2{padding-top: 30px;}
   .welcome_2{padding-bottom: 0;}
   .welcome_2 .item { width: 100%; padding: 0 0 30px;}
   .welcome_2 .item .img{display: none;}
   .welcome_2 .item .text{width: 100%; display: block; margin: 0; text-align: center;}
   .welcome_2 .item .title{text-align: center;}
   .welcome_2 .item .text::before{display: none;}
}







.welcome_3{display: block; width: 100%; position: relative; text-align: center; margin: 0; padding: 60px 0 0;}
.welcome_3 .item{position: relative; padding: 80px 50px 80px 410px; background: #f1f2f2; margin: 0 auto; display: inline-block; vertical-align: middle; }
.welcome_3 .item .img{position: absolute; top: 36px; bottom: 36px; right: 500px; width: 460px; background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover; background-size: cover;}
.welcome_3 .item .text{display: block; text-align: left; width: 370px;}
.welcome_3 .item .text .subtitle{display: block; padding: 0; font-size: 16px; line-height: 20px; color: #1b8995; font-weight: 300; text-transform: uppercase; z-index: 999; margin: 0 0 30px; letter-spacing: 1px;}
.welcome_3 .item .text .date{display: block; padding: 0; font-size: 16px; line-height: 20px; color: #1b8995; font-weight: 600; margin: 0; letter-spacing: 1px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.welcome_3 .item .text .title{display: block; padding: 0; margin: 0;}
.welcome_3 .item .text .title a{display: block; padding: 0; font-size: 16px; line-height: 20px; color: #000000; font-weight: 600; margin: 0; letter-spacing: 1px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .welcome_3 .item.hover_efekt .text .title a{color: #1b8995;}
.welcome_3 .item .text .description{display: block; padding: 20px 0; font-size: 14px; line-height: 20px; color: #939598; font-weight: 300; margin: 0;}
.welcome_3 .item .text .link{font-size: 14px; line-height: 20px; color: #1b8995; font-weight: 400; margin: 10px 0 0; display: block; float: left; padding: 0 0 0 25px; position: relative; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.welcome_3 .item .text .link::before{opacity: 1; position: absolute; top: 0; left: 0; width: 18px; height: 20px; background: url(../img/heart_green.svg) no-repeat scroll center center; background-size: 18px 18px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.welcome_3 .item .text .link::after{opacity: 0; position: absolute; top: 0; left: 0; width: 18px; height: 20px; background: url(../img/heart_orange.svg) no-repeat scroll center center; background-size: 18px 18px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .welcome_3 .item.hover_efekt .text .link{color: #f89020;}
.notouch .welcome_3 .item.hover_efekt .text .link::before{opacity: 0;}
.notouch .welcome_3 .item.hover_efekt .text .link::after{opacity: 1;}
.welcome_3 .item .text .next{cursor: pointer; font-size: 14px; line-height: 20px; color: #1b8995; font-weight: 400; margin: 10px 0 0; display: block; float: right; padding: 0; position: relative; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.notouch .welcome_3 .item .text .next:hover{color: #f89020;}

@media screen and (max-width: 1440px) {
.welcome_3{padding: 100px 0 0;}
}

@media screen and (max-width: 1150px) {
.welcome_3{padding: 30px 0 0;}
.welcome_3 .item{padding: 250px 70px 40px; margin: 50px auto 0; max-width: 700px;}
.welcome_3 .item .img{position: absolute; top: -50px; bottom: initial; bottom: auto; height: 260px; max-width: 400px; margin: 0 auto; right: 30px; left: 30px; width: calc(100% - 60px);}
.welcome_3 .item .text{display: block; text-align: center; width: 100%;}
}

@media screen and (max-width: 600px) {
.welcome_3 .item{padding: 250px 30px 40px; width: čalc(100% - 60px);}
}








.welcome_4{display: block; width: 100%; position: relative;}
.welcome_4 h2{text-align: center; text-transform: uppercase; color: #1b8995; font-weight: 300; font-size: 28px; line-height: 34px; margin: 60px 0 60px; padding: 0;}
.welcome_4 .left_side{display: block; width: 45%; float: left; position: relative;}
.welcome_4 .left_side h3{padding: 0 0 20px; font-size: 16px; line-height: 38px; color: #1b8995; font-weight: 600; text-align: left; text-transform: uppercase; z-index: 999; margin: 0; letter-spacing: 1px;}
.welcome_4 .left_side > .btn{position: absolute; right: 0; top: 0;}
.welcome_4 .right_side{display: block; width: 45%; float: right; position: relative;}
.welcome_4 .right_side h3{padding: 0 0 20px; font-size: 16px; line-height: 38px; color: #1b8995; font-weight: 600; text-align: left; text-transform: uppercase; z-index: 999; margin: 0; letter-spacing: 1px;}
.welcome_4 .right_side > .btn{position: absolute; right: 0; top: 0;}


@media screen and (max-width: 1300px) {
.welcome_4 .left_side, .welcome_4 .right_side{width: 47.5%;}
}
@media screen and (max-width: 1100px) {
.welcome_4 .left_side{width: 100%; float: none; margin: 0 auto 30px; max-width: 620px;}
.welcome_4 .right_side{width: 100%; float: none; margin: 0 auto; max-width: 620px; text-align: center;}
.welcome_4 .right_side h3{text-align: center; padding: 0;}
.welcome_4 .right_side > .btn{position: relative; margin: 0 0 20px;}
.hp .contact_list.short{display: inline-block; vertical-align: top; width: initial; width: auto; text-align: left;}
.hp .contact_list.short .item{white-space: nowrap; width: initial !important; width: auto !important; display: inline-block; vertical-align: top;}
}

@media screen and (max-width: 550px) {
.welcome_4 .left_side, .welcome_4 .right_side{text-align: center;}
.welcome_4 .left_side h3{text-align: center; padding: 0;}

.welcome_4 .left_side > .btn{position: relative; margin: 0 0 20px;}

}




.parallax {margin: 70px 0 0; width: 100%; height: 300px; background-image: url("../img/main_bg.jpg"); background-size: cover; background-repeat: no-repeat; background-position: center; background-attachment: fixed; box-shadow: -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3) inset; box-shadow: 0px 0px 10px rgba(0,0,0,0.3) inset; }


.references {background: #484848;}
.references .partners {font-size: 0; width: 90%; display: block; padding: 40px 5%; text-align: center;}
.references .partners .item {display: inline-block; vertical-align: middle; margin: 15px; width: calc(12.5% - 30px);}
.references .partners .item .in{opacity: 0.6; display: block; width: 100%; padding: 0 0 50%; background-repeat: no-repeat; background-position: 50% 50%; -webkit-background-size: contain; background-size: contain; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.notouch .references .partners a.item:hover .in{opacity: 1;}


@media screen and (max-width: 1400px) {
.references .partners .item {width:  calc(16.66% - 30px);}
}
@media screen and (max-width: 1200px) {
.references .partners .item {width:  calc(20% - 30px);}
}

@media screen and (max-width: 900px) {
.references .partners .item {width:  calc(25% - 30px);}
}

@media screen and (max-width: 750px) {
.references .partners .item {width:  calc(33.33% - 30px);}
}

@media screen and (max-width: 500px) {
.references .partners .item {width:  calc(50% - 20px); margin: 10px;}
}
  




.search_list { position: relative; width: 100%; text-align: left;}
.search_list p.title{padding: 0; font-size: 16px; line-height: 30px; color: #1b8995; font-weight: 600; text-align: left; text-transform: uppercase; z-index: 999; margin: 0; letter-spacing: 1px;}








.sorting{background: #f2f2f2; margin: 0; text-align: left; padding: 20px; -webkit-transition: opacity 400ms ease; transition: opacity 400ms ease;}
.container.opacity .sorting{opacity: 0.4;}
.container.opacity #page_hash{opacity: 0.4;}
.sorting .item{position: relative; display: inline-block; vertical-align: top; white-space: nowrap; margin: 0 10px; width: calc(25% - 80px / 4 - 4px);}
.sorting .item.small{width: initial; width: auto; margin: 0 30px 0 10px;}
.sorting .item.full{width: initial; width: auto; display: block; margin: 0 13px 0 10px; z-index: 0;}
.sorting .item span.text{display: block; font-size: 13px; line-height: 20px; color: #808080; font-weight: 400; display: block; margin: 0;}
.sorting .item span.inline{display: inline-block; vertical-align: middle; margin: 15px 5px 15px 0;}


.sorting .item a.sort{position: relative; margin-right: 2px; width: 23px; text-align: center; border: 1px solid #c9c9c9; font-size: 14px; line-height: 23px; color: #c9c9c9; text-transform: uppercase; font-weight: 400; display: inline-block; vertical-align: middle; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.notouch .sorting .item a.sort:hover, .sorting .item a.sort.active{background-color: #000000; border: 1px solid #000000; color: #fff;}
.sorting .item a.sort.arrow::before{opacity: 1; content: ""; display: block; width: 23px; height: 23px; position: absolute; top: 0; left: 0; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.sorting .item a.sort.arrow::after{opacity: 0; content: ""; display: block; width: 23px; height: 23px; position: absolute; top: 0; left: 0; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.notouch .sorting .item a.sort.arrow:hover::before, .sorting .item a.sort.arrow.active::before{opacity: 0;}
.notouch .sorting .item a.sort.arrow:hover::after, .sorting .item a.sort.arrow.active::after{opacity: 1;}
.sorting .item a.sort.arrow.up::before{background: url(../img/sorting_arrow_up.svg) no-repeat scroll center center; background-size: 11px auto;}
.sorting .item a.sort.arrow.up::after{background: url(../img/sorting_arrow_up_active.svg) no-repeat scroll center center; background-size: 11px auto;}
.sorting .item a.sort.arrow.down::before{background: url(../img/sorting_arrow_down.svg) no-repeat scroll center center; background-size: 11px auto;}
.sorting .item a.sort.arrow.down::after{background: url(../img/sorting_arrow_down_active.svg) no-repeat scroll center center; background-size: 11px auto;}



.sorting .item .sbHolder{position: relative; background: #fff; width: calc(100% - 2px); margin: 0; height: 29px; border: 1px solid #e0dfdf; }
.sorting .item .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 #e0dfdf;}
.sorting .item .sbHolder .sbToggle.sbToggleOpen{background: url(../img/select_arrow_reverse.svg) no-repeat scroll center center; background-size: 16px 16px; }
.sorting .item .sbHolder a.sbSelector{margin: 0; display: block; color: #000 !important; font-size: 12px; line-height: 29px; padding: 0 45px 0 15px; font-weight: 700; width: calc(100% - 60px); text-align: left; text-decoration: none;}
.sorting .item .sbOptions{max-height: 500px !important; z-index: 999; top: 100% !important; background: #fff; padding: 0; left: -1px; right: -1px;}
.sorting .item .sbOptions a{text-decoration: none; border: 1px solid #e0dfdf; 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: 600; color: #000 !important;  -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.sorting .item .sbOptions li:first-child a{border-top: 1px solid #e0dfdf;}
.notouch .sorting .item .sbOptions a:hover{background: #f0f0f0 !important;} 



.sorting .item .range_slider .slider_range_bg{padding: 0; margin: 0;}
.sorting .item .range_slider .left_value, .sorting .item .range_slider .right_value{position: relative; margin: 0 30px 0 0; display: inline-block; vertical-align: middle;}
.sorting .item .range_slider .left_value{margin: 0 30px 0 0;}
.sorting .item .range_slider .right_value{margin: 0 0 0 30px;}
.sorting .item .range_slider input{background: #fff; border: 1px solid #e0dfdf; width: 80px; text-align: center; font-size: 13px; line-height: 36px; height: 36px; font-weight: 600; position: relative; z-index: 0; padding: 0; margin: 0; display: block;}

@media screen and (max-width: 1500px) {
.sorting .item{width: calc(33.33% - 60px / 3 - 4px); margin: 0 10px 10px}
}
@media screen and (max-width: 1200px) {
.sorting .item{width: calc(50% - 40px / 2 - 4px); margin: 0 10px 10px}
}
@media screen and (max-width: 600px) {
.sorting{padding: 15px 20px;}
.sorting .item{width: 100%; margin: 0 0 10px; display: block;}
.sorting .item.small{width: initial; width: auto; margin: 0 20px 0 0; display: inline-block;}
.sorting .item span.inline{margin: 5px 5px 5px 0;}
.sorting .item.full{margin: 10px 0 0 0; width: 100%;}
.sorting #slider_range{position: absolute; left: 0; right: 0; top: 30px; width: 95% !important; display: block; z-index: 10; }
.sorting .item .range_slider .left_value{margin: 40px 10px 0 0; z-index: 0; float: left;}
.sorting .item .range_slider .right_value{margin: 40px 0 0 10px; float: right;}
} 
@media screen and (max-width: 450px) {
.sorting .item.small{width: 100%; margin: 0; display: block;}
}                                                                   
  
  
  
  
.sorting .filter_btn{cursor: pointer; border: 1px solid #dbdbdb; padding: 6px 15px 6px 6px; background: #ebebeb; display: inline-block; vertical-align: middle; margin: 2px 1px 2px 0;}
.sorting .filter_btn .text{display: inline-block; vertical-align: middle; font-size: 13px; line-height: 21px; font-weight: 600; text-align: left; padding: 0 0 0 4px;}  
  
.sorting .sep{border-top: 1px solid #dbdbdb; margin: 14px 0 17px;}  
  
.filter_box{border: 1px solid #e5e5e5; position: relative; display: block; margin: 30px 0 0; padding: 20px 30px 16px;}
.filter_box .title{position: absolute; left: 20px; top: -10px; margin: 0; font-size: 13px; line-height: 20px; background: #ffffff; padding: 0 20px; text-transform: uppercase;}

.filter_box .range_slider .slider_range_bg{padding: 0; margin: 0;}
.filter_box .range_slider .ui-slider-horizontal, .filter_box .range_slider #slider_range{display: inline-block; vertical-align: middle; width: calc(100% - 235px)!important;}
.filter_box .range_slider .left_value, .filter_box .range_slider .right_value{position: relative; margin: 0 30px 0 0; display: inline-block; vertical-align: middle;}
.filter_box .range_slider .left_value{margin: 0 30px 0 0;}
.filter_box .range_slider .right_value{margin: 0 0 0 30px;}
.filter_box .range_slider input{background: #fff; border: 1px solid #e0dfdf; width: 80px; text-align: center; font-size: 13px; line-height: 33px; height: 33px; font-weight: 600; position: relative; z-index: 0; padding: 0; margin: 0; display: block;}

.filter_box .filter_btn{cursor: pointer; border: 1px solid #e5e5e5; padding: 6px 15px 6px 6px; background: #ffffff; display: inline-block; vertical-align: middle; margin: 0 1px 4px 0;}
.filter_box .filter_btn .text{display: inline-block; vertical-align: middle; font-size: 13px; line-height: 21px; font-weight: 600; text-align: left; padding: 0 0 0 4px;}  
  
  
.sort_tabs{width: 100%; position: relative; display: block; text-align: left; padding: 30px 0 0;}
.sort_tabs ul{margin: 0; padding: 0;  border-bottom: 1px solid #e6e7e8; text-align: left;}
.sort_tabs ul li{list-style: none; display: inline-block; vertical-align: top; margin: 0 3px;}
.sort_tabs ul li a{margin: 0 0 -1px; display: block; font-size: 12px; line-height: 40px; text-align: center; padding: 0 40px; font-weight: 700; text-transform: uppercase; border: 1px solid #e6e7e8; background: #f1f2f2; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .sort_tabs ul li a:hover{background: #fff;}
.sort_tabs ul li.active a{border-bottom: 1px solid #fff; background: #fff; color: #b3c336;}

@media screen and (max-width: 650px) {
.sort_tabs ul li a{padding: 0 15px; text-transform: none; line-height: 32px;}
}
  
  
  
  
  
  
                                                                









.category_bottom{margin: 10px 0 0; width: 100%;}
.load_next_page{margin: 0; 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;}
.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: 32px; font-size: 13px; line-height: 32px; padding: 0; text-align: center; color: #373d42; font-weight: 700; position: relative; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.notouch .strankovani ul li a:hover{border: 1px solid #373d42;}
.strankovani ul li.active a{border: 1px solid #b3c336 !important; background: #b3c336; color: #fff;}
.strankovani ul li.tecky{font-size: 20px; line-height: 20px; padding-top: 1px; color: #373d42; }

@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;}
}












.newsletter{background: #e4e5e6; display:block; position: relative; text-align: center; padding: 40px 5%; margin: 0; z-index: 0;}
.newsletter p.title{color: #1b8995; text-transform: uppercase; font-size: 16px; line-height: 30px; font-weight: 600; display: inline-block; vertical-align: middle; margin: 0;}
.newsletter form{display: inline-block; vertical-align: middle; width: 100%; max-width: 300px; position: relative; margin: 0 0 0 20px;}
.newsletter label{display: block;}
.newsletter label input[type=text]{position: relative; font-size: 13px; line-height: 20px; padding: 10px 15px; border: 1px solid #dedede; background: #ffffff; width: calc(100% - 32px); font-weight: 400; position: relative; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.newsletter label input[type=text]:focus{border: 1px solid #1b8995;}
.newsletter button{text-indent: -99999px; top: 0; right: 0; width: 36px; background: transparent; position: absolute; border: 0; height: 42px;}
.newsletter button::before{opacity: 1; background: url(../img/arrow_black_right.svg) no-repeat scroll center center; background-size: 16px 16px; content: ""; position: absolute; right: 0; top: 0; width: 100%; height: 100%; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.newsletter button::after{opacity: 0; background: url(../img/arrow_green_right.svg) no-repeat scroll center center; background-size: 16px 16px; content: ""; position: absolute; right: 0; top: 0; width: 100%; height: 100%; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .newsletter button:hover::before{opacity: 0;}
.notouch .newsletter button:hover::after{opacity: 1;}
.newsletter p:not(.title){font-size: 12px; line-height: 16px; font-weight: 400; display: block; margin: 10px 0 0;}
.newsletter p:not(.title) a{text-decoration: underline; font-size: 12px; line-height: 16px; font-weight: 400; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .newsletter p:not(.title) a:hover{color: #1b8995;}

@media screen and (max-width: 1024px) {
.newsletter{margin: 0;}
.newsletter form{margin: 0;}
.newsletter p.title{display: block; text-align: center; margin: 0 0 15px;}
}

@media screen and (max-width: 500px) {
.newsletter{margin: 0;}
.newsletter p.title{font-size: 16px; line-height: 24px;}
}








footer.class_1{padding: 70px 0; margin: 0; background: #ffffff; display: block; position: relative; border-top: 1px solid #e4e5e6;}
footer.class_1 .inside_max{display: flex; justify-content: space-between;}
footer.class_1.padding{margin: 0; border: 0;}
footer.class_1 .item{width: 60%; max-width: 820px; padding: 0; display: block; position: relative;}
footer.class_1 .item:nth-child(1){float: left;}
footer.class_1 .item:nth-child(2){float: right; text-align: center; max-width: 620px;}

footer.class_1 .item p.title{padding: 0 0 35px; font-size: 16px; line-height: 30px; color: #1b8995; font-weight: 600; text-align: left; text-transform: uppercase; z-index: 999; margin: 0;}
footer.class_1 .item .social{position: absolute; right: 0; top: 0;}
footer.class_1 .item .text_box{color: #939598; padding: 0 0 25px;}
footer.class_1 .item .box{display: inline-block; vertical-align: middle;}
footer.class_1 .item .box:nth-child(4){margin: 0 60px 0 0; padding: 30px 60px 30px 0; border-right: 1px solid #e4e5e6;}
footer.class_1 .item .box p{font-size: 14px; font-weight: 400; line-height: 22px; color: #1b8995; margin: 0;}
footer.class_1 .item .box p:nth-child(1), footer .item .box p:nth-child(6){margin: 0 0 15px;}
footer.class_1 .item .box p.phone{padding: 0 0 0 26px; background: url(../img/phone_icon.svg) no-repeat scroll center left; background-size: 20px 20px;}
footer.class_1 .item .box p.mail{padding: 0 0 0 26px; position: relative; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
footer.class_1 .item .box p.mail::before{opacity: 1; position: absolute; top: 0; left: 0; width: 20px; height: 20px; background: url(../img/mail_icon.svg) no-repeat scroll center center; background-size: 20px 20px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
footer.class_1 .item .box p.mail::after{opacity: 0; position: absolute; top: 0; left: 0; width: 20px; height: 20px; background: url(../img/mail_icon_hover.svg) no-repeat scroll center center; background-size: 20px 20px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch footer.class_1 .item .box p.mail:hover{color: #f89020;}
.notouch footer.class_1 .item .box p.mail:hover::before{opacity: 0;}
.notouch footer.class_1 .item .box p.mail:hover::after{opacity: 1;}
footer.class_1 .item .box p.subtitle{font-size: 18px; font-weight: 600; line-height: 22px; text-transform: uppercase; margin: 0; padding: 34px 0 0; background: url(../img/chat_icon.svg) no-repeat scroll left top; background-size: 30px 26px;}
footer.class_1 .item .box:nth-child(6) p{color: #f89020;}

footer.class_1 .item label{display: block; text-align: left; font-size: 15px; line-height: 20px; color: #231f20; padding: 0 0 5px;}
footer.class_1 .item table{border-spacing: 4px 0; width: 100%; border-collapse: separate;}
footer.class_1 .item table td{padding: 0; font-size: 14px; font-weight: 400; line-height: 22px; color: #231f20;}
footer.class_1 .item table td a{color: #1b8995; text-decoration: underline; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch footer.class_1 .item table td a:hover{color: #f89020;}

footer.class_1 .item table td input[type=text]{border: 1px solid #f5f6f6; background: #f5f6f6; color: #231f20; font-size: 14px; line-height: 20px; padding: 6px 15px; width: calc(100% - 32px); margin: 0 0 15px; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
footer.class_1 .item table td textarea{resize: none; overflow: auto; height: 140px; border: 1px solid #f5f6f6; background: #f5f6f6; color: #231f20; font-size: 14px; line-height: 20px; padding: 6px 15px; width: calc(100% - 32px); margin: 0 0 15px; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
footer.class_1 .item table td input[type=text]:focus, footer .item table td textarea:focus{border: 1px solid #1b8995;}
      
#datum_narozeni{width:100px; border: 1px solid #f5f6f6; background: #f5f6f6; color: #231f20; font-size: 14px; line-height: 20px; padding: 6px 15px; margin: 0 0 15px; -webkit-transition: all 400ms ease; transition: all  400ms ease; }
#datum_narozeni:focus{border: 1px solid #1b8995;}

@media screen and (max-width: 1300px) {
footer.class_1 .item .box:nth-child(5){margin: 0 30px 0 0; padding: 15px 30px 15px 0;}
}
@media screen and (max-width: 1100px) {
footer.class_1 .item{width: 100%; margin: 0 auto; float: none !important;}
footer.class_1 .item:nth-child(1){margin: 0 auto 30px}
footer.class_1 .box p, strong{text-align: center;}
footer.class_1 .item:nth-child(2){text-align: center;}
footer.class_1 .item:nth-child(2) p {text-align: center;}
}
@media screen and (max-width: 550px) {
footer.class_1 .item p.title{padding: 0 0 10px;}
footer.class_1 .item .box:nth-child(5){border-right: 0; padding: 0; margin: 0;}
footer.class_1 .item .box.chat{display: none;}
footer.class_1 .item table, footer.class_1 .item table tbody, footer.class_1 .item table tr, footer.class_1 .item table td{display: block; width: 100%; text-align: left;}
footer.class_1 .item table .btn{margin: 10px 0 0;}
}


footer.class_1 .contact_list{width: 100%; position: relative; margin: 0 auto 40px; font-size: 0;}
footer.class_1 .contact_list .items{position: relative; text-align: left; display: inline-block; vertical-align: top; width: calc(33% - 20px / 3); margin: 30px 0 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
footer.class_1 .contact_list .items:nth-child(3n - 1){margin: 30px 10px 0;}
footer.class_1 .contact_list .items:nth-child(-n + 3){margin-top: 0;}
                                                  
footer.class_1 .contact_list .items .img{position: relative; width: 70px; height: 70px; border: 1px solid transparent; display: inline-block; zoom: 1; *display: inline; vertical-align: middle; margin: 0 auto; -webkit-border-radius: 60px; border-radius: 60px; -webkit-background-size: cover; background-size: cover; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
footer.class_1 .contact_list .items .img::before{opacity: 1; position: absolute; top: -1px; right: -1px; bottom: -1px; left: -1px; border: 1px solid #e4e5e6; -webkit-border-radius: 60px; border-radius: 60px;  content: ""; display: block; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
footer.class_1 .contact_list .items .img::after{opacity: 0; position: absolute; top: -3px; right: -3px; bottom: -3px; left: -3px; border: 3px solid #f89020; -webkit-border-radius: 60px; border-radius: 60px;  content: ""; display: block; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch footer.class_1 .contact_list .items.hover_efekt .img::before{opacity: 0;}
.notouch footer.class_1 .contact_list .items.hover_efekt .img::after{opacity: 1;}

footer.class_1 .contact_list .items .text{display: inline-block; zoom: 1; *display: inline; vertical-align: middle;  text-align: left; padding: 0 0 0 15px; width: calc(100% - 90px);}
footer.class_1 .contact_list .items .text .title{padding: 0; display: block; font-size: 16px; line-height: 22px; color: #58595b; font-weight: 400; margin: 0; text-transform: none; letter-spacing: normal;}
footer.class_1 .contact_list .items .text .title a{display: block; font-size: 16px; line-height: 22px; color: #58595b; font-weight: 400; margin: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch footer.class_1 .contact_list .items.hover_efekt .text .title a{color: #f89020;}
footer.class_1 .contact_list .items .text .post{display: block; font-size: 14px; line-height: 20px; color: #58595b; font-weight: 300; margin: 0 0 10px;}
footer.class_1 .contact_list .items .text .phone{color: #1b8995; font-size: 14px; line-height: 20px; margin: 0;  padding: 0 0 0 26px; background: url(../img/phone_icon.svg) no-repeat scroll center left; background-size: 20px 20px;}
footer.class_1 .contact_list .items .text .mail{color: #1b8995; font-size: 14px; line-height: 20px; margin: 0; padding: 0 0 0 26px; position: relative; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
footer.class_1 .contact_list .items .text .mail::before{opacity: 1; position: absolute; top: 0; left: 0; width: 20px; height: 20px; background: url(../img/mail_icon.svg) no-repeat scroll center center; background-size: 20px 20px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
footer.class_1 .contact_list .items .text .mail::after{opacity: 0; position: absolute; top: 0; left: 0; width: 20px; height: 20px; background: url(../img/mail_icon_hover.svg) no-repeat scroll center center; background-size: 20px 20px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch footer.class_1 .contact_list .items .text .mail:hover{color: #f89020;}
.notouch footer.class_1 .contact_list .items .text .mail:hover::before{opacity: 0;}
.notouch footer.class_1 .contact_list .items .text .mail:hover::after{opacity: 1;}

footer.class_1 .contact_list2 .items .text .link{font-size: 14px; line-height: 20px; color: #1b8995; font-weight: 400; margin: 0; display: inline-block; padding: 0 0 0 25px; position: relative; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
footer.class_1 .contact_list2 .items .text .link::before{opacity: 1; position: absolute; top: 0; left: 0; width: 18px; height: 20px; background: url(../img/heart_green.svg) no-repeat scroll center center; background-size: 18px 18px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
footer.class_1 .contact_list2 .items .text .link::after{opacity: 0; position: absolute; top: 0; left: 0; width: 18px; height: 20px; background: url(../img/heart_orange.svg) no-repeat scroll center center; background-size: 18px 18px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch footer.class_1 .contact_list2 .items.hover_efekt .text .link{color: #f89020;}
.notouch footer.class_1 .contact_list2 .items.hover_efekt .text .link::before{opacity: 0;}
.notouch footer.class_1 .contact_list2 .items.hover_efekt .text .link::after{opacity: 1;}

@media screen and (max-width: 1590px) and (min-width: 1101px) {
footer.class_1 .contact_list2 .items{width: calc(50% - 10px / 2); margin: 30px 0 0; display: block;}
footer.class_1 .contact_list2 .items:nth-child(3n){margin: 30px 0 0;}
footer.class_1 .contact_list2 .items:nth-child(-n + 3){margin-top: 30px;}
footer.class_1 .contact_list2 .items:nth-child(1){margin-top: 0;}

//footer.class_1 .contact_list2 .item{width: calc(50% - 10px / 2); margin: 30px 0 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}

footer.class_1 .contact_list2 .items:nth-child(2n - 1){margin: 30px 10px 0;}
footer.class_1 .contact_list2 .items:nth-child(-n + 2){margin-top: 0;}

}


@media screen and (max-width: 1101px) {
footer.class_1 .inside_max {display: flex; align-items: center; justify-content: center; flex-direction: column;}
footer.class_1 .inside_max .box {margin-bottom: 40px;}
footer.class_1 .inside_max .item {margin-bottom: 40px;}

}


@media screen and (max-width: 770px) {
footer.class_1 .contact_list2 .items{width: 100%; margin: 30px 0 0; display: block;}
footer.class_1 .contact_list2 .items:nth-child(2n){margin: 30px 0 0;}
footer.class_1 .contact_list2 .items:nth-child(-n + 2){margin-top: 30px;}
footer.class_1 .contact_list2 .items:nth-child(1){margin-top: 0;}

}

@media screen and (max-width: 600px) {
footer.class_1 .fb_widget {display: none;}
}

@media screen and (max-width: 500px) {
footer.class_1 .fb_widget {display: none;}
footer.class_1 .item {width: 200px;}
}



@media screen and (max-width: 1440px) {

.contact_list_mine {transform: scale(0.9);}

}

@media screen and (max-width: 1140px) {

.contact_list_mine {transform: scale(0.8);}

}
















footer.class_2{padding: 70px 0; margin: 0; background: #ffffff; display: block; position: relative; border-top: 1px solid #e4e5e6;}
footer.class_2 {display: flex; align-items: center;}
footer.class_2.padding{padding: 0 0 70px; margin: 0; border: 0;}
footer.class_2 .item{width: 50%; max-width: 820px; padding: 0; display: block; position: relative;}
footer.class_2 .item:nth-child(1){float: left;}
footer.class_2 .item:nth-child(2){float: right; max-width: 620px;}

footer.class_2 .item p.title{padding: 0 0 35px; font-size: 16px; line-height: 30px; color: #1b8995; font-weight: 600; text-align: left; text-transform: uppercase; z-index: 999; margin: 0;}
footer.class_2 .item .social{position: absolute; right: 0; top: 0;}
footer.class_2 .item .text_box{color: #939598; padding: 0 0 25px;}
footer.class_2 .item .box{display: inline-block; vertical-align: middle;}
footer.class_2 .item .box:nth-child(4){margin: 0 60px 0 0; padding: 30px 60px 30px 0; border-right: 1px solid #e4e5e6;}
footer.class_2 .item .box p{font-size: 14px; font-weight: 400; line-height: 22px; color: #1b8995; margin: 0;}
footer.class_2 .item .box p:nth-child(1), footer.class_2 .item .box p:nth-child(6){margin: 0 0 15px;}
footer.class_2 .item .box p.phone{padding: 0 0 0 26px; background: url(../img/phone_icon.svg) no-repeat scroll center left; background-size: 20px 20px;}
footer.class_2 .item .box p.mail{padding: 0 0 0 26px; position: relative; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
footer.class_2 .item .box p.mail::before{opacity: 1; position: absolute; top: 0; left: 0; width: 20px; height: 20px; background: url(../img/mail_icon.svg) no-repeat scroll center center; background-size: 20px 20px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
footer.class_2 .item .box p.mail::after{opacity: 0; position: absolute; top: 0; left: 0; width: 20px; height: 20px; background: url(../img/mail_icon_hover.svg) no-repeat scroll center center; background-size: 20px 20px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch footer.class_2 .item .box p.mail:hover{color: #f89020;}
.notouch footer.class_2 .item .box p.mail:hover::before{opacity: 0;}
.notouch footer.class_2 .item .box p.mail:hover::after{opacity: 1;}
footer.class_2 .item .box p.subtitle{font-size: 18px; font-weight: 600; line-height: 22px; text-transform: uppercase; margin: 0; padding: 34px 0 0; background: url(../img/chat_icon.svg) no-repeat scroll left top; background-size: 30px 26px;}
footer.class_2 .item .box:nth-child(6) p{color: #f89020;}

footer.class_2 .item label{display: block; text-align: left; font-size: 15px; line-height: 20px; color: #231f20; padding: 0 0 5px;}
footer.class_2 .item table{border-spacing: 4px 0; width: 100%; border-collapse: separate;}
footer.class_2 .item table td{padding: 0; font-size: 14px; font-weight: 400; line-height: 22px; color: #231f20;}
footer.class_2 .item table td a{color: #1b8995; text-decoration: underline; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch footer.class_2 .item table td a:hover{color: #f89020;}

footer.class_2 .item table td input[type=text]{border: 1px solid #f5f6f6; background: #f5f6f6; color: #231f20; font-size: 14px; line-height: 20px; padding: 6px 15px; width: calc(100% - 32px); margin: 0 0 15px; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
footer.class_2 .item table td textarea{resize: none; overflow: auto; height: 140px; border: 1px solid #f5f6f6; background: #f5f6f6; color: #231f20; font-size: 14px; line-height: 20px; padding: 6px 15px; width: calc(100% - 32px); margin: 0 0 15px; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
footer.class_2 .item table td input[type=text]:focus, footer.class_2 .item table td textarea:focus{border: 1px solid #1b8995;}
 



#datum_narozeni{width:100px; border: 1px solid #f5f6f6; background: #f5f6f6; color: #231f20; font-size: 14px; line-height: 20px; padding: 6px 15px; margin: 0 0 15px; -webkit-transition: all 400ms ease; transition: all  400ms ease; }
#datum_narozeni:focus{border: 1px solid #1b8995;}

@media screen and (max-width: 1300px) {
footer.class_2 .item .box:nth-child(5){margin: 0 30px 0 0; padding: 15px 30px 15px 0;}
}
@media screen and (max-width: 1100px) {
footer.class_2 .item{width: 100%; margin: 0 auto; float: none !important;}
footer.class_2 .item:nth-child(1){margin: 0 auto 30px}
}

@media screen and (max-width: 550px) {
footer.class_2 .item p.title{padding: 0 0 10px;}
footer.class_2 .item .box:nth-child(5){border-right: 0; padding: 0; margin: 0;}
footer.class_2 .item .box.chat{display: none;}
footer.class_2 .item table, footer .item table tbody, footer.class_2 .item table tr, footer.class_2 .item table td{display: block; width: 100%; text-align: left;}
footer.class_2 .item table .btn{margin: 10px 0 0;}
}

      

.mapa{position: relative; display: block; background: #f2f2f2; width: 100%;}
.mapa #MyGmapsFooter{z-index: 0; position: relative; width: 100%; height: 20vw; min-height: 200px; max-height: 360px; display: block; background: url(../img/mapa.jpg) no-repeat scroll center center #e5e3df;}
.mapa a.btn{position: absolute; left: 0; bottom: 0; z-index: 20;}


.sign{background: #484848; padding: 16px 5%; text-align: center;}
.sign p{margin: 0;}
.sign a{padding: 0; color: #cccccc; font-weight: 400; letter-spacing: 1px; font-size: 12px; line-height: 16px; text-align: center; display: block; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.sign a:nth-child(1){float: left}
.sign a:nth-child(2){float: right}
.notouch .sign a:hover{color: #ffffff;}






























/************************
 MODULY
************************/



.drobky{position: relative; text-align: left; width: 100%; margin: 0 auto; padding: 20px 0; border-bottom: 1px solid #e4e5e6;}
.drobky ul::before{z-index: 99; position: absolute; top: 0; bottom: 0; right: 0; width: 40px; 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 ); content: ""; display: block;}
.drobky ul{z-index: 0; position: relative; white-space: nowrap; margin: 0; padding: 0; width: 100%; overflow: hidden;}
.drobky ul li{position: relative; z-index: 9; list-style: none; display: inline-block; vertical-align: middle; margin-right: -4px;}
.drobky ul li::before{position: absolute; left: 0; top: 50%; margin-top: -6px; height: 12px; background: #939598; opacity: 0.46; width: 1px; content: ""; display: block; }
.drobky ul li.first::before{display: none;}
.drobky ul li.first a{padding-left: 0;}
.drobky ul li a{white-space: nowrap; position: relative; display: block; color: #939598; font-size: 13px; line-height: 18px; 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: #f89020;}
.drobky ul li span{white-space: nowrap; display: block; color: #f89020; font-size: 14px; line-height: 18px; font-weight: 600; letter-spacing: 1px; padding: 0 0 0 15px;} 

@media screen and (max-width: 700px) {
.drobky{display: none;}
}
  




.carrier_list { width: 100%; text-align: left; margin: 0;}
.carrier_list .item { text-align: center; display: inline-block; vertical-align: top; background: #f5f5f5; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.carrier_list .item { width: calc(33.33% - 40px / 3 - 5px); margin: 20px 0 0;}
.carrier_list .item:nth-child(3n - 1) { margin: 20px 20px 0;} 
.carrier_list .item:nth-child(-n + 3) { margin-top: 0;} 
.carrier_list .item .text{display: table; height: 160px; width: calc(100% - 40px); padding: 0 20px; text-align: center; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.carrier_list .item .text .title { display: table-cell; vertical-align: middle; width: 100%; margin: 0; font-size: 16px; font-weight: 500; line-height: 26px; color: #000000; text-transform: uppercase; text-align: center; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .carrier_list .item:hover { background: #e72628;}
.notouch .carrier_list .item:hover .text .title { color: #fff;}
.carrier_list .item .text .title .icon{width: 42px; height: 42px; display: block; margin: 0 auto 8px; position: relative;}
.carrier_list .item .text .title .icon::before{opacity: 1; content: ""; position: absolute; top: 0; left: 0; width: 42px; height: 42px; display: block; background: url(../img/carrier_icon.svg) no-repeat scroll center center; background-size: 42px 42px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.carrier_list .item .text .title .icon::after{opacity: 0; content: ""; position: absolute; top: 0; left: 0; width: 42px; height: 42px; display: block; background: url(../img/carrier_icon_hover.svg) no-repeat scroll center center; background-size: 42px 42px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .carrier_list .item:hover .text .title .icon::before{opacity: 0;}
.notouch .carrier_list .item:hover .text .title .icon::after{opacity: 1}

@media screen and (max-width: 1400px)  { 
.carrier_list .item { width: calc(50% - 20px / 2 - 5px); margin: 20px 0 0 !important;}
.carrier_list .item:nth-child(2n) { margin: 20px 0 0 20px !important;}
.carrier_list .item:nth-child(-n + 2) { margin-top: 0 !important;} 
}

@media screen and (max-width: 700px)  {
.carrier_list .item { display: block; width: calc(100% - 2px); margin: 20px 0 0 !important;}
.carrier_list .item:nth-child(2n) { margin: 20px 0 0 !important;}
.carrier_list .item:nth-child(-n + 2) { margin-top: 20px !important;}
.carrier_list .item:nth-child(1) { margin-top: 0 !important;}
}


.faq_list{display: block; width: 100%;}
.faq_list .item{display: block; width: 100%; padding: 40px 0 0;}
.faq_list .item:nth-child(1){padding: 0;}
.faq_list .item .number{display: inline-block; vertical-align: middle; background: #1b8995; width: 46px; line-height: 46px; text-align: center; font-size: 15px; font-weight: 400; color: #fff;}
.faq_list .item .title{display: inline-block; vertical-align: middle; width: calc(100% - 46px - 30px); text-align: left; font-size: 15px; line-height: 20px; font-weight: 600; letter-spacing: 1px; color: #1b8995; margin: 0 0 0 25px;}
.faq_list .item .text_box{padding: 10px 0 0;}

.contact_page{max-width: 1280px; width: 100%; position: relative; margin: 0 auto;}
.contact_page > img{display: block; max-width: 100%; width: 320px; height: 25px; margin: 0 0 20px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.contact_page .item{text-align: left; position: relative; width: calc(100% - 600px); padding: 0 40px 50px 0; display: block; float: left;}
.contact_page .item p{display: block; margin: 0; padding: 0; font-size: 13px; line-height: 22px; color: #373d42; font-weight: 400;}
.contact_page .item p.margin{margin: 20px 0 0;}
.contact_page .item p strong{font-size: 13px; line-height: 22px; color: #373d42; font-weight: 600;}
.contact_page .item p.phone, .contact_page .item p.mail{color: #373d42; font-weight: 400; font-size: 13px; line-height: 22px;}
.contact_page .item p a{font-size: 13px; line-height: 22px; color: #373d42; font-weight: 400; text-decoration: underline;}
.notouch .contact_page .item p a:hover{text-decoration: none;}

.contact_page form{text-align: left; position: relative; width: 560px; padding: 0 0 50px 0; display: block; float: left;}
.contact_page form p{display: block; margin: 0; padding: 0 0 10px; font-size: 13px; line-height: 22px; color: #373d42; font-weight: 600; }
.contact_page form p.gdpr{font-weight: 400; text-align: right;}
.contact_page form p.gdpr a{font-size: 13px; line-height: 22px; color: #373d42; font-weight: 600; text-decoration: underline; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.notouch .contact_page form p.gdpr a:hover{color: #b3c336;}
.contact_page form input[type=text]{border: 1px solid #e6e6e6; width: calc(100% - 42px); background: #fff; font-size: 14px; line-height: 20px; padding: 8px 20px; color: #000; margin: 0 0 10px; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.contact_page form textarea{resize: none; overflow: auto; height: 80px; border: 1px solid #e6e6e6; width: calc(100% - 42px); background: #fff; font-size: 14px; line-height: 20px; padding: 8px 20px; color: #000; margin: 0 0 10px; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.contact_page form input[type=text]:focus, .contact_page form textarea:focus{border: 1px solid #666;}

.contact_page .mapa{position: relative; display: block; background: #f2f2f2; width: 100%;}
.contact_page .mapa #MyGmaps{z-index: 0; position: relative; width: 100%; height: 380px; display: block; background: #fff;}
.contact_page .mapa a.btn{position: absolute; left: 0; bottom: 0; z-index: 20;}
.contact_page .mapa a.btn:nth-child(3){bottom: 36px;}


@media screen and (max-width: 1400px) {
.contact_page .item{width: calc(100% - 440px);}
.contact_page form{width: 400px;}
}
@media screen and (max-width: 1200px) {
.contact_page .item{width: 100%;}
.contact_page form{width: 100%; max-width: 560px;}
}
@media screen and (max-width: 1024px) {
.contact_page {width: 50%;}
.contact_page .item{text-align: center;}
.contact_page form{width: 100%; max-width: 560px;}

}
@media screen and (max-width: 500px) {
.contact_page form p.gdpr {text-align: center;}

}


.vypis_gallery{width: 100%; display: block;}
.vypis_gallery .item{width: calc(33.33% - 20px - 3px); margin: 0 10px 20px; height: 240px; position: relative; background-attachment: local; position: relative; display: inline-block; vertical-align: top; background-repeat: no-repeat; background-position: 50% 50%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
.vypis_gallery .item::before{position: absolute; top: 0; right: 0; left: 0; bottom: 0; content: ""; background: rgba(0,0,0,0.35); content: ""; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -o-transition: all 400ms ease; -ms-transition: all 400ms ease; transition: all 400ms ease; }
.notouch .vypis_gallery .item:hover::before{background: rgba(0,0,0,0.7); content: "";}
.vypis_gallery .item .title{text-align: center; max-width: 90%; margin: 0 auto; font-size: 18px; line-height: 24px; color: #fff; font-weight: 600; letter-spacing: 1px; position: absolute; left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);}

@media screen and (max-width: 1400px) {
.vypis_gallery .item{width: calc(50% - 20px - 3px);}
}
@media screen and (max-width: 1200px) {
.vypis_gallery .item{height: 200px;}
}
@media screen and (max-width: 600px) {
.vypis_gallery .item{width: calc(100% - 20px - 3px);}
}



.rozcestnik{width: 100%; display: block;}
.rozcestnik .item{width: calc(33.33% - 20px - 3px); margin: 0 10px 20px; height: 240px; position: relative; background-attachment: local; position: relative; display: inline-block; vertical-align: top; background-repeat: no-repeat; background-position: 50% 50%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
.rozcestnik .item::before{position: absolute; top: 0; right: 0; left: 0; bottom: 0; content: ""; background: rgba(0,0,0,0.35); content: ""; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -o-transition: all 400ms ease; -ms-transition: all 400ms ease; transition: all 400ms ease; }
.notouch .rozcestnik .item:hover::before{background: rgba(0,0,0,0.7); content: "";}
.rozcestnik .item .title{text-align: center; max-width: 90%; margin: 0 auto; font-size: 18px; line-height: 24px; color: #fff; font-weight: 600; letter-spacing: 1px; position: absolute; left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);}

@media screen and (max-width: 1400px) {
.rozcestnik .item{width: calc(50% - 20px - 3px);}
}
@media screen and (max-width: 1200px) {
.rozcestnik .item{height: 200px;}
}
@media screen and (max-width: 600px) {
.rozcestnik .item{width: calc(100% - 20px - 3px);}
}


.stories_list{width: 100%; position: relative; margin: 0 auto;}
.stories_list .item{background: #f1f2f2; position: relative; text-align: left; display: inline-block; vertical-align: top; width: calc(25% - 60px / 4 - 3px); margin: 20px 0 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .stories_list .item:hover{box-shadow: 4px 4px 20px -3px rgba(0,0,0,0.6); -webkit-box-shadow: 4px 4px 20px -3px rgba(0,0,0,0.6);}
.stories_list .item:nth-child(4n - 1){margin: 20px 20px 0;}
.stories_list .item:nth-child(4n - 2){margin: 20px 0 0 20px;}
.stories_list .item:nth-child(-n + 4){margin-top: 0;}

aside .stories_list .item{width: 100% !important; margin: 0 0 30px !important;}

.stories_list.short .item{width: calc(50% - 20px / 2 - 5px) !important;; margin: 20px 0 0 !important;;}
.stories_list.short .item:nth-child(2n){margin: 20px 0 0 20px !important;;}
.stories_list.short .item:nth-child(-n + 2){margin-top: 0 !important;;}

.stories_list .item .img{height: 200px; display: block; width: 100%; background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover; background-size: cover;}
.stories_list .item .text{padding: 30px; text-align: left; display: block;}
.stories_list .item .text .title{font-size: 18px; line-height: 24px; color: #1b8995; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; display: block; position: relative; margin: 0 0 15px; padding: 0 0 0 34px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .stories_list .item:hover .text .title{color: #f6840a;}
.stories_list .item .text .title span{position: absolute; top: 0; left: 0; width: 24px; height: 24px; background: url(../img/heart_orange.svg) no-repeat scroll center center; background-size: 24px 24px; }
.stories_list .item .text .title::before{opacity: 1; content: ""; display: block; width: 18px; height: 12px; background: url(../img/arrow_green.svg) no-repeat scroll center center; background-size: 18px 12px; position: absolute; top: calc(50% - 6px); right: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.stories_list .item .text .title::after{opacity: 0; content: ""; display: block; width: 18px; height: 12px; background: url(../img/arrow_orange.svg) no-repeat scroll center center; background-size: 18px 12px; position: absolute; top: calc(50% - 6px); right: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .stories_list .item:hover .text .title::before{opacity: 0;}
.notouch .stories_list .item:hover .text .title::after{opacity: 1;}
.stories_list .item .text .anotation{display: block; font-size: 14px; line-height: 22px; height: 88px; overflow: hidden;  color: #939598; font-weight: 300;}

@media screen and (max-width: 1400px) {
.stories_list .item{width: calc(33.33% - 40px / 3 - 3px); margin: 20px 0 0;}
.stories_list .item:nth-child(4n - 1){margin: 20px 0 0;}
.stories_list .item:nth-child(4n - 2){margin: 20px 0 0;}
.stories_list .item:nth-child(-n + 4){margin-top: 20px;}
.stories_list .item:nth-child(3n - 1){margin: 20px 20px 0;}
.stories_list .item:nth-child(-n + 3){margin-top: 0;}
}

@media screen and (max-width: 1024px) {
.stories_list .item{width: calc(50% - 20px / 2 - 3px); margin: 20px 0 0;}
.stories_list .item:nth-child(4n - 1){margin: 20px 0 0;}
.stories_list .item:nth-child(4n - 2){margin: 20px 0 0;}
.stories_list .item:nth-child(-n + 4){margin-top: 20px;}
.stories_list .item:nth-child(3n - 1){margin: 20px 0 0;}
.stories_list .item:nth-child(-n + 3){margin-top: 20px;}
.stories_list .item:nth-child(2n){margin: 20px 0 0 20px;}
.stories_list .item:nth-child(-n + 2){margin-top: 0;}
}

@media screen and (max-width: 550px) {
.stories_list .item{width: 100%; margin: 20px 0 0;}
.stories_list .item:nth-child(4n - 1){margin: 20px 0 0;}
.stories_list .item:nth-child(4n - 2){margin: 20px 0 0;}
.stories_list .item:nth-child(-n + 4){margin-top: 20px;}
.stories_list .item:nth-child(3n - 1){margin: 20px 0 0;}
.stories_list .item:nth-child(-n + 3){margin-top: 20px;}
.stories_list .item:nth-child(2n){margin: 20px 0 0;}
.stories_list .item:nth-child(-n + 2){margin-top: 20px;}
.stories_list .item:nth-child(1){margin-top: 0;}
}

@media screen and (max-width: 550px) {
.stories_list.short .item{width: 100% !important;; margin: 20px 0 0 !important;;}
.stories_list.short .item:nth-child(2n){margin: 20px 0 0 !important;;}
.stories_list.short .item:nth-child(-n + 2){margin-top: 20px !important;;}
.stories_list.short .item:nth-child(1){margin-top: 20px !important;;}
.hp .stories_list.short .item:nth-child(3), .hp .stories_list.short .item:nth-child(4){display: none;}
}










.media_list{width: 100%; position: relative; margin: 0 auto;}
.media_list .item{background: #f1f2f2; position: relative; text-align: left; display: inline-block; vertical-align: top; width: calc(33.33% - 40px / 3 - 3px); margin: 20px 0 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .media_list .item:hover{box-shadow: 4px 4px 20px -3px rgba(0,0,0,0.6); -webkit-box-shadow: 4px 4px 20px -3px rgba(0,0,0,0.6);}
.media_list .item:nth-child(3n - 1){margin: 20px 20px 0;}
.media_list .item:nth-child(-n + 4){margin-top: 0;}

.media_list .item .img{height: 200px; display: block; width: 100%; background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover; background-size: cover;}
.media_list .item .text{padding: 30px; text-align: left; display: block;}
.media_list .item .text .title{font-size: 16px; line-height: 24px; height: 48px; overflow: hidden; color: #1b8995; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; display: block; position: relative; margin: 0; padding: 0 20px 0 34px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .media_list .item:hover .text .title{color: #f6840a;}
.media_list .item .text .title span{position: absolute; top: 0; left: 0; width: 24px; height: 24px; background: url(../img/heart_orange.svg) no-repeat scroll center center; background-size: 24px 24px; }
.media_list .item .text .title::before{opacity: 1; content: ""; display: block; width: 18px; height: 12px; background: url(../img/arrow_green.svg) no-repeat scroll center center; background-size: 18px 12px; position: absolute; top: calc(50% - 6px); right: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.media_list .item .text .title::after{opacity: 0; content: ""; display: block; width: 18px; height: 12px; background: url(../img/arrow_orange.svg) no-repeat scroll center center; background-size: 18px 12px; position: absolute; top: calc(50% - 6px); right: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .media_list .item:hover .text .title::before{opacity: 0;}
.notouch .media_list .item:hover .text .title::after{opacity: 1;}

@media screen and (max-width: 1150px) {
.media_list .item{width: calc(50% - 20px / 2 - 3px); margin: 20px 0 0;}
.media_list .item:nth-child(3n - 1){margin: 20px 0 0;}
.media_list .item:nth-child(-n + 3){margin-top: 20px;}
.media_list .item:nth-child(2n){margin: 20px 0 0 20px;}
.media_list .item:nth-child(-n + 2){margin-top: 0;}
}

@media screen and (max-width: 700px) {
.media_list .item{width: 100%; margin: 20px 0 0;}
.media_list .item:nth-child(3n - 1){margin: 20px 0 0;}
.media_list .item:nth-child(-n + 3){margin-top: 20px;}
.media_list .item:nth-child(2n){margin: 20px 0 0;}
.media_list .item:nth-child(-n + 2){margin-top: 20px;}
.media_list .item:nth-child(1){margin-top: 0;}

.media_list .item .text .title{height: initial; height: auto; overflow: hidden;}
}














.contact_list{width: 100%; position: relative; margin: 0 auto;}
.contact_list.short{margin: 60px 0 0;}
.hp .contact_list.short{margin: 0;}
.contact_list h2{padding: 0 0 20px; font-size: 16px; line-height: 30px; color: #1b8995; font-weight: 600; text-align: left; text-transform: uppercase; z-index: 999; margin: 0; letter-spacing: 1px;}
.contact_list .item{position: relative; text-align: left; display: inline-block; vertical-align: top; width: calc(33.33% - 120px / 3 - 5px); margin: 60px 0 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.contact_list .item:nth-child(3n - 1){margin: 60px 60px 0;}
.contact_list .item:nth-child(-n + 3){margin-top: 0;}

aside .contact_list .item{width: 100% !important; margin: 0 0 40px !important;}
aside .contact_list .item .img{width: 98px; height: 98px;}
aside .contact_list .item .text{padding: 0 0 0 20px; width: calc(100% - 125px)}


.hp .contact_list .item{margin: 0 0 40px !important;}
.hp .contact_list.short .item{width: 320px;}
.hp .contact_list .item .img{width: 98px; height: 98px;}
.hp .contact_list .item .text{padding: 0 0 0 20px; width: 250px; max-width: calc(100% - 125px)}



.contact_list.short .item{width: calc(50% - 60px / 2 - 5px); margin: 60px 0 0;}
.contact_list.short .item:nth-child(2n){margin: 60px 0 0 60px;}
.contact_list.short .item:nth-child(-n + 2){margin-top: 0;}

.contact_list .item .img{position: relative; width: 118px; height: 118px; border: 1px solid transparent; display: inline-block; zoom: 1; *display: inline; vertical-align: middle; margin: 0 auto; -webkit-border-radius: 60px; border-radius: 60px; -webkit-background-size: cover; background-size: cover; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.contact_list .item .img::before{opacity: 1; position: absolute; top: -1px; right: -1px; bottom: -1px; left: -1px; border: 1px solid #e4e5e6; -webkit-border-radius: 60px; border-radius: 60px;  content: ""; display: block; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.contact_list .item .img::after{opacity: 0; position: absolute; top: -3px; right: -3px; bottom: -3px; left: -3px; border: 3px solid #f89020; -webkit-border-radius: 60px; border-radius: 60px;  content: ""; display: block; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .contact_list .item.hover_efekt .img::before{opacity: 0;}
.notouch .contact_list .item.hover_efekt .img::after{opacity: 1;}

.contact_list .item .text{display: inline-block; zoom: 1; *display: inline; vertical-align: middle;  text-align: left; padding: 0 0 0 30px; width: calc(100% - 155px)}
.contact_list .item .text .title{padding: 0; display: block; font-size: 16px; line-height: 22px; color: #58595b; font-weight: 400; margin: 0; text-transform: none; letter-spacing: normal;}
.contact_list .item .text .title a{display: block; font-size: 16px; line-height: 22px; color: #58595b; font-weight: 400; margin: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .contact_list .item.hover_efekt .text .title a{color: #f89020;}
.contact_list .item .text .post{display: block; font-size: 14px; line-height: 20px; color: #58595b; font-weight: 300; margin: 0 0 10px;}
.contact_list .item .text .phone{color: #1b8995; font-size: 14px; line-height: 20px; margin: 0;  padding: 0 0 0 26px; background: url(../img/phone_icon.svg) no-repeat scroll center left; background-size: 20px 20px;}
.contact_list .item .text .mail{color: #1b8995; font-size: 14px; line-height: 20px; margin: 0; padding: 0 0 0 26px; position: relative; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.contact_list .item .text .mail::before{opacity: 1; position: absolute; top: 0; left: 0; width: 20px; height: 20px; background: url(../img/mail_icon.svg) no-repeat scroll center center; background-size: 20px 20px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.contact_list .item .text .mail::after{opacity: 0; position: absolute; top: 0; left: 0; width: 20px; height: 20px; background: url(../img/mail_icon_hover.svg) no-repeat scroll center center; background-size: 20px 20px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .contact_list .item .text .mail:hover{color: #f89020;}
.notouch .contact_list .item .text .mail:hover::before{opacity: 0;}
.notouch .contact_list .item .text .mail:hover::after{opacity: 1;}

.contact_list .item .text .link{font-size: 14px; line-height: 20px; color: #1b8995; font-weight: 400; margin: 0; display: inline-block; padding: 0 0 0 25px; position: relative; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.hp .contact_list.short .item .text .link{position: absolute; left: calc(100% + 40px); top: calc(50% - 10px); white-space: nowrap; }
.contact_list .item .text .link::before{opacity: 1; position: absolute; top: 0; left: 0; width: 18px; height: 20px; background: url(../img/heart_green.svg) no-repeat scroll center center; background-size: 18px 18px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.contact_list .item .text .link::after{opacity: 0; position: absolute; top: 0; left: 0; width: 18px; height: 20px; background: url(../img/heart_orange.svg) no-repeat scroll center center; background-size: 18px 18px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .contact_list .item.hover_efekt .text .link{color: #f89020;}
.notouch .contact_list .item.hover_efekt .text .link::before{opacity: 0;}
.notouch .contact_list .item.hover_efekt .text .link::after{opacity: 1;}

.contact_list .item .text .calendar{font-size: 14px; line-height: 20px; color: #1b8995; font-weight: 400; margin: 10px 0 0; display: inline-block; padding: 0 0 0 25px; position: relative; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.contact_list .item .text .calendar::before{opacity: 1; position: absolute; top: 0; left: 0; width: 18px; height: 20px; background: url(../img/calendar_green.svg) no-repeat scroll center center; background-size: 18px 18px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.contact_list .item .text .calendar::after{opacity: 0; position: absolute; top: 0; left: 0; width: 18px; height: 20px; background: url(../img/calendar_orange.svg) no-repeat scroll center center; background-size: 18px 18px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .contact_list .item .text .calendar:hover{color: #f89020;}
.notouch .contact_list .item .text .calendar:hover::before{opacity: 0;}
.notouch .contact_list .item .text .calendar:hover::after{opacity: 1;}

@media screen and (max-width: 1200px) {
.contact_list .item{width: calc(50% - 60px / 2 - 5px); margin: 60px 0 0;}
.contact_list .item:nth-child(3n - 1){margin: 60px 0 0;}
.contact_list .item:nth-child(-n + 3){margin-top: 60px;}
.contact_list .item:nth-child(2n){margin: 60px 0 0 60px;}
.contact_list .item:nth-child(-n + 2){margin-top: 0;}
}

@media screen and (max-width: 1100px) {
.hp .contact_list.short .item, .hp .contact_list .item .text{width: initial; width: auto;;}
.hp .contact_list.short .item .text .link{position: relative; top: 0; left: 0;}
}

@media screen and (max-width: 770px) {
.contact_list .item{width: 100%; margin: 60px 0 0; display: block;}
.contact_list .item:nth-child(3n - 1){margin: 60px 0 0;}
.contact_list .item:nth-child(-n + 3){margin-top: 60px;}
.contact_list .item:nth-child(2n){margin: 60px 0 0;}
.contact_list .item:nth-child(-n + 2){margin-top: 60px;}
.contact_list .item:nth-child(1){margin-top: 0;}
.contact_list .item .img{width: 98px; height: 98px;}
.contact_list .item .text{padding: 0 0 0 20px; width: calc(100% - 125px)}

.contact_list.short .item{width: 100%; margin: 60px 0 0;}
.contact_list.short .item:nth-child(2n){margin: 60px 0 0;}
.contact_list.short .item:nth-child(-n + 2){margin-top: 60px;}
.contact_list.short .item:nth-child(1){margin-top: 0;}
}












.contact_page .contact_list{width: 100%; position: relative; margin: 0 auto 40px; font-size: 0;}
.contact_page .contact_list .item{position: relative; text-align: left; display: inline-block; vertical-align: top; width: calc(50% - 10px / 2); margin: 30px 0 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.contact_list2 .items:nth-child(2n){margin: 30px 0 0 10px;}
.contact_list2 .items:nth-child(-n + 2){margin-top: 0;}
                                                  
.contact_list2 .items .img{position: relative; width: 70px; height: 70px; border: 1px solid transparent; display: inline-block; zoom: 1; *display: inline; vertical-align: middle; margin: 0 auto; -webkit-border-radius: 60px; border-radius: 60px; -webkit-background-size: cover; background-size: cover; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.contact_list2 .items .img::before{opacity: 1; position: absolute; top: -1px; right: -1px; bottom: -1px; left: -1px; border: 1px solid #e4e5e6; -webkit-border-radius: 60px; border-radius: 60px;  content: ""; display: block; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.contact_list2 .items .img::after{opacity: 0; position: absolute; top: -3px; right: -3px; bottom: -3px; left: -3px; border: 3px solid #f89020; -webkit-border-radius: 60px; border-radius: 60px;  content: ""; display: block; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .contact_list2 .items.hover_efekt .img::before{opacity: 0;}
.notouch .contact_list2 .items.hover_efekt .img::after{opacity: 1;}

.contact_list2 .items .text{display: inline-block; zoom: 1; *display: inline; vertical-align: middle;  text-align: left; padding: 0 0 0 15px; width: calc(100% - 90px);}
.contact_list2 .items .text .title{padding: 0; display: block; font-size: 16px; line-height: 22px; color: #58595b; font-weight: 400; margin: 0; text-transform: none; letter-spacing: normal;}
.contact_list2 .items .text .title a{display: block; font-size: 16px; line-height: 22px; color: #58595b; font-weight: 400; margin: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .contact_list2 .items.hover_efekt .text .title a{color: #f89020;}
.contact_list2 .items .text .post{display: block; font-size: 14px; line-height: 20px; color: #58595b; font-weight: 300; margin: 0 0 10px;}
.contact_list2 .items .text .phone{color: #1b8995; font-size: 14px; line-height: 20px; margin: 0;  padding: 0 0 0 26px; background: url(../img/phone_icon.svg) no-repeat scroll center left; background-size: 20px 20px;}
.contact_list2 .items .text .mail{color: #1b8995; font-size: 14px; line-height: 20px; margin: 0; padding: 0 0 0 26px; position: relative; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.contact_list2 .items .text .mail::before{opacity: 1; position: absolute; top: 0; left: 0; width: 20px; height: 20px; background: url(../img/mail_icon.svg) no-repeat scroll center center; background-size: 20px 20px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.contact_list2 .items .text .mail::after{opacity: 0; position: absolute; top: 0; left: 0; width: 20px; height: 20px; background: url(../img/mail_icon_hover.svg) no-repeat scroll center center; background-size: 20px 20px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .contact_list2 .items .text .mail:hover{color: #f89020;}
.notouch .contact_list2 .items .text .mail:hover::before{opacity: 0;}
.notouch .contact_list2 .items .text .mail:hover::after{opacity: 1;}

.contact_list2 .items .text .link{font-size: 14px; line-height: 20px; color: #1b8995; font-weight: 400; margin: 0; display: inline-block; padding: 0 0 0 25px; position: relative; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.contact_list2 .items .text .link::before{opacity: 1; position: absolute; top: 0; left: 0; width: 18px; height: 20px; background: url(../img/heart_green.svg) no-repeat scroll center center; background-size: 18px 18px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.contact_list2 .items .text .link::after{opacity: 0; position: absolute; top: 0; left: 0; width: 18px; height: 20px; background: url(../img/heart_orange.svg) no-repeat scroll center center; background-size: 18px 18px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .contact_list2 .items.hover_efekt .text .link{color: #f89020;}
.notouch .contact_list2 .items.hover_efekt .text .link::before{opacity: 0;}
.notouch .contact_list2 .items.hover_efekt .text .link::after{opacity: 1;}

@media screen and (max-width: 1500px) and (min-width: 1101px) {
.contact_list2 .items{width: 100%; margin: 30px 0 0; display: block;}
.contact_list2 .items:nth-child(2n){margin: 30px 0 0;}
.contact_list2 .items:nth-child(-n + 2){margin-top: 30px;}
.contact_list2 .items:nth-child(1){margin-top: 0;}
}

@media screen and (max-width: 770px) {
.contact_list2 .items{width: 100%; margin: 30px 0 0; display: block;}
.contact_list2 .items:nth-child(2n){margin: 30px 0 0;}
.contact_list2 .items:nth-child(-n + 2){margin-top: 30px;}
.contact_list2 .items:nth-child(1){margin-top: 0;}
}















.landing_list{width: 100%; position: relative; margin: 0 auto;}
.landing_list .item{position: relative; text-align: left; display: inline-block; vertical-align: top; width: calc(33.33% - 120px / 3 - 5px); margin: 60px 0 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.landing_list .item:nth-child(3n - 1){margin: 60px 60px 0;}
.landing_list .item:nth-child(-n + 3){margin-top: 0;}

.landing_list.big .item{width: calc(50% - 60px / 2 - 5px); margin: 60px 0 0;}
.landing_list.big .item:nth-child(2n){margin: 60px 0 0 60px;}
.landing_list.big .item:nth-child(-n + 2){margin-top: 0;}

.landing_list .item .img{width: 118px; height: 118px; border: 2px solid #e4e5e6; display: inline-block; zoom: 1; *display: inline; vertical-align: middle; margin: 0 auto; -webkit-border-radius: 60px; border-radius: 60px; -webkit-background-size: cover; background-size: cover; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .landing_list .item.hover_efekt .img{border: 2px solid #f89020;}
.landing_list .item .text{display: inline-block; zoom: 1; *display: inline; vertical-align: middle;  text-align: left; padding: 0 0 0 30px; width: calc(100% - 157px)}
.landing_list .item .text .title{padding: 0; display: block; font-size: 16px; line-height: 22px; color: #58595b; font-weight: 400; margin: 0; text-transform: none; letter-spacing: normal;}
.landing_list .item .text .title a{display: block; font-size: 16px; line-height: 22px; color: #58595b; font-weight: 400; margin: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .landing_list .item.hover_efekt .text .title a{color: #f89020;}
.landing_list .item .text img{max-width: 100%;}
.landing_list .item .text .anotation{display: block; font-size: 14px; line-height: 20px; color: #58595b; font-weight: 300; margin: 10px 0;}

.landing_list .item .text .link{font-size: 14px; line-height: 20px; color: #1b8995; font-weight: 400; margin: 0; display: inline-block; padding: 0 0 0 25px; position: relative; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.landing_list .item .text .link::before{opacity: 1; position: absolute; top: 0; left: 0; width: 18px; height: 20px; background: url(../img/heart_green.svg) no-repeat scroll center center; background-size: 18px 18px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.landing_list .item .text .link::after{opacity: 0; position: absolute; top: 0; left: 0; width: 18px; height: 20px; background: url(../img/heart_orange.svg) no-repeat scroll center center; background-size: 18px 18px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .landing_list .item.hover_efekt .text .link{color: #f89020;}
.notouch .landing_list .item.hover_efekt .text .link::before{opacity: 0;}
.notouch .landing_list .item.hover_efekt .text .link::after{opacity: 1;}

@media screen and (max-width: 1200px) {
.landing_list .item{width: calc(50% - 60px / 2 - 5px); margin: 60px 0 0;}
.landing_list .item:nth-child(3n - 1){margin: 60px 0 0;}
.landing_list .item:nth-child(-n + 3){margin-top: 60px;}
.landing_list .item:nth-child(2n){margin: 60px 0 0 60px;}
.landing_list .item:nth-child(-n + 2){margin-top: 0;}
}

@media screen and (max-width: 1200px) {
.landing_list.big .item{width: 100%; margin: 60px 0 0;}
.landing_list.big .item:nth-child(2n){margin: 60px 0 0 0;}
.landing_list.big .item:nth-child(-n + 2){margin-top: 60px;}
.landing_list.big .item:nth-child(1){margin-top: 0;}
}
@media screen and (max-width: 770px) {
.landing_list .item{width: 100%; margin: 60px 0 0; display: block;}
.landing_list .item:nth-child(3n - 1){margin: 60px 0 0;}
.landing_list .item:nth-child(-n + 3){margin-top: 60px;}
.landing_list .item:nth-child(2n){margin: 60px 0 0;}
.landing_list .item:nth-child(-n + 2){margin-top: 60px;}
.landing_list .item:nth-child(1){margin-top: 0;}
.landing_list .item .img{width: 98px; height: 98px;}
.landing_list .item .text{padding: 0 0 0 20px; width: calc(100% - 127px)}
}
@media screen and (max-width: 700px) {
.landing_list.big .item .img{display: none;}
.landing_list.big .item .text{display: block; padding: 0; width: 100%}

}



.detail{width: 100%; position: relative; margin: 0 auto; padding: 60px 0 0;}
.detail .img{width: 298px; height: 298px; border: 1px solid #e4e5e6; display: inline-block; zoom: 1; *display: inline; vertical-align: top; margin: 0 auto; -webkit-border-radius: 150px; border-radius: 150px; -webkit-background-size: cover; background-size: cover; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.detail .text{display: inline-block; zoom: 1; *display: inline; vertical-align: top;  text-align: left; padding: 0 0 0 50px; width: calc(100% - 355px)}
.detail .text h1{text-transform: none; color: #1b8995; font-weight: 300; font-size: 28px; line-height: 34px; margin: 0 0 0; padding: 0;}
.detail .text .post{display: block; font-size: 14px; line-height: 20px; color: #58595b; font-weight: 300; margin: 0 0 10px;}
.detail .text .phone{color: #1b8995; font-size: 14px; line-height: 20px; margin: 0;  padding: 0 0 0 26px; background: url(../img/phone_icon.svg) no-repeat scroll center left; background-size: 20px 20px;}
.detail .text .mail{color: #1b8995; font-size: 14px; line-height: 20px; margin: 0; padding: 0 0 0 26px; position: relative; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.detail .text .mail::before{opacity: 1; position: absolute; top: 0; left: 0; width: 20px; height: 20px; background: url(../img/mail_icon.svg) no-repeat scroll center center; background-size: 20px 20px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.detail .text .mail::after{opacity: 0; position: absolute; top: 0; left: 0; width: 20px; height: 20px; background: url(../img/mail_icon_hover.svg) no-repeat scroll center center; background-size: 20px 20px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .detail .text .mail:hover{color: #f89020;}
.notouch .detail .text .mail:hover::before{opacity: 0;}
.notouch .detail .text .mail:hover::after{opacity: 1;}
.detail .text article{margin: 30px 0 0;}

.detail .terapy_list_simple{margin: 30px 0 0; display: block; width: 100%;}
.detail .terapy_list_simple .item{position: relative; text-align: left; display: inline-block; vertical-align: top; width: calc(50% - 24px / 2 - 5px); margin: 24px 0 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.detail .terapy_list_simple .item:nth-child(2n){margin: 24px 0 0 24px;}
.detail .terapy_list_simple .item:nth-child(-n + 2){margin-top: 0;}
.detail .terapy_list_simple .item p.title{background: #1b8995; text-align: left; padding: 10px 20px; color: #ffffff; font-size: 16px; line-height: 20px; font-weight: 600; letter-spacing: 1px; margin: 0;}
.detail .terapy_list_simple .item .bottom{padding: 15px 20px; background: #f5f6f6}
.detail .terapy_list_simple .item .calendar{float: left; font-size: 14px; line-height: 20px; color: #1b8995; font-weight: 400; margin: 0; display: block; padding: 0 0 0 25px; position: relative; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.detail .terapy_list_simple .item .calendar::before{opacity: 1; position: absolute; top: 0; left: 0; width: 18px; height: 20px; background: url(../img/calendar_green.svg) no-repeat scroll center center; background-size: 18px 18px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.detail .terapy_list_simple .item .calendar::after{opacity: 0; position: absolute; top: 0; left: 0; width: 18px; height: 20px; background: url(../img/calendar_orange.svg) no-repeat scroll center center; background-size: 18px 18px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .detail .terapy_list_simple .item .calendar:hover{color: #f89020;}
.notouch .detail .terapy_list_simple .item .calendar:hover::before{opacity: 0;}
.notouch .detail .terapy_list_simple .item .calendar:hover::after{opacity: 1;}

.detail .terapy_list_simple .item .link{float: right; font-size: 14px; line-height: 20px; color: #1b8995; font-weight: 400; margin: 0; display: block; padding: 0 0 0 25px; position: relative; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.detail .terapy_list_simple .item .link::before{opacity: 1; position: absolute; top: 0; left: 0; width: 18px; height: 20px; background: url(../img/heart_green.svg) no-repeat scroll center center; background-size: 18px 18px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.detail .terapy_list_simple .item .link::after{opacity: 0; position: absolute; top: 0; left: 0; width: 18px; height: 20px; background: url(../img/heart_orange.svg) no-repeat scroll center center; background-size: 18px 18px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .detail .terapy_list_simple .item .link:hover{color: #f89020;}
.notouch .detail .terapy_list_simple .item .link:hover::before{opacity: 0;}
.notouch .detail .terapy_list_simple .item .link:hover::after{opacity: 1;}

@media screen and (max-width: 1460px) and (min-width: 1200px) {
.detail .terapy_list_simple .item{width: 100%; display: block; margin: 24px 0 0;}
.detail .terapy_list_simple .item:nth-child(2n){margin: 24px 0 0 0;}
.detail .terapy_list_simple .item:nth-child(-n + 2){margin-top: 30px;}
.detail .terapy_list_simple .item:nth-child(1){margin-top: 0;}
}

@media screen and (max-width: 1400px) {
.detail .img{width: 198px; height: 198px;}
.detail .text{width: calc(100% - 255px)}
}

@media screen and (max-width: 960px) {
.detail .terapy_list_simple .item{width: 100%; display: block; margin: 24px 0 0;}
.detail .terapy_list_simple .item:nth-child(2n){margin: 24px 0 0 0;}
.detail .terapy_list_simple .item:nth-child(-n + 2){margin-top: 24px;}
.detail .terapy_list_simple .item:nth-child(1){margin-top: 0;}
}

@media screen and (max-width: 800px) {
.detail .img{display: none;}
.detail .text{width: 100%; padding: 0;}
}



.news_list{width: 100%; position: relative; margin: 0 auto;}
 
.news_list .item{overflow: hidden; background: #fff; overflow: hidden; position: relative; text-align: left; border: 1px solid #e4e5e6; display: inline-block; zoom: 1; *display: inline; vertical-align: top; width: calc(25% - 60px / 4 - 5px); margin: 20px 0 0; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
.news_list .item:nth-child(4n - 1){margin: 20px 20px 0;}
.news_list .item:nth-child(4n - 2){margin: 20px 0 0 20px;}
.news_list .item:nth-child(-n + 4){margin-top: 0;}

.news_list .item .text{padding: 25px; display: block;}
.news_list .item .img{border-bottom: 1px solid #e4e5e6; display: block; height: 0; padding: 0 0 50%; width: 100%; background-attachment: local; position: relative;  background-repeat: no-repeat; background-position: 50% 50%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
.news_list .item .date{display: block; padding: 0 0 2px; font-size: 14px; line-height: 20px; color: #1b8995; font-weight: 600; margin: 0; letter-spacing: 1px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.news_list .item .title{display: block; padding: 0; text-align: left; margin: 0; width: 100%; }
.news_list .item .title a{height: 40px; overflow: hidden; display: block; padding: 0 0 5px; font-size: 14px; line-height: 20px; color: #000000; font-weight: 600; margin: 0; letter-spacing: 1px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .news_list .item.hover_efekt .title a{color: #1b8995;}
.news_list .item .text .anotation{display: block; margin: 0 0 10px; font-size: 14px; line-height: 20px; color: #939598; font-weight: 300; height: 60px; overflow: hidden;}
.news_list .item .text .link{font-size: 14px; line-height: 20px; color: #1b8995; font-weight: 400; margin: 0; display: inline-block; padding: 0 0 0 25px; position: relative; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.news_list .item .text .link::before{opacity: 1; position: absolute; top: 0; left: 0; width: 18px; height: 20px; background: url(../img/heart_green.svg) no-repeat scroll center center; background-size: 18px 18px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.news_list .item .text .link::after{opacity: 0; position: absolute; top: 0; left: 0; width: 18px; height: 20px; background: url(../img/heart_orange.svg) no-repeat scroll center center; background-size: 18px 18px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .news_list .item.hover_efekt .text .link{color: #f89020;}
.notouch .news_list .item.hover_efekt .text .link::before{opacity: 0;}
.notouch .news_list .item.hover_efekt .text .link::after{opacity: 1;}
                                                                                          


@media screen and (max-width: 1500px) {
.news_list .item{width: calc(33.33% - 40px / 3 - 5px);}
.news_list .item:nth-child(4n - 1){margin: 20px 0 0;}
.news_list .item:nth-child(4n - 2){margin: 20px 0 0;}
.news_list .item:nth-child(-n + 4){margin-top: 20px;}
.news_list .item:nth-child(3n - 1){margin: 20px 20px 0;}
.news_list .item:nth-child(-n + 3){margin-top: 0;}
}
@media screen and (max-width: 1150px) {
.news_list .item{width: calc(50% - 20px / 2 - 5px);}
.news_list .item:nth-child(4n - 1){margin: 20px 0 0;}
.news_list .item:nth-child(4n - 2){margin: 20px 0 0;}
.news_list .item:nth-child(-n + 4){margin-top: 20px;}
.news_list .item:nth-child(3n - 1){margin: 20px 0 0;}
.news_list .item:nth-child(-n + 3){margin-top: 20px;}
.news_list .item:nth-child(2n){margin: 20px 0 0 20px;}
.news_list .item:nth-child(-n + 2){margin-top: 0;}
}
@media screen and (max-width: 660px) {
.news_list .item{width: 100%; display: block; margin: 20px 0 0 !important}
.news_list .item:nth-child(-n + 1){margin-top: 0 !important;}
}






.file_list{width: 100%; position: relative; margin: 0 auto;}
.detail .file_list{margin: 20px auto 0;}   
.file_list .item{position: relative; width: calc(25% - 30px / 4 - 2px); padding: 0 0 30%; border: 0; border: 1px solid #000; display: block; float: left; margin: 0 0 10px 0;}
.file_list .item:nth-child(4n - 1){margin: 0 10px 10px 0;}
.file_list .item:nth-child(4n - 2){margin: 0 10px 10px;}
.file_list .item span.img{position: absolute; left: 0; right: 0; top: 0; bottom: 0; display: block; background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover; 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{opacity: 1; 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: #000; color: #fff; font-weight: 400; font-size: 14px; line-height: 20px;}



.file_list .clas_item{text-align: left; background: #fff; float: left; position: relative; border: 1px solid #e6e7e8; background: #f1f2f2; margin: 0 10px 10px 0; -webkit-border-radius: 0; border-radius: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.file_list .clas_item a{text-decoration: none; font-size: 13px; color: #58595b; 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{font-size: 13px; color: #58595b; font-weight: 600; line-height: 18px; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.notouch .file_list .clas_item:hover{border: 1px solid #58595b; background: #58595b;}
.notouch .file_list .clas_item:hover a{color: #ffffff;}
.notouch .file_list .clas_item:hover a span{text-decoration: none; color: #ffffff;}


@media screen and (max-width: 1100px) {
.file_list .item{width: calc(33.33% - 20px / 3 - 2px); padding: 0 0 40.5%; margin: 0 0 10px 0 !important;}
.file_list .item:nth-child(3n - 1){margin: 0 10px 10px !important;}
}
@media screen and (max-width: 700px) {
.file_list .item{width: calc(50% - 10px / 2 - 2px); padding: 0 0 63.5%; margin: 0 0 10px 0 !important;}
.file_list .item:nth-child(3n - 1){margin: 0 0 10px !important;}
.file_list .item:nth-child(2n){margin: 0 0 10px 10px !important;}
.file_list .item span.title{padding: 8px 12px; font-size: 12px; line-height: 16px;}
}



/*
.fotogalerie{width: 100%; position: relative; margin: 0 auto;}
.fotogalerie a.swipebox{width: calc(16.66% - 50px / 6); margin: 10px 0 0 10px; float: left; display: block; position: relative;  background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover; background-size: cover;}
.fotogalerie a.swipebox:nth-child(1){margin-left: 0 !important;}
.fotogalerie a.swipebox:nth-child(6n + 1){margin-left: 0;}
.fotogalerie a.swipebox::before{opacity: 0; content: ""; display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: url(../img/fotogallery_icon.svg) no-repeat scroll center center rgba(0, 0, 0, 0.8); background-size: 55px auto; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.fotogalerie a.swipebox img{max-width: 100%; display: block;}
.notouch .fotogalerie a:hover::before{opacity: 1;}

.fotogalerie.row_one a.swipebox{padding: 0 0 25%; width: 100%; height: 0; margin: 0;}

.fotogalerie.row_three a.swipebox{padding: 0 0 17%; width: calc(33.33% - 20px / 3); height: 0; margin: 0;}
.fotogalerie.row_three a.swipebox:nth-child(2), .fotogalerie.row_three a.swipebox:nth-child(3){margin: 0 0 0 10px;}

.fotogalerie.row_four a.swipebox{padding: 0 0 15%; width: calc(25% - 30px / 4); height: 0; margin: 0;}
.fotogalerie.row_four a.swipebox:nth-child(2), .fotogalerie.row_four a.swipebox:nth-child(3), .fotogalerie.row_four a.swipebox:nth-child(4){margin: 0 0 0 10px;}

.fotogalerie.row_five a.swipebox{padding: 0 0 13%; width: calc(20% - 40px / 5); height: 0; margin: 0;}
.fotogalerie.row_five a.swipebox:nth-child(2), .fotogalerie.row_five a.swipebox:nth-child(3), .fotogalerie.row_five a.swipebox:nth-child(4), .fotogalerie.row_five a.swipebox:nth-child(5){margin: 0 0 0 10px;}

@media screen and (max-width: 1200px) {
.fotogalerie.row_five a.swipebox{padding: 0 0 13%; width: calc(25% - 30px / 4);}
.fotogalerie.row_five a.swipebox:nth-child(5){margin: 10px 0 0 0;}
}
@media screen and (max-width: 1024px) {
.fotogalerie:not(.row_one):not(.row_two):not(.row_three):not(.row_four):not(.row_five) a.swipebox{width: calc(20% - 40px / 5); margin: 10px 0 0 10px !important}
.fotogalerie:not(.row_one):not(.row_two):not(.row_three):not(.row_four):not(.row_five) a.swipebox:nth-child(5n + 1){margin-left: 0 !important;}
.fotogalerie.row_four a.swipebox{padding: 0 0 23%; width: calc(50% - 20px / 3);}
.fotogalerie.row_four a.swipebox:nth-child(3){margin: 10px 0 0 0 ;}
.fotogalerie.row_four a.swipebox:nth-child(4){margin: 10px 0 0 10px;}
}
@media screen and (max-width: 900px) {
.fotogalerie.row_three a.swipebox{padding: 0 0 23%; width: calc(50% - 10px / 2);}
.fotogalerie.row_three a.swipebox:nth-child(3){margin: 10px 0 0 0;}
.fotogalerie.row_five a.swipebox{padding: 0 0 16%; width: calc(33.33% - 20px / 3);}
.fotogalerie.row_five a.swipebox:nth-child(4){margin: 10px 10px 0 0;}
}
@media screen and (max-width: 800px) {
.fotogalerie:not(.row_one):not(.row_two):not(.row_three):not(.row_four):not(.row_five) a.swipebox{width: calc(33.33% - 20px / 3); margin: 10px 0 0 10px !important}
.fotogalerie:not(.row_one):not(.row_two):not(.row_three):not(.row_four):not(.row_five) a.swipebox:nth-child(5n + 1){margin-left: 10px !important;}
.fotogalerie:not(.row_one):not(.row_two):not(.row_three):not(.row_four):not(.row_five) a.swipebox:nth-child(3n + 1){margin-left: 0 !important;}
}
@media screen and (max-width: 600px) {
.fotogalerie.row_one a.swipebox{padding: 0 0 33%;}
.fotogalerie.row_five a.swipebox{padding: 0 0 23%; width: calc(50% - 10px / 2);}
.fotogalerie.row_five a.swipebox:nth-child(3){margin: 10px 10px 0 0;}
.fotogalerie.row_five a.swipebox:nth-child(4){margin: 10px 0 0 0;}
}
*/     



.fotogalerie{width: 100%; position: relative; margin: 0;}
aside .fotogalerie{margin: 0 0 30px;}
.fotogalerie .text_box{margin: 0 0 20px;}
.fotogalerie a.swipebox{width: calc(16.66% - 50px / 6); margin: 10px 0 0 10px; float: left; display: block; position: relative;  background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover; background-size: cover; -webkit-box-shadow: 0 0 8px -3px rgba(0,0,0,0.5); box-shadow: 0 0 8px -3px rgba(0,0,0,0.5);}
.fotogalerie a.swipebox:nth-child(1){margin-left: 0 !important;}
.fotogalerie a.swipebox:nth-child(6n + 1){margin-left: 0;}
.fotogalerie a.swipebox::before{opacity: 0; content: ""; display: block; position: absolute; left: 50%; top: 50%; right: 50%; bottom: 50%; background: #373D42; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.fotogalerie a.swipebox::after{opacity: 0; content: ""; display: block; position: absolute; left: 50%; top: 50%; width: 70px; height: 70px; background: url(../img/fotogallery_icon.svg) no-repeat scroll center center; background-size: 70px 70px;  -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.fotogalerie a.swipebox img{max-width: 100%; display: block;}
.notouch .fotogalerie a:hover::before{opacity: 0.90; left: 0; top: 0; right: 0; bottom: 0;}
.notouch .fotogalerie a:hover::after{opacity: 1; background-size: 60px 60px;}
 


.fotogalerie.row_three a.swipebox{padding: 0 0 17%; width: calc(33.33% - 20px / 3); height: 0; 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: 900px) {
.fotogalerie.row_three a.swipebox{padding: 0 0 23%; width: calc(50% - 10px / 2); margin: 10px 0 0 !important}
.fotogalerie.row_three a.swipebox:nth-child(2n){margin: 10px 0 0 10px !important;}
.fotogalerie.row_three a.swipebox:nth-child(-n + 2){margin-top: 0 !important;}
}




@media screen and (min-width: 1201px) {
.fotogalerie.row_two a.swipebox{padding: 0 0 25%; width: calc(50% - 10px / 2); height: 0; margin: 10px 0 0;}
.fotogalerie.row_two a.swipebox:nth-child(2n){margin: 10px 0 0 10px;}
.fotogalerie.row_two a.swipebox:nth-child(-n + 2){margin-top: 0;}

.fotogalerie.row_two a.swipebox::after{background-size: 60px 60px;}
.notouch .fotogalerie.row_two a:hover::after{background-size: 50px 50px;}
}

@media screen and (max-width: 1200px)  and (min-width: 801px) {
.fotogalerie.row_two a.swipebox{padding: 0 0 17%; width: calc(33.33% - 20px / 3); height: 0; margin: 10px 0 0;}
.fotogalerie.row_two a.swipebox:nth-child(3n - 1){margin: 10px 10px 0;}
.fotogalerie.row_two a.swipebox:nth-child(-n + 3){margin-top: 0;}
}

@media screen and (max-width: 800px) {
.fotogalerie.row_two a.swipebox{padding: 0 0 25%; width: calc(50% - 10px / 2); height: 0; margin: 10px 0 0;}
.fotogalerie.row_two a.swipebox:nth-child(2n){margin: 10px 0 0 10px;}
.fotogalerie.row_two a.swipebox:nth-child(-n + 2){margin-top: 0;}

.fotogalerie.row_two a.swipebox::after{background-size: 60px 60px;}
.notouch .fotogalerie.row_two a:hover::after{background-size: 50px 50px;}
}






























#basket{max-width: 1280px; margin: 0 auto; position: relative;}
#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 #e0dfdf; font-size: 13px; line-height: 18px; font-weight: 600; color: #000000; text-align: center; background: #f1f2f2; 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{display: block; font-size: 18px; line-height: 24px; font-weight: 600; 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: #b3c336;	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: #b3c336;	border-width: 9px; margin-left: -9px;}
#basket .basket_navigation ul li.active strong, #basket .basket_navigation ul li.active a{background: #b3c336; border: 1px solid #b3c336; color: #fff;}
#basket .basket_navigation ul li.active span{color: #fff;}
#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: #b3c336; border: 1px solid #b3c336; color: #fff;}
.notouch #basket .basket_navigation ul li:hover a span{color: #fff;}



#basket .warning_box{text-align: center; font-size: 14px; line-height: 20px; color: #000; font-weight: 400; border: 1px solid #a20000; background: #da0a0a; margin: 0 0 30px; padding: 20px 40px; text-align: center; display: inline-block;}
#basket .warning_box:empty{display: none;}
#basket .warning_box .text{font-size: 14px; line-height: 20px; color: #ffffff; font-weight: 400; margin: 0; padding: 0;}
#basket .warning_box p{font-size: 14px; line-height: 20px; color: #ffffff; font-weight: 400; margin: 0; padding: 0;}
#basket .warning_box strong{font-size: 14px; line-height: 20px; color: #ffffff; font-weight: 600;}


#basket .anotation_box{text-align: center; font-size: 14px; line-height: 20px; color: #000; font-weight: 400; border: 1px solid #dbdbdb; background: #f5f5f5; margin: 0 0 30px; padding: 20px 40px; text-align: center; display: inline-block;}
#basket .anotation_box:empty{display: none;}
#basket .anotation_box .text{font-size: 14px; line-height: 20px; color: #000; font-weight: 400; margin: 0; padding: 0;}
#basket .anotation_box p{font-size: 14px; line-height: 20px; color: #000; font-weight: 400; margin: 0; padding: 0;}
#basket .anotation_box strong{font-size: 14px; line-height: 20px; color: #666666; font-weight: 600;}



#basket .inline_box{min-width: 200px; border: 1px solid #e0dfdf; background: #f1f2f2; padding: 25px; display: inline-block; vertical-align: top; margin: 0 0 30px 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: #fff; -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;margin:0 auto;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:#b3c336;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 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 article.max{width: 252px; float: right; margin: 0;}
#basket table.product_souhrn.margin{margin-bottom: 0px;}
#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 #e0dfdf;}
#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 #e0dfdf;}
#basket table.product_souhrn .celkem td{line-height: 18px !important; border-bottom: 2px solid #e0dfdf;}
#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 #fff;}
#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: #fff; width: 58px; height: 58px; position: relative; border: 1px solid #e0dfdf; display: block; text-align: center; background-repeat: no-repeat; background-position: center center; -webkit-background-size: contain; background-size: contain;  -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 #aaaaaa;}
#basket table.product_souhrn td.one span.centering{width: 100%; position: relative; display: table-cell; vertical-align: middle;}
#basket table.product_souhrn td.one img{max-width: 68px; max-height: 68px; display: block; margin: 0 auto;}


#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: 14px; 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-style: italic; font-weight: 400; padding: 0; font-size: 11px; line-height: 15px; text-decoration: none; text-align: left; color: #3a3a3a; display: block;}
#basket table.product_souhrn td.two .main_link span strong{font-style: italic; font-weight: 600; color: #b3c336; font-size: 11px; line-height: 15px;}
.notouch #basket table.product_souhrn tr.hover_efekt td.two a.main_link{text-decoration: underline;}
#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: 14px; 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: #fff; -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 #000000; width: 19px; height: 19px; 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: 21px; height: 21px; 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 5px 5px;}
#basket table.product_souhrn td.three .decrement::before{opacity: 1; background: url(../img/basket_recount_icon.png) no-repeat scroll -15px 5px;}
#basket table.product_souhrn td.three .increment::after{opacity: 0; background: url(../img/basket_recount_icon.png) no-repeat scroll 5px -15px;}
#basket table.product_souhrn td.three .decrement::after{opacity: 0; background: url(../img/basket_recount_icon.png) no-repeat scroll -15px -15px;}
.notouch #basket table.product_souhrn td.three .increment:hover, .notouch #basket table.product_souhrn td.three .decrement:hover{background: #000000;}
.notouch #basket table.product_souhrn td.three .increment:hover::before{opacity: 0;}
.notouch #basket table.product_souhrn td.three .decrement:hover::before{opacity: 0;}
.notouch #basket table.product_souhrn td.three .increment:hover::after{opacity: 1;}
.notouch #basket table.product_souhrn td.three .decrement:hover::after{opacity: 1;}
/*#basket table.product_souhrn td.three .decrement.opacity{opacity: 0; visibility: hidden;} */
#basket table.product_souhrn td.three input[type=image]{cursor: default; opacity: 0; border: 0; margin: 0 0 0 8px; display: none; vertical-align: middle; width: 22px; height: 19px; background: url(../img/recount_image.png) no-repeat scroll center center; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
#basket table.product_souhrn td.three input[type=image].error{opacity: 1; cursor: pointer; }



#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: #666666; font-size: 14px; line-height: 28px; font-weight: 700;}
#basket table.product_souhrn td.four strong.total.red{color: #000000; 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 #000000; background: #000000; -webkit-border-radius: 28px; border-radius: 28px;  position: relative; -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::before{opacity: 0; background: url(../img/basket_recount_icon.png) no-repeat scroll -33px 5px;}
#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: #fff;}
.notouch #basket table.product_souhrn td.five a:hover::before{opacity: 1;}
.notouch #basket table.product_souhrn td.five a:hover::after{opacity: 0;}


#basket h2.title{text-align: center; margin: 0; padding: 0; font-size: 20px; line-height: 28px;}
#basket .gifts_list_basket{text-align: center; display: block; max-width: 450px; width: 100%; margin: 0 auto 20px;}
#basket .gifts_list_basket .item{cursor: pointer; margin: 10px 9px 20px; display: inline-block; vertical-align: top; padding: 12px; width: 100px; box-shadow: 0 0 5px -2px rgba(0,0,0,0.5); -webkit-box-shadow: 0 0 5px -2px rgba(0,0,0,0.5); -webkit-transition: all 400ms ease; transition: all 400ms ease;}
#basket .gifts_list_basket.stop .item{margin: 0 9px 20px;}
.notouch #basket .gifts_list_basket .item:hover{box-shadow: 4px 4px 20px -3px rgba(0,0,0,0.6); -webkit-box-shadow: 4px 4px 20px -3px rgba(0,0,0,0.6);}
#basket .gifts_list_basket .item .img{display: block; margin: 0 0 10px; width: 100%; height: 100px; background-attachment: local;  background-repeat: no-repeat; background-position: center center; -webkit-background-size: contain; background-size: contain;}
#basket .gifts_list_basket .item .text{display: block; width: 100%; padding: 0; margin: 0;}
#basket .gifts_list_basket .item .text .title{display: block; font-size: 12px; line-height: 16px; color: #373d42; font-weight: 700; text-align: center; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
#basket .gifts_list_basket .item .text .link{margin: 5px 0 0; display: block; font-size: 12px; line-height: 16px; color: #373d42; font-weight: 400; text-align: center; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch #basket .gifts_list_basket .item:hover .text .link{color: #b3c336;}

#basket .gifts_list_baske.owl-carousel .owl-controls { width: 100%; left: 0; right: 0; min-height: 0; z-index: 999; }
#basket .gifts_list_baske.owl-carousel .owl-controls .owl-buttons{ position: absolute; top: 50%; margin-top: -27px; left: 0; right: 0; }
#basket .gifts_list_baske.owl-carousel .owl-controls .owl-buttons .owl-prev { cursor: pointer; position:absolute; width: 30px; height: 50px; left: -30px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
#basket .gifts_list_baske.owl-carousel .owl-controls .owl-buttons .owl-next { cursor: pointer; position:absolute; width: 30px; height: 50px; right: -30px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
#basket .gifts_list_baske.owl-carousel .owl-controls .owl-buttons .owl-prev::before { position: absolute; left: 0; top: 0; content: "\2039"; color: #CFD1D2; line-height: 43px; font-size: 44px; text-align: center; display: block; width: 30px; height: 50px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
#basket .gifts_list_baske.owl-carousel .owl-controls .owl-buttons .owl-next::before { position: absolute; left: 0; top: 0; content: "\203A"; color: #CFD1D2; line-height: 43px; font-size: 44px; text-align: center; display: block; width: 30px; height: 50px; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch #basket .gifts_list_baske.owl-carousel .owl-controls .owl-buttons .owl-prev:hover::before,
.notouch #basket .gifts_list_baske.owl-carousel .owl-controls .owl-buttons .owl-next:hover::before { color: #B3C336;}


#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: #fff; font-size: 14px; line-height: 20px; padding: 5px 15px; color: #000; -webkit-transition: border 400ms ease; transition: border  400ms ease;}
#basket textarea.order_text[readonly]{background: #f5f5f5; border: 1px solid #dbdbdb !important;}
#basket textarea.order_text:focus{border: 1px solid #666666;}


#basket .doprava_platba {width: 100%; display: block; margin: 0 auto 70px;}
#basket .doprava_platba.margin{margin: 0 auto;}
#basket .doprava_platba .item{display: inline-block; vertical-align: middle; 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: 30px 0 20px;}
#basket .doprava_platba .item p.title strong{font-size: 16px; line-height: 22px; font-weight: 700; margin: 0; padding: 0 0 10px; color: #000000}

#basket .doprava_platba .item.platba{}

#basket .doprava_platba .item.platba.opacity::before{position: absolute; top: 0; 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{ position: relative; width: calc(100% - 2px); margin: 0 0 15px 0; float: none; border: 1px solid #bcbec0; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
#basket .doprava_platba .item .box label{cursor: pointer; position: relative; padding: 15px 15px; display: block; font-size: 14px; line-height: 28px; font-weight: 400; color: #3a3a3a; text-align: left; }
#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; color: #3a3a3a; 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; color: #3a3a3a; text-align: left; }
#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{display: none;}
#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; display: block; 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 #terms-notice{padding: 0px 0 15px 80px; text-align: left; font-size: 12px; line-height: 16px; font-weight: 700; color: #e21414;}

#basket .doprava_platba  .sbHolder{position: relative; background: #fff; 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.png) no-repeat scroll center center; right: 0; top: 0; bottom: 0; width: 30px;}
#basket .doprava_platba  .sbHolder .sbToggle.sbToggleOpen{background: url(../img/select_arrow_hover.png) no-repeat scroll center center;}
#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: #fff; 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)}


#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: #fff;}
#basket.my_order .item{background: #f9f9f9; border: 1px solid #e0dfdf; margin-bottom: 20px; padding: 20px 3%; width: calc(94% - 2px); -webkit-transition: all 400ms ease; transition: all  400ms ease;}
#basket.my_order .item p.title{margin: 0; padding: 0;  line-height: 34px; text-align: left;}
#basket.my_order .item p.title span{white-space: nowrap; position: relative; display: inline-block; vertical-align: middle; margin-right: 20px;}
#basket.my_order .item p.title span.number{color: #666666; font-size: 14px; line-height: 34px; font-weight: 400; text-align: left; }
#basket.my_order .item p.title span.number strong{color: #000000; font-size: 14px; line-height: 34px; font-weight: 700; text-align: left; }
#basket.my_order .item p.title span.date{color: #666666; font-size: 14px; line-height: 34px; font-weight: 400; text-align: left; }
#basket.my_order .item p.title span.date strong{color: #000000; font-size: 14px; line-height: 34px; font-weight: 700; text-align: left; }
#basket.my_order .item p.title span.price{color: #666666; font-size: 14px; line-height: 34px; font-weight: 400; text-align: left; }
#basket.my_order .item p.title span.price strong{color: #000000; font-size: 14px; line-height: 34px; font-weight: 700; text-align: left; }
#basket.my_order .item p.title span.status{color: #666666; font-size: 14px; line-height: 34px; font-weight: 400; text-align: left; }
#basket.my_order .item p.title span.status strong{color: #000000; font-size: 14px; line-height: 34px; font-weight: 700; 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; 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: #4d4d4c; 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: 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 0 30px !important;}
#basket .doprava_platba .item p.title{padding: 10px 0 15px;}
}


@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; height: auto;}
#basket table.product_souhrn td.one{display: none;}
#basket table.product_souhrn td.two{border-top: 1px solid #e3e3e3 !important; padding-top: 15px;}
#basket table.product_souhrn td.two span.box{display: block; height: initial; height: auto;}
#basket table.product_souhrn td.two .main_link{text-align: center; display: block;}
#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;}
#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;}
#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 .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; width: auto; 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  #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: #b3c336}
#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: 0 15px; display: inline-block; vertical-align: middle; text-align: center; width: initial; width: auto; }
#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 p.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;}
}





#my_profile{display: block; width: 100%; max-width: 1280px; margin: 0 auto;}
#my_profile ul.profil_tabs{margin: 0 0 30px; padding: 30px 0 0 0;  border-bottom: 1px solid #e6e7e8; text-align: left;}
#my_profile ul.profil_tabs li{list-style: none; display: inline-block; vertical-align: top; margin: 0 2px 0 0;}
#my_profile ul.profil_tabs li a{margin: 0 0 -1px; display: block; font-size: 12px; line-height: 36px; text-align: center; padding: 0 26px; font-weight: 700; text-transform: uppercase; border: 1px solid #e6e7e8; background: #f1f2f2; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch #my_profile ul.profil_tabs li a:hover{background: #fff;}
#my_profile ul.profil_tabs li.active a{border-bottom: 1px solid #fff; background: #fff; color: #b3c336;}

#my_profile .obsah{display: none; padding: 0; opacity: 0; -webkit-transition: opacity 400ms ease; transition: opacity 400ms ease;}
#my_profile .obsah.active{display: block; opacity: 1;}
#my_profile .obsah h2{display: none; font-size: 20px; line-height: 24px; margin: 0 0 15px;}

@media screen and (max-width: 650px) {
#my_profile ul.profil_tabs li a{padding: 0 15px; text-transform: none; line-height: 32px;}
}

#my_profile .orders{display: block; text-align: center;}
#my_profile .orders .not_found{margin: 0; font-size: 14px; line-height: 22px; color: #373d42; display: inline-block; vertical-align: middle; position: relative; padding: 0 22px; font-weight: 600;}
#my_profile .orders .not_found::before{margin: -10px 0 0; position: absolute; left: 0; top: 50%; width: 20px; height: 20px; content: ""; background: url(../img/search_error.svg) no-repeat scroll center center; background-size: 20px 20px;}
#my_profile .orders .not_found::after{margin: -10px 0 0; position: absolute; right: 0; top: 50%; width: 20px; height: 20px; content: ""; background: url(../img/search_error.svg) no-repeat scroll center center; background-size: 20px 20px;}
#my_profile .orders table{width: 100%; border-spacing: 1px; margin: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
#my_profile .orders table tr{position: relative;}
#my_profile .orders table tr.mobil_line{display: none;}
#my_profile .orders table tr:first-child{border-top: none;}
#my_profile .orders table th{width: 33.33%; font-size: 13px; line-height: 18px; font-weight: 600; text-align: left; padding: 10px 15px; border: 1px solid #000000; background: #373d42; color: #ffffff;}
#my_profile .orders table th.one, #my_profile .orders table td.one{text-align: left;}
#my_profile .orders table th.two, #my_profile .orders table td.two{text-align: left;} 
#my_profile .orders table th.three, #my_profile .orders table td.three{text-align: right;}
#my_profile .orders table td{padding: 0; border: 1px solid #e6e7e8; white-space: nowrap; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
#my_profile .orders table td a{padding: 6px 15px; font-size: 13px; line-height: 18px; font-weight: 400; display: block;  -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch #my_profile .orders table tr:hover td{border: 1px solid #869419;}
.notouch #my_profile .orders table tr:hover td a{background: #b3c336; color: #ffffff;}
#my_profile .orders table tr:nth-child(odd) td{background: #fbfbfb;}


@media screen and (max-width: 600px) {
#my_profile .orders table th{font-size: 11px; line-height: 16px; padding: 8px 8px;}
#my_profile .orders table td a{padding: 6px 8px; font-size: 11px; line-height: 16px; }
}


#my_profile .invoices{display: block; text-align: center;}
#my_profile .invoices .not_found{margin: 0; font-size: 14px; line-height: 22px; color: #373d42; display: inline-block; vertical-align: middle; position: relative; padding: 0 22px; font-weight: 600;}
#my_profile .invoices .not_found::before{margin: -10px 0 0; position: absolute; left: 0; top: 50%; width: 20px; height: 20px; content: ""; background: url(../img/search_error.svg) no-repeat scroll center center; background-size: 20px 20px;}
#my_profile .invoices .not_found::after{margin: -10px 0 0; position: absolute; right: 0; top: 50%; width: 20px; height: 20px; content: ""; background: url(../img/search_error.svg) no-repeat scroll center center; background-size: 20px 20px;}
#my_profile .invoices table{width: 100%; border-spacing: 1px; margin: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
#my_profile .invoices table tr{position: relative;}
#my_profile .invoices table tr.mobil_line{display: none;}
#my_profile .invoices table tr:first-child{border-top: none;}
#my_profile .invoices table th{width: 33.33%; font-size: 13px; line-height: 18px; font-weight: 600; text-align: left; padding: 10px 15px; border: 1px solid #000000; background: #373d42; color: #ffffff;}
#my_profile .invoices table th.one, #my_profile .invoices table td.one{text-align: left;}
#my_profile .invoices table th.two, #my_profile .invoices table td.two{text-align: left;} 
#my_profile .invoices table th.three, #my_profile .invoices table td.three{text-align: right;}
#my_profile .invoices table td{padding: 0; border: 1px solid #e6e7e8; white-space: nowrap; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
#my_profile .invoices table td span{padding: 6px 15px; font-size: 13px; line-height: 18px; font-weight: 400; display: inline-block; vertical-align: middle;  -webkit-transition: all 400ms ease; transition: all 400ms ease;}
#my_profile .invoices table td a{padding: 6px 15px; font-size: 13px; line-height: 18px; font-weight: 600; text-decoration: underline; display: inline-block; vertical-align: middle;  -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch #my_profile .invoices table tr td a:hover{color: #b3c336;}
#my_profile .invoices table tr:nth-child(odd) td{background: #fbfbfb;}


@media screen and (max-width: 600px) {
#my_profile .invoices table th{font-size: 11px; line-height: 16px; padding: 8px 8px;}
#my_profile .invoices table td a{padding: 6px 8px; font-size: 11px; line-height: 16px; }
}


#my_profile .complaint{display: block; text-align: center;}
#my_profile .complaint .not_found{margin: 0; font-size: 14px; line-height: 22px; color: #373d42; display: inline-block; vertical-align: middle; position: relative; padding: 0 22px; font-weight: 600;}
#my_profile .complaint .not_found::before{margin: -10px 0 0; position: absolute; left: 0; top: 50%; width: 20px; height: 20px; content: ""; background: url(../img/search_error.svg) no-repeat scroll center center; background-size: 20px 20px;}
#my_profile .complaint .not_found::after{margin: -10px 0 0; position: absolute; right: 0; top: 50%; width: 20px; height: 20px; content: ""; background: url(../img/search_error.svg) no-repeat scroll center center; background-size: 20px 20px;}
#my_profile .complaint table{width: 100%; border-spacing: 1px; margin: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
#my_profile .complaint table tr{position: relative;}
#my_profile .complaint table tr.mobil_line{display: none;}
#my_profile .complaint table tr:first-child{border-top: none;}
#my_profile .complaint table th{width: 33.33%; font-size: 13px; line-height: 18px; font-weight: 600; text-align: left; padding: 10px 15px; border: 1px solid #000000; background: #373d42; color: #ffffff;}
#my_profile .complaint table th.one, #my_profile .complaint table td.one{text-align: left;}
#my_profile .complaint table th.two, #my_profile .complaint table td.two{text-align: left;} 
#my_profile .complaint table th.three, #my_profile .complaint table td.three{text-align: right;}
#my_profile .complaint table td{padding: 0; border: 1px solid #e6e7e8; white-space: nowrap; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
#my_profile .complaint table td span{padding: 6px 15px; font-size: 13px; line-height: 18px; font-weight: 400; display: inline-block; vertical-align: middle;  -webkit-transition: all 400ms ease; transition: all 400ms ease;}
#my_profile .complaint table td a{padding: 6px 15px; font-size: 13px; line-height: 18px; font-weight: 600; text-decoration: underline; display: inline-block; vertical-align: middle;  -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch #my_profile .complaint table tr td a:hover{color: #b3c336;}
#my_profile .complaint table tr:nth-child(odd) td{background: #fbfbfb;}


@media screen and (max-width: 600px) {
#my_profile .complaint table th{font-size: 11px; line-height: 16px; padding: 8px 8px;}
#my_profile .complaint table td a{padding: 6px 8px; font-size: 11px; line-height: 16px; }
}


#my_profile .bought{display: block; text-align: center;}
#my_profile .bought .not_found{margin: 0; font-size: 14px; line-height: 22px; color: #373d42; display: inline-block; vertical-align: middle; position: relative; padding: 0 22px; font-weight: 600;}
#my_profile .bought .not_found::before{margin: -10px 0 0; position: absolute; left: 0; top: 50%; width: 20px; height: 20px; content: ""; background: url(../img/search_error.svg) no-repeat scroll center center; background-size: 20px 20px;}
#my_profile .bought .not_found::after{margin: -10px 0 0; position: absolute; right: 0; top: 50%; width: 20px; height: 20px; content: ""; background: url(../img/search_error.svg) no-repeat scroll center center; background-size: 20px 20px;}



div#reservation{display: block; position: relative; text-align: center;}
div#reservation label{display: block; text-align: left; font-size: 15px; line-height: 20px; color: #231f20; padding: 0 0 5px;}
div#reservation table{table-layout: fixed; max-width: 340px; border-spacing: 0; width: 100%; border-collapse: separate;}
div#reservation table td{padding: 0; font-size: 14px; font-weight: 400; line-height: 22px; color: #231f20;}
div#reservation table td a{color: #1b8995; text-decoration: underline; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch div#reservation table td a:hover{color: #f89020;}

div#reservation table td .sbHolder{position: relative; background: #f5f6f6; width: calc(100% - 2px); margin: 0 0 15px; border: 1px solid #e6e7e8; }
div#reservation 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;}
div#reservation table td .sbHolder .sbToggle.sbToggleOpen{background: url(../img/select_arrow_reverse.svg) no-repeat scroll center center; background-size: 16px 16px;}
div#reservation table td .sbHolder a.sbSelector{margin: 0; display: block; color: #000 !important; font-size: 14px; line-height: 20px; padding: 6px 31px 6px 15px; font-weight: 400; width: calc(100% - 46px); text-align: left; text-decoration: none;}
div#reservation table td .sbOptions{max-height: 500px !important; z-index: 999; top: 30px !important; background: #fff; padding: 0; left: -1px; right: -1px;}
div#reservation 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: 13px; line-height: 18px; margin: 0; font-weight: 400; color: #888888 !important;}
div#reservation table td.hide_first .sbOptions li:nth-child(1){display: none;}
div#reservation table td.hide_first .sbOptions li:nth-child(2) a{border-top: 1px solid #e6e7e8;}
div#reservation table td:not(.hide_first) .sbOptions li:nth-child(1) a{border-top: 1px solid #e6e7e8;}
.notouch div#reservation table td .sbOptions a:hover{background: #f5f6f6 !important; color: #000000 !important;} 

.calendar{margin: 40px 0 0;}
.calendar p.title{padding: 0; font-size: 16px; line-height: 30px; color: #1b8995; font-weight: 600; text-align: left; text-transform: uppercase; z-index: 999; margin: 0; letter-spacing: 1px;}
.calendar p.title.margin{margin: 25px 0 0;}
.calendar ul.month{margin: 0; padding: 0;}
.calendar ul.month li{list-style: none; display: inline-block; vertical-align: middle; margin: 0 5px 0 0;}

.calendar ul.day{margin: 0; padding: 0;}
.calendar ul.day li{list-style: none; display: inline-block; vertical-align: middle; margin: 0 5px 7px 0;}
.calendar ul.day li a{display: block; width: 32px; line-height: 32px; font-size: 13px;  text-align: center; border: 1px solid #e6e7e8; background: #fff; color: #000000; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .calendar ul.day li a:hover, .calendar ul.day li a.active{border: 1px solid #1b8995; background: #1b8995; color: #ffffff;}
.calendar ul.day li a.vikend{border: 1px solid #cc2222; background: #cc2222; color: #fff;}


.calendar ul.time{margin: 0; padding: 0;}
.calendar ul.time li{list-style: none; display: inline-block; vertical-align: middle; margin: 0 5px 7px 0;}
.calendar ul.time li a, .calendar ul.time li span{display: block; padding: 0 10px; line-height: 32px; font-size: 13px;  text-align: center; border: 1px solid #e6e7e8; background: #fff; color: #000000; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .calendar ul.time li a:hover, .calendar ul.time li a.active{border: 1px solid #1b8995; background: #1b8995; color: #ffffff;}
.calendar td {padding:2px 4px; }
.calendar td.obsazeno span{border: 1px solid #cc2222 !important; background: #cc2222 !important; color: #ffffff !important; display:block;}
.calendar td.opacity span{opacity:0.4; display:block;}
.calendar td.volno {}
.calendar td.volno.opacity span {display:block;border: 1px solid gray !important; background: gray !important; }
.calendar td a.rezervation{border: 1px solid green !important; background: green !important; color: #ffffff !important; display:block;}

.calendar td.nelze_rezervovat span{border: 1px solid #484848 !important; background: #484848 !important; color: #ffffff !important; display:block;}

.calendar ul.legend{margin: 5px 0 0; padding: 0;}
.calendar ul.legend li{position: relative; list-style: none; display: inline-block; vertical-align: middle; font-size: 14px; line-height: 20px; padding: 0 0 0 20px; color: #000000; margin: 0 25px 0 0;}
.calendar ul.legend li.green::before{position: absolute; left: 0; top: calc(50% - 7px); width: 12px; height: 12px; border: 1px solid green; background: green; content: ""; }
.calendar ul.legend li.gray::before{position: absolute; left: 0; top: calc(50% - 7px); width: 12px; height: 12px; border: 1px solid gray; background: gray; opacity:0.4; content: ""; }
.calendar ul.legend li.red::before{position: absolute; left: 0; top: calc(50% - 7px); width: 12px; height: 12px; border: 1px solid #cc2222; background: #cc2222; content: ""; }
.calendar ul.legend li.black::before{position: absolute; left: 0; top: calc(50% - 7px); width: 12px; height: 12px; border: 1px solid #484848; background: #484848; content: ""; }
/*.calendar ul.legend li.orange::before{position: absolute; left: 0; top: calc(50% - 7px); width: 12px; height: 12px; border: 1px solid orange; background: orange; content: ""; }
.calendar ul.legend li.blue::before{position: absolute; left: 0; top: calc(50% - 7px); width: 12px; height: 12px; border: 1px solid blue; background: blue; content: ""; }
.calendar ul.legend li.violet::before{position: absolute; left: 0; top: calc(50% - 7px); width: 12px; height: 12px; border: 1px solid violet; background: violet; content: ""; }*/
.calendar ul.legend li.orange::before{position: absolute; left: 0; top: calc(50% - 7px); width: 12px; height: 12px; border: 1px solid #484848; background: #484848; content: ""; }
.calendar ul.legend li.blue::before{position: absolute; left: 0; top: calc(50% - 7px); width: 12px; height: 12px; border: 1px solid #484848; background: #484848; content: ""; }
.calendar ul.legend li.violet::before{position: absolute; left: 0; top: calc(50% - 7px); width: 12px; height: 12px; border: 1px solid #484848; background: #484848; content: ""; }
.day li.opacity a{opacity:0.4;}

@media screen and (max-width: 1100px) {
.calendar table{min-width: 100%; display: block; overflow-x: scroll;}
.calendar td { white-space: nowrap; font-size: 12px; line-height: 18px; }
}




.rezervace_skup_btn{margin: 30px 0; display: inline-block;}

table.reservation_table.over{min-width: 100%; display: block; overflow-x: scroll;}
table.reservation_table{margin: 0 0 20px 0; border-collapse: collapse; border-spacing: 0 0; width: 100%;}
table.reservation_table tr th, .reservation_table table tr:first-child th{text-align: left; font-weight: 400; letter-spacing: 1px; padding: 6px 8px; color: #939598;}
table.reservation_table tr td{text-align: left; padding: 8px 10px; font-weight: 300; border: 1px solid #e0dfdf;}
table.reservation_table tr:nth-child(even) td{background: #fff;}
table.reservation_table tr:nth-child(odd) td{background: #f9f9f9;}
table.reservation_table tr td.green{color: #109510}
table.reservation_table tr td.red{color: #b6192e}
table.reservation_table tr td.red{color: #b6192e}

table.reservation_table tr td.volno a{display: block; text-align: center; color: #f6840a;}
table.reservation_table tr td.volno a:hover{text-decoration: underline;}




.text_box table.order{max-width: 700px; margin: 0; width: 100%;}
.text_box table.order.middle{margin: 0 auto;}
.text_box table.order td{white-space: nowrap; color: #000000;}

.text_box table.order:not(.middle) td:last-of-type{text-align: left; padding: 0 15px; width: 20px;}
.text_box table.order:not(.middle) td:last-of-type a{position: relative; top: 3px; display: inline-block; width: 18px; height: 18px; border: 1px solid #000000; background: #000000; -webkit-border-radius: 28px; border-radius: 28px;  position: relative; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.text_box table.order:not(.middle) td:last-of-type a::before, .text_box table.order td:last-of-type a::after{content: ""; display: block; width: 20px; height: 20px; position: absolute; top: 0; left: 0; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.text_box table.order:not(.middle) td:last-of-type a::before{opacity: 0; background: url(../img/basket_recount_icon.png) no-repeat scroll -33px 5px;}
.text_box table.order:not(.middle) td:last-of-type a::after{opacity: 1; background: url(../img/basket_recount_icon.png) no-repeat scroll -33px -15px;}
.notouch .text_box table.order:not(.middle) td:last-of-type a:hover{background: #fff;}
.notouch .text_box table.order:not(.middle) td:last-of-type a:hover::before{opacity: 1;}
.notouch .text_box table.order:not(.middle) td:last-of-type a:hover::after{opacity: 0;}

@media screen and (max-width: 700px) {
.text_box table.order{min-width: 100%; display: block; overflow-x: scroll;}
.text_box table.order thead tr th{padding: 5px 10px; font-size: 13px; line-height: 18px; font-weight: 400;}
.text_box table.order:not(.middle) td{ padding: 5px 10px; font-size: 13px; line-height: 18px;}
}

.my_reservation .inline_box{min-width: 200px; border: 1px solid #e6e7e8; background: #f5f6f6; padding: 25px; display: inline-block; vertical-align: top; margin: 30px 0 0}
.my_reservation .inline_box h3{padding: 0; font-size: 16px; line-height: 30px; color: #1b8995; font-weight: 600; text-align: left; text-transform: uppercase; z-index: 999; margin: 0; letter-spacing: 1px;}
.my_reservation .inline_box p{margin: 5px 0 0; padding: 0; font-size: 14px; line-height: 20px; text-align: left; font-weight: 300;}
.my_reservation .inline_box p strong{padding: 0; font-size: 14x; line-height: 20px; text-align: left; font-weight: 400;}





form#reservation{display: block; position: relative; text-align: center;}
form#reservation .title{text-align: center; font-size: 28px; color: #000000; text-align: center; margin: 40px 0; padding: 0; font-weight: 600;}
form#reservation table{text-align: center; border-collapse: separate; border-spacing: 15px 0px; margin: 0 auto;}
form#reservation table tr.small_show{display: none;}
form#reservation table th{font-size: 16px; line-height: 24px; color: #000000; padding: 8px 10px 2px 0; font-weight: 500; text-align: left;}
form#reservation table td{font-size: 16px; line-height: 24px; color: #000000; padding: 8px 10px 2px 0; font-weight: 300; text-align: left;}
form#reservation table td input[type=text], #reservation table td input[type=password]{position: relative;font-size: 16px; line-height: 24px; color: #000000; padding: 8px 10px 2px; border: 0; border-bottom: 1px solid #b3b3b3; background: transparent; width: calc(100% - 20px); font-weight: 300; -webkit-transition: all 400ms ease; -moz-transition: all  400ms ease; -o-transition: all  400ms ease; -ms-transition: all  400ms ease; transition: all  400ms ease;}
form#reservation table td input[type=text]:focus, #reservation table td input[type=password]:focus{border-bottom: 1px solid #428a19;}
form#reservation table td input::-webkit-input-placeholder{color: #cccccc; font-weight: 300;}    
form#reservation table td input::-moz-placeholder {color: #cccccc; font-weight: 300;}  
form#reservation table td input::-ms-input-placeholder {color: #cccccc; font-weight: 300;}


@media screen and (max-width: 850px) {
form#reservation table th{display: none}
form#reservation table tr.small_show{display: table-row;}
form#reservation table tr.small_show th{display: table-cell;  padding: 0 0 10px;}
}

@media screen and (max-width: 650px) {
form#reservation .title{font-size: 22px; margin: 30px 0;}
form#reservation table, form#reservation table tbody, form#reservation table tr, form#reservation table td, form#reservation table th{display: block; width: 100%; text-align: center; max-width: 300px;}
form#reservation table tr.small_show{display: none;}
form#reservation table th{padding: 0 0 6px 0;}
form#reservation table td{margin: 0 0 15px;}
form#reservation table td:nth-child(4){margin: 20px 0 0;}
form#reservation table td input[type=text], form#reservation table td input[type=password]{text-align: center;}
}








.finall_order{text-align: left;}
.finall_order p{font-size: 14px; line-height: 18px; margin: 0 0 20px;}
.finall_order p strong{font-size: 14px; line-height: 18px; font-weight: 400;}
.finall_order p a{text-decoration: underline; font-size: 14px; line-height: 18px; color: #000000; font-weight: 700; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .finall_order p a:hover{color: #b3c336}
.finall_order.center{text-align: center;}
.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: #fff; max-width: 593px; display: block; margin: 0 auto 15px;}


.normal_form{text-align: center; position: relative; margin: -30px auto 20px; text-align: center; left: 0; bottom: 0;}
.normal_form form{padding: 18px 25px;  background: #f9f9f9; 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: #fff; font-size: 13px; line-height: 20px; padding: 5px 15px; color: #000; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.normal_form form table td input[readonly]{border: 1px solid #e6e7e8 !important; background: #f2f2f2;}
.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: 768px) {
.normal_form{margin: 0 0 30px;}
.normal_form form{display: block; width: calc(100% - 52px)}
.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-bottom: 20px !important;}
.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.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: #f9f9f9; 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: #d1d3d4; 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: 20px; font-weight: 600; line-height: 26px; margin: 0;}
.reg_form .box p.title .checker{margin: 0 0 0 4px;}
.reg_form .box p.anotation{text-align: center; font-size: 13px; font-weight: 400; line-height: 18px; margin: 15px 0 20px;}
.reg_form .box p.anotation label{display: block; font-size: 14px; font-weight: 400; line-height: 21px; }
.reg_form .box p.anotation .checker{margin-right: 8px;}
.reg_form .box p.anotation span.text{max-width: calc(100% - 30px); display: inline-block; vertical-align: middle; position: relative; color: #666666; font-size: 14px; line-height: 18px; text-align: left;}

.reg_form .box p{clear: both; display: block; font-size: 14px; font-weight: 400; color: #4d4d4c; line-height: 19px; text-align: left; margin: 0;}
.reg_form .box p strong{font-size: 14px; font-weight: 600; color: #4d4d4c; line-height: 19px;}
.reg_form .box p a{font-size: 14px; font-weight: 400; color: #4d4d4c; line-height: 19px; text-decoration: underline; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.notouch .reg_form .box p a:hover{color: #666666;}
.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: middle; width: 60px; font-size: 13px; line-height: 17px; color: #000000; font-weight: 600; text-align: right; padding: 0 20px 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; color: #666666; font-size: 14px; line-height: 20px;}
.reg_form .box table tr th:first-child{padding-left: 0; }
.reg_form .box table td{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-size: 14px; font-weight: 600; line-height: 18px; text-decoration: underline; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.notouch .reg_form .box table td a:hover{color: #b3c336;}
.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% - 30px); display: inline-block; vertical-align: middle; position: relative; color: #666666; font-size: 14px; 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: #fff; font-size: 14px; line-height: 20px; padding: 5px 15px; color: #000; -webkit-transition: border 400ms ease; transition: border 400ms ease;}
.reg_form .box table td input[readonly]{border: 1px solid #e6e7e8 !important; background: #f2f2f2;}
.reg_form .box table td textarea{resize: none; height: 80px; border: 1px solid #e6e7e8; width: calc(100% - 32px); background: #fff; font-size: 14px; line-height: 20px; padding: 5px 15px; color: #000; -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 #666666;}

.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 .box{width: 90%; padding: 0 5%; margin: 0; text-align: center;}
.reg_form .box.second{width: 90%; padding: 0 5%;}
.reg_form .box.full{width: 90% ;padding: 25px 5% 10px;}
.reg_form .box.second::before{display: none;}
.reg_form .box .top_title{padding-top: 0;}
.reg_form .box.second .top_title{padding-top: 30px;}
.reg_form .box.long p.anotation{margin: 10px 0 30px;}
.reg_form .box p.anotation{margin: 5px 0 30px;}
.reg_form .box p.anotation.margin{margin: 0;}
.reg_form .box p.anotation.empty{display: none;}
.reg_form .box table{min-width: 420px; width: initial; width: auto; margin: 20px auto 0;}
.reg_form .box table td input[type=text], .reg_form .box table td input[type=password]{max-width: 260px;}
.reg_form .box table td textarea{max-width: 260px;}
.reg_form .box table.dodaci{display: table; min-width: 420px; width: initial; width: auto; 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; width: auto;}
.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; width: auto;}
.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: 292px; margin: 0 auto;}
.reg_form .box{width: 100%; padding: 0; margin: 0; text-align: center;}
.reg_form .box.second{width: 100%; padding: 0;}
.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 p.anotation{margin: 5px 0 20px; text-align: left; font-size: 12px;}
.reg_form .box table{min-width: 420px; width: initial; width: auto; margin: 20px auto 0;}
.reg_form .box table td input[type=text], .reg_form .box table td input[type=password]{max-width: 260px; 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; width: auto; 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; width: auto;}
.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; width: auto;}
.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; font-size: 12px; margin: 0 auto;}
.reg_form .box table td a, .reg_form .box table td span.text, .reg_form .box p.anotation strong, .reg_form .box p.anotation span.text{font-size: 12px; line-height: 16px;}
.reg_form .box table td.centering{text-align: left;}
.reg_form .box table th{padding: 10px 0 1px; font-weight: 600; text-align: left;}
.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: #f9f9f9; border: 1px solid #e0dfdf;}
.spec_box p.open_login{cursor: pointer; font-size: 17px; line-height: 25px; text-align: center; position: relative; padding: 18px 0; margin: 0; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.notouch .spec_box p.open_login:hover{color: #b3c336}
.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{max-width: 992px; margin: 0; text-align: center;}
form.max p.gdpr{float: left; width: initial; width: auto;}
#my_profile 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 0 30px; background: #f9f9f9; border: 1px solid #e0dfdf; padding: 45px 45px 45px; max-width: 900px;}
.login_form .omni_box_reg{display: flex; padding-top: 20px;}
.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: 20px 0 0 !important;}
.login_form.hide, .login_form.hide2{display: none; opacity: 0; margin: 0 auto;}
.login_form p.overtitle{font-weight: 600; text-align: center; margin: -20px 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 .pass_help{padding-top: 20px;}
.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 #d1d3d4;}
.login_form .box.first.padding_bottom{padding: 0 4% 32px 0;}
.login_form .box p.title{font-size: 15px; font-weight: 600; line-height: 22px; margin: 0 0 10px;}
.login_form .box p{clear: both; display: block; font-size: 13px; font-weight: 400; color: #000000; line-height: 19px; text-align: left; margin: 0;}
.login_form .box .warning{padding: 5px 0 0;}
.login_form .box .warning > div{display: none;}
.login_form .box .warning p{display: block; margin: 0; padding: 0; text-align: center; font-weight: 600; color: #d81d1d}
.login_form .box p.margin{margin-top: 10px;}
.login_form .box p strong{font-size: 13px; font-weight: 700; color: #000000; line-height: 19px;}
.login_form .box p a:not(.btn){font-size: 13px; font-weight: 700; color: #000000; line-height: 19px; text-decoration: underline; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.notouch .login_form .box p a:not(.btn):hover{color: #b3c336;}
.login_form .box ul{margin: 0; padding: 0 0 20px;}
.login_form .box ul.reg_form_help{padding: 0;}
.login_form .box ul li{list-style: none; font-size: 13px; font-weight: 400; color: #000000; line-height: 23px; text-align: left; margin: 0; padding: 0;}
.login_form .box table{width: 100%; border-collapse: collapse; border-spacing: 0;} 
.login_form .box table.not_full{width: initial; width: auto;}
.login_form .box 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 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; color: #000000; 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: #fff; font-size: 13px; line-height: 20px; padding: 5px 15px; color: #000; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.login_form .box table td textarea{resize: none; height: 80px; overflow: auto; border: 1px solid #e6e7e8; width: calc(100% - 32px); background: #fff; font-size: 13px; line-height: 20px; padding: 5px 15px; color: #000; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.login_form .box table td input[readonly]{border: 1px solid #e6e7e8 !important; background: #f2f2f2;}
.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 #666;}
.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 .sbHolder{position: relative; background: #fff; 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: #fff; 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; }
.login_form .box table td.gdpr a{font-size: 13px; line-height: 20px; vertical-align: unset}
.login_form .box table td a{margin: 0; text-decoration: underline; display: inline-block; zoom: 1; *display: inline; vertical-align: middle; font-size: 13px; font-weight: 400; line-height: 40px; color: #000000; -webkit-transition: all 400ms ease; -moz-transition: all  400ms ease; -o-transition: all  400ms ease; -ms-transition: all  400ms ease; transition: all  400ms ease;}


.login_form .box table td a{margin: 0; text-decoration: underline; display: inline-block; vertical-align: middle; font-size: 13px; font-weight: 400; line-height: 40px; color: #000000; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.notouch .login_form .box table td a:hover{color: #f89020;}

.login_form .box a.fb{border-radius: 25px; -webkit-border-radius: 25px; overflow: hidden; float: left; margin: 5px 16px 0 0; position: relative; font-size: 12px; line-height: 40px; color: #fff; font-weight: 400; background: #21409a; padding: 0 53px 0 18px; display: block; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.login_form .box a.fb::before{position: absolute; right: 0; top: 0; bottom: 0; height: 40px; width: 38px; content: ""; display: block; background: url(../img/fb_icon.png) no-repeat scroll center center #163076;}
.notouch .login_form .box a.fb:hover{background: #163076}
.login_form .box a.g{border-radius: 25px; -webkit-border-radius: 25px; overflow: hidden; float: left; position: relative; font-size: 12px; line-height: 40px; color: #fff; font-weight: 400; background: #ed1c24; margin: 5px 0 20px; padding: 0 53px 0 18px; display: block; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.login_form .box a.g::before{position: absolute; right: 0; top: 0; bottom: 0; height: 40px; width: 38px; content: ""; display: block; background: url(../img/g_icon.png) no-repeat scroll center center #b4161a;}
.notouch .login_form .box a.g:hover{background: #b4161a}
.login_form.login_page .box a.g{margin: 5px 0 0;}
                                                        
.reg_submit[type=submit]{float: right; background: #666666; border: 0; display: inline-block; vertical-align: middle; padding: 0 15px; font-size: 13px; font-weight: 500; line-height: 40px; color: #fff; -webkit-border-radius: 4px; border-radius: 4px; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.notouch .reg_submit[type=submit]:hover{background: #939598;}


@media screen and (min-width: 1024px) and (max-width: 1340px) {
.login_form{padding: 30px; max-height: initial !important; }
.login_form .omni_box_reg{flex-direction: column;}
.login_form .box .pass_help p{text-align: left;}
.login_form p.overtitle{margin: -5px 0 10px; text-align: left; text-transform: uppercase; font-weight: 700;}
.login_form p.center{text-align: left; line-height: 16px; margin: -10px 0 10px}
.login_form .box{text-align: left; width: 100% !important; padding: 0 !important; border: 0 !important;} 
.login_form .box.middle{padding-bottom: 15px !important;}     
.login_form .box table, .login_form .box table tbody, .login_form .box table tr, .login_form .box table th, .login_form .box table td{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: 10px 0 1px;}
.login_form .box table td a{margin: 0;}
.login_form .box p.title{display: block;}
.login_form .box a.fb, .login_form .box a.g{margin: 0 auto 10px !important; display: inline-block; zoom: 1; float: none;}
.login_form .box table td input[type="submit"]{float: none; margin-left: 0; margin-right: 0;}
.login_form .box a.btn{float: none; margin: 15px 0;}
form.max > .btn.right{margin: 0; float: none;}
.login_form .box table td a.forgotten{display: block; text-align: center;}
.login_form .box p{text-align: center; margin: 0 0 10px;}
.login_form .box ul{display: inline-block; vertical-align: middle;}
}



@media screen and (max-width: 768px) {
.login_form{padding: 30px; max-height: initial !important;}
.login_form .omni_box_reg{flex-direction: column;}
.login_form .box .pass_help p{text-align: left;}
.login_form p.overtitle{margin: -5px 0 10px; text-align: left; text-transform: uppercase; font-weight: 700;}
.login_form p.center{text-align: left; line-height: 16px; margin: -10px 0 10px}
.login_form .box{text-align: left; width: 100% !important; padding: 0 !important; border: 0 !important;} 
.login_form .box.middle{padding-bottom: 0 !important;}
.login_form .box.middle.small_hide{display: none;}     
.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:first-child th:first-child {padding: 0;}
.login_form .box table tr.empty{display: none}
.login_form .box table th{text-align: left; padding: 10px 0 1px;}
.login_form .box table td a{margin: 0;}
.login_form .box p.title{display: block;}
.login_form .box a.fb, .login_form .box a.g{margin: 0 auto 10px !important; display: inline-block; zoom: 1; float: none;}
.login_form .box table td input[type="submit"]{float: none; margin-left: 0; margin-right: 0;}
.login_form .box a.btn{float: none; margin: 15px 0;}
form.max > .btn.right{margin: 0; float: none;}
.login_form .box table td a.forgotten{text-align: center; margin: 0 0 0 10px}
.login_form .box p{text-align: left; margin: 0 0 10px;}
.login_form .box ul{display: inline-block; vertical-align: middle;}
}





                                                      



#hide_tr{display: none;}



a.scroll_top{z-index: 9000; opacity: 0; position: fixed; right: 30px; bottom: -60px; width: 48px; height: 48px; background: #f9f9f9; border: 1px solid #e0dfdf; background-size: 19px auto;  -webkit-border-radius: 28px; border-radius: 28px;  -webkit-transition: all 400ms ease; transition: all 400ms ease; }
a.scroll_top.hide{display: none;}
a.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; }
a.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 a.scroll_top:hover::before{opacity: 0;}
.notouch a.scroll_top:hover::after{opacity: 1;}
.notouch a.scroll_top:hover{background: #666; border: 1px solid #666;}
a.scroll_top.active{opacity: 1; bottom: 30px;}


.edit_item{position:absolute; left: -1px; bottom: -1px; display: block; border: 1px solid #dbdbdb; background: #f0f0f0; padding: 4px 9px 4px 32px; font-size: 11px; line-height: 16px; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.edit_item::before{position: absolute; left: 8px; top: 50%; margin-top: -5px; width: 14px; height: 14px; background: url(../img/edit_icon.svg) no-repeat scroll center center; background-size: 14px 14px; content: "";}
.notouch .edit_item:hover{border: 1px solid #dbdbdb; background: #dbdbdb;}


.add_to_newsletter:not(.article_name){position:absolute; right: -1px; bottom: -1px; display: none; border: 1px solid #dbdbdb; background: #f0f0f0; padding: 4px 9px 4px 32px; font-size: 11px; line-height: 16px; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.add_to_newsletter:not(.article_name)::before{position: absolute; left: 8px; top: 50%; margin-top: -5px; width: 15px; height: 10px; background: url(../img/newsletter_icon.svg) no-repeat scroll center center; background-size: 15px 10px; content: "";}
.notouch .add_to_newsletter:not(.article_name):hover{border: 1px solid #dbdbdb; background: #dbdbdb;}

.remove_from_newsletter:not(.article_name){position:absolute; right: -1px; bottom: -1px; display: none; border: 1px solid #c2c2c2; background: #d6d6d6; padding: 4px 9px 4px 32px; font-size: 11px; line-height: 16px; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.remove_from_newsletter:not(.article_name)::before{position: absolute; left: 8px; top: 50%; margin-top: -5px; width: 15px; height: 10px; background: url(../img/newsletter_icon.svg) no-repeat scroll center center; background-size: 15px 10px; content: "";}
.notouch .remove_from_newsletter:not(.article_name):hover{border: 1px solid #c2c2c2; background: #c2c2c2;}

.detail .add_to_newsletter:not(.article_name){top: -25px; left: 0; bottom: initial; bottom: auto; right: initial; right: auto;}
.detail .remove_from_newsletter:not(.article_name){top: -25px; right: 0; bottom: initial; bottom: auto; right: initial; right: auto;}


.cc_banner-wrapper {z-index: 999999 !important; }
.cc_banner-wrapper{min-height: 0px}
.cc_container{color: #000000 !important; padding: 10px 20px !important;}
.cc_container .cc_message{margin: 10px 0 !important; font-size: 12px !important; font-family: 'canada-type-gibson', sans-serif, Arial !important; }
.cc_container .cc_message a{font-size: 12px !important; font-weight: 700 !important; color: #000000 !important;}
.notouch .cc_container .cc_message a:hover{text-decoration: underline !important;}
.cc_container .cc_btn{width: initial !important; width: auto !important; text-transform: uppercase !important; line-height: 16px !important; font-size: 12px !important;  border: 1px solid #616566 !important; padding: 7px 20px !important; font-weight: 700 !important; font-family: 'canada-type-gibson', sans-serif, Arial !important; background: #616566 !important; color: #ffffff !important; -webkit-border-radius: 0 !important; border-radius: 0 !important; }
.notouch .cc_container .cc_btn:hover{background: #ffffff !important; border: 1px solid #616566 !important; color: #616566 !important}          
.cc_container *::-moz-selection {background: #3399FF !important;}
.cc_container *::selection {background: #3399FF !important;}


.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;line-height: 20px !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: #fff;font-size: 13px;line-height: 20px;padding: 5px 15px;color: #000; -webkit-transition: all 400ms ease;transition: all 400ms ease;}






.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; height: auto; position: relative; display: table-cell; vertical-align: middle; z-index: 10;}
.popup_popup .boxes{text-align: center; position: relative; width: calc(100% - 100px); max-width: 420px; border: 10px solid #aeaeae; padding: 20px; left: 0; display: inline-block; background: #fff; -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 .text{z-index: 100; position: relative; color: #000000; font-size: 14px; line-height: 16px; font-weight: 400; margin: 0 0 10px; text-align: center; overflow-y: auto; max-height: calc(100vh - 160px); }
.popup_popup .box .text p{margin: 0; line-height: 16px;}
.popup_popup .box .text img{margin: 15px auto 0; display: block; max-width: 100%;}
.popup_popup span.close{cursor: pointer; width: 50px; height: 50px; display: block; position: absolute; top: -40px; right: -40px; margin: 0;}
.popup_popup span.close::before{content: ""; width: 48px; height: 48px; border: 1px solid #fff; display: block; position: absolute; top: 0; left: 0; background: url(../img/video_close.png) no-repeat scroll center center #000; opacity: 1; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.popup_popup span.close::after{content: ""; width: 48px; height: 48px; border: 1px solid #000; display: block; position: absolute; top: 0; left: 0; background: url(../img/video_close_hover.png) no-repeat scroll center center #fff; opacity: 0; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .popup_popup span.close:hover::before{opacity: 0;}
.notouch .popup_popup span.close:hover::after{opacity: 1;}


@media screen and (max-width: 768px) {
   .popup_popup span.close{right: -15px;}
   .popup_popup .boxes{width: calc(100% - 60px); border: 5px solid #004C87; padding: 12px; }
   .popup_popup .box .text{max-height: calc(100vh - 190px); }
   .popup_popup .box span.warning{font-size: 16px; line-height: 20px;}
   .popup_popup .box .text{font-size: 12px; line-height: 16px;}
   .popup_popup .box .text img{margin: 15px auto 0; display: block; max-width: 100%;}
}



.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 250ms ease-out; transition: all 250ms ease-out;}
.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: #fff; -webkit-transition: all 250ms ease-out; transition: all 250ms ease-out;}
.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: 400; color: #000;}
.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; line-height: 16px;}
.control_popup .box .text strong{color: #000000; margin: 0; text-align: center;}
.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;}
}



.carrier_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 250ms ease-out; transition: all 250ms ease-out;}
.carrier_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; }
.carrier_popup .box { position: relative; display: table-cell; vertical-align: middle; z-index: 10;}
.carrier_popup .boxes { overflow: auto; width: 430px; text-align: center; position: relative; padding: 40px 50px; left: 0;  display: inline-block; background: #fff; max-height: calc(100vh - 130px); -webkit-transition: all 250ms ease-out; transition: all 250ms ease-out;}
.carrier_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: 900;}
.carrier_popup .box .btn { z-index: 100; position: relative;}

.carrier_popup .box input[type=text] { border: 1px solid #e6e7e8; width: calc(100% - 32px); background: #fff; font-size: 14px; line-height: 20px; padding: 11px 15px; margin: 0 0 8px; color: #000; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.carrier_popup .box input[readonly] { border: 1px solid #e6e7e8 !important; background: #f2f2f2;}
.carrier_popup .box textarea { resize: none; overflow: auto; height: 80px; border: 1px solid #e6e7e8; width: calc(100% - 32px); background: #fff; font-size: 14px; line-height: 20px; padding: 11px 15px; margin: 0 0 8px; color: #000; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.carrier_popup .box input[type=text]:focus, .carrier_popup .box textarea:focus { border: 1px solid #e72628;}
.carrier_popup .box input::-webkit-input-placeholder, .carrier_popup .box textarea::-webkit-input-placeholder  { color: #000;}    
.carrier_popup .box input::-moz-placeholder, .carrier_popup .box textarea::-moz-placeholder  { color: #000;}  
.carrier_popup .box input::-ms-input-placeholder, .carrier_popup .box textarea::-ms-input-placeholder  { color: #000;}

.carrier_popup .box .sbHolder { position: relative; background: #fff; width: calc(100% - 2px); display: block; margin: 0 0 8px; border: 1px solid #e6e7e8; }
.carrier_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;}
.carrier_popup .box .sbHolder .sbToggle.sbToggleOpen { background: url(img/select_arrow_hover.svg) no-repeat scroll center center; background-size: 16px 16px;}
.carrier_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;}
.carrier_popup .box .sbOptions { max-height: 245px !important; z-index: 999; top: calc(100% + 1px) !important; background: #fff; padding: 0; left: -1px; right: -1px;}
.carrier_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;}
.carrier_popup .box .sbOptions li:first-child { display: none;}
.carrier_popup .box .sbOptions li:nth-child(2) a { border-top: 0;}
.notouch .carrier_popup .box .sbOptions a:hover { background: #f0f0f0 !important;} 

.carrier_popup .file{text-align: left; position: relative; width: 100%;}
.carrier_popup .file .uploadFile{width: calc(100% - 150px) !important;}
.carrier_popup .file .uploadBtn{width: 100%;}
.carrier_popup .file .fileUpload {cursor: pointer; position: absolute; top: 2px; left: 0; right: 0; z-index: 1; overflow: hidden; margin: 0;}
.carrier_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);}

@media screen and (max-width: 768px)  { 
.carrier_popup .boxes { width: 260px; padding: 25px 20px;}
.carrier_popup .box span.warning { font-size: 16px; line-height: 20px;}
}







.hide_parameter {display:none;}
.print_frame{display: none; height: 0; width: 0; border: 0; min-height: 0;}


@media screen and (max-width: 1024px) {
#tracy-debug{display: none !important}
}

h1.souhlas_title { font-size:15px; color:red !important; }




/*SWIPEBOX*/
html.swipebox-html.swipebox-touch{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;max-width:100%;z-index:99999!important;overflow:hidden;-webkit-user-select:none;user-select:none}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block}#swipebox-slider .slide:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;max-height:90%;max-width:90%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-slider .slide-loading{background:url(/style/images/loader.gif) center center no-repeat}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:.5s;transition:.5s;position:absolute;left:0;z-index:999;height:0;min-height:0;width:100%}#swipebox-bottom-bar{bottom:50%}#swipebox-top-bar{top:0;text-align:center;color:#fff!important;font-size:15px;line-height:43px;font-family:Helvetica,Arial,sans-serif}#swipebox-title{display:inline-block;max-width:calc(100% - 164px);text-align:center;background:#000;margin:0 auto;padding:0 30px}#swipebox-close,#swipebox-next,#swipebox-prev{background-image:url(/style/images/icons.png);background-repeat:no-repeat;background-color:#000;border:none!important;text-decoration:none!important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{display:block;margin:0 auto;width:100%;height:0;min-height:0}#swipebox-prev{background-position:-32px 13px;float:left;margin:-25px 0 0}#swipebox-next{background-position:-78px 13px;float:right;margin:-25px 0 0}#swipebox-close{top:0;right:0;position:absolute;z-index:9999;background-position:15px 12px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled{opacity:.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring .3s;animation:rightSpring .3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring .3s;animation:leftSpring .3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;-webkit-box-shadow:inset 10px 0 10px -8px #656565;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;-webkit-box-shadow:inset -10px 0 10px -8px #656565;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%,100%{left:0}50%{left:-30px}}@keyframes rightSpring{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes leftSpring{0%,100%{left:0}50%{left:30px}}@keyframes leftSpring{0%,100%{left:0}50%{left:30px}}#swipebox-overlay{background:rgba(0,0,0,.75)}#swipebox-bottom-bar,#swipebox-top-bar{opacity:.95}


/*OWLCAROUSEL*/
.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel,.owl-carousel .owl-wrapper{display:none;position:relative}.owl-carousel{width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height .5s ease-in-out;-moz-transition:height .5s ease-in-out;-ms-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-buttons div,.owl-controls .owl-page{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.grabbing{cursor:url(grabbing.png) 8 8,move}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-theme .owl-controls{margin-top:10px;text-align:center}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;-webkit-border-radius:20px;border-radius:20px;background:#869791;-webkit-transition:all .4s ease;transition:all .4s ease}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px;background:url(AjaxLoader.gif) center center no-repeat}.owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px}.owl-fade-out{z-index:10;-webkit-animation:fadeOut .7s both ease;-moz-animation:fadeOut .7s both ease;animation:fadeOut .7s both ease}.owl-fade-in{-webkit-animation:fadeIn .7s both ease;-moz-animation:fadeIn .7s both ease;animation:fadeIn .7s both ease}.owl-backSlide-out{-webkit-animation:backSlideOut 1s both ease;-moz-animation:backSlideOut 1s both ease;animation:backSlideOut 1s both ease}.owl-backSlide-in{-webkit-animation:backSlideIn 1s both ease;-moz-animation:backSlideIn 1s both ease;animation:backSlideIn 1s both ease}.owl-goDown-out{-webkit-animation:scaleToFade .7s ease both;-moz-animation:scaleToFade .7s ease both;animation:scaleToFade .7s ease both}.owl-goDown-in{-webkit-animation:goDown .6s ease both;-moz-animation:goDown .6s ease both;animation:goDown .6s ease both}.owl-fadeUp-in{-webkit-animation:scaleUpFrom .5s ease both;-moz-animation:scaleUpFrom .5s ease both;animation:scaleUpFrom .5s ease both}.owl-fadeUp-out{-webkit-animation:scaleUpTo .5s ease both;-moz-animation:scaleUpTo .5s ease both;animation:scaleUpTo .5s ease both}@-webkit-keyframes empty{0%{opacity:1}}@-moz-keyframes empty{0%{opacity:1}}@keyframes empty{0%{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes backSlideOut{25%{opacity:.5;-webkit-transform:translateZ(-500px)}100%,75%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}}@-moz-keyframes backSlideOut{25%{opacity:.5;-moz-transform:translateZ(-500px)}100%,75%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}}@keyframes backSlideOut{25%{opacity:.5;transform:translateZ(-500px)}100%,75%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}}@-webkit-keyframes backSlideIn{0%,25%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-webkit-transform:translateZ(-500px)}100%{opacity:1;-webkit-transform:translateZ(0) translateX(0)}}@-moz-keyframes backSlideIn{0%,25%{opacity:.5;-moz-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-moz-transform:translateZ(-500px)}100%{opacity:1;-moz-transform:translateZ(0) translateX(0)}}@keyframes backSlideIn{0%,25%{opacity:.5;transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;transform:translateZ(-500px)}100%{opacity:1;transform:translateZ(0) translateX(0)}}@-webkit-keyframes scaleToFade{to{opacity:0;-webkit-transform:scale(.8)}}@-moz-keyframes scaleToFade{to{opacity:0;-moz-transform:scale(.8)}}@keyframes scaleToFade{to{opacity:0;transform:scale(.8)}}@-webkit-keyframes goDown{from{-webkit-transform:translateY(-100%)}}@-moz-keyframes goDown{from{-moz-transform:translateY(-100%)}}@keyframes goDown{from{transform:translateY(-100%)}}@-webkit-keyframes scaleUpFrom{from{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpFrom{from{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpFrom{from{opacity:0;transform:scale(1.5)}}@-webkit-keyframes scaleUpTo{to{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpTo{to{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpTo{to{opacity:0;transform:scale(1.5)}}

/*UNIFORM*/
div.selector,div.selector span,div.checker span,div.radio span,div.uploader,div.uploader span.action,div.button,div.button span{background-size:21px 21px;background-repeat:no-repeat;background-position:center center;-webkit-font-smoothing:antialiased}div.radio span{background-image:url(../img/sprite_radio.svg);background-size:48px 48px}div.selector,div.checker,div.button,div.radio,div.uploader{display:inline-block;vertical-align:middle}div.selector:focus,div.checker:focus,div.button:focus,div.radio:focus,div.uploader:focus{outline:0}div.selector,div.selector *,div.radio,div.radio *,div.checker,div.checker *,div.uploader,div.uploader *,div.button,div.button *{margin:0;padding:0}.highContrastDetect{background:url(../img/bg-input.png) repeat-x 0 0;width:0;height:0}input.uniform-input,select.uniform-multiselect,textarea.uniform{padding:3px;background:url(../img/bg-input.png) repeat-x 0 0;outline:0}input.uniform-input.active,select.uniform-multiselect.active,textarea.uniform.active{background:url(../img/bg-input-focus.png) repeat-x 0 0}div.checker input,input[type="search"],input[type="search"]:active{-webkit-appearance:none}div.checker{position:relative}div.checker,div.checker span,div.checker input{width:21px;height:21px;display:inline-block;zoom:1;*display:inline;vertical-align:middle}div.checker span{display:inline-block;vertical-align:top;text-align:center;background-image:url(../img/sprite.svg)}.edit_mode div.checker span{background-image:url(../img/edit_check.svg)}.edit_mode div.checker span.checked{background-image:url(../img/edit_check_correct.svg)}div.checker span.checked{background-image:url(../img/sprite_correct.svg)}div.checker input{opacity:0;filter:alpha(opacity=0);border:none;background:none;display:inline-block}div.checker.active span.checked{background-image:url(../img/sprite_correct.svg)}div.checker.hover span.checked,div.checker.focus span.checked{background-image:url(../img/sprite_correct.svg)}div.checker.hover.active span.checked,div.checker.focus.active span.checked{background-image:url(../img/sprite_correct.svg)}div.checker.disabled span.checked,div.checker.disabled.active span.checked{background-image:url(../img/sprite_correct.svg)}.edit_mode div.checker.active span.checked{background-image:url(../img/edit_check_correct.svg)}.edit_mode div.checker.hover span.checked,.edit_mode div.checker.focus span.checked{background-image:url(../img/edit_check_correct.svg)}.edit_mode div.checker.hover.active span.checked,.edit_mode div.checker.focus.active span.checked{background-image:url(../img/edit_check_correct.svg)}.edit_mode div.checker.disabled span.checked,.edit_mode div.checker.disabled.active span.checked{background-image:url(../img/edit_check_correct.svg)}div.checker.active span{background-image:url(../img/sprite.svg)}div.checker.hover span,div.checker.focus span{background-image:url(../img/sprite.svg)}div.checker.hover.active span,div.checker.focus.active span{background-image:url(../img/sprite.svg)}div.checker.disabled,div.checker.disabled.active{background-image:url(../img/sprite.svg)}.edit_mode div.checker.active span{background-image:url(../img/edit_check.svg)}.edit_mode div.checker.hover span,.edit_mode div.checker.focus span{background-image:url(../img/edit_check.svg)}.edit_mode div.checker.hover.active span,.edit_mode div.checker.focus.active span{background-image:url(../img/edit_check.svg)}.edit_mode div.checker.disabled,.edit_mode div.checker.disabled.active{background-image:url(../img/edit_check.svg)}div.radio{position:relative}div.radio span,div.radio input{width:16px;padding:0!important;margin:0;height:16px}div.radio span{display:inline-block;vertical-align:top;margin:0!important;text-align:center;background-position:left center}div.radio span.checked{background-position:right center}div.radio input{opacity:0;filter:alpha(opacity=0);border:none;background:none;display:inline-block;text-align:center}div.radio.active span{background-position:left center}div.radio.active span.checked{background-position:right center}div.radio.hover span,div.radio.focus span{background-position:left center}div.radio.hover span.checked,div.radio.focus span.checked{background-position:right center}div.radio.hover.active span,div.radio.focus.active span{background-position:left center}div.radio.hover.active span.checked,div.radio.focus.active span.checked{background-position:right center}div.radio.disabled span,div.radio.disabled.active span{background-position:left center}div.radio.disabled span.checked,div.radio.disabled.active span.checked{background-position:right center}div.checker{margin:0}div.radio{height:16px;width:16px;display:inline-block;zoom:1;*display:inline;vertical-align:middle;margin:0}.platba_doprava div.radio{margin:10px;float:left}input.uniform-input,input.uniform-input:focus{background-color:#fff}

/*SELECT*/
.sbHolder{position:relative;display:inline-block;zoom:1;*display:inline}a.sbSelector{outline:medium none;position:relative;text-decoration:none}.sbToggle{display:block;outline:none;position:absolute}.sbToggle.sbToggleOpen{background:url(../img/select_arrow.png) no-repeat scroll center bottom}.sbHolderDisabled{background-color:#3C3C3C;border:solid 1px #515151}.sbOptions{list-style:none;left:0;margin:0;padding:0;position:absolute;top:27px!important;text-align:center;overflow-y:auto}.sbOptions li{margin:0;padding:0;text-align:left}.sbOptions a{display:block;text-decoration:none;outline:none}.sbOptions .sbDisabled{border-bottom:dotted 1px #515151;color:#999;display:block;padding:7px 0 7px 3px}.sbOptions .sbGroup{border-bottom:dotted 1px #515151;color:#EBB52D;display:block;font-weight:700;padding:7px 0 7px 3px}.sbOptions .sbSub{padding-left:17px}




.mine_form {margin: 0 0 40px;}
.mine_form .item p.title{padding: 0 0 35px; font-size: 16px; line-height: 30px; color: #1b8995; font-weight: 600; text-align: left; text-transform: uppercase; z-index: 999; margin: 0;}
.mine_form .item .social{position: absolute; right: 0; top: 0;}
.mine_form .item .text_box{color: #939598; padding: 0 0 25px;}
.mine_form .item .box{display: inline-block; vertical-align: middle;}
.mine_form .item .box:nth-child(4){margin: 0 60px 0 0; padding: 30px 60px 30px 0; border-right: 1px solid #e4e5e6;}
.mine_form .item .box p{font-size: 14px; font-weight: 400; line-height: 22px; color: #1b8995; margin: 0;}
.mine_form .item .box p:nth-child(1), .mine_form .item .box p:nth-child(6){margin: 0 0 15px;}
.mine_form .item .box p.phone{padding: 0 0 0 26px; background: url(../img/phone_icon.svg) no-repeat scroll center left; background-size: 20px 20px;}
.mine_form .box p.mail{padding: 0 0 0 26px; position: relative; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.mine_form .box p.mail::before{opacity: 1; position: absolute; top: 0; left: 0; width: 20px; height: 20px; background: url(../img/mail_icon.svg) no-repeat scroll center center; background-size: 20px 20px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.mine_form .item .box p.mail::after{opacity: 0; position: absolute; top: 0; left: 0; width: 20px; height: 20px; background: url(../img/mail_icon_hover.svg) no-repeat scroll center center; background-size: 20px 20px; content: ""; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .mine_form .item .box p.mail:hover{color: #f89020;}
.notouch .mine_form .item .box p.mail:hover::before{opacity: 0;}
.notouch .mine_form .item .box p.mail:hover::after{opacity: 1;}
.mine_form .item .box p.subtitle{font-size: 18px; font-weight: 600; line-height: 22px; text-transform: uppercase; margin: 0; padding: 34px 0 0; background: url(../img/chat_icon.svg) no-repeat scroll left top; background-size: 30px 26px;}
.mine_form .item .box:nth-child(6) p{color: #f89020;}

.mine_form .item label{display: block; text-align: left; font-size: 15px; line-height: 20px; color: #231f20; padding: 0 0 5px;}
.mine_form .item table{border-spacing: 4px 0; width: 100%; border-collapse: separate;}
.mine_form .item table td{padding: 0; font-size: 14px; font-weight: 400; line-height: 22px; color: #231f20;}
.mine_form .item table td a{color: #1b8995; text-decoration: underline; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch .mine_form .item table td a:hover{color: #f89020;}

.mine_form .item table td input[type=text]{border: 1px solid #f5f6f6; background: #f5f6f6; color: #231f20; font-size: 14px; line-height: 20px; padding: 6px 15px; width: calc(100% - 32px); margin: 0 0 15px; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.mine_form .item table td textarea{resize: none; overflow: auto; height: 140px; border: 1px solid #f5f6f6; background: #f5f6f6; color: #231f20; font-size: 14px; line-height: 20px; padding: 6px 15px; width: calc(100% - 32px); margin: 0 0 15px; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
.mine_form .item table td input[type=text]:focus, .mine_form .item table td textarea:focus{border: 1px solid #1b8995;}

#datum_narozeni{width:100px; border: 1px solid #f5f6f6; background: #f5f6f6; color: #231f20; font-size: 14px; line-height: 20px; padding: 6px 15px; margin: 0 0 15px; -webkit-transition: all 400ms ease; transition: all  400ms ease; }
#datum_narozeni:focus{border: 1px solid #1b8995;}

@media screen and (max-width: 1300px) {
.mine_form .item{width: 47.5%;}
.mine_form .item .box:nth-child(5){margin: 0 30px 0 0; padding: 15px 30px 15px 0;}
}
@media screen and (max-width: 1100px) {
.mine_form .item{width: 100%; margin: 0 auto; float: none !important;}
.mine_form .item:nth-child(1){margin: 0 auto 30px}
}
@media screen and (max-width: 550px) {
.mine_form .item p.title{padding: 0 0 10px;}
.mine_form .item .box:nth-child(5){border-right: 0; padding: 0; margin: 0;}
.mine_form .item .box.chat{display: none;}
.mine_form .item table, .mine_form .item table tbody, .mine_form .item table tr, .mine_form .item table td{display: block; width: 100%; text-align: left;}
.mine_form .item table .btn{margin: 10px 0 0;}
}








                                                                                                                      


footer.class_1 .item{padding: 0; width: 300px; margin: 0; display: block; float: left; position: relative;}
footer.class_1 .item .logo{position: relative; width: 187px; height: 24px; display: block; margin: 0 0 20px;}
footer.class_1 .item .logo::before{content: ""; opacity: 1; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../img/logo_white.svg) no-repeat scroll center center; background-size: 187px 24px; display: block; -webkit-transition: all 400ms ease; transition: all 400ms ease;}

footer.class_1 .item.long{width: calc(100% - 900px);}



footer.class_1 .item p.title{padding: 7px 0 13px; font-size: 18px; line-height: 24px; font-weight: 600; text-transform: uppercase; margin: 30px 0 10px;}
footer.class_1 .item p.title:first-of-type{margin-top: 0; text-align: center;}
footer.class_1 .item p{display: block; margin: 0 0 15px; padding: 0; font-size: 14px; line-height: 22px; color: #bcbec0; font-weight: 400;}
footer.class_1 .item p.nomargin{margin: 0;}
footer.class_1 .item p.hide{display: none;}
footer.class_1 .item p strong{font-size: 14px; line-height: 22px; font-weight: 700;}
footer.class_1 .item p a{font-size: 14px; line-height: 22px; font-weight: 400; text-decoration: underline; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch footer .item p a:hover, footer .item p a:focus{color: #ed1c24 !important;}


footer.class_1 .item ul:not(.social){margin: 0; padding: 0;}
footer.class_1 .item ul:not(.social) li{display: block; position: relative; width: 100%; margin: 0 0 4px;}
footer.class_1 .item ul:not(.social) li a{font-size: 14px; line-height: 22px; color: #999; font-weight: 400; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
.notouch footer.class_1 .item ul:not(.social) li a:hover, footer.class_1 .item ul:not(.social) li a:focus{color: #f6840a}

footer.class_1 .item p.gdpr{text-align: right;}
footer.class_1 .item p.gdpr, footer .item p.gdpr a, footer.class_1 .item p.gdpr strong{font-size: 12px; line-height: 16px; color: #bcbec0;}


footer.class_1 .item form{display: block; position: relative; width: 100%;}
footer.class_1 .item form label{display: none;}
footer.class_1 .item form input[type=text]{ position: relative; margin-bottom: 8px; font-size: 14px; line-height: 22px; color: #ffffff; padding: 10px 15px; border: 1px solid #717171; background: transparent; width: calc(100% - 32px); font-weight: 400; position: relative; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
footer.class_1 .item form textarea{  resize: none; height: 80px; position: relative; margin-bottom: 8px; font-size: 14px; line-height: 22px; color: #ffffff; padding: 10px 15px; border: 1px solid #717171; background: transparent; width: calc(100% - 32px); font-weight: 400; position: relative; -webkit-transition: all 400ms ease; transition: all  400ms ease;}
footer.class_1 .item form input:-internal-autofill-selected{-webkit-text-fill-color: #fff !important; }
footer.class_1 .item form textarea:-internal-autofill-selected{-webkit-text-fill-color: #fff !important; }

footer.class_1 .item form input::-webkit-input-placeholder, footer .item form textarea::-webkit-input-placeholder  { color: #717171;}    
footer.class_1 .item form input::-moz-placeholder, footer.class_1 .item form textarea::-moz-placeholder  { color: #717171 !important;}  
footer.class_1 .item form input::-ms-input-placeholder, footer.class_1 .item form textarea::-ms-input-placeholder  { color: #717171 !important;}
footer.class_1 .item form input[type=text]:focus, footer .item form textarea:focus{border: 1px solid #ffffff !important;}


footer.class_1 ul.social{display: none; margin: 0; text-align: left; padding: 30px 0 0; height: 30px;}
footer.class_1 ul.social li{list-style: none; display: inline-block; margin: 0 2px 0 0;}
footer.class_1 ul.social li a{opacity: 0.2; display: block; width: 30px; height: 30px; position: relative; -webkit-transition: all 400ms ease; transition: all 400ms ease;}
footer.class_1 ul.social li a::after{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.class_1 ul.social li a.in::after{background-image: url(../../img/social_in_icon_hover.svg);;}
footer.class_1 ul.social li a.fb::after{background-image: url(../../img/social_fb_icon_hover.svg);;}
footer.class_1 ul.social li a.yt::after{background-image: url(../../img/social_yt_icon_hover.svg);}
footer.class_1 ul.social li a.li::after{background-image: url(../../img/social_li_icon_hover.svg);}
footer.class_1 ul.social li a.tw::after{background-image: url(../../img/social_tw_icon_hover.svg);}
.notouch footer.class_1 ul.social li a:hover{opacity: 1;}

@media screen and (max-width: 1450px) {
footer.class_1 .item{width: 250px;}
footer.class_1 .item .logo{width: 156px; height: 20px;}
footer.class_1 .item .logo::before{background-size: 156px 20px;}
footer.class_1 .item.long{width: calc(100% - 750px);}
}

@media screen and (max-width: 1280px) {
footer.class_1 .item{width: 250px;}
footer.class_1 .item:nth-child(1){display: none;}
footer.class_1 .item.long{width: calc(100% - 500px);}
footer.class_1 .item p.title{padding: 0 0 5px;}
}

@media screen and (max-width: 1024px) {
footer.class_1{padding: 40px 0;}
footer.class_1 .item{width: 200px;}
footer.class_1 .item.long{width: calc(100% - 400px);}

footer.class_1 .item p.title{font-size: 16px; line-height: 20px;}
footer.class_1 .item p{font-size: 14px; line-height: 20px;}
footer.class_1 .item p strong{font-size: 14px; line-height: 20px;}
footer.class_1 .item p a{font-size: 14px; line-height: 20px;}

footer.class_1 .item ul:not(.social) li{margin: 0 0 3px;}
footer.class_1 .item ul:not(.social) li a{font-size: 14px; line-height: 20px;}
footer.class_1 .item form input[type=text]{font-size: 14px; line-height: 20px;}
footer.class_1 .item form textarea{font-size: 14px; line-height: 20px;}

}


@media screen and (max-width: 900px) {
footer.class_1 .item{width: 50%;}
footer.class_1 .item.long{width: 100%; margin: 40px 0 0;}
}


.kontakt_box {
    width: 100%;
    z-index: 800;
    position: fixed;
    top: calc(50% - 174px);
    height: 0;
    left: 0;
    right: 0; 
    max-width: 1920px;
    margin: 0 auto;
    display: block;
    min-height: 0;
}

.kontakt_box .item {
    position: absolute;
    right: 60px;
    height: 59px; 
}

.kontakt_box .item .subtitle {
    height: 20px;
    top: 0;
    z-index: 10;
    position: absolute;
    margin: 0;
    padding: 0;  
}

.kontakt_box .item .subtitle .img {
    background: #f6840a;
    position: relative;
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.kontakt_box .item .subtitle .text {
    text-transform: uppercase;
    width: 144px;
    text-align: center;
    padding: 0 15px 0 15px;
    position: absolute;
    right: -57px;
    top: 114px;
    letter-spacing: 3px;
    white-space: nowrap;
    font-size: 14px;
    line-height: 60px;
    font-weight: 600;
    background: #1b8995;
    -webkit-transform: rotate(-90deg) translateZ(0);
    transform: rotate(-90deg) translateZ(0);
    color: #fff;
    display: block;
    margin: 0 auto;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;    
 }
 
 .kontakt_box .item .subtitle .text:hover {
    background: #f6840a;  
 }
 
 @media screen and (max-width: 850px) {
    .kontakt_box {
        display: none;
    }
    
 }
 
 .inside_contact {
     max-width: none;
     width: 100%;
 }
 
 .inside_contact .contact_page {
    max-width: none;
 }