/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:300,400,600|Roboto:300,400&amp;display=swap&amp;subset=latin-ext");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  line-height: 20pt;
}

small {
  font-size: 80%;
}

p, a, ul, u, i, h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

strong {
  font-weight: 600;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 1px;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background-color: #d1d1d1;
}

::-webkit-scrollbar-thumb {
  background-color: #336699;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #48151d;
}

.dialog-resume-error {
  margin: 20px 0;
  padding: 15px 30px;
  background-color: #cf4f57;
  color: #fff;
  font-weight: 500;
  border-radius: 10px;
}
.dialog-resume-error a,
.dialog-resume-error a:visited {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}
.dialog-resume-error a:hover,
.dialog-resume-error a:visited:hover {
  color: #646464;
}

.dialog-resume-success {
  margin: 20px 0;
  padding: 15px 30px;
  background-color: #7aa7a2;
  color: #fff;
  font-weight: 500;
  border-radius: 10px;
}
.dialog-resume-success a,
.dialog-resume-success a:visited {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}
.dialog-resume-success a:hover,
.dialog-resume-success a:visited:hover {
  color: #f3f3f3;
}

.preloader-v1 {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background: url("../../../images/global/preloader98dc.svg?93") rgba(255, 255, 255, 0.9) center no-repeat;
  background-size: 120px;
}

.has-error {
  display: block;
  position: absolute;
  top: 15px;
  right: 0;
  color: #e31f23;
}

