@import url("https://fonts.googleapis.com/css?family=Noto+Sans:200,300,400,600|Roboto:200,300,400&display=swap&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: 400;
}

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;
  height: 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: #ffffff;
  font-weight: 500;
  border-radius: 10px;
}
.dialog-resume-error a,
.dialog-resume-error a:visited {
  color: #ffffff;
  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: #60707a;
  color: #ffffff;
  font-weight: 500;
  border-radius: 10px;
}
.dialog-resume-success a,
.dialog-resume-success a:visited {
  color: #ffffff;
  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/preloader.svg?100") rgba(255, 255, 255, 0.9) center no-repeat;
  background-size: 120px;
}

.has-error {
  display: block;
  position: absolute;
  bottom: -3px;
  right: 8px;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #e31f23;
}

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

h1 {
  font-size: 22pt;
  font-weight: inherit;
  letter-spacing: 3px;
}

h2 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

h3,
h4,
h5,
h6 {
  font-size: 12pt;
  letter-spacing: 3px;
}

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

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

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

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

a:hover {
  color: #ba1b02;
}

a:active {
  color: #212111;
  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: #ba1b02;
  display: inline-block;
  color: #ffffff;
  margin: 0 3px;
  padding: 7px 25px;
  text-align: center;
  border: none;
  border-radius: 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  touch-action: manipulation;
  line-height: 20px;
  /* 166.667% */
  letter-spacing: 1.2px;
}
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: #ffffff;
  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: #E70000;
}
button.favourite .eswebicon {
  margin-right: 8px;
  font-size: 14pt;
  color: #ffffff;
}

a.button-default,
button.default,
.button-default {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 10px 20px;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #212111;
  background-color: transparent;
  border-radius: 40px;
  border: 1px solid #212111;
  font-size: 16px;
  font-weight: 400;
  touch-action: manipulation;
  line-height: 1.5;
  letter-spacing: 1.6px;
}
a.button-default:hover,
button.default:hover,
.button-default:hover {
  color: #646464;
  background-color: #cdcdcd;
}
a.button-default:hover i::before,
button.default:hover i::before,
.button-default:hover i::before {
  color: #646464;
}
a.button-default.unimportant,
button.default.unimportant,
.button-default.unimportant {
  background-color: #878787;
}
a.button-default.unimportant:hover,
button.default.unimportant:hover,
.button-default.unimportant:hover {
  color: #212111;
}
a.button-default.disabled,
button.default.disabled,
.button-default.disabled {
  background-color: #c5ddfc;
}
a.button-default .eswebicon,
button.default .eswebicon,
.button-default .eswebicon {
  font-size: 14pt;
}
a.button-default.w,
button.default.w,
.button-default.w {
  color: #fcfbf9;
  border-color: #fcfbf9;
}
a.button-default.bigger,
button.default.bigger,
.button-default.bigger {
  padding: 20px 40px;
}
a.button-default,
button.default,
.button-default {
  cursor: pointer;
}

a.button-default.black,
button.default.black,
.button-default.black {
  background-color: #212111;
  color: #ffffff;
  border: 1px solid #212111;
}
a.button-default.black:hover,
button.default.black:hover,
.button-default.black:hover {
  color: #646464;
  background-color: #cdcdcd;
}

a.button-default.red,
button.default.red,
.button-default.red {
  background-color: #ba1b02;
  color: #ffffff;
  border: 1px solid #ba1b02;
}
a.button-default.red:hover,
button.default.red:hover,
.button-default.red:hover {
  color: #ffffff;
  background-color: #E70000;
}

a.button-default.contrastic,
button.default.contrastic,
.button-default.contrastic {
  background-color: #212111;
  color: #ffffff;
  border: 1px solid #212111;
}
a.button-default.contrastic:hover,
button.default.contrastic:hover,
.button-default.contrastic:hover {
  color: #646464;
  background-color: #cdcdcd;
}

a.button-content,
button.content {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 7px 25px;
  background-color: #212111;
  text-decoration: none;
  color: #ffffff;
  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: #ffffff;
  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: #ffffff;
}

.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: none;
  padding: 8px 20px;
  box-sizing: border-box;
  border-radius: 15px;
}

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: rgba(250, 250, 250, 0.9);
  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;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
body > header .logo {
  line-height: 0;
  margin-left: 1rem;
}
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: 85px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  background-color: transparent;
  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 25px 0 40px;
  box-sizing: border-box;
  background-color: transparent;
}
nav.main > ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  text-transform: uppercase;
  font-size: 11pt;
  font-weight: 400;
  background-color: transparent;
}
nav.main > ul > li {
  padding: 20px 1vw;
}
nav.main > ul > li > a {
  display: inline;
  padding: 5px 0;
  color: #444444;
  letter-spacing: 2px;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
}
nav.main > ul > li > a:hover {
  border-top: solid 2px #0b6fc7;
  color: #212111;
}

