/*---------------------------------------------
-- 
---------------------------------------------*/
/* treba pro "scroll to top", kdyz potrebuju sipku placatejsi" */
/*---------------------------------------------
-- 
---------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("../socials/socials.css");
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;
  line-height: 1.2em;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.c-tgl {
  opacity: 0;
}

/*.cookies-settings-button {
	position: fixed;
	bottom: 20px;
	right: 20px;
}*/
.is-svg img.common {
  display: none;
}
.is-svg img.svg {
  display: inline-block;
}

.svg-pair {
  display: inline-block;
  line-height: 0;
  position: relative;
  max-width: 100%;
}
.svg-pair img {
  max-width: 100%;
}
.svg-pair img.svg {
  display: none;
}
.is-svg .svg-pair.svg-is.img-is img.svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.is-svg .svg-pair.svg-is.img-is img.not-svg {
  opacity: 0;
}
.is-svg .svg-pair.img-is-not img.svg {
  display: inline-block;
  position: static;
}
.is-svg .svg-pair.img-is-not img.not-svg {
  display: none;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.flex {
  display: flex;
}
.flex--spread {
  justify-content: space-between;
}
.flex--bottom {
  align-items: flex-end;
}
.flex--top {
  align-items: flex-start;
}
.flex--middle {
  align-items: center;
}

.clear {
  clear: both;
}

.relative {
  position: relative;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

form .error {
  /*border-left: 2px solid $colorMain;*/
  font-weight: 600;
  color: #cc0000;
  margin-top: 0.5em;
  padding: 0.4em 0;
}

.success {
  font-weight: bold;
  color: green;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.tiny {
  font-size: 9px;
}

.valign-middle {
  vertical-align: middle;
}

.hidden {
  display: none;
}

input.spam {
  display: none;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
form .required label {
  position: relative;
}
form .required label:after {
  content: "*";
  color: #ff0000;
  position: absolute;
  right: -8px;
  top: 0px;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.color-variants .color-variant {
  display: inline-block;
  margin: 3px 6px 3px 0;
  width: 50px;
  height: 50px;
}

.product-detail .colored-images .large {
  display: none;
}

/*---------------------------------------------
-- controls
---------------------------------------------*/
.number-input-wrapper {
  position: relative;
  width: 80px;
}
.number-input-wrapper input.text {
  box-sizing: border-box;
  text-align: center;
  text-indent: -14px;
  height: 28px;
  width: 100%;
  padding: 5px 0;
  border: 2px solid #ddd;
  background: #fff;
  color: #000;
}
.number-input-wrapper .buttons-wrapper {
  box-sizing: border-box;
  vertical-align: bottom;
  margin-left: -1px;
  display: inline-block;
  height: 28px;
  width: 28px;
  background-color: #fff;
  border: 2px solid #ddd;
  border-left: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.number-input-wrapper .buttons-wrapper .up, .number-input-wrapper .buttons-wrapper .down {
  cursor: pointer;
  display: block;
  height: 45%;
}
.number-input-wrapper .buttons-wrapper .up {
  margin-bottom: 10%;
  /*background: url(../images/layout/button-number-up.png) no-repeat center bottom;*/
}
.number-input-wrapper .buttons-wrapper .up:after {
  content: "+";
  display: inline-block;
}
.number-input-wrapper .buttons-wrapper .down {
  /*background: url(../images/layout/button-number-down.png) no-repeat center top;*/
}
.number-input-wrapper .buttons-wrapper .down:after {
  content: "-";
  display: inline-block;
}

/*---------------------------------------------
-- tabs
---------------------------------------------*/
.tabs .tabs-nav li {
  float: left;
}
.tabs .tabs-nav a {
  display: block;
}
.tabs .tabs-nav:after {
  content: "";
  display: block;
  clear: both;
}
.tabs .tab {
  display: none;
}
.tabs .tab.active {
  display: block;
}

/*---------------------------------------------
-- stripe
---------------------------------------------*/
.stripe .stripe-container {
  transition: all 0.5s;
  position: relative;
  display: flex;
}
.stripe .stripe-container > * {
  transition: all 0.5s;
}
.stripe .stripe-container .hide {
  display: block !important;
  opacity: 0;
}

html {
  color: #000f80;
  font-family: "proxima-nova", Arial;
  font-size: 14px;
}
@media (min-width: 466px) and (min-height: 408.4px) {
  html {
    font-size: 14.2px;
  }
}
@media (min-width: 592px) and (min-height: 476.8px) {
  html {
    font-size: 14.4px;
  }
}
@media (min-width: 718px) and (min-height: 545.2px) {
  html {
    font-size: 14.6px;
  }
}
@media (min-width: 844px) and (min-height: 613.6px) {
  html {
    font-size: 14.8px;
  }
}
@media (min-width: 970px) and (min-height: 682px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 1096px) and (min-height: 750.4px) {
  html {
    font-size: 15.2px;
  }
}
@media (min-width: 1222px) and (min-height: 818.8px) {
  html {
    font-size: 15.4px;
  }
}
@media (min-width: 1348px) and (min-height: 887.2px) {
  html {
    font-size: 15.6px;
  }
}
@media (min-width: 1474px) and (min-height: 955.6px) {
  html {
    font-size: 15.8px;
  }
}
@media (min-width: 1600px) and (min-height: 1024px) {
  html {
    font-size: 16px;
  }
}

strong, b {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

a {
  color: #000f80;
  transition: color 0.3s;
  text-decoration: none;
}

sup {
  font-size: 0.75em;
  position: relative;
  top: -0.5em;
}

sub {
  font-size: 0.75em;
  position: relative;
  top: 0.5em;
}

p {
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
p a {
  position: relative;
}
p a:after {
  border-bottom: 1px solid currentColor;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.3s;
}
p a:hover:after {
  width: 100%;
}

.h1, .mceContentBody h1, .mce-content-body h1, .wysiwyg-content h1, .h2, .mceContentBody h2, .mce-content-body h2, .wysiwyg-content h2, .h3, .mceContentBody h3, .mce-content-body h3, .wysiwyg-content h3, .h4, .mceContentBody h4, .mce-content-body h4, .wysiwyg-content h4, .h5, .mceContentBody h5, .mce-content-body h5, .wysiwyg-content h5, .h6, .mceContentBody h6, .mce-content-body h6, .wysiwyg-content h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.h1:first-child, .mceContentBody h1:first-child, .mce-content-body h1:first-child, .wysiwyg-content h1:first-child, .h2:first-child, .mceContentBody h2:first-child, .mce-content-body h2:first-child, .wysiwyg-content h2:first-child, .h3:first-child, .mceContentBody h3:first-child, .mce-content-body h3:first-child, .wysiwyg-content h3:first-child, .h4:first-child, .mceContentBody h4:first-child, .mce-content-body h4:first-child, .wysiwyg-content h4:first-child, .h5:first-child, .mceContentBody h5:first-child, .mce-content-body h5:first-child, .wysiwyg-content h5:first-child, .h6:first-child, .mceContentBody h6:first-child, .mce-content-body h6:first-child, .wysiwyg-content h6:first-child {
  margin-top: 0;
}

.h1, .mceContentBody h1, .mce-content-body h1, .wysiwyg-content h1 {
  margin-top: 0;
  font-size: 2rem;
}

.h2, .mceContentBody h2, .mce-content-body h2, .wysiwyg-content h2 {
  font-size: 1.75rem;
}

.h3, .mceContentBody h3, .mce-content-body h3, .wysiwyg-content h3 {
  font-size: 1.5rem;
}

.h4, .mceContentBody h4, .mce-content-body h4, .wysiwyg-content h4 {
  font-size: 1.2rem;
}

.h5, .mceContentBody h5, .mce-content-body h5, .wysiwyg-content h5 {
  font-size: 1rem;
  font-weight: bold;
}

.h6, .mceContentBody h6, .mce-content-body h6, .wysiwyg-content h6 {
  font-size: 1rem;
  font-weight: bold;
}

.read-more-wswg-separator {
  background: red;
}

.mceContentBody table, .mce-content-body table {
  border-collapse: separate;
  width: 100%;
}
.mceContentBody table th, .mceContentBody table td, .mce-content-body table th, .mce-content-body table td {
  border: 1px dotted #ddd;
}

.mceContentBody ul, .mce-content-body ul, .wysiwyg-content ul {
  list-style-type: disc;
  padding-left: 2em;
  margin: 0.5em 0;
}
.mceContentBody ol, .mce-content-body ol, .wysiwyg-content ol {
  padding-left: 2em;
  margin: 0.5em 0;
  list-style-type: decimal;
}
.mceContentBody p, .mce-content-body p, .wysiwyg-content p {
  margin-bottom: 1em;
}
.mceContentBody a, .mce-content-body a, .wysiwyg-content a {
  position: relative;
}
.mceContentBody a:after, .mce-content-body a:after, .wysiwyg-content a:after {
  border-bottom: 1px solid currentColor;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.3s;
}
.mceContentBody a:hover:after, .mce-content-body a:hover:after, .wysiwyg-content a:hover:after {
  width: 100%;
}
.mceContentBody ul, .mceContentBody ol, .mceContentBody p, .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6, .mce-content-body ul, .mce-content-body ol, .mce-content-body p, .mce-content-body h1, .mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body h6, .wysiwyg-content ul, .wysiwyg-content ol, .wysiwyg-content p, .wysiwyg-content h1, .wysiwyg-content h2, .wysiwyg-content h3, .wysiwyg-content h4, .wysiwyg-content h5, .wysiwyg-content h6 {
  line-height: 1.5em;
}
.wysiwyg-wrapper .read-more__link {
  margin-top: 1.5em;
}

.wysiwyg-content .read-more-wswg-separator {
  display: none;
}
.wysiwyg-content .read-more-wswg-separator ~ * {
  display: none;
}
.read-more--open .wysiwyg-content .read-more-wswg-separator ~ * {
  display: block;
}
.wysiwyg-content strong, .wysiwyg-content b {
  font-weight: 600;
}

* {
  outline: 0;
  box-sizing: border-box;
}

.image img {
  width: 100%;
  height: auto;
}
.image img {
  display: block;
}
.image a {
  display: block;
}
.image.video a {
  position: relative;
}
.image.video a:after {
  border-radius: 16px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 15, 128, 0.6) url(../images/layout/icon-play.svg) no-repeat center center;
}

p img {
  max-width: 100%;
}

.fancybox-nav {
  top: 25%;
  height: 50%;
  width: 30%;
}

.fancybox-skin .fancybox-close {
  background: #000f80;
  border-radius: 50%;
  color: #fff;
  width: 22.5px;
  height: 22.5px;
  height: 36px;
  width: 36px;
}
.fancybox-skin .fancybox-close:before, .fancybox-skin .fancybox-close:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: " ";
  height: 15px;
  width: 2px;
  background-color: currentColor;
  transform-origin: center center;
}
.fancybox-skin .fancybox-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.fancybox-skin .fancybox-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup-layout {
  text-align: center;
  font-size: 1.5rem;
  padding: 40px 20px;
}
.popup-layout .popup-info-title {
  white-space: nowrap;
  display: none;
}
.popup-layout .popup-footer {
  display: none;
  margin-top: 2rem;
  text-align: center;
}
.popup-layout .popup-footer a {
  color: #000f80;
  font-size: 0.8em;
}

.scroll-top {
  display: none;
  color: #171d1b;
  position: fixed;
  padding: 10px;
  right: 16px;
  bottom: 57px;
  z-index: 90;
}
.scroll-top:before {
  content: "";
  display: inline-block;
  border: 1px solid currentColor;
  border-width: 0 1px 1px 0;
  height: 30px;
  width: 30px;
  transform: rotate(-135deg);
  transform-origin: center center;
  vertical-align: middle;
}
.scroll-top:after {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: 0;
}
@media (max-width: 619px) {
  .scroll-top:before {
    content: "";
    display: inline-block;
    border: 1px solid currentColor;
    border-width: 0 1px 1px 0;
    height: 20px;
    width: 20px;
    transform: rotate(-135deg);
    transform-origin: center center;
    vertical-align: middle;
  }
}
@media (min-width: 1160px) {
  .scroll-top {
    right: 57px;
  }
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.button, .confirm-form .form-pair.input-name--children .dynamic-fields-add-button button {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1em;
  background: #fff;
  border: 1px solid #000f80;
  border-radius: 1.75em;
  color: #000f80;
  cursor: pointer;
  display: inline-block;
  padding: 1.1em 3em 0.9em;
  transition: all 0.3s;
  text-transform: uppercase;
}
.button:hover, .confirm-form .form-pair.input-name--children .dynamic-fields-add-button button:hover {
  background: #000f80;
  color: #fff;
}
.button--outline, .confirm-form .form-pair.input-name--children .dynamic-fields-add-button button {
  background: none;
}

button {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1em;
  font-family: "proxima-nova", Arial;
}

.more-link, .more-link:visited, .more-link:focus {
  color: #000f80;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s;
  white-space: nowrap;
}
.more-link:after, .more-link:visited:after, .more-link:focus:after {
  background: url(../images/layout/icon-more.svg) no-repeat 0 0;
  content: "";
  display: inline-block;
  margin-left: 1em;
  height: 11px;
  width: 67px;
}
.more-link:hover, .more-link:visited:hover, .more-link:focus:hover {
  color: #000f80;
  text-decoration: none;
}
.more-link:hover:after, .more-link:visited:hover:after, .more-link:focus:hover:after {
  background-image: url(../images/layout/icon-more-hover.svg);
}
.more-link i, .more-link em, .more-link:visited i, .more-link:visited em, .more-link:focus i, .more-link:focus em {
  font-style: normal;
}
.more-link em, .more-link:visited em, .more-link:focus em {
  display: none;
}
.read-more--open .more-link em, .read-more--open .more-link:visited em, .read-more--open .more-link:focus em {
  display: inline-block;
}
.read-more--open .more-link i, .read-more--open .more-link:visited i, .read-more--open .more-link:focus i {
  display: none;
}
.read-more--open .more-link:after, .read-more--open .more-link:visited:after, .read-more--open .more-link:focus:after {
  transform: rotate(180deg);
}

.button-wrapper {
  margin-top: 2.5rem;
  text-align: center;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
input {
  font-family: "proxima-nova", Arial;
  font-size: 16px;
  line-height: 1.5em;
}

input.text, select, textarea, body .nice-select {
  background: #fff;
  border: 0;
  border-radius: 0;
  color: #000f80;
  padding: 1em;
  line-height: 1.2em;
  font-family: "proxima-nova", Arial;
  font-size: 16px;
  width: 100%;
}

textarea {
  height: 120px;
}

body .nice-select {
  float: none;
}

.control label {
  position: relative;
  padding-right: 40px;
}
.control label > input {
  opacity: 0.01;
  position: absolute;
}
.control label span {
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  height: 24px;
  width: 24px;
  transform: translateY(-50%);
}
.control label.checkbox {
  font-weight: 600;
}
.control label.checkbox.input-checked em {
  border: 1px solid currentColor;
  border-width: 0 1px 1px 0;
  display: inline-block;
  height: 70%;
  transform: translate(7px, 0) rotate(45deg);
  width: 40%;
}
.control label.radio {
  padding-right: 30px;
}
.control label.radio span {
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.control label.radio.input-checked em {
  background: currentColor;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.stripe .stripe-container {
  transition: all 0.5s;
  position: relative;
}
.stripe .stripe-container > * {
  transition: all 0.5s;
}
.stripe .stripe-container .hide {
  display: block !important;
  opacity: 0;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
@media (min-width: 820px) {
  .text-in-cols {
    display: flex;
    gap: 40px;
  }
  .text-in-cols > * {
    flex: 0 1 33.333%;
  }
}

.menu-switcher {
  color: #000f80;
  box-sizing: content-box;
  display: inline-block;
  padding: 13px 10px 5px;
  width: 38px;
  margin-top: -13px;
}
.fixed .menu-switcher {
  color: #000f80 !important;
}
.menu-switcher:after, .menu-switcher:before {
  content: "";
  transform-origin: left top;
}
.menu-switcher:after {
  content: "";
  transform-origin: left bottom;
}
.menu-switcher span, .menu-switcher:after, .menu-switcher:before {
  border-top: 2px solid currentColor;
  display: block;
  margin-bottom: 8px;
  transition: all 0.5s;
  width: 100%;
}
.menu-open .menu-switcher {
  color: #000f80 !important;
}
.menu-open .menu-switcher:after, .menu-open .menu-switcher:before {
  margin-bottom: 0;
}
.menu-open .menu-switcher:before {
  transform: rotate(45deg);
  margin-bottom: 9px;
}
.menu-open .menu-switcher:after {
  transform: rotate(-45deg) translate(-4px, 3px);
}
.menu-open .menu-switcher span {
  width: 1px;
  opacity: 0;
}

.header-placeholder {
  display: none;
}

.show-header.not-home .header-placeholder {
  display: block;
}
@media (min-width: 1160px) {
  .show-header.is-home .header-placeholder {
    /*display: block;*/
  }
}
.show-header header {
  position: fixed !important;
  background: #fff;
  top: 0;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 20px;
}

.menu-open {
  overflow: hidden;
}
.menu-open header {
  background: #fff;
  height: 100vh;
  padding-bottom: 3rem;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  width: 100%;
}
.menu-open header .header-butterfly-wrapper {
  display: block;
}
.menu-open .top-page-text {
  display: none;
}
.menu-open .main-menu {
  display: block;
}

header {
  padding-top: 16px;
  z-index: 105;
}
.is-home header {
  position: absolute;
  width: 100%;
}
header .header-butterfly-wrapper {
  display: none;
}
@media (max-width: 619px) {
  header .logo {
    width: 56px;
  }
  header .menu-switcher {
    width: 26px;
  }
  header .menu-switcher span, header .menu-switcher:after, header .menu-switcher:before {
    border-top-width: 1px;
    margin-bottom: 6px;
  }
  .menu-open header .menu-switcher:after {
    transform: translate(0px, 1px) rotate(-45deg);
  }
}
@media (min-width: 1160px) {
  header {
    padding-top: 50px;
  }
}

.nav-part {
  z-index: 1;
}
.nav-part .mycont--header {
  max-width: none;
  padding: 0 16px;
}
.nav-part .flex {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1160px) {
  .nav-part .mycont--header {
    padding: 0 50px;
  }
}

.main-menu {
  display: none;
  text-align: center;
}
.main-menu a {
  color: #000f80;
  position: relative;
}
.main-menu a:after {
  border-bottom: 1px solid currentColor;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.3s;
}
.main-menu a:hover:after {
  width: 100%;
}
.main-menu .menu {
  padding-top: 15px;
  margin-bottom: 50px;
}
@media (min-width: 466px) and (min-height: 408.4px) {
  .main-menu .menu {
    padding-top: 20.5px;
  }
}
@media (min-width: 592px) and (min-height: 476.8px) {
  .main-menu .menu {
    padding-top: 26px;
  }
}
@media (min-width: 718px) and (min-height: 545.2px) {
  .main-menu .menu {
    padding-top: 31.5px;
  }
}
@media (min-width: 844px) and (min-height: 613.6px) {
  .main-menu .menu {
    padding-top: 37px;
  }
}
@media (min-width: 970px) and (min-height: 682px) {
  .main-menu .menu {
    padding-top: 42.5px;
  }
}
@media (min-width: 1096px) and (min-height: 750.4px) {
  .main-menu .menu {
    padding-top: 48px;
  }
}
@media (min-width: 1222px) and (min-height: 818.8px) {
  .main-menu .menu {
    padding-top: 53.5px;
  }
}
@media (min-width: 1348px) and (min-height: 887.2px) {
  .main-menu .menu {
    padding-top: 59px;
  }
}
@media (min-width: 1474px) and (min-height: 955.6px) {
  .main-menu .menu {
    padding-top: 64.5px;
  }
}
@media (min-width: 1600px) and (min-height: 1024px) {
  .main-menu .menu {
    padding-top: 70px;
  }
}
.main-menu .menu a {
  font-family: "the-seasons", Arial;
  font-size: 36px;
  line-height: 1em;
  position: relative;
}
@media (min-width: 466px) and (min-height: 290px) {
  .main-menu .menu a {
    font-size: 40.4px;
  }
}
@media (min-width: 592px) and (min-height: 380px) {
  .main-menu .menu a {
    font-size: 44.8px;
  }
}
@media (min-width: 718px) and (min-height: 470px) {
  .main-menu .menu a {
    font-size: 49.2px;
  }
}
@media (min-width: 844px) and (min-height: 560px) {
  .main-menu .menu a {
    font-size: 53.6px;
  }
}
@media (min-width: 970px) and (min-height: 650px) {
  .main-menu .menu a {
    font-size: 58px;
  }
}
@media (min-width: 1096px) and (min-height: 740px) {
  .main-menu .menu a {
    font-size: 62.4px;
  }
}
@media (min-width: 1222px) and (min-height: 830px) {
  .main-menu .menu a {
    font-size: 66.8px;
  }
}
@media (min-width: 1348px) and (min-height: 920px) {
  .main-menu .menu a {
    font-size: 71.2px;
  }
}
@media (min-width: 1474px) and (min-height: 1010px) {
  .main-menu .menu a {
    font-size: 75.6px;
  }
}
@media (min-width: 1600px) and (min-height: 1100px) {
  .main-menu .menu a {
    font-size: 80px;
  }
}
.main-menu .menu a:after {
  border-bottom: 0.05em solid currentColor;
}

.locale-switcher .current {
  display: none;
}
.locale-switcher a {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 466px) and (min-height: 408.4px) {
  .locale-switcher a {
    font-size: 16.8px;
  }
}
@media (min-width: 592px) and (min-height: 476.8px) {
  .locale-switcher a {
    font-size: 17.6px;
  }
}
@media (min-width: 718px) and (min-height: 545.2px) {
  .locale-switcher a {
    font-size: 18.4px;
  }
}
@media (min-width: 844px) and (min-height: 613.6px) {
  .locale-switcher a {
    font-size: 19.2px;
  }
}
@media (min-width: 970px) and (min-height: 682px) {
  .locale-switcher a {
    font-size: 20px;
  }
}
@media (min-width: 1096px) and (min-height: 750.4px) {
  .locale-switcher a {
    font-size: 20.8px;
  }
}
@media (min-width: 1222px) and (min-height: 818.8px) {
  .locale-switcher a {
    font-size: 21.6px;
  }
}
@media (min-width: 1348px) and (min-height: 887.2px) {
  .locale-switcher a {
    font-size: 22.4px;
  }
}
@media (min-width: 1474px) and (min-height: 955.6px) {
  .locale-switcher a {
    font-size: 23.2px;
  }
}
@media (min-width: 1600px) and (min-height: 1024px) {
  .locale-switcher a {
    font-size: 24px;
  }
}

/*---------------------------------------------
-- slideshow
---------------------------------------------*/
.slideshow {
  position: relative;
}
.slideshow__position {
  padding-top: 100%;
  position: relative;
}
.slideshow__butterflies {
  position: absolute;
  top: 0;
  z-index: 101;
  left: 0;
  right: 0;
  bottom: 0;
}
.slideshow__butterflies .mycontainer {
  height: 100%;
}
.slideshow .mycontainer {
  /*		position: absolute;
  		top: 0;
  		left: 0;
  		right: 0;
  		bottom: 0;
  		z-index: 101;*/
}
.slideshow .slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slideshow .slide, .slideshow .slide-mobile {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.top-page-text {
  padding-top: 64px;
  text-align: center;
  width: 100%;
  z-index: 101;
  font-size: 15px;
}
@media (min-width: 466px) and (min-height: 408.4px) {
  .top-page-text {
    font-size: 15.9px;
  }
}
@media (min-width: 592px) and (min-height: 476.8px) {
  .top-page-text {
    font-size: 16.8px;
  }
}
@media (min-width: 718px) and (min-height: 545.2px) {
  .top-page-text {
    font-size: 17.7px;
  }
}
@media (min-width: 844px) and (min-height: 613.6px) {
  .top-page-text {
    font-size: 18.6px;
  }
}
@media (min-width: 970px) and (min-height: 682px) {
  .top-page-text {
    font-size: 19.5px;
  }
}
@media (min-width: 1096px) and (min-height: 750.4px) {
  .top-page-text {
    font-size: 20.4px;
  }
}
@media (min-width: 1222px) and (min-height: 818.8px) {
  .top-page-text {
    font-size: 21.3px;
  }
}
@media (min-width: 1348px) and (min-height: 887.2px) {
  .top-page-text {
    font-size: 22.2px;
  }
}
@media (min-width: 1474px) and (min-height: 955.6px) {
  .top-page-text {
    font-size: 23.1px;
  }
}
@media (min-width: 1600px) and (min-height: 1024px) {
  .top-page-text {
    font-size: 24px;
  }
}
@media (min-width: 1160px) {
  .top-page-text {
    padding-top: 50px;
  }
}

.date-text {
  font-size: 15px;
  margin-bottom: 2em;
  text-align: center;
  width: 100%;
  z-index: 101;
}
@media (min-width: 466px) and (min-height: 408.4px) {
  .date-text {
    font-size: 15.9px;
  }
}
@media (min-width: 592px) and (min-height: 476.8px) {
  .date-text {
    font-size: 16.8px;
  }
}
@media (min-width: 718px) and (min-height: 545.2px) {
  .date-text {
    font-size: 17.7px;
  }
}
@media (min-width: 844px) and (min-height: 613.6px) {
  .date-text {
    font-size: 18.6px;
  }
}
@media (min-width: 970px) and (min-height: 682px) {
  .date-text {
    font-size: 19.5px;
  }
}
@media (min-width: 1096px) and (min-height: 750.4px) {
  .date-text {
    font-size: 20.4px;
  }
}
@media (min-width: 1222px) and (min-height: 818.8px) {
  .date-text {
    font-size: 21.3px;
  }
}
@media (min-width: 1348px) and (min-height: 887.2px) {
  .date-text {
    font-size: 22.2px;
  }
}
@media (min-width: 1474px) and (min-height: 955.6px) {
  .date-text {
    font-size: 23.1px;
  }
}
@media (min-width: 1600px) and (min-height: 1024px) {
  .date-text {
    font-size: 24px;
  }
}
.date-text span {
  color: #4de1ff;
  display: block;
  font-size: 40px;
  font-family: "the-seasons", Arial;
  margin: 0 1rem;
  vertical-align: middle;
}
@media (min-width: 466px) and (min-height: 408.4px) {
  .date-text span {
    font-size: 44px;
  }
}
@media (min-width: 592px) and (min-height: 476.8px) {
  .date-text span {
    font-size: 48px;
  }
}
@media (min-width: 718px) and (min-height: 545.2px) {
  .date-text span {
    font-size: 52px;
  }
}
@media (min-width: 844px) and (min-height: 613.6px) {
  .date-text span {
    font-size: 56px;
  }
}
@media (min-width: 970px) and (min-height: 682px) {
  .date-text span {
    font-size: 60px;
  }
}
@media (min-width: 1096px) and (min-height: 750.4px) {
  .date-text span {
    font-size: 64px;
  }
}
@media (min-width: 1222px) and (min-height: 818.8px) {
  .date-text span {
    font-size: 68px;
  }
}
@media (min-width: 1348px) and (min-height: 887.2px) {
  .date-text span {
    font-size: 72px;
  }
}
@media (min-width: 1474px) and (min-height: 955.6px) {
  .date-text span {
    font-size: 76px;
  }
}
@media (min-width: 1600px) and (min-height: 1024px) {
  .date-text span {
    font-size: 80px;
  }
}

@media (max-width: 1159px) {
  .slideshow .slide.with-mobile-image {
    background-image: none !important;
  }
  .slideshow .slide.with-mobile-image .slide-mobile {
    height: 100%;
    margin: 0 -35px;
    background-size: contain;
  }
}
@media (min-width: 1160px) {
  .slideshow__position {
    padding-top: 0;
    height: 100vh;
  }
  .slideshow .slide-mobile {
    background: none;
  }
  .top-page-text {
    padding-top: 50px;
    position: absolute;
    top: 0;
  }
  .date-text {
    bottom: 1.75rem;
    margin-bottom: 0;
    position: absolute;
  }
  .date-text span {
    display: inline-block;
  }
}
.credits {
  text-align: center;
}

body {
  background: url(../images/layout/bg2.jpg) no-repeat center bottom;
  background-size: 100% auto;
}

.sections {
  background: url(../images/layout/bg.jpg) no-repeat center top;
  background-size: 100% auto;
  padding-top: 20px;
}

.section {
  padding: 45px 0;
}

.section-title {
  font-size: 48px;
  font-family: "the-seasons", Arial;
  font-weight: 700;
  margin-bottom: 0.2em;
  text-align: center;
}
@media (min-width: 466px) and (min-height: 408.4px) {
  .section-title {
    font-size: 51.2px;
  }
}
@media (min-width: 592px) and (min-height: 476.8px) {
  .section-title {
    font-size: 54.4px;
  }
}
@media (min-width: 718px) and (min-height: 545.2px) {
  .section-title {
    font-size: 57.6px;
  }
}
@media (min-width: 844px) and (min-height: 613.6px) {
  .section-title {
    font-size: 60.8px;
  }
}
@media (min-width: 970px) and (min-height: 682px) {
  .section-title {
    font-size: 64px;
  }
}
@media (min-width: 1096px) and (min-height: 750.4px) {
  .section-title {
    font-size: 67.2px;
  }
}
@media (min-width: 1222px) and (min-height: 818.8px) {
  .section-title {
    font-size: 70.4px;
  }
}
@media (min-width: 1348px) and (min-height: 887.2px) {
  .section-title {
    font-size: 73.6px;
  }
}
@media (min-width: 1474px) and (min-height: 955.6px) {
  .section-title {
    font-size: 76.8px;
  }
}
@media (min-width: 1600px) and (min-height: 1024px) {
  .section-title {
    font-size: 80px;
  }
}

.section-subtitle, .popup-layout .popup-info-title {
  font-size: 22px;
  font-family: "the-seasons", Arial;
  font-weight: 700;
  margin-bottom: 2em;
  text-align: center;
}
@media (min-width: 466px) and (min-height: 408.4px) {
  .section-subtitle, .popup-layout .popup-info-title {
    font-size: 22.8px;
  }
}
@media (min-width: 592px) and (min-height: 476.8px) {
  .section-subtitle, .popup-layout .popup-info-title {
    font-size: 23.6px;
  }
}
@media (min-width: 718px) and (min-height: 545.2px) {
  .section-subtitle, .popup-layout .popup-info-title {
    font-size: 24.4px;
  }
}
@media (min-width: 844px) and (min-height: 613.6px) {
  .section-subtitle, .popup-layout .popup-info-title {
    font-size: 25.2px;
  }
}
@media (min-width: 970px) and (min-height: 682px) {
  .section-subtitle, .popup-layout .popup-info-title {
    font-size: 26px;
  }
}
@media (min-width: 1096px) and (min-height: 750.4px) {
  .section-subtitle, .popup-layout .popup-info-title {
    font-size: 26.8px;
  }
}
@media (min-width: 1222px) and (min-height: 818.8px) {
  .section-subtitle, .popup-layout .popup-info-title {
    font-size: 27.6px;
  }
}
@media (min-width: 1348px) and (min-height: 887.2px) {
  .section-subtitle, .popup-layout .popup-info-title {
    font-size: 28.4px;
  }
}
@media (min-width: 1474px) and (min-height: 955.6px) {
  .section-subtitle, .popup-layout .popup-info-title {
    font-size: 29.2px;
  }
}
@media (min-width: 1600px) and (min-height: 1024px) {
  .section-subtitle, .popup-layout .popup-info-title {
    font-size: 30px;
  }
}
@media (max-width: 1159px) {
  .section-subtitle:before, .popup-layout .popup-info-title:before {
    border-top: 1px solid #afb7d9;
    content: "";
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem;
    width: 120px;
  }
}
@media (min-width: 1160px) {
  .section-subtitle, .popup-layout .popup-info-title {
    white-space: nowrap;
  }
  .section-subtitle:before, .popup-layout .popup-info-title:before, .section-subtitle:after, .popup-layout .popup-info-title:after {
    border-top: 1px solid #afb7d9;
    content: "";
    display: inline-block;
    margin: 0 0.8em;
    vertical-align: middle;
    width: 120px;
  }
}

.butterfly {
  position: absolute;
  z-index: 101;
  /*	&.bh1 {
  		top: 20vh;
  		right: 100%;
  	}*/
  /*	&.bh2 {
  		left: 110%;
  		top: 60vh;
  	}*/
}
@media (max-width: 819px) {
  .butterfly {
    display: none;
  }
}
@media (max-width: 1480px) {
  .butterfly.b1, .butterfly.bh1 {
    left: 2rem;
    top: 25%;
  }
  .butterfly.bh1 {
    top: 20vh;
  }
  .butterfly.b2 {
    right: 2rem;
    bottom: 15%;
  }
  .butterfly.bh2 {
    right: 2rem;
    top: 70vh;
  }
  .butterfly.b3 {
    left: 2rem;
    top: 100%;
    margin-top: 2rem;
  }
  .butterfly.b4 {
    right: 2rem;
    top: 100%;
    margin-top: 2rem;
  }
  .butterfly.b5 {
    left: 2rem;
    top: 0;
  }
}
@media (min-width: 1481px) {
  .butterfly.b1, .butterfly.bh1 {
    right: 100%;
    top: 25%;
  }
  .butterfly.bh1 {
    top: 25vh;
  }
  .butterfly.b2 {
    left: 100%;
    bottom: 15%;
  }
  .butterfly.bh2 {
    left: 100%;
    top: 70vh;
  }
  .butterfly.b3 {
    right: 100%;
    bottom: -2rem;
  }
  .butterfly.b4 {
    left: 100%;
    bottom: -2rem;
  }
  .butterfly.b5 {
    right: 100%;
    top: 0;
  }
}
@media (min-width: 1920px) {
  .butterfly.b2, .butterfly.b4 {
    left: 110%;
  }
  .butterfly.b3, .butterfly.b5 {
    right: 110%;
  }
}

.confirm-button {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 102;
}
.confirm-button:after {
  border-top: 1px solid #000f80;
  content: "";
  left: 100%;
  position: absolute;
  top: 50%;
  width: 57px;
}
@media (min-width: 1200px) {
  .confirm-button {
    right: 57px;
    top: 40vh;
    bottom: auto;
  }
}

/*---------------------------------------------
-- 
---------------------------------------------*/
/*---------------------------------------------
-- 
---------------------------------------------*/
@media (max-width: 819px) {
  .parallax-mirror {
    display: none;
  }
}
.homepage-wide-image.image-desktop {
  display: none;
}
@media (min-width: 820px) {
  .homepage-wide-image.image-desktop {
    display: block;
  }
  .homepage-wide-image.image-mobile {
    display: none;
  }
  .homepage-wide-image img {
    visibility: hidden;
  }
}

.intro {
  text-align: center;
}
.intro, .intro * {
  font-size: 22px;
  line-height: 1.333em;
}
@media (min-width: 466px) and (min-height: 408.4px) {
  .intro, .intro * {
    font-size: 22.2px;
  }
}
@media (min-width: 592px) and (min-height: 476.8px) {
  .intro, .intro * {
    font-size: 22.4px;
  }
}
@media (min-width: 718px) and (min-height: 545.2px) {
  .intro, .intro * {
    font-size: 22.6px;
  }
}
@media (min-width: 844px) and (min-height: 613.6px) {
  .intro, .intro * {
    font-size: 22.8px;
  }
}
@media (min-width: 970px) and (min-height: 682px) {
  .intro, .intro * {
    font-size: 23px;
  }
}
@media (min-width: 1096px) and (min-height: 750.4px) {
  .intro, .intro * {
    font-size: 23.2px;
  }
}
@media (min-width: 1222px) and (min-height: 818.8px) {
  .intro, .intro * {
    font-size: 23.4px;
  }
}
@media (min-width: 1348px) and (min-height: 887.2px) {
  .intro, .intro * {
    font-size: 23.6px;
  }
}
@media (min-width: 1474px) and (min-height: 955.6px) {
  .intro, .intro * {
    font-size: 23.8px;
  }
}
@media (min-width: 1600px) and (min-height: 1024px) {
  .intro, .intro * {
    font-size: 24px;
  }
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.media {
  margin: 0 -2px;
}
.media:after {
  content: "";
  display: block;
  clear: both;
}
.media .image {
  float: left;
  padding: 2px;
}
.media .image a, .media .image img {
  display: block;
}
@media (min-width: 420px) {
  .media .image {
    width: 50%;
  }
}
@media (min-width: 620px) {
  .media .image {
    width: 33.333%;
  }
}
@media (min-width: 1160px) {
  .media .image {
    width: 25%;
  }
}
@media (min-width: 1920px) {
  .media .image {
    width: 20%;
  }
}

.media-button-wrapper {
  display: none;
  padding-top: 3rem;
}
.media-button-wrapper em, .media-button-wrapper i {
  font-style: normal;
}
.media-button-wrapper i {
  display: none;
}

@media (max-width: 619px) {
  .media .image {
    display: none;
  }
  .media .image:nth-child(1), .media .image:nth-child(2), .media .image:nth-child(3) {
    display: block;
  }
  .media-wrapper.toggle-class-active .media .image {
    display: block;
  }
  .media-wrapper.toggle-class-active .media-button-wrapper em {
    display: none;
  }
  .media-wrapper.toggle-class-active .media-button-wrapper i {
    display: initial;
  }
  .media-button-wrapper {
    display: block;
  }
}
/*---------------------------------------------
-- 
---------------------------------------------*/
.timeline {
  margin-bottom: 3rem;
}
.timeline__col {
  flex: 1;
  margin-bottom: 2.75rem;
}
.timeline h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
  text-align: center;
}
.timeline table {
  width: 100%;
}
.timeline table tr {
  border: 1px solid #afb7d9;
  border-width: 1px 0;
}
.timeline table td, .timeline table th {
  padding: 1rem 0;
  line-height: 1.5em;
  text-align: left;
}
.timeline table th {
  font-size: 25px;
  line-height: 1em;
  padding-right: 1rem;
  width: 120px;
  white-space: nowrap;
}
@media (min-width: 466px) and (min-height: 408.4px) {
  .timeline table th {
    font-size: 25.5px;
  }
}
@media (min-width: 592px) and (min-height: 476.8px) {
  .timeline table th {
    font-size: 26px;
  }
}
@media (min-width: 718px) and (min-height: 545.2px) {
  .timeline table th {
    font-size: 26.5px;
  }
}
@media (min-width: 844px) and (min-height: 613.6px) {
  .timeline table th {
    font-size: 27px;
  }
}
@media (min-width: 970px) and (min-height: 682px) {
  .timeline table th {
    font-size: 27.5px;
  }
}
@media (min-width: 1096px) and (min-height: 750.4px) {
  .timeline table th {
    font-size: 28px;
  }
}
@media (min-width: 1222px) and (min-height: 818.8px) {
  .timeline table th {
    font-size: 28.5px;
  }
}
@media (min-width: 1348px) and (min-height: 887.2px) {
  .timeline table th {
    font-size: 29px;
  }
}
@media (min-width: 1474px) and (min-height: 955.6px) {
  .timeline table th {
    font-size: 29.5px;
  }
}
@media (min-width: 1600px) and (min-height: 1024px) {
  .timeline table th {
    font-size: 30px;
  }
}
@media (min-width: 820px) {
  .timeline {
    display: flex;
    gap: 40px;
  }
  .timeline__col {
    margin-bottom: 0;
  }
  .timeline table th {
    width: 170px;
  }
}

.contacts {
  margin-top: 3rem;
}
.contacts:after {
  content: "";
  display: block;
  clear: both;
}
.contacts .item {
  text-align: center;
  margin-bottom: 3rem;
}
.contacts .item:last-child {
  margin-bottom: 0;
}
.contacts .image {
  max-width: 233px;
  margin: 0 auto 3rem;
}
.contacts .image img {
  border-radius: 50%;
}
.contacts .title {
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
@media (min-width: 820px) {
  .contacts .item {
    float: left;
    margin-bottom: 0;
    width: 50%;
  }
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.sign-in-popup {
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 150;
}
.sign-in-popup .content {
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  position: relative;
}
.sign-in-popup .close {
  position: absolute;
  left: 100%;
  bottom: 100%;
  margin-left: -10px;
  margin-right: -10px;
  color: #fff;
  width: 67.5px;
  height: 67.5px;
}
.sign-in-popup .close:before, .sign-in-popup .close:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: " ";
  height: 45px;
  width: 2px;
  background-color: currentColor;
  transform-origin: center center;
}
.sign-in-popup .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.sign-in-popup .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.sign-in-popup form {
  max-width: 420px;
  margin: 0 auto;
  position: relative;
}
.sign-in-popup input.text {
  border-radius: 33px;
  border: 0;
  background: #ccfbff;
  line-height: 1em;
  padding: 1.5em 2.5em;
  padding-right: 190px;
  height: 63px;
}
.sign-in-popup .button, .sign-in-popup .confirm-form .form-pair.input-name--children .dynamic-fields-add-button button, .confirm-form .form-pair.input-name--children .dynamic-fields-add-button .sign-in-popup button {
  position: absolute;
  right: 6px;
  top: 6px;
  height: 51px;
}
.sign-in-popup .error {
  border: 0;
  padding-left: 2.5em;
}
@media (max-width: 619px) {
  .sign-in-popup .section-title {
    font-size: 30px;
    margin-bottom: 0.5em;
  }
  .sign-in-popup .close {
    right: 0;
    left: auto;
  }
  .sign-in-popup .button, .sign-in-popup .confirm-form .form-pair.input-name--children .dynamic-fields-add-button button, .confirm-form .form-pair.input-name--children .dynamic-fields-add-button .sign-in-popup button {
    padding-left: 1em;
    padding-right: 1em;
  }
  .sign-in-popup input.text {
    padding-right: 110px;
  }
}
@media (min-width: 1160px) {
  .sign-in-popup .content {
    border-radius: 70px;
    padding: 70px;
  }
}

/*---------------------------------------------
-- potvrzovaci fomrular
---------------------------------------------*/
.action-confirm {
  background: #ccfbff;
}

.confirm-form {
  max-width: 960px;
  margin: 0 auto;
}
.confirm-form form .required label:after {
  display: none;
}
.confirm-form form.not-filled .form-pair.multi {
  opacity: 0.3;
}
.confirm-form form.not-arriving fieldset.basic .form-pair {
  opacity: 0.3;
}
.confirm-form form.not-filled-guests fieldset.children, .confirm-form form.not-filled-guests fieldset.food, .confirm-form form.not-filled-guests fieldset.transport, .confirm-form form.not-arriving fieldset.children, .confirm-form form.not-arriving fieldset.food, .confirm-form form.not-arriving fieldset.transport {
  display: none;
}
.confirm-form ul.error li {
  background: #ffdddd;
  padding: 1rem;
  margin-bottom: 5px;
}
.confirm-form fieldset {
  background: #80f4ff;
  margin: 57px 0;
  padding: 34px 26px;
  position: relative;
}
.confirm-form fieldset:after {
  content: "";
  display: block;
  clear: both;
}
.confirm-form fieldset legend {
  position: absolute;
  top: -1.6em;
  left: 0;
  text-transform: uppercase;
}
.confirm-form .form-pair {
  display: flex;
  align-items: center;
  margin-bottom: 19px;
  position: relative;
}
.confirm-form .form-pair.multi {
  text-align: center;
}
.confirm-form .form-pair.multi .label {
  display: none;
}
.confirm-form .form-pair.multi .button, .confirm-form .form-pair.multi .form-pair.input-name--children .dynamic-fields-add-button button, .confirm-form .form-pair.input-name--children .dynamic-fields-add-button .form-pair.multi button {
  background: #000f80;
  color: #fff;
}
.confirm-form .form-pair:last-child {
  margin-bottom: 0;
}
.confirm-form .form-pair .control {
  flex: 1 1 100%;
  position: relative;
}
.confirm-form .form-pair .label {
  flex: 0 0 60px;
  margin-right: 12px;
  white-space: nowrap;
}
.confirm-form .form-pair .error {
  border-left: 0;
  bottom: 0;
  right: 1em;
  padding: 0;
  position: absolute;
  /*text-align: center;*/
  /*width: 100%;*/
  white-space: nowrap;
}
.confirm-form .form-pair.input-type--textinput .error {
  top: 1em;
  margin-top: 0;
}
.confirm-form .form-pair.input-name--arriving {
  justify-content: center;
  padding: 30px 0;
}
.confirm-form .form-pair.input-name--arriving .label {
  font-size: 1.5rem;
  margin-right: 30px;
  flex: 0 1 auto;
  font-weight: 700;
  width: auto;
}
.confirm-form .form-pair.input-name--arriving .control {
  font-size: 1.5rem;
  flex: 0 1 auto;
}
.confirm-form .form-pair.input-name--arriving .control label {
  margin-left: 20px;
}
.confirm-form .form-pair.input-name--arriving .error {
  text-align: center;
  top: 100%;
}
.confirm-form .form-pair.input-name--guest1-sleeping, .confirm-form .form-pair.input-name--guest2-sleeping {
  padding-left: 72px;
}
.confirm-form .form-pair.input-name--guest1-sleeping .label, .confirm-form .form-pair.input-name--guest2-sleeping .label {
  width: auto;
}
.confirm-form .form-pair.input-name--guest1-sleeping .control, .confirm-form .form-pair.input-name--guest2-sleeping .control {
  text-align: right;
}
.confirm-form .form-pair.input-name--guest1-sleeping .control label, .confirm-form .form-pair.input-name--guest2-sleeping .control label {
  margin-left: 12px;
}
.confirm-form .form-pair.input-name--guest1-sleeping .error, .confirm-form .form-pair.input-name--guest2-sleeping .error {
  text-align: right;
  top: 100%;
  right: 0;
}
@media (max-width: 819px) {
  .confirm-form .form-pair.input-name--is-children .label {
    display: none;
  }
}
.confirm-form .form-pair.input-name--children {
  counter-reset: childrenCounter;
}
.confirm-form .form-pair.input-name--children table, .confirm-form .form-pair.input-name--children tbody, .confirm-form .form-pair.input-name--children tfoot {
  display: block;
}
.confirm-form .form-pair.input-name--children > .label {
  display: none;
}
.confirm-form .form-pair.input-name--children thead {
  display: none;
}
.confirm-form .form-pair.input-name--children tr {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 19px;
  position: relative;
  width: 100%;
}
.confirm-form .form-pair.input-name--children .td-3 .label, .confirm-form .form-pair.input-name--children .td-4 .label, .confirm-form .form-pair.input-name--children .td-5 .label {
  display: none;
}
.confirm-form .form-pair.input-name--children .td-1 {
  counter-increment: childrenCounter;
  padding-right: 60px;
  padding-left: 72px;
  position: relative;
  flex: 0 0 100%;
  /*margin-bottom: 1rem;*/
}
.confirm-form .form-pair.input-name--children .td-1 .label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.confirm-form .form-pair.input-name--children .td-1 label:after {
  display: inline-block;
  content: counter(childrenCounter);
  margin-left: 0.5em;
}
.confirm-form .form-pair.input-name--children .td-2 {
  padding-left: 72px;
  padding-top: 19px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.confirm-form .form-pair.input-name--children .td-2 .label {
  width: auto;
  margin-bottom: 5px;
}
.confirm-form .form-pair.input-name--children .td-2 .control {
  text-align: left;
}
.confirm-form .form-pair.input-name--children .td-2 .control label {
  margin-right: 12px;
}
.confirm-form .form-pair.input-name--children .td-3 {
  padding-right: 12px;
  padding-left: 72px;
  flex: 0 0 60%;
}
.confirm-form .form-pair.input-name--children .td-4 {
  flex: 1 1 30%;
}
.confirm-form .form-pair.input-name--children .td-6 {
  position: absolute;
  right: 0;
}
.confirm-form .form-pair.input-name--children .td-6 button {
  width: 45px;
  height: 45px;
  border: 0;
  background: none;
  color: #000f80;
  cursor: pointer;
  position: relative;
}
.confirm-form .form-pair.input-name--children .td-6 button:before, .confirm-form .form-pair.input-name--children .td-6 button:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: " ";
  height: 30px;
  width: 1px;
  background-color: currentColor;
  transform-origin: center center;
}
.confirm-form .form-pair.input-name--children .td-6 button:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.confirm-form .form-pair.input-name--children .td-6 button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.confirm-form .form-pair.input-name--children .dynamic-fields-add-button {
  justify-content: center;
  padding-top: 1rem;
}
@media (max-width: 819px) {
  .confirm-form .form-pair.input-name--children tr:not(:last-child) {
    border-bottom: 1px solid #000f80;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 820px) {
  .confirm-form .form-pair.input-name--children .td-1 {
    flex: 0 0 50%;
  }
  .confirm-form .form-pair.input-name--children .td-2 {
    flex: 0 0 50%;
    flex-wrap: nowrap;
    margin-bottom: 0;
    padding-right: 60px;
    order: 8;
  }
  .confirm-form .form-pair.input-name--children .td-2 .label {
    margin-bottom: 0;
  }
  .confirm-form .form-pair.input-name--children .td-2 .control {
    text-align: right;
  }
  .confirm-form .form-pair.input-name--children .td-2 .control label {
    margin-left: 12px;
    margin-right: 0;
  }
  .confirm-form .form-pair.input-name--children .td-3 {
    flex: 0 0 30%;
  }
  .confirm-form .form-pair.input-name--children .td-4 {
    flex: 0 0 20%;
    padding-right: 60px;
  }
}
.confirm-form .form-pair.input-type--textarea .label {
  display: none;
}
.confirm-form .form-pair.input-name--own-transport .label, .confirm-form .form-pair.input-name--transport-available .label {
  width: auto;
  margin-right: 35px;
}
.confirm-form .form-pair.input-name--own-transport .control label, .confirm-form .form-pair.input-name--transport-available .control label {
  margin-right: 12px;
}
.confirm-form .form-pair.input-name--own-transport .error, .confirm-form .form-pair.input-name--transport-available .error {
  position: static;
  display: inline-block;
  margin-top: 0;
}
.confirm-form .form-pair.input-name--transport-location .error {
  top: 100%;
  right: 0;
  margin-top: 5px;
}
@media (max-width: 1159px) {
  .confirm-form .form-pair.input-name--guest1-sleeping, .confirm-form .form-pair.input-name--guest2-sleeping {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  .confirm-form .form-pair.input-name--guest1-sleeping .label, .confirm-form .form-pair.input-name--guest2-sleeping .label {
    margin-bottom: 5px;
  }
  .confirm-form .form-pair.input-name--guest1-sleeping .control, .confirm-form .form-pair.input-name--guest2-sleeping .control {
    text-align: left;
    flex: 0 0 100%;
  }
  .confirm-form .form-pair.input-name--guest1-sleeping .control label, .confirm-form .form-pair.input-name--guest2-sleeping .control label {
    margin: 0 12px 0 0;
  }
  .confirm-form .form-pair.input-name--guest1-sleeping .error, .confirm-form .form-pair.input-name--guest2-sleeping .error {
    text-align: left;
    top: 100%;
    left: 0;
  }
}
@media (max-width: 819px) {
  .confirm-form {
    margin-left: -14px;
    margin-right: -14px;
  }
  .confirm-form .form-pair.input-name--arriving {
    flex-wrap: wrap;
    padding: 1rem 0;
  }
  .confirm-form .form-pair.input-name--arriving .label, .confirm-form .form-pair.input-name--arriving .control label:first-child {
    margin: 0;
  }
  .confirm-form .form-pair.input-name--arriving .label {
    margin-bottom: 1rem;
    flex: 0 0 100%;
    text-align: center;
  }
  .confirm-form .col-sm-4:not(:last-child) {
    border-bottom: 1px solid #000f80;
    margin-bottom: 2rem;
  }
}
@media (min-width: 820px) {
  .confirm-form .form-pair.input-name--transport-places {
    width: 180px;
  }
  .confirm-form .form-pair.input-name--transport-location {
    margin-left: 12px;
  }
  .confirm-form .form-pair.input-name--transport-location .label {
    display: none;
  }
  .confirm-form .available-transport-fields {
    display: flex;
  }
  .confirm-form .available-transport-fields :first-child {
    flex-grow: 2;
  }
  .confirm-form .available-transport-fields .form-pair {
    margin-bottom: 0;
  }
  .confirm-form .col-sm-4 {
    float: left;
    width: 50%;
    padding-right: 60px;
  }
}

.mycontainer {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  padding: 0 35px;
}

.site-wrapper {
  overflow: hidden;
}

/*# sourceMappingURL=index.css.map */