/* ---------------------------------------------------------------------------------------------------------------------  */
body {
  line-height: 1;
  position: relative;
  font-family: "Noto Sans", Helvetica, arial, sans-serif;
  font-size: 12pt;
}
body > header,
body > nav,
body > main,
body > footer,
body > section {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

h1 {
  font-size: 22pt;
  font-weight: inherit;
}

h2 {
  font-size: 14pt;
}

h3, h4, h5, h6 {
  font-size: 12pt;
}

button {
  font-family: "Noto Sans", Helvetica, arial, sans-serif;
}

a {
  color: #000;
  text-decoration: none;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #e41a36;
}

a:active {
  color: #000;
  text-decoration: none;
}

div.clear {
  width: 100%;
  height: 1px;
  line-height: 1px;
  clear: both;
  display: block;
  content: "";
}

a.button-order,
button.order {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e31f23;
  display: inline-block;
  color: #fff;
  margin: 0 3px;
  padding: 7px 25px;
  text-align: center;
  border: none;
  border-radius: 8px;
  font-size: 12pt;
  touch-action: manipulation;
  line-height: 1.5;
}
a.button-order:hover,
button.order:hover {
  color: #646464;
  background-color: #cdcdcd;
}
a.button-order:hover i::before,
button.order:hover i::before {
  color: #646464;
}

div.mobile-center-container {
  width: 100%;
  padding: 15px 0 20px 0;
  text-align: left;
}

div.favourite {
  padding-top: 15px;
  display: block;
  text-align: center;
}

button.favourite {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e31f23;
  color: #fff;
  margin: 0 3px;
  padding: 7px 10px;
  text-align: center;
  border: none;
  border-radius: 8px;
  font-size: 12pt;
  touch-action: manipulation;
  line-height: 1.5;
  text-transform: uppercase;
}
button.favourite.disabled {
  background-color: #e77879;
}
button.favourite .eswebicon {
  margin-right: 8px;
  font-size: 14pt;
  color: #fff;
}

a.button-default,
button.default {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 7px 25px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #2a70ca;
  border-radius: 8px;
  border: none;
  font-size: 12pt;
  touch-action: manipulation;
  line-height: 1.5;
}
a.button-default:hover,
button.default:hover {
  color: #646464;
  background-color: #cdcdcd;
}
a.button-default:hover i::before,
button.default:hover i::before {
  color: #646464;
}
a.button-default.unimportant,
button.default.unimportant {
  background-color: #878787;
}
a.button-default.unimportant:hover,
button.default.unimportant:hover {
  color: #000;
}
a.button-default.disabled,
button.default.disabled {
  background-color: #c5ddfc;
}
a.button-default .eswebicon,
button.default .eswebicon {
  font-size: 14pt;
}

a.button-content,
button.content {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 7px 25px;
  background-color: #000;
  text-decoration: none;
  color: #fff;
  border-radius: 8px;
  font-size: 12pt;
  border: none;
  touch-action: manipulation;
  line-height: 1.5;
}
a.button-content:hover,
button.content:hover {
  color: #646464;
  background-color: #cdcdcd;
}

button.important {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ba1b02;
  display: inline-block;
  padding: 7px 25px;
  text-decoration: none;
  color: #fff;
  border-radius: 8px;
  font-size: 12pt;
  border: none;
  touch-action: manipulation;
  line-height: 1.5;
}
button.important:hover {
  color: #646464;
  background-color: #cdcdcd;
}
button.important:hover i::before {
  color: #646464;
}

button.default:has(i.eswebicon) {
  padding-left: 15px;
}
button.default:has(i.eswebicon) > i {
  margin-right: 10px;
  color: #fff;
}

.hidden {
  display: none;
}

.--remove-from-desktop {
  display: none !important;
}

.--hide-on-desktop {
  display: none;
}

.button-flat {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  color: #646464;
  margin: 0 3px;
  padding: 0;
  text-align: center;
  border: none;
}

.--remove-from-desktop {
  display: none !important;
}

.--hide-on-desktop {
  display: none;
}

.videobutton {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../../../images/global/btn_video.svg") 50% 50% no-repeat;
}

.photobutton {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../../../images/global/btn_photo.svg") 50% 50% no-repeat;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
select,
textarea {
  font-size: 14pt;
  border: 1px solid #98cac5;
  padding: 7px 25px 7px 10px;
  box-sizing: border-box;
  border-radius: 10px;
}

textarea {
  width: 100%;
  min-height: 100px;
  resize: vertical;
}

/* ----------------------------------------------------------------------------------------------------------------------------------- */
ul.backslash li:not(.title)::before {
  content: "\\";
  display: inline-block;
  width: 10px;
}

/* body */
body > header {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0 auto;
  position: relative;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid #f3f3f3;
}
body > header .logo {
  line-height: 0;
}
body > header .logo > a {
  width: 119px;
  height: 85px;
  display: inline-block;
  background: transparent center no-repeat;
  background-size: cover;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  touch-action: manipulation;
}
body > header .top-buttons {
  height: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  background-color: #ffffff;
  padding: 0 10px;
}
body > header .top-buttons button, body > header .top-buttons a {
  font-size: 13pt;
  margin: 0 10px;
  cursor: pointer;
  text-align: center;
}
body > header .my-favourite {
  position: relative;
}
body > header .my-favourite span {
  position: absolute;
  display: inline-block;
  line-height: 10px;
  right: -8px;
  bottom: 0;
  font-size: 8pt;
  color: #ba1b02;
}
body > header i.wi-favourite {
  color: #ba1b02;
}
body main article.narrow {
  width: 60%;
  margin: 40px auto 100px auto;
  padding: 40px 0 100px 0;
}

body.cs .logo > a {
  background-image: url("../../../images/global/desktop/logo.pos.cs.svg");
}

body.sk .logo > a {
  background-image: url("../../../images/global/desktop/logo.pos.sk.svg");
}

body.pl .logo > a {
  background-image: url("../../../images/global/desktop/logo.pos.pl.svg");
}

/* main top navigation */
nav.main {
  width: 100%;
  height: 100%;
  padding: 0 20px 0 40px;
  box-sizing: border-box;
  background-color: #fff;
}
nav.main > ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: end;
  text-transform: uppercase;
  font-size: 11pt;
  font-weight: 400;
  background-color: #fff;
  !im;!i;!;
}
nav.main > ul > li {
  padding: 20px 0;
  padding-right: 9%;
}
nav.main > ul > li:last-child {
   padding-right: 0px;
}
nav.main > ul > li > a {
  display: inline;
  padding: 5px 0;
  color: #000000;
  letter-spacing: 2px;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  FONT-WEIGHT: 500;
}
nav.main > ul > li > a:hover {
  border-top: solid 2px #0b6fc7;
  color: #000000;
}

/* bread crumbs */
nav.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 15px 30px;
  text-align: left;
  color: #074D8A;
  text-transform: uppercase;
  font-size: 10.7pt;
  letter-spacing: 1px;
}
nav.breadcrumb a,
nav.breadcrumb a:visited {
  color: #444444;
  font-weight: normal;
  text-decoration: none;
  background: url("../../../images/layout/breadcrumb.svg") center right no-repeat;
  margin: 0 10px 0 0px;
  padding: 0 20px 0 0;
}
nav.breadcrumb a:hover {
  color: #074d8a;
}
nav.breadcrumb h1 {
  font-size: inherit;
}