/* 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: 14px;
  font-weight: 400;
  letter-spacing: 1.6px;
}
nav.breadcrumb a,
nav.breadcrumb a:visited {
  color: #60707a;
  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.box-lng-cs > li:nth-child(1) > a::before {
  background: url("/images/global/footer-nav-1.cs.svg?100") no-repeat;
  background-size: 100%;
}
.footer-nav-box.box-lng-cs > li:nth-child(2) > a::before {
  background: url("/images/global/footer-nav-2.cs.svg?100") no-repeat;
  background-size: 100%;
}
.footer-nav-box.box-lng-cs > li:nth-child(3) > a::before {
  background: url("/images/global/footer-nav-3.cs.svg?100") no-repeat;
  background-size: 100%;
}
.footer-nav-box.box-lng-cs > li:nth-child(4) > a::before {
  background: url("/images/global/footer-nav-4.cs.svg?100") no-repeat;
  background-size: 100%;
}
.footer-nav-box.box-lng-sk > li:nth-child(1) > a::before {
  background: url("/images/global/footer-nav-1.sk.svg?100") no-repeat;
  background-size: 100%;
}
.footer-nav-box.box-lng-sk > li:nth-child(2) > a::before {
  background: url("/images/global/footer-nav-2.sk.svg?100") no-repeat;
  background-size: 100%;
}
.footer-nav-box.box-lng-sk > li:nth-child(3) > a::before {
  background: url("/images/global/footer-nav-3.sk.svg?100") no-repeat;
  background-size: 100%;
}
.footer-nav-box.box-lng-sk > li:nth-child(4) > a::before {
  background: url("/images/global/footer-nav-4.sk.svg?100") 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:first-child h3 {
  font-weight: 500;
}
nav.secondary > div > ul > li {
  /*
  &::before {
  	width: 15px;
  	display: inline-block;
  	content: "\2022";
  }

  &:first-child::before {
  	content: "";
  }
  */
}
nav.secondary a {
  text-decoration: none;
  font-size: 11pt;
}

/* footer */
footer > ul {
  padding: 20px 0 20px 20px;
  margin: 0 auto;
  background-color: #f7f7f7;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
footer > ul.social h4 {
  font-size: 16pt;
}
footer > ul.social h4 .eswebicon {
  font-size: 20pt;
}
footer > ul li {
  padding-right: 20px;
  padding-bottom: 30px;
}
footer .address h4 {
  text-align: center;
}
footer .address p {
  width: 100%;
  margin: 15px auto;
  text-align: center;
  color: #9e9e9e;
  font-size: 10pt;
}
footer .address p a {
  font-size: 10pt;
}
footer .conditions p {
  width: 100%;
  margin: 15px auto;
  text-align: center;
}
footer .conditions p a {
  color: #9e9e9e;
  padding: 0 5px;
  font-size: 10pt;
}
footer .applications p {
  width: 100%;
  margin: 15px auto;
  text-align: center;
  font-size: 10pt;
}
footer {
  /* footer awards */
}
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: 120px; /* 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") #ffffff 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: #ffffff;
  background: #b3b3b3;
}
footer .award .chlb:hover div {
  display: block;
}
footer .award .swiper-award {
  width: 100%;
  overflow: visible;
}
footer .award .swiper-wrapper {
  height: 100%;
  position: relative;
  flex-wrap: nowrap;
  justify-content: space-between;
}
footer .award .swiper-slide {
  width: auto;
  height: 100% !important;
  text-align: left;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
}
footer .award .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* main */
main.full {
  width: 100%;
}
main > section {
  margin-top: 100px;
  margin-bottom: 140px;
  /*> div {
  	> *:not(:last-child) {
  		margin-bottom: 80px;
  	}
  }*/
}
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;
}

