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%;
  font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
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;
}
body {
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: 'navigo';
  font-weight: normal;
  font-style: normal;
  src: url("/static/fonts/Navigo-Regular-Web.woff2");
}
@font-face {
  font-family: 'CoFo Robert';
  font-style: normal;
  src: url("/static/fonts/CoFoRobert-Book.woff2");
}
@font-face {
  font-family: 'CoFo Robert';
  font-style: italic;
  src: url("/static/fonts/CoFoRobert-BookItalic.woff2");
}
@font-face {
  font-family: 'CoFo Sans';
  font-style: normal;
  src: url("/static/fonts/CoFoSans-Regular-Alt-a.otf");
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
/* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0,0,0,0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255,255,255,0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0,0,0,0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
/* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
@-moz-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
html {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
html a,
html a:visited {
  text-decoration: none;
  color: #0047ff;
}
html a:hover,
html a:visited:hover {
  color: #306aff;
}
html body {
  background: #fff;
  font-family: "CoFo Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
html body .root {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
html body .root .content {
  width: 100%;
  margin: 0 auto;
}
.root.mobile {
  width: 100%;
  padding: 0px;
  overflow-x: hidden;
  position: relative;
  left: 0;
  z-index: 2;
  transition: transform 0.2s ease-in-out;
  transform: initial;
}
.root.mobile.with-navigation {
  transform: translate3d(-260px, 0px, 0px);
}
.root.mobile .content {
  width: 100%;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.footer-wrap footer.footer {
  width: 1080px;
  margin: 0 auto;
  height: 165px;
  position: relative;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-wrap footer.footer.space-between {
  justify-content: space-between;
}
.root.mobile .footer-wrap {
  width: 100%;
  padding: 30px 0px;
}
.root.mobile .footer-wrap footer.footer {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 14px;
  flex-direction: column;
}

.social {
  font-family: 'CoFo Sans';
  font-size: 15px;
  line-height: 21px;
}
.social a {
  margin-right: 10px;
}
.social a:last-child {
  margin-right: 0px;
}
.social a,
.social a:visited {
  color: #000;
}
.social a:hover,
.social a:visited:hover {
  color: #000;
}
.root.mobile .social {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.root.mobile .social hr {
  position: absolute;
  width: 100%;
  border-top: 1px solid #ddd;
  margin-block-start: 0;
  margin-block-end: 0;
}
.root.mobile .social .links-wrapper {
  margin: 22px 37px 0;
  display: flex;
  justify-content: space-between;
}
.root.mobile .social a {
  font-size: 12px;
}

.documents-links a {
  font-size: 14px;
  margin-right: 20px;
}
.root.mobile .documents-links {
  margin-bottom: 29px;
}
.root.mobile .documents-links a {
  display: block;
  margin-right: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 15px;
}
.root.mobile .documents-links a:last-child {
  margin-bottom: 0px;
}

.elevator {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}
.root.mobile .elevator {
  margin-bottom: 50px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.header-wrap header.navigation-header {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.header-wrap header.navigation-header.navigation-header--hidden {
  display: none;
}
.header-wrap header.navigation-header.navigation-header--transparent,
.header-wrap header.navigation-header.navigation-header--transparent-black {
  z-index: 10000;
  background: transparent;
}
.header-wrap header.navigation-header.navigation-header--transparent a,
.header-wrap header.navigation-header.navigation-header--transparent a:visited {
  color: #fff;
}
.header-wrap header.navigation-header.navigation-header--transparent a .logo {
  width: 238px;
  height: 52.21px;
}
.header-wrap header.navigation-header.navigation-header--transparent nav.right li.online {
  color: #fff;
}
.header-wrap header.navigation-header a .logo {
  width: 238px;
  height: 52.21px;
  margin-left: 61px;
}
.header-wrap header.navigation-header nav ul {
  display: flex;
  width: 480px;
  justify-content: flex-end;
  margin-right: 40px;
}
.header-wrap header.navigation-header nav ul li {
  display: flex;
  text-transform: capitalize;
  margin-right: 20px;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.02em;
}
.header-wrap header.navigation-header nav ul li a,
.header-wrap header.navigation-header nav ul li a:visited {
  color: #000;
}
.header-wrap header.navigation-header nav ul li a.active,
.header-wrap header.navigation-header nav ul li a:visited.active {
  color: #55ba5c;
}
.header-wrap header.navigation-header nav ul li a.active.tickets,
.header-wrap header.navigation-header nav ul li a:visited.active.tickets {
  color: #000;
}
.header-wrap header.navigation-header nav ul li span {
  opacity: 0.5;
}
.header-wrap header.navigation-header nav ul li span.active {
  opacity: 1;
  color: #55ba5c;
}
.header-wrap header.navigation-header nav ul li span li,
.header-wrap header.navigation-header nav ul li span .tickets {
  display: block;
  width: 300px;
  height: 48px;
  line-height: 48px;
  margin-top: -23px;
  text-align: center;
  background: #333;
  border-radius: 2px;
  color: #fff !important;
  font-size: 12px;
}
.header-wrap header.navigation-header nav ul li span li--white,
.header-wrap header.navigation-header nav ul li span .tickets--white {
  background: #fff;
  color: #000 !important;
}
.header-wrap header.navigation-header nav ul li span.online {
  margin-right: 51px;
}
.root.mobile .header-wrap header.navigation-header {
  width: 100%;
  height: 63px;
}
.root.mobile .header-wrap header.navigation-header.navigation-header--transparent .hamburger span {
  background: #fff;
}
.root.mobile .header-wrap header.navigation-header.navigation-header--transparent a .logo {
  height: 35.3px;
  width: 160px;
  margin-left: 20px;
}
.root.mobile .header-wrap header.navigation-header nav {
  display: none;
}
.root.mobile .header-wrap header.navigation-header .hamburger {
  margin-right: 20px;
  display: flex;
  height: 35.3px;
  flex-flow: column nowrap;
  justify-content: flex-start;
  touch-action: manipulation;
}
.root.mobile .header-wrap header.navigation-header .hamburger span {
  font-family: 'CoFo Sans';
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0.01em;
}
.root.mobile .header-wrap header.navigation-header .logo {
  height: 35.3px;
  width: 160px;
  margin-left: 20px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.right-menu {
  background-color: #f2f2f2;
  color: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 260px;
  height: auto;
  opacity: 0;
  overflow: auto;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(0, 0, 0);
  transition: opacity 300ms;
  box-sizing: border-box;
  padding: 33px 20px 48px 20px;
/*pointer-events: none;*/
}
.right-menu.opened {
  opacity: 1;
  display: block;
}
.right-menu .right-menu-inside {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
.right-menu .sidebar-nav {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  text-align: right;
}
.right-menu .sidebar-nav li a {
  letter-spacing: 0.01em;
  font-family: 'CoFo Sans';
  font-size: 20px;
  line-height: 25px;
  text-transform: none;
  color: #000;
}
.right-menu .sidebar-nav.top li {
  justify-content: flex-start;
  margin-bottom: 25px;
}
.right-menu .sidebar-nav.bottom {
  justify-content: flex-end;
}
.right-menu .sidebar-nav.bottom li {
  margin-top: 25px;
  margin-bottom: 0px;
}
.right-menu .sidebar-nav.bottom li a {
  font-size: 15px;
}
.right-menu .lighthouse {
  position: absolute;
  background: url("/static/img/lighthouse.svg") center/contain no-repeat;
  height: 125px;
  width: 89px;
  left: 20px;
  bottom: 53px;
}
.right-menu-close {
  -webkit-appearance: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc(100% - 260px);
  z-index: 10;
  padding: 0;
  margin: 0;
  touch-action: manipulation;
  background: none;
  border: none;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.header-card {
  width: 1080px;
  height: 665px;
  border-radius: 8px;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 3;
  background: #000;
}
.header-card .header-card__mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.3;
  z-index: 3;
}
.header-card .ages {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.header-card .ages .label {
  font-size: 10px;
  font-weight: bold;
  padding: 0px 10px;
}
.header-card .ages .age-from {
  display: inline-block;
  text-align: center;
  width: 23px;
  height: 23px;
  border-radius: 23px;
  line-height: 23px;
  border: 2px solid;
  border-color: rgba(200,200,200,0.5);
  font-size: 11px;
}
.header-card .ages .age-to {
  display: inline-block;
  text-align: center;
  width: 23px;
  height: 23px;
  border-radius: 23px;
  line-height: 23px;
  border: 2px solid;
  border-color: rgba(200,200,200,0.5);
  font-size: 11px;
}
.header-card.australia {
  height: 525px;
  margin-bottom: 40px;
}
.header-card.australia .header-card__label {
  bottom: 130px !important;
}
.header-card video {
  height: 675px;
  margin-left: -10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.header-card .header-card__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  backface-visibility: hidden;
  text-align: center;
}
.header-card .header-card__content .header-card__label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.header-card .header-card__content .header-card__label header {
  color: #fff;
  font-size: 60px;
  font-weight: normal;
}
.header-card .header-card__content .header-card__label header img {
  position: relative;
  top: -20px;
  left: -10px;
}
.header-card .header-card__content .header-card__label p {
  margin-top: 19px;
  font-size: 15px;
  color: #fff;
  line-height: 22px;
  font-family: 'Navigo';
}
.header-card .header-card__content .header-card__label p span {
  color: #7ff086;
}
.header-card .header-card__content .header-card__label .moreinfo {
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 46px;
  line-height: 43px;
  text-align: center;
  border: 1px solid #7ff086;
  border-radius: 4px;
  background: none;
  padding: 0px 20px;
  margin-top: 30px;
  font-size: 15px;
  color: #7ff086;
}
.header-card .header-card__content .header-card__label .moreinfo:hover {
  color: #fff;
  background: none;
  border-color: #fff;
}
.header-card .header-card__content .ages {
  position: absolute;
  bottom: 56px;
  width: 140px;
  margin-left: -70px;
  left: 50%;
  text-align: center;
}
.header-card .header-card__content ul {
  position: relative;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: inline-flex;
  justify-content: center;
  flex-flow: row wrap;
  height: 100%;
  align-content: space-between;
/* justify-content: space-between; */
  width: 968px;
}
.header-card .header-card__content ul li {
  color: #fff;
  display: inline-block;
  width: 241px;
  height: 70px;
  border-right: 1px;
  border-style: solid;
  border-color: rgba(255,255,255,0.3);
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.header-card .header-card__content ul li:nth-child(5) p {
  align-self: flex-start;
}
.header-card .header-card__content ul li:nth-child(6) p {
  align-self: flex-start;
}
.header-card .header-card__content ul li:nth-child(7) p {
  align-self: flex-start;
}
.header-card .header-card__content ul li:nth-child(8) p {
  align-self: flex-start;
}
.header-card .header-card__content ul li p {
  align-self: flex-end;
  font-size: 12px;
  font-weight: bold;
}
.header-card .header-card__content ul li p span.dot {
  margin: 0px 3px;
}
.header-card .header-card__content ul li p span.year {
  color: #7ff086;
}
.header-card .header-card__content ul li:last-child {
  border: none;
}
.header-card.norway {
  height: 660px;
  margin-bottom: 40px;
}
.header-card.norway .header-card__content span.year {
  color: #fff !important;
}
.header-card.norway .header-card__label p {
  width: 530px;
  margin: 19px auto;
}
.header-card.kids .header-card__content ul li p span.year,
.header-card.adults .header-card__content ul li p span.year {
  font-weight: bold;
  font-size: 12px;
  line-height: 32px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}
.header-card.online,
.header-card.adults-online,
.header-card.night-shift,
.header-card.super-shift,
.header-card.anonymous-shift,
.header-card.ideal-play {
  flex-basis: calc(50% - 10px);
  height: 300px;
  flex-shrink: 1;
  flex-grow: 0;
  border-radius: 4px;
  background: #f6f6f6;
}
.header-card.online:hover,
.header-card.adults-online:hover,
.header-card.night-shift:hover,
.header-card.super-shift:hover,
.header-card.anonymous-shift:hover,
.header-card.ideal-play:hover {
  background: rgba(246,246,246,0.8);
}
.header-card.online .header-card__content ul,
.header-card.adults-online .header-card__content ul,
.header-card.night-shift .header-card__content ul,
.header-card.super-shift .header-card__content ul,
.header-card.anonymous-shift .header-card__content ul,
.header-card.ideal-play .header-card__content ul {
  width: 100%;
  height: unset;
}
.header-card.online .header-card__content ul li,
.header-card.adults-online .header-card__content ul li,
.header-card.night-shift .header-card__content ul li,
.header-card.super-shift .header-card__content ul li,
.header-card.anonymous-shift .header-card__content ul li,
.header-card.ideal-play .header-card__content ul li {
  height: 81px;
}
.header-card.online .header-card__content ul li p,
.header-card.adults-online .header-card__content ul li p,
.header-card.night-shift .header-card__content ul li p,
.header-card.super-shift .header-card__content ul li p,
.header-card.anonymous-shift .header-card__content ul li p,
.header-card.ideal-play .header-card__content ul li p {
  color: #000;
  font-size: 15px;
  font-weight: normal;
}
.header-card.online .header-card__content ul li p span.year,
.header-card.adults-online .header-card__content ul li p span.year,
.header-card.night-shift .header-card__content ul li p span.year,
.header-card.super-shift .header-card__content ul li p span.year,
.header-card.anonymous-shift .header-card__content ul li p span.year,
.header-card.ideal-play .header-card__content ul li p span.year {
  color: #000;
}
.header-card.online .header-card__content .header-card__label,
.header-card.adults-online .header-card__content .header-card__label,
.header-card.night-shift .header-card__content .header-card__label,
.header-card.super-shift .header-card__content .header-card__label,
.header-card.anonymous-shift .header-card__content .header-card__label,
.header-card.ideal-play .header-card__content .header-card__label {
  text-align: center;
  top: 53%;
}
.header-card.online .header-card__content .header-card__label header,
.header-card.adults-online .header-card__content .header-card__label header,
.header-card.night-shift .header-card__content .header-card__label header,
.header-card.super-shift .header-card__content .header-card__label header,
.header-card.anonymous-shift .header-card__content .header-card__label header,
.header-card.ideal-play .header-card__content .header-card__label header,
.header-card.online .header-card__content .header-card__label p,
.header-card.adults-online .header-card__content .header-card__label p,
.header-card.night-shift .header-card__content .header-card__label p,
.header-card.super-shift .header-card__content .header-card__label p,
.header-card.anonymous-shift .header-card__content .header-card__label p,
.header-card.ideal-play .header-card__content .header-card__label p {
  color: #000;
}
.header-card.online .header-card__content .header-card__label header,
.header-card.adults-online .header-card__content .header-card__label header,
.header-card.night-shift .header-card__content .header-card__label header,
.header-card.super-shift .header-card__content .header-card__label header,
.header-card.anonymous-shift .header-card__content .header-card__label header,
.header-card.ideal-play .header-card__content .header-card__label header {
  display: inline-block;
  width: 70%;
  font-size: 48px;
}
.root.mobile .header-card {
  width: 100%;
  height: 430px;
}
.root.mobile .header-card.australia {
  height: 370px;
}
.root.mobile .header-card.australia .header-card__label {
  bottom: 100px !important;
}
.root.mobile .header-card.australia .header-card__label header {
  margin-left: 0px !important;
}
.root.mobile .header-card.australia .ages {
  bottom: 41px !important;
}
.root.mobile .header-card.australia ul li {
  border: none !important;
}
.root.mobile .header-card.family video,
.root.mobile .header-card.adults video {
  height: 330px !important;
  margin-left: 0 !important;
}
.root.mobile .header-card.family ul li,
.root.mobile .header-card.adults ul li {
  border-bottom: none !important;
}
.root.mobile .header-card.family .header-card__label header,
.root.mobile .header-card.adults .header-card__label header {
  margin-left: 0px !important;
}
.root.mobile .header-card.family .ages,
.root.mobile .header-card.adults .ages {
  bottom: 26px;
}
.root.mobile .header-card.song {
  height: 330px;
}
.root.mobile .header-card.song video {
  height: 330px !important;
  margin-left: 0 !important;
}
.root.mobile .header-card.song ul li {
  border-bottom: none !important;
}
.root.mobile .header-card.song .header-card__label {
  bottom: 110px;
}
.root.mobile .header-card.song .header-card__label header {
  font-size: 26px !important;
  margin-left: 0px !important;
}
.root.mobile .header-card.song .header-card__label p {
  width: 260px;
  margin-left: 20px;
}
.root.mobile .header-card.song .ages {
  bottom: 26px;
}
.root.mobile .header-card video {
  height: 490px;
  margin-left: -280px;
}
.root.mobile .header-card .header-card__content .ages {
  bottom: 26px;
}
.root.mobile .header-card .header-card__content .header-card__label {
  padding: 0 45px;
  box-sizing: border-box;
}
.root.mobile .header-card .header-card__content .header-card__label header {
  font-size: 30px;
}
.root.mobile .header-card .header-card__content .header-card__label header img {
  width: 15px;
  top: -10px;
  left: -4px;
}
.root.mobile .header-card .header-card__content .header-card__label p {
  font-size: 15px;
  line-height: 22px;
  font-family: navigo;
}
.root.mobile .header-card .header-card__content .header-card__label p span i {
  font-size: 13px;
}
.root.mobile .header-card .header-card__content ul {
  flex-direction: column;
  top: 20px;
}
.root.mobile .header-card .header-card__content ul li {
  height: 36px;
  width: 100%;
  border-right: 0;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  margin-bottom: 0px;
}
.root.mobile .header-card .header-card__content ul li p {
  align-self: center;
  font-size: 12px;
}
.root.mobile .header-card.norway {
  height: 330px;
  margin-bottom: 40px;
}
.root.mobile .header-card.norway img {
  width: 300px;
}
.root.mobile .header-card.norway .header-card__content header {
  font-size: 29px;
}
.root.mobile .header-card.norway .header-card__content header img {
  width: 70px;
  top: -85px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
}
.root.mobile .header-card.norway .header-card__content ul li {
  border-bottom: none;
}
.root.mobile .header-card.norway .header-card__content span.year {
  color: #fff !important;
}
.root.mobile .header-card.norway .header-card__content p {
  display: none;
}

.grid {
  margin-bottom: 80px;
}
.grid .cb-row {
  max-width: 1200px !important;
}
.root.mobile .grid {
  margin-bottom: 0px;
}
.root.mobile .grid .cb-row {
  max-width: 320px !important;
}
.root.mobile .grid .cb-row .cb-col {
  float: none !important;
  width: 300px !important;
  margin: 0 auto;
  margin-top: 30px;
}
.root.mobile .grid .cb-row .cb-col.empty {
  margin-top: 0px;
}

.k-list li {
  margin-bottom: 10px;
}
.k-list li:last-child {
  margin-bottom: 0px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.k-list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.k-bullet {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.k-bullet.number.dd span {
  position: relative;
  left: -1px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.k-order-number {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.k-order-number.number.dd span {
  position: relative;
  left: -1px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.k-fixed-buy-button {
  height: 80px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 10000;
  background-color: rgba(0,0,0,0);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  text-align: center;
  opacity: 0;
  transition: opacity 300ms;
}
.k-fixed-buy-button.visible {
  opacity: 1;
}
.k-fixed-buy-button .k-fixed-buy-button__link {
  width: calc(100% - 40px);
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  background: #55ba5c;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  display: block;
  border-radius: 2px;
}
.k-fixed-buy-button .k-fixed-buy-button__link--disabled {
  background: #cdcdcd !important;
}
.k-fixed-buy-button span {
  font-size: 11px;
  line-height: 16px;
  color: #999;
}

.lazyloadimg {
  background: #eee;
}
.lazyloadimg .LazyLoad {
  transition: opacity 500ms;
  opacity: 0;
}
.lazyloadimg .LazyLoad.is-visible {
  opacity: 1 !important;
}

.k-swipe-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  transition: opacity 300ms;
  z-index: 10;
  pointer-events: none;
}
.k-swipe-icon.disabled {
  opacity: 0;
}

.k-radius {
  overflow: hidden;
  position: relative;
  z-index: 10000;
  width: 100%;
  height: 100%;
}
.k-radius > .k-img {
  display: block;
}


@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.shift-page .soldout {
  color: #e5002c;
  border-bottom: 1px solid #ea6c74;
  margin-right: 10px;
}
.shift-page a.googlemaps {
  font-family: sans-serif;
  font-size: 15px;
  font-weight: bold;
  display: inline;
  margin-left: 10px;
}
.shift-page .ages {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.shift-page .ages .label {
  font-size: 10px;
  font-weight: bold;
  padding: 0px 10px;
}
.shift-page .ages .age-from {
  display: inline-block;
  text-align: center;
  width: 23px;
  height: 23px;
  border-radius: 23px;
  line-height: 23px;
  border: 2px solid;
  border-color: rgba(200,200,200,0.5);
  font-size: 11px;
}
.shift-page .ages .age-to {
  display: inline-block;
  text-align: center;
  width: 23px;
  height: 23px;
  border-radius: 23px;
  line-height: 23px;
  border: 2px solid;
  border-color: rgba(200,200,200,0.5);
  font-size: 11px;
}
.shift-page small {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  display: block;
  font-family: "navigo", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.shift-page .shift-dates {
  font-family: "navigo", sans-serif;
  position: relative;
  top: -13px;
}
.shift-page .shift-dates .shift-date .discount {
  position: relative;
  top: -1px;
  padding: 0px 10px;
  padding-top: 2px;
  padding-bottom: 1px;
  border-radius: 2px;
  margin-left: 5px;
  background-color: #29bd00;
  color: #fff;
  font-size: 11px;
}
.shift-page .shift-dates .shift-date:last-child {
  margin-bottom: 0px;
}
.shift-page .shift-dates .shift-date p {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #55ba5c;
}
.shift-page .shift-dates .shift-date .date {
  font-size: 21px;
  margin-top: 9px;
  font-weight: normal;
}
.shift-page .buy-tickets {
  display: block;
  font-family: Arial;
  height: 65px;
  width: 380px;
  border: none;
  background: #fff200;
  cursor: pointer;
  font-size: 30px;
  line-height: 62px;
  font-weight: bold;
  color: #000 !important;
  outline: none;
  text-align: center;
  border-radius: 4px;
}
.shift-page .buy-tickets:hover {
  background: #fff354;
}
.shift-page ul.nohyphens li {
  position: relative;
  margin-left: 45px;
}
.shift-page ul.days {
  margin-top: 20px;
  margin-bottom: 20px;
}
.shift-page ul.days li {
  position: relative;
  margin-left: 75px;
}
.shift-page ul.days li span.day {
  position: absolute;
  left: -75px;
  font-family: sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.shift-page ul li {
  margin-bottom: 10px;
}
.shift-page ul li .bullet {
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #aaa;
  position: relative;
  top: -5px;
  margin-right: 7px;
}
.shift-page ul li .number {
  background: #ccc;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 30px;
  margin-right: 15px;
  text-align: center;
  width: 28px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  height: 29px;
  padding-left: 1px;
  position: absolute;
  left: -50px;
  display: block;
}
html.mobile .shift-page small {
  font-size: 13px;
  line-height: 22px;
}
html.mobile .shift-page .shift-dates {
  top: 0px;
}
html.mobile .shift-page .shift-dates .shift-date {
  margin-top: 37px;
  margin-bottom: 40px;
}
html.mobile .shift-page .shift-dates .shift-date p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
html.mobile .shift-page .shift-dates .shift-date .date {
  font-size: 22px;
  margin-top: 9px;
  font-weight: bold;
}
html.mobile .shift-page .buy-tickets {
  display: block;
  height: 65px;
  width: 300px;
  border: none;
  background: #fff200;
  cursor: pointer;
  font-size: 30px;
  line-height: 62px;
  font-weight: bold;
  color: #000;
  outline: none;
  text-align: center;
}
html.mobile .shift-page ul.nohyphens li {
  position: relative;
  margin-left: 40px;
}
html.mobile .shift-page ul.nohyphens li .number {
  left: -40px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.kids-2020 .k-facts {
  position: relative;
}
.kids-2020 .k-facts .soldout {
  color: #e5002c;
  border-bottom: 1px solid #ea6c74;
  margin-right: 10px;
}
.kids-2020 .k-facts .facts__list {
  margin-top: 40px;
}
.kids-2020 .k-facts .facts__list .number {
  background: transparent;
  color: #000;
  display: inline-block;
  font-weight: normal;
  line-height: 27px;
  margin-right: 15px;
  text-align: center;
  min-width: 60px;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  height: 29px;
  display: flex;
}
.kids-2020 .k-facts .facts__list .k-fact .k-fact-new {
  display: inline-block;
  width: 51px;
  height: 19px;
  background: #3e3e3e;
  border-radius: 2px;
  font-family: 'Navigo';
  font-size: 12px;
  color: #fff;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  margin-right: 10px;
  font-weight: bold;
  vertical-align: text-top;
  margin-top: 3px;
}
.kids-2020 .k-facts .facts__list .k-fact .k-fact-text {
  font-family: 'Times-Roman';
  font-size: 21px;
  color: #000;
  line-height: 27px;
}
.kids-2020 .k-facts section.buy {
  background: transparent;
  position: static;
  margin-top: 20px !important;
  width: 380px;
  text-align: center;
}
.kids-2020 .k-facts section.buy .bt-btn .buy-tickets {
  background: #333;
}
.kids-2020 .k-facts section.buy em {
  color: #f00;
}
.kids-2020 .k-facts section.buy hr {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 1px;
}
.kids-2020 .k-facts section.buy .buy-tickets {
  margin-top: 0px;
  width: auto;
  background: #55ba5c;
  text-transform: uppercase;
  font-size: 17px;
  font-family: "navigo";
  color: #fff !important;
  height: 70px;
  line-height: 70px;
}
.kids-2020 .k-facts section.buy .buy-tickets.disabled {
  background: #c7c7c7;
  cursor: default !important;
}
.kids-2020 .k-facts small {
  margin-top: 35px;
}
.kids-2020 .k-facts .facts__cost {
  margin-top: 35px;
  font-weight: normal;
}
.kids-2020 .k-facts .facts__cost header {
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
}
.kids-2020 .k-facts .facts__cost .facts__cost__current {
  font-size: 15px;
  line-height: 22px;
  font-family: "navigo";
  margin-top: 10px;
}
.kids-2020 .k-facts .facts__cost .facts__cost__current header {
  color: #55ba5c;
  font-size: 14px;
  font-weight: normal;
}
.kids-2020 .k-facts .facts__cost .facts__cost__current p {
  font-weight: normal;
  font-size: 15px;
  font-family: "navigo";
  margin-top: 15px;
}
.kids-2020 .k-facts .facts__cost .facts__cost__current p em {
  color: #55ba5c;
}
.kids-2020 .k-facts .facts__cost .facts__cost__next {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
  font-family: "navigo";
}
.kids-2020 .k-facts .facts__cost .facts__cost__next header {
  font-weight: normal;
  color: #55ba5c;
}
.kids-2020 .k-facts .facts__cost .facts__cost__next p {
  font-weight: normal;
  max-width: 300px;
  margin: 0 auto;
}
.kids-2020 .k-facts .facts__cost .facts__cost__next p em {
  color: #55ba5c;
}
.kids-2020 .k-facts .facts__includes {
  text-align: left;
  border: 1px solid #d8d8d8;
  margin-top: 50px;
  padding: 25px 36px 35px;
  text-align: center;
  line-height: 22px;
}
.kids-2020 .k-facts .facts__includes header {
  font-weight: bold;
  font-size: 15px;
  font-family: "navigo";
}
.kids-2020 .k-facts .facts__includes p {
  font-size: 15px;
  margin-top: 15px;
}
.kids-2020 .k-facts .facts__caution {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding: 0 54px;
  position: absolute;
  bottom: 0;
}
.kids-2020 .k-facts .facts__caution header {
  font-weight: bold;
  color: #d0021b;
  font-size: 15px;
  margin-bottom: 15px;
}
.kids-2020 .k-facts .facts__caution p {
  line-height: 18px;
}
.kids-2020 .k-facts .facts__caution p b {
  font-weight: bold;
}
.kids-2020 .k-facts .facts__caution p a {
  text-decoration: underline;
}
.kids-2020 .k-facts section.buy .facts__caution hr {
  height: 2px;
  width: 30%;
  background-color: #d8d8d8;
  display: inline-block;
}
.kids-2020 .k-facts .facts__text {
  position: relative;
}
.root.mobile .kids-2020 .k-facts .facts__list .number {
  min-width: 29px;
}
.root.mobile .kids-2020 .k-facts .facts__list .k-fact .k-fact-new {
  margin-top: 2px;
}
.root.mobile .kids-2020 .k-facts .facts__list .k-fact .k-fact-text {
  font-size: 18px;
}
.root.mobile .kids-2020 .k-facts .facts__cost p {
  max-width: 284px;
  display: inline-block;
}
.root.mobile .kids-2020 .k-facts .facts__includes {
  border: none;
  margin-top: 0px;
  line-height: 1.5;
}
.root.mobile .kids-2020 .k-facts section.buy {
  padding: 0;
  width: auto;
  position: static;
  margin-top: 0px;
  background: transparent;
  padding-bottom: 25px;
}
.root.mobile .kids-2020 .k-facts section.buy hr {
  margin-bottom: 5px;
  height: 2px;
  width: 30%;
  background-color: #d8d8d8;
  display: inline-block;
}
.root.mobile .kids-2020 .k-facts .facts__caution {
  position: relative;
  margin-top: 0px;
  padding: 0 34px;
}
.root.mobile .kids-2020 .k-facts .facts__caution hr {
  height: 2px;
  width: 100px;
  background-color: #d8d8d8;
  display: inline-block;
  margin-top: 30px;
}

.kids-2020 .k-location {
  margin-top: 10px !important;
}
.kids-2020 .k-location .k-location__video {
  margin-top: 40px;
}
.root.mobile .kids-2020 .k-location {
  margin-top: 65px !important;
}

.bt-btn__disabled .buy-tickets {
  background: #cdcdcd !important;
  cursor: default !important;
}

.kids-2020 .k-shifts {
  margin-top: 77px;
}
.kids-2020 .k-shifts__description {
  font-size: 21px;
  width: 775px;
  margin-top: 38px;
}
.kids-2020 .k-shifts__list {
  margin-top: 25px;
}
.kids-2020 .k-shifts__shift {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  font-family: 'Navigo';
}
.kids-2020 .k-shifts__shift .k-shifts__name {
  font-size: 25px;
  flex-basis: 25%;
  line-height: 26px;
}
.kids-2020 .k-shifts__shift .k-shifts__dates {
  line-height: 29px;
  font-size: 18px;
  flex-basis: 25%;
}
.kids-2020 .k-shifts__shift .k-shifts__desc {
  font-size: 18px;
  min-width: 371px;
  line-height: 29px;
  flex-basis: 25%;
}
.kids-2020 .k-shifts__shift .bt-btn {
  flex-basis: 25%;
}
.kids-2020 .k-shifts__shift a.buy-tickets {
  height: 50px;
  width: 220px;
  font-size: 13px;
  line-height: 52px;
  border: 1px solid #333;
  background-color: transparent;
  position: relative;
  float: right;
}
.kids-2020 .k-shifts__gap {
  opacity: 0.5;
  font-family: Navigo;
  font-size: 18px;
  color: #000;
  width: 750px;
  margin: 50px auto;
}
.root.mobile .kids-2020 .k-shifts {
  margin-top: 34px;
}
.root.mobile .kids-2020 .k-shifts__description {
  font-size: 18px;
  width: 100%;
  margin-top: 14px;
}
.root.mobile .kids-2020 .k-shifts__list {
  margin-top: 14px;
  background: #eee;
  padding: 3px 11px 23px;
  text-align: center;
}
.root.mobile .kids-2020 .k-shifts__shift {
  flex-flow: column nowrap;
  margin-top: 20px;
  line-height: 21px;
  font-weight: bold;
  align-items: center;
}
.root.mobile .kids-2020 .k-shifts__shift .k-shifts__name {
  font-size: 15px;
  color: #55ba5c;
  text-transform: uppercase;
}
.root.mobile .kids-2020 .k-shifts__shift .k-shifts__dates {
  font-size: 15px;
}
.root.mobile .kids-2020 .k-shifts__shift .k-shifts__desc {
  font-size: 15px;
  min-width: unset;
}
.root.mobile .kids-2020 .k-shifts__gap {
  opacity: 1;
  font-size: 18px;
  font-weight: bold;
  width: unset;
  margin-bottom: 0px;
  text-align: center;
  font-size: 15px;
  line-height: 21px;
}
.root.mobile .kids-2020 .k-shifts hr {
  margin-bottom: 5px;
  height: 2px;
  width: 30%;
  background-color: #d8d8d8;
  display: inline-block;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.kids-2020 .k-gallery .gallery-controls-wrap {
  display: flex;
  height: 48px;
}
.kids-2020 .k-gallery .gallery-controls {
  align-self: flex-end;
}
.kids-2020 .k-gallery .gallery-controls button {
  color: #55ba5c;
  border-radius: 0;
  font-size: 15px;
  font-weight: bold;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  margin-right: 10px;
  border: 2px solid #fff;
  padding: 0px 10px;
  font-family: "navigo";
  padding-top: 0px;
  padding-bottom: 1px;
}
.kids-2020 .k-gallery .gallery-controls button.active {
  cursor: default;
  color: #000;
  border: 2px solid #000;
}
.kids-2020 .k-gallery .controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-self: flex-end;
  width: 100%;
  justify-content: space-between;
  position: relative;
  top: 2px;
}
.kids-2020 .k-gallery .controls button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.kids-2020 .k-gallery .controls button.disabled {
  cursor: default;
  opacity: 0.5;
}
.kids-2020 .k-gallery .controls .current {
  position: relative;
  top: -2px;
  font-size: 15px;
  font-weight: bold;
  align-self: center;
}
.kids-2020 .k-gallery .gallery-wrap {
  min-height: 600px;
  margin-top: 40px;
  position: relative;
}
.kids-2020 .k-gallery .gallery-wrap .gallery-nav-button {
  cursor: default;
  display: block;
  position: absolute;
  height: 100%;
  width: 50%;
  background: none;
  margin: 0;
  padding: 0;
  z-index: 2;
  border: none;
  outline: none;
}
.kids-2020 .k-gallery .gallery-wrap .gallery-nav-button.active {
  cursor: pointer;
}
.kids-2020 .k-gallery .gallery-wrap .gallery-nav-button.left {
  left: 0;
}
.kids-2020 .k-gallery .gallery-wrap .gallery-nav-button.right {
  right: 0;
}
.root.mobile .kids-2020 .k-gallery {
  margin-bottom: 0px !important;
}
.root.mobile .kids-2020 .k-gallery .gallery-wrap {
  min-height: 213px;
  margin-top: 0px;
}
.root.mobile .kids-2020 .k-gallery .mobile-pagination {
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
  font-size: 12px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.kids-2020 .k-leaders .name {
  font-size: 29px;
  margin-top: 22px;
  font-weight: normal;
  color: #000;
}
.kids-2020 .k-leaders .job {
  font-size: 18px;
  line-height: 25px;
  font-family: navigo;
}
.root.mobile .kids-2020 .k-leaders .name {
  margin-top: 20px;
  font-size: 21px;
  font-weight: normal;
}

.kids-2020 .k-group-photo {
  position: relative;
  margin-bottom: 50px;
}
.kids-2020 .k-group-photo div.image-wrap {
  margin-top: 30px;
}
.kids-2020 .k-group-photo div.photo-wrap {
  position: relative;
  height: 565px;
}
.kids-2020 .k-group-photo div.photo-wrap .fixed {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.kids-2020 .k-group-photo div.photo-wrap .fixed.active {
  cursor: none;
}
.kids-2020 .k-group-photo div.photo-wrap .zoom {
  width: 200px;
  height: 200px;
  overflow: hidden;
  position: absolute;
  top: -30px;
  left: -100px;
  z-index: 2;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 0 7px rgba(255,255,255,0.85), 0 0 7px 7px rgba(0,0,0,0.25), inset 0 0 40px 2px rgba(0,0,0,0.25);
  pointer-events: none;
  transition: opacity 300ms;
}
.kids-2020 .k-group-photo div.photo-wrap .zoom.active {
  cursor: none;
}
.kids-2020 .k-group-photo div.photo-wrap .zoom .zoom__inner {
  transform: scale(2);
  width: 2360px;
  height: 1130px;
}
.root.mobile .kids-2020 .k-group-photo {
  margin-bottom: 0px;
}
.root.mobile .kids-2020 .k-group-photo .photo-wrap {
  height: 220px;
}
.root.mobile .kids-2020 .k-group-photo .photo-wrap .groupphoto__header {
  margin-left: 10px !important;
}

.kids-2020 .k-testimonials .kid-testimonial {
  margin-top: 55px;
}
.kids-2020 .k-testimonials .kid-testimonial:first-child {
  margin-top: 0px;
}
.kids-2020 .k-testimonials .kid-testimonial blockquote {
  font-size: 18px;
  line-height: 25px;
  font-family: "navigo";
  margin-top: -6px;
}
.kids-2020 .k-testimonials .kid-testimonial blockquote:before {
  content: "\201C";
}
.kids-2020 .k-testimonials .kid-testimonial blockquote:after {
  content: "\201D";
}
.kids-2020 .k-testimonials .kid-testimonial p {
  margin-top: 12px;
  font-size: 18px;
  font-weight: normal;
  font-family: "navigo";
}
.kids-2020 .k-testimonials .parent-testimonial {
  margin-top: 55px;
}
.kids-2020 .k-testimonials .parent-testimonial blockquote {
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 28px;
  font-family: Times;
}
.kids-2020 .k-testimonials .parent-testimonial blockquote:before {
  content: "\201C";
}
.kids-2020 .k-testimonials .parent-testimonial blockquote:after {
  content: "\201D";
}
.kids-2020 .k-testimonials .parent-testimonial .k-radius {
  width: 60px;
  height: 60px;
  float: left;
  background: #eee;
  margin-right: 20px;
  margin-bottom: 12px;
  margin-top: 7px;
}
.kids-2020 .k-testimonials .parent-testimonial p {
  font-size: 15px;
  line-height: 25px;
  font-weight: normal;
  font-family: navigo;
}
.root.mobile .kids-2020 .k-testimonials .kid-testimonial {
  margin-top: 30px;
}
.root.mobile .kids-2020 .k-testimonials .kid-testimonial blockquote {
  font-size: 18px;
  line-height: 22px;
  margin-top: 20px;
}
.root.mobile .kids-2020 .k-testimonials .kid-testimonial p {
  margin-top: 12px;
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
  font-family: "navigo";
}
.root.mobile .kids-2020 .k-testimonials .parent-testimonial span {
  font-size: 18px;
  line-height: 22px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.kids-2020 .k-patches h2.shift-header.size-3 {
  text-transform: uppercase;
}
.kids-2020 .k-patches .description {
  margin-top: 40px;
}
.kids-2020 .k-patches .credit {
  font-size: 12px;
  font-family: navigo;
  line-height: 18px;
  font-weight: normal;
  margin-top: 181px;
}
.kids-2020 .k-patches .patches-wrap {
  margin-top: 45px;
}
.kids-2020 .k-patches .patches-wrap ul {
  width: DESKTOP_WIDTH;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 19px;
}
.kids-2020 .k-patches .patches-wrap ul:first-child {
  margin-top: 20px;
}
.kids-2020 .k-patches .patches-wrap ul .patch {
  width: 220px;
  margin-right: 19px;
}
.kids-2020 .k-patches .patches-wrap ul .patch:nth-child(5n) {
  margin-right: 0px;
}
.kids-2020 .k-patches .patches-wrap ul .patch div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 220px;
  height: 220px;
}
.kids-2020 .k-patches .patches-wrap ul .patch div img {
  display: block;
  margin: 0 auto;
  padding: 0;
  align-self: center;
}
.kids-2020 .k-patches .patches-wrap ul .patch p {
  font-size: 12px;
  line-height: 18px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.root.mobile .kids-2020 .k-patches .description {
  margin-top: 20px;
}
.root.mobile .kids-2020 .k-patches .patches-wrap {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 39px;
  background: #eee;
}
.root.mobile .kids-2020 .k-patches .patches-wrap:first-child {
  margin-top: 0px;
}
.root.mobile .kids-2020 .k-patches .patches-wrap .shift-header {
  text-align: center;
}
.root.mobile .kids-2020 .k-patches .patches-wrap .patch {
  width: 100%;
  float: left;
  display: block;
  list-style-type: none;
  text-align: center;
}
.root.mobile .kids-2020 .k-patches .patches-wrap .patch div {
  padding-top: 19px;
  width: 220px;
  height: 200px;
  margin: 0 auto;
}
.root.mobile .kids-2020 .k-patches .patches-wrap .patch p {
  font-size: 12px;
  line-height: 18px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.kids-2020 .k-must-have .k-must-have__inner {
  column-count: 2;
}
.kids-2020 .k-must-have h2 {
  margin-bottom: 40px;
}
.kids-2020 .k-must-have .mustnothave__header {
  margin-top: 32px;
  margin-bottom: 47px;
}
.kids-2020 .k-must-have .musthave__list {
  max-width: 500px;
}
.kids-2020 .k-must-have .musthave__list:nth-child(1) {
  margin-top: 0px;
}
.kids-2020 .k-must-have .musthave__list li {
  font-family: Times-Roman;
  font-size: 21px;
  color: #000;
  line-height: 27px;
}
.kids-2020 .k-must-have .musthave__list li .number {
  background: transparent;
  color: #000;
  display: inline-block;
  font-weight: normal;
  line-height: 27px;
  margin-right: 15px;
  text-align: center;
  min-width: 60px;
  font-family: Navigo;
  font-size: 18px;
  height: 29px;
  display: flex;
}
.kids-2020 .k-must-have .musthave__list li .number.red {
  color: #960707;
}
.kids-2020 .k-must-have .musthave__list li .number.green {
  color: #44760c;
}
.root.mobile .kids-2020 .k-must-have .musthave__list li {
  font-size: 18px;
}
.root.mobile .kids-2020 .k-must-have .musthave__list li .number {
  font-size: 15px;
  min-width: 29px;
}
.root.mobile .kids-2020 .k-must-have .k-must-have__inner {
  column-count: 1;
}
.root.mobile .kids-2020 .k-must-have .mustnothave__header {
  margin-top: 20px;
  margin-bottom: 26px;
}
.root.mobile .kids-2020 .k-must-have .musthave__list {
  margin-top: 20px;
}

.k-press__list {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.k-press__list a {
  opacity: 0.4;
  transition: opacity 300ms;
  cursor: pointer;
}
.k-press__list a:hover {
  opacity: 1;
}
.root.mobile .k-press .k-content .k-press__list {
  width: 300px;
  flex-wrap: wrap;
  margin-bottom: -60px !important;
  justify-content: space-around;
}

.kids-2020.kids-2020--ready .mask {
  pointer-events: none;
  opacity: 0;
}
.kids-2020 .mask {
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transition: opacity 300ms;
  z-index: 100000;
}
.kids-2020 .k-fixed-buy-button__link {
  background: #333;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.kids-2019 .k-facts h2.shift-header {
  margin-top: 40px;
}
.kids-2019 .k-facts .shift-dates {
  display: flex;
  justify-content: space-between;
}
.kids-2019 .k-facts .soldout {
  color: #e5002c;
  border-bottom: 1px solid #ea6c74;
  margin-right: 10px;
}
.kids-2019 .k-facts .facts__list {
  margin-top: 40px;
}
.kids-2019 .k-facts .facts__list .number {
  background: #ccc;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 30px;
  margin-right: 15px;
  text-align: center;
  width: 28px;
  min-width: 28px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  height: 29px;
  padding-left: 1px;
  display: block;
}
.kids-2019 .k-facts section.buy {
  background: transparent;
  position: relative;
  margin-top: 20px !important;
  width: 380px;
  text-align: center;
}
.kids-2019 .k-facts section.buy em {
  color: #f00;
}
.kids-2019 .k-facts section.buy hr {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 1px;
}
.kids-2019 .k-facts section.buy .buy-tickets {
  margin-top: 0px;
  width: auto;
  background: #55ba5c;
  text-transform: uppercase;
  font-size: 17px;
  font-family: "navigo";
  color: #fff !important;
}
.kids-2019 .k-facts section.buy .buy-tickets.disabled {
  background: #c7c7c7;
  cursor: default !important;
}
.kids-2019 .k-facts small {
  margin-top: 35px;
}
.kids-2019 .k-facts .facts__cost {
  margin-top: 35px;
  font-weight: normal;
}
.kids-2019 .k-facts .facts__cost header {
  font-weight: bold;
  font-size: 12px;
}
.kids-2019 .k-facts .facts__cost .facts__cost__current {
  font-size: 15px;
  line-height: 22px;
  font-family: "navigo";
  margin-top: 10px;
}
.kids-2019 .k-facts .facts__cost .facts__cost__current header {
  color: #55ba5c;
  font-size: 14px;
  font-weight: normal;
}
.kids-2019 .k-facts .facts__cost .facts__cost__current p {
  font-weight: normal;
  font-size: 15px;
  font-family: "navigo";
}
.kids-2019 .k-facts .facts__cost .facts__cost__current p em {
  color: #55ba5c;
}
.kids-2019 .k-facts .facts__cost .facts__cost__next {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
  font-family: "navigo";
}
.kids-2019 .k-facts .facts__cost .facts__cost__next header {
  font-weight: normal;
  color: #55ba5c;
}
.kids-2019 .k-facts .facts__cost .facts__cost__next p {
  font-weight: normal;
  max-width: 300px;
  margin: 0 auto;
}
.kids-2019 .k-facts .facts__cost .facts__cost__next p em {
  color: #55ba5c;
}
.kids-2019 .k-facts .facts__includes {
  font-size: 12px;
  text-align: left;
}
.kids-2019 .k-facts .facts__includes header {
  font-weight: bold;
}
.kids-2019 .k-facts .facts__includes .facts__includes__list {
  margin-top: 15px;
}
.kids-2019 .k-facts .facts__includes .facts__includes__list li {
  line-height: 15px;
}
.kids-2019 .k-facts .facts__includes .facts__includes__list li .plus {
  margin-right: 5px;
}
.kids-2019 .k-facts .facts__caution {
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  margin-top: 30px;
}
.kids-2019 .k-facts .facts__caution header {
  font-weight: bold;
  color: #55ba5c;
}
.kids-2019 .k-facts .facts__caution p {
  line-height: 18px;
  margin-top: 5px;
}
.kids-2019 .k-facts .facts__caution p a {
  text-decoration: underline;
}
.kids-2019 .k-facts .facts__text {
  position: relative;
}
.kids-2019 .k-facts .facts__text .location-header {
  margin-top: 60px;
}
.root.mobile .kids-2019 .k-facts .shift-description {
  background: #eee;
}
.root.mobile .kids-2019 .k-facts .shift-dates {
  display: block;
  margin-bottom: 0px;
  padding-top: 20px;
  text-align: center;
  top: 0px;
}
.root.mobile .kids-2019 .k-facts .shift-dates .shift-date {
  margin-bottom: 20px;
}
.root.mobile .kids-2019 .k-facts section.buy {
  padding: 0;
  width: auto;
  position: static;
  margin-top: 0px;
  background: transparent;
  padding-bottom: 25px;
}
.root.mobile .kids-2019 .k-facts .hr {
  margin-bottom: 30px;
}

.kids-2019 .k-location {
  margin-top: 10px !important;
}
.kids-2019 .k-location .location__text {
  margin-top: 20px;
}
.kids-2019 .k-location .k-location__video {
  margin-top: 40px;
}
.kids-2019 .k-location .links {
  margin-top: 40px;
}
.kids-2019 .k-location .links p {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 18px;
  font-family: navigo;
  line-height: 25px;
}
.kids-2019 .k-location .links .k-bullet {
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 2px;
  background: #aaa;
  position: relative;
  top: 14px;
  margin-right: 7px;
}
.root.mobile .kids-2019 .k-location {
  margin-top: 65px !important;
}
.root.mobile .kids-2019 .k-location .googlemaps {
  font-size: 15px;
  font-weight: normal;
  font-family: "navigo";
}
.root.mobile .kids-2019 .k-location .links {
  margin-top: 0px;
}
.root.mobile .kids-2019 .k-location .shift-header {
  margin-bottom: 30px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.kids-2019 .k-gallery .gallery-controls-wrap {
  display: flex;
  height: 48px;
}
.kids-2019 .k-gallery .gallery-controls {
  align-self: flex-end;
}
.kids-2019 .k-gallery .gallery-controls button {
  color: #55ba5c;
  border-radius: 0;
  font-size: 15px;
  font-weight: bold;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  margin-right: 10px;
  border: 2px solid #fff;
  padding: 0px 10px;
  font-family: "navigo";
  padding-top: 0px;
  padding-bottom: 1px;
}
.kids-2019 .k-gallery .gallery-controls button.active {
  cursor: default;
  color: #000;
  border: 2px solid #000;
}
.kids-2019 .k-gallery .controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-self: flex-end;
  width: 100%;
  justify-content: space-between;
  position: relative;
  top: 2px;
}
.kids-2019 .k-gallery .controls button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.kids-2019 .k-gallery .controls button.disabled {
  cursor: default;
  opacity: 0.5;
}
.kids-2019 .k-gallery .controls .current {
  position: relative;
  top: -2px;
  font-size: 15px;
  font-weight: bold;
  align-self: center;
}
.kids-2019 .k-gallery .gallery-wrap {
  min-height: 600px;
  margin-top: 40px;
  position: relative;
}
.kids-2019 .k-gallery .gallery-wrap .gallery-nav-button {
  cursor: default;
  display: block;
  position: absolute;
  height: 100%;
  width: 50%;
  background: none;
  margin: 0;
  padding: 0;
  z-index: 2;
  border: none;
  outline: none;
}
.kids-2019 .k-gallery .gallery-wrap .gallery-nav-button.active {
  cursor: pointer;
}
.kids-2019 .k-gallery .gallery-wrap .gallery-nav-button.left {
  left: 0;
}
.kids-2019 .k-gallery .gallery-wrap .gallery-nav-button.right {
  right: 0;
}
.root.mobile .kids-2019 .k-gallery {
  margin-bottom: 0px !important;
}
.root.mobile .kids-2019 .k-gallery .gallery-wrap {
  min-height: 213px;
  margin-top: 0px;
}
.root.mobile .kids-2019 .k-gallery .mobile-pagination {
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
  font-size: 12px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.kids-2019 .k-leaders .name {
  font-size: 29px;
  margin-top: 22px;
  font-weight: normal;
  color: #000;
}
.kids-2019 .k-leaders .job {
  font-size: 18px;
  line-height: 25px;
  font-family: navigo;
}
.root.mobile .kids-2019 .k-leaders .name {
  margin-top: 20px;
  font-size: 21px;
  font-weight: normal;
}

.k-video-gallery .k-videothumb {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  outline: none;
  position: relative;
  cursor: pointer;
}
.k-video-gallery .k-videothumb .playicon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.k-video-gallery .gallery-wrap {
  margin-top: 20px;
}
.k-video-gallery .gallery-wrap .video-slide {
  height: 660px;
}
.root.mobile .k-video-gallery .gallery-wrap .video-slide {
  height: 213px;
}
.root.mobile .k-video-gallery .mobile-pagination {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}

.kids-2019 .k-group-photo {
  position: relative;
  margin-bottom: 50px;
}
.kids-2019 .k-group-photo div.image-wrap {
  margin-top: 30px;
}
.kids-2019 .k-group-photo div.photo-wrap {
  position: relative;
  height: 565px;
}
.kids-2019 .k-group-photo div.photo-wrap .fixed {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.kids-2019 .k-group-photo div.photo-wrap .fixed.active {
  cursor: none;
}
.kids-2019 .k-group-photo div.photo-wrap .zoom {
  width: 200px;
  height: 200px;
  overflow: hidden;
  position: absolute;
  top: -30px;
  left: -100px;
  z-index: 2;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 0 7px rgba(255,255,255,0.85), 0 0 7px 7px rgba(0,0,0,0.25), inset 0 0 40px 2px rgba(0,0,0,0.25);
  pointer-events: none;
  transition: opacity 300ms;
}
.kids-2019 .k-group-photo div.photo-wrap .zoom.active {
  cursor: none;
}
.kids-2019 .k-group-photo div.photo-wrap .zoom .zoom__inner {
  transform: scale(2);
  width: 2360px;
  height: 1130px;
}
.root.mobile .kids-2019 .k-group-photo {
  margin-bottom: 0px;
}
.root.mobile .kids-2019 .k-group-photo .photo-wrap {
  height: 220px;
}
.root.mobile .kids-2019 .k-group-photo .photo-wrap .groupphoto__header {
  margin-left: 10px !important;
}

.kids-2019 .k-testimonials .kid-testimonial {
  margin-top: 55px;
}
.kids-2019 .k-testimonials .kid-testimonial:first-child {
  margin-top: 0px;
}
.kids-2019 .k-testimonials .kid-testimonial blockquote {
  font-size: 18px;
  line-height: 25px;
  font-family: "navigo";
  margin-top: -6px;
}
.kids-2019 .k-testimonials .kid-testimonial blockquote:before {
  content: "\201C";
}
.kids-2019 .k-testimonials .kid-testimonial blockquote:after {
  content: "\201D";
}
.kids-2019 .k-testimonials .kid-testimonial p {
  margin-top: 12px;
  font-size: 18px;
  font-weight: normal;
  font-family: "navigo";
}
.kids-2019 .k-testimonials .parent-testimonial {
  margin-top: 55px;
}
.kids-2019 .k-testimonials .parent-testimonial blockquote {
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 28px;
  font-family: Times;
}
.kids-2019 .k-testimonials .parent-testimonial blockquote:before {
  content: "\201C";
}
.kids-2019 .k-testimonials .parent-testimonial blockquote:after {
  content: "\201D";
}
.kids-2019 .k-testimonials .parent-testimonial .k-radius {
  width: 60px;
  height: 60px;
  float: left;
  background: #eee;
  margin-right: 20px;
  margin-bottom: 12px;
  margin-top: 7px;
}
.kids-2019 .k-testimonials .parent-testimonial p {
  font-size: 15px;
  line-height: 25px;
  font-weight: normal;
  font-family: navigo;
}
.root.mobile .kids-2019 .k-testimonials .kid-testimonial {
  margin-top: 30px;
}
.root.mobile .kids-2019 .k-testimonials .kid-testimonial blockquote {
  font-size: 18px;
  line-height: 22px;
  margin-top: 20px;
}
.root.mobile .kids-2019 .k-testimonials .kid-testimonial p {
  margin-top: 12px;
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
  font-family: "navigo";
}
.root.mobile .kids-2019 .k-testimonials .parent-testimonial span {
  font-size: 18px;
  line-height: 22px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.kids-2019 .k-patches h2.shift-header.size-3 {
  text-transform: uppercase;
}
.kids-2019 .k-patches .description {
  margin-top: 40px;
}
.kids-2019 .k-patches .credit {
  font-size: 12px;
  font-family: navigo;
  line-height: 18px;
  font-weight: normal;
  margin-top: 181px;
}
.kids-2019 .k-patches .patches-wrap {
  margin-top: 45px;
}
.kids-2019 .k-patches .patches-wrap ul {
  width: DESKTOP_WIDTH;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 19px;
}
.kids-2019 .k-patches .patches-wrap ul:first-child {
  margin-top: 20px;
}
.kids-2019 .k-patches .patches-wrap ul .patch {
  width: 220px;
  margin-right: 19px;
}
.kids-2019 .k-patches .patches-wrap ul .patch:nth-child(5n) {
  margin-right: 0px;
}
.kids-2019 .k-patches .patches-wrap ul .patch div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 220px;
  height: 220px;
}
.kids-2019 .k-patches .patches-wrap ul .patch div img {
  display: block;
  margin: 0 auto;
  padding: 0;
  align-self: center;
}
.kids-2019 .k-patches .patches-wrap ul .patch p {
  font-size: 12px;
  line-height: 18px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.root.mobile .kids-2019 .k-patches .description {
  margin-top: 20px;
}
.root.mobile .kids-2019 .k-patches .patches-wrap {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 39px;
  background: #eee;
}
.root.mobile .kids-2019 .k-patches .patches-wrap:first-child {
  margin-top: 0px;
}
.root.mobile .kids-2019 .k-patches .patches-wrap .shift-header {
  text-align: center;
}
.root.mobile .kids-2019 .k-patches .patches-wrap .patch {
  width: 100%;
  float: left;
  display: block;
  list-style-type: none;
  text-align: center;
}
.root.mobile .kids-2019 .k-patches .patches-wrap .patch div {
  padding-top: 19px;
  width: 220px;
  height: 200px;
  margin: 0 auto;
}
.root.mobile .kids-2019 .k-patches .patches-wrap .patch p {
  font-size: 12px;
  line-height: 18px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.kids-2019 .k-must-have .k-must-have__inner {
  column-count: 2;
}
.kids-2019 .k-must-have h2 {
  margin-bottom: 40px;
}
.kids-2019 .k-must-have .mustnothave__header {
  margin-top: 20px;
  margin-bottom: 30px;
}
.kids-2019 .k-must-have .musthave__list {
  max-width: 500px;
}
.kids-2019 .k-must-have .musthave__list:nth-child(1) {
  margin-top: 0px;
}
.kids-2019 .k-must-have .musthave__list li {
  font-size: 15px;
  line-height: 21px;
  font-family: "navigo";
}
.kids-2019 .k-must-have .musthave__list li .bullet {
  display: inline-block;
  user-select: none;
  margin-right: 0px;
  width: 10px;
  height: 10px;
  min-width: 13px;
  position: relative;
  top: 0px;
}
.root.mobile .kids-2019 .k-must-have .musthave__list {
  max-width: 300px;
}
.root.mobile .kids-2019 .k-must-have .k-must-have__inner {
  column-count: 1;
}
.root.mobile .kids-2019 .k-must-have .mustnothave__header {
  margin-top: 20px;
}
.root.mobile .kids-2019 .k-must-have .musthave__list {
  margin-top: 20px;
}

.k-press .k-press__list {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.k-press .k-press__list a {
  opacity: 0.4;
  transition: opacity 300ms;
  cursor: pointer;
}
.k-press .k-press__list a:hover {
  opacity: 1;
}
.root.mobile .k-press .k-content .k-press__list {
  width: 300px;
  flex-wrap: wrap;
  margin-bottom: -60px !important;
  justify-content: space-around;
}

.kids-2019.kids-2019--ready .mask {
  pointer-events: none;
  opacity: 0;
}
.kids-2019 .mask {
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transition: opacity 300ms;
  z-index: 100000;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout-dot {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
.adults-2019 .minimap {
  display: block;
  position: relative;
  left: 0px;
  margin-top: 20px !important;
}
.adults-2019 .minimap .mapdot {
  position: absolute;
  left: 124px;
  top: 92px;
  width: 30px;
  height: 30px;
  background-color: #662090;
  border-radius: 100%;
  -webkit-animation: sk-scaleout-dot 2s infinite ease-in-out;
  animation: sk-scaleout-dot 2s infinite ease-in-out;
}
.root.mobile .adults-2019 .minimap {
  width: 320px;
  margin-bottom: 21px;
  margin-top: -6px !important;
  position: relative;
  left: -10px;
}
.root.mobile .adults-2019 .minimap .mapdot {
  left: 97px;
  top: 70px;
}
@-moz-keyframes sk-scaleout-dot {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout-dot {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout-dot {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout-dot {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.adults-2019 .k-facts h2.shift-header {
  margin-top: 0px;
}
.adults-2019 .k-facts .shift-dates {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}
.adults-2019 .k-facts .soldout {
  color: #e5002c;
  border-bottom: 1px solid #ea6c74;
  margin-right: 10px;
}
.adults-2019 .k-facts .facts__list {
  margin-top: 40px;
}
.adults-2019 .k-facts .facts__list .number {
  background: #ccc;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 30px;
  margin-right: 15px;
  text-align: center;
  width: 28px;
  min-width: 28px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  height: 29px;
  padding-left: 1px;
  display: block;
}
.adults-2019 .k-facts section.buy {
  background: transparent;
  position: relative;
  margin-top: 9px !important;
  width: 380px;
  text-align: center;
}
.adults-2019 .k-facts section.buy em {
  color: #f00;
}
.adults-2019 .k-facts section.buy hr {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 1px;
}
.adults-2019 .k-facts section.buy .buy-tickets {
  margin-top: 0px;
  width: auto;
  background: #55ba5c;
  text-transform: uppercase;
  font-size: 17px;
  font-family: "navigo";
  color: #fff !important;
}
.adults-2019 .k-facts section.buy .buy-tickets.disabled {
  background: #c7c7c7;
  cursor: default !important;
}
.adults-2019 .k-facts small {
  margin-top: 35px;
}
.adults-2019 .k-facts .facts__cost {
  margin-top: 35px;
  font-weight: normal;
}
.adults-2019 .k-facts .facts__cost header {
  font-weight: bold;
  font-size: 12px;
}
.adults-2019 .k-facts .facts__cost .facts__cost__current {
  font-size: 15px;
  line-height: 22px;
  font-family: "navigo";
  margin-top: 10px;
}
.adults-2019 .k-facts .facts__cost .facts__cost__current header {
  color: #55ba5c;
  font-size: 14px;
  font-weight: normal;
}
.adults-2019 .k-facts .facts__cost .facts__cost__current p {
  font-weight: normal;
  font-size: 15px;
  font-family: "navigo";
}
.adults-2019 .k-facts .facts__cost .facts__cost__current p em {
  color: #55ba5c;
}
.adults-2019 .k-facts .facts__cost .facts__cost__next {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
  font-family: "navigo";
}
.adults-2019 .k-facts .facts__cost .facts__cost__next header {
  font-weight: normal;
  color: #55ba5c;
}
.adults-2019 .k-facts .facts__cost .facts__cost__next p {
  font-weight: normal;
  max-width: 300px;
  margin: 0 auto;
}
.adults-2019 .k-facts .facts__includes {
  font-size: 12px;
  text-align: left;
}
.adults-2019 .k-facts .facts__includes header {
  font-weight: bold;
}
.adults-2019 .k-facts .facts__includes .facts__includes__list {
  margin-top: 15px;
}
.adults-2019 .k-facts .facts__includes .facts__includes__list li {
  line-height: 15px;
}
.adults-2019 .k-facts .facts__includes .facts__includes__list li .plus {
  margin-right: 5px;
}
.adults-2019 .k-facts .facts__caution {
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  margin-top: 30px;
}
.adults-2019 .k-facts .facts__caution header {
  font-weight: bold;
  color: #55ba5c;
}
.adults-2019 .k-facts .facts__caution p {
  line-height: 15px;
  margin-top: 5px;
}
.adults-2019 .k-facts .facts__caution p a {
  text-decoration: underline;
}
.adults-2019 .k-facts .facts__text {
  position: relative;
}
.adults-2019 .k-facts .facts__text .location-header {
  margin-top: 60px;
}
.root.mobile .adults-2019 .k-facts .k-autoplay-video {
  margin-left: -11px;
}
.root.mobile .adults-2019 .k-facts .shift-description {
  background: #eee;
  width: 310px;
  padding-left: 10px;
  margin-left: -10px;
}
.root.mobile .adults-2019 .k-facts .shift-dates {
  display: block;
  margin-bottom: 0px;
  padding-top: 20px;
  text-align: center;
  top: 0px;
}
.root.mobile .adults-2019 .k-facts .shift-dates .shift-date {
  margin-bottom: 20px;
}
.root.mobile .adults-2019 .k-facts section.buy {
  padding: 0;
  width: auto;
  position: static;
  margin-top: 0px;
  background: transparent;
  padding-bottom: 25px;
}
.root.mobile .adults-2019 .k-facts .hr {
  margin-bottom: 30px;
}

.adults-2019 .k-location {
  margin-top: 10px !important;
}
.adults-2019 .k-location .location__text {
  margin-top: 20px;
}
.adults-2019 .k-location sup {
  font-size: 14px;
}
.adults-2019 .k-location .googlemaps {
  display: inline-block !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 10px;
}
.adults-2019 .k-location .links {
  margin-top: 40px;
}
.adults-2019 .k-location .links p {
  font-weight: bold;
  font-family: sans-serif;
}
.adults-2019 .k-location .links .k-bullet {
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 2px;
  background: #aaa;
  position: relative;
  top: 14px;
  margin-right: 7px;
}
.root.mobile .adults-2019 .k-location {
  margin-top: 65px !important;
}
.root.mobile .adults-2019 .k-location .googlemaps {
  font-size: 15px;
  font-weight: normal;
  font-family: "navigo";
  margin-left: 0px;
}
.root.mobile .adults-2019 .k-location .location-header {
  font-size: 24px !important;
}
.root.mobile .adults-2019 .k-location .links {
  margin-top: 0px;
}
.root.mobile .adults-2019 .k-location .shift-header {
  margin-bottom: 30px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.adults-2019 .k-gallery .gallery-controls-wrap {
  display: flex;
  height: 48px;
}
.adults-2019 .k-gallery .gallery-controls {
  align-self: flex-end;
}
.adults-2019 .k-gallery .gallery-controls button {
  color: #55ba5c;
  border-radius: 0;
  font-size: 15px;
  font-weight: bold;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  margin-right: 10px;
  border: 2px solid #fff;
  padding: 0px 10px;
  font-family: "navigo";
  padding-top: 0px;
  padding-bottom: 1px;
}
.adults-2019 .k-gallery .gallery-controls button.active {
  cursor: default;
  color: #000;
  border: 2px solid #000;
}
.adults-2019 .k-gallery .controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-self: flex-end;
  width: 100%;
  justify-content: space-between;
  position: relative;
  top: 2px;
}
.adults-2019 .k-gallery .controls button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.adults-2019 .k-gallery .controls button.disabled {
  cursor: default;
  opacity: 0.5;
}
.adults-2019 .k-gallery .controls .current {
  position: relative;
  top: -2px;
  font-size: 15px;
  font-weight: bold;
  align-self: center;
}
.adults-2019 .k-gallery .gallery-wrap {
  min-height: 600px;
  margin-top: 40px;
  position: relative;
}
.adults-2019 .k-gallery .gallery-wrap .gallery-nav-button {
  cursor: default;
  display: block;
  position: absolute;
  height: 100%;
  width: 50%;
  background: none;
  margin: 0;
  padding: 0;
  z-index: 2;
  border: none;
  outline: none;
}
.adults-2019 .k-gallery .gallery-wrap .gallery-nav-button.active {
  cursor: pointer;
}
.adults-2019 .k-gallery .gallery-wrap .gallery-nav-button.left {
  left: 0;
}
.adults-2019 .k-gallery .gallery-wrap .gallery-nav-button.right {
  right: 0;
}
.root.mobile .adults-2019 .k-gallery {
  margin-bottom: 0px !important;
}
.root.mobile .adults-2019 .k-gallery .k-swiper {
  margin-top: 15px;
}
.root.mobile .adults-2019 .k-gallery .gallery-wrap {
  min-height: 213px;
  margin-top: 0px;
}
.root.mobile .adults-2019 .k-gallery .mobile-pagination {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.adults-2019 .k-leaders .name {
  font-size: 29px;
  margin-top: 22px;
  font-weight: normal;
  color: #000;
}
.adults-2019 .k-leaders .job {
  font-size: 18px;
  line-height: 25px;
  font-family: navigo;
}
.root.mobile .adults-2019 .k-leaders .name {
  margin-top: 20px;
  font-size: 21px;
  font-weight: normal;
}

.adults-2019 .k-testimonials .testimonial {
  margin-top: 45px;
}
.adults-2019 .k-testimonials .testimonial .testimonial__header {
  display: flex;
  height: 60px;
}
.adults-2019 .k-testimonials .testimonial .testimonial__header .testimonial__image {
  width: 60px;
  min-width: 60px;
  border-radius: 100%;
  margin-right: 20px;
  overflow: hidden;
}
.adults-2019 .k-testimonials .testimonial .testimonial__header .testimonial__desc {
  display: flex;
  flex-direction: column;
  align-self: center;
}
.adults-2019 .k-testimonials .testimonial .testimonial__header .testimonial__desc .testimonial__name {
  font-size: 18px;
  font-weight: bold;
}
.adults-2019 .k-testimonials .testimonial .testimonial__header .testimonial__desc .testimonial__job {
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
}
.adults-2019 .k-testimonials .testimonial .testimonial__text {
  font-family: sans-serif;
  margin-top: 20px;
  max-width: 340px;
  font-family: navigo;
  font-size: 15px;
  line-height: 22px;
}

.adults-2019 .k-must-have .k-must-have__inner {
  column-count: 2;
}
.adults-2019 .k-must-have h2 {
  margin-bottom: 40px;
}
.adults-2019 .k-must-have .mustnothave__header {
  margin-top: 20px;
  margin-bottom: 30px;
}
.adults-2019 .k-must-have .musthave__list {
  max-width: 500px;
}
.adults-2019 .k-must-have .musthave__list:nth-child(1) {
  margin-top: 0px;
}
.adults-2019 .k-must-have .musthave__list li {
  font-size: 15px;
  line-height: 21px;
  font-family: "navigo";
}
.adults-2019 .k-must-have .musthave__list li .bullet {
  display: inline-block;
  user-select: none;
  margin-right: 0px;
  width: 10px;
  height: 10px;
  min-width: 13px;
  position: relative;
  top: 0px;
}
.root.mobile .adults-2019 .k-must-have .musthave__list {
  max-width: 300px;
}
.root.mobile .adults-2019 .k-must-have .k-must-have__inner {
  column-count: 1;
}
.root.mobile .adults-2019 .k-must-have .mustnothave__header {
  margin-top: 20px;
}
.root.mobile .adults-2019 .k-must-have .musthave__list {
  margin-top: 20px;
}

.adults-2019.adults-2019--ready .mask {
  pointer-events: none;
  opacity: 0;
}
.adults-2019 .mask {
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transition: opacity 300ms;
  z-index: 100000;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.adults-2020 .k-facts {
  position: relative;
}
.adults-2020 .k-facts h2.shift-header {
  margin-top: 0px;
}
.adults-2020 .k-facts .soldout {
  color: #e5002c;
  border-bottom: 1px solid #ea6c74;
  margin-right: 10px;
}
.adults-2020 .k-facts .facts__list {
  margin-top: 40px;
}
.adults-2020 .k-facts .facts__list .number {
  background: transparent;
  color: #000;
  display: inline-block;
  font-weight: normal;
  line-height: 27px;
  margin-right: 15px;
  text-align: center;
  min-width: 60px;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  height: 29px;
  display: flex;
}
.adults-2020 .k-facts .facts__list .k-fact .k-fact-text {
  font-family: 'Times-Roman';
  font-size: 21px;
  color: #000;
  line-height: 27px;
}
.adults-2020 .k-facts .shift-description {
  display: inline-block;
  margin-top: 19px;
}
.adults-2020 .k-facts .shift-description .shifts-dates {
  text-align: center;
}
.adults-2020 .k-facts .shift-description .shifts-dates header {
  font-size: 15px;
  font-weight: bold;
  color: #55ba5c;
  text-transform: uppercase;
}
.adults-2020 .k-facts .shift-description .shifts-dates p {
  font-family: Navigo;
  font-size: 25px;
  font-weight: normal;
  margin-top: 15px;
}
.adults-2020 .k-facts .shift-description section.buy {
  background: transparent;
  position: relative;
  margin-top: 9px !important;
  width: 380px;
  text-align: center;
  padding: 0;
  left: 0;
}
.adults-2020 .k-facts .shift-description section.buy .bt-btn {
  margin-top: 30px;
}
.adults-2020 .k-facts .shift-description section.buy .bt-btn .buy-tickets {
  background: #333;
}
.adults-2020 .k-facts .shift-description section.buy em {
  color: #f00;
}
.adults-2020 .k-facts .shift-description section.buy hr {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 1px;
}
.adults-2020 .k-facts .shift-description section.buy .buy-tickets {
  margin-top: 0px;
  width: auto;
  background: #55ba5c;
  text-transform: uppercase;
  font-size: 17px;
  font-family: "navigo";
  color: #fff !important;
  height: 70px;
  line-height: 70px;
}
.adults-2020 .k-facts .shift-description section.buy .buy-tickets.disabled {
  background: #c7c7c7;
  cursor: default !important;
}
.adults-2020 .k-facts .shift-description .facts__caution {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  position: absolute;
  bottom: 0;
  font-family: "navigo";
}
.adults-2020 .k-facts .shift-description .facts__caution header {
  font-weight: bold;
  color: #d0021b;
  font-size: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.adults-2020 .k-facts .shift-description .facts__caution p {
  line-height: 22px;
  font-size: 15px;
}
.adults-2020 .k-facts small {
  margin-top: 35px;
}
.adults-2020 .k-facts .facts__cost {
  margin-top: 35px;
  font-weight: normal;
}
.adults-2020 .k-facts .facts__cost header {
  font-weight: bold;
  font-family: "navigo";
  font-size: 15px;
  text-transform: uppercase;
}
.adults-2020 .k-facts .facts__cost .facts__cost__current {
  font-size: 15px;
  line-height: 22px;
  font-family: "navigo";
  margin-top: 10px;
}
.adults-2020 .k-facts .facts__cost .facts__cost__current p {
  font-weight: normal;
  font-size: 15px;
  font-family: "navigo";
  margin-top: 15px;
}
.adults-2020 .k-facts .facts__cost .facts__cost__current p em {
  color: #55ba5c;
}
.adults-2020 .k-facts .facts__includes {
  text-align: left;
  border: 1px solid #d8d8d8;
  margin-top: 50px;
  padding: 25px 36px 35px;
  text-align: center;
}
.adults-2020 .k-facts .facts__includes header {
  font-weight: bold;
  font-size: 15px;
  font-family: "navigo";
  text-transform: uppercase;
}
.adults-2020 .k-facts .facts__includes p {
  font-size: 15px;
  font-family: "navigo";
  margin-top: 15px;
  line-height: 22px;
}
.adults-2020 .k-facts .facts__text {
  position: relative;
}
.root.mobile .adults-2020 .k-facts .facts__list .number {
  min-width: 29px;
}
.root.mobile .adults-2020 .k-facts .facts__list .k-fact .k-fact-text {
  font-size: 18px;
}
.root.mobile .adults-2020 .k-facts .facts__cost header {
  font-weight: bold;
  text-transform: uppercase;
}
.root.mobile .adults-2020 .k-facts .facts__cost p {
  max-width: 284px;
  display: inline-block;
}
.root.mobile .adults-2020 .k-facts .facts__includes {
  border: none;
  margin-top: 0px;
  line-height: 1.5;
}
.root.mobile .adults-2020 .k-facts section.buy {
  padding: 0;
  width: auto;
  position: static;
  margin-top: 0px;
  background: transparent;
  padding-bottom: 25px;
}
.root.mobile .adults-2020 .k-facts section.buy hr {
  margin-bottom: 5px;
  height: 2px;
  width: 30%;
  background-color: #d8d8d8;
  display: inline-block;
}
.root.mobile .adults-2020 .k-facts .facts__caution {
  position: relative;
  margin-top: 0px;
  padding: 0 34px;
}
.root.mobile .adults-2020 .k-facts .facts__caution hr {
  height: 2px;
  width: 100px;
  background-color: #d8d8d8;
  display: inline-block;
  margin-top: 30px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.adults-2020 .k-gallery .gallery-controls-wrap {
  display: flex;
  height: 48px;
}
.adults-2020 .k-gallery .gallery-controls {
  align-self: flex-end;
}
.adults-2020 .k-gallery .gallery-controls button {
  color: #55ba5c;
  border-radius: 0;
  font-size: 15px;
  font-weight: bold;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  margin-right: 10px;
  border: 2px solid #fff;
  padding: 0px 10px;
  font-family: "navigo";
  padding-top: 0px;
  padding-bottom: 1px;
}
.adults-2020 .k-gallery .gallery-controls button.active {
  cursor: default;
  color: #000;
  border: 2px solid #000;
}
.adults-2020 .k-gallery .controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-self: flex-end;
  width: 100%;
  justify-content: space-between;
  position: relative;
  top: 2px;
}
.adults-2020 .k-gallery .controls button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.adults-2020 .k-gallery .controls button.disabled {
  cursor: default;
  opacity: 0.5;
}
.adults-2020 .k-gallery .controls .current {
  position: relative;
  top: -2px;
  font-size: 15px;
  font-weight: bold;
  align-self: center;
}
.adults-2020 .k-gallery .gallery-wrap {
  min-height: 600px;
  margin-top: 40px;
  position: relative;
}
.adults-2020 .k-gallery .gallery-wrap .gallery-nav-button {
  cursor: default;
  display: block;
  position: absolute;
  height: 100%;
  width: 50%;
  background: none;
  margin: 0;
  padding: 0;
  z-index: 2;
  border: none;
  outline: none;
}
.adults-2020 .k-gallery .gallery-wrap .gallery-nav-button.active {
  cursor: pointer;
}
.adults-2020 .k-gallery .gallery-wrap .gallery-nav-button.left {
  left: 0;
}
.adults-2020 .k-gallery .gallery-wrap .gallery-nav-button.right {
  right: 0;
}
.root.mobile .adults-2020 .k-gallery {
  margin-bottom: 0px !important;
}
.root.mobile .adults-2020 .k-gallery .k-swiper {
  margin-top: 15px;
}
.root.mobile .adults-2020 .k-gallery .gallery-wrap {
  min-height: 213px;
  margin-top: 0px;
}
.root.mobile .adults-2020 .k-gallery .mobile-pagination {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.adults-2020 .k-leaders .name {
  font-size: 29px;
  margin-top: 22px;
  font-weight: normal;
  color: #000;
}
.adults-2020 .k-leaders .job {
  font-size: 18px;
  line-height: 25px;
  font-family: navigo;
}
.root.mobile .adults-2020 .k-leaders .name {
  margin-top: 20px;
  font-size: 21px;
  font-weight: normal;
}

.adults-2020 .k-testimonials .testimonial {
  margin-top: 45px;
}
.adults-2020 .k-testimonials .testimonial .testimonial__header {
  display: flex;
  height: 60px;
}
.adults-2020 .k-testimonials .testimonial .testimonial__header .testimonial__image {
  width: 60px;
  min-width: 60px;
  border-radius: 100%;
  margin-right: 20px;
  overflow: hidden;
}
.adults-2020 .k-testimonials .testimonial .testimonial__header .testimonial__desc {
  display: flex;
  flex-direction: column;
  align-self: center;
}
.adults-2020 .k-testimonials .testimonial .testimonial__header .testimonial__desc .testimonial__name {
  font-size: 18px;
  font-weight: bold;
}
.adults-2020 .k-testimonials .testimonial .testimonial__header .testimonial__desc .testimonial__job {
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
}
.adults-2020 .k-testimonials .testimonial .testimonial__text {
  font-family: sans-serif;
  margin-top: 20px;
  max-width: 340px;
  font-family: navigo;
  font-size: 15px;
  line-height: 22px;
}

.adults-2020 .k-must-have .k-must-have__inner {
  column-count: 2;
}
.adults-2020 .k-must-have h2 {
  margin-bottom: 40px;
}
.adults-2020 .k-must-have .musthave__list {
  max-width: 500px;
}
.adults-2020 .k-must-have .musthave__list:nth-child(1) {
  margin-top: 0px;
}
.adults-2020 .k-must-have .musthave__list li {
  font-family: Times-Roman;
  font-size: 21px;
  color: #000;
  line-height: 27px;
}
.adults-2020 .k-must-have .musthave__list li .number {
  background: transparent;
  color: #000;
  display: inline-block;
  font-weight: normal;
  line-height: 27px;
  margin-right: 15px;
  text-align: center;
  min-width: 60px;
  font-family: Navigo;
  font-size: 18px;
  height: 29px;
  display: flex;
}
.root.mobile .adults-2020 .k-must-have .musthave__list li {
  font-size: 18px;
}
.root.mobile .adults-2020 .k-must-have .musthave__list li .number {
  font-size: 15px;
  min-width: 29px;
  line-height: 26px;
}
.root.mobile .adults-2020 .k-must-have .k-must-have__inner {
  column-count: 1;
}
.root.mobile .adults-2020 .k-must-have .musthave__list {
  margin-top: 20px;
}

.adults-2020.adults-2020--ready .mask {
  pointer-events: none;
  opacity: 0;
}
.adults-2020 .mask {
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transition: opacity 300ms;
  z-index: 100000;
}
.adults-2020 .k-fixed-buy-button__link {
  background: #333;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.adults-2021 .k-facts {
  position: relative;
}
.adults-2021 .k-facts h2.shift-header {
  margin-top: 0px;
}
.adults-2021 .k-facts .soldout {
  color: #e5002c;
  border-bottom: 1px solid #ea6c74;
  margin-right: 10px;
}
.adults-2021 .k-facts .facts__list {
  margin-top: 40px;
}
.adults-2021 .k-facts .facts__list .number {
  background: transparent;
  color: #000;
  display: inline-block;
  font-weight: normal;
  line-height: 27px;
  margin-right: 15px;
  text-align: center;
  min-width: 60px;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  height: 29px;
  display: flex;
}
.adults-2021 .k-facts .facts__list .k-fact .k-fact-text {
  font-family: 'Times-Roman';
  font-size: 21px;
  color: #000;
  line-height: 27px;
}
.adults-2021 .k-facts .shift-description {
  display: inline-block;
  margin-top: 19px;
}
.adults-2021 .k-facts .shift-description .shifts-dates {
  text-align: center;
}
.adults-2021 .k-facts .shift-description .shifts-dates header {
  font-size: 15px;
  font-weight: bold;
  color: #55ba5c;
  text-transform: uppercase;
}
.adults-2021 .k-facts .shift-description .shifts-dates p {
  font-family: Navigo;
  font-size: 25px;
  font-weight: normal;
  margin-top: 15px;
}
.adults-2021 .k-facts .shift-description section.buy {
  background: transparent;
  position: relative;
  margin-top: 9px !important;
  width: 380px;
  text-align: center;
  padding: 0;
  left: 0;
}
.adults-2021 .k-facts .shift-description section.buy .bt-btn {
  margin-top: 30px;
}
.adults-2021 .k-facts .shift-description section.buy .bt-btn .buy-tickets {
  background: #333;
}
.adults-2021 .k-facts .shift-description section.buy em {
  color: #f00;
}
.adults-2021 .k-facts .shift-description section.buy hr {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 1px;
}
.adults-2021 .k-facts .shift-description section.buy .buy-tickets {
  margin-top: 0px;
  width: auto;
  background: #55ba5c;
  text-transform: uppercase;
  font-size: 17px;
  font-family: "navigo";
  color: #fff !important;
  height: 70px;
  line-height: 70px;
}
.adults-2021 .k-facts .shift-description section.buy .buy-tickets.disabled {
  background: #c7c7c7;
  cursor: default !important;
}
.adults-2021 .k-facts .shift-description .facts__caution {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  position: absolute;
  bottom: 0;
  font-family: "navigo";
}
.adults-2021 .k-facts .shift-description .facts__caution header {
  font-weight: bold;
  color: #d0021b;
  font-size: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.adults-2021 .k-facts .shift-description .facts__caution p {
  line-height: 22px;
  font-size: 15px;
}
.adults-2021 .k-facts small {
  margin-top: 35px;
}
.adults-2021 .k-facts .facts__cost {
  margin-top: 35px;
  font-weight: normal;
}
.adults-2021 .k-facts .facts__cost header {
  font-weight: bold;
  font-family: "navigo";
  font-size: 15px;
  text-transform: uppercase;
}
.adults-2021 .k-facts .facts__cost .facts__cost__current {
  font-size: 15px;
  line-height: 22px;
  font-family: "navigo";
  margin-top: 10px;
}
.adults-2021 .k-facts .facts__cost .facts__cost__current p {
  font-weight: normal;
  font-size: 15px;
  font-family: "navigo";
  margin-top: 15px;
}
.adults-2021 .k-facts .facts__cost .facts__cost__current p em {
  color: #55ba5c;
}
.adults-2021 .k-facts .facts__includes {
  text-align: left;
  border: 1px solid #d8d8d8;
  margin-top: 50px;
  padding: 25px 36px 35px;
  text-align: center;
}
.adults-2021 .k-facts .facts__includes header {
  font-weight: bold;
  font-size: 15px;
  font-family: "navigo";
  text-transform: uppercase;
}
.adults-2021 .k-facts .facts__includes p {
  font-size: 15px;
  font-family: "navigo";
  margin-top: 15px;
  line-height: 22px;
}
.adults-2021 .k-facts .facts__text {
  position: relative;
}
.root.mobile .adults-2021 .k-facts .facts__text {
  margin-left: 8px;
  margin-right: 12px;
}
.root.mobile .adults-2021 .k-facts .facts__text h2.shift-header {
  text-align: center;
  margin-top: 0;
  font-size: 24.75px;
  line-height: 24.75px;
}
.root.mobile .adults-2021 .k-facts .facts__text .k-text {
  font-size: 15.36px;
  line-height: 18.773px;
}
.root.mobile .adults-2021 .k-facts .facts__list {
  margin-top: 30px;
}
.root.mobile .adults-2021 .k-facts .facts__list .number {
  font-size: 13.653px;
  line-height: 18.773px;
  min-width: 27px;
  margin-right: 0;
  padding-left: 0;
}
.root.mobile .adults-2021 .k-facts .facts__list .k-fact .k-fact-text {
  font-size: 15.36px;
  line-height: 18.773px;
}
.root.mobile .adults-2021 .k-facts .facts__includes {
  border: none;
  line-height: 1.5;
  background-color: #f8f8f8;
  margin: 30px -10px 0;
  padding: 25px 50px;
}
.root.mobile .adults-2021 .k-facts .facts__includes header,
.root.mobile .adults-2021 .k-facts .facts__includes p {
  font-size: 12.8px;
  line-height: 150%;
  margin-top: 0px;
}
.root.mobile .adults-2021 .k-facts .facts__includes header {
  margin-bottom: 12px;
  font-weight: bold;
}
.root.mobile .adults-2021 .k-facts .facts__includes p {
  margin-bottom: 20px;
}
.root.mobile .adults-2021 .k-facts .facts__includes p:last-child {
  margin-bottom: 0;
}
.root.mobile .adults-2021 .k-facts section.buy {
  padding: 0;
  width: auto;
  position: static;
  margin-top: 0px;
  background: transparent;
}
.root.mobile .adults-2021 .k-facts section.buy .facts__cost header {
  font-size: 24.75px;
  line-height: 24.75px;
  font-weight: normal;
  color: #000;
  text-transform: none;
  margin-top: 60px;
  margin-bottom: 30px;
}
.root.mobile .adults-2021 .k-facts section.buy .facts__cost p {
  max-width: 284px;
  display: inline-block;
}
.root.mobile .adults-2021 .k-facts section.buy .facts__cost p em {
  color: #000;
}
.root.mobile .adults-2021 .k-facts section.buy .facts__cost .facts__cost__current {
  margin-top: 0;
}
.root.mobile .adults-2021 .k-facts section.buy .facts__cost .facts__cost__current p {
  margin-top: 0;
}
.root.mobile .adults-2021 .k-facts .shift-description {
  margin-top: 0;
}
.root.mobile .adults-2021 .k-facts .shift-description .shifts-dates header {
  font-size: 24.75px;
  line-height: 24.75px;
  font-weight: normal;
  color: #000;
  text-transform: none;
  margin-top: 60px;
  margin-bottom: 30px;
}
.root.mobile .adults-2021 .k-facts .shift-description .shifts-dates p {
  font-size: 18.773px;
  line-height: 44px;
  margin-top: 0;
  height: 44px;
  border-style: solid;
  border-top-width: 0.5px;
  border-color: #bdbdbd;
}
.root.mobile .adults-2021 .k-facts .shift-description .shifts-dates p:last-child {
  border-bottom-width: 0.5px;
}
.root.mobile .adults-2021 .k-facts .facts__caution {
  position: relative;
  margin-top: 0px;
  padding: 0 5px;
}
.root.mobile .adults-2021 .k-facts .facts__caution header,
.root.mobile .adults-2021 .k-facts .facts__caution p {
  font-size: 12.8px;
  line-height: 150%;
}
.root.mobile .adults-2021 .k-facts .facts__caution header {
  margin-top: 60px;
  margin-bottom: 30px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.adults-2021 .k-gallery .gallery-controls-wrap {
  display: flex;
  height: 48px;
}
.adults-2021 .k-gallery .gallery-controls {
  align-self: flex-end;
}
.adults-2021 .k-gallery .gallery-controls button {
  color: #55ba5c;
  border-radius: 0;
  font-size: 15px;
  font-weight: bold;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  margin-right: 10px;
  border: 2px solid #fff;
  padding: 0px 10px;
  font-family: "navigo";
  padding-top: 0px;
  padding-bottom: 1px;
}
.adults-2021 .k-gallery .gallery-controls button.active {
  cursor: default;
  color: #000;
  border: 2px solid #000;
}
.adults-2021 .k-gallery .controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-self: flex-end;
  width: 100%;
  justify-content: space-between;
  position: relative;
  top: 2px;
}
.adults-2021 .k-gallery .controls button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.adults-2021 .k-gallery .controls button.disabled {
  cursor: default;
  opacity: 0.5;
}
.adults-2021 .k-gallery .controls .current {
  position: relative;
  top: -2px;
  font-size: 15px;
  font-weight: bold;
  align-self: center;
}
.adults-2021 .k-gallery .gallery-wrap {
  min-height: 600px;
  margin-top: 40px;
  position: relative;
}
.adults-2021 .k-gallery .gallery-wrap .gallery-nav-button {
  cursor: default;
  display: block;
  position: absolute;
  height: 100%;
  width: 50%;
  background: none;
  margin: 0;
  padding: 0;
  z-index: 2;
  border: none;
  outline: none;
}
.adults-2021 .k-gallery .gallery-wrap .gallery-nav-button.active {
  cursor: pointer;
}
.adults-2021 .k-gallery .gallery-wrap .gallery-nav-button.left {
  left: 0;
}
.adults-2021 .k-gallery .gallery-wrap .gallery-nav-button.right {
  right: 0;
}
.root.mobile .adults-2021 .k-gallery {
  margin-bottom: 0px !important;
}
.root.mobile .adults-2021 .k-gallery h2.shift-header {
  margin-top: 30px;
}
.root.mobile .adults-2021 .k-gallery .k-swiper {
  margin-top: 30px;
}
.root.mobile .adults-2021 .k-gallery .gallery-wrap {
  min-height: 213px;
  margin-top: 0px;
}
.root.mobile .adults-2021 .k-gallery .mobile-pagination {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  margin-top: 15px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.adults-2021 .k-leaders .name {
  font-size: 29px;
  margin-top: 22px;
  font-weight: normal;
  color: #000;
}
.adults-2021 .k-leaders .job {
  font-size: 18px;
  line-height: 25px;
  font-family: navigo;
}
.root.mobile .adults-2021 .k-leaders.cb-row.k-section {
  margin-top: 60px;
}
.root.mobile .adults-2021 .k-leaders .name {
  margin-top: 20px;
  font-size: 21px;
  font-weight: normal;
}
.root.mobile .adults-2021 .k-leaders h2.shift-header {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
}
.root.mobile .adults-2021 .k-leaders .job {
  font-size: 15.36px;
  line-height: 130%;
  font-family: navigo;
}

.k-press__list {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.k-press__list a {
  opacity: 0.4;
  transition: opacity 300ms;
  cursor: pointer;
}
.k-press__list a:hover {
  opacity: 1;
}
.root.mobile .k-press .k-content.k-press__list {
  width: 300px;
  flex-wrap: wrap;
  margin-bottom: 0px !important;
  justify-content: space-around;
}

.adults-2021 .k-testimonials .testimonial {
  margin-top: 45px;
}
.adults-2021 .k-testimonials .testimonial .testimonial__header {
  display: flex;
  height: 60px;
}
.adults-2021 .k-testimonials .testimonial .testimonial__header .testimonial__image {
  width: 60px;
  min-width: 60px;
  border-radius: 100%;
  margin-right: 20px;
  overflow: hidden;
}
.adults-2021 .k-testimonials .testimonial .testimonial__header .testimonial__desc {
  display: flex;
  flex-direction: column;
  align-self: center;
}
.adults-2021 .k-testimonials .testimonial .testimonial__header .testimonial__desc .testimonial__name {
  font-size: 18px;
  font-weight: bold;
}
.adults-2021 .k-testimonials .testimonial .testimonial__header .testimonial__desc .testimonial__job {
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
}
.adults-2021 .k-testimonials .testimonial .testimonial__text {
  font-family: sans-serif;
  margin-top: 20px;
  max-width: 340px;
  font-family: navigo;
  font-size: 15px;
  line-height: 22px;
}

.adults-2021 .k-must-have .k-must-have__inner {
  column-count: 2;
}
.adults-2021 .k-must-have h2 {
  margin-bottom: 40px;
}
.adults-2021 .k-must-have .musthave__list {
  max-width: 500px;
}
.adults-2021 .k-must-have .musthave__list:nth-child(1) {
  margin-top: 0px;
}
.adults-2021 .k-must-have .musthave__list li {
  font-family: Times-Roman;
  font-size: 21px;
  color: #000;
  line-height: 27px;
}
.adults-2021 .k-must-have .musthave__list li .number {
  background: transparent;
  color: #000;
  display: inline-block;
  font-weight: normal;
  line-height: 27px;
  margin-right: 15px;
  text-align: center;
  min-width: 60px;
  font-family: Navigo;
  font-size: 18px;
  height: 29px;
  display: flex;
}
.root.mobile .adults-2021 .k-must-have h2.shift-header {
  margin-top: 0;
  margin-bottom: 0;
}
.root.mobile .adults-2021 .k-must-have .musthave__list {
  margin-top: 30px;
}
.root.mobile .adults-2021 .k-must-have .musthave__list li {
  font-size: 15.36px;
  line-height: 18.773px;
}
.root.mobile .adults-2021 .k-must-have .musthave__list li .number {
  font-size: 13.653px;
  line-height: 18.773px;
  min-width: 27px;
  margin-right: 0;
  padding-left: 0;
}
.root.mobile .adults-2021 .k-must-have .k-must-have__inner {
  column-count: 1;
}

.adults-2021.adults-2021--ready .mask {
  pointer-events: none;
  opacity: 0;
}
.adults-2021 .mask {
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transition: opacity 300ms;
  z-index: 100000;
}
.adults-2021 .k-fixed-buy-button__link {
  background: #333;
}
.adults-2021 .ShiftCover h1.short-description {
  width: 725px;
}
.root.mobile .adults-2021 .k-section {
  margin-top: 60px;
}
.root.mobile .adults-2021 .ShiftCover header {
  width: 303px;
  bottom: 29px;
}
.root.mobile .adults-2021 .ShiftCover h2.title {
  margin-top: 8px;
  font-size: 24.75px;
  line-height: 24.75px;
  text-align: center;
}
.root.mobile .adults-2021 .ShiftCover h1.short-description {
  font-size: 12px !important;
  line-height: 130%;
  margin-top: 15px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.adults-2022 .k-facts {
  position: relative;
}
.adults-2022 .k-facts h2.shift-header {
  margin-top: 0px;
}
.adults-2022 .k-facts .soldout {
  color: #e5002c;
  border-bottom: 1px solid #ea6c74;
  margin-right: 10px;
}
.adults-2022 .k-facts .facts__list {
  margin-top: 40px;
}
.adults-2022 .k-facts .facts__list .number {
  background: transparent;
  color: #000;
  display: inline-block;
  font-weight: normal;
  line-height: 27px;
  margin-right: 15px;
  text-align: center;
  min-width: 60px;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  height: 29px;
  display: flex;
}
.adults-2022 .k-facts .facts__list .k-fact .k-fact-text {
  font-family: 'Times-Roman';
  font-size: 21px;
  color: #000;
  line-height: 27px;
}
.adults-2022 .k-facts .shift-description {
  display: inline-block;
  margin-top: 19px;
}
.adults-2022 .k-facts .shift-description .shifts-dates {
  text-align: center;
}
.adults-2022 .k-facts .shift-description .shifts-dates header {
  font-size: 15px;
  font-weight: bold;
  color: #55ba5c;
  text-transform: uppercase;
}
.adults-2022 .k-facts .shift-description .shifts-dates p {
  font-family: Navigo;
  font-size: 25px;
  font-weight: normal;
  margin-top: 15px;
}
.adults-2022 .k-facts .shift-description section.buy {
  background: transparent;
  position: relative;
  margin-top: 9px !important;
  width: 380px;
  text-align: center;
  padding: 0;
  left: 0;
}
.adults-2022 .k-facts .shift-description section.buy .bt-btn {
  margin-top: 30px;
}
.adults-2022 .k-facts .shift-description section.buy .bt-btn .buy-tickets {
  background: #333;
}
.adults-2022 .k-facts .shift-description section.buy em {
  color: #f00;
}
.adults-2022 .k-facts .shift-description section.buy hr {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 1px;
}
.adults-2022 .k-facts .shift-description section.buy .buy-tickets {
  margin-top: 0px;
  width: auto;
  background: #55ba5c;
  text-transform: uppercase;
  font-size: 17px;
  font-family: "navigo";
  color: #fff !important;
  height: 70px;
  line-height: 70px;
}
.adults-2022 .k-facts .shift-description section.buy .buy-tickets.disabled {
  background: #c7c7c7;
  cursor: default !important;
}
.adults-2022 .k-facts .shift-description .facts__caution {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  position: absolute;
  bottom: 0;
  font-family: "navigo";
}
.adults-2022 .k-facts .shift-description .facts__caution header {
  font-weight: bold;
  color: #d0021b;
  font-size: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.adults-2022 .k-facts .shift-description .facts__caution p {
  line-height: 22px;
  font-size: 15px;
}
.adults-2022 .k-facts small {
  margin-top: 35px;
}
.adults-2022 .k-facts .facts__cost {
  margin-top: 35px;
  font-weight: normal;
}
.adults-2022 .k-facts .facts__cost header {
  font-weight: bold;
  font-family: "navigo";
  font-size: 15px;
  text-transform: uppercase;
}
.adults-2022 .k-facts .facts__cost .facts__cost__current {
  font-size: 15px;
  line-height: 22px;
  font-family: "navigo";
  margin-top: 10px;
}
.adults-2022 .k-facts .facts__cost .facts__cost__current p {
  font-weight: normal;
  font-size: 15px;
  font-family: "navigo";
  margin-top: 15px;
}
.adults-2022 .k-facts .facts__cost .facts__cost__current p em {
  color: #55ba5c;
}
.adults-2022 .k-facts .facts__includes {
  text-align: left;
  border: 1px solid #d8d8d8;
  margin-top: 50px;
  padding: 25px 36px 35px;
  text-align: center;
}
.adults-2022 .k-facts .facts__includes header {
  font-weight: bold;
  font-size: 15px;
  font-family: "navigo";
  text-transform: uppercase;
}
.adults-2022 .k-facts .facts__includes p {
  font-size: 15px;
  font-family: "navigo";
  margin-top: 15px;
  line-height: 22px;
}
.adults-2022 .k-facts .facts__text {
  position: relative;
}
.root.mobile .adults-2022 .k-facts .facts__text {
  margin-left: 8px;
  margin-right: 12px;
}
.root.mobile .adults-2022 .k-facts .facts__text h2.shift-header {
  text-align: center;
  margin-top: 0;
  font-size: 24.75px;
  line-height: 24.75px;
}
.root.mobile .adults-2022 .k-facts .facts__text .k-text {
  font-size: 15.36px;
  line-height: 18.773px;
}
.root.mobile .adults-2022 .k-facts .facts__list {
  margin-top: 30px;
}
.root.mobile .adults-2022 .k-facts .facts__list .number {
  font-size: 13.653px;
  line-height: 18.773px;
  min-width: 27px;
  margin-right: 0;
  padding-left: 0;
}
.root.mobile .adults-2022 .k-facts .facts__list .k-fact .k-fact-text {
  font-size: 15.36px;
  line-height: 18.773px;
}
.root.mobile .adults-2022 .k-facts .facts__includes {
  border: none;
  line-height: 1.5;
  background-color: #f8f8f8;
  margin: 30px -10px 0;
  padding: 25px 50px;
}
.root.mobile .adults-2022 .k-facts .facts__includes header,
.root.mobile .adults-2022 .k-facts .facts__includes p {
  font-size: 12.8px;
  line-height: 150%;
  margin-top: 0px;
}
.root.mobile .adults-2022 .k-facts .facts__includes header {
  margin-bottom: 12px;
  font-weight: bold;
}
.root.mobile .adults-2022 .k-facts .facts__includes p {
  margin-bottom: 20px;
}
.root.mobile .adults-2022 .k-facts .facts__includes p:last-child {
  margin-bottom: 0;
}
.root.mobile .adults-2022 .k-facts section.buy {
  padding: 0;
  width: auto;
  position: static;
  margin-top: 0px;
  background: transparent;
}
.root.mobile .adults-2022 .k-facts section.buy .facts__cost header {
  font-size: 24.75px;
  line-height: 24.75px;
  font-weight: normal;
  color: #000;
  text-transform: none;
  margin-top: 60px;
  margin-bottom: 30px;
}
.root.mobile .adults-2022 .k-facts section.buy .facts__cost p {
  max-width: 284px;
  display: inline-block;
}
.root.mobile .adults-2022 .k-facts section.buy .facts__cost p em {
  color: #000;
}
.root.mobile .adults-2022 .k-facts section.buy .facts__cost .facts__cost__current {
  margin-top: 0;
}
.root.mobile .adults-2022 .k-facts section.buy .facts__cost .facts__cost__current p {
  margin-top: 0;
}
.root.mobile .adults-2022 .k-facts .shift-description {
  margin-top: 0;
}
.root.mobile .adults-2022 .k-facts .shift-description .shifts-dates header {
  font-size: 24.75px;
  line-height: 24.75px;
  font-weight: normal;
  color: #000;
  text-transform: none;
  margin-top: 60px;
  margin-bottom: 30px;
}
.root.mobile .adults-2022 .k-facts .shift-description .shifts-dates p {
  font-size: 18.773px;
  line-height: 44px;
  margin-top: 0;
  height: 44px;
  border-style: solid;
  border-top-width: 0.5px;
  border-color: #bdbdbd;
}
.root.mobile .adults-2022 .k-facts .shift-description .shifts-dates p:last-child {
  border-bottom-width: 0.5px;
}
.root.mobile .adults-2022 .k-facts .facts__caution {
  position: relative;
  margin-top: 0px;
  padding: 0 5px;
}
.root.mobile .adults-2022 .k-facts .facts__caution header,
.root.mobile .adults-2022 .k-facts .facts__caution p {
  font-size: 12.8px;
  line-height: 150%;
}
.root.mobile .adults-2022 .k-facts .facts__caution header {
  margin-top: 60px;
  margin-bottom: 30px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.adults-2022 .k-gallery .gallery-controls-wrap {
  display: flex;
  height: 48px;
}
.adults-2022 .k-gallery .gallery-controls {
  align-self: flex-end;
}
.adults-2022 .k-gallery .gallery-controls button {
  color: #55ba5c;
  border-radius: 0;
  font-size: 15px;
  font-weight: bold;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  margin-right: 10px;
  border: 2px solid #fff;
  padding: 0px 10px;
  font-family: "navigo";
  padding-top: 0px;
  padding-bottom: 1px;
}
.adults-2022 .k-gallery .gallery-controls button.active {
  cursor: default;
  color: #000;
  border: 2px solid #000;
}
.adults-2022 .k-gallery .controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-self: flex-end;
  width: 100%;
  justify-content: space-between;
  position: relative;
  top: 2px;
}
.adults-2022 .k-gallery .controls button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.adults-2022 .k-gallery .controls button.disabled {
  cursor: default;
  opacity: 0.5;
}
.adults-2022 .k-gallery .controls .current {
  position: relative;
  top: -2px;
  font-size: 15px;
  font-weight: bold;
  align-self: center;
}
.adults-2022 .k-gallery .gallery-wrap {
  min-height: 600px;
  margin-top: 40px;
  position: relative;
}
.adults-2022 .k-gallery .gallery-wrap .gallery-nav-button {
  cursor: default;
  display: block;
  position: absolute;
  height: 100%;
  width: 50%;
  background: none;
  margin: 0;
  padding: 0;
  z-index: 2;
  border: none;
  outline: none;
}
.adults-2022 .k-gallery .gallery-wrap .gallery-nav-button.active {
  cursor: pointer;
}
.adults-2022 .k-gallery .gallery-wrap .gallery-nav-button.left {
  left: 0;
}
.adults-2022 .k-gallery .gallery-wrap .gallery-nav-button.right {
  right: 0;
}
.root.mobile .adults-2022 .k-gallery {
  margin-bottom: 0px !important;
}
.root.mobile .adults-2022 .k-gallery h2.shift-header {
  margin-top: 30px;
  text-align: center;
}
.root.mobile .adults-2022 .k-gallery .k-swiper {
  margin-top: 30px;
}
.root.mobile .adults-2022 .k-gallery .gallery-wrap {
  min-height: 213px;
  margin-top: 0px;
}
.root.mobile .adults-2022 .k-gallery .mobile-pagination {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  margin-top: 15px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.adults-2022 .k-leaders .name {
  font-size: 29px;
  margin-top: 22px;
  font-weight: normal;
  color: #000;
}
.adults-2022 .k-leaders .job {
  font-size: 18px;
  line-height: 25px;
  font-family: navigo;
}
.root.mobile .adults-2022 .k-leaders.cb-row.k-section {
  margin-top: 60px;
}
.root.mobile .adults-2022 .k-leaders .name {
  margin-top: 20px;
  font-size: 21px;
  font-weight: normal;
}
.root.mobile .adults-2022 .k-leaders h2.shift-header {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
}
.root.mobile .adults-2022 .k-leaders .job {
  font-size: 15.36px;
  line-height: 130%;
  font-family: navigo;
}

.k-press__list {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.k-press__list a {
  opacity: 0.4;
  transition: opacity 300ms;
  cursor: pointer;
}
.k-press__list a:hover {
  opacity: 1;
}
.root.mobile .k-press .k-content.k-press__list {
  width: 300px;
  flex-wrap: wrap;
  margin-bottom: 0px !important;
  justify-content: space-around;
}
.root.mobile .k-press .k-content h2.shift-header {
  text-align: center;
}

.adults-2022 .k-testimonials .testimonial {
  margin-top: 45px;
}
.adults-2022 .k-testimonials .testimonial .testimonial__header {
  display: flex;
  height: 60px;
}
.adults-2022 .k-testimonials .testimonial .testimonial__header .testimonial__image {
  width: 60px;
  min-width: 60px;
  border-radius: 100%;
  margin-right: 20px;
  overflow: hidden;
}
.adults-2022 .k-testimonials .testimonial .testimonial__header .testimonial__desc {
  display: flex;
  flex-direction: column;
  align-self: center;
}
.adults-2022 .k-testimonials .testimonial .testimonial__header .testimonial__desc .testimonial__name {
  font-size: 18px;
  font-weight: bold;
}
.adults-2022 .k-testimonials .testimonial .testimonial__header .testimonial__desc .testimonial__job {
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
}
.adults-2022 .k-testimonials .testimonial .testimonial__text {
  font-family: sans-serif;
  margin-top: 20px;
  max-width: 340px;
  font-family: navigo;
  font-size: 15px;
  line-height: 22px;
}
.root.mobile .adults-2022 .k-section.k-testimonials {
  margin-top: 75px;
}
.root.mobile .adults-2022 .k-section.k-testimonials h2.shift-header {
  text-align: center;
}
.root.mobile .adults-2022 .k-section.k-testimonials .cb-col:first-child .testimonial:first-child {
  margin-top: 24px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.adults-2022 .k-participants {
  margin-top: 80px;
}
.adults-2022 .k-participants .participants-controls-wrap {
  display: flex;
  height: 48px;
  justify-content: flex-end;
}
.adults-2022 .k-participants .participants-controls-wrap .participants-controls {
  align-self: flex-end;
  display: flex;
  justify-content: flex-end;
}
.adults-2022 .k-participants .participants-controls-wrap .participants-controls button {
  width: 109px;
  height: 30px;
  color: #55ba5c;
  border-radius: 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  margin-left: 10px;
  border: 2px solid #fff;
  font-family: "navigo";
  text-transform: uppercase;
}
.adults-2022 .k-participants .participants-controls-wrap .participants-controls button.active {
  color: #000;
  border: 2px solid #000;
  pointer-events: none;
}
.adults-2022 .k-participants .participants-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 47px;
}
.adults-2022 .k-participants .participants-container .participant {
  width: 109px;
  height: 136px;
  margin-bottom: 10px;
  border-radius: 6px;
  background: rgba(196,196,196,0.2);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.root.mobile .adults-2022 .k-participants {
  margin-top: 72px;
}
.root.mobile .adults-2022 .k-participants h2.shift-header {
  text-align: center;
}
.root.mobile .adults-2022 .k-participants .participants-container {
  margin-top: 18px;
  display: block;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.root.mobile .adults-2022 .k-participants .participants-container::-webkit-scrollbar {
  display: none;
}
.root.mobile .adults-2022 .k-participants .participants-container .participant {
  display: inline-block;
  width: 128px;
  height: 159.73px;
  margin-left: 10px;
  margin-bottom: 0;
}
.root.mobile .adults-2022 .k-participants .participants-container .participant:last-child {
  margin-right: 10px;
}

.adults-2022 .k-must-have .k-must-have__inner {
  column-count: 2;
}
.adults-2022 .k-must-have h2 {
  margin-bottom: 40px;
}
.adults-2022 .k-must-have .musthave__list {
  max-width: 500px;
}
.adults-2022 .k-must-have .musthave__list:nth-child(1) {
  margin-top: 0px;
}
.adults-2022 .k-must-have .musthave__list li {
  font-family: Times-Roman;
  font-size: 21px;
  color: #000;
  line-height: 27px;
}
.adults-2022 .k-must-have .musthave__list li .number {
  background: transparent;
  color: #000;
  display: inline-block;
  font-weight: normal;
  line-height: 27px;
  margin-right: 15px;
  text-align: center;
  min-width: 60px;
  font-family: Navigo;
  font-size: 18px;
  height: 29px;
  display: flex;
}
.root.mobile .adults-2022 .k-must-have h2.shift-header {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.root.mobile .adults-2022 .k-must-have .musthave__list {
  margin-top: 30px;
}
.root.mobile .adults-2022 .k-must-have .musthave__list li {
  font-size: 15.36px;
  line-height: 18.773px;
}
.root.mobile .adults-2022 .k-must-have .musthave__list li .number {
  font-size: 13.653px;
  line-height: 18.773px;
  min-width: 27px;
  margin-right: 0;
  padding-left: 0;
}
.root.mobile .adults-2022 .k-must-have .k-must-have__inner {
  column-count: 1;
}

.adults-2022.adults-2022--ready .mask {
  pointer-events: none;
  opacity: 0;
}
.adults-2022 .mask {
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transition: opacity 300ms;
  z-index: 100000;
}
.adults-2022 .k-fixed-buy-button__link {
  background: #333;
}
.adults-2022 .ShiftCover h1.short-description {
  width: 725px;
}
.root.mobile .adults-2022 .k-section {
  margin-top: 60px;
}
.root.mobile .adults-2022 .ShiftCover header {
  width: 303px;
  bottom: 29px;
}
.root.mobile .adults-2022 .ShiftCover h2.title {
  margin-top: 8px;
  font-size: 24.75px;
  line-height: 24.75px;
  text-align: center;
}
.root.mobile .adults-2022 .ShiftCover h1.short-description {
  font-size: 12px !important;
  line-height: 130%;
  margin-top: 15px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.norway .k-facts .shift-dates {
  display: flex;
  justify-content: space-between;
}
.norway .k-facts .soldout {
  color: #e5002c;
  border-bottom: 1px solid #ea6c74;
  margin-right: 10px;
}
.norway .k-facts .facts__list {
  margin-top: 40px;
  margin-bottom: 65px;
  position: relative;
  left: -7px;
}
.norway .k-facts .facts__list .k-list-item {
  margin-bottom: 20px;
}
.norway .k-facts .facts__list .number {
  background: transparent;
  border-radius: 100%;
  color: #000;
  font-weight: normal;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  width: 28px;
  min-width: 28px;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  height: 29px;
  padding-left: 1px;
  display: block;
}
.norway .k-facts section.buy {
  background: transparent;
  position: relative;
  width: 380px;
  left: -6px;
  text-align: center;
}
.norway .k-facts section.buy em {
  color: #f00;
}
.norway .k-facts section.buy hr {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 1px;
}
.norway .k-facts section.buy .facts__single__shift__date {
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px;
}
.norway .k-facts section.buy .facts__single__shift__date span {
  font-size: 21px;
  line-height: 22px;
  letter-spacing: 0;
  font-family: navigo;
}
.norway .k-facts section.buy header {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}
.norway .k-facts section.buy .buy-tickets {
  margin-top: 0;
  width: auto;
  background: #333;
  box-shadow: 0 0 50px 0 rgba(51,51,51,0.5);
  text-transform: uppercase;
  font-size: 17px;
  font-family: navigo;
  color: #fff !important;
}
.norway .k-facts section.buy .buy-tickets.disabled {
  background: #c7c7c7;
  cursor: default !important;
}
.norway .k-facts small {
  margin-top: 35px;
}
.norway .k-facts .facts__cost {
  margin: 35px 0;
  font-weight: normal;
}
.norway .k-facts .facts__cost header {
  font-weight: bold;
  margin-bottom: 15px;
}
.norway .k-facts .facts__cost .facts__cost__current {
  font-size: 15px;
  line-height: 22px;
  font-family: "navigo";
  margin-top: 10px;
}
.norway .k-facts .facts__cost .facts__cost__current header {
  color: #55ba5c;
  font-size: 14px;
  font-weight: normal;
}
.norway .k-facts .facts__cost .facts__cost__current p {
  font-weight: normal;
  font-size: 15px;
  font-family: "navigo";
}
.norway .k-facts .facts__cost .facts__cost__current p em {
  color: #55ba5c;
}
.norway .k-facts .facts__cost .facts__cost__next {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
  font-family: "navigo";
}
.norway .k-facts .facts__cost .facts__cost__next header {
  font-weight: normal;
  color: #55ba5c;
}
.norway .k-facts .facts__cost .facts__cost__next p {
  font-weight: normal;
  max-width: 300px;
  margin: 0 auto;
}
.norway .k-facts .facts__cost .facts__cost__next p em {
  color: #55ba5c;
}
.norway .k-facts .facts__includes {
  font-size: 15px;
  border: 0.5px solid #000;
  text-align: center;
  padding: 35px 23px 15px 23px;
}
.norway .k-facts .facts__includes header {
  font-weight: bold;
}
.norway .k-facts .facts__includes .facts__includes__list {
  margin-top: 15px;
}
.norway .k-facts .facts__includes .facts__includes__list li {
  line-height: 22px;
  margin-bottom: 20px;
}
.norway .k-facts .facts__includes .facts__includes__list li .plus {
  margin-right: 5px;
}
.norway .k-facts .facts__caution {
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  margin-top: 30px;
}
.norway .k-facts .facts__caution header {
  font-weight: bold;
  color: #55ba5c;
}
.norway .k-facts .facts__caution p {
  line-height: 18px;
  margin-top: 5px;
}
.norway .k-facts .facts__caution p a {
  text-decoration: underline;
}
.norway .k-facts .facts__text {
  padding: 0;
  position: relative;
}
.root.mobile .norway .k-facts .facts__list .k-list-item {
  width: 100%;
  align-items: end;
}
.root.mobile .norway .k-facts .facts__list .k-list-item .number {
  top: 1px;
  font-size: 15px;
  margin-right: 15px;
  height: 22px;
  line-height: 22px;
  width: 29px;
}
.root.mobile .norway .k-facts .shift-description {
  margin-top: -30px;
  padding: 14px 0 14px 0;
  background: #eee;
}
.root.mobile .norway .k-facts .shift-dates {
  display: block;
  margin-bottom: 0px;
  padding-top: 20px;
  text-align: center;
  top: 0;
}
.root.mobile .norway .k-facts .shift-dates .shift-date {
  margin-bottom: 20px;
}
.root.mobile .norway .k-facts .facts__includes {
  border: none;
  padding: unset;
}
.root.mobile .norway .k-facts section.buy {
  padding: 0;
  width: auto;
  position: static;
  margin-top: 0px;
  background: transparent;
}
.root.mobile .norway .k-facts .hr {
  margin-bottom: 30px;
}

.norway .k-location {
  position: relative;
}
.norway .k-location .location-header-desktop {
  position: absolute;
  top: -116px;
}
.norway .k-location .location__desc {
  margin-top: 47px;
}
.norway .k-location .location__text {
  margin-bottom: 100px;
}
.norway .k-location .location__text a.googlemaps {
  font-family: navigo;
  font-size: 18px;
  line-height: 27px;
  color: #000;
  margin-left: 0;
}
.norway .k-location .location-residence-header {
  margin-bottom: 30px;
  margin-left: -1px;
}
.norway .k-location .location-residence-desc {
  max-width: 765px;
}
.norway .k-location .location-image-wrap {
  max-width: 1180px;
  margin-top: 50px;
}
.norway .k-location .desktop-map {
  position: relative;
  top: 9px;
  display: block;
  float: right;
  clear: both;
}
.root.mobile .norway .k-location {
  margin-top: 75px !important;
}
.root.mobile .norway .k-location .location-image-wrap {
  margin-top: 28px;
}
.root.mobile .norway .k-location .location__text {
  margin-bottom: 75px;
}
.root.mobile .norway .k-location .location__text br {
  display: none;
}
.root.mobile .norway .k-location .location__map-mobile {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}
.root.mobile .norway .k-location .location__desc {
  margin-top: 23px;
}
.root.mobile .norway .k-location .shift-header {
  text-align: center;
  margin-bottom: 28px;
}
.root.mobile .norway .k-location .location-residence-header {
  text-align: left;
  margin-left: unset;
  margin-bottom: 20px;
}
.root.mobile .norway .k-location .location-residence-desc {
  max-width: calc(100% - 20px);
}
.root.mobile .norway .k-location .googlemaps {
  font-size: 15px;
  font-weight: bold;
  font-family: 'navigo';
  display: block;
  text-align: center;
  margin-top: 10px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.norway .k-gallery {
  position: relative;
  margin-top: 40px;
}
.norway .k-gallery .gallery {
  margin-bottom: 50px;
}
.norway .k-gallery .gallery-controls-wrap {
  display: flex;
  justify-content: center;
}
.norway .k-gallery .gallery-building-plan {
  text-align: center;
}
.norway .k-gallery .gallery-controls {
  position: absolute;
  align-self: flex-end;
}
.norway .k-gallery .gallery-controls button {
  color: #55ba5c;
  border-radius: 0;
  font-size: 15px;
  font-weight: bold;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  margin-right: 10px;
  border: 2px solid #fff;
  padding: 0px 10px;
  font-family: "navigo";
  padding-top: 0px;
  padding-bottom: 1px;
}
.norway .k-gallery .gallery-controls button.active {
  cursor: default;
  color: #000;
  border: 2px solid #000;
}
.norway .k-gallery .controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  z-index: 2;
  width: 95%;
  top: 50%;
  justify-content: space-between;
  transform: translate(0, -50%);
  position: absolute;
}
.norway .k-gallery .controls button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.norway .k-gallery .controls button.disabled {
  cursor: default;
  opacity: 0.5;
}
.norway .k-gallery .controls .current {
  position: relative;
  top: -2px;
  font-size: 15px;
  font-weight: bold;
  align-self: center;
}
.norway .k-gallery .gallery-building-plan .floor-label {
  font-size: 15px;
  line-height: 1.47;
  font-family: navigo;
  color: #000;
  margin-top: 28px;
}
.norway .k-gallery .gallery-wrap {
  min-height: 700px;
  max-height: 700px;
  margin: 52px 0;
  position: relative;
}
.norway .k-gallery .gallery-wrap .gallery-nav-button {
  cursor: default;
  display: block;
  position: absolute;
  height: 100%;
  width: 50%;
  background: none;
  margin: 0;
  padding: 0;
  z-index: 2;
  border: none;
  outline: none;
}
.norway .k-gallery .gallery-wrap .gallery-nav-button.active {
  cursor: pointer;
}
.norway .k-gallery .gallery-wrap .gallery-nav-button.left {
  left: 0;
}
.norway .k-gallery .gallery-wrap .gallery-nav-button.right {
  right: 0;
}
.norway .k-gallery .floor-one {
  display: block;
}
.norway .k-gallery .floor-two {
  position: relative;
  top: -19px;
}
.root.mobile .norway .k-gallery {
  margin-bottom: 0;
  margin-top: 30px;
}
.root.mobile .norway .k-gallery .gallery {
  margin-bottom: 0;
}
.root.mobile .norway .k-gallery .gallery-wrap {
  min-height: 191px;
  margin: 0;
}
.root.mobile .norway .k-gallery .gallery-building-plan {
  margin-bottom: 60px;
}
.root.mobile .norway .k-gallery .gallery-building-plan .floor-label {
  margin-top: 14px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.norway .k-leaders {
  margin-top: 45px;
}
.norway .k-leaders ul {
  margin-top: 60px;
}
.norway .k-leaders ul li {
  width: 580px;
  height: 780px;
  margin-right: 20px;
}
.norway .k-leaders ul li:nth-of-type(even) {
  margin-right: 0;
}
.norway .k-leaders .name {
  font-size: 29px;
  margin-top: 22px;
  font-weight: normal;
  color: #000;
}
.norway .k-leaders .job {
  font-size: 15px;
  line-height: 25px;
  font-family: navigo;
}
.norway .k-leaders .leaders__heading {
  margin-left: -2px;
}
.root.mobile .norway .k-leaders ul {
  display: block;
  margin-top: 0;
  background: unset;
}
.root.mobile .norway .k-leaders ul li {
  padding-top: 0;
  height: auto;
  text-align: left;
  padding-bottom: 23px;
}
.root.mobile .norway .k-leaders .name {
  margin-top: 20px;
  font-size: 21px;
  font-weight: normal;
}
.root.mobile .norway .k-leaders .job {
  width: 100%;
  font-size: 18px;
}
.root.mobile .norway .k-leaders .job br {
  display: none;
}
.root.mobile .norway .k-leaders .leaders__heading {
  margin-left: unset;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.norway .k-programm {
  margin-top: 0;
}
.norway .k-programm .programm__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 520px;
  margin-top: 40px;
  position: relative;
  left: -8px;
}
.norway .k-programm .programm__list .k-list-item {
  width: 50%;
  max-width: 575px;
  margin-bottom: 20px;
}
.norway .k-programm .programm__list .number {
  background: transparent;
  border-radius: 100%;
  color: #000;
  font-weight: normal;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  width: 28px;
  min-width: 28px;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  height: 29px;
  padding-left: 1px;
  display: block;
}
.norway .k-programm small {
  margin-top: 35px;
}
.norway .k-programm .programm__text {
  position: relative;
}
.root.mobile .norway .k-programm {
  padding: 0 10px;
  margin-top: 40px;
}
.root.mobile .norway .k-programm .programm__list {
  display: block;
  flex-wrap: unset;
  flex-direction: unset;
  margin-top: 23px;
  height: auto;
  left: -6px;
}
.root.mobile .norway .k-programm .programm__list .k-list-item {
  width: 100%;
  max-width: calc(100% - 20px);
  align-items: end;
}
.root.mobile .norway .k-programm .programm__list .k-list-item .number {
  top: 1px;
  font-size: 15px;
  margin-right: 15px;
  height: 22px;
  line-height: 22px;
  width: 29px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.norway .k-cooks {
  position: relative;
  left: 6px;
}
.norway .k-cooks .shift-header {
  position: relative;
  top: -15px;
  left: -8px;
  margin-bottom: 20px;
}
.norway .k-cooks .k-text {
  max-width: 350px;
  position: relative;
  left: -7px;
}
.norway .k-cooks ul {
  list-style: none;
}
.norway .k-cooks ul li {
  display: inline-block;
}
.norway .k-cooks ul li img {
  border-radius: 4px;
}
.norway .k-cooks ul li:first-child {
  margin-right: 19px;
}
.norway .k-cooks .name {
  font-size: 29px;
  margin-top: 22px;
  margin-bottom: 11px;
  font-weight: normal;
  color: #000;
}
.norway .k-cooks .job {
  font-size: 18px;
  line-height: 25px;
  font-family: navigo;
}
.root.mobile .norway .k-cooks {
  left: unset;
  margin-top: 60px;
}
.root.mobile .norway .k-cooks h2.shift-header {
  position: static;
  left: unset;
}
.root.mobile .norway .k-cooks ul {
  display: block;
  margin-top: 0;
  background: unset;
}
.root.mobile .norway .k-cooks ul li {
  padding-top: 0;
  height: auto;
  text-align: left;
  margin-right: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.root.mobile .norway .k-cooks ul li:last-child {
  padding-bottom: 0;
}
.root.mobile .norway .k-cooks .name {
  margin-top: 20px;
  font-size: 21px;
  font-weight: normal;
}
.root.mobile .norway .k-cooks .job {
  width: 100%;
  font-size: 18px;
  font-family: times;
}
.root.mobile .norway .k-cooks .job br {
  display: none;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.norway .k-get-with-your-self h2 {
  margin-bottom: 28px;
}
.norway .k-get-with-your-self .items__desc {
  max-width: 775px;
}
.norway .k-get-with-your-self .items__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 520px;
  margin-top: 40px;
  position: relative;
  left: -8px;
}
.norway .k-get-with-your-self .items__list .k-list-item {
  width: 50%;
  max-width: 575px;
  margin-bottom: 20px;
}
.norway .k-get-with-your-self .items__list .number {
  background: transparent;
  border-radius: 100%;
  color: #000;
  font-weight: normal;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  width: 28px;
  min-width: 28px;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  height: 29px;
  padding-left: 1px;
  display: block;
}
.norway .k-get-with-your-self small {
  margin-top: 35px;
}
.norway .k-get-with-your-self .get-items__text {
  position: relative;
}
.root.mobile .norway .k-get-with-your-self {
  padding: 0 10px;
  margin-top: 60px;
}
.root.mobile .norway .k-get-with-your-self h2 {
  margin-bottom: 23px;
}
.root.mobile .norway .k-get-with-your-self .items__desc {
  max-width: calc(100% - 20px);
}
.root.mobile .norway .k-get-with-your-self .items__desc br {
  display: none;
}
.root.mobile .norway .k-get-with-your-self .items__list {
  display: block;
  flex-wrap: unset;
  flex-direction: unset;
  margin-top: 23px;
  height: auto;
  left: -6px;
}
.root.mobile .norway .k-get-with-your-self .items__list .k-list-item {
  width: 100%;
  max-width: calc(100% - 20px);
  align-items: end;
}
.root.mobile .norway .k-get-with-your-self .items__list .k-list-item .number {
  top: 1px;
  font-size: 15px;
  margin-right: 15px;
  height: 22px;
  line-height: 22px;
  width: 29px;
}
.root.mobile .norway .k-get-with-your-self .hr {
  margin-bottom: 30px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.norway .k-get-docs h2 {
  margin-bottom: 28px;
}
.norway .k-get-docs .docs__list {
  display: flex;
  margin-top: 40px;
}
.norway .k-get-docs .docs__list .k-list-item {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.norway .k-get-docs .docs__list .number {
  background: transparent;
  color: #000;
  font-weight: normal;
  line-height: 30px;
  width: 28px;
  min-width: 28px;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  height: 40px;
}
.norway .k-get-docs .docs__list .desc {
  font-size: 15px;
  font-family: navigo;
  line-height: 27px;
  max-width: 215px;
}
.norway .k-get-docs small {
  margin-top: 35px;
}
.root.mobile .norway .k-get-docs {
  padding: 0 10px;
  margin-top: 60px;
}
.root.mobile .norway .k-get-docs .shift-header {
  margin-bottom: 40px;
}
.root.mobile .norway .k-get-docs .docs__list {
  margin-top: 23px;
  margin-bottom: 23px;
  display: block;
}
.root.mobile .norway .k-get-docs .docs__list .k-list-item {
  display: flex;
  flex-direction: unset;
  width: 100%;
  max-width: calc(100% - 20px);
  align-items: end;
}
.root.mobile .norway .k-get-docs .docs__list .number {
  top: 1px;
  font-size: 15px;
  margin-right: 15px;
  height: 22px;
  line-height: 22px;
  width: 29px;
}
.root.mobile .norway .k-get-docs .docs__list .desc {
  font-size: 18px;
  font-family: Times;
  line-height: 22px;
  max-width: unset;
}
.root.mobile .norway .k-get-docs .docs__list .desc br {
  display: none;
}

.norway .grid .cb-row {
  max-width: 1180px !important;
}
.norway .grid .cb-row .cb-col {
  padding: 0;
}
.norway h2.shift-header {
  text-indent: -2px;
}
.norway.norway--ready .mask {
  pointer-events: none;
  opacity: 0;
}
.norway .mask {
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transition: opacity 300ms;
  z-index: 100000;
}
.root.mobile .norway {
  direction: unset;
}
.root.mobile .norway .k-fixed-buy-button__link {
  background: #333;
  box-shadow: 0 0 50px 0 rgba(51,51,51,0.5);
}

.root.mobile .virtual .k-description h2.shift-header {
  text-align: center;
  font-size: 22px !important;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.virtual .k-facts {
  position: relative;
}
.virtual .k-facts h2.shift-header {
  margin-top: 0px;
}
.virtual .k-facts .facts__list {
  margin-top: 40px;
}
.virtual .k-facts .facts__list .number {
  background: transparent;
  color: #000;
  display: inline-block;
  font-weight: normal;
  line-height: 27px;
  margin-right: 15px;
  text-align: center;
  min-width: 60px;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  height: 29px;
  display: flex;
}
.virtual .k-facts .facts__list .k-fact .k-fact-text {
  font-family: 'Times-Roman';
  font-size: 21px;
  color: #000;
  line-height: 27px;
}
.virtual .k-facts .facts__note {
  display: inline-block;
  margin-top: 30px;
}
.virtual .k-facts .facts__note .shifts-dates {
  text-align: center;
}
.virtual .k-facts .facts__note .shifts-dates header {
  font-size: 15px;
  font-weight: bold;
  color: #55ba5c;
  text-transform: uppercase;
}
.virtual .k-facts .facts__note .shifts-dates p {
  font-family: Navigo;
  font-size: 25px;
  font-weight: normal;
  margin-top: 15px;
}
.virtual .k-facts .facts__note section {
  background: transparent;
  position: relative;
  margin-top: 9px !important;
  width: 100%;
  text-align: center;
  padding: 0;
  left: 0;
}
.virtual .k-facts .facts__note section .bt-btn {
  margin-top: 30px;
}
.virtual .k-facts .facts__note section .bt-btn .buy-tickets {
  background: #333;
}
.virtual .k-facts .facts__note section em {
  color: #f00;
}
.virtual .k-facts .facts__note section hr {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 1px;
}
.virtual .k-facts .facts__note section .buy-tickets {
  margin-top: 0px;
  width: auto;
  background: #55ba5c;
  text-transform: uppercase;
  font-size: 17px;
  font-family: "navigo";
  color: #fff !important;
  height: 70px;
  line-height: 70px;
}
.virtual .k-facts .facts__note section .buy-tickets.disabled {
  background: #c7c7c7;
  cursor: default !important;
}
.virtual .k-facts small {
  margin-top: 35px;
}
.virtual .k-facts .facts__includes {
  text-align: left;
  border: 1px solid #d8d8d8;
  padding: 39px 29px 37px;
  text-align: center;
}
.virtual .k-facts .facts__includes header {
  font-weight: bold;
  font-size: 15px;
  font-family: "navigo";
  text-transform: uppercase;
}
.virtual .k-facts .facts__includes p {
  font-size: 15px;
  font-family: "navigo";
  margin-top: 22px;
  line-height: 22px;
}
.virtual .k-facts .facts__text {
  position: relative;
}
.root.mobile .virtual .k-facts {
  padding: 0 10px;
}
.root.mobile .virtual .k-facts .facts__text {
  margin: 0;
}
.root.mobile .virtual .k-facts .facts__list {
  margin-top: 20px;
}
.root.mobile .virtual .k-facts .facts__list .number {
  min-width: 29px;
  margin-right: 5px;
}
.root.mobile .virtual .k-facts .facts__list .k-fact .k-fact-text {
  -webkit-text-size-adjust: none;
  font-size: 18px;
}
.root.mobile .virtual .k-facts .facts__note {
  margin-top: 20px;
}
.root.mobile .virtual .k-facts .facts__note section {
  padding: 0;
  width: auto;
  position: static;
  margin-top: 0px;
  background: transparent;
  padding-bottom: 25px;
}
.root.mobile .virtual .k-facts .facts__note section hr {
  margin-bottom: 5px;
  height: 2px;
  width: 30%;
  background-color: #d8d8d8;
  display: inline-block;
}
.root.mobile .virtual .k-facts .facts__includes {
  padding: 20px 24px 27px 25px;
  margin-top: 0px;
  line-height: 1.5;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.virtual .k-leaders {
  margin-top: 45px;
}
.virtual .k-leaders ul {
  margin-top: 60px;
}
.virtual .k-leaders ul li {
  width: 380px;
  height: 510px;
  margin-right: 20px;
}
.virtual .k-leaders ul li:last-child {
  margin-right: 0;
}
.virtual .k-leaders .name {
  font-size: 29px;
  margin-top: 22px;
  font-weight: normal;
  color: #000;
}
.virtual .k-leaders .job {
  font-size: 15px;
  line-height: 25px;
  font-family: navigo;
}
.virtual .k-leaders .leaders__heading {
  margin-left: -2px;
}
.root.mobile .virtual .k-leaders ul {
  display: block;
  margin-top: 0;
  background: unset;
}
.root.mobile .virtual .k-leaders ul li {
  padding-top: 0;
  height: auto;
  text-align: center;
  padding-bottom: 32px;
}
.root.mobile .virtual .k-leaders .name {
  margin-top: 16px;
  font-size: 26px;
  font-weight: normal;
}
.root.mobile .virtual .k-leaders .job {
  width: 100%;
  font-size: 18px;
}
.root.mobile .virtual .k-leaders .job br {
  display: none;
}
.root.mobile .virtual .k-leaders .leaders__heading {
  margin-left: unset;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.virtual section.order {
  min-height: auto;
  background: #f6f6f6;
  margin-top: 65px;
  padding-top: 70px;
  padding-bottom: 50px;
}
.virtual section.order .shift-header {
  height: 82px;
}
.virtual section.order .success {
  padding-top: 40px;
  text-align: left;
  width: 66%;
  font-size: 15px;
  line-height: 22px;
}
.virtual section.order .order__form {
  width: 1180px;
  margin: 35px auto 0;
}
.virtual section.order .order__form .order__form__inner {
  padding-top: 70px;
  display: flex;
  flex-direction: column;
}
.virtual section.order .order__form .order__form__inner .input-wrap {
  display: flex;
  min-height: 38px;
  margin-top: 38px;
}
.virtual section.order .order__form .order__form__inner .input-wrap .continue {
  height: 65px;
  width: 461px;
  border: none;
  background: #c7c7c7;
  display: block;
  cursor: default;
  font-size: 30px;
  line-height: 62px;
  font-weight: bold;
  color: #fff;
  outline: none;
  -webkit-appearance: none;
}
.virtual section.order .order__form .order__form__inner .input-wrap .continue span {
  position: relative;
  top: -2px;
}
.virtual section.order .order__form .order__form__inner .input-wrap .continue.active {
  pointer-events: all;
  background: #fff200;
  color: #000;
  cursor: pointer;
}
.virtual section.order .order__form .order__form__inner .input-wrap .continue.active:hover {
  background: #fff354;
}
.virtual section.order .order__form .order__form__inner .input-wrap:first-child {
  margin-top: 0px;
}
.virtual section.order .order__form .order__form__inner .input-wrap label {
  width: 403px;
  font-size: 22px;
  position: relative;
  top: 6px;
}
.virtual section.order .order__form .order__form__inner .input-wrap .input {
  width: 440px;
  height: 17px;
  padding: 10px;
  padding-top: 7px;
  background: #f8f8f8;
  border: 1px solid #929292;
  font-size: 14px;
  background: #f8f8f8;
  outline: none;
}
.root.mobile .virtual section.order {
  min-height: auto;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 40px;
}
.root.mobile .virtual section.order .shift-header {
  height: 29px;
}
.root.mobile .virtual section.order .success {
  width: unset;
}
.root.mobile .virtual section.order .order__form {
  width: 300px;
  margin: 14px auto 0;
}
.root.mobile .virtual section.order .order__form .order__form__inner {
  padding-top: 10px;
}
.root.mobile .virtual section.order .order__form .order__form__inner .input-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.root.mobile .virtual section.order .order__form .order__form__inner .input-wrap label {
  font-size: 18px;
  top: 0px;
  margin-bottom: 8px;
}
.root.mobile .virtual section.order .order__form .order__form__inner .input-wrap .continue {
  width: 300px;
  font-size: 25px;
}
.root.mobile .virtual section.order .order__form .order__form__inner .input-wrap .input {
  width: 280px;
  border-radius: 0px;
  -webkit-appearance: none;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.VirtualShiftOrderForm .birthday {
  display: flex;
}
.VirtualShiftOrderForm .FormInput {
  background-color: #fff;
}
.VirtualShiftOrderForm .FormInput.birthday-day,
.VirtualShiftOrderForm .FormInput.birthday-month,
.VirtualShiftOrderForm .FormInput.birthday-year,
.VirtualShiftOrderForm .FormInput.instagram,
.VirtualShiftOrderForm .FormInput.email {
  width: 139px;
}
.VirtualShiftOrderForm .FormInput.birthday-day input,
.VirtualShiftOrderForm .FormInput.birthday-month input,
.VirtualShiftOrderForm .FormInput.birthday-year input,
.VirtualShiftOrderForm .FormInput.instagram input,
.VirtualShiftOrderForm .FormInput.email input {
  width: 119px;
}
.VirtualShiftOrderForm .VisitorGender {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 222px;
  margin-left: 22px;
}
.VirtualShiftOrderForm .VisitorGender legend {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.VirtualShiftOrderForm .VisitorGender div {
  position: relative;
}
.VirtualShiftOrderForm .VisitorGender div input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  background: #bfbfbf;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  outline: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border-color: transparent;
}
.VirtualShiftOrderForm .VisitorGender div input:focus {
  opacity: 0.8;
}
.VirtualShiftOrderForm .VisitorGender div input:checked {
  background: #55ba5c;
  cursor: default;
}
.VirtualShiftOrderForm .VisitorGender div label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-top: -1px;
  margin-left: 0.5px;
  pointer-events: none;
}
.VirtualShiftOrderForm .OrderStatus {
  display: flex;
}
.VirtualShiftOrderForm .OrderStatus .TotalPrice {
  position: relative;
  min-width: 400px;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.VirtualShiftOrderForm .OrderStatus .TotalPrice h2 {
  display: flex;
  font-weight: bold;
}
.VirtualShiftOrderForm .OrderStatus .TotalPrice h2 .SpinnerDots {
  top: 5px;
  position: relative;
}
.VirtualShiftOrderForm .OrderStatus .TotalPrice .TotalPrice__value {
  margin-top: 10px;
  font-size: 21px;
  color: #55ba5c;
  font-weight: bold;
}
.VirtualShiftOrderForm .OrderStatus .OrderStatus__Submit {
  display: flex;
  justify-content: center;
  min-width: 464px;
  height: 65px;
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 30px;
  outline: none;
  cursor: pointer;
  line-height: 62px;
  position: relative;
  border-radius: 4px;
  background: #c7c7c7;
  color: #fff;
  cursor: default;
}
.VirtualShiftOrderForm .OrderStatus .OrderStatus__Submit--enabled {
  background: #55ba5c;
  color: #fff;
  cursor: pointer;
}
.VirtualShiftOrderForm .OrderStatus .OrderStatus__Submit--enabled:hover,
.VirtualShiftOrderForm .OrderStatus .OrderStatus__Submit--enabled:focus {
  background: #66c16c;
}
.VirtualShiftOrderForm .OrderStatus .OrderStatus__Submit--submitting {
  background: #55ba5c;
  pointer-events: none;
}
.VirtualShiftOrderForm .OrderStatus .FormAlert {
  min-width: 228px;
  height: 65px;
  position: relative;
  left: 27px;
  top: 0px;
}
.VirtualShiftOrderForm .OrderStatus .FormAlert a,
.VirtualShiftOrderForm .OrderStatus .FormAlert a:visited {
  color: #fff;
  text-decoration: underline;
}
.VirtualShiftOrderForm .OrderStatus .FormAlert .FormAlert__body {
  background: #ee1c25;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  min-height: 50px;
  border-radius: 3px;
  display: flex;
}
.VirtualShiftOrderForm .OrderStatus .FormAlert .FormAlert__body.FormAlertMove-enter {
  opacity: 0;
  transform: translate(10px, -50%);
}
.VirtualShiftOrderForm .OrderStatus .FormAlert .FormAlert__body.FormAlertMove-enter-active {
  opacity: 1;
  transform: translate(0px, -50%);
  transition: all 200ms ease-in;
}
.VirtualShiftOrderForm .OrderStatus .FormAlert .FormAlert__body.FormAlertMove-exit {
  opacity: 1;
  transform: translate(0px, -50%);
  transition: all 100ms ease-in;
}
.VirtualShiftOrderForm .OrderStatus .FormAlert .FormAlert__body.FormAlertMove-exit-active {
  opacity: 0;
  transform: translate(10px, -50%);
  transition: all 100ms ease-in;
}
.VirtualShiftOrderForm .OrderStatus .FormAlert .FormAlert__body .top-triangle {
  display: none;
}
.VirtualShiftOrderForm .OrderStatus .FormAlert .FormAlert__body .triangle {
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  border-color: transparent #ee1c25 transparent transparent;
}
.VirtualShiftOrderForm .OrderStatus .FormAlert .FormAlert__body .i {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  border-radius: 100%;
  background: #fff;
  color: #ee1c25;
  margin: 0 10px;
  text-align: center;
  line-height: 22px;
}
.VirtualShiftOrderForm .OrderStatus .FormAlert .FormAlert__body .FormAlert__text {
  color: #fff;
  font-size: 11px;
  line-height: 13px;
  font-weight: bold;
  margin-right: 13px;
}
.root.mobile .VirtualShiftOrderForm .VisitorGender {
  width: 250px;
  margin-top: 10px;
  margin-left: 0px;
}
.root.mobile .VirtualShiftOrderForm .FormInput.birthday-day,
.root.mobile .VirtualShiftOrderForm .FormInput.birthday-month,
.root.mobile .VirtualShiftOrderForm .FormInput.birthday-year {
  width: 84px;
}
.root.mobile .VirtualShiftOrderForm .FormInput.birthday-day input,
.root.mobile .VirtualShiftOrderForm .FormInput.birthday-month input,
.root.mobile .VirtualShiftOrderForm .FormInput.birthday-year input {
  width: 64px;
}
.root.mobile .VirtualShiftOrderForm .FormInput.birthday-year {
  margin-right: 0px;
}
.root.mobile .VirtualShiftOrderForm .FormInput.instagram,
.root.mobile .VirtualShiftOrderForm .FormInput.email {
  width: 300px;
}
.root.mobile .VirtualShiftOrderForm .FormInput.instagram input,
.root.mobile .VirtualShiftOrderForm .FormInput.email input {
  width: 280px;
}
.root.mobile .VirtualShiftOrderForm .OrderStatus {
  flex-direction: column;
}
.root.mobile .VirtualShiftOrderForm .OrderStatus .TotalPrice {
  min-width: 300px;
  max-width: 300px;
}
.root.mobile .VirtualShiftOrderForm .OrderStatus .OrderStatus__Submit {
  margin-top: 30px;
  min-width: 300px;
  max-width: 300px;
  font-size: 22px;
}
.root.mobile .VirtualShiftOrderForm .OrderStatus .FormAlert {
  position: relative;
  left: 2px;
  top: 15px;
}
.root.mobile .VirtualShiftOrderForm .OrderStatus .FormAlert .FormAlert__body {
  top: 0px;
  transform: translate(0, 0);
}
.root.mobile .VirtualShiftOrderForm .OrderStatus .FormAlert .FormAlert__body.FormAlertMove-enter {
  opacity: 0;
  transform: translate(0, 10px);
}
.root.mobile .VirtualShiftOrderForm .OrderStatus .FormAlert .FormAlert__body.FormAlertMove-enter-active {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all 200ms ease-in;
}
.root.mobile .VirtualShiftOrderForm .OrderStatus .FormAlert .FormAlert__body.FormAlertMove-exit {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all 100ms ease-in;
}
.root.mobile .VirtualShiftOrderForm .OrderStatus .FormAlert .FormAlert__body.FormAlertMove-exit-active {
  opacity: 0;
  transform: translate(0, 10px);
  transition: all 100ms ease-in;
}
.root.mobile .VirtualShiftOrderForm .OrderStatus .FormAlert .FormAlert__body .top-triangle {
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ee1c25;
  position: absolute;
  left: 50%;
  top: -7px;
  transform: translateX(-50%);
}
.root.mobile .VirtualShiftOrderForm .OrderStatus .FormAlert .FormAlert__body .triangle {
  display: none;
}

.virtual.virtual--ready .mask {
  pointer-events: none;
  opacity: 0;
}
.virtual .ShiftCover header {
  height: 392px;
  text-align: center;
  bottom: 0px;
}
.virtual .ShiftCover header h2.title {
  margin-top: 18px;
}
.virtual .ShiftCover header h1.short-description {
  margin-top: 26px;
  font-size: 14px !important;
}
.virtual .mask {
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transition: opacity 300ms;
  z-index: 100000;
}
.virtual section.noRoom {
  margin-top: 79px;
}
.virtual section.noRoom .k-content {
  height: 220px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-family: navigo;
}
.virtual section.noRoom .k-content .noRoom_sorry {
  font-size: 29px;
}
.virtual section.noRoom .k-content .noRoom_contact {
  font-size: 21px;
}
.root.mobile .virtual .ShiftCover header {
  height: 302px;
  bottom: 23px;
  width: 320px;
  justify-content: space-between;
}
.root.mobile .virtual .ShiftCover header h2.title {
  margin-top: 37px;
}
.root.mobile .virtual .ShiftCover header h1.short-description {
  margin-top: 5px;
  font-size: 12px !important;
  line-height: 17px;
}
.root.mobile .virtual section.noRoom {
  margin-top: 34px;
}
.root.mobile .virtual section.noRoom .k-content {
  height: 362px;
  align-items: center;
  text-align: center;
}
.root.mobile .virtual section.noRoom .k-content .noRoom_sorry {
  font-size: 26px;
  line-height: 31px;
}
.root.mobile .virtual section.noRoom .k-content .noRoom_contact {
  font-size: 16px;
  line-height: 22px;
}

.root.mobile .virtualAdults .k-description h2.shift-header {
  text-align: center;
  font-size: 22px !important;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.virtualAdults .k-facts {
  position: relative;
}
.virtualAdults .k-facts h2.shift-header {
  margin-top: 0px;
}
.virtualAdults .k-facts .facts__list {
  margin-top: 40px;
}
.virtualAdults .k-facts .facts__list .number {
  background: transparent;
  color: #000;
  display: inline-block;
  font-weight: normal;
  line-height: 27px;
  margin-right: 15px;
  text-align: center;
  min-width: 60px;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  height: 29px;
  display: flex;
}
.virtualAdults .k-facts .facts__list .k-fact .k-fact-text {
  font-family: 'Times-Roman';
  font-size: 21px;
  color: #000;
  line-height: 27px;
}
.virtualAdults .k-facts .facts__note {
  display: inline-block;
  margin-top: 30px;
}
.virtualAdults .k-facts .facts__note .shifts-dates {
  text-align: center;
}
.virtualAdults .k-facts .facts__note .shifts-dates header {
  font-size: 15px;
  font-weight: bold;
  color: #55ba5c;
  text-transform: uppercase;
}
.virtualAdults .k-facts .facts__note .shifts-dates p {
  font-family: Navigo;
  font-size: 25px;
  font-weight: normal;
  margin-top: 15px;
}
.virtualAdults .k-facts .facts__note section {
  background: transparent;
  position: relative;
  margin-top: 9px !important;
  width: 100%;
  text-align: center;
  padding: 0;
  left: 0;
}
.virtualAdults .k-facts .facts__note section .bt-btn {
  margin-top: 30px;
}
.virtualAdults .k-facts .facts__note section .bt-btn .buy-tickets {
  background: #333;
}
.virtualAdults .k-facts .facts__note section em {
  color: #f00;
}
.virtualAdults .k-facts .facts__note section hr {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 1px;
}
.virtualAdults .k-facts .facts__note section .buy-tickets {
  margin-top: 0px;
  width: auto;
  background: #55ba5c;
  text-transform: uppercase;
  font-size: 17px;
  font-family: "navigo";
  color: #fff !important;
  height: 70px;
  line-height: 70px;
}
.virtualAdults .k-facts .facts__note section .buy-tickets.disabled {
  background: #c7c7c7;
  cursor: default !important;
}
.virtualAdults .k-facts small {
  margin-top: 35px;
}
.virtualAdults .k-facts .facts__includes {
  text-align: left;
  border: 1px solid #d8d8d8;
  padding: 39px 29px 37px;
  text-align: center;
}
.virtualAdults .k-facts .facts__includes header {
  font-weight: bold;
  font-size: 15px;
  font-family: "navigo";
  text-transform: uppercase;
}
.virtualAdults .k-facts .facts__includes p {
  font-size: 15px;
  font-family: "navigo";
  margin-top: 22px;
  line-height: 22px;
}
.virtualAdults .k-facts .facts__text {
  position: relative;
}
.root.mobile .virtualAdults .k-facts {
  padding: 0 10px;
}
.root.mobile .virtualAdults .k-facts .facts__text {
  margin: 0;
}
.root.mobile .virtualAdults .k-facts .facts__list {
  margin-top: 20px;
}
.root.mobile .virtualAdults .k-facts .facts__list .number {
  min-width: 29px;
  margin-right: 5px;
}
.root.mobile .virtualAdults .k-facts .facts__list .k-fact .k-fact-text {
  -webkit-text-size-adjust: none;
  font-size: 18px;
}
.root.mobile .virtualAdults .k-facts .facts__note {
  margin-top: 20px;
}
.root.mobile .virtualAdults .k-facts .facts__note section {
  padding: 0;
  width: auto;
  position: static;
  margin-top: 0px;
  background: transparent;
  padding-bottom: 25px;
}
.root.mobile .virtualAdults .k-facts .facts__note section hr {
  margin-bottom: 5px;
  height: 2px;
  width: 30%;
  background-color: #d8d8d8;
  display: inline-block;
}
.root.mobile .virtualAdults .k-facts .facts__includes {
  padding: 20px 24px 27px 25px;
  margin-top: 0px;
  line-height: 1.5;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.virtualAdults .k-leaders {
  margin-top: 45px;
}
.virtualAdults .k-leaders ul {
  margin-top: 60px;
}
.virtualAdults .k-leaders ul li {
  width: 380px;
  height: 510px;
  margin-right: 20px;
}
.virtualAdults .k-leaders ul li:last-child {
  margin-right: 0;
}
.virtualAdults .k-leaders .name {
  font-size: 29px;
  margin-top: 22px;
  font-weight: normal;
  color: #000;
}
.virtualAdults .k-leaders .job {
  font-size: 15px;
  line-height: 25px;
  font-family: navigo;
}
.virtualAdults .k-leaders .leaders__heading {
  margin-left: -2px;
}
.root.mobile .virtualAdults .k-leaders ul {
  display: block;
  margin-top: 0;
  background: unset;
}
.root.mobile .virtualAdults .k-leaders ul li {
  padding-top: 0;
  height: auto;
  text-align: center;
  padding-bottom: 32px;
}
.root.mobile .virtualAdults .k-leaders .name {
  margin-top: 16px;
  font-size: 26px;
  font-weight: normal;
}
.root.mobile .virtualAdults .k-leaders .job {
  width: 100%;
  font-size: 18px;
}
.root.mobile .virtualAdults .k-leaders .job br {
  display: none;
}
.root.mobile .virtualAdults .k-leaders .leaders__heading {
  margin-left: unset;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.virtualAdults section.order {
  min-height: auto;
  background: #f6f6f6;
  margin-top: 65px;
  padding-top: 70px;
  padding-bottom: 50px;
}
.virtualAdults section.order .shift-header {
  height: 82px;
}
.virtualAdults section.order .success {
  text-align: left;
  width: 66%;
  font-size: 15px;
  line-height: 22px;
}
.virtualAdults section.order .order__form {
  width: 1180px;
  margin: 35px auto 0;
}
.virtualAdults section.order .order__form .order__form__inner {
  padding-top: 70px;
  display: flex;
  flex-direction: column;
}
.virtualAdults section.order .order__form .order__form__inner .input-wrap {
  display: flex;
  min-height: 38px;
  margin-top: 38px;
}
.virtualAdults section.order .order__form .order__form__inner .input-wrap .continue {
  height: 65px;
  width: 461px;
  border: none;
  background: #c7c7c7;
  display: block;
  cursor: default;
  font-size: 30px;
  line-height: 62px;
  font-weight: bold;
  color: #fff;
  outline: none;
  -webkit-appearance: none;
}
.virtualAdults section.order .order__form .order__form__inner .input-wrap .continue span {
  position: relative;
  top: -2px;
}
.virtualAdults section.order .order__form .order__form__inner .input-wrap .continue.active {
  pointer-events: all;
  background: #fff200;
  color: #000;
  cursor: pointer;
}
.virtualAdults section.order .order__form .order__form__inner .input-wrap .continue.active:hover {
  background: #fff354;
}
.virtualAdults section.order .order__form .order__form__inner .input-wrap:first-child {
  margin-top: 0px;
}
.virtualAdults section.order .order__form .order__form__inner .input-wrap label {
  width: 403px;
  font-size: 22px;
  position: relative;
  top: 6px;
}
.virtualAdults section.order .order__form .order__form__inner .input-wrap .input {
  width: 440px;
  height: 17px;
  padding: 10px;
  padding-top: 7px;
  background: #f8f8f8;
  border: 1px solid #929292;
  font-size: 14px;
  background: #f8f8f8;
  outline: none;
}
.root.mobile .virtualAdults section.order {
  min-height: auto;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 40px;
}
.root.mobile .virtualAdults section.order .shift-header {
  height: 29px;
}
.root.mobile .virtualAdults section.order .success {
  width: unset;
}
.root.mobile .virtualAdults section.order .order__form {
  width: 300px;
  margin: 14px auto 0;
}
.root.mobile .virtualAdults section.order .order__form .order__form__inner {
  padding-top: 10px;
}
.root.mobile .virtualAdults section.order .order__form .order__form__inner .input-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.root.mobile .virtualAdults section.order .order__form .order__form__inner .input-wrap label {
  font-size: 18px;
  top: 0px;
  margin-bottom: 8px;
}
.root.mobile .virtualAdults section.order .order__form .order__form__inner .input-wrap .continue {
  width: 300px;
  font-size: 25px;
}
.root.mobile .virtualAdults section.order .order__form .order__form__inner .input-wrap .input {
  width: 280px;
  border-radius: 0px;
  -webkit-appearance: none;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.VirtualAdultsShiftOrderForm .birthday {
  display: flex;
}
.VirtualAdultsShiftOrderForm .FormInput {
  background-color: #fff;
}
.VirtualAdultsShiftOrderForm .FormInput.birthday-day,
.VirtualAdultsShiftOrderForm .FormInput.birthday-month,
.VirtualAdultsShiftOrderForm .FormInput.birthday-year,
.VirtualAdultsShiftOrderForm .FormInput.instagram,
.VirtualAdultsShiftOrderForm .FormInput.email {
  width: 139px;
}
.VirtualAdultsShiftOrderForm .FormInput.birthday-day input,
.VirtualAdultsShiftOrderForm .FormInput.birthday-month input,
.VirtualAdultsShiftOrderForm .FormInput.birthday-year input,
.VirtualAdultsShiftOrderForm .FormInput.instagram input,
.VirtualAdultsShiftOrderForm .FormInput.email input {
  width: 119px;
}
.VirtualAdultsShiftOrderForm .VisitorGender {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 222px;
  margin-left: 22px;
}
.VirtualAdultsShiftOrderForm .VisitorGender legend {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.VirtualAdultsShiftOrderForm .VisitorGender div {
  position: relative;
}
.VirtualAdultsShiftOrderForm .VisitorGender div input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  background: #bfbfbf;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  outline: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border-color: transparent;
}
.VirtualAdultsShiftOrderForm .VisitorGender div input:focus {
  opacity: 0.8;
}
.VirtualAdultsShiftOrderForm .VisitorGender div input:checked {
  background: #55ba5c;
  cursor: default;
}
.VirtualAdultsShiftOrderForm .VisitorGender div label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-top: -1px;
  margin-left: 0.5px;
  pointer-events: none;
}
.VirtualAdultsShiftOrderForm .OrderStatus {
  display: flex;
}
.VirtualAdultsShiftOrderForm .OrderStatus .TotalPrice {
  position: relative;
  min-width: 400px;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.VirtualAdultsShiftOrderForm .OrderStatus .TotalPrice h2 {
  display: flex;
  font-weight: bold;
}
.VirtualAdultsShiftOrderForm .OrderStatus .TotalPrice h2 .SpinnerDots {
  top: 5px;
  position: relative;
}
.VirtualAdultsShiftOrderForm .OrderStatus .TotalPrice .TotalPrice__value {
  margin-top: 10px;
  font-size: 21px;
  color: #55ba5c;
  font-weight: bold;
}
.VirtualAdultsShiftOrderForm .OrderStatus .OrderStatus__Submit {
  display: flex;
  justify-content: center;
  min-width: 464px;
  height: 65px;
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 30px;
  outline: none;
  cursor: pointer;
  line-height: 62px;
  position: relative;
  border-radius: 4px;
  background: #c7c7c7;
  color: #fff;
  cursor: default;
}
.VirtualAdultsShiftOrderForm .OrderStatus .OrderStatus__Submit--enabled {
  background: #55ba5c;
  color: #fff;
  cursor: pointer;
}
.VirtualAdultsShiftOrderForm .OrderStatus .OrderStatus__Submit--enabled:hover,
.VirtualAdultsShiftOrderForm .OrderStatus .OrderStatus__Submit--enabled:focus {
  background: #66c16c;
}
.VirtualAdultsShiftOrderForm .OrderStatus .OrderStatus__Submit--submitting {
  background: #55ba5c;
  pointer-events: none;
}
.VirtualAdultsShiftOrderForm .OrderStatus .FormAlert {
  min-width: 228px;
  height: 65px;
  position: relative;
  left: 27px;
  top: 0px;
}
.VirtualAdultsShiftOrderForm .OrderStatus .FormAlert a,
.VirtualAdultsShiftOrderForm .OrderStatus .FormAlert a:visited {
  color: #fff;
  text-decoration: underline;
}
.VirtualAdultsShiftOrderForm .OrderStatus .FormAlert .FormAlert__body {
  background: #ee1c25;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  min-height: 50px;
  border-radius: 3px;
  display: flex;
}
.VirtualAdultsShiftOrderForm .OrderStatus .FormAlert .FormAlert__body.FormAlertMove-enter {
  opacity: 0;
  transform: translate(10px, -50%);
}
.VirtualAdultsShiftOrderForm .OrderStatus .FormAlert .FormAlert__body.FormAlertMove-enter-active {
  opacity: 1;
  transform: translate(0px, -50%);
  transition: all 200ms ease-in;
}
.VirtualAdultsShiftOrderForm .OrderStatus .FormAlert .FormAlert__body.FormAlertMove-exit {
  opacity: 1;
  transform: translate(0px, -50%);
  transition: all 100ms ease-in;
}
.VirtualAdultsShiftOrderForm .OrderStatus .FormAlert .FormAlert__body.FormAlertMove-exit-active {
  opacity: 0;
  transform: translate(10px, -50%);
  transition: all 100ms ease-in;
}
.VirtualAdultsShiftOrderForm .OrderStatus .FormAlert .FormAlert__body .top-triangle {
  display: none;
}
.VirtualAdultsShiftOrderForm .OrderStatus .FormAlert .FormAlert__body .triangle {
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  border-color: transparent #ee1c25 transparent transparent;
}
.VirtualAdultsShiftOrderForm .OrderStatus .FormAlert .FormAlert__body .i {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  border-radius: 100%;
  background: #fff;
  color: #ee1c25;
  margin: 0 10px;
  text-align: center;
  line-height: 22px;
}
.VirtualAdultsShiftOrderForm .OrderStatus .FormAlert .FormAlert__body .FormAlert__text {
  color: #fff;
  font-size: 11px;
  line-height: 13px;
  font-weight: bold;
  margin-right: 13px;
}
.root.mobile .VirtualAdultsShiftOrderForm .VisitorGender {
  width: 250px;
  margin-top: 10px;
  margin-left: 0px;
}
.root.mobile .VirtualAdultsShiftOrderForm .VisitorGender legend {
  font-size: 15px;
}
.root.mobile .VirtualAdultsShiftOrderForm .FormInput.birthday-day,
.root.mobile .VirtualAdultsShiftOrderForm .FormInput.birthday-month,
.root.mobile .VirtualAdultsShiftOrderForm .FormInput.birthday-year {
  width: 84px;
}
.root.mobile .VirtualAdultsShiftOrderForm .FormInput.birthday-day input,
.root.mobile .VirtualAdultsShiftOrderForm .FormInput.birthday-month input,
.root.mobile .VirtualAdultsShiftOrderForm .FormInput.birthday-year input {
  width: 64px;
}
.root.mobile .VirtualAdultsShiftOrderForm .FormInput.birthday-year {
  margin-right: 0px;
}
.root.mobile .VirtualAdultsShiftOrderForm .FormInput.instagram,
.root.mobile .VirtualAdultsShiftOrderForm .FormInput.email {
  width: 300px;
}
.root.mobile .VirtualAdultsShiftOrderForm .FormInput.instagram input,
.root.mobile .VirtualAdultsShiftOrderForm .FormInput.email input {
  width: 280px;
}
.root.mobile .VirtualAdultsShiftOrderForm .OrderStatus {
  flex-direction: column;
}
.root.mobile .VirtualAdultsShiftOrderForm .OrderStatus .TotalPrice {
  min-width: 300px;
  max-width: 300px;
}
.root.mobile .VirtualAdultsShiftOrderForm .OrderStatus .OrderStatus__Submit {
  margin-top: 30px;
  min-width: 300px;
  max-width: 300px;
  font-size: 22px;
}
.root.mobile .VirtualAdultsShiftOrderForm .OrderStatus .FormAlert {
  position: relative;
  left: 2px;
  top: 15px;
}
.root.mobile .VirtualAdultsShiftOrderForm .OrderStatus .FormAlert .FormAlert__body {
  top: 0px;
  transform: translate(0, 0);
}
.root.mobile .VirtualAdultsShiftOrderForm .OrderStatus .FormAlert .FormAlert__body.FormAlertMove-enter {
  opacity: 0;
  transform: translate(0, 10px);
}
.root.mobile .VirtualAdultsShiftOrderForm .OrderStatus .FormAlert .FormAlert__body.FormAlertMove-enter-active {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all 200ms ease-in;
}
.root.mobile .VirtualAdultsShiftOrderForm .OrderStatus .FormAlert .FormAlert__body.FormAlertMove-exit {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all 100ms ease-in;
}
.root.mobile .VirtualAdultsShiftOrderForm .OrderStatus .FormAlert .FormAlert__body.FormAlertMove-exit-active {
  opacity: 0;
  transform: translate(0, 10px);
  transition: all 100ms ease-in;
}
.root.mobile .VirtualAdultsShiftOrderForm .OrderStatus .FormAlert .FormAlert__body .top-triangle {
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ee1c25;
  position: absolute;
  left: 50%;
  top: -7px;
  transform: translateX(-50%);
}
.root.mobile .VirtualAdultsShiftOrderForm .OrderStatus .FormAlert .FormAlert__body .triangle {
  display: none;
}

.virtualAdults.virtualAdults--ready .mask {
  pointer-events: none;
  opacity: 0;
}
.virtualAdults .ShiftCover header {
  height: 392px;
  text-align: center;
  bottom: -6px;
}
.virtualAdults .ShiftCover header h2.title {
  margin-top: 18px;
  width: 1020px;
}
.virtualAdults .ShiftCover header h1.short-description {
  margin-top: 26px;
  font-size: 14px !important;
  width: 535px;
}
.virtualAdults .mask {
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transition: opacity 300ms;
  z-index: 100000;
}
.virtualAdults section.noRoom {
  margin-top: 79px;
}
.virtualAdults section.noRoom .k-content {
  height: 220px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-family: navigo;
}
.virtualAdults section.noRoom .k-content .noRoom_sorry {
  font-size: 29px;
}
.virtualAdults section.noRoom .k-content .noRoom_contact {
  font-size: 21px;
}
.root.mobile .virtualAdults .ShiftCover header {
  height: 302px;
  bottom: 23px;
  width: 315px;
  justify-content: space-between;
}
.root.mobile .virtualAdults .ShiftCover header h2.title {
  margin-top: 5px;
  width: 100%;
  font-size: 27px;
}
.root.mobile .virtualAdults .ShiftCover header h1.short-description {
  margin-top: 5px;
  font-size: 12px !important;
  line-height: 17px;
}
.root.mobile .virtualAdults section.noRoom {
  margin-top: 34px;
}
.root.mobile .virtualAdults section.noRoom .k-content {
  height: 362px;
  align-items: center;
  text-align: center;
}
.root.mobile .virtualAdults section.noRoom .k-content .noRoom_sorry {
  font-size: 26px;
  line-height: 31px;
}
.root.mobile .virtualAdults section.noRoom .k-content .noRoom_contact {
  font-size: 16px;
  line-height: 22px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.moscow-2020 .k-facts {
  position: relative;
}
.moscow-2020 .k-facts h2.shift-header {
  margin-top: 0px;
}
.moscow-2020 .k-facts .facts__list {
  margin-top: 40px;
}
.moscow-2020 .k-facts .facts__list li.k-list-item {
  margin-bottom: 30px;
}
.moscow-2020 .k-facts .facts__list .number {
  background: transparent;
  color: #000;
  display: inline-block;
  font-weight: normal;
  line-height: 28px;
  margin-right: 15px;
  text-align: center;
  min-width: 36px;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  height: 29px;
  display: flex;
}
.moscow-2020 .k-facts .facts__list .k-fact .k-fact-text {
  font-family: 'Times-Roman';
  font-size: 21px;
  color: #000;
  line-height: 29px;
}
.moscow-2020 .k-facts .description__details {
  margin-top: -36px;
  text-align: center;
  font-family: Navigo;
}
.moscow-2020 .k-facts .description__details h2.shift-header {
  font-size: 32px;
  line-height: 38px;
}
.moscow-2020 .k-facts .description__details .details__date-title {
  font-size: 20px;
  line-height: 24px;
  margin-top: 36px;
}
.moscow-2020 .k-facts .description__details .details__date-title:first-child {
  margin-top: 13px;
}
.moscow-2020 .k-facts .description__details .details__buy {
  width: 100%;
  height: 70px;
  background: #333;
  display: flex;
  flex-flow: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  margin-top: 68px;
}
.moscow-2020 .k-facts .description__details .details__price {
  font-size: 20px;
  line-height: 48px;
}
.moscow-2020 .k-facts .description__details .details__includes {
  font-size: 15px;
  line-height: 19px;
  margin-top: 7px;
}
.moscow-2020 .k-facts .description__details .details__place {
  margin-top: 67px;
}
.moscow-2020 .k-facts .description__details .details__place a {
  display: inline-block;
  margin: 18px 0;
}
.moscow-2020 .k-facts .description__details .details__place a:nth-child(2) {
  margin-top: 24px;
}
.moscow-2020 .k-facts .facts__text {
  position: relative;
}
.root.mobile .moscow-2020 .k-facts {
  padding: 0 10px;
}
.root.mobile .moscow-2020 .k-facts .facts__text {
  margin: 0;
}
.root.mobile .moscow-2020 .k-facts .facts__list {
  margin-top: 20px;
}
.root.mobile .moscow-2020 .k-facts .facts__list .number {
  min-width: 29px;
  margin-right: 5px;
}
.root.mobile .moscow-2020 .k-facts .facts__list .k-fact .k-fact-text {
  -webkit-text-size-adjust: none;
  font-size: 18px;
  line-height: 28px;
}
.root.mobile .moscow-2020 .k-facts .facts__note {
  margin-top: 20px;
}
.root.mobile .moscow-2020 .k-facts .facts__note section {
  padding: 0;
  width: auto;
  position: static;
  margin-top: 0px;
  background: transparent;
  padding-bottom: 25px;
}
.root.mobile .moscow-2020 .k-facts .facts__note section hr {
  margin-bottom: 5px;
  height: 2px;
  width: 30%;
  background-color: #d8d8d8;
  display: inline-block;
}
.root.mobile .moscow-2020 .k-facts .facts__includes {
  padding: 20px 24px 27px 25px;
  margin-top: 0px;
  line-height: 1.5;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.moscow-2020 .k-order {
  min-height: auto;
  margin-top: 0;
}
.moscow-2020 .k-order .shift-header {
  height: 82px;
}
.moscow-2020 .k-order .success {
  text-align: left;
  width: 66%;
  font-size: 15px;
  line-height: 22px;
}
.moscow-2020 .k-order .order__form {
  width: 1180px;
  margin: 35px auto 0;
}
.moscow-2020 .k-order .order__form .order__form__inner {
  padding-top: 70px;
  display: flex;
  flex-direction: column;
}
.moscow-2020 .k-order .order__form .order__form__inner .input-wrap {
  display: flex;
  min-height: 38px;
  margin-top: 38px;
}
.moscow-2020 .k-order .order__form .order__form__inner .input-wrap .continue {
  height: 65px;
  width: 461px;
  border: none;
  background: #c7c7c7;
  display: block;
  cursor: default;
  font-size: 30px;
  line-height: 62px;
  font-weight: bold;
  color: #fff;
  outline: none;
  -webkit-appearance: none;
}
.moscow-2020 .k-order .order__form .order__form__inner .input-wrap .continue span {
  position: relative;
  top: -2px;
}
.moscow-2020 .k-order .order__form .order__form__inner .input-wrap .continue.active {
  pointer-events: all;
  background: #fff200;
  color: #000;
  cursor: pointer;
}
.moscow-2020 .k-order .order__form .order__form__inner .input-wrap .continue.active:hover {
  background: #fff354;
}
.moscow-2020 .k-order .order__form .order__form__inner .input-wrap:first-child {
  margin-top: 0px;
}
.moscow-2020 .k-order .order__form .order__form__inner .input-wrap label {
  width: 403px;
  font-size: 22px;
  position: relative;
  top: 6px;
}
.moscow-2020 .k-order .order__form .order__form__inner .input-wrap .input {
  width: 440px;
  height: 17px;
  padding: 10px;
  padding-top: 7px;
  background: #f8f8f8;
  border: 1px solid #929292;
  font-size: 14px;
  background: #f8f8f8;
  outline: none;
}
.moscow-2020 .k-order ul.payments-errors {
  color: #f30306;
}
.root.mobile .moscow-2020 .k-order {
  padding: 0;
  min-height: auto;
  margin-top: 0px;
}
.root.mobile .moscow-2020 .k-order .shift-header {
  height: 29px;
  margin: 0 0 22px;
}
.root.mobile .moscow-2020 .k-order .success {
  width: unset;
}
.root.mobile .moscow-2020 .k-order .order__form {
  width: 300px;
  margin: 14px auto 0;
}
.root.mobile .moscow-2020 .k-order .order__form .order__form__inner {
  padding-top: 10px;
}
.root.mobile .moscow-2020 .k-order .order__form .order__form__inner .input-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.root.mobile .moscow-2020 .k-order .order__form .order__form__inner .input-wrap label {
  font-size: 18px;
  top: 0px;
  margin-bottom: 8px;
}
.root.mobile .moscow-2020 .k-order .order__form .order__form__inner .input-wrap .continue {
  width: 300px;
  font-size: 25px;
}
.root.mobile .moscow-2020 .k-order .order__form .order__form__inner .input-wrap .input {
  width: 280px;
  border-radius: 0px;
  -webkit-appearance: none;
}
.root.mobile .moscow-2020 .k-order ul.payments-errors {
  margin-top: -33px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.Moscow2020ShiftOrderForm {
  margin-top: 4px;
}
.Moscow2020ShiftOrderForm .birthday {
  display: flex;
}
.Moscow2020ShiftOrderForm .FormInput {
  background-color: #fff;
}
.Moscow2020ShiftOrderForm .FormInput.birthday-day,
.Moscow2020ShiftOrderForm .FormInput.birthday-month,
.Moscow2020ShiftOrderForm .FormInput.birthday-year,
.Moscow2020ShiftOrderForm .FormInput.instagram,
.Moscow2020ShiftOrderForm .FormInput.email {
  width: 139px;
}
.Moscow2020ShiftOrderForm .FormInput.birthday-day input,
.Moscow2020ShiftOrderForm .FormInput.birthday-month input,
.Moscow2020ShiftOrderForm .FormInput.birthday-year input,
.Moscow2020ShiftOrderForm .FormInput.instagram input,
.Moscow2020ShiftOrderForm .FormInput.email input {
  width: 119px;
}
.Moscow2020ShiftOrderForm .VisitorGender {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 222px;
  margin-left: 22px;
}
.Moscow2020ShiftOrderForm .VisitorGender legend {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.Moscow2020ShiftOrderForm .VisitorGender div {
  position: relative;
}
.Moscow2020ShiftOrderForm .VisitorGender div input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  background: #bfbfbf;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  outline: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border-color: transparent;
}
.Moscow2020ShiftOrderForm .VisitorGender div input:focus {
  opacity: 0.8;
}
.Moscow2020ShiftOrderForm .VisitorGender div input:checked {
  background: #55ba5c;
  cursor: default;
}
.Moscow2020ShiftOrderForm .VisitorGender div label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-top: -1px;
  margin-left: 0.5px;
  pointer-events: none;
}
.Moscow2020ShiftOrderForm .OrderStatus {
  display: flex;
  margin-bottom: 40px;
}
.Moscow2020ShiftOrderForm .OrderStatus .TotalPrice {
  position: relative;
  min-width: 400px;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.Moscow2020ShiftOrderForm .OrderStatus .TotalPrice h2 {
  display: flex;
  font-weight: bold;
}
.Moscow2020ShiftOrderForm .OrderStatus .TotalPrice h2 .SpinnerDots {
  top: 5px;
  position: relative;
}
.Moscow2020ShiftOrderForm .OrderStatus .TotalPrice .TotalPrice__value {
  margin-top: 10px;
  font-size: 21px;
  color: #55ba5c;
  font-weight: bold;
}
.Moscow2020ShiftOrderForm .OrderStatus .OrderStatus__Submit {
  display: flex;
  justify-content: center;
  min-width: 380px;
  height: 65px;
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
  outline: none;
  cursor: pointer;
  position: relative;
  border-radius: 4px;
  background: #c7c7c7;
  color: #fff;
  cursor: default;
  font-family: Navigo;
  font-size: 17px;
  font-weight: bold;
  line-height: 65px;
  text-transform: uppercase;
}
.Moscow2020ShiftOrderForm .OrderStatus .OrderStatus__Submit--enabled {
  background: #55ba5c;
  color: #fff;
  cursor: pointer;
}
.Moscow2020ShiftOrderForm .OrderStatus .OrderStatus__Submit--enabled:hover,
.Moscow2020ShiftOrderForm .OrderStatus .OrderStatus__Submit--enabled:focus {
  background: #66c16c;
}
.Moscow2020ShiftOrderForm .OrderStatus .OrderStatus__Submit--submitted {
  background: #55ba5c;
  pointer-events: none;
}
.Moscow2020ShiftOrderForm .OrderStatus .FormAlert {
  min-width: 228px;
  height: 65px;
  position: relative;
  left: 27px;
  top: 0px;
}
.Moscow2020ShiftOrderForm .OrderStatus .FormAlert a,
.Moscow2020ShiftOrderForm .OrderStatus .FormAlert a:visited {
  color: #fff;
  text-decoration: underline;
}
.Moscow2020ShiftOrderForm .OrderStatus .FormAlert .FormAlert__body {
  background: #ee1c25;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  min-height: 50px;
  border-radius: 3px;
  display: flex;
}
.Moscow2020ShiftOrderForm .OrderStatus .FormAlert .FormAlert__body.FormAlertMove-enter {
  opacity: 0;
  transform: translate(10px, -50%);
}
.Moscow2020ShiftOrderForm .OrderStatus .FormAlert .FormAlert__body.FormAlertMove-enter-active {
  opacity: 1;
  transform: translate(0px, -50%);
  transition: all 200ms ease-in;
}
.Moscow2020ShiftOrderForm .OrderStatus .FormAlert .FormAlert__body.FormAlertMove-exit {
  opacity: 1;
  transform: translate(0px, -50%);
  transition: all 100ms ease-in;
}
.Moscow2020ShiftOrderForm .OrderStatus .FormAlert .FormAlert__body.FormAlertMove-exit-active {
  opacity: 0;
  transform: translate(10px, -50%);
  transition: all 100ms ease-in;
}
.Moscow2020ShiftOrderForm .OrderStatus .FormAlert .FormAlert__body .top-triangle {
  display: none;
}
.Moscow2020ShiftOrderForm .OrderStatus .FormAlert .FormAlert__body .triangle {
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  border-color: transparent #ee1c25 transparent transparent;
}
.Moscow2020ShiftOrderForm .OrderStatus .FormAlert .FormAlert__body .i {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  border-radius: 100%;
  background: #fff;
  color: #ee1c25;
  margin: 0 10px;
  text-align: center;
  line-height: 22px;
}
.Moscow2020ShiftOrderForm .OrderStatus .FormAlert .FormAlert__body .FormAlert__text {
  color: #fff;
  font-size: 11px;
  line-height: 13px;
  font-weight: bold;
  margin-right: 13px;
}
.Moscow2020ShiftOrderForm .FormCheckbox__agreement {
  max-width: 380px;
  align-items: flex-start;
}
.Moscow2020ShiftOrderForm .FormCheckbox__agreement input {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  background: url("/static/img/icons/mark-off.svg");
  background-size: 16px 16px;
  margin: 2px 0 2px 0;
}
.Moscow2020ShiftOrderForm .FormCheckbox__agreement input:checked {
  background: url("/static/img/icons/mark-on.svg");
  background-size: 16px 16px;
}
.Moscow2020ShiftOrderForm .FormCheckbox__agreement input:focus {
  opacity: 1;
}
.Moscow2020ShiftOrderForm .FormCheckbox__agreement label {
  margin-left: 9px;
  line-height: 20px;
}
.root.mobile .Moscow2020ShiftOrderForm .VisitorGender {
  width: 250px;
  margin-top: 10px;
  margin-left: 0px;
}
.root.mobile .Moscow2020ShiftOrderForm .FormInput.birthday-day,
.root.mobile .Moscow2020ShiftOrderForm .FormInput.birthday-month,
.root.mobile .Moscow2020ShiftOrderForm .FormInput.birthday-year {
  width: 84px;
}
.root.mobile .Moscow2020ShiftOrderForm .FormInput.birthday-day input,
.root.mobile .Moscow2020ShiftOrderForm .FormInput.birthday-month input,
.root.mobile .Moscow2020ShiftOrderForm .FormInput.birthday-year input {
  width: 64px;
}
.root.mobile .Moscow2020ShiftOrderForm .FormInput.birthday-year {
  margin-right: 0px;
}
.root.mobile .Moscow2020ShiftOrderForm .FormInput.instagram,
.root.mobile .Moscow2020ShiftOrderForm .FormInput.email {
  width: 300px;
}
.root.mobile .Moscow2020ShiftOrderForm .FormInput.instagram input,
.root.mobile .Moscow2020ShiftOrderForm .FormInput.email input {
  width: 280px;
}
.root.mobile .Moscow2020ShiftOrderForm .OrderStatus {
  flex-direction: column;
  margin: 20px 0 0;
}
.root.mobile .Moscow2020ShiftOrderForm .OrderStatus .TotalPrice {
  min-width: 300px;
  max-width: 300px;
  text-align: center;
  font-size: 13px;
}
.root.mobile .Moscow2020ShiftOrderForm .OrderStatus .OrderStatus__Submit {
  margin: 20px 0 10px;
  min-width: 300px;
  max-width: 300px;
  font-size: 17px;
}
.root.mobile .Moscow2020ShiftOrderForm .OrderStatus .FormAlert {
  position: relative;
  left: 2px;
  top: 15px;
  max-width: 298px;
}
.root.mobile .Moscow2020ShiftOrderForm .OrderStatus .FormAlert .FormAlert__body {
  top: 0px;
  transform: translate(0, 0);
}
.root.mobile .Moscow2020ShiftOrderForm .OrderStatus .FormAlert .FormAlert__body.FormAlertMove-enter {
  opacity: 0;
  transform: translate(0, 10px);
}
.root.mobile .Moscow2020ShiftOrderForm .OrderStatus .FormAlert .FormAlert__body.FormAlertMove-enter-active {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all 200ms ease-in;
}
.root.mobile .Moscow2020ShiftOrderForm .OrderStatus .FormAlert .FormAlert__body.FormAlertMove-exit {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all 100ms ease-in;
}
.root.mobile .Moscow2020ShiftOrderForm .OrderStatus .FormAlert .FormAlert__body.FormAlertMove-exit-active {
  opacity: 0;
  transform: translate(0, 10px);
  transition: all 100ms ease-in;
}
.root.mobile .Moscow2020ShiftOrderForm .OrderStatus .FormAlert .FormAlert__body .top-triangle {
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ee1c25;
  position: absolute;
  left: 50%;
  top: -7px;
  transform: translateX(-50%);
}
.root.mobile .Moscow2020ShiftOrderForm .OrderStatus .FormAlert .FormAlert__body .triangle {
  display: none;
}
.root.mobile .Moscow2020ShiftOrderForm .FormRow__agreement .FormRow__Content {
  margin-top: 0;
}
.root.mobile .Moscow2020ShiftOrderForm .FormRow__agreement .FormRow__Content .FormCheckbox__agreement input {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  background: url("/static/img/icons/mark-off.svg");
  background-size: 16px 16px;
  margin: 2px 0 2px 0;
}
.root.mobile .Moscow2020ShiftOrderForm .FormRow__agreement .FormRow__Content .FormCheckbox__agreement input:checked {
  background: url("/static/img/icons/mark-on.svg");
  background-size: 16px 16px;
}
.root.mobile .Moscow2020ShiftOrderForm .FormRow__agreement .FormRow__Content .FormCheckbox__agreement input:focus {
  opacity: 1;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.moscow-2020.moscow-2020--ready .mask {
  pointer-events: none;
  opacity: 0;
}
.moscow-2020 .ShiftCover header {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  height: 263px;
  text-align: center;
  bottom: 10px;
  width: 762px;
}
.moscow-2020 .ShiftCover header.anonymous-shift {
  width: 966px;
}
.moscow-2020 .ShiftCover header h2.title {
  margin-top: 18px;
  color: #000;
}
.moscow-2020 .ShiftCover header h1.short-description {
  margin-top: 26px;
  font-size: 20px !important;
  line-height: 26px !important;
  width: 100%;
  color: #000;
}
.moscow-2020 .age-limit {
  position: absolute;
  top: 313px;
  right: 122px;
  width: 70px;
  height: 70px;
  background-color: #333;
  border-radius: 100%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.moscow-2020 .mask {
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transition: opacity 300ms;
  z-index: 100000;
}
.moscow-2020 .order-container {
  margin-top: 41px;
  background-color: rgba(0,0,0,0.05);
  padding: 38px 0;
  min-height: 341px;
}
.moscow-2020 section.noRoom,
.moscow-2020 section.confirmation {
  padding: 40px 0 38px;
}
.moscow-2020 section.noRoom .k-content,
.moscow-2020 section.confirmation .k-content {
  height: 150px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-family: navigo;
  position: relative;
}
.moscow-2020 section.noRoom .k-content .noRoom_sorry,
.moscow-2020 section.confirmation .k-content .noRoom_sorry {
  font-size: 29px;
}
.moscow-2020 section.noRoom .k-content .noRoom_contact,
.moscow-2020 section.confirmation .k-content .noRoom_contact {
  font-size: 21px;
}
.moscow-2020 section.noRoom .order__loading,
.moscow-2020 section.confirmation .order__loading {
  height: 2px;
  width: 100%;
}
.moscow-2020 section.noRoom .order__loading .confirmation_loader,
.moscow-2020 section.confirmation .order__loading .confirmation_loader {
  position: absolute;
  height: 2px;
  background-color: #55ba5c;
  animation-name: loader-animation;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out-expo;
}
.moscow-2020 section.noRoom .k-content {
  height: 220px;
}
.root.mobile .moscow-2020 .ShiftCover header {
  height: 147px;
  bottom: 0;
  width: 315px;
  justify-content: flex-start;
}
.root.mobile .moscow-2020 .ShiftCover header .dates {
  height: 27px;
  width: 100%;
  font-size: 13px;
}
.root.mobile .moscow-2020 .ShiftCover header h2.title {
  width: 100%;
  font-size: 25px;
  line-height: 25px;
  height: 59px;
  margin-top: 0;
}
.root.mobile .moscow-2020 .ShiftCover header h1.short-description {
  margin-top: -5px;
  font-size: 13px !important;
  line-height: unset !important;
  height: 46px;
  display: flex;
  align-items: center;
}
.root.mobile .moscow-2020 .ShiftCover header.anonymous-shift .dates {
  height: 30px;
}
.root.mobile .moscow-2020 .ShiftCover header.anonymous-shift h2.title {
  height: 46px;
}
.root.mobile .moscow-2020 .ShiftCover header.ideal-play {
  justify-content: space-around;
  height: 161px;
}
.root.mobile .moscow-2020 .ShiftCover header.ideal-play h2.title {
  height: 30px;
}
.root.mobile .moscow-2020 .ShiftCover header.ideal-play h1.short-description {
  align-items: flex-start;
  height: 43px;
}
.root.mobile .moscow-2020 .ShiftCover header.ideal-play .dates__container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  width: 100%;
}
.root.mobile .moscow-2020 .ShiftCover header.ideal-play .dates__container .date {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  font-size: 13px;
  line-height: 18px;
  flex-basis: 38%;
}
.root.mobile .moscow-2020 .age-limit {
  top: 229px;
  right: 19px;
  width: 36px;
  height: 36px;
  font-size: 10px;
}
.root.mobile .moscow-2020 section.noRoom {
  margin-top: 34px;
}
.root.mobile .moscow-2020 section.noRoom .k-content {
  height: 362px;
  align-items: center;
  text-align: center;
}
.root.mobile .moscow-2020 section.noRoom .k-content .noRoom_sorry {
  font-size: 26px;
  line-height: 31px;
}
.root.mobile .moscow-2020 section.noRoom .k-content .noRoom_contact {
  font-size: 16px;
  line-height: 22px;
}
.root.mobile .moscow-2020 .order-container {
  margin-top: 0px;
  padding: 30px 0;
  min-height: 274px;
}
@-moz-keyframes loader-animation {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loader-animation {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes loader-animation {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes loader-animation {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.k-section {
  margin-top: 65px;
}

.shift-card {
  overflow: hidden;
  position: relative;
}
.shift-card .bg .video {
  object-fit: contain;
}
.shift-card .title {
  position: absolute;
  top: 280px;
  left: 75px;
  font-size: 57px;
  font-weight: bold;
  color: #fff;
  z-index: 2;
}
.shift-card .short-description {
  position: absolute;
  top: 350px;
  left: 75px;
  width: 440px;
  font-size: 17px !important;
  font-weight: normal !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: sans-serif;
  line-height: 22px;
  color: #fff;
  z-index: 2;
}
.shift-card .ages {
  position: absolute;
  bottom: 30px;
  left: 75px;
  color: #fff;
}
.root.mobile .shift-card {
  width: 300px;
  height: 300px;
}
.root.mobile .shift-card header {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin-top: -5px;
}
.root.mobile .shift-card header .title {
  position: static;
  font-size: 25px;
  text-align: center;
}
.root.mobile .shift-card header .title img {
  width: 20px;
}
.root.mobile .shift-card header .short-description {
  position: static;
  width: 260px;
  text-align: center !important;
  font-size: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-top: 16px !important;
}
.root.mobile .shift-card .ages {
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}

.ShiftCover {
  overflow: hidden;
  position: relative;
  margin-top: -166px;
}
.ShiftCover .bg .video,
.ShiftCover .bg img {
  object-fit: cover;
}
.ShiftCover header {
  position: absolute;
  bottom: 80px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, 0);
}
.ShiftCover header h2.title {
  font-size: 48px;
  color: #fff;
  z-index: 2;
}
.ShiftCover header .short-description {
  width: 500px;
  text-align: center;
  font-size: 15px !important;
  line-height: 22px;
  font-weight: normal !important;
  margin-top: 20px;
  color: #fff;
  z-index: 2;
}
.root.mobile .ShiftCover {
  margin-top: -106px;
}
.root.mobile .ShiftCover header {
  bottom: 90px;
}
.root.mobile .ShiftCover header h2.title {
  font-size: 29px;
  margin-top: 18px;
}
.root.mobile .ShiftCover header .short-description {
  width: 300px;
}

h2.shift-header {
  font-size: 48px;
  font-weight: normal;
  font-family: "CoFo Sans", sans-serif;
}
h2.shift-header.size-2 {
  font-size: 37px !important;
}
h2.shift-header.size-3 {
  font-size: 12px !important;
  font-weight: bold !important;
}
.root.mobile h2.shift-header {
  margin-left: 0px !important;
  font-size: 25px !important;
  line-height: 29px;
  margin-top: -29px;
}

.k-img {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.k-video-button {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.k-video-button .video-button-yt {
  margin: 0 auto;
  padding: 0;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  position: relative;
  border-radius: 10px;
}
.k-video-button .video-button-yt iframe {
  position: relative;
  top: -4px;
  left: -10px;
}
.k-video-button button {
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
  background: #000;
}
.k-video-button button .video-bg {
  position: relative;
  left: -3px;
}
.k-video-button button.hidden {
  opacity: 0;
  transition: opacity 300ms;
  pointer-events: none;
}
.k-video-button button .video-button-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
}
.k-video-button button .video-button-label img {
  position: relative;
  left: 4px;
}
.k-video-button button .video-button-label p {
  margin-top: 21px;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  width: 100%;
  text-align: center;
}
.root.mobile .k-video-button {
  z-index: 2;
}
.root.mobile .k-video-button button {
  pointer-events: none;
}
.root.mobile .k-video-button button .video-button-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 280px;
}
.root.mobile .k-video-button button .video-button-label img {
  position: relative;
  left: 4px;
  width: 20px;
}
.root.mobile .k-video-button button .video-button-label p {
  margin-top: 21px;
  font-size: 11px !important;
  line-height: 15px !important;
  color: #fff;
  width: 100%;
  text-align: center;
}

.k-autoplay-video {
  background-color: #eee;
  position: relative;
}
.k-autoplay-video.clickable {
  cursor: pointer;
}
.k-autoplay-video .k-autoplay-video__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  transform: translateX(-50%) translateY(-50%);
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}
.k-autoplay-video .k-autoplay-video__sound {
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 6.4%;
  padding-bottom: 100%;
  margin: 0;
  padding: 0;
}
.k-autoplay-video .k-autoplay-video__sound.fadeout {
  transition: opacity 0.3s;
  opacity: 0;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.k-text {
  font-family: Times;
  font-size: 21px;
  line-height: 27px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.small {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  display: block;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.root.mobile .k-text {
  font-size: 18px;
  line-height: 22px;
}
.root.mobile .k-text.small {
  font-size: 13px;
  line-height: 22px;
}

hr.hr {
  border: none;
  background: #eee;
  height: 2px;
  padding: 0;
  margin: 0;
}
html.mobile hr.hr {
  width: 320px;
}

.fake-map {
  position: relative;
}
.fake-map .fake-map__ring {
  border: 3px solid #a633da;
  border-radius: 30px;
  background: none;
  height: 30px;
  width: 30px;
  position: absolute;
  left: 441px;
  top: 146px;
  animation: pulsate 1.5s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.15, 1.15);
    opacity: 0;
  }
}
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.15, 1.15);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.15, 1.15);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.15, 1.15);
    opacity: 0;
  }
}
.root.mobile .fake-map .fake-map__ring {
  display: none;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.subscribe {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 630px;
  margin: 0 auto;
  text-align: center;
}
.subscribe .subscribe-form {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.subscribe .subscribe-form input {
  outline: none;
  height: 29px;
  padding: 10px;
  padding-top: 7px;
  width: 380px;
  border: 1px solid #929292;
  margin-bottom: 20px;
  margin-right: 20px;
  font-size: 15px;
}
.subscribe .subscribe-form input.invalid {
  border-color: #fb8cc5;
}
.root.mobile .subscribe {
  padding-top: 20px;
  padding-bottom: 50px;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  flex-direction: column;
}
.root.mobile .subscribe .subscribe-form {
  margin-top: 20px;
}
.root.mobile .subscribe .subscribe-form input {
  width: 280px;
  border-radius: 0px;
  -webkit-appearance: none;
}
.root.mobile .subscribe .subscribe-form .subscribe__submit {
  align-self: center;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.SubscriptionForm {
  width: 100%;
}
.SubscriptionForm .FormRow header {
  display: none;
}
.SubscriptionForm .FormRow .FormRow__Content {
  width: 724px;
  justify-content: space-between;
}
.SubscriptionForm .FormInput {
  background-color: #fff;
  border-radius: 2px;
  text-align: left;
}
.SubscriptionForm .FormInput.name,
.SubscriptionForm .FormInput.email {
  width: 219px;
}
.SubscriptionForm .FormInput.name input,
.SubscriptionForm .FormInput.email input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  width: 199px;
}
.SubscriptionForm .FormInput.success input {
  pointer-events: none;
}
.SubscriptionForm .OrderStatus {
  display: flex;
}
.SubscriptionForm .OrderStatus__Submit {
  display: flex;
  justify-content: center;
  min-width: 219px;
  height: 36px;
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
  outline: none;
  cursor: pointer;
  position: relative;
  color: #fff;
  cursor: default;
  border-radius: 2px;
  background-color: #333;
  line-height: 36px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.5;
  pointer-events: none;
  border-radius: 40px;
}
.SubscriptionForm .OrderStatus__Submit--enabled {
  cursor: pointer;
  opacity: 1;
  pointer-events: all;
}
.SubscriptionForm .OrderStatus__Submit--submitting {
  pointer-events: none;
}
.SubscriptionForm .OrderStatus__Submit--success {
  color: #000;
  background: none;
  pointer-events: none;
}
.SubscriptionForm .OrderStatus__Submit--error {
  opacity: 0.5;
  pointer-events: none;
}
.root.mobile .SubscriptionForm .FormRow {
  width: 100%;
}
.root.mobile .SubscriptionForm .FormRow .FormRow__Content {
  text-align: left;
}
.root.mobile .SubscriptionForm .FormInput.name,
.root.mobile .SubscriptionForm .FormInput.email {
  width: 100%;
}
.root.mobile .SubscriptionForm .FormInput.name input,
.root.mobile .SubscriptionForm .FormInput.email input {
  width: 100%;
}
.root.mobile .SubscriptionForm .OrderStatus {
  flex-direction: column;
}
.root.mobile .SubscriptionForm .OrderStatus__Submit {
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.FormInput {
  margin-right: 20px;
  height: 38px;
  width: 220px;
  position: relative;
}
.FormInput.focused input,
.FormInput:hover input {
  border-color: #1f1f1f;
}
.FormInput.focused input::-webkit-input-placeholder,
.FormInput:hover input::-webkit-input-placeholder {
  color: rgba(51,51,51,0.75);
}
.FormInput.focused input::-moz-placeholder,
.FormInput:hover input::-moz-placeholder {
  color: rgba(51,51,51,0.75);
}
.FormInput.focused input:-moz-placeholder,
.FormInput:hover input:-moz-placeholder {
  color: rgba(51,51,51,0.75);
}
.FormInput.focused input:-ms-input-placeholder,
.FormInput:hover input:-ms-input-placeholder {
  color: rgba(51,51,51,0.75);
}
.FormInput.readonly input {
  border-color: rgba(153,153,153,0.1);
}
.FormInput.valid input {
  border-color: #bae0b4;
}
.FormInput.promocode.invalid .invalid-text {
  display: none;
}
.FormInput.invalid .invalid-text {
  display: block;
}
.FormInput.invalid input {
  border-color: #fb8cc5;
}
.FormInput.invalid input::-webkit-input-placeholder {
  color: #fb8cc5;
}
.FormInput.invalid input::-moz-placeholder {
  color: #fb8cc5;
}
.FormInput.invalid input:-moz-placeholder {
  color: #fb8cc5;
}
.FormInput.invalid input:-ms-input-placeholder {
  color: #fb8cc5;
}
.FormInput .invalid-text {
  position: absolute;
  right: 14px;
  bottom: -18px;
  font-family: 'CoFo Robert';
  font-style: italic;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #ff005c;
}
.FormInput:last-child {
  margin-right: 0px;
}
.FormInput input {
  position: absolute;
  padding-left: 15px;
  width: 100%;
  height: 100%;
  margin: 0px;
  font-size: 15px;
  outline: none;
  font-family: 'CoFo Sans';
  color: #1f1f1f;
  border: 1px solid #bdbdbd;
  border-radius: 40px;
  box-sizing: border-box;
  padding-top: 5px;
}
.FormInput input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.FormInput input::-webkit-input-placeholder {
  color: #bdbdbd;
}
.FormInput input::-moz-placeholder {
  color: #bdbdbd;
}
.FormInput input:-moz-placeholder {
  color: #bdbdbd;
}
.FormInput input:-ms-input-placeholder {
  color: #bdbdbd;
}
.FormInput input:disabled {
  background-color: #fff;
}
.root.mobile .FormInput {
  margin-bottom: 20px;
  width: 100%;
}
.root.mobile .FormInput.client-email,
.root.mobile .FormInput.promocode {
  width: 100%;
}
.root.mobile .FormInput.client-email input,
.root.mobile .FormInput.promocode input {
  width: 100%;
}
.root.mobile .FormInput.visitor-birthday-day,
.root.mobile .FormInput.visitor-birthday-month,
.root.mobile .FormInput.visitor-birthday-year {
  width: 84px;
}
.root.mobile .FormInput.visitor-birthday-day input,
.root.mobile .FormInput.visitor-birthday-month input,
.root.mobile .FormInput.visitor-birthday-year input {
  width: 84px;
}
.root.mobile .FormInput.visitor-birthday-year {
  margin-right: 0px;
}
.root.mobile .FormInput input {
  font-size: 14px;
  padding-left: 13px;
}
.root.mobile .FormInput .invalid-text {
  right: 10px;
  bottom: -15px;
  font-size: 10px;
}

.FormSelect .select__menu {
  background: #ebcffe;
  border-radius: 0px;
  box-shadow: none;
  margin-top: 0px;
}
.FormSelect .select__menu .select__menu-list {
  padding-bottom: 0px;
  padding-top: 0px;
}
.FormSelect .select__menu .select__menu-list div[role="option"]:focus {
  background: #ddbef3;
}
.FormSelect .select__menu-notice--no-options {
  height: 38px;
  color: #000;
  text-align: left;
  font-size: 15px;
}
.FormSelect .select__control {
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 0;
  box-shadow: none;
  align-items: center;
  border-width: 1px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 38px;
  outline: 0 !important;
  position: relative;
  -webkit-transition: all 100ms;
  transition: all 100ms;
  box-sizing: border-box;
}
.FormSelect .select__control:hover,
.FormSelect .select__control.select__control--is-focused {
  border-color: #7b7b7b !important;
}
.FormSelect .select__indicators {
  display: flex;
}
.FormSelect .select__indicators .select__indicator-separator {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #ccc;
  margin-bottom: 8px;
  margin-top: 8px;
  width: 1px;
  box-sizing: border-box;
}
.FormSelect .select__indicators .select__dropdown-indicator {
  color: #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-transition: color 150ms;
  transition: color 150ms;
  box-sizing: border-box;
  color: #999;
}
.FormSelect .select__indicators .select__dropdown-indicator svg {
  display: inline-block;
  fill: currentColor;
  line-height: 1;
  stroke: currentColor;
  stroke-width: 0;
}
.FormSelect .select__value-container {
  padding: 0;
  align-items: center;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  -webkit-overflow-scrolling: touch;
  position: relative;
  overflow: visible;
  box-sizing: border-box;
  font-size: 12px;
}
.FormSelect .select__value-container.select__value-container--has-value {
  padding-left: 8px;
}
.FormSelect .select__value-container .select__single-value {
  overflow: visible;
}
.FormSelect .select__option {
  font-size: 12px;
  cursor: pointer;
  background: #ebcffe;
  color: #000;
  min-height: 38px;
  line-height: 21px;
}
.FormSelect .select__option:hover,
.FormSelect .select__option--focused {
  cursor: pointer;
  background: #ddbef3;
  color: #000;
}
.FormSelect .select__placeholder {
  font-size: 12px;
  padding-left: 10px;
  margin-left: 0px;
  margin-right: 0px;
  color: #808080;
  height: 100%;
  line-height: 22px;
  box-sizing: border-box;
  margin-top: -1px;
}
.FormSelect input {
  background: 0;
  border: 0;
  font-size: inherit;
  outline: 0;
  padding: 0;
  width: 1px;
  color: transparent;
  left: -100px;
  opacity: 0;
  position: relative;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.root.mobile .FormSelect {
  max-width: 300px;
}
.root.mobile .FormSelect .select__placeholder {
  margin-top: -2px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.FormRow {
  margin-bottom: 40px;
  display: flex;
}
.FormRow header {
  width: 360px;
}
.FormRow header h1 {
  font-size: 48px;
}
.FormRow header h2 {
  margin-top: 5px;
  font-size: 20px;
  line-height: 20px;
}
.FormRow main.FormRow__Content {
  width: 720px;
  display: flex;
}
.root.mobile .FormRow {
  flex-direction: column;
  margin-bottom: 10px;
}
.root.mobile .FormRow h1 {
  font-size: 47px;
}
.root.mobile .FormRow header {
  width: 100%;
}
.root.mobile .FormRow header h2 {
  margin-top: 0;
  font-size: 18px;
  line-height: 20px;
}
.root.mobile .FormRow main.FormRow__Content {
  width: 100%;
  margin-top: 17px;
  flex-direction: column;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.FormCheckbox {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  height: 38px;
}
.FormCheckbox--disabled {
  opacity: 0.5;
}
.FormCheckbox input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  cursor: pointer;
  outline: none;
  position: relative;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  background: none;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #c4c4c4;
  box-sizing: border-box;
  z-index: 1;
  margin-left: 14px;
}
.FormCheckbox input:focus {
  opacity: 1;
  border-color: #777;
}
.FormCheckbox input:focus:checked {
  border-color: #306aff;
  background-color: #306aff;
}
.FormCheckbox input:focus:checked:after {
  background-image: url("/static/img/order/check-mark_hovered.svg");
}
.FormCheckbox input:checked {
  background: none;
  background-color: #0047ff;
  border-color: #0047ff;
}
.FormCheckbox input:checked:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("/static/img/order/check-mark_hovered.svg");
  background: url("/static/img/order/check-mark.svg") center/contain no-repeat;
}
.FormCheckbox label {
  font-size: 15px;
  margin-left: 10px;
  cursor: pointer;
}
.FormCheckbox:hover {
  opacity: 1;
  border-color: #777;
}
.FormCheckbox:hover input:checked {
  border-color: #306aff;
  background-color: #306aff;
}
.FormCheckbox:hover input:checked:after {
  background-image: url("/static/img/order/check-mark_hovered.svg");
}

.FormFio {
  display: flex;
}
.root.mobile .FormFio {
  flex-direction: column;
}

.FormDate {
  display: flex;
  max-width: 706px;
}
.FormDate--withTime {
  max-width: 626px;
}
.root.mobile .FormDate {
  max-width: 300px;
}
.root.mobile .FormDate--withTime {
  flex-direction: column;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.FormRadiobutton {
  width: 100%;
  position: relative;
}
.FormRadiobutton label {
  width: 100%;
  height: 20px;
  display: block;
  margin-bottom: 20px;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
.FormRadiobutton label .radiobutton {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/static/img/order/radio.svg"), url("/static/img/order/radio-hover.svg"), url("/static/img/order/radio-checked.svg");
  margin-right: 10px;
  flex-shrink: 0;
}
.FormRadiobutton label input[type='radio'] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.FormRadiobutton label input[type='radio']:checked + .radiobutton {
  background-image: url("/static/img/order/radio-checked.svg");
}
.FormRadiobutton label:hover .radiobutton {
  background-image: url("/static/img/order/radio-hover.svg");
}
.FormRadiobutton label:hover input:checked > .radiobutton {
  background-image: url("/static/img/order/radio-checked.svg");
}
.FormRadiobutton label span {
  cursor: pointer;
  line-height: 24px;
}
.root.mobile .FormRadiobutton label .radiobutton {
  margin-right: 13px;
}
.root.mobile .FormRadiobutton label span {
  display: inline-flex;
  align-items: center;
  width: calc(100% - 33px);
  min-height: 24px;
  font-size: 12px;
  line-height: 15px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.RoomSelect {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin: 8px 0;
}
.RoomSelect:first-child {
  margin-top: 0;
}
.RoomSelect:last-child {
  margin-bottom: 0;
}
.RoomSelect__visitorName {
  flex-grow: 1;
  font-family: 'CoFo Sans';
  font-size: 12px;
  color: #1f1f1f;
  overflow: hidden;
  white-space: nowrap;
}
.RoomSelect__selectWrapper {
  position: relative;
  width: 277px;
  height: 26px;
}
.RoomSelect__control {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #fff;
  border-radius: 5px;
  height: 100%;
  padding-left: 8px;
  padding-right: 11px;
  cursor: pointer;
  user-select: none;
  border: 1px solid rgba(0,0,0,0.2);
}
.RoomSelect__control.RoomSelect__control--open {
  border: none;
  border-radius: 5px 5px 0 0;
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.251);
  clip-path: inset(-4px -4px 0 -4px);
  position: relative;
  z-index: 11;
}
.RoomSelect__value {
  flex-grow: 1;
  font-family: 'CoFo Sans';
  font-size: 15px;
  line-height: 26px;
  color: rgba(31,31,31,0.302);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.RoomSelect__control--selected .RoomSelect__value {
  color: #1f1f1f;
}
.RoomSelect__control--unavailable .RoomSelect__value {
  color: rgba(255,0,92,0.4);
}
.RoomSelect__controlPrice {
  text-align: right;
  font-family: 'CoFo Sans';
  font-size: 12px;
  line-height: 26px;
  color: rgba(31,31,31,0.502);
  letter-spacing: 0%;
  margin-right: 8px;
}
.RoomSelect__arrow {
  transition: transform 0.15s;
}
.RoomSelect__control--selected .RoomSelect__arrow {
  color: #000;
}
.RoomSelect__control--open .RoomSelect__arrow {
  transform: rotate(180deg);
}
.RoomSelect__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  z-index: 12;
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.251);
  clip-path: inset(0 -4px -4px -4px);
}
.RoomSelect__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  height: 28px;
  cursor: pointer;
  transition: background-color 0.1s;
  font-family: 'CoFo Sans';
}
.RoomSelect__option:hover {
  background: rgba(217,217,217,0.302);
}
.RoomSelect__option--selected {
  background: rgba(217,217,217,0.302);
}
.RoomSelect__option--disabled {
  cursor: default;
}
.RoomSelect__option--disabled .RoomSelect__optionLabel,
.RoomSelect__option--disabled .RoomSelect__optionPrice {
  color: rgba(255,0,92,0.4);
}
.RoomSelect__option--disabled:hover {
  background: none;
}
.RoomSelect__optionLabel {
  font-size: 15px;
  line-height: 26px;
  color: #000;
}
.RoomSelect__optionPrice {
  font-size: 12px;
  line-height: 26px;
  color: rgba(31,31,31,0.502);
  margin-left: 16px;
  white-space: nowrap;
}
.root.mobile .RoomSelect {
  flex-flow: column nowrap;
  align-items: flex-start;
  gap: 3px;
}
.root.mobile .RoomSelect__visitorName {
  width: 100px;
  font-size: 12px;
  margin-left: 8px;
}
.root.mobile .RoomSelect__selectWrapper {
  position: relative;
  width: 100%;
  height: 25px;
}
.root.mobile .RoomSelect__value {
  font-size: 12px;
  line-height: 25px;
}
.root.mobile .RoomSelect__option {
  height: 25px;
  padding: 0 8px;
}
.root.mobile .RoomSelect__optionLabel {
  font-size: 12px;
  line-height: 25px;
}
.root.mobile .RoomSelect__optionPrice,
.root.mobile font-size 10px {
  line-height: 25px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.RoomSelection {
  padding: 40px 24px 27px;
  box-sizing: border-box;
  background: #f7f7f7;
  border-radius: 20px;
  margin: -27px 20px 0;
}
.RoomSelection__title {
  font-family: 'CoFo Sans';
  font-size: 15px;
  line-height: 27px;
  color: #1f1f1f;
  margin-bottom: 13px;
}
.RoomSelection__list {
  display: flex;
  flex-flow: column nowrap;
}
.root.mobile .RoomSelection {
  padding: 45px 14px 23px;
  margin: -23px 20px 0;
}
.root.mobile .RoomSelection__title {
  font-size: 12px;
  margin-bottom: 8px;
  margin-left: 8px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.ShiftList {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
}
.ShiftList .ShiftListItem {
  display: flex;
  flex-flow: column nowrap;
  width: 470px;
  position: relative;
  margin: 12px 0;
}
.ShiftList .ShiftListItem:first-child {
  margin-top: 0;
}
.ShiftList .ShiftListItem:last-child {
  margin-bottom: 0;
}
.ShiftList .ShiftListItem__header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 60px;
  position: relative;
}
.FormCheckbox.FormCheckbox__Shift {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.FormCheckbox.FormCheckbox__Shift input:focus {
  border-color: #a1bcff;
}
.FormCheckbox.FormCheckbox__Shift input:focus + label {
  background-color: #edf2ff;
}
.FormCheckbox.FormCheckbox__Shift label {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin-left: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 13px 21px 15px 43px;
  box-sizing: border-box;
  border-radius: 40px;
  background-color: #f0f0f0;
}
.FormCheckbox.FormCheckbox__Shift label span {
  color: #000;
  font-family: 'CoFo Sans';
}
.FormCheckbox.FormCheckbox__Shift label span.shift_name {
  font-size: 15px;
  line-height: 21px;
}
.FormCheckbox.FormCheckbox__Shift label span.shift_date {
  font-size: 12px;
  line-height: 17px;
  margin-top: 1px;
}
.FormCheckbox.FormCheckbox__Shift.checked label {
  background-color: #000;
}
.FormCheckbox.FormCheckbox__Shift.checked label span {
  color: #fff;
}
.FormCheckbox.FormCheckbox__Shift.checked input:focus {
  border-color: #306aff;
}
.FormCheckbox.FormCheckbox__Shift.checked input:focus+ label {
  background-color: #1f1f1f;
}
.FormCheckbox.FormCheckbox__Shift.checked:hover input {
  border-color: #306aff;
}
.FormCheckbox.FormCheckbox__Shift.checked:hover label {
  background-color: #1f1f1f;
}
.FormCheckbox.FormCheckbox__Shift:hover input {
  border-color: #a1bcff;
}
.FormCheckbox.FormCheckbox__Shift:hover label {
  background-color: #edf2ff;
}
.FormCheckbox.FormCheckbox__Shift.FormCheckbox--disabled {
  opacity: 1;
}
.FormCheckbox.FormCheckbox__Shift.FormCheckbox--disabled span {
  color: rgba(0,0,0,0.3);
}
.FormCheckbox.FormCheckbox__Shift.FormCheckbox--disabled input,
.FormCheckbox.FormCheckbox__Shift.FormCheckbox--disabled input:focus {
  border-color: rgba(189,189,189,0.5);
  background-color: transparent;
}
.FormCheckbox.FormCheckbox__Shift.FormCheckbox--disabled:hover input {
  border-color: rgba(189,189,189,0.5);
  background-color: transparent;
}
.FormCheckbox.FormCheckbox__Shift.FormCheckbox--disabled:hover label {
  background-color: #f0f0f0;
}
.FormCheckbox.FormCheckbox__Shift.FormCheckbox--with-warning {
  pointer-events: none;
}
.FormCheckbox.FormCheckbox__Shift.FormCheckbox--with-warning label {
  animation: warning-label-pinkness 1.1s forwards;
}
.FormCheckbox.FormCheckbox__Shift.FormCheckbox--with-warning input {
  animation: warning-input-pinkness 1.1s forwards;
}
.ShiftListItem_SoldOut {
  position: absolute;
  height: 100%;
  right: 0;
  transform: translateX(100%);
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  font-family: 'CoFo Sans';
  font-size: 12px;
  padding-left: 28px;
  color: rgba(0,0,0,0.3);
  pointer-events: none;
}
.ShiftListItem_priceBlock {
  position: absolute;
  height: 100%;
  right: 0;
  transform: translateX(100%);
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
}
.ShiftListItem_priceBlock .ShiftListItem_price {
  padding-left: 28px;
  font-family: 'CoFo Sans';
  font-size: 20px;
  color: #0047ff;
}
.ShiftListItem_Warning {
  position: absolute;
  width: 220px;
  right: 0;
  transform: translateX(100%);
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  font-family: 'CoFo Sans';
  font-size: 12px;
  padding-left: 48px;
  color: #ff005c;
  font-feature-settings: 'pnum' on, 'lnum' on;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.1s;
}
.ShiftListItem_Warning::before {
  content: ' ';
  display: inline-block;
  position: relative;
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  align-self: flex-start;
  margin-right: 7px;
  background: url("/static/img/order/warning.svg") center/contain no-repeat;
}
.ShiftListItem_Warning.visible {
  opacity: 1;
}
.root.mobile .ShiftListItem {
  width: 100%;
  margin: 10px 0;
}
.root.mobile .ShiftListItem:first-child {
  margin-top: 0;
}
.root.mobile .ShiftListItem:last-child {
  margin-bottom: 0;
}
.root.mobile .ShiftListItem .ShiftListItem__header {
  height: 50px;
}
.root.mobile .ShiftListItem .FormCheckbox.FormCheckbox__Shift input {
  margin-left: 13px;
  background: none;
}
.root.mobile .ShiftListItem .FormCheckbox.FormCheckbox__Shift input:checked {
  background: none;
}
.root.mobile .ShiftListItem .FormCheckbox.FormCheckbox__Shift label {
  max-width: none;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}
.root.mobile .ShiftListItem .FormCheckbox.FormCheckbox__Shift label span {
  font-size: 12px;
  line-height: 15px;
}
.root.mobile .ShiftListItem .FormCheckbox.FormCheckbox__Shift:not(.checked):hover input {
  border-color: #c4c4c4;
}
.root.mobile .ShiftListItem .FormCheckbox.FormCheckbox__Shift:not(.checked):hover label {
  background-color: #f0f0f0;
}
.root.mobile .ShiftListItem .FormCheckbox.FormCheckbox__Shift.FormCheckbox--with-warning:not(.leave-info) span {
  transition: opacity 0.1s;
  opacity: 0;
}
.root.mobile .ShiftListItem .FormCheckbox.FormCheckbox__Shift.FormCheckbox--with-warning:not(.leave-info).afterWarning span {
  opacity: 1;
}
.root.mobile .ShiftListItem .FormCheckbox.FormCheckbox__Shift:not(.disabled) + .ShiftListItem_Warning.visible {
  transition: opacity 0;
  opacity: 0;
}
.root.mobile .ShiftListItem .ShiftListItem_priceBlock {
  transform: none;
}
.root.mobile .ShiftListItem .ShiftListItem_priceBlock .ShiftListItem_price {
  padding-left: 0px;
  padding-right: 16px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
.root.mobile .ShiftListItem .ShiftListItem_SoldOut {
  transform: translateX(0);
  right: 17px;
  font-size: 12px;
}
.root.mobile .ShiftListItem .ShiftListItem_Warning {
  transform: none;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 17px 10px 43px;
  line-height: 15px;
}
.root.mobile .ShiftListItem .ShiftListItem_Warning::before {
  content: none;
}
@-moz-keyframes warning-label-pinkness {
  from {
    background-color: #f0f0f0;
  }
  9.09% {
    background-color: #ffe5ef;
  }
  to {
    background-color: #f0f0f0;
  }
}
@-webkit-keyframes warning-label-pinkness {
  from {
    background-color: #f0f0f0;
  }
  9.09% {
    background-color: #ffe5ef;
  }
  to {
    background-color: #f0f0f0;
  }
}
@-o-keyframes warning-label-pinkness {
  from {
    background-color: #f0f0f0;
  }
  9.09% {
    background-color: #ffe5ef;
  }
  to {
    background-color: #f0f0f0;
  }
}
@keyframes warning-label-pinkness {
  from {
    background-color: #f0f0f0;
  }
  9.09% {
    background-color: #ffe5ef;
  }
  to {
    background-color: #f0f0f0;
  }
}
@-moz-keyframes warning-input-pinkness {
  from {
    border-color: rgba(189,189,189,0.5);
    background-color: transparent;
  }
  9.09% {
    border-color: rgba(255,153,190,0.3);
    background-color: #fff;
  }
  to {
    border-color: rgba(189,189,189,0.5);
    background-color: transparent;
  }
}
@-webkit-keyframes warning-input-pinkness {
  from {
    border-color: rgba(189,189,189,0.5);
    background-color: transparent;
  }
  9.09% {
    border-color: rgba(255,153,190,0.3);
    background-color: #fff;
  }
  to {
    border-color: rgba(189,189,189,0.5);
    background-color: transparent;
  }
}
@-o-keyframes warning-input-pinkness {
  from {
    border-color: rgba(189,189,189,0.5);
    background-color: transparent;
  }
  9.09% {
    border-color: rgba(255,153,190,0.3);
    background-color: #fff;
  }
  to {
    border-color: rgba(189,189,189,0.5);
    background-color: transparent;
  }
}
@keyframes warning-input-pinkness {
  from {
    border-color: rgba(189,189,189,0.5);
    background-color: transparent;
  }
  9.09% {
    border-color: rgba(255,153,190,0.3);
    background-color: #fff;
  }
  to {
    border-color: rgba(189,189,189,0.5);
    background-color: transparent;
  }
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.Visitor {
  margin-top: 40px;
}
.Visitor .visitor_index {
  position: absolute;
  top: 37px;
  font-family: CoFo Robert;
  font-size: 12px;
  font-style: italic;
  line-height: 22px;
}
.Visitor .visitor-birthday {
  display: flex;
  width: 470px;
}
.Visitor .FormRow__VisitorFio .FormInput:nth-child(2),
.Visitor .FormRow__VisitorFio .FormInput:nth-child(3) {
  flex-grow: 1;
}
.Visitor .VisitorGender {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 213px;
  margin-left: 37px;
}
.Visitor .VisitorGender legend {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.Visitor .VisitorGender div {
  position: relative;
}
.Visitor .VisitorGender div input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  background: #f0f0f0;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  outline: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border-color: transparent;
}
.Visitor .VisitorGender div input:focus {
  opacity: 0.8;
}
.Visitor .VisitorGender div input:checked {
  background: #000;
  cursor: default;
}
.Visitor .VisitorGender div input:checked + label.label-male {
  background-image: url("/static/img/order/gender-male-checked.svg");
}
.Visitor .VisitorGender div input:checked + label.label-female {
  background-image: url("/static/img/order/gender-female-checked.svg");
}
.Visitor .VisitorGender div input:checked:hover,
.Visitor .VisitorGender div input:checked:focus {
  background: #000;
  opacity: 1;
}
.Visitor .VisitorGender div input:hover {
  background: #edf2ff;
}
.Visitor .VisitorGender div label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-top: -1px;
  margin-left: 0.5px;
  pointer-events: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.Visitor .VisitorGender div label.label-male {
  background-image: url("/static/img/order/gender-male.svg");
}
.Visitor .VisitorGender div label.label-female {
  background-image: url("/static/img/order/gender-female.svg");
}
.Visitor:last-child .separator {
  height: 10px;
}
.Visitor .separator {
  width: 100%;
  height: 1px;
  border-style: solid;
  border-color: #bdbdbd;
  border-width: 0 0 1px 0;
}
.root.mobile .Visitor {
  margin-top: 31px;
}
.root.mobile .Visitor .FormRow {
  margin-bottom: 31px;
}
.root.mobile .Visitor .FormRow header .visitor_index {
  font-size: 12px;
  line-height: 12px;
  right: 0;
  top: unset;
  bottom: 0;
}
.root.mobile .Visitor .VisitorGender {
  width: 142px;
  margin-top: 12px;
  margin-left: 0px;
}
.root.mobile .Visitor .VisitorGender legend {
  margin-right: 1px;
}
.root.mobile .Visitor .separator {
  width: 100%;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.Visitors {
  margin-top: 59px;
  margin-bottom: 64px;
}
.Visitors .VisitorMove-enter {
  opacity: 0.01;
}
.Visitors .VisitorMove-enter-active {
  opacity: 1;
  transition: all 300ms ease-in;
}
.Visitors .VisitorMove-exit {
  opacity: 0;
  transition: all 200ms ease-in;
}
.Visitors .VisitorMove-exit-active {
  opacity: 0;
  transition: all 200ms ease-in;
}
.Visitors .VisitorsControls {
  position: relative;
}
.Visitors .VisitorsControls .VisitorsControls__add {
  position: absolute;
  width: 175px;
  height: 38px;
  left: 0;
  top: -1px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'CoFo Sans';
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  background-color: #999;
  border-radius: 40px;
}
.Visitors .VisitorsControls .VisitorsControls__add img {
  height: 100%;
  width: auto;
}
.Visitors .VisitorsControls .VisitorsControls__add:disabled {
  pointer-events: none;
}
.Visitors .VisitorsControls .VisitorsControls__add:hover {
  background-color: #737373;
  backdrop-filter: none;
}
.Visitors .VisitorsControls .VisitorsControls__remove {
  position: absolute;
  right: 0;
  top: -11px;
  font-family: "CoFo Sans";
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  font-size: 12px;
  line-height: 17px;
  text-align: right;
  color: #ff99be;
  background-color: #fff;
  padding-left: 26px;
}
.Visitors .VisitorsControls .VisitorsControls__remove:hover {
  color: #ff6da2;
}
.root.mobile .Visitors {
  margin-top: 35px;
  margin-bottom: 31px;
}
.root.mobile .Visitors .VisitorsControls {
  margin-left: 0px;
  width: 100%;
  text-align: center;
}
.root.mobile .Visitors .VisitorsControls button.VisitorsControls__add {
  position: relative;
  display: inline-flex;
}
.root.mobile .Visitors .VisitorsControls button.VisitorsControls__remove {
  font-size: 12px;
  line-height: 17px;
  top: -93px;
  padding-left: 0;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.OrderForm {
  margin-top: 50px;
}
.OrderForm .OrderForm__visitors--with-rooms .Visitor .FormRow {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.OrderForm .OrderForm__visitors--with-rooms .Visitor .FormRow:hover,
.OrderForm .OrderForm__visitors--with-rooms .Visitor .FormRow:focus-within {
  opacity: 1;
}
.OrderForm .client_label {
  position: absolute;
  top: 37px;
  font-family: CoFo Robert;
  font-size: 12px;
  font-style: italic;
  line-height: 22px;
}
.OrderForm .HelpText {
  height: 38px;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-left: 23px;
  font-size: 13px;
}
.OrderForm .promocode-label {
  display: flex;
  height: 38px;
  flex-direction: column;
  justify-content: space-between;
}
.OrderForm .promocode-label h2 {
  margin-top: -2px;
}
.OrderForm .promocode-label p {
  font-family: 'CoFo Sans';
  font-size: 12px;
}
.OrderForm hr {
  height: 1px;
  background: #cbcccd;
  border: none;
  margin-top: 50px;
  margin-bottom: 40px;
}
.OrderForm .shift-additionals {
  display: none;
  margin-top: 40px;
}
.OrderForm .shift-additionals.family-2018 {
  margin-bottom: -30px;
}
.OrderForm .shift-additionals.family-2018 aside .rooms__info__link {
  font-size: 13px;
  font-weight: bold;
  display: block;
  margin-top: 15px;
}
.OrderForm .shift-additionals.family-2018 .rooms-list .room.sold .checkbox {
  cursor: default;
}
.OrderForm .shift-additionals.family-2018 .rooms-list .room.sold .checkbox .checkbox-img,
.OrderForm .shift-additionals.family-2018 .rooms-list .room.sold .checkbox .room__label,
.OrderForm .shift-additionals.family-2018 .rooms-list .room.sold .checkbox .room__price,
.OrderForm .shift-additionals.family-2018 .rooms-list .room.sold .checkbox .room__description {
  opacity: 0.3;
}
.OrderForm .shift-additionals.family-2018 .rooms-list .room .checkbox {
  width: 700px;
  height: 37px;
}
.OrderForm .shift-additionals.family-2018 .rooms-list .room .checkbox .checkbox-img {
  top: 8px;
}
.OrderForm .shift-additionals.family-2018 .rooms-list .room .checkbox .checkbox-label {
  top: 0px;
}
.OrderForm .shift-additionals.family-2018 .rooms-list .room .checkbox .checkbox-label .room__inner {
  height: 37px;
  display: flex;
  align-items: center;
}
.OrderForm .shift-additionals.family-2018 .rooms-list .room .checkbox .checkbox-label .room__inner .room__label {
  font-size: 16px;
  font-weight: bold;
  margin-right: 35px;
}
.OrderForm .shift-additionals.family-2018 .rooms-list .room .checkbox .checkbox-label .room__inner .room__price {
  font-size: 16px;
  font-weight: bold;
  margin-right: 35px;
  color: #662090;
}
.OrderForm .shift-additionals.family-2018 .rooms-list .room .checkbox .checkbox-label .room__inner .room__description {
  font-size: 14px;
  font-weight: normal;
  min-width: 238px;
}
.OrderForm .shift-additionals.family-2018 .rooms-list .room .checkbox .checkbox-label .room__inner .room__description sup {
  font-size: 11px;
}
.OrderForm .shift-additionals.family-2018 .rooms-list .room .checkbox .checkbox-label .room__inner .room__image {
  width: 55px;
  height: 37px;
  display: inline-block;
}
.OrderForm .shift-additionals .newyear-placement {
  width: 462px;
  float: left;
  margin-right: 20px;
}
.OrderForm .shift-additionals .newyear-placement .default {
  font-size: 12px;
  line-height: 22px;
}
.OrderForm .shift-additionals .newyear-placement .dropdown-options {
  width: 444px;
}
.OrderForm .shift-additionals .newyear-placement .dropdown-selected-value {
  width: 452px;
}
.OrderForm .FormRow__Shifts {
  margin-bottom: 60px;
}
.OrderForm .FormFio {
  width: 100%;
}
.OrderForm .FormFio .FormInput:nth-child(2),
.OrderForm .FormFio .FormInput:nth-child(3) {
  flex-grow: 1;
}
.OrderForm .FormInput.client-email {
  width: 230px;
}
.OrderForm > .FormRow:nth-last-child(2) {
  margin-bottom: 60px;
}
.OrderForm .OrderStatus {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: 230px;
  width: 1220px;
  margin-left: -70px;
  padding-left: 71px;
  padding-top: 60px;
  background-color: rgba(240,240,240,0.698);
  box-sizing: border-box;
}
.OrderForm .OrderStatus .OrderStatus__Price {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 359px;
  height: 50px;
  order: 2;
}
.OrderForm .OrderStatus .OrderStatus__Price .sum {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.OrderForm .OrderStatus .OrderStatus__Price .sum .label {
  display: flex;
  font-family: 'CoFo Sans';
  font-size: 20px;
  line-height: 20px;
  white-space: pre;
}
.OrderForm .OrderStatus .OrderStatus__Price .sum .value {
  font-size: 20px;
  line-height: 20px;
  color: #0047ff;
}
.OrderForm .OrderStatus .OrderStatus__Price .vouchers_used {
  font-size: 12px;
  line-height: 15px;
  margin-top: 6px;
}
.OrderForm .OrderStatus .OrderStatus__Price .vouchers_available {
  font-size: 12px;
  line-height: 15px;
}
.OrderForm .OrderStatus .OrderStatus__Action {
  display: flex;
  flex-flow: column nowrap;
  order: 4;
}
.OrderForm .OrderStatus .OrderStatus__Action .OrderStatus__Submit {
  min-width: 470px;
  height: 50px;
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
  outline: none;
  position: relative;
  border-radius: 70px;
  background: #bdbdbd;
  cursor: default;
}
.OrderForm .OrderStatus .OrderStatus__Action .OrderStatus__Submit img {
  display: inline;
  height: 100%;
}
.OrderForm .OrderStatus .OrderStatus__Action .OrderStatus__Submit--enabled {
  background: #0047ff;
  color: #fff;
  cursor: pointer;
}
.OrderForm .OrderStatus .OrderStatus__Action .OrderStatus__Submit--enabled:hover,
.OrderForm .OrderStatus .OrderStatus__Action .OrderStatus__Submit--enabled:focus {
  background: #306aff;
}
.OrderForm .OrderStatus .OrderStatus__Action .OrderStatus__Submit--submitting {
  pointer-events: none;
}
.OrderForm .OrderStatus .OrderStatus__Action .OrderStatus__Submit .SpinnerDots {
  display: inline;
}
.OrderForm .OrderStatus .OrderStatus__Action .FormCheckbox__agreement {
  align-items: flex-start;
  width: 470px;
  padding: 22px 37px 0;
  box-sizing: border-box;
}
.OrderForm .OrderStatus .OrderStatus__Action .FormCheckbox__agreement label {
  font-family: 'CoFo Sans';
  font-size: 15px;
  line-height: 21px;
  color: #000;
}
.OrderForm .OrderStatus .OrderStatus__Action .FormCheckbox__agreement label a {
  color: #0047ff;
}
.OrderForm .OrderStatus .OrderStatus__Action .FormCheckbox__agreement:hover a {
  color: #306aff;
}
.OrderForm .OrderStatus .OrderStatus__Action .FormCheckbox__agreement:hover input:checked {
  border-color: transparent;
}
.OrderForm .OrderStatus .OrderStatus__Action .FormCheckbox__agreement:hover input:checked:after {
  background-image: url("/static/img/order/check-mark_hovered.svg");
}
.OrderForm .OrderStatus .OrderStatus__Error {
  position: relative;
  display: flex;
  width: 230px;
  height: 50px;
  margin-left: 28px;
  padding-left: 18px;
  font-size: 12px;
  line-height: 15px;
  align-items: center;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #ff005c;
  text-align: left;
  order: 4;
}
.OrderForm .OrderStatus .OrderStatus__Error img {
  display: inline-block;
  margin-right: 7px;
  vertical-align: bottom;
}
.root.mobile .OrderForm {
  margin-top: 10px;
}
.root.mobile .OrderForm .client_label {
  top: unset;
  right: 0;
  bottom: 0;
  font-size: 12px;
  line-height: 12px;
}
.root.mobile .OrderForm .HelpText {
  margin-left: 0px;
}
.root.mobile .OrderForm .promocode-label {
  flex-direction: row;
  margin-top: 20px;
  justify-content: flex-start;
  height: 18px;
}
.root.mobile .OrderForm .promocode-label p {
  margin-left: 15px;
  margin-top: 6px;
}
.root.mobile .OrderForm .OrderStatus {
  flex-direction: column;
  width: calc(100% + 40px);
  height: auto;
  margin: 0 -20px;
  padding: 26px 20px 0;
  box-sizing: border-box;
}
.root.mobile .OrderForm .OrderStatus .OrderStatus__Price {
  width: unset;
  align-self: center;
  align-items: center;
}
.root.mobile .OrderForm .OrderStatus .OrderStatus__Price .sum {
  justify-content: center;
}
.root.mobile .OrderForm .OrderStatus .OrderStatus__Price .sum .label,
.root.mobile .OrderForm .OrderStatus .OrderStatus__Price .sum .value {
  font-size: 15px;
  line-height: 14px;
}
.root.mobile .OrderForm .OrderStatus .TotalPrice {
  min-width: 300px;
  max-width: 300px;
}
.root.mobile .OrderForm .OrderStatus .OrderStatus__Action {
  width: 100%;
  align-items: center;
  height: 177px;
}
.root.mobile .OrderForm .OrderStatus .OrderStatus__Action .OrderStatus__Submit {
  min-width: unset;
  min-height: 50px;
  width: 100%;
  margin-top: 28px;
}
.root.mobile .OrderForm .OrderStatus .OrderStatus__Action .FormCheckbox__agreement {
  width: 100%;
  margin: 28px 43px 50px;
  padding: 0;
}
.root.mobile .OrderForm .OrderStatus .OrderStatus__Action .FormCheckbox__agreement label {
  font-size: 12px;
  line-height: 15px;
}
.root.mobile .OrderForm .OrderStatus .OrderStatus__Error {
  order: 1;
  width: 100%;
  max-width: calc(100% - 40px);
  min-height: 45px;
  background: #fff;
  border: 1px solid #ffbcd4;
  border-radius: 2px;
  font-family: 'CoFo Sans';
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #ff005c;
  margin: -13px 0 auto 0;
  flex-shrink: 0;
  justify-content: center;
  font-style: normal;
  padding: 6px 18px;
}
.root.mobile .OrderForm .OrderStatus .OrderStatus__Error img {
  display: none;
}
.root.mobile .OrderForm > .FormRow:nth-last-child(2) {
  margin-bottom: 20px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.order {
  min-height: 300px;
}
.order .order__reserve {
  margin-top: 110px;
}
.order .order__reserve header {
  position: relative;
}
.order .order__reserve header h1 {
  text-transform: uppercase;
  font-family: 'CoFo Sans';
  font-size: 36px;
  line-height: 36px;
}
.order .order__reserve header .step {
  position: absolute;
  top: -28px;
  left: 0;
  font-family: 'CoFo Robert';
  font-style: italic;
  font-size: 15px;
  line-height: 20px;
  font-feature-settings: 'pnum' on, 'lnum' on;
}
.order .order__reserve header .step.dummy {
  cursor: pointer;
}
.order .order__reserve main .k-text {
  font-family: 'CoFo Robert';
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  font-feature-settings: 'pnum' on, 'lnum' on;
}
.order .subscription {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  height: 300px;
  font-family: Times;
  font-size: 21px;
  line-height: 27px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: center;
}
.order .subscription .SubscriptionForm {
  display: inline-block;
  margin-top: 40px;
}
.order .subscription .SubscriptionForm .FormRow {
  display: inline-flex;
  margin-bottom: 0px;
}
.root.mobile .order .order__reserve {
  margin-top: 32px;
}
.root.mobile .order .order__reserve h1 {
  font-size: 29px;
  line-height: 29px;
  display: inline-block;
  width: 217px;
}
.root.mobile .order .order__reserve .step {
  top: unset;
  left: unset;
  right: 0;
  bottom: 0;
  font-size: 12px;
  line-height: 12px;
}
.root.mobile .order .order__reserve .FormRow__Content .k-text {
  font-size: 18px;
  line-height: 22px;
}
.root.mobile .order .subscription {
  font-size: 18px;
  line-height: 22px;
  height: 430px;
  text-align: left;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.OrderReserve .OrderReserveHeader {
  margin-top: 110px;
  position: relative;
}
.OrderReserve .OrderReserveHeader header h1 {
  font-family: 'CoFo Sans';
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
}
.OrderReserve .OrderReserveHeader header .step {
  position: absolute;
  left: 0;
  top: -28px;
  font-family: 'CoFo Robert';
  font-style: italic;
  font-size: 15px;
  line-height: 20px;
  font-feature-settings: 'pnum' on, 'lnum' on;
}
.OrderReserve .OrderReserveHeader .k-text p {
  font-family: 'CoFo Robert';
  font-size: 20px;
  line-height: 30px;
}
.OrderReserve .FormRow.FormRow__OrderReserve__form {
  margin-top: 52px;
}
.OrderReserve .FormRow.FormRow__OrderReserve__form .FormRow__Content {
  height: 561px;
}
.OrderReserve .FormRow.FormRow__OrderReserve__info {
  margin-top: 44px;
}
.OrderReserve .FormRow.FormRow__OrderReserve__info header p {
  font-family: 'CoFo Sans';
  font-size: 15px;
  line-height: 21px;
  width: 300px;
}
.OrderReserve .FormRow.FormRow__OrderReserve__info header p a,
.OrderReserve .FormRow.FormRow__OrderReserve__info header p a:visited {
  color: #000;
}
.OrderReserve .FormRow.FormRow__OrderReserve__info main.FormRow__Content {
  display: block;
  position: relative;
}
.OrderReserve .FormRow.FormRow__OrderReserve__info main.FormRow__Content p {
  font-family: 'CoFo Sans';
  font-size: 15px;
  line-height: 21px;
  width: 480px;
}
.OrderReserve .FormRow.FormRow__OrderReserve__info main.FormRow__Content img {
  position: absolute;
  right: 0;
  top: 10px;
}
.root.mobile .OrderReserve header.OrderReserveHeader {
  margin-top: 32px;
}
.root.mobile .OrderReserve header.OrderReserveHeader header h1 {
  font-size: 29px;
  line-height: 29px;
  width: 217px;
}
.root.mobile .OrderReserve header.OrderReserveHeader header .step {
  font-size: 12px;
  line-height: 20px;
  top: 42px;
  left: unset;
  right: 0;
}
.root.mobile .OrderReserve header.OrderReserveHeader .FormRow__Content {
  margin-top: 22px;
}
.root.mobile .OrderReserve header.OrderReserveHeader .FormRow__Content .k-text p {
  font-size: 18px;
  line-height: 22px;
}
.root.mobile .OrderReserve .FormRow.FormRow__OrderReserve__form {
  margin-top: 34px;
}
.root.mobile .OrderReserve .FormRow.FormRow__OrderReserve__form main.FormRow__Content {
  margin-top: 0;
  height: 631px;
}
.root.mobile .OrderReserve .FormRow.FormRow__OrderReserve__info {
  margin-top: 27px;
}
.root.mobile .OrderReserve .FormRow.FormRow__OrderReserve__info header {
  font-family: 'CoFo Sans';
  font-size: 15px;
  line-height: 21px;
  width: 100%;
}
.root.mobile .OrderReserve .FormRow.FormRow__OrderReserve__info main.FormRow__Content {
  margin-top: 21px;
  margin-bottom: 80px;
}
.root.mobile .OrderReserve .FormRow.FormRow__OrderReserve__info main.FormRow__Content p {
  width: 100%;
}
.root.mobile .OrderReserve .FormRow.FormRow__OrderReserve__info main.FormRow__Content img {
  position: absolute;
  top: unset;
  bottom: -70px;
}

.OrderSuccess .FormRow.FormRow__title {
  margin-top: 110px;
}
.OrderSuccess .FormRow.FormRow__title h2 {
  font-family: 'CoFo Sans';
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
}
.OrderSuccess .FormRow.FormRow__title .FormRow__Content {
  margin-top: 13px;
}
.OrderSuccess .FormRow h2 {
  margin-top: 0;
}
.OrderSuccess .FormRow main.FormRow__Content {
  margin-top: -2px;
}
.OrderSuccess .FormRow main.FormRow__Content .k-text {
  font-family: 'CoFo Robert';
  font-size: 20px;
  line-height: 30px;
  font-feature-settings: 'pnum' on, 'lnum' on;
}
.OrderSuccess .FormRow main.FormRow__Content .k-text a[href^="tel:"],
.OrderSuccess .FormRow main.FormRow__Content .k-text a[href^="tel:"]:visited {
  color: #000;
  white-space: nowrap;
}
.OrderSuccess .FormRow:first-child {
  margin-bottom: 82px;
}
.OrderSuccess .FormRow:nth-child(2) {
  margin-bottom: 42px;
}
.OrderSuccess .FormRow:nth-child(3) {
  margin-bottom: 41px;
}
.root.mobile .OrderSuccess .FormRow {
  margin-bottom: 25px;
}
.root.mobile .OrderSuccess .FormRow header h2 {
  font-size: 18px;
  line-height: 25px;
}
.root.mobile .OrderSuccess .FormRow main.FormRow__Content {
  margin-top: 25px;
}
.root.mobile .OrderSuccess .FormRow main.FormRow__Content .k-text {
  font-size: 15px;
  line-height: 19px;
}
.root.mobile .OrderSuccess .FormRow__title {
  margin-top: 27px;
}
.root.mobile .OrderSuccess .FormRow__title header h2 {
  font-size: 29px;
  line-height: 29px;
}
.root.mobile .OrderSuccess .FormRow__title main.FormRow__Content {
  margin-top: 27px;
  font-size: 20px;
  line-height: 24px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.AnketaVisitor {
  margin-top: 105px;
}
.AnketaVisitor .FormRow__Visitor_Fio {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.AnketaVisitor .FormRow__Visitor_Fio header h2 {
  margin-top: -2px;
}
.AnketaVisitor .FormRow__Visitor_Fio header .visitor_index {
  position: absolute;
  top: 25px;
  font-family: CoFo Robert;
  font-size: 12px;
  font-style: italic;
  line-height: 22px;
}
.AnketaVisitor .FormRow__Visitor_Fio main.FormRow__Content div {
  margin-left: 30px;
  font-family: 'CoFo Sans';
  font-size: 15px;
  line-height: 20px;
}
.AnketaVisitor .FormRow__Visitor_Fio main.FormRow__Content div:first-child {
  margin-left: 15px;
}
.AnketaVisitor .FormRow__AnketaVisitor__medical_conditions textarea.medical_conditions {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  border-color: #bdbdbd;
  min-width: 444px;
  min-height: 60px;
  padding: 10px;
  margin: 0;
  font-family: 'CoFo Sans';
  font-size: 15px;
  line-height: 21px;
  outline: none;
}
.AnketaVisitor .FormRow__AnketaVisitor__medical_conditions textarea.medical_conditions::-webkit-input-placeholder {
  color: #bdbdbd;
}
.AnketaVisitor .FormRow__AnketaVisitor__medical_conditions textarea.medical_conditions::-moz-placeholder {
  color: #bdbdbd;
}
.AnketaVisitor .FormRow__AnketaVisitor__medical_conditions textarea.medical_conditions:-moz-placeholder {
  color: #bdbdbd;
}
.AnketaVisitor .FormRow__AnketaVisitor__medical_conditions textarea.medical_conditions:-ms-input-placeholder {
  color: #bdbdbd;
}
.AnketaVisitor .FormRow__AnketaVisitor__medical_conditions textarea.medical_conditions.focused,
.AnketaVisitor .FormRow__AnketaVisitor__medical_conditions textarea.medical_conditions:hover {
  border-color: #1f1f1f;
}
.AnketaVisitor .FormRow__AnketaVisitor__medical_conditions textarea.medical_conditions.focused::-webkit-input-placeholder,
.AnketaVisitor .FormRow__AnketaVisitor__medical_conditions textarea.medical_conditions:hover::-webkit-input-placeholder {
  color: rgba(51,51,51,0.75);
}
.AnketaVisitor .FormRow__AnketaVisitor__medical_conditions textarea.medical_conditions.focused::-moz-placeholder,
.AnketaVisitor .FormRow__AnketaVisitor__medical_conditions textarea.medical_conditions:hover::-moz-placeholder {
  color: rgba(51,51,51,0.75);
}
.AnketaVisitor .FormRow__AnketaVisitor__medical_conditions textarea.medical_conditions.focused:-moz-placeholder,
.AnketaVisitor .FormRow__AnketaVisitor__medical_conditions textarea.medical_conditions:hover:-moz-placeholder {
  color: rgba(51,51,51,0.75);
}
.AnketaVisitor .FormRow__AnketaVisitor__medical_conditions textarea.medical_conditions.focused:-ms-input-placeholder,
.AnketaVisitor .FormRow__AnketaVisitor__medical_conditions textarea.medical_conditions:hover:-ms-input-placeholder {
  color: rgba(51,51,51,0.75);
}
.AnketaVisitor .AnketaVisitor__citizenship,
.AnketaVisitor .AnketaVisitor__country,
.AnketaVisitor .AnketaVisitor__city,
.AnketaVisitor .AnketaVisitor__phone {
  width: 307px;
}
.AnketaVisitor .AnketaVisitor__address {
  width: 100%;
}
.AnketaVisitor .AnketaVisitor__phone {
  margin-bottom: 21px;
}
.AnketaVisitor .FormRow__AnketaVisitor__food-type header h2 {
  margin-top: -1px;
}
.AnketaVisitor .AnketaVisitor__passport {
  margin-top: 47px;
  margin-bottom: 100px;
}
.AnketaVisitor hr.hr {
  background: #000;
  height: 4px;
  margin: -50px 0 52px;
}
.root.mobile .AnketaVisitor {
  margin-top: 33px;
}
.root.mobile .AnketaVisitor .FormRow main.FormRow__Content {
  margin-top: 18px;
}
.root.mobile .AnketaVisitor .FormRow__Visitor_Fio header .visitor_index {
  font-size: 12px;
  line-height: 12px;
  right: 0;
  top: unset;
  bottom: 0;
}
.root.mobile .AnketaVisitor .FormRow__Visitor_Fio main.FormRow__Content {
  flex-direction: row;
  font-size: 12px;
  line-height: 14px;
  margin-top: 29px;
}
.root.mobile .AnketaVisitor .FormRow__Visitor_Fio main.FormRow__Content div {
  margin-left: 18px;
}
.root.mobile .AnketaVisitor .FormRow__Visitor_Fio main.FormRow__Content div:first-child {
  margin-left: 0;
}
.root.mobile .AnketaVisitor .AnketaVisitor__passport {
  margin: 33px 0;
}
.root.mobile .AnketaVisitor .AnketaVisitor__passport .FormDate {
  flex-direction: column;
  max-width: unset;
}
.root.mobile .AnketaVisitor .AnketaVisitor__passport .FormDate .FormInput {
  width: 100%;
}
.root.mobile .AnketaVisitor .FormRow__AnketaVisitor__medical_conditions {
  width: 100%;
}
.root.mobile .AnketaVisitor .FormRow__AnketaVisitor__medical_conditions textarea.medical_conditions {
  width: 100%;
  min-width: unset;
  box-sizing: border-box;
  height: 85px;
  font-family: 'CoFo Sans';
  font-size: 12px;
  line-height: 15px;
  padding: 14px 11px;
}
.root.mobile .AnketaVisitor hr.hr {
  margin: -14px 0 16px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.AnketaVisit .AnketaVisit__shift_number {
  margin-top: 10px;
}
.AnketaVisit .AnketaVisit__arriving {
  margin-top: 80px;
}
.AnketaVisit .AnketaVisit__arriving .AnketaVisit__meeting_point {
  width: 464px;
}
.AnketaVisit .AnketaVisit__arriving .AnketaVisit__meeting_point .select__placeholder {
  margin-top: 2px;
}
.AnketaVisit .AnketaVisit__arriving .AnketaVisit__meeting_point .select__control .select__value-container .select__single-value {
  white-space: initial;
  line-height: 16px;
}
.AnketaVisit .AnketaVisit__departure {
  margin-top: 80px;
}
.AnketaVisit .AnketaVisit__departure .AnketaVisit__leaving_point {
  width: 464px;
}
.AnketaVisit .AnketaVisit__departure .AnketaVisit__leaving_point .select__placeholder {
  margin-top: 2px;
}
.AnketaVisit .AnketaVisit__departure .AnketaVisit__leaving_point .select__control .select__value-container .select__single-value {
  white-space: initial;
  line-height: 16px;
}
.root.mobile .AnketaVisit .AnketaVisit__arriving {
  margin-top: 34px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.Anketa {
  margin-top: 60px;
}
.Anketa .FormInput {
  flex-grow: 1;
}
.Anketa .FormInput:first-child {
  flex-grow: 0;
}
.Anketa .FormFio {
  width: 100%;
}
.Anketa .FormFio .FormInput:first-child {
  flex-grow: 0;
}
.Anketa .Anketa__passport_given_by {
  width: 464px;
}
.Anketa .FormDate .FormDate__day,
.Anketa .FormDate .FormDate__month,
.Anketa .FormDate .FormDate__year {
  width: 143px;
}
.Anketa .AnketaStatus {
  display: flex;
  justify-content: center;
  margin-top: 76px;
  margin-bottom: 10px;
  padding-left: 88px;
}
.Anketa .AnketaStatus p {
  font-size: 30px;
  height: 65px;
  min-width: 464px;
  text-align: center;
  color: #000;
  line-height: 62px;
}
.Anketa .AnketaStatus .AnketaStatus__Submit {
  display: flex;
  justify-content: center;
  min-width: 470px;
  height: 50px;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  outline: none;
  position: relative;
  background: #bdbdbd;
  color: #fff;
  cursor: default;
  pointer-events: none;
  border-radius: 70px;
}
.Anketa .AnketaStatus .AnketaStatus__Submit--success {
  background: #0047ff;
  cursor: default !important;
  pointer-events: none !important;
}
.Anketa .AnketaStatus .AnketaStatus__Submit--enabled {
  background: #0047ff;
  cursor: pointer;
  pointer-events: auto;
}
.Anketa .AnketaStatus .AnketaStatus__Submit--enabled:hover,
.Anketa .AnketaStatus .AnketaStatus__Submit--enabled:focus {
  background: #306aff;
}
.Anketa .AnketaStatus .AnketaStatus__Submit--submitting {
  background: #0047ff;
  pointer-events: none;
}
.root.mobile .Anketa {
  margin-top: 46px;
}
.root.mobile .Anketa .FormRow {
  margin-bottom: 8px;
}
.root.mobile .Anketa .AnketaStatus {
  padding-left: 0px;
  margin-top: 20px;
}
.root.mobile .Anketa .AnketaStatus .AnketaStatus__Submit {
  min-width: unset;
  width: 100%;
  font-size: 18px;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
}
.spinner .double-bounce1,
.spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.spinner .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-o-keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/*Huge thanks to @tobiasahlin at http://tobiasahlin.com/spinkit/*/
.SpinnerDots {
  width: 70px;
  text-align: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.SpinnerDots.white > div {
  -webkit-animation: spinner-dots-white 1s infinite ease-in-out both;
  animation: spinner-dots-white 1s infinite ease-in-out both;
}
.SpinnerDots.white > div.bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.SpinnerDots.white > div.bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.SpinnerDots.blue > div {
  -webkit-animation: spinner-dots-blue 1s infinite ease-in-out both;
  animation: spinner-dots-blue 1s infinite ease-in-out both;
}
.SpinnerDots.blue > div.bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.SpinnerDots.blue > div.bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.SpinnerDots > div {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1s infinite ease-in-out both;
  animation: sk-bouncedelay 1s infinite ease-in-out both;
}
.SpinnerDots > div .SpinnerDots .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.SpinnerDots > div .SpinnerDots .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-moz-keyframes spinner-dots-white {
  0%, 80%, 100% {
    background-color: #fff;
  }
  40% {
    background-color: #ccc;
  }
}
@-webkit-keyframes spinner-dots-white {
  0%, 80%, 100% {
    background-color: #fff;
  }
  40% {
    background-color: #ccc;
  }
}
@-o-keyframes spinner-dots-white {
  0%, 80%, 100% {
    background-color: #fff;
  }
  40% {
    background-color: #ccc;
  }
}
@keyframes spinner-dots-white {
  0%, 80%, 100% {
    background-color: #fff;
  }
  40% {
    background-color: #ccc;
  }
}
@-moz-keyframes spinner-dots-blue {
  0%, 80%, 100% {
    background-color: #b3c8ff;
  }
  40% {
    background-color: #0047ff;
  }
}
@-webkit-keyframes spinner-dots-blue {
  0%, 80%, 100% {
    background-color: #b3c8ff;
  }
  40% {
    background-color: #0047ff;
  }
}
@-o-keyframes spinner-dots-blue {
  0%, 80%, 100% {
    background-color: #b3c8ff;
  }
  40% {
    background-color: #0047ff;
  }
}
@keyframes spinner-dots-blue {
  0%, 80%, 100% {
    background-color: #b3c8ff;
  }
  40% {
    background-color: #0047ff;
  }
}
@-moz-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    background-color: #cceace;
  }
  40% {
    background-color: #55b95c;
  }
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    background-color: #cceace;
  }
  40% {
    background-color: #55b95c;
  }
}
@-o-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    background-color: #cceace;
  }
  40% {
    background-color: #55b95c;
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    background-color: #cceace;
  }
  40% {
    background-color: #55b95c;
  }
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.apple-pay {
  position: static;
  height: 209px;
}
.apple-pay .apple-pay-inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 30px;
  background: #f6f6f6;
}
.apple-pay .apple-pay-inner .apple-pay-form {
  width: 1180px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
}
.apple-pay .apple-pay-inner .apple-pay-form .change-form {
  width: 250px;
  align-self: center;
  margin-top: 10px;
  margin-left: 90px;
  background: none;
  border: none;
  outline: none;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
}
.apple-pay .apple-pay-inner .apple-pay-form .change-form em {
  color: #55ba5c;
}
.apple-pay .apple-pay-inner .apple-pay-form .form-bottom {
  display: flex;
}
.apple-pay .apple-pay-inner .apple-pay-form .form-bottom .total-price {
  width: 403px;
  height: 80px;
}
.apple-pay .apple-pay-inner .apple-pay-form .form-bottom .total-price h2 {
  font-weight: bold;
  margin-top: 8px;
  font-size: 21px;
}
.apple-pay .apple-pay-inner .apple-pay-form .form-bottom .total-price .total-price-value {
  margin-top: 10px;
  font-size: 21px;
  color: #55ba5c;
  font-weight: bold;
}
.apple-pay .apple-pay-inner .apple-pay-form .form-bottom .submit {
  height: 65px;
  width: 461px;
  border: none;
  display: block;
  cursor: pointer;
  font-size: 30px;
  line-height: 62px;
  font-weight: bold;
  color: #000;
  outline: none;
  background: #000;
  border-radius: 4px;
}
.apple-pay .apple-pay-inner .apple-pay-form .form-bottom .submit.disabled {
  pointer-events: none;
  cursor: default;
}
.apple-pay .apple-pay-inner .apple-pay-form .form-bottom .submit img {
  vertical-align: middle;
  margin-top: -5px;
}
.root.mobile .apple-pay .apple-pay-inner {
  padding-top: 5px;
}
.root.mobile .apple-pay .apple-pay-inner .apple-pay-form {
  width: 300px;
}
.root.mobile .apple-pay .apple-pay-inner .apple-pay-form .change-form {
  position: relative;
  top: 10px;
  margin-left: 0px;
}
.root.mobile .apple-pay .apple-pay-inner .apple-pay-form .form-bottom {
  margin-top: 30px;
  flex-direction: column;
}
.root.mobile .apple-pay .apple-pay-inner .apple-pay-form .form-bottom .submit {
  margin-top: 30px;
  width: 300px;
}
.root.mobile .apple-pay .apple-pay-inner .apple-pay-form .form-bottom .total-price {
  height: auto;
  width: auto;
  text-align: center;
}
.root.mobile .apple-pay .apple-pay-inner .apple-pay-form .form-bottom .total-price h2 {
  font-size: 19px;
  display: inline;
}
.root.mobile .apple-pay .apple-pay-inner .apple-pay-form .form-bottom .total-price .total-price-value {
  display: inline;
  margin-left: 10px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.credit-card {
  position: static;
}
.credit-card .credit-card-inner {
  background: #f6f6f6;
}
.credit-card .credit-card-inner .credit-card-form {
  width: 1180px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
}
.credit-card .credit-card-inner .credit-card-form .change-form {
  width: 230px;
  align-self: center;
  margin-left: 70px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 13px;
  line-height: 18px;
  position: relative;
  top: 12px;
}
.credit-card .credit-card-inner .credit-card-form .change-form em {
  color: #55ba5c;
}
.credit-card .credit-card-inner .credit-card-form .form-bottom {
  margin-top: 60px;
  display: flex;
}
.credit-card .credit-card-inner .credit-card-form .form-bottom .total-price {
  width: 403px;
  height: 80px;
}
.credit-card .credit-card-inner .credit-card-form .form-bottom .total-price h2 {
  font-weight: normal;
  margin-top: 8px;
  font-size: 21px;
}
.credit-card .credit-card-inner .credit-card-form .form-bottom .total-price .total-price-value {
  margin-top: 10px;
  font-size: 21px;
  color: #55ba5c;
  font-weight: bold;
}
.credit-card .credit-card-inner .credit-card-form .form-bottom #submit-payment {
  height: 65px;
  width: 461px;
  border: none;
  background: #55ba5c;
  color: #fff;
  display: block;
  cursor: pointer;
  font-size: 30px;
  line-height: 62px;
  font-weight: normal;
  outline: none;
  -webkit-appearance: none;
  border-radius: 3px;
}
.credit-card .credit-card-inner .credit-card-form .form-bottom #submit-payment.disabled {
  background: #c7c7c7;
  color: #fff;
  pointer-events: none;
  cursor: default;
}
.credit-card .credit-card-inner .credit-card-form .input-wrap {
  display: flex;
  height: 38px;
  margin-top: 38px;
}
.credit-card .credit-card-inner .credit-card-form .input-wrap:first-child {
  margin-top: 0px;
}
.credit-card .credit-card-inner .credit-card-form .input-wrap label {
  width: 403px;
  font-size: 22px;
  font-weight: normal;
  position: relative;
  top: 6px;
}
.credit-card .credit-card-inner .credit-card-form .input-wrap.card-number-wrap .card-icons {
  position: relative;
  left: 19px;
  top: 3px;
  width: 165px;
  display: flex;
}
.credit-card .credit-card-inner .credit-card-form .input-wrap.card-number-wrap .card-icons .card-icon {
  background-position: 47px 0px;
  margin-right: 5px;
  width: 47px;
  height: 31px;
}
.credit-card .credit-card-inner .credit-card-form .input-wrap.card-number-wrap .card-icons .card-icon.visa {
  background: url("/static/img/order/cards/visa.png");
  background-size: 94px 31px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
.credit-card .credit-card-inner .credit-card-form .input-wrap.card-number-wrap .card-icons .card-icon.master-card {
  background: url("/static/img/order/cards/mastercard.png");
  background-size: 94px 31px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
.credit-card .credit-card-inner .credit-card-form .input-wrap.card-number-wrap .card-icons .card-icon:last-child {
  margin-right: 0px;
}
.credit-card .credit-card-inner .credit-card-form .input-wrap.card-number-wrap .card-icons .card-icon.disabled {
  background-position: 47px 0px;
}
.credit-card .credit-card-inner .credit-card-form .input-wrap .expiration {
  display: flex;
}
.credit-card .credit-card-inner .credit-card-form .input-wrap .input {
  width: 440px;
  height: 17px;
  padding: 10px;
  padding-top: 7px;
  background: #f8f8f8;
  border: 1px solid #929292;
}
.credit-card .credit-card-inner .credit-card-form .input-wrap .input#expiration-month,
.credit-card .credit-card-inner .credit-card-form .input-wrap .input#expiration-year,
.credit-card .credit-card-inner .credit-card-form .input-wrap .input#cvv {
  width: 118px;
}
.credit-card .credit-card-inner .credit-card-form .input-wrap .input#expiration-year {
  margin-left: 20px;
}
.credit-card .credit-card-inner .credit-card-form .input-wrap .input input {
  font-size: 14px;
  background: #f8f8f8;
  border: none;
  outline: none;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
}
.root.mobile .credit-card .credit-card-inner {
  padding-top: 5px;
}
.root.mobile .credit-card .credit-card-inner .credit-card-form {
  width: 300px;
}
.root.mobile .credit-card .credit-card-inner .credit-card-form .change-form {
  position: relative;
  top: 20px;
  margin-left: 0px;
}
.root.mobile .credit-card .credit-card-inner .credit-card-form .form-bottom {
  margin-top: 30px;
  flex-direction: column;
}
.root.mobile .credit-card .credit-card-inner .credit-card-form .form-bottom #submit-payment {
  font-size: 25px;
  margin-top: 30px;
  width: 300px;
}
.root.mobile .credit-card .credit-card-inner .credit-card-form .form-bottom .total-price {
  height: auto;
  width: auto;
  text-align: center;
}
.root.mobile .credit-card .credit-card-inner .credit-card-form .form-bottom .total-price h2 {
  font-size: 19px;
  display: inline;
}
.root.mobile .credit-card .credit-card-inner .credit-card-form .form-bottom .total-price .total-price-value {
  display: inline;
  margin-left: 10px;
}
.root.mobile .credit-card .credit-card-inner .credit-card-form .input-wrap {
  height: auto;
  margin-top: 18px;
  flex-direction: column;
}
.root.mobile .credit-card .credit-card-inner .credit-card-form .input-wrap.card-number-wrap {
  position: relative;
}
.root.mobile .credit-card .credit-card-inner .credit-card-form .input-wrap.card-number-wrap .card-icons {
  position: absolute;
  right: 0px;
  left: auto;
  justify-content: flex-end;
}
.root.mobile .credit-card .credit-card-inner .credit-card-form .input-wrap .expiration {
  display: flex;
}
.root.mobile .credit-card .credit-card-inner .credit-card-form .input-wrap .input {
  width: 280px;
  margin-top: 15px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.payment {
  width: 100%;
}
.payment input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.payment .payments-errors {
  margin: 0 auto;
  width: 1180px;
  margin-bottom: 30px;
}
.payment .payments-errors li {
  color: #f00;
}
.root.mobile .payment .payments-errors {
  width: 300px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.payment-yoomoney {
  min-height: auto;
  margin-top: 0;
}
.payment-yoomoney .success {
  text-align: left;
  width: 66%;
  font-size: 15px;
  line-height: 22px;
}
.payment-yoomoney ul.payments-errors {
  color: #f30306;
}
.root.mobile .payment-yoomoney {
  padding: 0;
  min-height: auto;
  margin-top: 0px;
}
.root.mobile .payment-yoomoney .success {
  width: unset;
}
.root.mobile .payment-yoomoney ul.payments-errors {
  margin-top: -33px;
}

.stripe-form {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.stripe-form .payment-element-wraper {
  width: 720px;
  height: 434px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7fafc;
}
.stripe-form .payment-element-wraper #payment-element {
  width: 468px;
}
.stripe-form .price {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 359px;
  height: 50px;
  margin-top: 20px;
}
.stripe-form .price .label {
  display: flex;
  font-family: 'CoFo Sans';
  font-size: 20px;
  line-height: 28px;
  white-space: pre;
}
.stripe-form .price .value {
  font-size: 20px;
  line-height: 28px;
  color: #0047ff;
}
.stripe-form button {
  width: 480px;
  height: 50px;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  background: #0047ff;
  border-radius: 70px;
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
}
.stripe-form button img {
  display: inline;
  height: 100%;
}
.stripe-form button:hover,
.stripe-form button:focus {
  background: #306aff;
}
.stripe-form button:disabled {
  background: #bdbdbd;
  cursor: default;
}
.stripe-form #payment-message {
  width: 360px;
  font-family: 'CoFo Sans';
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #ff005c;
  margin-top: 13px;
}
.root.mobile .stripe-form .payment-element-wraper {
  height: 437px;
  width: calc(100% + 40px);
  margin: 0 -20px;
}
.root.mobile .stripe-form .payment-element-wraper #payment-element {
  width: calc(100% - 64px);
}
.root.mobile .stripe-form .price {
  width: unset;
  align-self: center;
  margin-top: 15px;
}
.root.mobile .stripe-form .price .label,
.root.mobile .stripe-form .price .value {
  font-size: 15px;
  line-height: 14px;
}
.root.mobile .stripe-form button {
  width: 100%;
  margin-top: 15px;
}
.root.mobile .stripe-form #payment-message {
  font-size: 12px;
  line-height: 17px;
  width: 239px;
}

.payment-footer .info {
  margin-top: 40px;
}
.payment-footer .info .info__inner {
  display: flex;
  font-size: 13px;
  line-height: 22px;
  font-family: Arial;
}
.payment-footer .info .info__inner .left {
  width: 403px;
}
.payment-footer .info .info__inner .middle {
  width: 461px;
}
.payment-footer .info .info__inner .right {
  padding-left: 35px;
}
.root.mobile .payment-footer .info .info__inner {
  flex-direction: column-reverse;
}
.root.mobile .payment-footer .info .info__inner .left {
  margin-top: 20px;
  width: 300px;
}
.root.mobile .payment-footer .info .info__inner .middle {
  display: none;
}
.root.mobile .payment-footer .info .info__inner .right {
  margin-top: 20px;
  padding-left: 0px;
  width: 300px;
}

@media print {
  html,
  body,
  div {
    margin: 0 !important;
    padding: 0 !important;
  }
  .visa {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  @page {
    size: auto !important;
    margin: 0mm !important;
  }
  .visa__inner {
    padding-top: 40px !important;
  }
  .visa__content {
    margin-top: 0px !important;
  }
  .visa__body {
    font-size: 13px !important;
    line-height: 14px !important;
    margin-left: 50px !important;
    max-width: 640px !important;
  }
  .visa__body p {
    font-size: 13px !important;
    line-height: 20px !important;
  }
  .visa__body p.strong {
    font-size: 13px !important;
    line-height: 20px !important;
  }
  .visa__body p.strong.title {
    font-size: 24px !important;
    line-height: 24px !important;
  }
  .visa__header button {
    display: none;
  }
  .visa__header .logo {
    margin-left: 55px !important;
  }
  .visa__header .logo img {
    width: 150px !important;
  }
  .pagebreak {
    page-break-before: always;
  }
  .root.mobile .visa .visa__inner {
    padding-right: 40px !important;
    width: auto !important;
  }
  .root.mobile .visa .visa__inner .visa__header {
    flex-direction: row !important;
  }
  .root.mobile .visa .visa__inner .visa__header .logo {
    display: block !important;
    margin-left: 55px !important;
  }
}
.visa {
  padding-top: 40px;
  padding-bottom: 40px;
}
.visa .visa__inner {
  max-width: 800px;
  width: auto;
  margin: 0 auto;
  background: #fff;
  padding-top: 10px;
  padding-right: 40px;
}
.visa .visa__inner .visa__content {
  margin: 0 auto;
  margin-top: 40px;
  padding-bottom: 40px;
}
.visa .visa__inner .visa__content .visa__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.visa .visa__inner .visa__content .visa__header .logo {
  margin-left: 55px;
}
.visa .visa__inner .visa__content .visa__header button {
  border: none;
  cursor: pointer;
  width: 300px;
  height: 50px;
  background: #000;
  border-radius: 70px;
  font-family: 'CoFo Robert';
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  padding: 0;
  outline: none;
}
.visa .visa__inner .visa__content .visa__body {
  max-width: 690px;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 16px;
  line-height: 18px;
}
.visa .visa__inner .visa__content .visa__body p {
  font-family: 'CoFo Robert';
  font-size: 16px;
  line-height: 25px;
}
.visa .visa__inner .visa__content .visa__body p.strong {
  font-family: 'CoFo Sans';
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  margin: 19px 0 23px;
}
.visa .visa__inner .visa__content .visa__body p.strong.title {
  font-size: 30px;
  line-height: 30px;
}
.visa .visa__inner .visa__content .visa__body p em {
  font-family: 'CoFo Sans';
}
.root.mobile .visa {
  padding: 0;
}
.root.mobile .visa .visa__inner {
  padding-right: 0px;
  width: 300px;
}
.root.mobile .visa .visa__inner .visa__header {
  flex-direction: column;
}
.root.mobile .visa .visa__inner .visa__header button {
  margin: 0 auto;
  margin-top: 30px;
}
.root.mobile .visa .visa__inner .visa__header .logo {
  display: flex;
  margin-left: 0;
  justify-content: center;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.progressbar-button {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  background: #fff200;
  cursor: pointer;
  position: relative;
}
.progressbar-button.complete {
  cursor: default;
}
.progressbar-button .progressbar-button__label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #000;
  z-index: 3;
}
.progressbar-button .progressbar-button__progress {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff794;
  height: 100%;
  transition: width 500ms;
  z-index: 2;
}

.popup {
  background-color: #f5f5f5;
  box-sizing: border-box;
  box-shadow: 0px 0px 54px rgba(0,0,0,0.45);
  border-radius: 8px;
  font-family: 'Navigo';
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #000;
  padding: 30px 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup b {
  font-weight: bold;
}
.popup .close-button {
  position: absolute;
  right: 20px;
  top: 14px;
  font-size: 12px;
  line-height: 17px;
  color: #a0a0a0;
  cursor: pointer;
}
.root.mobile .popup {
  width: 300px;
  font-size: 15.36px;
  padding: 30px 19px;
}
.root.mobile .popup .close-button {
  position: absolute;
  right: 20px;
  top: 14px;
  font-size: 14.0625px;
  line-height: 14.51px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 80vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.utility-page-wrap .utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.utility-page-wrap .utility-page-content ._404 {
  width: 140px;
  margin-right: auto;
  margin-left: auto;
}
.utility-page-wrap .utility-page-content .nav-25 {
  font-family: 'CoFo Sans', sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.utility-page-wrap .utility-page-content .nav-25.sc {
  text-transform: none;
  font-variant-numeric: lining-nums;
  font-variant-ligatures: none;
  outline: none !important;
  margin-top: 20px;
}
@media (max-width: 479px) {
  .utility-page-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.order__form .FormRow__Header {
  margin-top: 107px;
}
.order__form .FormRow__Header header h1 {
  margin-top: 4px;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
}
.order__form .FormRow__Header main.FormRow__Content .header__lead {
  font-family: 'CoFo Robert';
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
}
.root.mobile .order__form .FormRow__Header {
  margin-top: 27px;
}
.root.mobile .order__form .FormRow__Header header h1 {
  font-size: 29px;
  line-height: 29px;
}
.root.mobile .order__form .FormRow__Header main.FormRow__Content .k-text {
  margin-top: 27px;
  font-size: 18px;
  line-height: 23px;
}


@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.about .block {
  margin-top: 50px;
  zoom: 1;
}
.about .block:after,
.about .block:before {
  content: "";
  display: table;
}
.about .block:after {
  clear: both;
}
.about .block.history p {
  margin-bottom: 15px;
}
.about .aside {
  float: left;
  width: 248px;
  margin-right: 10px;
}
.about .aside header {
  font-size: 38px;
  margin-top: -7px;
}
.about .text {
  float: left;
  width: 770px;
  font-family: serif;
}
.about .text .video-button {
  margin-top: 35px;
  margin-bottom: 35px;
}
.about .text p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}
.about .text p .year {
  font-family: "navigo", sans-serif;
  font-weight: bold;
  font-size: 15px;
  margin-right: 10px;
}
.about .text p:last-child {
  margin-bottom: 0px;
}
.root.mobile .about .block {
  margin-top: 30px;
  zoom: 1;
}
.root.mobile .about .block:after,
.root.mobile .about .block:before {
  content: "";
  display: table;
}
.root.mobile .about .block:after {
  clear: both;
}
.root.mobile .about .block.history p {
  margin-bottom: 15px;
}
.root.mobile .about .aside {
  float: none;
  width: 300px;
  margin-right: 0px;
  margin-bottom: 20px;
  text-align: center;
}
.root.mobile .about .aside header {
  font-size: 38px;
  font-weight: normal;
  margin-top: 0px;
  text-align: left;
}
.root.mobile .about .text {
  float: none;
  width: 300px;
  font-family: serif;
}
.root.mobile .about .text .video-button {
  margin-left: 0px;
}
.root.mobile .about .text p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}
.root.mobile .about .text p .year {
  font-family: sans-serif;
  font-weight: bold;
  margin-right: 10px;
}
.root.mobile .about .text p:last-child {
  margin-bottom: 0px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.contacts .block {
  margin-top: 50px;
  zoom: 1;
}
.contacts .block:after,
.contacts .block:before {
  content: "";
  display: table;
}
.contacts .block:after {
  clear: both;
}
.contacts .block.history p {
  margin-bottom: 15px;
}
.contacts .aside {
  float: left;
  width: 300px;
  margin-right: 15px;
  height: 300px;
}
.contacts .aside header {
  font-size: 46px;
  margin-top: -12px;
}
.contacts .mail {
  float: left;
  width: 381px;
  margin-right: 100px;
  font-size: 22px;
  line-height: 28px;
  font-family: serif;
}
.contacts .mail a {
  margin-top: 30px;
  display: block;
  font-family: sans-serif;
  font-weight: bold;
}
.contacts .social {
  float: left;
  width: 340px;
  font-size: 22px;
  line-height: 28px;
  font-family: serif;
}
.contacts .social .links a {
  margin-top: 30px;
  display: block;
  font-family: sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
}
.root.mobile .contacts .block {
  margin-top: 50px;
  zoom: 1;
}
.root.mobile .contacts .block:after,
.root.mobile .contacts .block:before {
  content: "";
  display: table;
}
.root.mobile .contacts .block:after {
  clear: both;
}
.root.mobile .contacts .block.history p {
  margin-bottom: 15px;
}
.root.mobile .contacts .aside {
  float: none;
  width: 300px;
  text-align: center;
  height: auto;
}
.root.mobile .contacts .aside header {
  font-size: 32px;
  font-weight: normal;
  margin-top: 0px;
  text-align: left;
}
.root.mobile .contacts .mail {
  float: none;
  width: 300px;
  margin-top: 30px;
  font-size: 22px;
  line-height: 28px;
  font-family: serif;
}
.root.mobile .contacts .mail a {
  margin-top: 30px;
  display: block;
  font-family: sans-serif;
  font-weight: bold;
}
.root.mobile .contacts .social {
  float: none;
  width: 300px;
  margin-top: 30px;
  font-size: 22px;
  line-height: 28px;
  font-family: serif;
}
.root.mobile .contacts .social .links {
  margin-top: 30px;
  margin-bottom: 30px;
}
.root.mobile .contacts .social .links a {
  display: block;
  font-family: sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.documents .document {
  zoom: 1;
  margin-top: 40px;
}
.documents .document:after,
.documents .document:before {
  content: "";
  display: table;
}
.documents .document:after {
  clear: both;
}
.documents .document .document-title {
  font-size: 38px;
  font-weight: bold;
}
.documents .document#returns {
  margin-top: 80px;
}
.documents .document#returns .aside {
  min-height: 130px;
}
.documents .document#returns .text p span {
  margin-right: 10px;
}
.documents .block {
  margin-top: 50px;
  zoom: 1;
}
.documents .block:after,
.documents .block:before {
  content: "";
  display: table;
}
.documents .block:after {
  clear: both;
}
.documents .block.history p {
  margin-bottom: 15px;
}
.documents .aside {
  float: left;
  width: 248px;
  margin-right: 10px;
}
.documents .aside header {
  font-size: 22px;
  font-weight: bold;
}
.documents .text {
  float: left;
  width: 770px;
  font-family: serif;
}
.documents .text p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}
.documents .text p .year {
  font-family: sans-serif;
  font-weight: bold;
  margin-right: 10px;
}
.documents .text p:last-child {
  margin-bottom: 0px;
}
.root.mobile .documents .document {
  zoom: 1;
  margin-top: 28px;
}
.root.mobile .documents .document:after,
.root.mobile .documents .document:before {
  content: "";
  display: table;
}
.root.mobile .documents .document:after {
  clear: both;
}
.root.mobile .documents .document .document-title {
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  margin-left: 10px;
}
.root.mobile .documents .document#returns {
  margin-top: 30px;
}
.root.mobile .documents .document#returns .aside {
  min-height: 0px !important;
}
.root.mobile .documents .document#returns .text p span {
  margin-right: 10px;
}
.root.mobile .documents .block {
  margin-top: 30px;
  zoom: 1;
}
.root.mobile .documents .block:after,
.root.mobile .documents .block:before {
  content: "";
  display: table;
}
.root.mobile .documents .block:after {
  clear: both;
}
.root.mobile .documents .aside {
  float: none;
  width: 320px;
  margin-right: 0px;
  margin-bottom: 20px;
  text-align: center;
}
.root.mobile .documents .aside header {
  padding: 0 10px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 33px;
  text-align: left;
}
.root.mobile .documents .text {
  float: none;
  width: 300px;
  margin-left: 10px;
  font-family: serif;
}
.root.mobile .documents .text p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}
.root.mobile .documents .text p .year {
  font-family: sans-serif;
  font-weight: bold;
  margin-right: 10px;
}
.root.mobile .documents .text p:last-child {
  margin-bottom: 0px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.faq h1 {
  font-size: 46px;
  margin-top: 45px;
}
.faq .faq__section .faq__header {
  margin-top: 35px;
  margin-bottom: 40px;
  font-size: 24px;
  padding-top: 12px;
  padding-bottom: 14px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.faq .faq__section .faq__questions {
  margin-top: 20px;
}
.faq .faq__section .faq__questions .faq__question {
  zoom: 1;
  margin-bottom: 42px;
}
.faq .faq__section .faq__questions .faq__question:after,
.faq .faq__section .faq__questions .faq__question:before {
  content: "";
  display: table;
}
.faq .faq__section .faq__questions .faq__question:after {
  clear: both;
}
.faq .faq__section .faq__questions .faq__question .faq__question_text {
  float: left;
  width: 330px;
  margin-right: 70px;
  font-size: 18px;
  line-height: 27px;
  font-family: "navigo", Helvetica, Arial, sans-serif;
}
.faq .faq__section .faq__questions .faq__question .faq__answer {
  float: left;
  width: 775px;
  font-family: Times, serif;
  font-size: 22px;
  line-height: 28px;
}
.root.mobile .faq h1 {
  font-size: 46px;
  margin-top: 45px;
}
.root.mobile .faq .faq__section .faq__header {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 14px;
  text-align: left;
}
.root.mobile .faq .faq__section .faq__questions {
  margin-top: 20px;
}
.root.mobile .faq .faq__section .faq__questions .faq__question {
  zoom: 1;
  margin-bottom: 30px;
  width: 300px;
}
.root.mobile .faq .faq__section .faq__questions .faq__question:after,
.root.mobile .faq .faq__section .faq__questions .faq__question:before {
  content: "";
  display: table;
}
.root.mobile .faq .faq__section .faq__questions .faq__question:after {
  clear: both;
}
.root.mobile .faq .faq__section .faq__questions .faq__question .faq__question_text {
  float: none;
  width: 300px;
  margin-right: 100px;
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}
.root.mobile .faq .faq__section .faq__questions .faq__question .faq__answer {
  float: none;
  margin-top: 10px;
  width: 300px;
  font-family: Times, serif;
  font-size: 22px;
  line-height: 28px;
}

.moscow-shifts-container {
  display: flex;
  flex-flow: row wrap;
  height: 940px;
  align-content: space-between;
  position: relative;
}
.moscow-shifts-container a {
  box-sizing: border-box;
}
.moscow-shifts-container a:nth-child(even) {
  margin-left: 20px;
}
.about-camp,
.subscription {
  width: 700px;
  margin: 0 auto;
  margin-top: 90px;
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
  text-align: center;
}
.about-camp h1,
.subscription h1,
.about-camp h2,
.subscription h2 {
  display: inline-block;
}
.subscription {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.past-shifts {
  margin-bottom: 60px;
}
.past-shifts h2 {
  font-family: 'CoFo Sans';
  font-size: 29px;
  text-align: center;
  color: #000;
}
h2.section-header {
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}
.root.mobile .moscow-shifts-container {
  display: flex;
  flex-flow: column nowrap;
}
.root.mobile .moscow-shifts-container a:nth-child(even) {
  margin-left: 0px;
}
.root.mobile .moscow-shifts-container {
  height: 1050px;
  justify-content: space-between;
  margin-bottom: 30px;
}
.root.mobile .moscow-shifts-container a {
  flex-grow: 0;
  flex-basis: 150px;
}
.root.mobile .past-shifts {
  margin-bottom: 30px;
}
.root.mobile .past-shifts h2 {
  font-size: 22px;
}
.root.mobile .about-camp {
  width: 300px;
  margin-left: 0px;
  margin-top: 62px;
  font-size: 15px;
  line-height: 21px;
}
.root.mobile .subscription {
  width: 100%;
  font-size: 18px;
  line-height: 140%;
  margin-top: 53px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.root.mobile .subscription h1 {
  width: 94%;
}
.root.mobile .subscription h1,
.root.mobile .subscription h2 {
  display: inline;
  font-size: 15px;
  line-height: 21px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.root.mobile .subscription h1.section-header,
.root.mobile .subscription h2.section-header {
  font-size: 16px;
  line-height: 140%;
  font-weight: bold;
}
.root.mobile .subscription h2 {
  display: inline-block;
  width: 100%;
}
.popup.popup-hv {
  width: 84.7457627118644%;
  max-width: 1000px;
  z-index: 3;
  top: 324px;
}
.root.mobile .popup.popup-hv {
  top: 285px;
}


@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.tickets footer.footer {
  height: auto;
  padding: 100px 0 60px;
}
.root.mobile .tickets .footer-wrap {
  padding: 24px 0px 27px;
}
.root.mobile .tickets .footer-wrap footer.footer {
  padding: 0;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.k-facts .shift-dates {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.k-facts .soldout {
  color: #e5002c;
  border-bottom: 1px solid #ea6c74;
  margin-right: 10px;
}
.k-facts .facts__list {
  margin-top: 40px;
}
.k-facts .facts__list .number {
  background: #ccc;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 30px;
  margin-right: 15px;
  text-align: center;
  width: 28px;
  min-width: 28px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  height: 29px;
  padding-left: 1px;
  display: block;
}
.k-facts section.buy {
  background: #fefce7;
  padding: 20px;
  position: relative;
  left: -20px;
  margin-top: 20px !important;
  width: 360px;
}
.k-facts section.buy em {
  color: #f00;
}
.k-facts section.buy .buy-tickets {
  margin-top: 0px;
  width: auto;
}
.k-facts section.buy .buy-tickets.disabled {
  background: #c7c7c7;
  cursor: default !important;
}
.k-facts small {
  margin-top: 35px;
}
.k-facts .facts__text {
  position: relative;
}
.k-facts .facts__text .location-header {
  margin-top: 34px;
}
.root.mobile .k-facts .shift-dates {
  display: block;
  margin-bottom: 0px;
}
.root.mobile .k-facts section.buy {
  padding: 0;
  width: auto;
  position: static;
  margin-top: 0px;
  background: #fff;
}
.root.mobile .k-facts .hr {
  margin-bottom: 30px;
}

.k-location {
  margin-top: 10px !important;
}
.k-location .links {
  margin-top: 40px;
}
.k-location .links p {
  font-weight: bold;
  font-family: sans-serif;
}
.k-location .links .k-bullet {
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 2px;
  background: #aaa;
  position: relative;
  top: 14px;
  margin-right: 7px;
}
.root.mobile .k-location {
  margin-top: 65px !important;
}
.root.mobile .k-location .links {
  margin-top: 0px;
}
.root.mobile .k-location .shift-header {
  margin-bottom: 30px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.kids2018 .k-gallery .gallery-controls button {
  color: #662090;
  border-radius: 0;
  font-size: 17px;
  font-weight: bold;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  margin-right: 10px;
  border: 3px solid #fff;
  padding: 0px 10px;
  font-family: Arial;
  padding-top: 2px;
}
.kids2018 .k-gallery .gallery-controls button.active {
  cursor: default;
  border: 3px solid #662090;
}
.kids2018 .k-gallery .controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.kids2018 .k-gallery .controls button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.kids2018 .k-gallery .controls button.disabled {
  cursor: default;
  opacity: 0.5;
}
.kids2018 .k-gallery .controls .current {
  position: relative;
  top: -2px;
  font-size: 29px;
  font-weight: bold;
  align-self: center;
}
.kids2018 .k-gallery .gallery-wrap {
  min-height: 600px;
  margin-top: 40px;
  position: relative;
}
.kids2018 .k-gallery .gallery-wrap .gallery-nav-button {
  cursor: default;
  display: block;
  position: absolute;
  height: 100%;
  width: 50%;
  background: none;
  margin: 0;
  padding: 0;
  z-index: 2;
  border: none;
  outline: none;
}
.kids2018 .k-gallery .gallery-wrap .gallery-nav-button.active {
  cursor: pointer;
}
.kids2018 .k-gallery .gallery-wrap .gallery-nav-button.left {
  left: 0;
}
.kids2018 .k-gallery .gallery-wrap .gallery-nav-button.right {
  right: 0;
}
.root.mobile .kids2018 .k-gallery {
  margin-bottom: 60px !important;
}
.root.mobile .kids2018 .k-gallery .gallery-wrap {
  min-height: 213px;
  margin-top: 0px;
}
.root.mobile .kids2018 .k-gallery .mobile-pagination {
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
  font-size: 12px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.k-leaders ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 40px;
  width: 1180px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.k-leaders ul li {
  width: 220px;
  margin-right: 19px;
  margin-bottom: 40px;
}
.k-leaders ul li:nth-child(5n) {
  margin-right: 0px;
}
.k-leaders ul li:nth-last-child(-n+4) {
  margin-bottom: 0px;
}
.k-leaders ul li img {
  border-radius: 4px;
}
.k-leaders ul li .name {
  font-size: 29px;
  margin-top: 15px;
  font-weight: bold;
  color: #662090;
}
.k-leaders ul li .name a {
  pointer-events: none;
}
.k-leaders ul li .job {
  margin-top: 15px;
  font-family: serif;
  font-size: 20px;
}
.root.mobile .k-leaders li {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 0px;
  width: 300px;
  text-align: center;
  list-style-type: none;
}
.root.mobile .k-leaders li img {
  border-radius: 4px;
}
.root.mobile .k-leaders li .name {
  font-size: 29px;
  margin-top: 15px;
  font-weight: bold;
}
.root.mobile .k-leaders li .job {
  margin-top: 15px;
  font-family: serif;
  font-size: 20px;
  width: 240px;
  margin: 0 auto;
  margin-top: 15px;
}

.k-video-gallery .k-videothumb {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  outline: none;
  position: relative;
  cursor: pointer;
}
.k-video-gallery .k-videothumb .playicon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.k-video-gallery .gallery-wrap {
  margin-top: 20px;
}
.k-video-gallery .gallery-wrap .video-slide {
  height: 660px;
}
.root.mobile .k-video-gallery .gallery-wrap .video-slide {
  height: 213px;
}
.root.mobile .k-video-gallery .mobile-pagination {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}

.k-group-photo {
  position: relative;
  margin-bottom: 50px;
}
.k-group-photo div.image-wrap {
  margin-top: 30px;
}
.k-group-photo div.photo-wrap {
  position: relative;
  height: 565px;
}
.k-group-photo div.photo-wrap .fixed {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.k-group-photo div.photo-wrap .fixed.active {
  cursor: none;
}
.k-group-photo div.photo-wrap .zoom {
  width: 200px;
  height: 200px;
  overflow: hidden;
  position: absolute;
  top: -30px;
  left: -100px;
  z-index: 2;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 0 7px rgba(255,255,255,0.85), 0 0 7px 7px rgba(0,0,0,0.25), inset 0 0 40px 2px rgba(0,0,0,0.25);
  pointer-events: none;
  transition: opacity 300ms;
}
.k-group-photo div.photo-wrap .zoom.active {
  cursor: none;
}
.k-group-photo div.photo-wrap .zoom .zoom__inner {
  transform: scale(2);
  width: 2360px;
  height: 1130px;
}
.root.mobile .k-group-photo {
  margin-bottom: 0px;
}
.root.mobile .k-group-photo .photo-wrap {
  height: 271px;
}
.root.mobile .k-group-photo .photo-wrap .groupphoto__header {
  margin-left: 10px !important;
}

.k-testimonials .kid-testimonial {
  margin-top: 55px;
}
.k-testimonials .kid-testimonial:first-child {
  margin-top: 0px;
}
.k-testimonials .kid-testimonial blockquote {
  font-size: 29px;
  line-height: 35px;
  font-family: serif;
  margin-top: -6px;
}
.k-testimonials .kid-testimonial blockquote:before {
  content: "\201C";
}
.k-testimonials .kid-testimonial blockquote:after {
  content: "\201D";
}
.k-testimonials .kid-testimonial p {
  margin-top: 11px;
  font-size: 18px;
  font-weight: 700;
  font-family: sans-serif;
}
.k-testimonials .parent-testimonial {
  margin-top: 55px;
}
.k-testimonials .parent-testimonial blockquote {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 29px;
  font-family: serif;
}
.k-testimonials .parent-testimonial blockquote:before {
  content: "\201C";
}
.k-testimonials .parent-testimonial blockquote:after {
  content: "\201D";
}
.k-testimonials .parent-testimonial .k-radius {
  width: 60px;
  height: 60px;
  float: left;
  background: #eee;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 5px;
}
.k-testimonials .parent-testimonial p {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  font-family: sans-serif;
}
.root.mobile .k-testimonials .kid-testimonial {
  margin-top: 30px;
}
.root.mobile .k-testimonials .kid-testimonial blockquote {
  font-size: 18px;
  line-height: 22px;
  font-family: serif;
  margin-top: 6px;
}
.root.mobile .k-testimonials .kid-testimonial p {
  margin-top: 18px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
.root.mobile .k-testimonials .parent-testimonial span {
  font-size: 18px;
  line-height: 22px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.k-patches .description {
  margin-top: 40px;
}
.k-patches .credit {
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  margin-top: 181px;
}
.k-patches .patches-wrap {
  margin-top: 45px;
}
.k-patches .patches-wrap ul {
  width: DESKTOP_WIDTH;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 19px;
}
.k-patches .patches-wrap ul:first-child {
  margin-top: 20px;
}
.k-patches .patches-wrap ul .patch {
  width: 220px;
  margin-right: 19px;
}
.k-patches .patches-wrap ul .patch:nth-child(5n) {
  margin-right: 0px;
}
.k-patches .patches-wrap ul .patch div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 220px;
  height: 220px;
}
.k-patches .patches-wrap ul .patch div img {
  display: block;
  margin: 0 auto;
  padding: 0;
  align-self: center;
}
.k-patches .patches-wrap ul .patch p {
  font-size: 12px;
  line-height: 18px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.root.mobile .k-patches .description {
  margin-top: 20px;
}
.root.mobile .k-patches .patches-wrap {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 39px;
  background: #eee;
}
.root.mobile .k-patches .patches-wrap:first-child {
  margin-top: 0px;
}
.root.mobile .k-patches .patches-wrap .shift-header {
  text-align: center;
}
.root.mobile .k-patches .patches-wrap .patch {
  width: 100%;
  float: left;
  display: block;
  list-style-type: none;
  text-align: center;
}
.root.mobile .k-patches .patches-wrap .patch div {
  padding-top: 19px;
  width: 220px;
  height: 200px;
  margin: 0 auto;
}
.root.mobile .k-patches .patches-wrap .patch p {
  font-size: 12px;
  line-height: 18px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.kids-2018 .k-must-have .musthave__list {
  margin-top: 50px;
}
.kids-2018 .k-must-have .musthave__list li .bullet {
  display: inline-block;
  user-select: none;
  margin-right: 16px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  position: relative;
  top: 5px;
}
.kids-2018 .k-must-have .musthave__list li .bullet.no {
  background: url("/static/img/icons/cross.png") no-repeat;
  background-size: 20px 20px;
}
.kids-2018 .k-must-have .musthave__list li .bullet.yes {
  background: url("/static/img/icons/checkbox.png") no-repeat;
  background-size: 20px 20px;
}
.root.mobile .kids-2018 .k-must-have .mustnothave__header {
  margin-top: 20px;
}
.root.mobile .kids-2018 .k-must-have .musthave__list {
  margin-top: 20px;
}

.k-press .k-press__list {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.k-press .k-press__list a {
  opacity: 0.4;
  transition: opacity 300ms;
  cursor: pointer;
}
.k-press .k-press__list a:hover {
  opacity: 1;
}
.root.mobile .k-press .k-content .k-press__list {
  width: 300px;
  flex-wrap: wrap;
  margin-bottom: -60px !important;
  justify-content: space-around;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.k-facts .soldout {
  color: #e5002c;
  border-bottom: 1px solid #ea6c74;
  margin-right: 10px;
}
.k-facts .facts__list {
  margin-top: 40px;
}
.k-facts .facts__list .number {
  background: #ccc;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 30px;
  margin-right: 15px;
  text-align: center;
  width: 28px;
  min-width: 28px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  height: 29px;
  padding-left: 1px;
  display: block;
}
.k-facts .buy-tickets {
  margin-top: 35px;
}
.k-facts .buy-tickets.disabled {
  background: #c7c7c7;
  cursor: default !important;
}
.k-facts small {
  margin-top: 35px;
}
.k-facts .facts__text {
  position: relative;
}
.k-facts .facts__text .location-header {
  margin-top: 34px;
}
.root.mobile .k-facts .hr {
  margin-bottom: 30px;
}

.k-location {
  margin-top: 10px !important;
}
.k-location .links {
  margin-top: 40px;
}
.k-location .links p {
  font-weight: bold;
  font-family: sans-serif;
}
.k-location .links .k-bullet {
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 2px;
  background: #aaa;
  position: relative;
  top: 14px;
  margin-right: 7px;
}
.root.mobile .k-location {
  margin-top: 65px !important;
}
.root.mobile .k-location .links {
  margin-top: 0px;
}
.root.mobile .k-location .shift-header {
  margin-bottom: 30px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.kids2017 .k-gallery .gallery-controls button {
  color: #662090;
  border-radius: 0;
  font-size: 17px;
  font-weight: bold;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  margin-right: 10px;
  border: 3px solid #fff;
  padding: 0px 10px;
  font-family: Arial;
  padding-top: 2px;
}
.kids2017 .k-gallery .gallery-controls button.active {
  cursor: default;
  border: 3px solid #662090;
}
.kids2017 .k-gallery .controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.kids2017 .k-gallery .controls button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.kids2017 .k-gallery .controls button.disabled {
  cursor: default;
  opacity: 0.5;
}
.kids2017 .k-gallery .controls .current {
  position: relative;
  top: -2px;
  font-size: 29px;
  font-weight: bold;
  align-self: center;
}
.kids2017 .k-gallery .gallery-wrap {
  min-height: 600px;
  margin-top: 40px;
}
.root.mobile .kids2017 .k-gallery .gallery-wrap {
  min-height: 213px;
  margin-top: 0px;
}
.root.mobile .kids2017 .k-gallery .mobile-pagination {
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
  font-size: 12px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.k-leaders ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 40px;
  width: 1180px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.k-leaders ul li {
  width: 220px;
  margin-right: 19px;
  margin-bottom: 40px;
}
.k-leaders ul li:nth-child(5n) {
  margin-right: 0px;
}
.k-leaders ul li:nth-last-child(-n+4) {
  margin-bottom: 0px;
}
.k-leaders ul li img {
  border-radius: 4px;
}
.k-leaders ul li .name {
  font-size: 29px;
  margin-top: 15px;
  font-weight: bold;
  color: #662090;
}
.k-leaders ul li .name a {
  pointer-events: none;
}
.k-leaders ul li .job {
  margin-top: 15px;
  font-family: serif;
  font-size: 20px;
}
.root.mobile .k-leaders li {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 0px;
  width: 300px;
  text-align: center;
  list-style-type: none;
}
.root.mobile .k-leaders li img {
  border-radius: 4px;
}
.root.mobile .k-leaders li .name {
  font-size: 29px;
  margin-top: 15px;
  font-weight: bold;
}
.root.mobile .k-leaders li .job {
  margin-top: 15px;
  font-family: serif;
  font-size: 20px;
  width: 240px;
  margin: 0 auto;
  margin-top: 15px;
}

.k-video-gallery .k-videothumb {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  outline: none;
  position: relative;
  cursor: pointer;
}
.k-video-gallery .k-videothumb .playicon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.k-video-gallery .gallery-wrap {
  margin-top: 20px;
}
.k-video-gallery .gallery-wrap .video-slide {
  height: 660px;
}
.root.mobile .k-video-gallery .gallery-wrap .video-slide {
  height: 213px;
}
.root.mobile .k-video-gallery .mobile-pagination {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}

.k-group-photo {
  position: relative;
  margin-bottom: 50px;
}
.k-group-photo div.image-wrap {
  margin-top: 30px;
}
.k-group-photo div.photo-wrap {
  position: relative;
  height: 565px;
}
.k-group-photo div.photo-wrap .fixed {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.k-group-photo div.photo-wrap .fixed.active {
  cursor: none;
}
.k-group-photo div.photo-wrap .zoom {
  width: 200px;
  height: 200px;
  overflow: hidden;
  position: absolute;
  top: -30px;
  left: -100px;
  z-index: 2;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 0 7px rgba(255,255,255,0.85), 0 0 7px 7px rgba(0,0,0,0.25), inset 0 0 40px 2px rgba(0,0,0,0.25);
  pointer-events: none;
  transition: opacity 300ms;
}
.k-group-photo div.photo-wrap .zoom.active {
  cursor: none;
}
.k-group-photo div.photo-wrap .zoom .zoom__inner {
  transform: scale(2);
  width: 2360px;
  height: 1130px;
}
.root.mobile .k-group-photo {
  margin-bottom: 0px;
}
.root.mobile .k-group-photo .photo-wrap {
  height: 271px;
}
.root.mobile .k-group-photo .photo-wrap .groupphoto__header {
  margin-left: 10px !important;
}

.k-testimonials .kid-testimonial {
  margin-top: 55px;
}
.k-testimonials .kid-testimonial:first-child {
  margin-top: 0px;
}
.k-testimonials .kid-testimonial blockquote {
  font-size: 29px;
  line-height: 35px;
  font-family: serif;
  margin-top: -6px;
}
.k-testimonials .kid-testimonial blockquote:before {
  content: "\201C";
}
.k-testimonials .kid-testimonial blockquote:after {
  content: "\201D";
}
.k-testimonials .kid-testimonial p {
  margin-top: 11px;
  font-size: 18px;
  font-weight: 700;
  font-family: sans-serif;
}
.k-testimonials .parent-testimonial {
  margin-top: 55px;
}
.k-testimonials .parent-testimonial blockquote {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 29px;
  font-family: serif;
}
.k-testimonials .parent-testimonial blockquote:before {
  content: "\201C";
}
.k-testimonials .parent-testimonial blockquote:after {
  content: "\201D";
}
.k-testimonials .parent-testimonial .k-radius {
  width: 60px;
  height: 60px;
  float: left;
  background: #eee;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 5px;
}
.k-testimonials .parent-testimonial p {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  font-family: sans-serif;
}
.root.mobile .k-testimonials .kid-testimonial {
  margin-top: 30px;
}
.root.mobile .k-testimonials .kid-testimonial blockquote {
  font-size: 22px;
  font-family: serif;
  margin-top: 6px;
}
.root.mobile .k-testimonials .kid-testimonial p {
  margin-top: 11px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.k-facts .facts__list {
  margin-top: 40px;
}
.k-facts .facts__list .number {
  background: #ccc;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 30px;
  margin-right: 15px;
  text-align: center;
  width: 28px;
  min-width: 28px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  height: 29px;
  padding-left: 1px;
  display: block;
}
.k-facts .buy-tickets {
  margin-top: 35px;
}
.k-facts small {
  margin-top: 35px;
}
.k-facts .facts__text {
  position: relative;
}
.k-facts .facts__text .location-header {
  margin-top: 34px;
}
.root.mobile .k-facts .hr {
  margin-bottom: 30px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.k-leaders ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 40px;
  width: 1180px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.k-leaders ul li {
  width: 220px;
  margin-right: 19px;
  margin-bottom: 40px;
}
.k-leaders ul li:nth-child(5n) {
  margin-right: 0px;
}
.k-leaders ul li:nth-last-child(-n+4) {
  margin-bottom: 0px;
}
.k-leaders ul li img {
  border-radius: 4px;
}
.k-leaders ul li .name {
  font-size: 29px;
  margin-top: 15px;
  font-weight: bold;
  color: #662090;
}
.k-leaders ul li .name a {
  pointer-events: none;
}
.k-leaders ul li .job {
  margin-top: 15px;
  font-family: serif;
  font-size: 20px;
}
.root.mobile .k-leaders li {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 0px;
  width: 300px;
  text-align: center;
  list-style-type: none;
}
.root.mobile .k-leaders li img {
  border-radius: 4px;
}
.root.mobile .k-leaders li .name {
  font-size: 29px;
  margin-top: 15px;
  font-weight: bold;
}
.root.mobile .k-leaders li .job {
  margin-top: 15px;
  font-family: serif;
  font-size: 20px;
  width: 240px;
  margin: 0 auto;
  margin-top: 15px;
}

.k-something-location p {
  margin-top: 20px;
}
.k-something-location .links {
  margin-top: 40px;
}
.k-something-location .links p {
  margin-top: 0px;
  font-weight: bold;
  font-family: sans-serif;
}
.k-something-location .links .k-bullet {
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 2px;
  background: #aaa;
  position: relative;
  top: 14px;
  margin-right: 7px;
}
.root.mobile .k-something-location .links {
  margin-top: 0px;
}
.root.mobile .k-something-location .shift-header {
  margin-bottom: 30px;
}

.something .k-must-have .musthave__list {
  margin-top: 50px;
}
.something .k-must-have .musthave__list.musthave__list__second {
  margin-top: 90px;
}
.something .k-must-have .musthave__list li .bullet {
  display: inline-block;
  user-select: none;
  margin-right: 16px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  position: relative;
  top: 5px;
}
.something .k-must-have .musthave__list li .bullet.no {
  background: url("/static/img/icons/cross.png") no-repeat;
  background-size: 20px 20px;
}
.something .k-must-have .musthave__list li .bullet.yes {
  background: url("/static/img/icons/checkbox.png") no-repeat;
  background-size: 20px 20px;
}
.root.mobile .something .k-must-have .mustnothave__header {
  margin-top: 20px;
}
.root.mobile .something .k-must-have .musthave__list {
  margin-top: 20px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.k-patches .description {
  margin-top: 40px;
}
.k-patches .credit {
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  margin-top: 181px;
}
.k-patches .patches-wrap {
  margin-top: 45px;
}
.k-patches .patches-wrap ul {
  width: DESKTOP_WIDTH;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 19px;
}
.k-patches .patches-wrap ul:first-child {
  margin-top: 20px;
}
.k-patches .patches-wrap ul .patch {
  width: 220px;
  margin-right: 19px;
}
.k-patches .patches-wrap ul .patch:nth-child(5n) {
  margin-right: 0px;
}
.k-patches .patches-wrap ul .patch div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 220px;
  height: 220px;
}
.k-patches .patches-wrap ul .patch div img {
  display: block;
  margin: 0 auto;
  padding: 0;
  align-self: center;
}
.k-patches .patches-wrap ul .patch p {
  font-size: 12px;
  line-height: 18px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.root.mobile .k-patches .description {
  margin-top: 20px;
}
.root.mobile .k-patches .patches-wrap {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 39px;
  background: #eee;
}
.root.mobile .k-patches .patches-wrap:first-child {
  margin-top: 0px;
}
.root.mobile .k-patches .patches-wrap .shift-header {
  text-align: center;
}
.root.mobile .k-patches .patches-wrap .patch {
  width: 100%;
  float: left;
  display: block;
  list-style-type: none;
  text-align: center;
}
.root.mobile .k-patches .patches-wrap .patch div {
  padding-top: 19px;
  width: 220px;
  height: 200px;
  margin: 0 auto;
}
.root.mobile .k-patches .patches-wrap .patch p {
  font-size: 12px;
  line-height: 18px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.kids-2017 .k-must-have .musthave__list {
  margin-top: 50px;
}
.kids-2017 .k-must-have .musthave__list li .bullet {
  display: inline-block;
  user-select: none;
  margin-right: 16px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  position: relative;
  top: 5px;
}
.kids-2017 .k-must-have .musthave__list li .bullet.no {
  background: url("/static/img/icons/cross.png") no-repeat;
  background-size: 20px 20px;
}
.kids-2017 .k-must-have .musthave__list li .bullet.yes {
  background: url("/static/img/icons/checkbox.png") no-repeat;
  background-size: 20px 20px;
}
.root.mobile .kids-2017 .k-must-have .mustnothave__header {
  margin-top: 20px;
}
.root.mobile .kids-2017 .k-must-have .musthave__list {
  margin-top: 20px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.k-facts .facts__list {
  margin-top: 40px;
}
.k-facts .facts__list .number {
  background: #ccc;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 30px;
  margin-right: 15px;
  text-align: center;
  width: 28px;
  min-width: 28px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  height: 29px;
  padding-left: 1px;
  display: block;
}
.k-facts .buy-tickets {
  margin-top: 35px;
}
.k-facts small {
  margin-top: 35px;
}
.k-facts .facts__text {
  position: relative;
}
.k-facts .facts__text .location-header {
  margin-top: 34px;
}
.root.mobile .k-facts .hr {
  margin-bottom: 30px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.k-leaders ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 40px;
  width: 1180px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.k-leaders ul li {
  width: 220px;
  margin-right: 19px;
  margin-bottom: 40px;
}
.k-leaders ul li:nth-child(5n) {
  margin-right: 0px;
}
.k-leaders ul li:nth-last-child(-n+4) {
  margin-bottom: 0px;
}
.k-leaders ul li img {
  border-radius: 4px;
}
.k-leaders ul li .name {
  font-size: 29px;
  margin-top: 15px;
  font-weight: bold;
  color: #662090;
}
.k-leaders ul li .name a {
  pointer-events: none;
}
.k-leaders ul li .job {
  margin-top: 15px;
  font-family: serif;
  font-size: 20px;
}
.root.mobile .k-leaders li {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 0px;
  width: 300px;
  text-align: center;
  list-style-type: none;
}
.root.mobile .k-leaders li img {
  border-radius: 4px;
}
.root.mobile .k-leaders li .name {
  font-size: 29px;
  margin-top: 15px;
  font-weight: bold;
}
.root.mobile .k-leaders li .job {
  margin-top: 15px;
  font-family: serif;
  font-size: 20px;
  width: 240px;
  margin: 0 auto;
  margin-top: 15px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.k-facts .facts__list {
  margin-top: 40px;
}
.k-facts .facts__list .number {
  background: #ccc;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 30px;
  margin-right: 15px;
  text-align: center;
  width: 28px;
  min-width: 28px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  height: 29px;
  padding-left: 1px;
  display: block;
}
.k-facts .buy-tickets {
  margin-top: 35px;
}
.k-facts small {
  margin-top: 35px;
}
.k-facts .facts__text {
  position: relative;
}
.k-facts .facts__text .location-header {
  margin-top: 34px;
}
.root.mobile .k-facts .hr {
  margin-bottom: 30px;
}

.k-theater-location p {
  margin-top: 20px;
}
.k-theater-location .links {
  margin-top: 40px;
}
.k-theater-location .links p {
  margin-top: 0px;
  font-weight: bold;
  font-family: sans-serif;
}
.k-theater-location .links .k-bullet {
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 2px;
  background: #aaa;
  position: relative;
  top: 14px;
  margin-right: 7px;
}
.root.mobile .k-theater-location .links {
  margin-top: 0px;
}
.root.mobile .k-theater-location .shift-header {
  margin-bottom: 30px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.k-leaders ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 40px;
  width: 1180px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.k-leaders ul li {
  width: 220px;
  margin-right: 19px;
  margin-bottom: 40px;
}
.k-leaders ul li:nth-child(5n) {
  margin-right: 0px;
}
.k-leaders ul li:nth-last-child(-n+4) {
  margin-bottom: 0px;
}
.k-leaders ul li img {
  border-radius: 4px;
}
.k-leaders ul li .name {
  font-size: 29px;
  margin-top: 15px;
  font-weight: bold;
  color: #662090;
}
.k-leaders ul li .name a {
  pointer-events: none;
}
.k-leaders ul li .job {
  margin-top: 15px;
  font-family: serif;
  font-size: 20px;
}
.root.mobile .k-leaders li {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 0px;
  width: 300px;
  text-align: center;
  list-style-type: none;
}
.root.mobile .k-leaders li img {
  border-radius: 4px;
}
.root.mobile .k-leaders li .name {
  font-size: 29px;
  margin-top: 15px;
  font-weight: bold;
}
.root.mobile .k-leaders li .job {
  margin-top: 15px;
  font-family: serif;
  font-size: 20px;
  width: 240px;
  margin: 0 auto;
  margin-top: 15px;
}

.theater-2017 .short-description {
  width: 660px;
}
.root.mobile .theater-2017 .short-description {
  width: 440px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.k-facts .facts__list {
  margin-top: 40px;
}
.k-facts .facts__list .number {
  background: #ccc;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 30px;
  margin-right: 15px;
  text-align: center;
  width: 28px;
  min-width: 28px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  height: 29px;
  padding-left: 1px;
  display: block;
}
.k-facts .buy-tickets {
  margin-top: 35px;
}
.k-facts small {
  margin-top: 35px;
}
.k-facts .facts__text {
  position: relative;
}
.k-facts .facts__text .location-header {
  margin-top: 34px;
}
.root.mobile .k-facts .hr {
  margin-bottom: 30px;
}

.k-location {
  margin-top: 10px !important;
}
.k-location .links {
  margin-top: 40px;
}
.k-location .links p {
  font-weight: bold;
  font-family: sans-serif;
}
.k-location .links .k-bullet {
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 2px;
  background: #aaa;
  position: relative;
  top: 14px;
  margin-right: 7px;
}
.root.mobile .k-location {
  margin-top: 65px !important;
}
.root.mobile .k-location .links {
  margin-top: 0px;
}
.root.mobile .k-location .shift-header {
  margin-bottom: 30px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.k-leaders ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 40px;
  width: 1180px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.k-leaders ul li {
  width: 220px;
  margin-right: 19px;
  margin-bottom: 40px;
}
.k-leaders ul li:nth-child(5n) {
  margin-right: 0px;
}
.k-leaders ul li:nth-last-child(-n+4) {
  margin-bottom: 0px;
}
.k-leaders ul li img {
  border-radius: 4px;
}
.k-leaders ul li .name {
  font-size: 29px;
  margin-top: 15px;
  font-weight: bold;
  color: #662090;
}
.k-leaders ul li .name a {
  pointer-events: none;
}
.k-leaders ul li .job {
  margin-top: 15px;
  font-family: serif;
  font-size: 20px;
}
.root.mobile .k-leaders li {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 0px;
  width: 300px;
  text-align: center;
  list-style-type: none;
}
.root.mobile .k-leaders li img {
  border-radius: 4px;
}
.root.mobile .k-leaders li .name {
  font-size: 29px;
  margin-top: 15px;
  font-weight: bold;
}
.root.mobile .k-leaders li .job {
  margin-top: 15px;
  font-family: serif;
  font-size: 20px;
  width: 240px;
  margin: 0 auto;
  margin-top: 15px;
}

.australia .k-must-have .musthave__list {
  margin-top: 50px;
}
.australia .k-must-have .musthave__list li .bullet {
  display: inline-block;
  user-select: none;
  margin-right: 16px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  position: relative;
  top: 5px;
}
.australia .k-must-have .musthave__list li .bullet.no {
  background: url("/static/img/icons/cross.png") no-repeat;
  background-size: 20px 20px;
}
.australia .k-must-have .musthave__list li .bullet.yes {
  background: url("/static/img/icons/checkbox.png") no-repeat;
  background-size: 20px 20px;
}
.root.mobile .australia .k-must-have .mustnothave__header {
  margin-top: 20px;
}
.root.mobile .australia .k-must-have .musthave__list {
  margin-top: 20px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.australia .k-gallery .gallery-controls button {
  color: #662090;
  border-radius: 0;
  font-size: 17px;
  font-weight: bold;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  margin-right: 10px;
  border: 3px solid #fff;
  padding: 0px 10px;
  font-family: Arial;
  padding-top: 2px;
}
.australia .k-gallery .gallery-controls button.active {
  cursor: default;
  border: 3px solid #662090;
}
.australia .k-gallery .controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.australia .k-gallery .controls button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.australia .k-gallery .controls button.disabled {
  cursor: default;
  opacity: 0.5;
}
.australia .k-gallery .controls .current {
  position: relative;
  top: -2px;
  font-size: 29px;
  font-weight: bold;
  align-self: center;
}
.australia .k-gallery .gallery-wrap {
  min-height: 600px;
  margin-top: 40px;
  position: relative;
}
.australia .k-gallery .gallery-wrap .gallery-nav-button {
  cursor: default;
  display: block;
  position: absolute;
  height: 100%;
  width: 50%;
  background: none;
  margin: 0;
  padding: 0;
  z-index: 2;
  border: none;
  outline: none;
}
.australia .k-gallery .gallery-wrap .gallery-nav-button.active {
  cursor: pointer;
}
.australia .k-gallery .gallery-wrap .gallery-nav-button.left {
  left: 0;
}
.australia .k-gallery .gallery-wrap .gallery-nav-button.right {
  right: 0;
}
.root.mobile .australia .k-gallery {
  margin-bottom: 120px !important;
}
.root.mobile .australia .k-gallery .gallery-wrap {
  min-height: 213px;
  margin-top: 0px;
}
.root.mobile .australia .k-gallery .mobile-pagination {
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
  font-size: 12px;
}
.root.mobile .australia .k-gallery .lead {
  margin-left: 10px;
  margin-bottom: 20px;
  margin-top: -10px !important;
}

.australia .shift-card .title {
  top: 220px;
}
.australia .shift-dates .shift-date .date {
  font-size: 23px;
  margin-top: 14px;
}
.australia .buy-tickets {
  margin-top: 37px !important;
}
.australia .australia-links {
  margin-top: 40px;
}
.australia .australia-links .australia-links-title {
  font-family: sans-serif;
  font-weight: bold;
}
html.mobile .australia .buy-tickets {
  margin-top: 0px !important;
}
html.mobile .australia .k-gallery .shift-header {
  margin-bottom: 30px;
}
html.mobile .australia .k-must-have .musthave__list__last {
  margin-top: -20px;
}
html.mobile .australia .k-leaders-australia {
  width: 300px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout-dot {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
.adults-2018 .minimap {
  display: block;
  position: relative;
  left: -20px;
  margin-top: 20px !important;
}
.adults-2018 .minimap .mapdot {
  position: absolute;
  left: 123px;
  top: 82px;
  width: 30px;
  height: 30px;
  background-color: #662090;
  border-radius: 100%;
  -webkit-animation: sk-scaleout-dot 2s infinite ease-in-out;
  animation: sk-scaleout-dot 2s infinite ease-in-out;
}
.root.mobile .adults-2018 .minimap {
  width: 320px;
  margin-bottom: 21px;
  margin-top: -6px !important;
  position: relative;
  left: -10px;
}
.root.mobile .adults-2018 .minimap .mapdot {
  left: 97px;
  top: 62px;
}
@-moz-keyframes sk-scaleout-dot {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout-dot {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout-dot {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout-dot {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.adults-2018 .k-facts .shift-dates {
  margin-top: 18px;
}
.adults-2018 .k-facts .shift-dates .date {
  font-size: 25px !important;
}
.adults-2018 .k-facts .soldout {
  color: #e5002c;
  border-bottom: 1px solid #ea6c74;
  margin-right: 10px;
}
.adults-2018 .k-facts .facts__list {
  margin-top: 40px;
}
.adults-2018 .k-facts .facts__list .number {
  background: #ccc;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 30px;
  margin-right: 15px;
  text-align: center;
  width: 28px;
  min-width: 28px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  height: 29px;
  padding-left: 1px;
  display: block;
}
.adults-2018 .k-facts section.buy {
  background: #fefce7;
  padding: 20px;
  position: relative;
  left: -20px;
  margin-top: 20px !important;
  width: 360px;
}
.adults-2018 .k-facts section.buy em {
  color: #f00;
}
.adults-2018 .k-facts section.buy .buy-tickets {
  margin-top: 0px;
  width: auto;
}
.adults-2018 .k-facts section.buy .buy-tickets.disabled {
  background: #c7c7c7;
  cursor: default !important;
}
.adults-2018 .k-facts small {
  margin-top: 35px;
}
.adults-2018 .k-facts .facts__text {
  position: relative;
}
.adults-2018 .k-facts .facts__text .location-header {
  margin-top: 48px;
}
.root.mobile .adults-2018 .k-facts .k-autoplay-video {
  margin-left: -11px;
}
.root.mobile .adults-2018 .k-facts .buy-ticket-label {
  margin-top: 0px !important;
  font-size: 15px;
}
.root.mobile .adults-2018 .k-facts .shift-date {
  margin-top: 37px;
  margin-bottom: 40px;
}
.root.mobile .adults-2018 .k-facts .shift-date p {
  font-size: 12px !important;
}
.root.mobile .adults-2018 .k-facts section.buy {
  margin-top: -18px !important;
  padding: 0;
  width: auto;
  position: static;
  margin-top: 0px;
  background: #fff;
}
.root.mobile .adults-2018 .k-facts .hr {
  margin-bottom: 30px;
}

.adults-2018 .k-location {
  margin-top: 10px !important;
}
.adults-2018 .k-location .location__text {
  margin-top: 20px;
}
.adults-2018 .k-location sup {
  font-size: 14px;
}
.adults-2018 .k-location .googlemaps {
  display: inline-block !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 10px;
}
.adults-2018 .k-location .links {
  margin-top: 40px;
}
.adults-2018 .k-location .links p {
  font-weight: bold;
  font-family: sans-serif;
}
.adults-2018 .k-location .links .k-bullet {
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 2px;
  background: #aaa;
  position: relative;
  top: 14px;
  margin-right: 7px;
}
.root.mobile .adults-2018 .k-location {
  margin-top: 65px !important;
}
.root.mobile .adults-2018 .k-location .googlemaps {
  margin-left: 0px;
}
.root.mobile .adults-2018 .k-location .location-header {
  font-size: 24px !important;
}
.root.mobile .adults-2018 .k-location .links {
  margin-top: 0px;
}
.root.mobile .adults-2018 .k-location .shift-header {
  margin-bottom: 30px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.adults-2018 .k-gallery .gallery-controls button {
  color: #662090;
  border-radius: 0;
  font-size: 17px;
  font-weight: bold;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  margin-right: 10px;
  border: 3px solid #fff;
  padding: 0px 10px;
  font-family: Arial;
  padding-top: 2px;
}
.adults-2018 .k-gallery .gallery-controls button.active {
  cursor: default;
  border: 3px solid #662090;
}
.adults-2018 .k-gallery .controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.adults-2018 .k-gallery .controls button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.adults-2018 .k-gallery .controls button.disabled {
  cursor: default;
  opacity: 0.5;
}
.adults-2018 .k-gallery .controls .current {
  position: relative;
  top: -2px;
  font-size: 29px;
  font-weight: bold;
  align-self: center;
}
.adults-2018 .k-gallery .gallery-wrap {
  min-height: 600px;
  margin-top: 40px;
  position: relative;
}
.adults-2018 .k-gallery .gallery-wrap .gallery-nav-button {
  cursor: default;
  display: block;
  position: absolute;
  height: 100%;
  width: 50%;
  background: none;
  margin: 0;
  padding: 0;
  z-index: 2;
  border: none;
  outline: none;
}
.adults-2018 .k-gallery .gallery-wrap .gallery-nav-button.active {
  cursor: pointer;
}
.adults-2018 .k-gallery .gallery-wrap .gallery-nav-button.left {
  left: 0;
}
.adults-2018 .k-gallery .gallery-wrap .gallery-nav-button.right {
  right: 0;
}
.root.mobile .adults-2018 .k-gallery.k-gallery-adults {
  margin-bottom: 60px !important;
}
.root.mobile .adults-2018 .k-gallery.k-gallery-adults .gallery-wrap {
  min-height: auto;
  margin-top: 30px;
}
.root.mobile .adults-2018 .k-gallery.k-gallery-adults .k-swipe-icon {
  top: 148px !important;
  z-index: 100000;
}
.root.mobile .adults-2018 .k-gallery.k-gallery-adults .mobile-pagination {
  text-align: center;
  margin-top: 15px;
  font-weight: bold;
  font-size: 12px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.adults-2018 .k-leaders .leaders__text {
  margin-top: 20px;
}
.adults-2018 .k-leaders ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 40px;
  width: 1180px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.adults-2018 .k-leaders ul li {
  width: 220px;
  margin-right: 19px;
  margin-bottom: 40px;
}
.adults-2018 .k-leaders ul li:nth-child(5n) {
  margin-right: 0px;
}
.adults-2018 .k-leaders ul li:nth-last-child(-n+4) {
  margin-bottom: 0px;
}
.adults-2018 .k-leaders ul li img {
  border-radius: 4px;
}
.adults-2018 .k-leaders ul li .name {
  font-size: 29px;
  margin-top: 15px;
  font-weight: bold;
  color: #662090;
}
.adults-2018 .k-leaders ul li .name a {
  pointer-events: none;
}
.adults-2018 .k-leaders ul li .job {
  margin-top: 15px;
  font-family: serif;
  font-size: 20px;
}
.root.mobile .adults-2018 .k-leaders li {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 0px;
  width: 300px;
  text-align: center;
  list-style-type: none;
}
.root.mobile .adults-2018 .k-leaders li img {
  border-radius: 4px;
}
.root.mobile .adults-2018 .k-leaders li .name {
  font-size: 25px;
  margin-top: 15px;
  font-weight: bold;
}
.root.mobile .adults-2018 .k-leaders li .job {
  margin-top: 15px;
  font-family: serif;
  font-size: 20px;
  width: 240px;
  margin: 0 auto;
  margin-top: 15px;
}

.adults-2018 .k-testimonials .testimonial {
  margin-top: 45px;
}
.adults-2018 .k-testimonials .testimonial .testimonial__header {
  display: flex;
  height: 60px;
}
.adults-2018 .k-testimonials .testimonial .testimonial__header .testimonial__image {
  width: 60px;
  min-width: 60px;
  border-radius: 100%;
  margin-right: 20px;
  overflow: hidden;
}
.adults-2018 .k-testimonials .testimonial .testimonial__header .testimonial__desc {
  display: flex;
  flex-direction: column;
  align-self: center;
}
.adults-2018 .k-testimonials .testimonial .testimonial__header .testimonial__desc .testimonial__name {
  font-size: 18px;
  font-weight: bold;
}
.adults-2018 .k-testimonials .testimonial .testimonial__header .testimonial__desc .testimonial__job {
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
}
.adults-2018 .k-testimonials .testimonial .testimonial__text {
  font-family: sans-serif;
  margin-top: 20px;
  font-size: 18px;
  line-height: 25px;
  max-width: 340px;
}

.adults-2018 .k-must-have .musthave__list {
  margin-top: 50px;
}
.adults-2018 .k-must-have .musthave__list.musthave__list__second {
  margin-top: 90px;
}
.adults-2018 .k-must-have .musthave__list li .bullet {
  display: inline-block;
  user-select: none;
  margin-right: 16px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  position: relative;
  top: 5px;
}
.adults-2018 .k-must-have .musthave__list li .bullet.no {
  background: url("/static/img/icons/cross.png") no-repeat;
  background-size: 20px 20px;
}
.adults-2018 .k-must-have .musthave__list li .bullet.yes {
  background: url("/static/img/icons/checkbox.png") no-repeat;
  background-size: 20px 20px;
}
.root.mobile .adults-2018 .k-must-have .mustnothave__header {
  margin-top: 20px;
}
.root.mobile .adults-2018 .k-must-have .musthave__list {
  margin-top: 20px;
}

html.mobile .adults-2018 .shift-card header {
  top: 70%;
}
html.mobile .adults-2018 .shift-card header .short-description {
  margin-top: 12px !important;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout-dot {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
.minimap {
  display: block;
  position: relative;
  left: -20px;
  margin-top: 20px !important;
}
.minimap .mapdot {
  position: absolute;
  left: 194px;
  top: 111px;
  width: 30px;
  height: 30px;
  background-color: #662090;
  border-radius: 100%;
  -webkit-animation: sk-scaleout-dot 2s infinite ease-in-out;
  animation: sk-scaleout-dot 2s infinite ease-in-out;
}
.root.mobile .minimap {
  width: 320px;
  margin-bottom: 21px;
  margin-top: -6px !important;
  position: relative;
  left: -10px;
}
.root.mobile .minimap .mapdot {
  left: 152px;
  top: 86px;
}
@-moz-keyframes sk-scaleout-dot {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout-dot {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout-dot {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout-dot {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.family-2018 .k-facts .shift-dates {
  top: 0px !important;
}
.family-2018 .k-facts .shift-dates .date {
  font-size: 25px !important;
}
.family-2018 .k-facts .soldout {
  color: #e5002c;
  border-bottom: 1px solid #ea6c74;
  margin-right: 10px;
}
.family-2018 .k-facts .facts__list {
  margin-top: 40px;
}
.family-2018 .k-facts .facts__list .number {
  background: #ccc;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 30px;
  margin-right: 15px;
  text-align: center;
  width: 28px;
  min-width: 28px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  height: 29px;
  padding-left: 1px;
  display: block;
}
.family-2018 .k-facts section.buy {
  background: #fefce7;
  padding: 20px;
  position: relative;
  left: -20px;
  margin-top: 20px !important;
  width: 360px;
}
.family-2018 .k-facts section.buy em {
  color: #f00;
}
.family-2018 .k-facts section.buy .buy-tickets {
  margin-top: 0px;
  width: auto;
}
.family-2018 .k-facts section.buy .buy-tickets.disabled {
  background: #c7c7c7;
  cursor: default !important;
}
.family-2018 .k-facts small {
  margin-top: 35px;
}
.family-2018 .k-facts .facts__text {
  position: relative;
}
.family-2018 .k-facts .facts__text .location-header {
  margin-top: 48px;
}
.root.mobile .family-2018 .k-facts .k-autoplay-video {
  margin-left: -11px;
}
.root.mobile .family-2018 .k-facts .buy-ticket-label {
  margin-top: 28px !important;
  font-size: 15px;
}
.root.mobile .family-2018 .k-facts .shift-date {
  margin-top: 37px;
  margin-bottom: 40px;
}
.root.mobile .family-2018 .k-facts .shift-date p {
  font-size: 12px !important;
}
.root.mobile .family-2018 .k-facts section.buy {
  padding: 0;
  width: auto;
  position: static;
  margin-top: 0px;
  background: #fff;
}
.root.mobile .family-2018 .k-facts .hr {
  margin-bottom: 30px;
}

.family-2018 .k-location {
  margin-top: 10px !important;
}
.family-2018 .k-location .location__text {
  margin-top: 20px;
}
.family-2018 .k-location sup {
  font-size: 14px;
}
.family-2018 .k-location .googlemaps {
  display: inline-block !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 10px;
}
.family-2018 .k-location .links {
  margin-top: 40px;
}
.family-2018 .k-location .links p {
  font-weight: bold;
  font-family: sans-serif;
}
.family-2018 .k-location .links .k-bullet {
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 2px;
  background: #aaa;
  position: relative;
  top: 14px;
  margin-right: 7px;
}
.root.mobile .family-2018 .k-location {
  margin-top: 65px !important;
}
.root.mobile .family-2018 .k-location .location-header {
  font-size: 24px !important;
}
.root.mobile .family-2018 .k-location .links {
  margin-top: 0px;
}
.root.mobile .family-2018 .k-location .shift-header {
  margin-bottom: 30px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.family-2018 .k-gallery .gallery-controls button {
  color: #662090;
  border-radius: 0;
  font-size: 17px;
  font-weight: bold;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  margin-right: 10px;
  border: 3px solid #fff;
  padding: 0px 10px;
  font-family: Arial;
  padding-top: 2px;
}
.family-2018 .k-gallery .gallery-controls button.active {
  cursor: default;
  border: 3px solid #662090;
}
.family-2018 .k-gallery .controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.family-2018 .k-gallery .controls button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.family-2018 .k-gallery .controls button.disabled {
  cursor: default;
  opacity: 0.5;
}
.family-2018 .k-gallery .controls .current {
  position: relative;
  top: -2px;
  font-size: 29px;
  font-weight: bold;
  align-self: center;
}
.family-2018 .k-gallery .gallery-wrap {
  min-height: 600px;
  margin-top: 40px;
  position: relative;
}
.family-2018 .k-gallery .gallery-wrap .gallery-nav-button {
  cursor: default;
  display: block;
  position: absolute;
  height: 100%;
  width: 50%;
  background: none;
  margin: 0;
  padding: 0;
  z-index: 2;
  border: none;
  outline: none;
}
.family-2018 .k-gallery .gallery-wrap .gallery-nav-button.active {
  cursor: pointer;
}
.family-2018 .k-gallery .gallery-wrap .gallery-nav-button.left {
  left: 0;
}
.family-2018 .k-gallery .gallery-wrap .gallery-nav-button.right {
  right: 0;
}
.root.mobile .family-2018 .k-gallery {
  margin-bottom: 60px !important;
}
.root.mobile .family-2018 .k-gallery .gallery-wrap {
  min-height: auto;
  margin-top: 30px;
}
.root.mobile .family-2018 .k-gallery .k-swipe-icon {
  top: 148px !important;
  z-index: 100000;
}
.root.mobile .family-2018 .k-gallery .mobile-pagination {
  text-align: center;
  margin-top: 15px;
  font-weight: bold;
  font-size: 12px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.family-2018 .k-leaders ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 40px;
  width: 1180px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.family-2018 .k-leaders ul li {
  width: 220px;
  margin-right: 19px;
  margin-bottom: 40px;
}
.family-2018 .k-leaders ul li:nth-child(5n) {
  margin-right: 0px;
}
.family-2018 .k-leaders ul li:nth-last-child(-n+4) {
  margin-bottom: 0px;
}
.family-2018 .k-leaders ul li img {
  border-radius: 4px;
}
.family-2018 .k-leaders ul li .name {
  font-size: 29px;
  margin-top: 15px;
  font-weight: bold;
  color: #662090;
}
.family-2018 .k-leaders ul li .name a {
  pointer-events: none;
}
.family-2018 .k-leaders ul li .job {
  margin-top: 15px;
  font-family: serif;
  font-size: 20px;
}
.root.mobile .family-2018 .k-leaders li {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 0px;
  width: 300px;
  text-align: center;
  list-style-type: none;
}
.root.mobile .family-2018 .k-leaders li img {
  border-radius: 4px;
}
.root.mobile .family-2018 .k-leaders li .name {
  font-size: 25px;
  margin-top: 15px;
  font-weight: bold;
}
.root.mobile .family-2018 .k-leaders li .job {
  margin-top: 15px;
  font-family: serif;
  font-size: 20px;
  width: 240px;
  margin: 0 auto;
  margin-top: 15px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.k-rooms .rooms__description {
  width: 900px;
  margin-top: 30px;
}
.k-rooms .rooms__spinner {
  width: 40px;
  height: 40px;
  margin: 30px auto;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}
.k-rooms .rooms-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}
.k-rooms .rooms-list .room__wrap {
  width: 580px;
}
.k-rooms .rooms-list .room__wrap:nth-child(odd) {
  margin-right: 20px;
}
.k-rooms .rooms-list .room {
  margin-bottom: 80px;
}
.k-rooms .rooms-list .room.sold .room__info {
  opacity: 0.5;
}
.k-rooms .rooms-list .room.sold .room__info .room__order {
  pointer-events: none;
  background: #808080;
  color: #fff;
}
.k-rooms .rooms-list .room.sold .room__info .room__order:visited {
  color: #fff;
}
.k-rooms .rooms-list .room.sold .room__info .room__order:hover {
  background: #808080;
}
.k-rooms .rooms-list .room .room__gallery {
  position: relative;
  margin-left: 0px;
}
.k-rooms .rooms-list .room .room__gallery .k-swipe-icon {
  top: 174px !important;
}
.k-rooms .rooms-list .room .room__gallery .gallery-nav-button {
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: 2;
  border: none;
  background: rgba(0,0,0,0.1);
  cursor: pointer;
  outline: none;
}
.k-rooms .rooms-list .room .room__gallery .gallery-nav-button:hover img {
  opacity: 1;
}
.k-rooms .rooms-list .room .room__gallery .gallery-nav-button img {
  transition: opacity 300ms;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.k-rooms .rooms-list .room .room__gallery .gallery-nav-button.left {
  left: 0px;
}
.k-rooms .rooms-list .room .room__gallery .gallery-nav-button.left img {
  left: 16px;
}
.k-rooms .rooms-list .room .room__gallery .gallery-nav-button.right {
  right: 0px;
}
.k-rooms .rooms-list .room .room__gallery .gallery-nav-button.right img {
  right: 16px;
}
.k-rooms .rooms-list .room .room__header {
  margin-top: 38px;
  display: flex;
  justify-content: space-between;
  height: 46px;
}
.k-rooms .rooms-list .room .room__header span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 38px;
}
.k-rooms .rooms-list .room .room__header .room__order {
  display: block;
  background: #fff200;
  height: 46px;
  line-height: 44px;
  padding: 0px;
  width: 230px;
  margin-right: 35px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  text-align: center;
  color: #000;
}
.k-rooms .rooms-list .room .room__header .room__order:hover {
  background: #fff354;
}
.k-rooms .rooms-list .room .room__header .room__order:visited {
  color: #000;
}
.k-rooms .rooms-list .room .room__price {
  margin-top: 5px;
  color: #662090;
  font-size: 22px;
  font-weight: bold;
}
.k-rooms .rooms-list .room .room__floor {
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 12px;
  font-weight: bold;
  margin-top: 20px;
}
.k-rooms .rooms-list .room .room__area {
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 12px;
  font-weight: bold;
}
.k-rooms .rooms-list .room .room__area sup {
  font-size: 10px;
}
.k-rooms .rooms-list .room .room__max_guests_amount {
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 12px;
  font-weight: bold;
}
.k-rooms .rooms-list .room .room__description {
  margin-top: 20px;
}
.root.mobile .k-rooms .rooms__description {
  width: auto;
}
.root.mobile .k-rooms .rooms-list {
  margin-bottom: 0px;
  margin-top: 30px;
}
.root.mobile .k-rooms .rooms-list .room__wrap {
  margin-bottom: 40px;
}
.root.mobile .k-rooms .rooms-list .room__wrap .room {
  width: 320px;
  margin-bottom: 0px;
  background: #eee;
  padding-left: 10px;
  padding-bottom: 30px;
  margin-left: -10px;
}
.root.mobile .k-rooms .rooms-list .room__wrap .room .room__gallery {
  margin-left: -10px;
}
.root.mobile .k-rooms .rooms-list .room__wrap .room .room__header {
  margin-top: 20px;
  height: auto;
  flex-direction: column;
}
.root.mobile .k-rooms .rooms-list .room__wrap .room .room__header span {
  font-size: 25px;
}
.root.mobile .k-rooms .rooms-list .room__wrap .room .room__header .room__order {
  margin-top: 15px;
  width: 300px;
}
.root.mobile .k-rooms .rooms-list .room__wrap .room .room__price {
  margin-top: 20px;
}
.root.mobile .k-rooms .rooms-list .room__wrap .room .room__description {
  width: 300px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.k-facts .facts__list {
  margin-top: 40px;
}
.k-facts .facts__list .number {
  background: #ccc;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 30px;
  margin-right: 15px;
  text-align: center;
  width: 28px;
  min-width: 28px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  height: 29px;
  padding-left: 1px;
  display: block;
}
.k-facts section.buy {
  background: #fefce7;
  padding: 20px;
  position: relative;
  left: -20px;
  margin-top: 0px !important;
  width: 360px;
}
.k-facts section.buy em {
  color: #f00;
}
.k-facts section.buy .buy-tickets {
  margin-top: 0px;
  width: auto;
}
.k-facts section.buy .buy-tickets.disabled {
  background: #c7c7c7;
  cursor: default !important;
}
.k-facts small {
  margin-top: 35px;
}
.k-facts .facts__text {
  position: relative;
}
.k-facts .facts__text .location-header {
  margin-top: 34px;
}
.root.mobile .k-facts .hr {
  margin-bottom: 30px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.k-leaders ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 40px;
  width: 1180px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.k-leaders ul li {
  width: 220px;
  margin-right: 19px;
  margin-bottom: 40px;
}
.k-leaders ul li:nth-child(5n) {
  margin-right: 0px;
}
.k-leaders ul li:nth-last-child(-n+4) {
  margin-bottom: 0px;
}
.k-leaders ul li img {
  border-radius: 4px;
}
.k-leaders ul li .name {
  font-size: 29px;
  margin-top: 15px;
  font-weight: bold;
  color: #662090;
}
.k-leaders ul li .name a {
  pointer-events: none;
}
.k-leaders ul li .job {
  margin-top: 15px;
  font-family: serif;
  font-size: 20px;
}
.root.mobile .k-leaders li {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 0px;
  width: 300px;
  text-align: center;
  list-style-type: none;
}
.root.mobile .k-leaders li img {
  border-radius: 4px;
}
.root.mobile .k-leaders li .name {
  font-size: 29px;
  margin-top: 15px;
  font-weight: bold;
}
.root.mobile .k-leaders li .job {
  margin-top: 15px;
  font-family: serif;
  font-size: 20px;
  width: 240px;
  margin: 0 auto;
  margin-top: 15px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
sub,
sup {
/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0 !important;
/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline !important;
}
sup {
/* Move the superscripted text up */
  top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@-moz-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.song section.order {
  min-height: auto;
  background: #f6f6f6;
  margin-top: 65px;
  padding-top: 70px;
  padding-bottom: 50px;
}
.song section.order .success {
  padding-top: 40px;
  text-align: left;
}
.song section.order .order__form {
  width: 1180px;
  margin: 0 auto;
}
.song section.order .order__form .order__form__inner {
  padding-top: 70px;
  display: flex;
  flex-direction: column;
}
.song section.order .order__form .order__form__inner .input-wrap {
  display: flex;
  min-height: 38px;
  margin-top: 38px;
}
.song section.order .order__form .order__form__inner .input-wrap .continue {
  height: 65px;
  width: 461px;
  border: none;
  background: #c7c7c7;
  display: block;
  cursor: default;
  font-size: 30px;
  line-height: 62px;
  font-weight: bold;
  color: #fff;
  outline: none;
  -webkit-appearance: none;
}
.song section.order .order__form .order__form__inner .input-wrap .continue span {
  position: relative;
  top: -2px;
}
.song section.order .order__form .order__form__inner .input-wrap .continue.active {
  pointer-events: all;
  background: #fff200;
  color: #000;
  cursor: pointer;
}
.song section.order .order__form .order__form__inner .input-wrap .continue.active:hover {
  background: #fff354;
}
.song section.order .order__form .order__form__inner .input-wrap:first-child {
  margin-top: 0px;
}
.song section.order .order__form .order__form__inner .input-wrap label {
  width: 403px;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  top: 6px;
}
.song section.order .order__form .order__form__inner .input-wrap .input {
  width: 440px;
  height: 17px;
  padding: 10px;
  padding-top: 7px;
  background: #f8f8f8;
  border: 1px solid #929292;
  font-size: 14px;
  background: #f8f8f8;
  outline: none;
}
.song section.order .order__form .order__form__inner .input-wrap textarea {
  padding: 10px;
  width: 440px;
  min-width: 440px;
  height: 70px;
  min-height: 70px;
  background-color: #f6f6f6;
  outline: none;
}
.root.mobile .song section.order {
  min-height: auto;
  padding-top: 50px;
  padding-bottom: 40px;
}
.root.mobile .song section.order .success {
  font-size: 15px;
  line-height: 22px;
}
.root.mobile .song section.order .order__form {
  width: 300px;
}
.root.mobile .song section.order .order__form .order__form__inner {
  padding-top: 10px;
}
.root.mobile .song section.order .order__form .order__form__inner .input-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.root.mobile .song section.order .order__form .order__form__inner .input-wrap label {
  font-size: 18px;
  top: 0px;
  margin-bottom: 8px;
}
.root.mobile .song section.order .order__form .order__form__inner .input-wrap .continue {
  width: 300px;
  font-size: 25px;
}
.root.mobile .song section.order .order__form .order__form__inner .input-wrap .input {
  width: 280px;
  border-radius: 0px;
  -webkit-appearance: none;
}
.root.mobile .song section.order .order__form .order__form__inner .input-wrap textarea {
  min-width: 280px;
  max-width: 280px;
  min-height: 100px;
  border: 1px solid #929292;
  border-radius: 0px;
  -webkit-appearance: none;
}

.k-video-gallery .k-videothumb {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  outline: none;
  position: relative;
  cursor: pointer;
}
.k-video-gallery .k-videothumb .playicon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.k-video-gallery .gallery-wrap {
  margin-top: 20px;
}
.k-video-gallery .gallery-wrap .video-slide {
  height: 660px;
}
.root.mobile .song .k-video-gallery .mobile-pagination {
  justify-content: center;
  margin-top: 10px;
}
.root.mobile .song .k-video-gallery .mobile-pagination .k-videothumb {
  margin-right: 10px;
}
.root.mobile .song .k-video-gallery .mobile-pagination .k-videothumb:last-child {
  margin-right: 0px;
}
.root.mobile .k-video-gallery .gallery-wrap .video-slide {
  height: 213px;
}
.root.mobile .k-video-gallery .mobile-pagination {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}

.song .videos {
  display: flex;
}
.song .shift-card .title {
  top: 350px;
  left: 72px;
}
.song .shift-card .short-description {
  top: 420px;
}
.root.mobile .song .shift-card header {
  top: 72%;
}