.footer-nav-box {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  border-top: 1px solid #f3f3f3;
  padding-top: 40px;
  margin-bottom: 40px;
}
.footer-nav-box > li {
  flex-basis: 25%;
  text-align: center;
}
.footer-nav-box > li > a {
  display: block;
  font-size: 16pt;
  padding: 10px;
}
.footer-nav-box > li > a::before {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 auto;
}
.footer-nav-box > li:nth-child(1) > a::before {
  background: url("../../../images/global/footer-nav-198dc.svg?93") no-repeat;
  background-size: 100%;
}
.footer-nav-box > li:nth-child(2) > a::before {
  background: url("../../../images/global/footer-nav-298dc.svg?93") no-repeat;
  background-size: 100%;
}
.footer-nav-box > li:nth-child(3) > a::before {
  background: url("../../../images/global/footer-nav-398dc.svg?93") no-repeat;
  background-size: 100%;
}
.footer-nav-box > li:nth-child(4) > a::before {
  background: url("../../../images/global/footer-nav-498dc.svg?93") no-repeat;
  background-size: 100%;
}

/* secondary navigation */
nav.secondary {
  border-top: 1px solid #f3f3f3;
}
nav.secondary > div {
  padding: 30px 30px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
nav.secondary > div > ul > li {
  /*
  &::before {
  	width: 15px;
  	display: inline-block;
  	content: "\2022";
  }

  &:first-child::before {
  	content: "";
  }
  */
}
nav.secondary > div > ul > li:first-child h3 {
  font-weight: 800;
}
nav.secondary a {
  text-decoration: none;
  font-size: 11pt;
  FONT-WEIGHT: 300;
}

/* footer */
footer {
  /* footer awards */
}
footer > ul {
  padding: 20px 0 20px 20px;
  margin: 0 auto;
  background-color: #f7f7f7;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-radius: 9px;
}
footer > ul.social h4 {
  font-size: 16pt;
}
footer > ul.social h4 .eswebicon {
  font-size: 20pt;
}
footer > ul li {
  padding-right: 20px;
  padding-bottom: 0px;
}
footer .address h4 {
  text-align: center;
}
footer .address p {
  width: 100%;
  margin: 15px auto;
  text-align: center;
  color: #000000;
  font-size: 10pt;
  FONT-WEIGHT: 500;
}
footer .address p a {
  font-size: 10pt;
  FONT-WEIGHT: 500;
}
footer .conditions p {
  width: 100%;
  margin: 15px auto;
  text-align: center;
}
footer .conditions p a {
  color: #000000;
  padding: 0 5px;
  font-size: 10pt;
  FONT-WEIGHT: 500;
}
footer .applications p {
  width: 100%;
  margin: 15px auto;
  text-align: center;
  font-size: 10pt;
}
footer .award {
  width: 100%;
  padding: 35px 15px 0;
  box-sizing: border-box;
  margin: 0 auto 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
footer .award .chlb {
  height: auto;
  margin: 0;
  position: relative;
}
footer .award .chlb div {
  width: 400px;
  height: auto;
  display: none;
  position: absolute;
  bottom: 130px;
  background: url("../../../images/layout/chlb_pick.svg") #fff 20px 100% no-repeat;
}
footer .award .chlb div span {
  width: 400px;
  height: auto;
  padding: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  display: block;
  color: #fff;
  background: #b3b3b3;
}
footer .award .chlb:hover div {
  display: block;
}
footer .award .swiper-award {
  width: 100%;
  overflow: hidden;
}
footer .award .swiper-wrapper {
  position: relative;
  flex-wrap: nowrap;
  justify-content: space-between;
}
footer .award .swiper-slide {
  width: auto;
}

/* main */
main.full {
  width: 100%;
}
main.view-article {
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}

main > article.layout > *:not(figure):not(iframe),
main > .article.layout > *:not(figure):not(iframe) {
  padding: 0 10px 0 10px;
  box-sizing: border-box;
}

/* new radiobutton and checkboxbutton */
input.new_radio,
input.new_checkbox {
  position: absolute;
  left: -9999999px;
  visibility: hidden;
}

textarea.new_textarea {
  width: 100%;
  height: 100px;
  content: "";
  box-sizing: border-box;
  padding: 10px;
  display: inline-block;
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #aeaeae;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

label.new_radio::before {
  width: 22px;
  height: 22px;
  content: "";
  padding: 0;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 0;
  border: 1px solid #aeaeae;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 10px;
}

label.new_radio.disabled::before,
label.new_checkbox.disabled::before {
  border-color: #efefef;
}

label.new_radio,
label.new_checkbox {
  height: 25px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  margin-right: 15px;
}

label.new_radio span,
label.new_checkbox span {
  padding-top: 3px;
  font-size: 12pt;
}

input.new_radio:checked + label::before {
  content: "\f010";
  font-size: 16px;
  color: #5e5e5e;
  font-family: Arial, Helvetica;
  text-align: center;
  line-height: 22px;
}

label.new_checkbox::before {
  width: 25px;
  height: 21px;
  content: "";
  padding: 0;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 0;
  border: none;
  background: url("../../../images/global/checkbox_off.svg") transparent center center;
  background-size: cover;
}

input.new_checkbox:checked + label::before {
  content: "\f010";
  font-family: "EsWeb";
  font-size: 24px;
  color: #2a70ca;
  text-align: center;
  line-height: 22px;
}

/* user profile */
.user-login {
  position: absolute;
  top: 100px;
}

/* 640px */
/* 550px */
/* 450px */
/* 350px */
div.user-login-form,
div.user-profile-form {
  width: 30%;
  max-width: 700px;
  padding: 50px 60px;
  position: fixed;
  z-index: 1002;
  background-color: #fff;
  border: 1px solid #f3f3f3;
  border-radius: 15px;
}
div.user-login-form label,
div.user-profile-form label {
  padding-top: 15px;
  display: block;
  text-transform: uppercase;
  color: #0b6fc7;
}
div.user-login-form button,
div.user-profile-form button {
  margin-top: 30px;
}
div.user-login-form a.button-default,
div.user-profile-form a.button-default {
  margin-top: 15px;
}
div.user-login-form ul,
div.user-profile-form ul {
  max-width: 350px;
  margin: 0 auto;
}
div.user-login-form ul.dialog-setup,
div.user-profile-form ul.dialog-setup {
  padding-top: 40px;
}
div.user-login-form ul.client-es,
div.user-profile-form ul.client-es {
  padding: 15px 30px;
  margin-top: 40px;
  background-color: #f3f3f3;
  border-radius: 10px;
  text-align: center;
}
div.user-login-form ul li.submit,
div.user-profile-form ul li.submit {
  text-align: center;
}
div.user-login-form ul li.my-profile,
div.user-profile-form ul li.my-profile {
  background-color: #f3f3f3;
  border: 1px solid #98cac5;
  padding: 15px;
  margin-top: 15px;
  border-radius: 15px;
  display: flex;
}
div.user-login-form ul li.my-profile label,
div.user-profile-form ul li.my-profile label {
  padding-top: 0;
  flex-basis: 100px;
}
div.user-login-form ul li input,
div.user-profile-form ul li input {
  width: 100%;
}
div.user-login-form ul li strong,
div.user-profile-form ul li strong {
  text-transform: uppercase;
  font-size: 13pt;
}
div.user-login-form .close,
div.user-profile-form .close {
  display: block;
  border: none;
  background: transparent;
  touch-action: manipulation;
  position: absolute;
  top: 10px;
  right: 10px;
}
div.user-login-form .close > i,
div.user-profile-form .close > i {
  font-size: 28pt;
}

div.user-profile-form ul {
  max-width: 450px;
}

#mainBackground {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: 1001;
  background-color: #000;
  transition: width 0.5s ease, height 0.5s ease 0.5s;
}

#searchBox {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.95);
}
#searchBox .close_searchbox {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  background: url("../../../images/layout/bottle/close.png") 50% 50% no-repeat;
  background-image: url("../../../images/layout/bottle/close.svg"), none;
}
#searchBox .last_search_info {
  color: gray;
  font-weight: bold;
}
#searchBox .search_results,
#searchBox .main_search {
  width: 85%;
  margin: 0 auto;
}
#searchBox .main_search {
  height: 190px;
  margin: 0 auto;
  position: relative;
}
#searchBox .main_search span {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 0;
  position: absolute;
  left: 0;
  top: 105px;
  color: #c3c3c3;
  font-weight: bold;
  z-index: 1001;
  font-size: 50pt;
}
#searchBox .main_search span em {
  font-style: normal;
  font-size: 50%;
}
#searchBox .main_search input[type=text] {
  height: 100px;
  outline-width: 0px;
  box-sizing: border-box;
  padding-left: 0;
  position: absolute;
  font-weight: bold;
  left: 0;
  top: 70px;
  color: #c3c3c3;
  border: none;
  background: transparent;
  z-index: 1002;
  font-size: 50pt;
}
#searchBox .main_search .search_resultsbox {
  width: 100%;
  height: 80px;
  position: absolute;
  top: 200px;
  box-sizing: border-box;
  padding: 40px 0;
  background: url("../../../images/layout/preloader98dc.gif?93") transparent center no-repeat;
}
#searchBox .main_search .search_resultsbox .group {
  margin-bottom: 50px;
}
#searchBox .main_search .search_resultsbox .group h2 {
  font-weight: bold;
  color: #2a70ca;
}
#searchBox .main_search .search_resultsbox .group.program ul li figure .item_image {
  background-size: 100%;
}
#searchBox .main_search .search_results {
  margin: 0 auto;
  padding: 0 12px;
}

#searchResultsBox .searchbox_preloader {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  background: url("../../../images/layout/preloader98dc.gif?93") transparent center no-repeat;
}
#searchResultsBox .search_results h2 {
  color: #0b6fc7;
  text-transform: uppercase;
  font-weight: 500;
}
#searchResultsBox .search_results ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#searchResultsBox .search_results ul li {
  flex-grow: 1;
  padding: 10px 0 40px 0;
  box-sizing: border-box;
  margin-right: 2.5%;
  min-width: 18%;
  max-width: 18%;
}
#searchResultsBox .search_results ul li:nth-child(5n) {
  margin-right: 0;
}
#searchResultsBox .search_results ul li figure .item_image {
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}
#searchResultsBox .search_results ul li figure a {
  text-decoration: none;
  border: none;
}
.address.dsss {
  padding-top: 65px;
}
img.dssd {
  max-width: 20px;
}
img.dssd {
  max-width: 19px;
}
.swiper-topselect .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet::after {
  width: 24px;
  height: 24px;
  position: absolute;
  top: -3px !important;
  left: -3px !important;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  content: "";
}