.article {
  padding: 50px 0;
  max-width: 1800px;
  margin: 0 auto;
}
.article h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.article h1 > span {
  position: relative;
  font-size: 86px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 8.6px;
  line-height: 1;
  padding: 0 21.5px 0 21.5px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  .article h1 > span {
    color: #fcfbf9;
  }
}
.article h1 > span:not(:last-child) {
  margin-bottom: 17.2px;
}
.article h1 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  .article h1 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  .article h1 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
.article h1 {
  margin-bottom: 80px;
  text-transform: uppercase;
}
.article h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.article h2 > span {
  position: relative;
  font-size: 56px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 5.6px;
  line-height: 1;
  padding: 0 14px 0 14px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  .article h2 > span {
    color: #fcfbf9;
  }
}
.article h2 > span:not(:last-child) {
  margin-bottom: 11.2px;
}
.article h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  .article h2 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  .article h2 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
.article h2 {
  padding: 30px 0 50px 0;
  text-transform: uppercase;
}
.article h3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.article h3 > span {
  position: relative;
  font-size: 32px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  line-height: 1;
  padding: 0 8px 0 8px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  .article h3 > span {
    color: #fcfbf9;
  }
}
.article h3 > span:not(:last-child) {
  margin-bottom: 6.4px;
}
.article h3 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  .article h3 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  .article h3 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
.article h3 {
  padding: 10px 0 20px 0;
  text-transform: uppercase;
}
.article h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 8px 0 15px 0;
}
.article p {
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 30px;
}
.article ul {
  margin: 30px 0;
  padding-left: 20px;
}
.article ul li {
  width: fit-content;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 15px;
  border-bottom: 4px solid #f4f0ea;
}
.article .center {
  text-align: center;
}

