@import url(fonts/fonts.css);
/*reset*/
html{color:#000000;background:#fff;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,figure{margin:0;padding:0;line-height:1.5;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}legend, .invisible{display:none;}address,caption,cite,code,dfn,strong,th,var{font-style:normal;}ol,ul{list-style-type:none;}caption,th{text-align:left;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000000;}del,ins{text-decoration:none;}.clear{width: 100%; height: 0px; line-height: 0px; clear: both; float: none!important;}h1,h2,h3,h4,h5,h6{font-weight: normal;}.invisible{display: none !important;}


/**********************************  GENERAL  *************************************************/
body{font-size:16px;font-family:'Roboto',sans-serif;font-weight:300;color:#1B233F;letter-spacing:-0.2px;}
a.mask,span.mask{width: 100%; height: 100%; position: absolute; top: 0; left: 0; text-indent: -999em; overflow: hidden; z-index: 10;}
a.ico{display: block; width: 20px; height: 20px; text-indent: -999em; overflow: hidden; background: url('../img/ico-close.png') center no-repeat;}
.left, .float_left{display: block; float: left;}
.right, .float_right{display: block; float: right;}
.hide-text{text-indent: -999em; overflow: hidden;}
nav li a{text-decoration: none;}
nav li a:hover{text-decoration: undeline;}
nav strong{font-weight:normal;}
.last, .last-in-row{margin-right: 0!important;}
p.error,p.failed{color:#ff0000;}
p.confirm,p.success{color:#008000;}
p.back, p.more{text-align: right;}
p.info,.text p.info{margin-bottom:0;font-size:14px;font-weight:300;color:#999;}
/*a.anchor{position: relative; maring-top: -80px;}*/
.anchor:before {
  content:"";
  display:block;
  height:80px; /* fixed header height*/
  margin:-80px 0 0; /* negative fixed header height */
}

figure img{max-width:100%;height:auto;vertical-align:top;}
figure.float_left {max-width:50%;margin:0 30px 30px 0;}
figure.float_right{max-width:50%;margin:0 0 30px 30px;}
figure.float_above{margin-bottom:30px;}

.bg_color{}
.bg_grey{background-color:#FAFAFA;}
.bg_blue{background-color:#1B233F;color:#fff;}
.wrapper .bg_color.block{padding:40px 50px;box-sizing:border-box;}
.wrapper .bg_color.block > :last-child:not(figure):not(.float_below){margin-bottom:0;}
.wrapper .rs-column .bg_color.block{padding:25px 30px;}
.bg_color p:has(.button2) {overflow:hidden;}
.bg_color figure.float_left {max-width:calc(50% + 50px);margin:-40px 50px -40px -50px;}
.bg_color figure.float_right{max-width:calc(50% + 50px);margin:-40px -50px -40px 50px;}
.bg_color figure.float_above{margin:-40px -50px 30px;}
.bg_color figure.float_below{margin:30px -50px -40px;}
.wrapper .rs-column .bg_color.block figure.float_left,
.layout_latest.bg_color.block figure.float_left{max-width:calc(50% + 30px);margin:-25px 30px -25px -30px;}
.wrapper .rs-column .bg_color.block figure.float_right,
.layout_latest.bg_color.block figure.float_right{max-width:calc(50% + 30px);margin:-25px -30px -25px 30px;}
.wrapper .rs-column .bg_color.block figure.float_above,
.layout_latest.bg_color.block figure.float_above{margin:-25px -30px 30px;}
.wrapper .rs-column .bg_color.block figure.float_below,
.layout_latest.bg_color.block figure.float_below{margin:30px -30px -25px;}

.rs-column{margin-top:0;}

.video_container:not(.video_container--rwd,.local){position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;}
.video_container:not(.video_container--rwd,.local) iframe{position:absolute;top:0;left:0;right:0;width:100%;height:100%;}

.video_container video{max-width:100%;height:auto;}

/************* YOUTUBE PLAYER ****************/
.video_container--rwd video {
  width: 100%;
  height: auto;
}

.video_container--rwd > .inside {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56% 0.25;
}
.video_container--rwd > .ratio-169.inside {
  padding-bottom: 56.25%;
}
.video_container--rwd > .ratio-1610.inside {
  padding-bottom: 62.5%;
}
.video_container--rwd > .ratio-219.inside {
  padding-bottom: 42.8571%;
}
.video_container--rwd > .ratio-43.inside {
  padding-bottom: 75%;
}
.video_container--rwd > .ratio-32.inside {
  padding-bottom: 66.6666%;
}

.video_container--rwd > .inside iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/**** adv popup ****/
.adv-popup.only-image figure{margin: 0!important;}

/**** UTH tinyMCE classes ****/
.small{font-size:14px;}
h3 + .small{margin-top:-15px;}

/**** cookie warning ****/
.close{position:relative;width:30px;height:30px;cursor:pointer;text-indent:-9999px;background:#40C4FA;}
.close:before,
.close:after{content:"";position:absolute;top:calc(50% - 1px);left:calc(50% - 8px);display:block;width:16px;height:2px;background:#fff;transform:rotate(-45deg);}
.close:after{transform:rotate(45deg);}
.close:hover{background:rgba(64,196,250,0.7);}
#cookiewarning{display:block;z-index:999;position:fixed;bottom:0;left:0;width:100%;padding:10px 0;box-sizing:border-box;background-color:#ddd;text-align:center;}
#cookiewarning .wrapper{position:relative;}
#cookiewarning div.cookie-text{position:relative;padding:8px 40px 8px 0;}
#cookiewarning div.cookie-text p{margin:0;}
#cookiewarning div.cookie-close{position:absolute;top:4px;right:0;}
#cookiewarning div.cookie-close:before,
#cookiewarning div.cookie-close:after{background:#fff;}

/****  text  ****/
.text .mod_article .block/*,
.ce_rs_columns_start*/{margin-bottom:30px;}
.text strong,.text b{font-weight:bold;}
.text p, .text ul li, .text ol li{line-height: 150%;}
.text p{margin-bottom:30px;}
.text a{color:#40C4FA; text-decoration: underline;}
.text a:hover{color:#D0002C;text-decoration: none;}
.warning{color:#D10304;}
/*.text a.button{display: inline-block; color: #fff;}
.text a.button:hover{background-color: #e52f2f; text-decoration: none;}*/
.text h1,.text h2,.text h3,.text h4,.text h5,.text h6{line-height:1.5;margin-bottom:30px;font-weight:normal;}
.text h1 a,.text h2 a,.text h3 a,.text h4 a,.text h5 a,.text h6 a{color:#1B233F;text-decoration:none;}
.text h1{font-family:'Roboto',sans-serif;font-size:40px;line-height:1.2;font-weight:bold;}
.text h1.page-title{}
.text h2{font-family:'Roboto',sans-serif;font-size:32px;line-height:1.2;}
.text h3{font-family:'Roboto',sans-serif;font-size:24px;line-height:1.33;font-weight:bold;}
.text h4{font-family:'Roboto',sans-serif;font-size:20px;margin-bottom:20px;}
.text h5{font-family:'Roboto',sans-serif;font-size:16px;margin-bottom:20px;font-weight:bold;}
.text h6{font-family:'Roboto',sans-serif;font-size:16px;margin-bottom:20px;}

.text .ce_text:before,
.text .ce_text:after{content: ''; display: table; width: 100%; clear: both;}
.text .ce_accordion:before,
.text .ce_accordion:after{content: ''; display: table; width: 100%; clear: both;}

.text .ce_text:not(.bg_color) + .ce_accordion{margin-top:-30px;}
/*.text .ce_text.bg_color + .ce_accordion{margin-top:-20px;}*/

.button2 a,
a.button2{position:relative;display:inline-block;width:100%;height:auto;padding:13px 60px 13px 30px;margin-bottom:10px;box-sizing:border-box;border:none;color:#1B233F;font-size:16px;font-weight:bold;background:#FAFAFA;cursor:pointer;text-decoration:none;transition:all .3s;}
.button2 a:after,
a.button2:after{content:"";position:absolute;right:30px;top:16px;display:block;width:11px;height:18px;background:url('../img/v2/arrow_right_turquoise.png') center center no-repeat;background-size:cover;transition:all .3s;}
.button2 a:hover,
a.button2:hover{color:#D0002C;}
.button2 a:hover:after,
a.button2:hover:after{background-image:url('../img/v2/arrow_right_red.png');}
.bg_grey .button2 a,
.bg_grey a.button2{background:#fff;}

.button2.back a,
a.button2.back{padding-left:60px;padding-right:30px;}
.button2.back a:after,
a.button2.back:after{left:30px;right:auto;transform:rotate(180deg);}
p.button2.back a{width:auto;}

.text table{width:100%!important;height:auto!important;margin-bottom:30px;}
.text tr{height:auto!important;}

#tabela-2 td{
  padding: 4px 8px !important;
}

@media all and (max-width:900px){
  #tabela-2 table{
      font-size: 13px;
    width: 120px !important;
    margin-left: 2% !important;
}
}

.text td,
.text th{width:auto!important;height:auto!important;padding:13px 15px;border:solid #E5E5E5;border-width:0 0 1px;/*overflow-wrap:anywhere;*/}
.text th{font-weight:bold;}
.text tr:first-child > th{color:#fff;background:#1B233F;border-width:0  ;}
.text tr:nth-child(2n){background:#FAFAFA;}
.text .noborder td,
.text .noborder th{padding:0 5px 30px;border:none;}
.text .noborder td:first-child,
.text .noborder th:first-child{padding-left:0;}
.text .noborder td:last-child,
.text .noborder th:last-child{padding-right:0;}
.text .noborder tr:nth-child(2n){background:none;}
table td > *:last-child,
table th > *:last-child{margin-bottom:0;}

.mod_sitemap li a{position: relative; padding-left: 30px;}
.mod_sitemap .toggle-icon{display: block; position: absolute; left: 0; top: 0; width: 20px; height: 20px; background: url('../img/v2/arrow_right_turquoise.png') center no-repeat;}
.mod_sitemap .toggle-icon.active{transform:rotate(90deg);}
.mime_icon{display: block; float: left; margin-right: 5px;}
.ce_downloads .mime_icon{margin-top: 5px;}
.text .ce_downloads ul{margin-left: 0;}

.text ul,
.text ol{margin-bottom:14px;margin-left:0;padding-left:11px;}
.text ul ul,
.text ul ol,
.text ol ul,
.text ol ol{margin-top:14px;}
.text ol{padding-left:21px;}
.text li{padding-left:0;}
.text ul > li{list-style-type: none;padding-left:10px;margin-bottom:16px; position: relative;}
.text .ce_text ul > li:before,
.text .ce_list ul > li:before,
.text .product ul > li:before{content:'';/*position:absolute;top:7px;left:-10px;*/display:inline-block;width:7px;height:7px;margin:0 9px 0 -20px;border:2px solid #40C4FA;}
.text ol > li{list-style-type: decimal;margin-bottom:16px;}
.text img{display:block;max-width:100%;height:auto;}
.text .ce_text p img,
.text .ce_accordion p img{display:inline-block;margin:30px;vertical-align:middle;}

.text .mod_article .block.ce_accordion{/*margin-bottom:10px;*/padding:0;border:1px solid #CFD8DC;}
.text .mod_article .block.ce_accordion + .ce_accordion{margin-top:-20px;}
.text .ce_accordion .toggler{position:relative;padding:13px 60px 13px 30px;font-weight:bold;cursor:pointer;}
.text .ce_accordion .toggler:after{content:"";position:absolute;right:30px;top:18px;width:11px;height:18px;background:url('../img/v2/arrow_right_turquoise.png') center center no-repeat;transform:rotate(90deg);transition:all .3s;}
.text .ce_accordion .toggler.ui-accordion-header-active{color:#D0002C;}
.text .ce_accordion .toggler.ui-accordion-header-active:after{background-image:url(../img/v2/arrow_right_red.png);transform:rotate(270deg);}
.text .ce_accordion .accordion{position:relative;padding:30px;}
.text .ce_accordion .accordion:before{content:"";position:absolute;top:0;left:0;right:0;width:100%;height:4px;background:#D0002C;}
.text .ce_accordion .accordion > div > :last-child{margin-bottom:0;}

.text .ce_text:not(.ce_accordion) + .ce_accordion{/*margin-top:-30px;*/}

.ce_downloads ul > li{list-style-type: none; padding-left: 0; margin-bottom: 0; font-size: 17px;}

/*.text .ce_gallery{display: table;}
.text .ce_gallery:after{content: ''; display: block; width: 100%; clear: both;}
.text .ce_gallery ul{margin: 0;}
.text .ce_gallery ul li{list-style-type: none; padding-left: 0; margin-bottom: 0;}
.text .ce_gallery li{display: block; float: left; width: 33.3%; box-sizing: border-box;}
.text .ce_gallery li figure{padding: 5px;}
.text .ce_gallery li figure img{width: 100%; height: auto; display: block;}*/
.text .ce_gallery .image-box{float: left; width:calc((100% - 40px)/3);margin:0 20px 20px 0; box-sizing: border-box;}
.text .ce_gallery .image-box:nth-of-type(3n){margin-right:0;}
.text .ce_gallery .image-box:nth-of-type(3n+1){clear:both;}
.text .ce_gallery .image-box figure{padding:0;}
.text .ce_gallery .image-box figure img{width: 100%; height: auto; display: block; border: 3px solid #0f213f;box-sizing:border-box;}
.text .ce_gallery .image-box.poster{display: block; float: right; width:calc((100% - 40px)/3*2 + 20px);margin-right:0;}
.text .ce_gallery .image-box.row_last{margin-bottom:0;}

.text .ce_separator .separator{width: 100%; height: 1px; border-bottom: 1px solid #adb3bd; margin: 10px 0;}

.text .ce_person{width: 30%; margin: 5% 1.5%; float: left; max-width: 250px; box-sizing: border-box; border: 1px solid #c7c7c7;}
.text .ce_person figure a{display: flex; justify-content: center; align-items: center; padding: 0; height: 240px; width: 100%; border-bottom: 1px solid #c7c7c7; overflow: hidden;}
.text .ce_person figure img{display: block; margin: auto;}
.text .ce_person figure figcaption{display: none;}
.text .ce_person .person-text{padding:20px;}
.text .ce_person .person-text > :last-child{margin-bottom:0;}
#left .text .ce_person{width: 100%; margin: 0; max-width: none; float: none; border-width: 1px 0 0 0;}

.ce_juiTabStart.block{padding:0;}
.ce_juiTabStart ul.nav{display:flex;padding:0;margin:0;background:#F5F5F5;overflow:visible;}
.ce_juiTabStart ul.nav li{display:flex;width:50%;padding:0;margin:0;}
.ce_juiTabStart ul.nav li a{position:relative;display:flex;justify-content:center;align-items:center;width:100%;padding:22px 30px;box-sizing:border-box;font-size:20px;font-weight:normal;text-align:center;text-decoration:none;transition:all .3s;}
.ce_juiTabStart ul.nav li a:after{content:"";position:absolute;bottom:-2px;left:0;right:0;width:100%;height:0;background:#D0002C;transition:all .3s;}
.ce_juiTabStart ul.nav li.ui-state-active a{background:#fff;color:#D0002C;}
.ce_juiTabStart ul.nav li.ui-state-active a:after{height:4px;}
.ce_juiTabStart ul.nav:hover li a:after{height:0;}
.ce_juiTabStart ul.nav:hover li a:hover{z-index:2;}
.ce_juiTabStart ul.nav:hover li a:hover:after{height:4px;}

.ce_juiTabStart .ui-tabs-panel{}
.ce_juiTabStart .ui-tabs-panel .tab_content{padding:50px 0 20px;}
.ce_juiTabStart .ui-tabs-panel .tab_content > .ce_dlh_googlemaps{margin-top:-50px;}



/*****************/

/****  forms  ****/
/* uklad pol */
.formbody label{display:block;color:#B0BEC5;}
.formbody span.mandatory{color:#D0002C;}
.formbody input.text,
.formbody input.captcha,
.formbody input.submit,
.formbody button,
a.button,
a.submit,
span.button > a,
.button > a,
.formbody textarea,
.formbody select{display: block; width: 100%; box-sizing: border-box;font-weight:normal;}
.formbody textarea{height: auto;} /* nadpisanie wspolnych wartosci */
.formbody input.submit,
.formbody button,
.submit_container input.button,
a.button,
a.submit,
span.button > a,
.button a{cursor: pointer; width: auto;}

.formbody .widget-checkbox,
.formbody .widget-radio,
.formbody .widget-submit{margin:8px 0;}
.formbody .checkbox_container label,
.formbody .radio_container label{position:relative;display:block;width:auto;margin:0;padding:0 0 0 30px;font-size:12px;color:#B0BEC5;}

.widget fieldset > span,.widget div.fieldset > span{display:block;}
input[type="checkbox"],
input[type="radio"]{display:none;}
input[type="checkbox"] + label,
input[type="radio"] + label{transition:all .3s;}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before{content:"";display:inline-block;position:absolute;top:0;left:0;width:20px;height:20px;box-sizing:border-box;border:1px solid #40C4FA;vertical-align:bottom;background:#fff;background-position:center center;transition:all .3s;}
input[type="radio"] + label:before{top:2px;left:3px;border-radius:50%;}
input[type="radio"]:checked + label:before{border-color:#40C4FA;background:#40C4FA;box-shadow:0 0 0 4px #fff inset;/*url(../img/radio_bg.png) center center no-repeat;*/}
input[type="checkbox"]:checked + label:before{border-color:#40C4FA;background:url(../img/v2/checkbox_bg.png) #40C4FA center center no-repeat;}

/* wyglad pol w tekscie */
.text .formbody{max-width: 600px; padding: 10px 0 20px;}
.text .formbody .input-container{margin-bottom: 10px;}
.text .formbody label{margin-bottom: 5px;}
.text .formbody input.text,
.text .formbody input.captcha,
.text .formbody input.submit,
.text .formbody button,
.text .submit_container input.button,
a.button,
a.submit,
span.button > a,
.button > a,
.text .formbody textarea,
.text .formbody select{height:50px;background-color:#fff;border:1px solid #CFD8DC;padding:0 30px;color:#1B233F;text-decoration:none;}
.text .formbody textarea{padding-top:18px;padding-bottom:18px;}  /* nadpisanie wspolnych wartosci */
.text .formbody input.submit,
.text .formbody button,
.text .submit_container input.button,
a.button,
a.submit,
span.button > a,
.button > a{display:inline-block;height:auto;padding-top:13px;padding-bottom:13px;margin:0 auto;border:none;background-color:#40C4FA;color:#fff;font-family:'Roboto',sans-serif;font-weight:bold;transition:all .3s;}
.text .formbody input.submit:hover,
.text .formbody button:hover,
.text .submit_container input.button:hover,
a.button:hover,
a.submit:hover,
span.button > a:hover,
.button > a:hover{background:#D0002C;color:#fff;}

.text .formbody input.submit.alt,
.text .formbody button.alt,
.text .submit_container input.button.alt,
a.button.alt,
a.submit.alt,
span.button.alt > a,
.mod_iso_cart a.submit.continue{padding-top:12px;padding-bottom:12px;background:#fff;color:#40C4FA;border:1px solid #40C4FA;}
.text .formbody input.submit.alt:hover,
.text .formbody button.alt:hover,
.text .submit_container input.button.alt:hover,
a.button.alt:hover,
a.submit.alt:hover,
span.button.alt > a:hover,
.mod_iso_cart a.submit.continue:hover{background:#fff;color:#D0002C;border:1px solid #D0002C;}

.text .formbody .option-container{margin-bottom:14px;}
.text .formbody .option-container input{margin-top: 2px;}

.text ::-webkit-input-placeholder{opacity:1;color:#B0BEC5;font-weight:300;letter-spacing:-0.3;}
.text ::-moz-placeholder{opacity:1;color:#B0BEC5;font-weight:300;letter-spacing:-0.3;}
.text :-ms-input-placeholder{opacity:1;color:#B0BEC5;font-weight:300;letter-spacing:-0.3;}
.text :-moz-placeholder{opacity:1;color:#B0BEC5;font-weight:300;letter-spacing:-0.3;}

.text :not(.box-links) > .wrapper > .ce_imageboxlink{display: block; float: left; padding: 15px; width: 50%; height: 50%; box-sizing: border-box;}
.text :not(.box-links) > .wrapper > .ce_imageboxlink:nth-child(2n+1){clear:left;}
.text :not(.box-links) > .wrapper > .ce_imageboxlink .inside{border: 1px solid #c7c7c7; overflow: hidden}
.text :not(.box-links) > .wrapper > .ce_imageboxlink figure,
.text :not(.box-links) > .wrapper > .ce_imageboxlink figure a{display: block; margin: auto; height: 300px;}
.text :not(.box-links) > .wrapper > .ce_imageboxlink .hover{position: relative;z-index:2; background-color: #10213F; display: none; width: 100%; text-align: center; color: #fff;}
.text :not(.box-links) > .wrapper > .ce_imageboxlink .hover .inside{display: table-cell; vertical-align: middle;}
.text :not(.box-links) > .wrapper > .ce_imageboxlink .hover a{color: #fff; text-decoration: none;}
.text :not(.box-links) > .wrapper > .ce_imageboxlink h2, .text :not(.box-links) > .wrapper > .ce_imageboxlink span{width: 100%; padding: 10px; margin:0;box-sizing:border-box;font-family:'Roboto',sans-serif; font-size: 30px;  text-transform: uppercase; text-align: center; font-weight: bold;}
.text :not(.box-links) > .wrapper > .ce_imageboxlink img{display: block; max-width: 100%; height: auto; margin: 0 auto; position: relative; top: 50%; transform: translateY(-50%)}
.text :not(.box-links) > .wrapper > .ce_imageboxlink:hover .hover{display: table;}
.text :not(.box-links) > .wrapper > .ce_imageboxlink:hover figure{display: none;}

 /* inline field form (labelka obok, a nie nad polem) */
 /* jesli wszystkie formularze maja miec labelki obok pol, a nie nad - usun ".inline " z ponizszych deklaracji css */
.inline .formbody label{display: block; float: left; width: 40%;}
.inline .formbody .field-container{float: left; width: 60%;}
.inline .formbody input.submit,
.inline .formbody button{margin-left: 40%;}
.inline .formbody .option-container label{width: auto;}

/* one-line form (caly formularz w jednej linii, np. logowanie, wyszukiwarka) */
.oneline .formbody .input-container,
.oneline .formbody .submit_container,
.oneline .formbody > input{width: auto; float: left; margin-right: 10px;}
.oneline .formbody .input-container{margin-right: 10px;}
.oneline.inline .submit_container,
.oneline.inline .submit_container input.submit,
.oneline.inline .submit_container button,
.oneline.inline .submit-container,
.oneline.inline .submit-container input.submit,
.oneline.inline .submit-container button,
.oneline.inline .input-container,
.oneline.inline .input-container label,
.oneline.inline .input-container .field-container,
.oneline.inline .input-container .field-container input{margin: 0; width: auto; float: none; display: inline-block;}

/* custom select */
 /* The container must be positioned relative: */
.custom-select{position:relative;}
.custom-select select{display:none; /*hide original SELECT element: */}

/* Style the arrow inside the select element: */
.select-selected:after{content:"";position:absolute;right:30px;top:18px;width:11px;height:18px;background:url('../img/v2/arrow_right_turquoise.png') center center no-repeat;transform:rotate(90deg);transition:all .3s;}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after{background-image:url(../img/v2/arrow_right_red.png);transform:rotate(270deg);}

/* style the items (options), including the selected item: */
.select-selected{max-width:100%;min-width:300px;padding:12px 60px 12px 30px;box-sizing:border-box;border:1px solid #CFD8DC;background-color:#fff;color:#091F43;cursor:default;}

/* Style items (options): */
.select-items{position:absolute;top:100%;left:0;right:0;z-index:99;border:1px solid #CFD8DC;background:#fff;cursor:default;}
.select-items:before{content:"";position:absolute;top:-2px;left:-1px;right:-1px;height:2px;background:#D0002C;}
.select-items div{position:relative;padding:12px 30px;}
.select-items div:after{content:"";position:absolute;bottom:0;left:30px;right:30px;height:1px;background:#CFD8DC;}
.select-items div:last-child:after{display:none;}

/* Hide the items when the select box is closed: */
.select-hide {display: none;}

.select-items div:hover, .same-as-selected {color:#D0002C;}
/*****************/


.pagination{display:flex;justify-content:center;}
.pagination ul{display:flex;padding:0;margin:30px auto;border:1px solid #CFD8DC;font-weight:bold;overflow:visible;}
.pagination ul li{display:flex;margin:0;padding:0;border-right:1px solid #CFD8DC;}
.pagination ul li:last-child{border:none;}
.pagination ul li a,
.pagination ul li strong{position:relative;display:flex;justify-content:center;width:60px;line-height:48px;text-decoration:none;}
.pagination ul li strong{color:#D0002C;}
.pagination ul li a:hover:after{content:"";position:absolute;bottom:-1px;left:-1px;right:-1px;width:100%;height:1px;background:#D0002C;}
.pagination ul li a.previous,.pagination ul li a.next{position:relative;text-indent:-9999px;}
.pagination ul li a.previous:after,.pagination ul li a.next:after{content:"";position:absolute;left:calc(50% - 6px);top:calc(50% - 9px);width:11px;height:18px;background:url('../img/v2/arrow_right_turquoise.png') center center no-repeat;background-size:cover;}
.pagination ul li a.previous:hover:after,.pagination ul li a.next:hover:after{background-image:url(../img/v2/arrow_right_red.png);}
.pagination ul li a.previous:after{transform:rotate(180deg);}

/**********************************  LAYOUT  *************************************************/
#wrapper{width:100%;max-width:1920px;min-width:320px;margin:0 auto;background-color:#fff;position:relative;}
.wrapper{width:1340px;max-width:100%;margin: 0 auto;padding:0 10px;box-sizing:border-box;}
.wider .wrapper{width:100%;padding-left:0;padding-right:0;}
.wrapper .wrapper{padding-left:0;padding-right:0;}

.skip_to_content, .skip_to_menu{position:absolute;z-index:1; right: 0; opacity: 0;}
.skip_to_content:focus, .skip_to_menu:focus{position:static; background: #fff; opacity: 1;}
/****  top  ****/
.top{position:fixed;left:0;right:0;z-index: 20; width: 100%;height:120px;background-color:#091F43;transition:all .3s;}
.top.fixed{height:50px;}
.top .wrapper .inside{position:relative;display:flex;justify-content:space-between;flex-wrap:wrap;transition:all .3s;}
.top.fixed .wrapper .inside{flex-wrap:nowrap;}

#header{padding-top:120px;transition:all .3s;}
.fixed #header{padding-top:50px;}

.top .logo{order:2;}
.top .menu_search{order:3;height:80px;transition:all .3s;}
.top.fixed .menu_search{height:50px;}
.top .features{order:1;position:relative;display:flex;justify-content:flex-end;width:100%;height:40px;background:#fff;/*transition:all .3s;*/}
.top.fixed .features{order:4;width:auto;height:50px;background:none;}
.top .features .feature{position:relative;z-index:2;margin-left:30px;}
.top .features:before{content:"";position:fixed;left:0;right:0;z-index:1;height:40px;background:#fff;}
.top.fixed .features:before{display:none;}

.top .logo{display:flex;align-items:center;margin-right:20px;}
.top .logo img{vertical-align:top;color:#fff;}
.top .logo img.small{display:none;}
.top.fixed .logo img{display:none;}
.top.fixed .logo img.small{display:block;}

.top .options-container{height:80px;transition:all .3s;}
.top.fixed .options-container{height:50px;}

.menu_search{display:flex;justify-content:flex-end;}
.fixed .menu_search{width:100%;}
/* main menu */
.mainmenu_bg{display:none;position:fixed;top:0;bottom:0;left:0;right:0;z-index:19;}
.mainmenu{padding-right:7px;overflow: hidden;}
.mainmenu nav ul{height:80px;transition:all .3s;}
.fixed .mainmenu nav ul{height:50px;}
.mainmenu nav ul.level_1 > li{display: inline-block; height: 100%;}
.mainmenu nav ul.level_1 > li > a,
.mainmenu nav ul.level_1 > li > strong{height: 100%; display: block; line-height:80px;padding:0 13px;font-size:16px;color:#fff;text-transform:uppercase;font-weight:bold;letter-spacing:-0.2px;transition:all .3s;}
.fixed .mainmenu nav ul.level_1 > li > a,
.fixed .mainmenu nav ul.level_1 > li > strong{line-height:50px;}
.mainmenu nav ul.level_1 > li > a:hover,
.mainmenu nav ul.level_1 > li > strong.active,
.mainmenu nav ul.level_1 > li > a.trail{color:#40C4FA;}
.mainmenu nav ul.level_1 > li > a:hover{text-decoration:underline;}
.mainmenu nav ul.level_2{display: none; width: 100%; height: auto; position: absolute; top:120px; left: 0; background-color: #091f43; padding: 35px 0; z-index: 1000;transition:all .3s;}
.fixed .mainmenu nav ul.level_2{top:50px;}
.mainmenu nav ul.level_2 li{display: block;}
.mainmenu nav ul.level_2 li > *{display: block; line-height:1.2;padding:5px 15px;color: #fff; text-align: center; text-transform: uppercase;}
.mainmenu nav ul.level_2 li > a:hover,
.mainmenu nav ul.level_2 li > strong.active,
.mainmenu nav ul.level_2 li > a.trail{text-decoration: none; background-color: #40C4FA;}
.home .mainmenu nav ul.level_1 > li > a.sing-up{color:#40C4FA;}

.features .vcontrast{padding:0 10px 0 30px;background:#fafafa;text-align:center;}
.fixed .features .vcontrast{margin-left:17px;padding-left:0;background:none;}
.features .vcontrast a{position:relative;display:inline-block;width:24px;height:100%;padding:10px 0;box-sizing:border-box;text-indent:-9999px;}
.features .vcontrast a:before,
.features .vcontrast a:after{content:"";position:absolute;top:calc(50% - 8px);left:calc(50% - 12px);width:16px;height:16px;box-sizing:border-box;border:2px solid #40C4FA;border-radius:50%;background:#fafafa;transition:all .3s;}
.contrast .features .vcontrast a:before,
.contrast .features .vcontrast a:after{background:#000;}
.fixed .features .vcontrast a:before,
.fixed .features .vcontrast a:after{background:#091f43;}
.features .vcontrast a:after,
.fixed .features .vcontrast a:after,
.contrast .features .vcontrast a:after{left:calc(50% - 4px);background:#40C4FA;}
.features .vcontrast a:hover:before,
.contrast .features .vcontrast a:before{left:calc(50% - 4px);z-index:2;}
.features .vcontrast a:hover:after,
.contrast .features .vcontrast a:after{left:calc(50% - 12px);}
.contrast .features .vcontrast a:hover:before{left:calc(50% - 12px);border-color:#ff0;}
.contrast .features .vcontrast a:hover:after{left:calc(50% - 4px);border-color:#ff0;background:#ff0;}

.top .features .zoom{display:flex;width:auto;margin:0;padding:0 30px 0 10px;background:#fafafa;}
.top.fixed .features .zoom{padding-right:0;background:none;}
.features .zoom a{display:flex;align-items:center;padding:10px 3px;box-sizing:border-box;font-size:12px;color:#40C4FA;font-weight:bold;text-decoration:none;}
.features .zoom .zoom_aa{font-size:14px;}
.features .zoom .zoom_aaa{font-size:16px;}
.zoom_2 .features .zoom .zoom_aa,
.zoom_3 .features .zoom .zoom_aaa{text-decoration:underline;}
.features .zoom:hover a{text-decoration:none!important;}
.features .zoom:hover a:hover{text-decoration:underline!important;}
.features .zoom a span{display:inline-block;padding-bottom:0px;}
.features .zoom .zoom_aa span{padding-bottom:1px;}
.features .zoom .zoom_aaa span{padding-bottom:3px;}

.features .mig a{display:flex;align-items:center;position:relative;width:100%;height:100%;box-sizing:border-box;}
.features .mig img{width: 100%; height: auto;}
.features .bip{text-align:center;}
.fixed .features .bip{display:none;}
.features .bip a{display:flex;align-items:center;position:relative;width:100%;height:100%;box-sizing:border-box;}
.features .bip a img{width:100%;height:auto;}

.features .lang{display:flex;}
.features .lang .mod_changelanguage{display:flex;}
.features .lang ul{display:flex;}
.features .lang ul li{display:flex;margin-left:10px;}
.features .lang ul li.first{margin-left:0;}
.features .lang ul li > *{display:flex;width:26px;color:#fff;text-decoration:none;text-indent:-9999px;background-position:right center;background-repeat:no-repeat;transition:all .3s;}
.features .lang ul li.lang-pl > *{background-image:url('../img/v2/flag-pl.png');}
.features .lang ul li.lang-uk > *{background-image:url('../img/v2/flag-ua.png');}
.features .lang ul li.lang-en > *{background-image:url('../img/v2/flag-en.png');}
.features .lang ul li > *:hover{opacity:0.7;}

/* ue modernization */
.features .modernization_ue{float:right;display:flex;align-items:center;height:40px;}
.features .modernization_ue a{display:inline-block;width:118px;height:27px;text-indent:-9999px;background:url('../img/v2/logo_UE.png') center center no-repeat;background-size:contain;}
.fixed .features .modernization_ue{display:none;}

/* dialog boxes */
.options-container{}
.options-item{width:40px; height: 100%;float: right; cursor: pointer;}
.options-item.search{background: url('../img/v2/ico-search.png') center no-repeat; border: none;}

.options-item.share{background: url('../img/v2/ico-share.png') center no-repeat;}

.dialog-box{display: none; position: absolute; top:120px;right:-10px;width:calc(100% + 20px);background-color: #091f43; z-index: 999;}
.fixed .dialog-box{top:50px;}
/* search shares */
.dialog-box .mod_search .formbody{position: relative; margin:36px 195px 60px;height:74px; padding: 10px 80px 10px 0; border-bottom: 1px solid #5d6b83;}
.dialog-box .mod_search input{background: none; border: none; height: 50px; line-height: 50px;}
.dialog-box .mod_search input.text{font-size: 40px; color: #fff;}
.dialog-box .mod_search input.submit,
.dialog-box .mod_search button{width: 80px; position: absolute; right: 0; top: 34px; text-align: center; font-size: 23px; font-family:'Roboto',sans-serif; color: #fff;}
.dialog-box .share-list{display: block; float: right; margin: 20px;}
.share-list li{display: block; float: left; margin-left: 10px;}
.share-list a.ico{width: 28px; height: 28px; background: url('../img/ico-socials.png') 0 0 no-repeat;}
.share-list a.ico.tw{background-position: 0 0;}
.share-list a.ico.fb{background-position: -39px 0;}
.share-list a.ico.yt{background-position: -79px 0;}
.share-list a.ico.b{background-position: -118px 0;}

.dialog-box .share-list{display: block; float: right; margin: 20px;}
.share-list{display:flex;justify-content:center;flex-wrap:wrap;}
.share-list .ce_hyperlink,
.share-list .ce_image{display:block;margin:0 10px 10px;}
.share-list .last{margin-right:0;}
.share-list .ce_hyperlink a,
.share-list .ce_image a{margin:0; padding:0;}
.share-list .ce_image a img{margin:0; padding:0;}
.share-list .ce_hyperlink a{display: block; width: 28px; height: 28px; background: url('../img/v2/ico-socials.png?v2') 0 0 no-repeat; text-indent: -999em; overflow: hidden;}
.share-list .ce_hyperlink.tw a{background-position: 0 0;}
.share-list .ce_hyperlink.fb a{background-position: -39px 0;}
.share-list .ce_hyperlink.yt a{background-position: -79px 0;}
.share-list .ce_hyperlink.b a{background-position: -118px 0;}
.share-list .ce_hyperlink.ig a{background-position: -157px 0;}
.share-list .ce_hyperlink.li a{background-position: -196px 0;}
.share-list .ce_hyperlink.vk a{background-position: -235px 0;}
.share-list .ce_hyperlink.sc a{background-position: -274px 0;}
.share-list .ce_hyperlink.tt a{background-position: -313px 0;}

.ce_hyperlink a.button,
.ce_hyperlink a.button2{margin-bottom:0;}

/* breadcrumbs */
.mod_breadcrumb{padding:19px 0;line-height:1.66;font-size:12px;color:#B0BEC5;}
.mod_breadcrumb ul{}
.mod_breadcrumb ul li{display:inline;}
.mod_breadcrumb ul li:after{content:"/";display:inline-block;margin:0 3px 0 5px;}
.mod_breadcrumb ul li.last{color:#40C4FA;}
.mod_breadcrumb ul li.last:after{display:none;}
.mod_breadcrumb ul li a{color:#B0BEC5;text-decoration:none;}
.mod_breadcrumb ul li a:hover{text-decoration:underline;}
/*****************/
/*left*/
#left{float: left; width: 300px;}
#left .mod_navigation h2{display: none;}
#left .mod_navigation{margin-bottom:10px;}
#left .mod_navigation ul a,
#left .mod_navigation ul strong{position:relative;display:block;padding:8px 20px;font-weight:bold;color:#40C4FA;border-bottom:1px solid transparent;}
#left .mod_navigation a.trail,
#left .mod_navigation strong{color:#D0002C;border-color:#D0002C;}
#left .mod_navigation a:hover{color:#D0002C;}
#left .mod_navigation li > .submenu .toggle-icon{content:"";position:absolute;right:10px;top:0;width:40px;height:40px;background:url('../img/v2/arrow_right_turquoise.png') center center no-repeat;transform:rotate(90deg);cursor:pointer;transition:all .3s;}
#left .mod_navigation li > .submenu.active .toggle-icon,
#left .mod_navigation li > .submenu.trail .toggle-icon{transform:rotate(-90deg);background-image:url('../img/v2/arrow_right_red.png');}
#left .mod_navigation li > .submenu:hover .toggle-icon{background-image:url('../img/v2/arrow_right_red.png');}
#left .mod_navigation li > .submenu .toggle-icon.active{transform:rotate(-90deg);background-image:url('../img/v2/arrow_right_red.png');}
#left .mod_navigation li > .submenu .toggle-icon.inactive{transform:rotate(90deg);background-image:url('../img/v2/arrow_right_turquoise.png');}
#left .mod_navigation ul ul{display:none;padding:0 25px 0 30px;}
#left .mod_navigation ul li.active ul,
#left .mod_navigation ul li.trail ul{display:block;}
#left .mod_navigation ul ul li{}
#left .mod_navigation ul ul li a,
#left .mod_navigation ul ul li strong{padding:13px 0;font-weight:300;color:#091F43;border-color:#CFD8DC;}
#left .mod_navigation ul ul li a.trail,
#left .mod_navigation ul ul li strong{color:#D0002C;border-color:#CFD8DC;}
#left .mod_navigation ul ul li .last{border-color:transparent;}
#left .mod_navigation ul ul li > .submenu .toggle-icon{display:none;}
#left .mod_navigation ul ul ul.level_3{display:none;}

#left .mod_navigation.second-menu{background-color: #0f213f; margin-top: 30px;}
#left .mod_navigation.second-menu li a,
#left .mod_navigation.second-menu li strong{color: #fff;}
#left .mod_navigation.second-menu li a:hover,
#left .mod_navigation.second-menu li strong{color: #fff; text-decoration: underline;}


#main{position: relative; margin: 0 auto; width: auto; overflow: auto; padding:0;} /* fluid main column for rwd */
#main.has-left{margin-left:330px;}
.home #main{margin-left: 0; width: 100%; max-width: none; padding-top: 0;}
#main > .inside{width: 100%; overflow: hidden;}
#main.text > .inside{max-width: 100%;box-sizing: border-box;}
#footer{}

#footer .modernization_ue{border-top:2px solid #f2f2f2;}
#footer .modernization_ue .inside{max-width:920px;margin:0 auto;padding:30px 0;text-align:center;}
#footer .modernization_ue img{max-width:100%;height:auto;}

/* right menu */
#container{position: relative;}
#main.has-right{margin-right: 330px;}
#right{float: right; width:300px; position: absolute; right: 0; top: 0;}
#right .mod_navigation{margin:0 0 20px;padding:10px 0;background:#0f213f;}
#right .mod_navigation ul.level_1 > li{padding:0; position: relative;}
#right .mod_navigation a,
#right .mod_navigation strong{display:block;line-height:20px;padding:10px 20px;color: #fff;font-size:16px;font-family:'Roboto',sans-serif; text-transform: uppercase;}
#right .mod_navigation a:hover,
#right .mod_navigation strong{text-decoration: underline;}


/* partners */
.footer-partners .slick-list{margin:0;}
.footer-partners{padding: 80px 0; position: relative;}
.footer-partners .slick-prev,
.footer-partners .slick-next{display:none!important; position: absolute; top: 40px; height: 60px; width: 60px; background: #d0002c center no-repeat; text-indent: -999em; overflow: hidden; border: none; cursor: pointer;}
.footer-partners .slick-prev{left: 0; background-image: url('../img/ico-prev-white-big.png');}
.footer-partners .slick-next{right: 0; background-image: url('../img/ico-next-white-big.png');}

.footer-partners .producer_item{display: block; width: auto; height: 140px; float: left;}
.footer-partners .producer_item .inside{position: relative; overflow: hidden;}
.footer-partners .producer_item figure{height: 140px; width: 210px; display: table-cell; vertical-align: middle;}
.footer-partners .producer_item figure img{margin: 0 auto; max-width: 100%; height: auto;}
.footer-partners .producer_item.mono figure.color{display: none;}
.footer-partners .producer_item.mono.center figure.color,
.footer-partners .producer_item.mono.center figure.color{display: table-cell;}
.footer-partners .producer_item.mono.center figure.mono,
.footer-partners .producer_item.mono.center figure.mono{display: none;}

.footer{background:#fafafa;}
.footer .wrapper .inside:before{content:"";position:relative;top:-1px;display:block;width:100%;height:2px;background:#40C4FA;}
.footer-box{width:30%;padding:85px 0 85px 35px;box-sizing:border-box;}
.footer-box .logo{text-align:center;}
.footer-box .footer-social-container{padding: 20px 0; height: 28px;}
.footer-box .footer-social-container li.first{margin-left: 0;}
.mod_subscribe .formbody{border: 1px solid #bbb; position: relative; padding-right: 30px;}
.mod_subscribe p.error,
.mod_subscribe p.confirm{margin-bottom: 5px;}
.mod_subscribe input{background: none; border: none;}
.mod_subscribe .text{height: 35px; width: 100%; padding: 0 20px; box-sizing: border-box;}
.mod_subscribe .submit,
.mod_subscribe button{width: 30px!important; height: 35px; position: absolute; right: 0; top: 0; text-indent: -999em; overflow: hidden; background: url('../img/ico-newsletter-pointer.png') center no-repeat;}

.footer-menu{width: 70%;/*padding-left:30px;*/box-sizing:border-box;}
.footer-menu .ce_text{float: left; width: 25%; box-sizing: border-box; padding:85px 10px 85px 0;}
.footer-menu .ce_text h3,.footer-menu .ce_text h2{font-size:16px;font-family:'Roboto',sans-serif;font-weight:bold;padding-bottom: 10px;letter-spacing:-0.2px;}
.footer-menu .ce_text ul{font-size:14px;font-weight:300;}
.footer-menu .ce_text li:before{display:none;}
.footer-menu .ce_text li{padding: 10px 0; padding-left:0px; position: relative;}
.footer-menu .ce_text a{color: #000; text-decoration: none;}
.footer-menu .ce_text a:hover{text-decoration: underline;}
#footer .migo{padding-top:36px;padding-bottom:36px;text-align: right;text-transform:uppercase;}
#footer .migo.higher{height: 80px;}
#footer .migo a{color:#B0BEC5; text-decoration: none;font-size:14px;font-weight:300;}
#footer .migo .left a{color:#1B233F;}

/********************************  MODULES  **********************************************/

/**** HOME ****/
/*.home #container #main .inside{padding: 0; position: relative; height: 100%;}*/
.ce_mainslider{width: 100%;position: relative;overflow:hidden;}
.ce_mainslider figure{}
.ce_mainslider figure.float_above{margin-bottom:0;}
.ce_mainslider figure img{max-width:100%;height:auto;vertical-align:top;}
.ce_mainslider .slide-text{position:absolute;top:0;bottom:0;left:50%;right:0;z-index:11;width:50%;padding:7% 100px 40px 50px;box-sizing:border-box;background-color:rgba(9,31,67,0.95);color:#fff;}
.ce_mainslider .slide-text h2{position:relative;line-height:1.2;padding:35px 0 0;margin-bottom:10px;font-size:72px;font-weight:bold;}
.ce_mainslider .slide-text h2:before{content:"";position:absolute;top:0;left:0;display:block;width:90px;height:8px;background:#D0002C;}
.ce_mainslider .slide-text p{width:100%;margin:35px 0 10px;font-size:24px;font-family:'Roboto',sans-serif;}
.ce_mainslider .slide-text a.button,
.ce_mainslider .slide-text span.button > a{display:inline-block;height:auto;margin-top:40px;padding:13px 25px;border:none;background:#40C4FA;font-size:16px;font-weight:bold;letter-spacing:-0.2px;color:#fff;}
.ce_mainslider a.scroll-down{position:absolute;left:calc(50% + 50px);bottom:8%;z-index:12;display:block;width:139px;height:150px;line-height:1.5;padding-left:70px;box-sizing:border-box;background:url(../img/v2/ico-scroll.png) 0 0 no-repeat;font-size:16px;font-weight:bold;letter-spacing:-0.2px;color:#fff;text-decoration:none;opacity:0.5;transition:all .3s;}
.ce_mainslider a.scroll-down:hover{opacity:1;}

.ce_mainslider.slide_right_bottom .mask{background:url(../img/v2/main_slider_gradient.png) center bottom repeat-x;}
.ce_mainslider.slide_right_bottom .slide-text{top:auto;bottom:8%;width:705px;padding:50px;}
.ce_mainslider.slide_right_bottom .slide-text h2{padding-top:0;font-size:56px;line-height:1.1;}
.ce_mainslider.slide_right_bottom .slide-text h2:before{left:-50px;top:-58px;}
.ce_mainslider.slide_right_bottom a.scroll-down{left:calc(50% - 705px);bottom:8%;width:160px;height:auto;padding:170px 0 0;}

.ce_mainslider.slide_bottom .slide-text{top:auto;bottom:8%;left:calc(50% - 705px);width:1410px;padding:50px;}
.ce_mainslider.slide_bottom .slide-text h2{float:left;width:50%;padding:0 25px 0 0;margin-right:25px;box-sizing:border-box;font-size:56px;line-height:1.1;}
.ce_mainslider.slide_bottom .slide-text h2:before{left:auto;right:-45px;top:-46px;}
.ce_mainslider.slide_bottom .slide-text p{margin-top:0;box-sizing:border-box;}
.ce_mainslider.slide_bottom a.scroll-down{left:calc(50% - 705px);bottom:52%;}

.ce_mainslider.slide_center .mask{background:rgba(27,35,63,0.8);}
.ce_mainslider.slide_center .slide-text{left:calc(50% - 705px);right:calc(50% - 705px);display:flex;flex-wrap:wrap;align-content:center;width:auto;background:none;text-align:center;}
.ce_mainslider.slide_center .slide-text h2{width:100%;padding:0 165px 0;box-sizing:border-box;}
.ce_mainslider.slide_center .slide-text h2:before{top:-45px;left:calc(50% - 45px);}
.ce_mainslider.slide_center .slide-text p{width:100%;padding-left:165px;padding-right:160px;box-sizing:border-box;}
.ce_mainslider.slide_center .slide-text a.button,
.ce_mainslider.slide_center .slide-text span.button > a{margin-left:auto;margin-right:auto;}
.ce_mainslider.slide_center a.scroll-down{left:calc(50% - 705px);bottom:8%;width:160px;height:auto;padding:170px 0 0;}

#banner .nav-container{}
#banner .nav-container > button{position:absolute;right:0;top:calc(50% - 40px);cursor: pointer; display: block; width:80px;height:80px;background:#fff; text-indent: -999em; overflow: hidden; border: none;}
#banner .nav-container > button.slick-prev{left:0;right:auto;}
#banner .nav-container > button:after{content:"";position:absolute;left:calc(50% - 6px);top:calc(50% - 9px);width:11px;height:18px;background:url('../img/v2/arrow_right_turquoise.png') center center no-repeat; z-index: 5;}
#banner .nav-container > button.slick-prev:after{transform:rotate(180deg);}
#banner .nav-container > button:hover:after{background-image:url(../img/v2/arrow_right_red.png);}
#banner .nav-container .slick-dots{display:none!important;padding: 10px 0;}
#banner .nav-container .slick-dots li{padding: 6px 0;}
#banner .nav-container .slick-dots button{display: block; width: 12px; height: 12px; text-indent: -999em; overflow: hidden; border: none; border-radius: 6px; background-color: #fff; margin: 0 auto; cursor: pointer;}
#banner .nav-container .slick-dots .slick-active button{background-color: #d0002c;}
/* w liczbach */
.mod_sloganrotator div{line-height:1;}
.mod_sloganrotator .slick-list{margin:0 105px;}
.mod_sloganrotator{position:relative;width:1320px;max-width:100%;height:632px;margin:-80px auto 0; background: url('../img/v2/bg-in-numbers.png') center no-repeat; color: #fff;}
.mod_sloganrotator h3{padding: 90px 0 79px; font-family:'DM Sans',sans-serif;font-size:40px;letter-spacing:-0.3px;font-weight:bold;text-align:center;}
.mod_sloganrotator .slogan-simple{width: 200px; padding:0 15px; float: left; text-align: center;}
.mod_sloganrotator .slogan-simple .inside{min-height:270px;padding:30px 20px;box-sizing:border-box;background:#113F67;}
.mod_sloganrotator .slogan-simple .inside:before{content:"";display:inline-block;width:40px;height:8px;margin:0 auto;background:#D0002C;}
.mod_sloganrotator .slogan-simple .number{padding:38px 0;font-family:'Roboto',sans-serif; font-size:72px;font-weight:bold;color:#fff;}
.mod_sloganrotator .slogan-simple .name{padding:0;line-height:1.4;font-family:'Roboto',sans-serif;font-size:16px;font-weight:bold;letter-spacing:-0.2px;}
.mod_sloganrotator button{position:relative;display: block; position: absolute; bottom:-100px;width:75px;height:50px;text-indent: -999em; overflow: hidden; border: none; padding: 0; cursor: pointer;}
.mod_sloganrotator button.slick-prev{right:50%;}
.mod_sloganrotator button.slick-next{left:50%;}
.mod_sloganrotator button:after{content:"";position:absolute;left:calc(50% - 6px);top:calc(50% - 9px);width:11px;height:18px;background:url('../img/v2/arrow_right_turquoise.png') center center no-repeat;}
.mod_sloganrotator button.slick-prev:after{transform:rotate(180deg);}
.mod_sloganrotator button:hover:after{background-image:url(../img/v2/arrow_right_red.png);}
/* pojedynczy */
.mod_slogansingle{position:absolute;top:0;right:0;}
.mod_slogansingle .slogan-simple{display:flex;}
.mod_slogansingle .number,
.mod_slogansingle .name{display:flex;align-items:center;color:#fff;background:#343434;}
.mod_slogansingle .number{line-height:1.1;padding:0 15px 5px;border-right: 1px solid #818181;font-size:60px;text-align:center;}
.mod_slogansingle .name{max-width:180px;padding:5px 15px;box-sizing:border-box;background:#0e213f;text-transform:uppercase;font-size:18px;line-height:22px;}
.mod_slogansingle .clear{display:none;}


/**** news ****/
.wrapper .bg_color.layout_latest{position: relative;min-height:150px;padding:25px 30px;margin-bottom:20px;box-sizing:border-box;background:#F5F5F5;}
.layout_latest.last{margin-bottom:0;}
.layout_latest:before{content:"";position:absolute;right:30px;bottom:15px;width:11px;height:18px;background:url('../img/v2/arrow_right_turquoise.png') center center no-repeat;}
.layout_latest:after{content:"";clear:both;display:block;width:100%;}
.layout_latest figure{display: block;overflow:hidden;}
.layout_latest figure img{display: block;width: auto;}
.layout_latest .teaser{display:block;overflow:hidden;}
.layout_latest .teaser h2,
.layout_latest .teaser h4{line-height:1.5;margin-bottom:20px;padding-top:0;font-family:'Roboto',sans-serif; font-size:24px;font-weight:bold;color:#1B233F;}
.layout_latest .teaser .teaser{display:none;}
.layout_latest .right-border{display:none;width: 15px; height: 100%; position: absolute; right: 0; top: 0; border-left: 1px solid #c8c8c8;}
.layout_latest:hover .right-border{background-color: #40c4fa;}
.layout_latest:hover{background-color: #f5f5f5;}

.layout_full p.info{margin-bottom:30px;}
/* home */
.news-calendar-container .wrapper{display: flex; flex-wrap: wrap;justify-content:space-between;padding-top:40px;padding-bottom:30px;box-sizing:border-box;}
.news-calendar-container h3{font-family:'DM Sans',sans-serif;font-size:40px; padding:45px 0;font-weight:bold;letter-spacing:-0.3px;}
.news-calendar-container .ce_text:first-child{width:100%;}
.flex-inside{width: 100%;}
.mod_newslist{display: flex;width:calc(100% - 480px); float: left;box-sizing: border-box;}
.mod_newslist .inside{}
.mod_newslist .inside > h3,
.mod_calendar .inside > h3{display:none;font-size: 35px; color: #091f43; padding: 50px 0; text-transform: uppercase;}
.mod_newslist a.see-all{display: inline-block;width: auto;height:52px;line-height:52px;margin:50px 0;padding:0 30px;border:none;color:#fff;font-family:'Roboto',sans-serif;font-size:16px;font-weight:bold;background:#40C4FA;}
/* archive */
/* events calendar */
.home .mod_calendar{display: flex; width:450px;box-sizing: border-box;}
.minicalendar thead tr{height: 30px;}
.minicalendar thead tr:first-child{height: 50px;}
.minicalendar thead tr th{padding: 0 10px;color:#1B233F;}
.minicalendar thead tr th.label{width:60px;height:60px;box-sizing:border-box;font-size:16px;text-align:center;}
.minicalendar thead tr th.previous,
.minicalendar thead tr th.next{padding: 0;}
.minicalendar thead tr th.previous a,
.minicalendar thead tr th.next a{position:relative;display: block; height: 50px; width: 100%; text-indent: -999em; overflow: hidden; padding: 0;}
.minicalendar thead tr th.previous a:after,
.minicalendar thead tr th.next a:after{content:"";position:absolute;left:calc(50% - 6px);top:calc(50% - 9px);width:11px;height:18px;background:url('../img/v2/arrow_right_turquoise.png') center center no-repeat;}
.minicalendar thead tr th.previous a:after{transform:rotate(180deg);}
.minicalendar thead tr th.previous a:hover:after,
.minicalendar thead tr th.next a:hover:after{background-image:url(../img/v2/arrow_right_red.png);}
.minicalendar thead tr th.next a{}

.minicalendar thead tr th.current{font-size:24px;font-weight:normal;text-align: center;}
.minicalendar tbody{padding: 60px 0; background-color: #fff;}
.minicalendar tbody tr.first-blank{display:none;}
.minicalendar tbody tr.last-blank{display:none;}
.minicalendar tbody tr.first-blank td{}
.minicalendar tbody tr.last-blank td{}
.minicalendar tbody td{position: relative; width: 60px; height: 60px;box-sizing:border-box;text-align: center; color:#1B233F; font-family:'Roboto',sans-serif; font-size:14px;font-weight:300;border:1px solid rgba(176,190,197,0.3);}
.minicalendar tbody td.weekend{color:#D0002C;}
.minicalendar tbody td.weekend.col_last{color:#40C4FA;}
.minicalendar tbody td.days.active > a{display: block; width: 60px; height: 60px; line-height: 60px; background: url('../img/ico-calendar-diamond-blue.png') center no-repeat;}
.minicalendar tbody td.days.active > a{color: #091f43; text-decoration: none;}
.minicalendar tbody td .events-list-tooltip{display: none; position: absolute; top: 0; padding: 5px 10px; background-color: #091f43; min-width: 150px;}
.minicalendar tbody td .events-list-tooltip .triangle{width: 0; height: 0; position: absolute; bottom: -7px; border-style: solid; border-width: 7px 7px 0 7px; border-color: #091f43 transparent transparent transparent;}
.minicalendar tbody td .events-list-tooltip a{display: block; color: #fff; text-decoration: none; margin-bottom: 5px;}
.minicalendar tbody td .events-list-tooltip a:hover{text-decoration: underline;}


.mod_calendar h3{display: none;}
.text .minicalendar th{background: none;}
.text .minicalendar th,
.text .minicalendar td{font-size: inherit; background: none;}
.text .minicalendar td{border: none; padding: 0;}
.text .minicalendar{border: 1px solid #c7c7c7;}

/* pigulka*/
.mod_pigula{margin: 45px auto; width:95%; max-width:1120px;}
.mod_pigula p.error,
.mod_pigula p.confirm{margin-bottom: 10px;}
.mod_pigula .inside{border: 1px solid #bbb; position: relative;}
.mod_pigula label{display: block; position: absolute; left: 0; padding: 0 5px 0 65px; width: 35%; height: 55px; line-height: 55px; box-sizing: border-box; border-right: 1px solid #bbb; color: #091f43; font-size: 25px; font-family:'Roboto',sans-serif; text-transform: uppercase; background: #fff  url('../img/ico-info.png') 15px center no-repeat;}
.mod_pigula input.text{width: 100%; padding: 0 150px 0 37%; height: 55px; border: none; background: none; box-sizing: border-box; color: #091f43; font-size: 24px; font-family:'Roboto',sans-serif;}
.mod_pigula input.submit,
.mod_pigula button{display: block; position: absolute; right: 15px; top: 15px; width: 120px; height: 25px; background-color: #fff; border: 1px solid #122e68; font-size: 14px; color: #091f43; line-height: 25px;}

/* contact */
.home .home-contact-container{position: relative;}
.home .home-contact-container .ce_text{position: absolute; top:15%;right:7%;width:570px; box-sizing: border-box; z-index: 2; color: #fff;}
.box-float{width: 33%; float: left;}
.home .home-contact-container .ce_text .home-contact-text{margin:20px 0;padding:30px;font-size:14px;font-weight:300;background:#091F43;}
.home .home-contact-container .ce_text .home-contact-text.box1{}
.home .home-contact-container .ce_text .home-contact-text.box2{}
.home .home-contact-container .ce_text .home-contact-text > *:last-child{margin-bottom:0;}
.home .home-contact-container .ce_text p{display:inline-block;width:205px;}
.home .home-contact-container .ce_text p.number{float:left;margin-right:30px;position:relative;display:inline-block;width:46px;height:46px;line-height:46px;margin-top:0;background:#D0002C;font-size:16px;letter-spacing:-0.2px;font-weight:bold;text-align:center;}
.home .home-contact-container .ce_text p.number:after{content:"";position:absolute;bottom:-4px;left:calc(50% - 8px);border:solid;border-color:#D0002C transparent transparent;border-width:4px 8px 0;}
.home .home-contact-container .ce_text p.title{display:block;width:100%;font-size:24px;font-family:'Roboto',sans-serif;}
.home .home-contact-container .ce_text p.title strong{font-size:16px;}
.home .home-contact-container .ce_text a{color:#40C4FA;text-decoration:underline;}
/* home box links */
.home .box-links{/*width: 100%; height: 540px; background: url('../img/bg-boxes-menu.png') center top no-repeat;*/}
.mod_article.box-links .block{padding:0;}
.home-box-link{position: relative; float: left; width: 25%; height: 270px; box-sizing: border-box; overflow: hidden;}
.home-box-link h3,.text .box-links .home-box-link h3{margin:0;font-weight:normal;}
.home-box-link figure img{display: block;}
.home-box-link .hover{height:300px;background-repeat:no-repeat;background-position:center center;background-size:cover;}
.home-box-link .hover:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;background:rgba(9,31,67,0.7);transition:all .3s;}
.home-box-link .title{position:absolute;left:30px;bottom:30px;z-index:2;display: block;max-width:calc(100% - 60px);padding:15px 30px;box-sizing:border-box;font-family:'Roboto',sans-serif; font-size: 24px;color:#fff; background:#091F43;}
.home-box-link .title:before{content:"";position:absolute;top:7px;left:31px;display:block;width:40px;height:6px;background:#D0002C;}
.home-box-link .title .see-more{display:none;width:100%;margin-top:20px;font-size:16px;font-weight:bold;letter-spacing:-0.2px;color:#40C4FA;}
/*.bottom-title .home-box-link .title{position: absolute; bottom: 10px; width: 100%; box-sizing: border-box; padding: 0 10px; margin-left: 0; margin-right: 0;}*/
.home-box-link .hover figure{display:none;}
.home-box-link .hover .button-container{display:none;height: 58px; background-color: #fff; border-top: 5px solid #40c4fa;}
.home-box-link .hover .button-container button.see-more{display: block; margin: 15px auto 0; height: 25px; line-height: 20px; padding: 0 25px; background-color: #fff; border: none; border: 2px solid #cdd3df; font-family:'Roboto',sans-serif; font-size: 14px; color: #091f43; text-transform: uppercase;}
.home-box-link:hover .hover:after{opacity:0;}
.home-box-link:hover .title .see-more{display:block;}

.home-box-link a.mask:focus-visible + .title .see-more{display:block;}
.home-box-link a.mask:focus-visible ~ .hover:after{opacity:0;}

/*.home-link-box:nth-child(1) .title,
.home-link-box:nth-child(5) .title{text-align: left;}
.home-link-box:nth-child(4) .title,
.home-link-box:nth-child(8) .title{text-align: right;}*/

/**** OFFER ****/
body.offer #left .mod_navigation{border: none;}
body.offer #left{}
body.offer #left .button{color:#fff;/*display: block; width: auto; height: 40px; line-height: 40px; background: #0f213f url('../img/ico-prev-white-small.png') 10px center no-repeat; text-align: center; font-size: 16px; font-family:'Roboto',sans-serif; color: #fff; box-sizing: border-box; margin: 5px 20px 15px; text-transform: uppercase;*/}
body.offer #left .button2{padding:13px 60px 13px 30px;}
body.offer #left .button2.back{padding:13px 30px 13px 60px;}
body.no-button #left .button2{display: none;}
body.offer #left .mod_navigation a:hover,
body.offer #left .mod_navigation strong.active{color: #d61111;}
body.offer #left .mod_navigation .button:hover{color:#fff;}

.mod_producers_list{margin-bottom:30px;}

.cta{}
.cta a{position:fixed;bottom:100px;right:50px;z-index:11;display:flex;justify-content:center;align-items:center;align-content:center;flex-wrap:wrap;width:100px;height:100px;padding:10px 0 0;box-sizing:border-box;border-radius:50%;font-size:16px;font-weight:bold;color:#fff;background:#40C4FA;text-transform:uppercase;letter-spacing:-0.2px;text-decoration:none;text-align:center;box-shadow:8px 10px 19px rgba(0,0,0,0.3);transition:all .3s;}
.cta a:after{content:"";display:block;width:21px;height:18px;margin-top:4px;background:url(../img/v2/arrow_right_white.png) center center no-repeat;transition:all .3s;}
.cta a:hover{background:#fff;color:#40C4FA;}
.cta a:hover:after{background-image:url(../img/v2/arrow_right_turquoise.png);}

.page-title-banner{margin-bottom:30px;}
.page-title-banner img{display:block;max-width:100%;height:auto;margin:0 auto;vertical-align:top;}
body.offer .page-title-banner{display:flex;justify-content:center;align-items:center;height: 297px; text-align: center; background-repeat: no-repeat; background-position: top;}
body.offer .page-title-banner h1{display:inline-block;line-height:1;padding: 20px 30px;margin:20px;background-color:rgba(22, 40, 72, 0.8);font-size:40px;font-family:'Roboto',sans-serif;color:#fff;font-weight:bold;}

.mod_offerfilter .title-container{width: 380px;}
.mod_offerfilter .title-container h1{font-size: 50px; font-family:'Roboto',sans-serif; color: #091f43; text-transform: uppercase; border-bottom: none;}
.mod_offerfilter .filter-container{padding-top: 10px; overflow: auto; width: auto;}
.mod_offerfilter .filter-container .formbody{display: none; width: 430px; overflow: auto; padding: 25px 20px; border-left: 1px solid #3d4a5f;}
.mod_offerfilter .filter-container.active .formbody{display: block;}
.mod_offerfilter .filter-ico-container{width: 80px; height: 60px; border-left: 1px solid #3d4a5f; background: url('../img/ico-filter-lupe2.png') center no-repeat; cursor: pointer;}
.mod_offerfilter .filter-container.active .filter-ico-container{background-image: url('../img/ico-filter-lupe.png');}
.mod_offerfilter .filter-container.active{background-color: #091f43;}
.mod_offerfilter label{font-size: 18px; font-family:'Roboto',sans-serif; color: #fff; text-transform: uppercase;}
.text .mod_offerfilter select,
.text .mod_offerfilter input.text{height: 27px; border: 1px solid #58677f; background-color: #1a2f50; color: #fff;}
.text .mod_offerfilter .input-container{margin-bottom: 20px;}
.text .mod_offerfilter input.submit,
.text .mod_offerfilter button{font-size: 22px; font-family:'Roboto',sans-serif; color: #fff; text-transform: uppercase; background: none; border: none; float: right; padding: 0;}

.ce_text figure{display: inline-block;}
#wladze-2 .ce_text{float: left; width: 33.3%; box-sizing: border-box; padding: 0 20px;}
#wladze-2:before,
#wladze-2:after{display: table; content: '';}
#wladze-2:after{clear: both;}

.wladze .wrapper{display:flex;justify-content:space-around;flex-wrap:wrap;text-align:center;}
.wladze .wrapper > *{max-width:600px;}
.wladze.col2 .wrapper > *{width:calc((100% - 60px)/2);}
.wladze.col3 .wrapper > *{width:calc((100% - 120px)/3);}
.wladze img{max-width:100%;height:auto;}

.ue_projects{}
.ue_projects h1.page-title{padding-right:52%;}
.ue_projects .ce_image{margin-top:-90px;}
.ue_projects .ce_image figure{text-align:right;}
.ue_projects .ce_image figure img{max-width:52%;display:inline-block;}

.text .study-field-container{position:relative;min-height:311px;margin-bottom:80px;}
.text nav .study-field-container{margin:50px 0;}
.text .study-field-container .study-field-label{position:relative;z-index:2;}
.text .study-field-container .study-field-label h2,
.text .study-field-container .study-field-label h3{margin-right:calc(50% + 30px);}
.text .study-field-container .study-field-label h2 a.button2,
.text .study-field-container .study-field-label h3 a.button2{display:inline-block;width:auto;margin:0;padding:0 60px 0 0;background:transparent;font-size:32px;font-weight:normal;letter-spacing:0;text-transform:uppercase;}
.text .study-field-container .study-field-label h2 a.button2:after,
.text .study-field-container .study-field-label h3 a.button2:after{top:14px;}
.text .study-field-container .study-specs-desc{margin-right:calc(50% + 30px);}
.text .study-field-container .study-specs-list{position:relative;z-index:2;}
.text .study-field-container .study-specs-list ul{display:flex;justify-content:space-between;flex-wrap:wrap;padding:0;margin:0 50% 0 0;overflow:visible}
.text .study-field-container .study-specs-list ul li{width:calc((100% - 40px) / 2);padding:0;margin:0 10px;}
.text .study-field-container .study-specs-list ul li a.button2 .offerLabel{position:absolute;left:-10px;top:-10px;display:inline-block;line-height:1.9;padding:0 10px;font-size:11px;font-weight:bold;color:#fff;background:#f00;text-transform:uppercase;}
.text .study-field-container .study-image{position:absolute;top:0;left:50%;right:0;z-index:1;}
.text .study-field-container .study-image img{width:100%;height:auto;}

.text .study-field-container:nth-child(2n+1) .study-field-label h2,
.text .study-field-container:nth-child(2n+1) .study-field-label h3,
.text .study-field-container:nth-child(2n+1) .study-specs-desc{margin-right:0;margin-left:calc(50% + 30px);}
.text .study-field-container:nth-child(2n+1) .study-specs-list ul{margin:0 0 0 50%;}
.text .study-field-container:nth-child(2n+1) .study-image{left:0;right:50%;}

.home .study-type-label h2{padding: 25px 0; margin: 0; border-bottom: 1px solid #cfcfcf; font-size: 25px;color: #d11616; text-transform: uppercase;}
.home .study-field-container{border-bottom: 1px solid #cfcfcf;}
.home .study-field-container .home .study-field-label,
.home .study-field-container .home .study-specs-list{padding-top: 20px; padding-bottom: 20px;}
.home .study-field-label{width: 200px; float: left; color: #091f43; padding-left: 20px; padding-right: 20px;}
.home .study-specs-list{width: auto; overflow: hidden; padding-left: 40px; column-count:3;-moz-column-count:3;-webkit-column-count:3; column-gap:30px;-moz-column-gap:30px;-webkit-column-grap:30px;}
.home .study-specs-list ul{padding:0;margin:0;overflow:visible;}
.home .study-specs-list li{display: block;-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid;margin-bottom:10px!important;padding:0;background:#fff;}
.home .study-specs-list .ce_text ul>li:before{display:none;}
.home .study-specs-list li a{display:block;padding:14px 60px 12px 30px;border-bottom:2px solid transparent;font-size:16px;font-weight:bold;letter-spacing:-0.2px;color:#1B233F;text-decoration: none; font-family:'Roboto',sans-serif;background:url(../img/v2/arrow_right_turquoise.png) calc(100% - 28px) 17px no-repeat;}
.home .study-specs-list li a:hover{text-decoration: underline;}
.home .study-specs-list li a:hover{border-color:#D0002C;background-image:url(../img/v2/arrow_right_red.png);color: #d0002c; text-decoration: none;}
/* wersje jezykowe */
/*
.home .study-specs-list .ce_text > ul > li{font-size: 20px;}
.home .study-specs-list .ce_text > ul > li:before{display: none;}
.home .study-specs-list .ce_text ul{margin-left: 20px!important;}
*/
/* lists colors */
.with-study-field .study-specs-list{border-left: 10px solid #000;}
.with-study-field .study-field-container:hover{background-color: #f8f8f8;}
.with-study-field .study-field-container:hover .study-specs-list{color: #fff;}
.with-study-field .study-field-container:hover .study-specs-list a{color: #fff;}
.with-study-field .study-field-container .study-specs-list{border-color: #4a5ec3; min-height: 70px;}
.with-study-field .study-field-container:hover .study-specs-list{background-color: #4a5ec3;}

.with-study-field .study-field-container .study-specs-list.light-blue{border-color: #00baff;}
.with-study-field .study-field-container:hover .study-specs-list.light-blue{background-color: #00baff;}
.with-study-field .study-field-container .study-specs-list.dark-blue{border-color: #4a5ec3;}
.with-study-field .study-field-container:hover .study-specs-list.dark-blue{background-color: #4a5ec3;}
.with-study-field .study-field-container .study-specs-list.green{border-color: #60bd56;}
.with-study-field .study-field-container:hover .study-specs-list.green{background-color: #60bd56;}
.with-study-field .study-field-container .study-specs-list.yellow{border-color: #e0c52e;}
.with-study-field .study-field-container:hover .study-specs-list.yellow{background-color: #e0c52e;}
.with-study-field .study-field-container .study-specs-list.orange{border-color: #e6835c;}
.with-study-field .study-field-container:hover .study-specs-list.orange{background-color: #e6835c;}

/* without study fields */
/*.without-study-field .study-specs-list li{width: 33%;}*/
.without-study-field .study-type-label h2{color: #1696d1; border: none; padding-bottom: 0;}
.without-study-field .study-field-container{border: none;}

/* offer - home page */
.home .home-study-list{min-height: 400px;background:#FAFAFA;}
.home .mod_offerlist h1, .home .mod_offerlist > h2{padding:90px 20px 40px;font-size:40px;font-family:'DM Sans',sans-serif;color:#1B233F;font-weight:bold;letter-spacing:-0.3px;text-align:center;}
.home .study-specs-list{display: none;padding:80px 0 160px; position: absolute; left:calc(50% - 660px);right:calc(50% - 660px);top:66px;}
.home .home-study-list{position: relative;}
.study-list-menu{float:none;background:#fff;}
.study-list-menu > ul{display:flex;justify-content:center;}
.category-menu-item{border-bottom:2px solid transparent;}
.category-menu-item > a{display:block;padding:20px;text-decoration:none;color:#1B233F;}
.category-menu-item > a h2{line-height:1.2;font-size:24px;font-weight:normal;}
.category-menu-item:hover,
.category-menu-item.active{border-color:#D0002C;}
.category-menu-item:hover > a,
.category-menu-item.active > a{color:#D0002C;}

/* search results */
.search-results-item{margin-bottom: 20px;}

.contact .box-float{padding: 0 10px; box-sizing: border-box;}
#main.text .ce_dlh_googlemaps .dlh_googlemap,
.contact .ce_dlh_googlemaps .dlh_googlemap{height:600px; padding-bottom: 0!important;}
.home .ce_dlh_googlemaps .dlh_googlemap{height: 700px; padding-bottom: 0!important;}
.home .ce_dlh_googlemaps.mobile{display:none !important;}
.with-slogan .page-title{padding-right: 280px;}

#main .page-person{display: none;}
.only-mobile{display: none;}

.text .publikacje td,
.text .publikacje th{padding-left:5px;padding-right:5px;}
.text .publikacje td:last-child,
.text .publikacje th:last-child{padding-right:0;}

.text a.like_img{text-decoration:none;color:#1B233F;}
.text a.like_img strong{display:inline-block;line-height:1.33;margin:30px;font-size:24px;text-align:center;text-decoration:none;vertical-align:middle;}

/*******************************  FOCUS  ***********************************/

a:focus-visible, a:focus, button:focus-visible, button:focus, input:focus-visible, input:focus, select:focus-visible, select:focus, textarea:focus-visible, textarea:focus {
  outline: 3px solid #005b97 !important;
  transition: none !important;
  box-shadow: inset 0px 0px 20px 1px #0000005a;
  color: #f00 !important;
}
a.invisible,
button.invisible {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0 0 99.9% 99.9%);
  clip-path: inset(0 0 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  color: #000;
  background: #fff;
  display: block !important;
}
a.invisible:not(:focus-visible),
button.invisible:not(:focus-visible) {
  width: 1px !important;
  height: 1px !important;
}
a.invisible:focus-visible,
button.invisible:focus-visible {
  outline: 3px solid #000000;
  background-color: #fff;
  z-index: 9999;
  clip: initial;
  -webkit-clip-path: initial;
          clip-path: initial;
  overflow: initial;
  height: initial;
  width: initial;
  padding: initial;
  border: initial;
}

body.contrast a:focus-visible, body.contrast a:focus, body.contrast button:focus-visible, body.contrast button:focus, body.contrast input:focus-visible, body.contrast input:focus, body.contrast select:focus-visible, body.contrast select:focus, body.contrast textarea:focus-visible, body.contrast textarea:focus {
  outline: 3px solid #f00 !important;
  /* outline: none !important; */
  transition: none !important;
  box-shadow: inset 0px 0px 15px 1px #f00;
  color: #ff0 !important;
}

/*******************************  CONTRAST  ***********************************/

body.contrast:not(a.mask, td, .ce_dlh_googlemaps *, img){
  color: #ff0;
  background-color: #000;
}
body.contrast a:hover, body.contrast a *:hover, body.contrast button:hover, body.contrast input:hover, body.contrast select:hover{
  color: #f00 !important;
  border-color: #f00 !important;
}
body.contrast *:not(a.mask, td, .ce_dlh_googlemaps *, img){
  color: #ff0 !important;
  /* background-color: #000 !important; */
  border-color: #ff0 !important;
}
body.contrast * a:hover, body.contrast * a *:hover, body.contrast * button:hover, body.contrast * input:hover, body.contrast * select:hover, body.contrast a.mask:hover ~ .teaser *{
  color: #f00 !important;
  border-color: #f00 !important;
}
body.contrast .minicalendar thead tr th.previous a::after,body.contrast .minicalendar thead tr th.next a::after, body.contrast .layout_latest::before{
  background-image:url('../img/v2/arrow_right_yellow.png');
}

body.contrast .top, body.contrast .mainmenu nav ul.level_2{
  background-color: #000;
}

/* OLD */
body.contrast{color:#ff0;}
.contrast #wrapper{background:#000;}
.contrast a{text-decoration:underline;}
/* .contrast a:hover{color:#ff0;} */
.contrast .warning{color:#f00;}
.contrast p.info,.contrast .text p.info{color:#ff0;}

.contrast .bg_grey{background-color:#000;}
.contrast .bg_blue{background-color:#000;color:#ff0;}

.contrast .close{background:#000;border:1px solid #40C4FA;}
.contrast .close:hover{background:#000;border-color:#ff0;}
.contrast .close:before,
.contrast .close:after{background:#40C4FA;}
.contrast #cookiewarning{background:#000;border:1px solid #ff0;}
.contrast #cookiewarning a{color:#40C4FA;}
.contrast #cookiewarning a:hover{color:#ff0;}
.contrast #cookiewarning div.cookie-close:before,
.contrast #cookiewarning div.cookie-close:after{background:#40C4FA;}
.contrast #cookiewarning div.cookie-close:hover:before,
.contrast #cookiewarning div.cookie-close:hover:after{background:#ff0;}

.contrast .text .mod_article .block.ce_accordion{border-color:#40C4FA;}
.contrast .text .ce_accordion .toggler{color:#40C4FA;}
.contrast .text .ce_accordion .toggler.ui-accordion-header-active{color:#ff0;}
.contrast .text .ce_accordion .toggler.ui-accordion-header-active:after{background-image:url('../img/v2/arrow_right_yellow.png');}

.contrast .text td,
.contrast .text th{border:1px solid #ff0;}
.contrast .text tr:first-child > th{color:#ff0;background:#000;border:1px solid #ff0;}
.contrast .text tr:nth-child(2n){background:#000;}
.contrast .text .noborder td,
.contrast .text .noborder th{padding:0 5px 30px;border:none;}
.contrast .text .noborder tr:nth-child(2n){background:#000;}

.contrast .text .ce_gallery .image-box figure img{border-color:#ff0;}
.contrast .text .ce_gallery .image-box figure a img{border-color:#40C4FA;}
.contrast .text .ce_gallery .image-box figure a:hover img{border-color:#ff0;}

.contrast .text .ce_separator .separator{border-color:#ff0;}

.contrast .button2 a,
.contrast a.button2{border:1px solid #40C4FA;color:#40C4FA;background:#000;text-decoration:none;}
.contrast .button2 a:hover,
.contrast a.button2:hover{color:#ff0;border-color:#ff0;}
.contrast .button2 a:after,
.contrast a.button2:after{background-image:url('../img/v2/arrow_right_yellow.png');}
.contrast .bg_grey .button2 a,
.contrast .bg_grey a.button2{background:#000;text-decoration:none;}

.contrast .formbody label{display:block;color:#ff0;}
.contrast .formbody span.mandatory{color:#f00;}

.contrast .formbody .checkbox_container label,
.contrast .formbody .radio_container label{color:#f00;}

.contrast input[type="checkbox"] + label:before,
.contrast input[type="radio"] + label:before{background:#000;}
.contrast input[type="radio"]:checked + label:before{border-color:#40C4FA;background:#40C4FA;box-shadow:0 0 0 4px #000 inset;}
.contrast input[type="checkbox"]:checked + label:before{border-color:#40C4FA;background:url(../img/v2/checkbox_bg.png) #000 center center no-repeat;}

.contrast .text .formbody input.text,
.contrast .text .formbody input.captcha,
.contrast .text .formbody input.submit,
.contrast .text .formbody button,
.contrast .text .submit_container input.button,
.contrast a.button,
.contrast a.submit,
.contrast span.button > a,
.contrast .button > a,
.contrast .text .formbody textarea,
.contrast .text .formbody select{background-color:#000;border:1px solid #40C4FA;color:#ff0;}
.contrast .text .formbody input.submit,
.contrast .text .formbody button,
.contrast .text .submit_container input.button,
.contrast a.button,
.contrast a.submit,
.contrast span.button > a,
.contrast .button > a{border:1px solid #40C4FA;background-color:#000;color:#40C4FA;text-decoration:none;}
.contrast .text .formbody input.submit:hover,
.contrast .text .formbody button:hover,
.contrast .text .submit_container input.button:hover,
.contrast a.button:hover,
.contrast a.submit:hover,
.contrast span.button > a:hover,
.contrast .button > a:hover{border-color:#ff0;color:#ff0;}

.contrast .text .formbody input.submit.alt,
.contrast .text .formbody button.alt,
.contrast .text .submit_container input.button.alt,
.contrast a.button.alt,
.contrast a.submit.alt,
.contrast span.button.alt > a,
.contrast .mod_iso_cart a.submit.continue{background:#000;color:#40C4FA;border:1px solid #40C4FA;}
.contrast .text .formbody input.submit.alt:hover,
.contrast .text .formbody button.alt:hover,
.contrast .text .submit_container input.button.alt:hover,
.contrast a.button.alt:hover,
.contrast a.submit.alt:hover,
.contrast span.button.alt > a:hover,
.contrast .mod_iso_cart a.submit.continue:hover{background:#000;color:#ff0;border:1px solid #ff0;}

.contrast .text ::-webkit-input-placeholder{color:rgba(255,255,0,0.6);}
.contrast .text ::-moz-placeholder{color:rgba(255,255,0,0.6);}
.contrast .text :-ms-input-placeholder{color:rgba(255,255,0,0.6);}
.contrast .text :-moz-placeholder{color:rgba(255,255,0,0.6);}

.contrast .text :not(.box-links) > .wrapper > .ce_imageboxlink .inside{border-color:#40C4FA;}
.contrast .text :not(.box-links) > .wrapper > .ce_imageboxlink .inside:hover{border-color:#ff0;}
.contrast .text :not(.box-links) > .wrapper > .ce_imageboxlink figure a{background:#fff;}
.contrast .text :not(.box-links) > .wrapper > .ce_imageboxlink .hover{background-color:#0f213f;color:#40C4FA;}
.contrast .text :not(.box-links) > .wrapper > .ce_imageboxlink .hover a{color:#40C4FA;text-decoration:none;}
.contrast .text :not(.box-links) > .wrapper > .ce_imageboxlink .inside:hover .hover{color:#ff0;}

.contrast .ce_juiTabStart ul.nav{background:#000;}
.contrast .ce_juiTabStart ul.nav li a:after{content:"";position:absolute;bottom:-2px;left:0;right:0;width:100%;height:1px;background:#40C4FA;transition:all .3s;}
.contrast .ce_juiTabStart ul.nav li.ui-state-active a{background:transparent;color:#ff0;border:solid #ff0;border-width:1px 1px 0;}
.contrast .ce_juiTabStart ul.nav li.ui-state-active a:after{height:4px;background:#ff0;}
.contrast .ce_juiTabStart ul.nav:hover li a:after{height:1px;}
.contrast .ce_juiTabStart ul.nav:hover li a:hover:after{height:4px;background:#ff0;}

.contrast .top .features{background:#000;}
.contrast .top.fixed .features{background:#091F43;;}
.contrast .top .features:before{background:#000;}
.contrast .top .features .vcontrast{background:#000;}
.contrast .top.fixed .features .vcontrast{background:#091F43;;}
.contrast .top .features .zoom{background:#000;}
.contrast .top.fixed .features .zoom{background:#091F43;}
.contrast .top .features .modernization_ue a{padding-right:5px;background-color:#fff;background-position:0 center;}

/* main menu */
.contrast .mainmenu nav ul.level_1 > li > a:hover,
.contrast .mainmenu nav ul.level_1 > li > strong.active,
.contrast .mainmenu nav ul.level_1 > li > a.trail{color:#f00;}
.contrast .mainmenu nav ul.level_2 li:hover > a span,
.contrast .mainmenu nav ul.level_2 li > a:hover,
.contrast .mainmenu nav ul.level_2 li > strong.active,
.contrast .mainmenu nav ul.level_2 li > a.trail{background-color:#000; color: #f00 !important;}
.home.contrast .mainmenu nav ul.level_1 > li > a.sing-up{color:#40C4FA;}
.home.contrast .mainmenu nav ul.level_1 > li > a.sing-up:hover{color:#ff0;}

.contrast .mod_breadcrumb{color:#ff0;}
.contrast .mod_breadcrumb ul li:after{content:"/";display:inline-block;margin:0 3px 0 5px;}
.contrast .mod_breadcrumb ul li.last{color:#ff0;}
.contrast .mod_breadcrumb ul li.last:after{display:none;}
.contrast .mod_breadcrumb ul li a{color:#40C4FA;text-decoration:underline;}
.contrast .mod_breadcrumb ul li a:hover{color:#ff0;}

.contrast #left .mod_navigation ul strong{color:#40C4FA;}
.contrast #left .mod_navigation a.trail,
.contrast #left .mod_navigation ul strong{color:#ff0;border-color:#ff0;}
.contrast #left .mod_navigation a:hover{color:#ff0;}
.contrast #left .mod_navigation li > .submenu.active .toggle-icon,
.contrast #left .mod_navigation li > .submenu.trail .toggle-icon{background-image:url('../img/v2/arrow_right_yellow.png');}
.contrast #left .mod_navigation li > .submenu .toggle-icon{background-image:url('../img/v2/arrow_right_yellow.png');}
.contrast #left .mod_navigation li > .submenu .toggle-icon.active{background-image:url('../img/v2/arrow_right_yellow.png');}

.contrast #left .mod_navigation ul ul li a,
.contrast #left .mod_navigation ul ul li strong{color:#40C4FA;border-color:#40C4FA;}
.contrast #left .mod_navigation ul ul li a.trail,
.contrast #left .mod_navigation ul ul li strong{color:#ff0;border-color:#ff0;font-weight:bold;}
.contrast #left .mod_navigation ul ul li .last{border-color:transparent;}

.contrast #left .mod_navigation.second-menu{background-color:#000;}
.contrast #left .mod_navigation.second-menu li a,
.contrast #left .mod_navigation.second-menu li strong{color:#40C4FA;}
.contrast #left .mod_navigation.second-menu li a:hover,
.contrast #left .mod_navigation.second-menu li strong{color:#ff0;}

body.offer.contrast #left .mod_navigation a:hover,body.offer.contrast #left .mod_navigation strong.active{color:#ff0;}
body.offer.contrast .page-title-banner h1{color:#ff0;background:#000;}

.zoom_2.contrast .features .zoom .zoom_aa,
.zoom_3.contrast .features .zoom .zoom_aaa{color:#ff0;text-decoration:none;}

.contrast .text .ce_person{border-color:#ff0;}
.contrast .text .ce_person figure a{border-color:#ff0;}

.contrast #banner .nav-container > button{background-color:#000;border:1px solid #40C4FA;}
.contrast #banner .nav-container > button:hover{background-color:#000;border-color:#ff0;}
.contrast #banner .nav-container > button:after{background-image:url('../img/v2/arrow_right_yellow.png');}

.contrast .ce_mainslider .slide-text{background:#000;color:#ff0;}
.contrast .ce_mainslider .slide-text a.button,
.contrast .ce_mainslider .slide-text span.button > a{background:#000;color:#40C4FA;border:1px solid #40C4FA;text-decoration:none;}
.contrast .ce_mainslider .slide-text a.button:hover,
.contrast .ce_mainslider .slide-text span.button > a:hover{color:#ff0;border-color:#ff0;}
.contrast .ce_mainslider a.scroll-down{background-image:url('../img/v2/ico-scroll_yellow.png');color:#ff0;opacity:1;}

/* offer - home page */
.home.contrast .home-study-list{background:#000;}

.contrast .study-list-menu{background:#000;}
.contrast .category-menu-item > a{color:#40C4FA;text-decoration:none;}
.contrast .category-menu-item:hover,
.contrast .category-menu-item.active{border-color:#ff0;;}
.contrast .category-menu-item:hover > a,
.contrast .category-menu-item.active > a{color:#ff0;}
.home.contrast .mod_offerlist h1, .home.contrast .mod_offerlist h2{color:#ff0;}

.contrast .text .study-field-container .study-field-label h2 a.button2,
.contrast .text .study-field-container .study-field-label h3 a.button2{border:none;}

.home.contrast .study-specs-list li{background:#000;}
.home.contrast .study-specs-list li a{border:1px solid #40C4FA;color:#40C4FA;}
.home.contrast .study-specs-list li a{border-color:#ff0;background-image:url(../img/v2/arrow_right_yellow.png);color:#ff0;}

/* w liczbach */
.contrast .mod_sloganrotator{color:#ff0;}
.contrast .mod_sloganrotator .slogan-simple .inside{background:#000;border:1px solid #ff0;}
.contrast .mod_sloganrotator .slogan-simple .number{color:#ff0;}
.contrast .mod_sloganrotator button{border:1px solid #40C4FA;background:#000;}
.contrast .mod_sloganrotator button:hover{border-color:#ff0;}
.contrast .mod_sloganrotator button:after{background-image:url('../img/v2/arrow_right_yellow.png');}
/* pojedynczy */
.contrast .mod_slogansingle .number,
.contrast .mod_slogansingle .name{color:#ff0;background:#000;}
.contrast .mod_slogansingle .number{border-right: 1px solid #818181;font-size:60px;text-align:center;}
.contrast .mod_slogansingle .name{background:#000;}

.contrast .home-box-link h3,.contrast .text .box-links .home-box-link h3{background:#000;}
.contrast .home-box-link .title{color:#ff0;}

.contrast .wrapper .bg_color.layout_latest{background:#000;}
.contrast .layout_latest:hover:before{background-image:url('../img/v2/arrow_right_yellow.png');}
.contrast .layout_latest .teaser h2,
.contrast .layout_latest .teaser h4{color:#40C4FA;}
.contrast .layout_latest:hover .teaser h2,
.contrast .layout_latest:hover .teaser h4{color:#ff0;}

/* events calendar */
.contrast .minicalendar thead tr th{color:#ff0;}
.contrast .minicalendar thead tr th.previous a:hover:after,
.contrast .minicalendar thead tr th.next a:after{background-image:url(../img/v2/arrow_right_yellow.png);}

.contrast .minicalendar tbody{background-color:#000;}
.contrast .minicalendar tbody td{color:#ff0;border-color:#ff0;}
.contrast .minicalendar tbody td.weekend{color:#ff0;}
.contrast .minicalendar tbody td.weekend.col_last{color:#FFF;}
.contrast .minicalendar tbody td.days.active > a{background: url('../img/ico-calendar-diamond-blue.png') center no-repeat;}
.contrast .minicalendar tbody td.days.active > a{color:#40C4FA;}
.contrast .minicalendar tbody td .events-list-tooltip{background-color:#000;border:1px solid #40C4FA;}
.contrast .minicalendar tbody td .events-list-tooltip:hover{border-color:#ff0;}
.contrast .minicalendar tbody td .events-list-tooltip .triangle{border-color:#40C4FA  transparent transparent transparent;}
.contrast .minicalendar tbody td .events-list-tooltip:hover .triangle{border-color:#ff0  transparent transparent transparent;}
.contrast .minicalendar tbody td .events-list-tooltip a{color:#40C4FA;}
.contrast .minicalendar tbody td .events-list-tooltip a:hover{color:#ff0;text-decoration: underline;}

.contrast .text .minicalendar th{background: none;}
.contrast .text .minicalendar th,
.contrast .text .minicalendar td{font-size: inherit; background: none;}
.contrast .text .minicalendar td{border: none;}
.contrast .text .minicalendar{border-color:#ff0;}

.home.contrast .home-contact-container .ce_text{color:#ff0;}
.home.contrast .home-contact-container .ce_text .home-contact-text{background:#091F43;}
.home.contrast .home-contact-container .ce_text p.number{color:#fff;}
.home.contrast .home-contact-container .ce_text a{color:#40C4FA;}
.home.contrast .home-contact-container .ce_text a:hover{color:#ff0;}

.contrast .cta a{color:#40C4FA;background:#000;border:2px solid #40C4FA;text-decoration:none;}
.contrast .cta a:after{background-image:url('../img/v2/arrow_right_turquoise.png');}
.contrast .cta a:hover{background:#091F43;color:#ff0;border-color:#ff0;}
.contrast .cta a:after{background-image:url('../img/v2/arrow_right_yellow.png');}

.contrast .footer-box .logo a{display:inline-block;padding:10px;background-color:#fff;}
.contrast .footer{background:#000;}
.contrast .footer-menu .ce_text a{color:#40C4FA;}
.contrast .footer-menu .ce_text a:hover{color:#ff0;}

.contrast #footer .migo a,
.contrast #footer .migo .left a{color:#40C4FA;}
.contrast #footer .migo .right:hover a,
.contrast #footer .migo .left a:hover{color:#ff0;}
.contrast #footer .modernization_ue{border-color:#40C4FA;}
.contrast #footer .modernization_ue img{background:#fff;}


/*********************************  ZOOM  *************************************/
body.zoom_2{font-size:18px;}
body.zoom_3{font-size:20px;}

.zoom_2 p.info,.zoom_2 .text p.info{font-size:16px;}
.zoom_3 p.info,.zoom_3 .text p.info{font-size:18px;}

.zoom_2 .small{font-size:16px;}
.zoom_3 .small{font-size:18px;}

.zoom_2 .text h1{font-size:40px;}
.zoom_3 .text h1{font-size:40px;}
.zoom_2 .text h2{font-size:32px;}
.zoom_3 .text h2{font-size:34px;}
.zoom_2 .text h3{font-size:26px;}
.zoom_3 .text h3{font-size:28px;}
.zoom_2 .text h4{font-size:22px;}
.zoom_3 .text h4{font-size:24px;}
.zoom_2 .text h5{font-size:18px;}
.zoom_3 .text h5{font-size:20px;}
.zoom_2 .text h6{font-size:18px;}
.zoom_3 .text h6{font-size:20px;}

.zoom_2 .button2 a,
.zoom_2 a.button2{font-size:18px;}
.zoom_3 .button2 a,
.zoom_3 a.button2{font-size:20px;}

.zoom_2 .ce_downloads ul > li{font-size:18px;}
.zoom_3 .ce_downloads ul > li{font-size:20px;}

.zoom_2 .ce_juiTabStart ul.nav li a{font-size:22px;}
.zoom_3 .ce_juiTabStart ul.nav li a{font-size:24px;}

.zoom_2 .formbody .checkbox_container label,
.zoom_2 .formbody .radio_container label{font-size:15px;}
.zoom_3 .formbody .checkbox_container label,
.zoom_3 .formbody .radio_container label{font-size:18px;}

.zoom_2 .text :not(.box-links) > .wrapper > .ce_imageboxlink h2{font-size:30px;}
.zoom_3 .text :not(.box-links) > .wrapper > .ce_imageboxlink h2{font-size:32px;}

.zoom_2 .mainmenu nav ul.level_1 > li > a,
.zoom_2 .mainmenu nav ul.level_1 > li > strong{font-size:18px;}
.zoom_3 .mainmenu nav ul.level_1 > li > a,
.zoom_3 .mainmenu nav ul.level_1 > li > strong{font-size:20px;}

.zoom_2 .features .lang .active-lang{font-size:18px;}
.zoom_3 .features .lang .active-lang{font-size:20px;}

.zoom_2 .dialog-box .mod_search input.text{font-size:40px;}
.zoom_3 .dialog-box .mod_search input.text{font-size:40px;}
.zoom_2 .dialog-box .mod_search input.submit,
.zoom_2 .dialog-box .mod_search button{font-size:24px;}
.zoom_3 .dialog-box .mod_search input.submit,
.zoom_3 .dialog-box .mod_search button{font-size:26px;}

.zoom_2 .mod_breadcrumb{font-size:14px;}
.zoom_3 .mod_breadcrumb{font-size:16px;}

.zoom_2 #right .mod_navigation a,
.zoom_2 #right .mod_navigation strong{font-size:18px;}
.zoom_3 #right .mod_navigation a,
.zoom_3 #right .mod_navigation strong{font-size:20px;}

.zoom_2 .footer-menu .ce_text h3, .zoom_2 .footer-menu .ce_text h2{font-size:18px;}
.zoom_3 .footer-menu .ce_text h3, .zoom_3 .footer-menu .ce_text h2{font-size:20px;}
.zoom_2 .footer-menu .ce_text ul{font-size:16px;}
.zoom_3 .footer-menu .ce_text ul{font-size:18px;}
.zoom_2 #footer .migo a{font-size:16px;}
.zoom_3 #footer .migo a{font-size:18px;}

.zoom_2 .ce_mainslider .slide-text h2{font-size:72px;}
.zoom_3 .ce_mainslider .slide-text h2{font-size:72px;}
.zoom_2 .ce_mainslider .slide-text p{font-size:26px;}
.zoom_3 .ce_mainslider .slide-text p{font-size:28px;}
.zoom_2 .ce_mainslider .slide-text a.button,
.zoom_2 .ce_mainslider .slide-text span.button > a{font-size:18px;}
.zoom_3 .ce_mainslider .slide-text a.button,
.zoom_3 .ce_mainslider .slide-text span.button > a{font-size:20px;}
.zoom_2 .ce_mainslider a.scroll-down{font-size:18px;}
.zoom_3 .ce_mainslider a.scroll-down{font-size:20px;}
.zoom_2 .ce_mainslider.slide_right_bottom .slide-text h2{font-size:56px;}
.zoom_3 .ce_mainslider.slide_right_bottom .slide-text h2{font-size:56px;}
.zoom_2 .ce_mainslider.slide_bottom .slide-text h2{font-size:56px;}
.zoom_3 .ce_mainslider.slide_bottom .slide-text h2{font-size:56px;}

.zoom_2 .mod_sloganrotator h3{font-size:40px;}
.zoom_3 .mod_sloganrotator h3{font-size:40px;}
.zoom_2 .mod_sloganrotator .slogan-simple .number{font-size:72px;}
.zoom_3 .mod_sloganrotator .slogan-simple .number{font-size:72px;}
.zoom_2 .mod_sloganrotator .slogan-simple .name{font-size:18px;}
.zoom_3 .mod_sloganrotator .slogan-simple .name{font-size:20px;}
.zoom_2 .mod_slogansingle .number{font-size:60px;}
.zoom_3 .mod_slogansingle .number{font-size:60px;}
.zoom_2 .mod_slogansingle .name{font-size:20px;}
.zoom_3 .mod_slogansingle .name{font-size:22px;}

.zoom_2 .layout_latest .teaser h2,
.zoom_2 .layout_latest .teaser h4{font-size:26px;}
.zoom_3 .layout_latest .teaser h2,
.zoom_3 .layout_latest .teaser h4{font-size:28px;}
.zoom_2 .news-calendar-container h3{font-size:40px;}
.zoom_3 .news-calendar-container h3{font-size:40px;}
.zoom_2 .mod_newslist .inside > h3,
.zoom_2 .mod_calendar .inside > h3{font-size:35px;}
.zoom_3 .mod_newslist .inside > h3,
.zoom_3 .mod_calendar .inside > h3{font-size:35px;}
.zoom_2 .mod_newslist a.see-all{font-size:18px;}
.zoom_3 .mod_newslist a.see-all{font-size:20px;}
.zoom_2 .minicalendar thead tr th.label{font-size:18px;}
.zoom_3 .minicalendar thead tr th.label{font-size:20px;}
.zoom_2 .minicalendar thead tr th.current{font-size:26px;}
.zoom_3 .minicalendar thead tr th.current{font-size:28px;}
.zoom_2 .minicalendar tbody td{font-size:16px;}
.zoom_3 .minicalendar tbody td{font-size:18px;}

.zoom_2 .mod_pigula label{font-size:27px;}
.zoom_3 .mod_pigula label{font-size:29px;}
.zoom_2 .mod_pigula input.text{font-size:26px;}
.zoom_3 .mod_pigula input.text{font-size:28px;}
.zoom_2 .mod_pigula input.submit,
.zoom_2 .mod_pigula button{font-size:16px;}
.zoom_3 .mod_pigula input.submit,
.zoom_3 .mod_pigula button{font-size:18px;}

.zoom_2.home .home-contact-container .ce_text .home-contact-text{font-size:16px;}
.zoom_3.home .home-contact-container .ce_text .home-contact-text{font-size:18px;}
.zoom_2.home .home-contact-container .ce_text p.number{font-size:18px;}
.zoom_3.home .home-contact-container .ce_text p.number{font-size:20px;}
.zoom_2.home .home-contact-container .ce_text p.title{font-size:24x;}
.zoom_3.home .home-contact-container .ce_text p.title{font-size:24px;}
.zoom_2.home .home-contact-container .ce_text p.title strong{font-size:18px;}
.zoom_3.home .home-contact-container .ce_text p.title strong{font-size:20px;}
.zoom_2 .home-box-link .title{font-size:26px;}
.zoom_3 .home-box-link .title{font-size:28px;}
.zoom_2 .home-box-link .title .see-more{font-size:18px;}
.zoom_3 .home-box-link .title .see-more{font-size:20px;}
.zoom_2 .home-box-link .hover .button-container button.see-more{font-size:16px;}
.zoom_3 .home-box-link .hover .button-container button.see-more{font-size:18px;}

.zoom_2 .cta a{font-size:18px;}
.zoom_3 .cta a{font-size:20px;}

body.offer.zoom_2 .page-title-banner h1{font-size:40px;}
body.offer.zoom_3 .page-title-banner h1{font-size:40px;}

.zoom_2 .mod_offerfilter .title-container h1{font-size:50px;}
.zoom_3 .mod_offerfilter .title-container h1{font-size:50px;}
.zoom_2 .mod_offerfilter label{font-size:20px;}
.zoom_3 .mod_offerfilter label{font-size:22px;}
.zoom_2 .text .mod_offerfilter input.submit,
.zoom_2 .text .mod_offerfilter button{font-size:24px;}
.zoom_3 .text .mod_offerfilter input.submit,
.zoom_3 .text .mod_offerfilter button{font-size:26px;}
.zoom_2 .text .study-field-container .study-field-label h2 a.button2,
.zoom_2 .text .study-field-container .study-field-label h3 a.button2{font-size:32px;}
.zoom_3 .text .study-field-container .study-field-label h2 a.button2,
.zoom_3 .text .study-field-container .study-field-label h3 a.button2{font-size:34px;}
.zoom_2 .text .study-field-container .study-specs-list ul li a.button2 .offerLabel{font-size:14px;}
.zoom_3 .text .study-field-container .study-specs-list ul li a.button2 .offerLabel{font-size:16px;}
.zoom_2.home .study-type-label h2{font-size:27px;}
.zoom_3.home .study-type-label h2{font-size:29px;}
.zoom_2.home .study-specs-list li a{font-size:18px;}
.zoom_3.home .study-specs-list li a{font-size:20px;}
.zoom_2.home .mod_offerlist h1, .zoom_2.home .mod_offerlist > h2{font-size:40px;}
.zoom_3.home .mod_offerlist h1, .zoom_3.home .mod_offerlist > h2{font-size:40px;}

.zoom_2 .category-menu-item > a h2{font-size:26px;}
.zoom_3 .category-menu-item > a h2{font-size:28px;}

.zoom_2 .price{font-size:18px;}
.zoom_3 .price{font-size:20px;}

.zoom_2 .l-shop-header__cart a span{font-size:14px;}
.zoom_3 .l-shop-header__cart a span{font-size:16px;}

.zoom_2 .mod_iso_productlist .product_list .product h3{font-size:22px;}
.zoom_3 .mod_iso_productlist .product_list .product h3{font-size:24px;}

.zoom_2 table.product-collection th,table.product-collection tr:first-child > th{font-size:14px;}
.zoom_3 table.product-collection th,table.product-collection tr:first-child > th{font-size:16px;}
.zoom_2 table.product-collection td.name a{font-size:22px;}
.zoom_3 table.product-collection td.name a{font-size:24px;}
.zoom_2 table.product-collection tfoot tr td.value .tax_included{font-size:14px;}
.zoom_3 table.product-collection tfoot tr td.value .tax_included{font-size:16px;}
.zoom_2 table.product-collection tfoot tr.total td.name{font-size:26px;}
.zoom_3 table.product-collection tfoot tr.total td.name{font-size:28px;}
.zoom_2 table.product-collection tfoot tr.total td.value{font-size:22px;}
.zoom_3 table.product-collection tfoot tr.total td.value{font-size:24px;}

.zoom_2 .mod_iso_checkout .steps ol li a,
.zoom_2 .mod_iso_checkout .steps ol li span{font-size:22px;}
.zoom_3 .mod_iso_checkout .steps ol li a,
.zoom_3 .mod_iso_checkout .steps ol li span{font-size:24px;}
.zoom_2 .mod_iso_checkout .formbody .radio_container label{font-size:18px;}
.zoom_3 .mod_iso_checkout .formbody .radio_container label{font-size:20px;}

.zoom_2 .box-options .radio_container .option-container label .method-label .title{font-size:22px;}
.zoom_3 .box-options .radio_container .option-container label .method-label .title{font-size:24px;}
.zoom_2 .orderinfo .info_container h3{font-size:22px;}
.zoom_3 .orderinfo .info_container h3{font-size:24px;}

/********************************  ISOTOPE  ***********************************/
#iso_ajaxBox{border-color:#40C4FA;color:#1B233F;}

.price{position:relative;padding:18px 0;font-size:16px;font-weight:bold;}
.price:after{content:"";position:absolute;}
.price > *{display:inline-block;}
.price > .price{position:relative;margin:0 3px 0 11px;padding:0 6px 2px;border:0;background:#D0002C;font-weight:bold;color:#fff;}
.price > .price:after{content:"";top:calc(50% - 4px);left:-4px;border:solid;border-width:4px 4px 4px 0;border-color:transparent #D0002C transparent transparent;}
.price .gross-net{color:#B0BEC5;font-weight:300;}
.price strike{color:#B0BEC5;font-weight:300;text-decoration:line-through;}

.quantity-widget{display:flex;justify-content:flex-start;}
.text .formbody .quantity-widget input.text,
.quantity-widget .change-quantity{display:block;width:45px;height:48px;padding:0;box-sizing:border-box;border:0;text-align:center;}
.quantity-widget .change-quantity{display:flex;justify-content:center;align-items:center;cursor:pointer;}

.l-shop-header{display:flex;justify-content:space-between;padding:30px 0;}
.l-shop-header .wrapper{display:flex;justify-content:space-between;}

.l-shop-header__menu{}
.l-shop-header__menu nav{position:relative;}
.l-shop-header__menu nav .shop-menu-trigger{position:relative;padding:12px 60px;box-sizing:border-box;border:1px solid #CFD8DC;background-color:#fff;font-weight:bold;color:#091F43;cursor:pointer;}
.l-shop-header__menu nav .shop-menu-trigger span,
.l-shop-header__menu nav .shop-menu-trigger span:before,
.l-shop-header__menu nav .shop-menu-trigger span:after{position:absolute;top:22px;left:30px;display:block;width:20px;height:4px;background:#1B233F;}
.l-shop-header__menu nav .shop-menu-trigger span:before{content:"";top:-7px;left:0;}
.l-shop-header__menu nav .shop-menu-trigger span:after{content:"";top:auto;bottom:-7px;left:0;}
.l-shop-header__menu nav.opened .shop-menu-trigger{color:#D0002C;}
.l-shop-header__menu nav.opened .shop-menu-trigger span,
.l-shop-header__menu nav.opened .shop-menu-trigger span:before,
.l-shop-header__menu nav.opened .shop-menu-trigger span:after{background:#D0002C;}
.l-shop-header__menu nav .shop-menu-trigger:after{content:"";position:absolute;right:30px;top:18px;width:11px;height:18px;background:url('../img/v2/arrow_right_turquoise.png') center center no-repeat;transform:rotate(90deg);transition:all .3s;}
.l-shop-header__menu nav.opened .shop-menu-trigger:after{background-image:url(../img/v2/arrow_right_red.png);transform:rotate(270deg);}
.l-shop-header__menu nav .shop-menu-content{display:none;position:absolute;top:100%;left:0;right:0;z-index:99;border:1px solid #CFD8DC;background:#fff;}
.l-shop-header__menu nav ul{overflow:visible;}
.l-shop-header__menu nav ul:before{content:"";position:absolute;top:-2px;left:-1px;right:-1px;height:2px;background:#D0002C;}
.l-shop-header__menu nav ul li{position:relative;}
.l-shop-header__menu nav ul li:after{content:"";position:absolute;bottom:0;left:30px;right:30px;height:1px;background:#CFD8DC;}
.l-shop-header__menu nav ul li:last-child:after{display:none;}
.l-shop-header__menu nav ul li > strong,
.l-shop-header__menu nav ul li > a{display:block;padding:12px 30px;color:#091F43;}
.l-shop-header__menu nav ul li > strong,
.l-shop-header__menu nav ul li > a:hover{color:#D0002C;}
.l-shop-header__menu nav ul ul{padding-left:10px;border:none;}
.l-shop-header__menu nav ul ul:before{display:none;}

.l-shop-header__cart-sort{display:flex;}
.l-shop-header__cart{order:2;margin-left:45px;}
.l-shop-header__cart a{position:relative;display:block;width:50px;height:50px;margin-right:10px;text-indent:-9999px;}
.l-shop-header__cart a:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;display:block;background:url('../img/v2/ico_add_to_cart.svg') center center no-repeat;filter:invert(11%) sepia(91%) saturate(768%) hue-rotate(188deg) brightness(97%) contrast(105%);}
.l-shop-header__cart a span{position:absolute;top:3px;right:-10px;z-index:2;display:block;border-radius:50%;background:#D0002C;font-size:12px;font-weight:bold;color:#fff;text-indent:0;padding:2px 7px 1px;}

.mod_iso_productfilter label{display:none;}

.mod_iso_productlist{padding:50px 0;}
.mod_iso_productlist .product_list{display:flex;justify-content:flex-start;flex-wrap:wrap;}
.mod_iso_productlist .product_list .product{position:relative;display:flex;width:20%;padding:20px 20px 0;margin-bottom:20px;box-sizing:border-box;}
.mod_iso_productlist .product_list .product form{display:flex;width:100%;}
.mod_iso_productlist .product_list .product form .formbody{display:flex;width:100%;padding:0;}
.mod_iso_productlist .product_list .product .product__desc{display:flex;flex-wrap:wrap;align-content:space-between;width:100%;}
.mod_iso_productlist .product_list .product .product__desc > div > *{width:100%;}
.mod_iso_productlist .product_list .product .product__desc .product_top{width:100%;}
.mod_iso_productlist .product_list .product .product__desc .product_bottom{width:100%;}
.mod_iso_productlist .product_list .product .u-mask{position:absolute;top:0;bottom:0;left:0;right:0;text-indent:-9999px;}
.mod_iso_productlist .product_list .product .image_container{display:flex;justify-content:center;align-items:center;align-self:flex-start;height:254px;margin-bottom:20px;}
.mod_iso_productlist .product_list .product h3{line-height:1.2;margin-bottom:20px;font-size:20px;font-weight:normal;letter-spacing:0;}
.mod_iso_productlist .product_list .product .teaser{display:none;}

.mod_iso_productlist .product_list .product .price{padding:13px 0;background:url('../img/v2/border_dash.gif') 0 0 repeat-x;text-align:center;}
.mod_iso_productlist .product_list .product .price:after{bottom:0;left:0;right:0;display:block;width:100%;height:1px;background:url('../img/v2/border_dash.gif') 0 0 repeat-x;}
.mod_iso_productlist .product_list .product .price > .price{padding:0 6px 2px;background:#D0002C;}
.mod_iso_productlist .product_list .product .price > .price:after{bottom:auto;left:-4px;right:auto;width:auto;height:auto;background:none;}

.text .mod_iso_productlist .product_list .product .formbody input.add_to_cart{margin:7px 0;width:100%;background:url(../img/v2/ico_add_to_cart.svg) center center no-repeat;filter: invert(74%) sepia(21%) saturate(6028%) hue-rotate(168deg) brightness(103%) contrast(96%);text-indent:-9999px;}
.text .mod_iso_productlist .product_list .product .formbody input.add_to_cart:hover{background:url(../img/v2/ico_add_to_cart.svg) center center no-repeat;filter:invert(20%) sepia(78%) saturate(5117%) hue-rotate(337deg) brightness(77%) contrast(118%);}

.text .mod_iso_productreader .formbody{
    max-width: none;
}
.mod_iso_productreader .product__desc-gallery{display:flex;justify-content:space-between;margin-bottom:30px;}
.mod_iso_productreader .product__gallery{width:calc((100% - 40px)/2);order:1;display:flex;justify-content:center; flex-wrap:wrap;}
.mod_iso_productreader .product__gallery figure{display:flex;justify-content:center;align-items:center;margin:0 15px 30px;}
.mod_iso_productreader .product__gallery figure:first-child{width:100%;}
.mod_iso_productreader .product__desc{width:calc((100% - 40px)/2);order:2;}
.mod_iso_productreader .product__desc .sku{margin-bottom:30px;}
.mod_iso_productreader .product__desc .options{display:flex;justify-content:space-between;flex-wrap:wrap;}
.mod_iso_productreader .product__desc .options .input-container{width:calc((100% - 20px)/2);}
.mod_iso_productreader .product__desc .options .input-container .select-selected{min-width:0;}
.mod_iso_productreader .product__desc .product__price-stock{margin-bottom:20px;border-bottom:1px solid #CFD8DC;}
.mod_iso_productreader .product__desc .quantity_container > label{display:none;}
.mod_iso_productreader .product__desc .quantity_container .quantity-widget{border:solid #CFD8DC;border-width:1px 0 1px 1px;}

.mod_iso_productreader .product__buttons .submit_container{display:flex;}
.mod_iso_productreader .product__buttons .submit_container input.submit.add_to_cart{margin:0;}

.product .desc-two-columns{display:flex;justify-content:space-between;flex-wrap:wrap;}
.product .desc-two-columns h2{width:100%;}
.product .desc-two-columns .description{width:calc(50% - 30px);}

.mod_iso_cart .formbody{max-width:100%;}

table.product-collection{}
table.product-collection th,
table.product-collection td{padding:9px 8px;vertical-align:center;}
table.product-collection th,table.product-collection tr:first-child > th{padding-top:19px;padding-bottom:19px;border-bottom-width:1px;background:none;font-size:12px;font-weight:300;color:#1B233F;}
table.product-collection tr > :first-child{padding-left:0;}
table.product-collection tr > :last-child{padding-right:0;}
table.product-collection th .gross-net{color:#1B233F;}
table.product-collection td ul{margin:0;padding:0;}
table.product-collection td ul li{margin:0;padding:0;}
table.product-collection td.image figure img{margin:0 auto;}
table.product-collection td.name a{font-size:20px;color:#1B233F;text-decoration:none;}
table.product-collection td.attributes{font-weight:bold;}
table.product-collection td.attributes strong{font-weight:300;}
table.product-collection td.attributes ul > li::before{display:none;}
table.product-collection td.price{font-weight:300;}
table.product-collection td.actions{text-align:right;}
table.product-collection td.actions a{display:inline-block;width:30px;height:30px;margin-right:15px;background:center center no-repeat;text-indent:-9999px;text-align:left;filter: invert(86%) sepia(10%) saturate(287%) hue-rotate(155deg) brightness(88%) contrast(88%);}
table.product-collection td.actions a:last-child{margin-right:0;}
table.product-collection td.actions a.edit  {background-image:url('../img/v2/ico_cart_edit.svg');}
table.product-collection td.actions a.remove{background-image:url('../img/v2/ico_cart_remove.svg');filter:invert(12%) sepia(94%) saturate(4884%) hue-rotate(338deg) brightness(82%) contrast(115%);}
table.product-collection td.actions a:hover{filter:invert(62%) sepia(37%) saturate(804%) hue-rotate(156deg) brightness(102%) contrast(96%);}
table.product-collection input.submit.button_update.alt,
table.product-collection input.submit.button_update.alt:hover{float:left;padding-right:0;padding-top:1px;padding-bottom:1px;border:none;background:url('../img/v2/ico_cart_update.svg') 0 center no-repeat;color:#000;filter:invert(62%) sepia(37%) saturate(804%) hue-rotate(156deg) brightness(102%) contrast(96%);}
table.product-collection input.submit.button_update.alt:hover{filter:invert(12%) sepia(94%) saturate(4884%) hue-rotate(338deg) brightness(82%) contrast(115%);}

table.product-collection tbody tr:last-child td{border-color:#40C4FA;}

table.product-collection tr:nth-child(2n){background:none;}
table.product-collection tfoot tr,
table.product-collection tfoot tr:nth-child(2n){background:#FAFAFA;}
table.product-collection tfoot tr td{padding-top:0;padding-bottom:18px;border-width:0;}
table.product-collection tfoot tr:first-child td{padding-top:18px;}
table.product-collection tfoot tr td.name{padding-left:8px;text-align:right;}
table.product-collection tfoot tr td.name span.value{font-weight:bold;}
table.product-collection tfoot tr td.value{font-weight:bold;}
table.product-collection tfoot tr td.value .tax_included{font-size:12px;font-weight:300;}
table.product-collection tfoot tr td.total{font-weight:bold;}
table.product-collection tfoot tr.total{background:#fff;}
table.product-collection tfoot tr.total td{border-width:1px 0;border-color:#40C4FA;color:#40C4FA;vertical-align:baseline;}
table.product-collection tfoot tr.total td.name{font-size:24px;font-weight:bold;}
table.product-collection tfoot tr.total td.value{font-size:20px;font-weight:normal;}

.mod_iso_checkout table.product-collection tfoot tr td.name{text-align:left;}
.mod_iso_checkout table.product-collection tfoot tr.total td{padding-top:18px;}

table.product-collection.stacktable{margin-bottom:10px;text-align:center;}
table.product-collection.stacktable input.submit.button_update.alt{width:calc(50% - 10px);margin:0 0 10px calc(50% + 10px);text-align:left;}
table.product-collection.stacktable td,
table.product-collection.stacktable th,
table.product-collection.stacktable tbody tr:last-child td{border-bottom-color:transparent;}
table.product-collection.stacktable tbody tr.product:last-child td{border-bottom-color:#40C4FA;}
table.product-collection.stacktable tr.product td{border-top:1px solid #40C4FA;}
table.product-collection.stacktable td.st-key{max-width:100px;border-right:1px solid #40C4FA;}
table.product-collection.stacktable td.st-val{text-align:left;}
table.product-collection.stacktable td.image figure img{margin:0;}

.coupon{max-width:380px;margin:30px 0;}
.coupon p{margin-bottom:10px;}
.coupon .coupon_container{position:relative;}
.coupon .coupon_container input.text{padding-right:150px;}
.coupon .coupon_container input.submit.alt,
.coupon .coupon_container input.submit.alt:hover{position:absolute;top:0;right:0;border-color:transparent;background:none;}

.mod_iso_checkout .steps ol{display:flex;margin:0;padding:0;overflow:visible;}
.mod_iso_checkout .steps ol li{position:relative;width:50%;padding:0;margin:0;list-style-type:none;}
.mod_iso_checkout .steps ol li a,
.mod_iso_checkout .steps ol li span{display:block;padding:22px 30px 22px 80px;background:#F5F5F5;font-size:20px;font-weight:normal;color:#B0BEC5;text-decoration:none;transition:all .3s;}
.mod_iso_checkout .steps ol li a:hover{color:#D0002C;}
.mod_iso_checkout .steps ol li span.active{background:#fff;color:#D0002C;}
.mod_iso_checkout .steps ol li a:after,
.mod_iso_checkout .steps ol li span.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;width:100%;height:0;background:#D0002C;transition:all .3s;}
.mod_iso_checkout .steps ol li *:before{content:"";position:absolute;top:0;left:0;display:block;width:80px;height:68px;background:center center no-repeat;filter: invert(95%) sepia(4%) saturate(1164%) hue-rotate(170deg) brightness(81%) contrast(88%);}
.mod_iso_checkout .steps ol li *.address:before{background-image:url(../img/v2/ico_checkout_address.svg);}
.mod_iso_checkout .steps ol li *.shipping:before{background-image:url(../img/v2/ico_checkout_shipping.svg);}
.mod_iso_checkout .steps ol li *.payment:before{background-image:url(../img/v2/ico_checkout_payment.svg);}
.mod_iso_checkout .steps ol li *.review:before{background-image:url(../img/v2/ico_checkout_review.svg);}
.mod_iso_checkout .steps ol li a:hover:before,
.mod_iso_checkout .steps ol li span.active:before{filter:invert(8%) sepia(97%) saturate(5604%) hue-rotate(341deg) brightness(112%) contrast(109%);}
.mod_iso_checkout .steps ol li a:hover:after,
.mod_iso_checkout .steps ol li span.active:after{height:2px;}

.mod_iso_checkout form .formbody{max-width:100%;}
.mod_iso_checkout .formbody .radio_container label{font-size:16px;color:#1B233F;}
.box-options .radio_container .field-container{display:flex;justify-content:flex-start;flex-wrap:wrap;}
.box-options .radio_container .field-container p.error{width:100%;}
.box-options .radio_container .option-container{display:flex;width:calc((100% - 90px)/4);margin-left:30px;background:#F5F5F5;}
.box-options .radio_container .option-container:nth-child(4n+1){margin-left:0;}
.box-options .radio_container .option-container .clear{display:none;}
.box-options .radio_container .option-container label{display:inline-block;width:100%;min-height:250px;padding:20px 20px 60px;margin:0;box-sizing:border-box;border:1px solid #F5F5F5;}
.box-options .radio_container .option-container input:checked + label{border-color:#40C4FA;}
.box-options .radio_container .option-container label:before{top:24px;left:20px;}
.box-options .radio_container .option-container label .method-label .title{display:inline-block;margin-bottom:30px;font-size:20px;text-indent:30px;}
.box-options .radio_container .option-container label .method-label .note > :last-child{margin-bottom:0;}
.box-options .radio_container .option-container label .method-label .price{position:absolute;bottom:20px;right:20px;padding:0;}
.box-options .radio_container .option-container label .method-label .percentage{position:absolute;bottom:20px;left:20px;padding:0;}
.box-options .radio_container .option-container .clear{display:none;}

.paymentmethod .box-options .radio_container .option-container label{min-height:180px;}

.mod_iso_cart form .submit_container,
.mod_iso_checkout form .submit_container{text-align:right;}
.mod_iso_checkout form#iso_mod_checkout_review .submit_container,
.mod_iso_checkout form#iso_mod_checkout_address .submit_container{}
.mod_iso_cart form .submit_container input.submit,
.mod_iso_checkout form .submit_container input.submit{margin:0;}
.mod_iso_cart form .submit_container input.submit:first-child:not(:last-child),
.mod_iso_checkout form .submit_container input.submit:first-child:not(:last-child),
a.submit.continue{float:left;}

#iso_mod_checkout_address .formbody{display:flex;justify-content:space-between;flex-wrap:wrap;}
#iso_mod_checkout_address .formbody .address{width:calc((100% - 30px)/2);}

.orderinfo{display:flex;flex-wrap:wrap;}
.orderinfo .info_container{width:calc((100% - 60px)/4);margin:0 0 30px 20px;}
.orderinfo .info_container:nth-child(4n+1){margin-left:0;}
.orderinfo .info_container h3{font-size:20px;font-weight:normal;}
.orderinfo .info_container .info{margin:0 0 15px;}
.orderinfo .info_container .info a{color:#1B233F;text-decoration:none;}

.orderconditions{margin-right:350px!important;}

#iso_mod_checkout_review{position:relative;}
#iso_mod_checkout_review .submit_container{position:absolute;bottom:40px;right:0;}

#huh_pwa_web_subscription{display:none;}


/**********************************  RWD  *************************************/

#top.mobile .home-box-link .mask.only-mobile{display: block;}
#top.mobile .home-box-link:hover .hover{display: none;}
#top.mobile .home-box-link:hover .title{display: block;}

@media screen and (max-width: 1920px) {
  .ce_mainslider a.scroll-down{left:calc(50% - 705px);}
}
@media screen and (max-width: 1500px) {
  .wrapper{padding:0 20px;}

  .cta a{right:15px;}

  #iso_ajaxBox{left:calc(50% - 300px);width:600px;min-width:256px;box-sizing:border-box;text-align:center;}
  #iso_ajaxBox .mod_iso_messages{display:inline-block;margin:0 auto;}
  #iso_ajaxBox p{text-align:left;}
  #iso_ajaxBox .iso_confirm{background-position:0 0;}
}

@media screen and (max-width: 1420px) {
  .ce_mainslider .slide-text h2{font-size:56px!important;line-height:1.1!important;}
  .zoom_2 .ce_mainslider .slide-text h2{font-size:56px!important;}
  .zoom_3 .ce_mainslider .slide-text h2{font-size:56px!important;}
  .ce_mainslider a.scroll-down{left:30px;}

  .ce_mainslider.slide_right_bottom .slide-text{width:50%;}
  .ce_mainslider.slide_right_bottom a.scroll-down{left:10px;}

  .ce_mainslider.slide_bottom .slide-text{left:10px;right:10px;width:auto;}
  .ce_mainslider.slide_bottom a.scroll-down{left:10px;}

  .ce_mainslider.slide_center .slide-text{left:10px;right:10px;}
  .ce_mainslider.slide_center a.scroll-down{left:10px;}

  .home .study-specs-list{left:10px;right:10px;}

  .mod_sloganrotator .slick-list{margin:0 15px;}

  .home .home-contact-container .ce_text{right:0;width:500px;}
}

@media screen and (max-width: 1365px) {
    #main:not(.has_left) .ce_juiTabStart ul.nav{margin-left:-20px;margin-right:-20px;}

    .footer-partners .slick-prev,
    .footer-partners .slick-next{}
    .footer-partners .slick-list{margin: 0 40px;}

    .cta a{opacity:0.7;}
    .cta a:hover{opacity:1;}
    .contrast .cta a{opacity:1;}

    .text :not(.box-links) > .wrapper > .ce_imageboxlink img{max-width: 99.99%;}
}

@media screen and (max-width: 1200px) {
    .ce_juiTabStart ul.nav li a{padding-left:10px;padding-right:10px;}

    .top .logo{margin-right: 10px;}
    .mainmenu{padding-right: 14px;}
    .options-item.search{width: 30px;}
    .mainmenu nav ul.level_1 > li > a,
    .mainmenu nav ul.level_1 > li > strong{padding:0 4px;}
    .zoom_3 .mainmenu nav ul.level_1 > li > a,
    .zoom_3 .mainmenu nav ul.level_1 > li > strong{padding:0 5px;}
    .zoom_2 .fixed .mainmenu nav ul.level_1 > li > a,
    .zoom_2 .fixed .mainmenu nav ul.level_1 > li > strong{padding:0 5px;}
    .zoom_3 .fixed .mainmenu nav ul.level_1 > li > a,
    .zoom_3 .fixed .mainmenu nav ul.level_1 > li > strong{font-size:16px;}

    .ce_mainslider{height: auto;}
    .ce_mainslider .mask{z-index:12;background:none!important;}
    .ce_mainslider figure img{width: 100%; height: auto; margin:0; display:block;}
    .ce_mainslider .slide-text{position:static!important; bottom: auto; text-align: center; top: auto; left:auto; padding:50px;width:100%!important; box-sizing: border-box; border-right: none;background: rgba(9,31,67,1)!important;}
    .ce_mainslider .slide-text h2{float:none!important;width:100%!important;padding:35px 0 0 0!important;margin:0!important;box-sizing:content-box!important;}
    .ce_mainslider .slide-text h2:before{top:0!important;left:calc(50% - 45px)!important;right:auto!important;}
    .ce_mainslider .slide-text p{margin-top:20px!important;padding:0!important;}
    .zoom_2 .ce_mainslider .slide-text p{margin-top:22px!important;}
    .zoom_3 .ce_mainslider .slide-text p{margin-top:24px!important;}
    .ce_mainslider .slide-text a.button,
    .ce_mainslider .slide-text span.button > a{display:none;}
    .ce_mainslider a.scroll-down{top:10px!important;bottom:auto!important;left:auto!important;right:10px!important;width:105px!important;height:auto!important;padding:0 35px 0 0!important;text-align:right;background-position:right 0!important;background-size:contain;opacity:0.7;}
    #banner .nav-container{top: auto !important; bottom: auto; }
    #banner .nav-container > button{top:300px;}
    #banner .nav-container .slick-dots{text-align: center;}
    #banner .nav-container .slick-dots li{display: inline-block; padding: 0 7px;}

/*    .footer-partners{border-top: none;}*/
    .footer-partners{padding: 0;}
    .footer-partners .inside{display: none;}
    .footer-menu:before,
    .footer-menu:after{content: ''; display: table; width: 100%;}
    .footer-menu:after{clear: both;}
    .footer-menu,
    .footer-box{width: 100%; float: none;box-sizing: border-box;}
    .footer-box{padding:50px 0;border-top: 1px solid #c2c2c2;}
    .footer-menu .ce_text{padding-top:50px;padding-bottom:50px;}
    .share-list .first{margin-left: 0;}
    .footer-box .logo{width: 50%;float: left;}
    .footer-newsletter-box{float: right; width: 50%;}

    .mod_sloganrotator{background-image: url('../img/bg-in-numbers2.png'); background-size:cover; height: auto; background-color: #091F43;}
    .mod_sloganrotator h3{padding: 30px 0; font-size: 30px;}
    .zoom_2 .mod_sloganrotator h3{font-size:30px;}
    .zoom_3 .mod_sloganrotator h3{font-size:30px;}
    .slogan-list{display: flex; flex-wrap: wrap;}
    .mod_sloganrotator .slogan-simple{display: flex; float: none; width: 25%; box-sizing: border-box; margin-bottom: 30px;}
    .mod_sloganrotator .slogan-simple .inside{width: 100%;}
    .mod_sloganrotator .slogan-simple .number{height: 80px; font-size: 80px; line-height: 80px; color: #fff !important;}
    .zoom_2 .mod_sloganrotator .slogan-simple .number{font-size:80px;}
    .zoom_3 .mod_sloganrotator .slogan-simple .number{font-size:80px;}
    .mod_sloganrotator .slogan-simple .name{font-size: 18px; padding: 20px 0; background: none;}
    .zoom_2 .mod_sloganrotator .slogan-simple .name{font-size:18px;}
    .zoom_3 .mod_sloganrotator .slogan-simple .name{font-size:20px;}

    .mod_newslist{width: 100%; float: none; display: block; padding-right: 0; background: none;}
    .mod_newslist .inside{float: none; max-width: none;}
    .mod_newslist .inside > h3{text-align: center;}
    .mod_newslist p.more{text-align: center;}
    .home .mod_calendar{width: 100%; float: none; padding: 40px 0;}
    .home .mod_calendar .migo-ajax-container{margin: 0 auto;}

    .home .box-links{height: auto; background-repeat: repeat-y;}
    .home-box-link .title{font-size: 24px;}
    .zoom_2 .home-box-link .title{font-size:24px;}
    .zoom_3 .home-box-link .title{font-size:24px;}
    .home-box-link:hover .title .see-more{margin-top:10px;}

    .home .home-contact-container .ce_text{width:450px;}
    .home .home-contact-container .ce_text p{margin-bottom:20px;}
    .home .home-contact-container .ce_text p.title,
    .home.zoom_2 .home-contact-container .ce_text p.title,
    .home.zoom_3 .home-contact-container .ce_text p.title{font-size:20px;}

    body.offer .page-title-banner{background-position:calc(100% + 150px) top;}

    .l-shop-header{padding:20px 0;}

    .mod_iso_productlist{padding:20px 0;}
    .mod_iso_productlist .product_list .product{width:25%;}

    table.product-collection input.submit.button_update.alt{margin-right:5px;}
    table.product-collection td.actions a{width:100%;min-width:30px;}
    table.product-collection td.actions a.edit{margin:0 0 5px;}
}

@media screen and (max-width: 1023px) {
    .ce_juiTabStart ul.nav li a{min-height:60px;padding:10px 5px;}

    .top{position: relative; top: auto; height: auto; border-width: 0 0 1px 0;}
    .top.fixed{height:120px;}
    .top .wrapper{padding:0;}
    .top.fixed .wrapper .inside{flex-wrap:wrap;}

    .top .logo{float: none; width:calc(100% - (71px + 55px));margin: 0; height:auto; padding: 15px; box-sizing: border-box;}
    .top.fixed .logo img{display:block;}
    .top.fixed .logo img.small{display:none;}

    .top.fixed .options-container{height:80px;}
    .top .options-item{float:left;border: none;}

    .top .features{padding:0 15px;}
    .top.fixed .features{order:1;width:100%;height:40px;background:#fff;}

    .top .features .vcontrast,
    .top.fixed .features .vcontrast{margin-left:0;padding-left:30px;background:#fafafa;}
    .fixed .features .vcontrast a:before,
    .fixed .features .vcontrast a:after{background:#fafafa;}
    .fixed .features .vcontrast a:after{background:#40C4FA;}

    .top.fixed .features .zoom{padding-right:30px;background:#fafafa;}

    .fixed .features .bip{display:flex;}

    .fixed .features .modernization_ue{display:flex;}

    .dialog-box{top:120px;width:100%;left:0;}
    .fixed .dialog-box{top:120px;}
    .dialog-box .share-list{float:left;}
    .dialog-box .mod_search .formbody{margin-left: 20px; margin-right: 20px;}

    .menu-trigger{order:4;display:flex;align-items:center;padding:0 23px;background:#091F43;}
    .menu-trigger span{position:relative;display:block;width:24px;height:4px;background:#fff;transition:all .3s;}
    .menu-trigger span:before,
    .menu-trigger span:after{content:"";position:absolute;top:-8px;display:block;width:100%;height:4px;background:#fff;transition:all .3s;}
    .menu-trigger span:after{top:auto;bottom:-8px;}
    .menu-trigger.active span{background:transparent;}
    .menu-trigger.active span:before{top:0;transform:rotate(225deg);}
    .menu-trigger.active span:after{bottom:0;transform:rotate(-225deg);}

    .top .features:before{display:none;}

    .menu_search{order:3;}
    .top.fixed .menu_search{width:auto;height:80px;}

    .top .mainmenu{display: none; position: absolute; top:120px;right:0; width: 100%;padding:0; z-index: 999; background-color: rgba(9, 31, 67, 0.97);}
    .mainmenu nav ul,
    .fixed .mainmenu nav ul{height:auto;}
    .mainmenu nav ul.level_1 > li{display: block; border-bottom: 1px solid #495974;}
    .mainmenu nav ul.level_1 > li > a,
    .mainmenu nav ul.level_1 > li > strong{font-family:'Roboto',sans-serif; font-size: 22px; color: #fff; line-height: 80px; text-align: center;}
    .fixed .mainmenu nav ul.level_1 > li > a,
    .fixed .mainmenu nav ul.level_1 > li > strong{line-height:80px;}
    .zoom_2 .mainmenu nav ul.level_1 > li > a,
    .zoom_2 .mainmenu nav ul.level_1 > li > strong{font-size:22px;}
    .zoom_3 .mainmenu nav ul.level_1 > li > a,
    .zoom_3 .mainmenu nav ul.level_1 > li > strong{font-size:22px;}
    .mainmenu nav ul.level_2,
    .fixed .mainmenu nav ul.level_2{position: relative; top: 0; padding: 5px 0 35px; background: none;}
    #header,
    .fixed #header{padding-top:0;}

    .ce_mainslider .slide-text h2{font-size:40px!important;line-height:1.2!important;}
    .zoom_2 .ce_mainslider .slide-text h2{font-size:40px!important;}
    .zoom_3 .ce_mainslider .slide-text h2{font-size:40px!important;}

    #wladze-2 .ce_text img{width:100%; height:auto;}
    #footer .migo{text-align: center;}

    .home .home-study-list{height:auto!important;}
    .home .mod_offerlist h1,.home .mod_offerlist > h2{padding: 20px; display: block; width: 100%; box-sizing: border-box; font-size: 32px;}
    .zoom_2.home .mod_offerlist h1, .zoom_2.home .mod_offerlist > h2{font-size:32px;}
    .zoom_3.home .mod_offerlist h1, .zoom_3.home .mod_offerlist > h2{font-size:32px;}
    .study-list-menu{width: 100%; background: none; border: none; margin: 0; padding: 0;}
    .study-list-menu > ul{display:block;}
    .home .study-specs-list{position: relative; top: 0; left: 0; width: 100%; margin-right: 350px; padding:20px; box-sizing: border-box;column-count:2;-moz-column-count:2;-webkit-column-count:2;}
    .home .study-specs-list li,
    .home .study-specs-list li a{}

    .text .study-field-container{margin-bottom:50px;}
    .text .study-field-container .study-specs-list ul,
    .text .study-field-container:nth-child(2n+1) .study-specs-list ul{margin-left:5px;margin-right:5px;}
    .text .study-field-container .study-specs-list ul li{width:calc((100% - 10px));margin-left:0;margin-right:0;}

    .mod_sloganrotator{margin-top:0;}

    .home-box-link .title{left:10px;bottom:10px;max-width:calc(100% - 20px);padding-left:10px;padding-right:10px;padding-bottom:5px;}
    .home-box-link .title:before{left:11px;}

    #left{margin-left: 0; width: 100%; float: none;}
    #left .inside{}
    #main.has-left{margin-left: 0;}
    #left .mod_navigation{padding: 0;}
    #left .mod_navigation h2{display: block;padding:6px 40px; cursor: pointer; background: url('../img/ico-submenu-header-pointer.png') 10px 20px no-repeat; text-transform: uppercase;}
    #left .mod_navigation ul.level_1{display: block; padding-bottom: 15px;}
    #left .mod_navigation.active ul.level_1{display: block;}

    #right{position: relative; float: none; width: 100%;}
    #main.has-right{margin-right: 0;}

    .study-type-label h2{padding: 15px 0;}
    .study-field-label{float: none; width: 100%;}
    .with-study-field .study-specs-list{border-left: 0;}
    .study-field-container .study-field-label{padding: 10px 0 0;}
    .text .study-field-label h2,
    .text .study-field-label h3{padding: 0;}
    .study-field-container .study-specs-list{padding: 10px 0;}
    /*.text .study-specs-list ul{margin-left: 15px;}*/
    .with-study-field .study-field-container .study-specs-list,
    .with-study-field .study-field-container,
    .with-study-field .study-field-container a{background: none !important; color: #000 !important;}

    .mod_offerfilter .title-container{float: none; width: 100%;}
    .mod_offerfilter .title-container h1{padding: 0; margin: 0; line-height: 60px;}
    .mod_offerfilter{position: relative; float: none;}
    .mod_offerfilter .filter-ico-container{position: absolute; top: 0; right: 0;}
    .filter-container.active .filter-ico-container{background-color: #091f43;}
    .filter-container{width: 100% !important; padding-top: 0;}
    .mod_offerfilter .filter-container .formbody{width: 100%; box-sizing: border-box;}

    .mod_pigula label{width: 35%; height: 55px; line-height: 55px; font-size: 20px; }
    .zoom_2 .mod_pigula label{font-size:22px;}
    .zoom_3 .mod_pigula label{font-size:24px;}
    .mod_pigula input.text{width: 100%; padding: 0 150px 0 37%; height: 55px; font-size: 20px;}
    .zoom_2 .mod_pigula input.text{font-size:22px;}
    .zoom_3 .mod_pigula input.text{font-size:24px;}

    .home .home-contact-container .ce_text{width:320px;}
    .home.zoom_2 .home-contact-container .ce_text,
    .home.zoom_3 .home-contact-container .ce_text{width:350px;}
    .home .home-contact-container .ce_text p.number{float:left;margin-right:20px;margin-bottom:10px;}
    .home .home-contact-container .ce_text p.title{}

    .mod_iso_productlist .product_list .product{width:33.33%;}
    .mod_iso_productreader .product__desc .options .input-container{width:100%;}

    /*.mod_iso_checkout .steps ol{margin-left:-20px;margin-right:-20px;}*/
    .mod_iso_checkout .steps ol li{}
    .mod_iso_checkout .steps ol li a,
    .mod_iso_checkout .steps ol li span{padding-left:60px;padding-right:10px;font-size:16px;}
    .mod_iso_checkout .steps ol li span.active{font-size:18px;}
    .mod_iso_checkout .steps ol li :before{width:60px;}

    .box-options .radio_container .option-container,
    .orderinfo .info_container{width:calc((100% - 40px)/3);margin-left:20px;}
    .box-options .radio_container .option-container:nth-child(4n+1),
    .orderinfo .info_container:nth-child(4n+1){margin-left:20px;}
    .box-options .radio_container .option-container:nth-child(3n+1),
    .orderinfo .info_container:nth-child(3n+1){margin-left:0;}
}

@media screen and (max-width: 850px) {
    .mod_pigula label{width: 37%; height: 55px; line-height: 55px; font-size: 18px;}
    .zoom_2 .mod_pigula label{font-size:20px;}
    .zoom_3 .mod_pigula label{font-size:22px;}
    .mod_pigula input.text{width: 100%; padding: 0 150px 0 39%; height: 55px; font-size: 18px;}
    .zoom_2 .mod_pigula input.text{font-size:20px;}
    .zoom_3 .mod_pigula input.text{font-size:22px;}
}

@media screen and (max-width: 800px) {
    .ce_juiTabStart ul.nav{display:none;}
    .ce_juiTabStart .ui-tabs-panel{display:block!important;}
    .ce_juiTabStart .ui-tabs-panel .headline{display:block!important;padding:20px;margin:0 -20px;border-bottom:2px solid transparent;font-size:24px;font-weight:normal;cursor:pointer;}
    .zoom_2 .ce_juiTabStart .ui-tabs-panel .headline{font-size:26px;}
    .zoom_3 .ce_juiTabStart .ui-tabs-panel .headline{font-size:28px;}
    .ce_juiTabStart .ui-tabs-panel .headline:hover,
    .ce_juiTabStart .ui-tabs-panel .headline.active{border-color:#D0002C;color:#D0002C;}
    .ce_juiTabStart .ui-tabs-panel .tab_content{display:none;padding-top:20px;}

    .mod_sloganrotator .slogan-simple{width: 50%; margin-top: 20px;}

    .home-box-link{width: 50%;}
/*    .home-box-link .title{position: absolute; bottom: 10px; width: 100%; box-sizing: border-box; padding: 0 10px; margin-left: 0; margin-right: 0; text-align: center !important;}
    .home-link-box:nth-child(1) .title,
    .home-link-box:nth-child(5) .title{text-align: left;}
    .home-link-box:nth-child(4) .title,
    .home-link-box:nth-child(8) .title{text-align: right;}    */

    .home .home-contact-container .ce_text,
    .home.zoom_2 .home-contact-container .ce_text,
    .home.zoom_3 .home-contact-container .ce_text{position: relative;display:flex;width: 100%;}
    .home .home-contact-container .ce_text:before,
    .home .home-contact-container .ce_text:after{display:none;}
    .home .home-contact-container .ce_text .home-contact-text{width:50%; box-sizing: border-box;margin:0;}
    .home .home-contact-container .ce_text .home-contact-text.box1{border-bottom: none; background-position: right; background-size: auto 120px;}
    .home .home-contact-container .ce_text .home-contact-text.box2{background-position: right; background-size: auto 120px;}
    .home .home-contact-container .ce_text p{margin-bottom:30px;}
    .home .home-contact-container .ce_text p.number{margin-bottom:2 0px;}
    .home .home-contact-container .ce_text p.number{float:none;margin-right:20px;}
    .home .home-contact-container .ce_text p.title{display:block;}
    .home .ce_dlh_googlemaps{display:none !important; }
    .home .ce_dlh_googlemaps.mobile{display:block !important;}
    .home .ce_dlh_googlemaps.mobile .dlh_googlemap{height:300px !important;  padding-bottom: 0!important;}

    .text .ce_imageboxlink{float: none; width: 100%; margin: 0 auto; padding: 15px 0;}

    .text :not(.box-links) > .wrapper > .ce_imageboxlink{width:calc((100% - 20px)/2);padding:0;margin-left:20px;}
    .text :not(.box-links) > .wrapper > .ce_imageboxlink:nth-child(2n+1){margin-left:0;}
    .text :not(.box-links) > .wrapper > .ce_imageboxlink h2{font-size:22px;}
    .home.zoom_2 .text :not(.box-links) > .wrapper > .ce_imageboxlink h2{font-size:23px;}
    .home.zoom_3 .text :not(.box-links) > .wrapper > .ce_imageboxlink h2{font-size:24px;}

    .text .ce_gallery{display: flex;justify-content:space-between; flex-wrap: wrap;}
    .text .ce_gallery .image-box:nth-of-type(3n){margin-right:0;}
    .text .ce_gallery .image-box,
    .text .ce_gallery .image-box.poster,
    .text .ce_gallery .image-box.row_last{display: flex;justify-content:center;align-items:center; width:calc((100% - 10px)/2); float: none;margin:0 0 10px;}
    .text .ce_gallery .clear{display: none;}

    .text .ce_person{width: 47%;}

    .contact .box-float{float: none; width: 100%;}

    .text figure img{max-width: 100%; height: auto;}

    .home .study-specs-list{column-count: 1; -moz-column-count: 1; -webkit-column-count: 1; column-gap: 0; -moz-column-gap: 0; -webkit-column-grap: 0;}

    body.offer #left{border: none; box-sizing: border-box;}
    body.offer .page-title-banner h1{font-size: 32px; padding:10px;}
    body.offer.zoom_2 .page-title-banner h1{font-size:32px;}
    body.offer.zoom_3 .page-title-banner h1{font-size:32px;}
    body.offer #left .button{display: inline-block; width: auto; padding-left: 40px; margin: 15px 0;}
    body.offer #left .menu-container{border: 1px solid #c7c7c7;}
    body.offer #left .text{display: none;}
    #main .page-person{display: block; margin: 0 auto; width: 100%;}
    #main .page-person .ce_person{float:none;margin:0 auto 30px;border-width:1px 0 0; }

    .ce_mainslider .slide-text{padding:20px!important;}
    .ce_mainslider .slide-text h2{padding-top:20px!important;font-size:30px!important;}
    .zoom_2 .ce_mainslider .slide-text h2{font-size:30px!important;}
    .zoom_3 .ce_mainslider .slide-text h2{font-size:30px!important;}
    .ce_mainslider .slide-text p{margin:10px 0 !important;font-size:16px;}
    .zoom_2 .ce_mainslider .slide-text p{font-size:18px;}
    .zoom_3 .ce_mainslider .slide-text p{font-size:20px;}
    .ce_mainslider .slide-text a.button,
    .ce_mainslider .slide-text span.button > a{margin-top:10px!important;}
    .ce_mainslider a.scroll-down{display:none;}
    #banner .nav-container > button{top:160px;width:60px;height:60px;background:rgba(255,255,255,0.5);}
    #banner .nav-container > button:hover{background:rgba(255,255,255,0.8);}
    .mod_pigula label{width: 37%; height: 55px; line-height: 55px;}
    .mod_pigula input.text{width: 100%; padding: 0 150px 0 39%; height: 55px;}

    table.product-collection td.actions{text-align:left}
    table.product-collection td.actions a{width:30px;}
    table.product-collection td.actions a.edit{margin:0 20px 0 0;}

    .orderconditions{margin-right:0!important;}
    #iso_mod_checkout_review .submit_container{position:static;}
}

@media screen and (max-width: 750px) {
    .wrapper .bg_color.block{padding:25px 30px;}
    .bg_color figure.float_left {max-width:calc(50% + 30px);margin:-25px 30px -25px -30px;}
    .bg_color figure.float_right{max-width:calc(50% + 30px);;margin:-25px -30px -25px 30px;}
    .bg_color figure.float_above{margin:-25px -30px 30px;}
    .bg_color figure.float_below{margin:30px -30px -25px;}

    .share-list .ce_hyperlink, .share-list .ce_image{margin:0 5px 10px;}

    .top .features{justify-content:space-between;padding:0 15px;}
    .top .features .feature{margin-left:20px;}
    .top .features .vcontrast,
    .top.fixed .features .vcontrast{margin-left:0;padding:0;background:none;}
    .top .features .zoom,
    .top.fixed .features .zoom{padding:0;background:none;}

    .text .study-field-container{margin-bottom:30px;}
    .text .study-field-container .study-specs-list ul,
    .text .study-field-container:nth-child(2n+1) .study-specs-list ul{margin-left:0;margin-right:0;}
    .text .study-field-container .study-field-label h2,
    .text .study-field-container:nth-child(2n+1) .study-field-label h2,
    .text .study-field-container .study-field-label h3,
    .text .study-field-container:nth-child(2n+1) .study-field-label h3,
    .text .study-field-container .study-specs-desc,
    .text .study-field-container:nth-child(2n+1) .study-specs-desc{margin:0 0 30px;}
    .text .study-field-container .study-image{position:static;}

    .mod_pigula label{width: 100%; height: 55px; line-height: 55px; bottom:55px; border-right:0;}
    .mod_pigula input.text{clear:both;width: 100%; padding: 0 150px 0 2%; height: 55px; margin-top:55px;}
    .mod_pigula input.submit,
    .mod_pigula button{right: 15px; top: 70px;}
    #o-uczelni-wladze .ce_text img{width:100%; height:auto;}
    #wladze-2 .ce_text{width:100%; padding:0; text-align:center; margin-bottom:30px;}

    .wladze.col2 .wrapper > *{width:100%;}
    .wladze.col3 .wrapper > *{width:calc((100% - 60px)/2);}

    .layout_latest figure{position:static;width:100%;height:100%;}
    .layout_latest figure img{width:100%;max-width:100%;height:auto;margin:0 auto;transform:none;}
    .layout_latest .teaser{float:none;margin-left:0;padding-bottom:30px;}

    .footer-menu{padding-left:0;}

    .l-shop-header__menu{margin-right:15px;}
    /*.l-shop-header__menu nav .shop-menu-trigger{padding-left:45px;padding-right:45px;}
    .l-shop-header__menu nav .shop-menu-trigger:after{right:15px;}
    .l-shop-header__menu nav .shop-menu-trigger span{left:15px;}*/
    .l-shop-header__cart{margin:0;}
    .l-shop-header__cart .mod_iso_cart{position:absolute;top:79px;right:83px;z-index:21;}
    .l-shop-header__cart a:after{filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(112deg) brightness(111%) contrast(100%);}
    .mod_iso_productlist .product_list .product{width:50%;}
    .mod_iso_productlist .product_list .product h3{text-align:center;}
    .mod_iso_productreader .product__desc-gallery{flex-wrap:wrap;}
    .mod_iso_productreader .product__desc{order:1;width:100%;margin-bottom:30px;}
    .mod_iso_productreader .product__gallery{order:2;width:100%;}
    .product .desc-two-columns .description{width:100%;}

    .mod_iso_checkout .steps ol li a,
    .mod_iso_checkout .steps ol li span{padding:10px;line-height:0;font-size:0;text-align:center;}
    .mod_iso_checkout .steps ol li span.active{line-height:1.2;font-size:16px;}
    .mod_iso_checkout .steps ol li :before{position:static;display:block;width:100%;}
    .mod_iso_checkout .steps ol li span.active:before{height:40px;}

    #iso_mod_checkout_address .formbody .address{width:100%;margin-bottom:20px;}

    .box-options .radio_container .option-container,
    .orderinfo .info_container{width:calc((100% - 20px)/2);}
    .box-options .radio_container .option-container:nth-child(3n+1),
    .orderinfo .info_container:nth-child(3n+1){margin-left:20px;}
    .box-options .radio_container .option-container:nth-child(2n+1),
    .orderinfo .info_container:nth-child(2n+1){margin-left:0;}

    #iso_ajaxBox{left:10%;width:80%;}
}

@media screen and (max-width: 580px) {
    .wrapper{padding:0 10px;}

    .ce_juiTabStart .ui-tabs-panel .headline{margin:0 -10px;}

    .text .mod_offerlist .ce_juiTabStart .ui-tabs-panel .tab_content{padding-left:15px;}

    .top .features .feature{margin-left:15px;}
    .top .features .vcontrast{margin-left:0;}

    .ce_mainslider .slide-text h2{font-size:24px!important;}
    .zoom_2 .ce_mainslider .slide-text h2{font-size:24px!important;}
    .zoom_3 .ce_mainslider .slide-text h2{font-size:24px!important;}
    .ce_mainslider .slide-text p{font-size:14px!important;}
    .zoom_2 .ce_mainslider .slide-text p{font-size:16px!important;}
    .zoom_3 .ce_mainslider .slide-text p{font-size:18px!important;}
    .with-slogan .page-title{padding-right: 0; padding-top: 80px;}
    .dialog-box .mod_search input.text{font-size: 24px;}
    .zoom_2 .dialog-box .mod_search input.text{font-size:24px;}
    .zoom_3 .dialog-box .mod_search input.text{font-size:24px;}

    #left .mod_navigation h2{margin-top:10px;}

    /*#main:not(.has_left) .ce_juiTabStart ul.nav{margin-left:-10px;margin-right:-10px;}
    .ce_juiTabStart ul.nav{flex-wrap:wrap;}
    .ce_juiTabStart ul.nav li{width:100%;}
    .ce_juiTabStart ul.nav li a{min-height:0;font-size:24px;}
    .ce_juiTabStart ul.nav li.ui-state-active a:after{height:1px;}
    .ce_juiTabStart ul.nav:hover li a:hover:after{height:2px;}*/

    .ue_projects h1.page-title{padding-right:0;}
    .ue_projects .ce_image{margin-top:0;}
    .ue_projects .ce_image figure{text-align:center;}
    .ue_projects .ce_image figure img{max-width:100%;}

    .footer-menu .ce_text{width: 50%; padding:0 0 30px 10px;}
    .footer-menu .ce_text:first-child,
    .footer-menu .ce_text:nth-child(2){padding-top:30px;}
    .footer-menu .ce_text:nth-child(2n+1){clear:both;}

    .footer-box{padding:20px 0;}
    .footer-box .logo{display: none;}
    .footer-newsletter-box{float: none; width: 100%;}

    .study-specs-list{column-count: 1; -moz-column-count: 1; -webkit-column-count: 1; column-gap: 0; -moz-column-gap: 0; -webkit-column-grap: 0;}

    .home .home-contact-container .ce_text .home-contact-text{float: none; width: 80%;}

    .text .ce_gallery .image-box:nth-of-type(3n){margin-right:auto;}
    .text .ce_gallery .image-box,
    .text .ce_gallery .image-box.poster,
    .text .ce_gallery .image-box.row_last{display: flex; width: 100%; max-width: 450px; float: none; margin: 0 auto 10px;}

    .text .ce_person{width: 100%; margin: 20px auto; float: none;}

    .mod_breadcrumb{display: none;}
    .text h1.page-title{margin-top:30px;}

    .text .ce_accordion .accordion{padding-left:20px;padding-right:20px;}
    .mod_offerfilter .title-container h1{font-size: 28px;}
    .zoom_2 .mod_offerfilter .title-container h1{font-size:28px;}
    .zoom_3 .mod_offerfilter .title-container h1{font-size:28px;}
    .top .logo img{height: auto;}
    .home .home-study-list{min-height:400px !important;}

    .text .study-field-container .study-specs-list ul li{width:100%;}

    .text :not(.box-links) > .wrapper > .ce_imageboxlink{width:calc((100% - 10px)/2);margin-left:10px;}
    .text :not(.box-links) > .wrapper > .ce_imageboxlink h2{font-size:22px;}
    .home.zoom_2 .text :not(.box-links) > .wrapper > .ce_imageboxlink h2{font-size:23px;}
    .home.zoom_3 .text :not(.box-links) > .wrapper > .ce_imageboxlink h2{font-size:24px;}
    .text :not(.box-links) > .wrapper > .ce_imageboxlink figure,
    .text :not(.box-links) > .wrapper > .ce_imageboxlink figure a{height:200px;}

    .l-shop-header{padding:10px 0;}
    .l-shop-header .wrapper{flex-wrap:wrap;}
    .l-shop-header__menu{width:100%;margin:0;}
    .l-shop-header__cart-sort{width:100%;}
    .l-shop-header__sort{width:100%;margin:10px 0 0;}
}

@media screen and (max-width: 480px) {
    .text .formbody input.submit,
    .text .formbody button,
    .text .submit_container input.button,
    a.button,
    a.submit,
    span.button > a,
    .button > a{padding-left:14px;padding-right:14px;}

    .bg_color figure.float_left {float:none;width:calc(100% + 60px);max-width:calc(100% + 60px);margin-right:-30px;margin-bottom:25px;}
    .bg_color figure.float_right{float:none;width:calc(100% + 60px);max-width:calc(100% + 60px);margin-left:-30px;margin-bottom:25px;}
    .wrapper .rs-column .bg_color.block figure.float_left,
    .layout_latest.bg_color.block figure.float_left{float:none;width:calc(100% + 60px);max-width:calc(100% + 60px);margin-right:-30px;margin-bottom:25px;}
    .wrapper .rs-column .bg_color.block figure.float_right,
    .layout_latest.bg_color.block figure.float_right{float:none;width:calc(100% + 60px);max-width:calc(100% + 160px);margin-left:-30px;margin-bottom:25px;}

    .top .logo{width:calc(100% - 40px - 54px);}

    .top .features{padding:0 10px;}
    .features .modernization_ue a{width:40px;background-size:auto;background-position:0 center;}
    .contrast .top .features .modernization_ue a{padding:0;background-color:transparent;}

    .menu-trigger{padding-left:15px;padding-right:15px;}

    .layout_latest{position: relative; overflow: auto;}
    .layout_latest figure{float: none; width: 100%;max-width:100%; height: 100%; margin: 0;}
    .layout_latest figure img{display: block; width: auto; max-width: 100%; margin: 0 auto; height: auto; transform: none;}
    .layout_latest .teaser,
    .mod_newsarchive .layout_latest .teaser{margin: 0; }
    .layout_latest .right-border{top: auto; right: auto; height: 15px; width: 100%; bottom: 0; border-width: 1px 0 0 0;}
    .mod_sloganrotator{margin-top:0;}

    .wladze.col3 .wrapper > *{width:100%;}

    .home .mod_calendar{display: block; padding: 20px 10px;}
    .minicalendar{width: 100%;}
    .minicalendar thead tr th,
    .minicalendar thead tr th.current{padding: 0 5px; text-align: center;font-size: 18px;}
    .zoom_2 .minicalendar thead tr th.current{font-size:20px;}
    .zoom_3 .minicalendar thead tr th.current{font-size:22px;}
    .minicalendar tbody td{padding: 2px;}
    .minicalendar tbody td,
    .minicalendar tbody td.days.active > a{width: auto; height: auto; line-height: 30px;}
    .minicalendar tbody td.days.active > a{background: none; border: 2px solid #40c4fa;}

    .home .home-contact-container .ce_text{flex-wrap:wrap;}
    .home .home-contact-container .ce_text .home-contact-text{width:100%;}

    #footer .migo .left,
    #footer .migo .right{float:none;}

    .mod_iso_productlist .product_list .product{width:100%;border-top:1px solid #FAFAFA;}
    .mod_iso_productlist .product_list .product.product_first{border:none;}

    .mod_iso_checkout .steps ol li span.active{font-size:14px;}

    .box-options .radio_container .option-container,
    .orderinfo .info_container{width:100%;margin-left:0}
    .box-options .radio_container .option-container:nth-child(2n+1),
    .orderinfo .info_container:nth-child(2n+1){margin-left:0;}

    .text :not(.box-links) > .wrapper > .ce_imageboxlink h2{font-size:18px;}
    .home.zoom_2 .text :not(.box-links) > .wrapper > .ce_imageboxlink h2{font-size:21px;}
    .home.zoom_3 .text :not(.box-links) > .wrapper > .ce_imageboxlink h2{font-size:21px;}
}

@media screen and (max-width: 400px) {
    .top .logo{width:calc(100% - 35px - 54px);}

    body.en .footer-menu .ce_text,
    body.uk .footer-menu .ce_text,
    body.ru .footer-menu .ce_text{float:none;clear:both;width: 98%; padding: 20px 2% 0;text-align:center;}

    .options-item{width:35px;}

    .text :not(.box-links) > .wrapper > .ce_imageboxlink{float:none;clear:both;width:100%;margin-left:0;}
    .text :not(.box-links) > .wrapper > .ce_imageboxlink figure,
    .text :not(.box-links) > .wrapper > .ce_imageboxlink figure a{height:255px;}
}

@media screen and (max-width: 360px) {
    .home-box-link{width: 100%;}
    .home .home-contact-container .ce_text .home-contact-text{float: none; width: 100%;}
}


/********************************  PRINT  *************************************/
@media print {
    .top, #header, #left, #footer, #cookiewarning{display: none !important;}
    #main{width: 100%; margin: 0 !important;}
}