/* 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: #ffffff;
  border: 1px solid #aeaeae;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

label.new_radio::before {
  width: 20px;
  height: 20px;
  content: "";
  padding: 0;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 0;
  border: 1px solid #212111;
  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 {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;
  padding-top: 3px;
}

input.new_radio:checked + label::before {
  content: "\f010";
  font-size: 14px;
  color: #212111;
  text-align: center;
  line-height: 22px;
  background-color: #212111;
}

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: #212111;
  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: #f4f0ea;
  border: 1px solid #60707a;
  border-radius: 15px;
}
div.user-login-form label,
div.user-profile-form label {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #212111;
}
div.user-login-form button,
div.user-profile-form button {
  margin-top: 15px;
}
div.user-login-form #closeForm,
div.user-profile-form #closeForm {
  display: block;
  position: absolute;
  margin-top: 0;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
div.user-login-form a.button-default,
div.user-login-form .button-default,
div.user-profile-form a.button-default,
div.user-profile-form .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: #fcfbf9;
  padding: 8px 20px;
  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.my-profile span,
div.user-profile-form ul li.my-profile span {
  font-size: 18px;
  font-weight: 400;
}
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 {
  display: block;
  font-size: 16px;
  margin-bottom: 0.5em;
  font-weight: 600;
  text-align: left;
}
div.user-login-form .close,
div.user-profile-form .close {
  display: block;
  border: none;
  background: transparent;
  touch-action: manipulation;
  position: absolute;
  top: 25px;
  right: 25px;
}
div.user-login-form .close > i,
div.user-profile-form .close > i {
  font-size: 28pt;
}
div.user-login-form li[data-role=defaultItem],
div.user-profile-form li[data-role=defaultItem] {
  padding-bottom: 10px;
}
div.user-login-form li[data-role=defaultItem] p,
div.user-profile-form li[data-role=defaultItem] p {
  font-size: 16px;
  font-weight: 600;
}
div.user-login-form li[data-role=defaultItem] input[type=submit],
div.user-profile-form li[data-role=defaultItem] input[type=submit] {
  width: inherit;
}

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

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

#searchBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  z-index: 9999;
  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 {
  width: 85%;
  margin: 0 auto;
}
#searchBox .main_search {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fcfbf9;
  padding-bottom: 20px;
}
#searchBox .main_search .top {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 20px;
}
#searchBox .main_search .top h2 {
  font-size: 24px;
  font-weight: 300;
  color: #60707a;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
#searchBox .main_search .top button {
  cursor: pointer;
}
#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 #search_input {
  display: block;
  width: 85%;
  margin: 0 auto;
  border: 2px solid #b6b6b6;
  border-radius: 20px;
  outline: none;
  padding: 10px 20px;
  font-size: 64px;
  font-weight: bold;
  color: #60707a;
  box-sizing: border-box;
}
#searchBox .main_search #search_input::placeholder {
  color: #60707a;
  opacity: 0.5;
}
#searchBox .main_search #search_input:focus {
  border-color: #60707a;
}
#searchBox .main_search .search_resultsbox {
  width: 100%;
  height: 80px;
  position: absolute;
  top: 200px;
  box-sizing: border-box;
  padding: 40px 0;
  background: url("/images/layout/preloader.gif?100") 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/preloader.gif?100") transparent center no-repeat;
}
#searchResultsBox .search_results h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#searchResultsBox .search_results h2 > span {
  position: relative;
  font-size: 32px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  line-height: 1;
  padding: 0 8px 0 8px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #searchResultsBox .search_results h2 > span {
    color: #fcfbf9;
  }
}
#searchResultsBox .search_results h2 > span:not(:last-child) {
  margin-bottom: 6.4px;
}
#searchResultsBox .search_results h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #searchResultsBox .search_results h2 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #searchResultsBox .search_results h2 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#searchResultsBox .search_results h2 {
  padding: 36px 0 50px 0;
  text-transform: uppercase;
  display: block;
}
#searchResultsBox .search_results ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 20px;
  row-gap: 30px;
  margin-bottom: 30px;
}
#searchResultsBox .search_results ul li {
  display: block;
  box-sizing: border-box;
}
#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;
}
#searchResultsBox .search_results ul li figure a span {
  display: block;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 3.2px;
  color: #212111;
  padding-top: 10px;
}

.separator {
  width: 94%;
  height: 5px;
  background-color: #f4f0ea;
  margin: 25px auto;
}

#filter-overlay {
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  height: 100vh;
  left: -100vw;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, z-index 0s linear 0.3s, left 0s linear 0.3s;
  width: 100vw;
  z-index: -1;
}
#filter-overlay #filtered-items-count {
  position: absolute;
  top: 50%;
  left: calc((100vw - 410px) / 2);
  transform: translate(-50%, -50%);
  color: #b6b6b6;
  font-size: 256px;
  font-weight: 600;
  padding: 30px;
  z-index: 9000;
}

#scrollToTop {
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  position: fixed;
  bottom: 1.8rem;
  right: 1.5rem;
  z-index: 2000;
  fill: #60707a;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
#scrollToTop svg {
  width: 50px;
  height: 50px;
}
#scrollToTop.active {
  visibility: visible;
  opacity: 1;
}

.favourite-container {
  display: flex;
  height: auto;
  min-height: 0;
  justify-content: center;
  padding: 50px 0;
}

div.favourite-add {
  position: absolute;
  top: 11px;
  right: 0;
  border-radius: 10px 0 0 10px;
  background-color: #ffffff;
  padding: 5px 8px 5px 10px;
  line-height: 1;
  touch-action: manipulation;
  cursor: pointer;
}
div.favourite-add .eswebicon {
  color: #ba1b02;
}
div.favourite-add .eswebicon.wi-isfavourite {
  color: #ba1b02;
}
div.favourite-add.big {
  position: inherit;
  display: inline-block;
  padding: 10px 20px;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #ba1b02;
  background-color: transparent;
  border-radius: 40px;
  border: 1px solid #ba1b02;
  font-size: 16px;
  font-weight: 400;
  touch-action: manipulation;
  line-height: 1.5;
  letter-spacing: 1.6px;
  vertical-align: middle;
}
div.favourite-add.big .eswebicon {
  padding-right: 10px;
}

body.filterOpen {
  overflow: hidden;
}
body.filterOpen #filter-overlay {
  left: 0;
  z-index: 1000;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, z-index 0s linear 0s, left 0s linear 0s;
}
body.searchOpen {
  overflow: hidden !important;
}

@media (min-width: 901px) and (max-width: 1880px) {
  a.button-default,
  button.default,
  .button-default {
    font-size: 1vw;
    padding: 0.521vw 1.042vw;
  }
  a.button-default.bigger,
  button.default.bigger,
  .button-default.bigger {
    padding: 1.042vw 2.083vw;
  }
  .article {
    width: 95%;
    margin: 0 auto;
    padding: 2% 0;
  }
  .article h1 {
    margin-bottom: 4%;
  }
  .article h1 span {
    font-size: 5vw !important;
  }
  .article h2 {
    padding: 2% 0 3% 0;
  }
  .article h2 span {
    font-size: 3vw !important;
  }
  .article h3 {
    padding: 1% 0 2% 0;
  }
  .article h3 span {
    font-size: 1.8vw !important;
  }
  .article h4 {
    font-size: 1.5vw;
    letter-spacing: 1px;
    padding: 4px 0 8px 0;
  }
  .article p {
    font-size: 1.5vw;
    margin-bottom: 2%;
  }
  .article ul {
    margin: 2% 0;
    padding-left: 1%;
  }
  .article ul li {
    font-size: 1.2vw;
    margin-bottom: 1%;
    border-bottom: 3px solid #f4f0ea;
  }
  #searchResultsBox .search_results h2 {
    padding: 2% 0 3% 0;
  }
  #searchResultsBox .search_results h2 span {
    font-size: 3vw !important;
  }
  #searchResultsBox .search_results ul {
    column-gap: 2%;
    row-gap: 1.5%;
  }
  #searchResultsBox .search_results ul li figure a span {
    padding-top: 2%;
    font-size: 1.8vw;
    letter-spacing: 1.8px;
  }
  footer .award .swiper-slide {
    flex-shrink: 1;
    padding: 1%;
  }
  footer .award .swiper-slide img {
    max-width: 100%;
  }
}
