.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.right-3 {
  right: 0.75rem;
}
.top-7 {
  top: 1.75rem;
}
.top-0 {
  top: 0px;
}
.right-0 {
  right: 0px;
}
.top-20 {
  top: 5rem;
}
.left-4 {
  left: 1rem;
}
.top-1\/2 {
  top: 50%;
}
.right-2 {
  right: 0.5rem;
}
.left-0 {
  left: 0px;
}
.-bottom-6 {
  bottom: -1.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-10 {
  z-index: 10;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.-mb-1 {
  margin-bottom: -0.25rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-px {
  margin-top: 1px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mr-0 {
  margin-right: 0px;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.\!mb-6 {
  margin-bottom: 1.5rem !important;
}
.mr-6 {
  margin-right: 1.5rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.box-content {
  box-sizing: content-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.hidden {
  display: none;
}
.h-20 {
  height: 5rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-auto {
  height: auto;
}
.h-5 {
  height: 1.25rem;
}
.h-px {
  height: 1px;
}
.h-full {
  height: 100%;
}
.h-9 {
  height: 2.25rem;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-16 {
  width: 4rem;
}
.w-full {
  width: 100%;
}
.\!w-full {
  width: 100% !important;
}
.w-7 {
  width: 1.75rem;
}
.w-4 {
  width: 1rem;
}
.w-6\/12 {
  width: 50%;
}
.w-3\/12 {
  width: 25%;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-6 {
  width: 1.5rem;
}
.w-5 {
  width: 1.25rem;
}
.w-64 {
  width: 16rem;
}
.w-8 {
  width: 2rem;
}
.min-w-\[130px\] {
  min-width: 130px;
}
.min-w-\[320px\] {
  min-width: 320px;
}
.max-w-\[130px\] {
  max-width: 130px;
}
.\!max-w-none {
  max-width: none !important;
}
.flex-none {
  flex: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: var(--tw-transform);
}
.transform {
  transform: var(--tw-transform);
}
.cursor-pointer {
  cursor: pointer;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-none {
  border-style: none;
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}
.\!bg-none {
  background-image: none !important;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-gray-50 {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}
.from-gray-700 {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}
.to-transparent {
  --tw-gradient-to: transparent;
}
.fill-current {
  fill: currentColor;
}
.stroke-current {
  stroke: currentColor;
}
.p-6 {
  padding: 1.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-8 {
  padding: 2rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.pt-12 {
  padding-top: 3rem;
}
.\!pr-20 {
  padding-right: 5rem !important;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pb-48 {
  padding-bottom: 12rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-sans {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[0\.825rem\] {
  font-size: 0.825rem;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.text-opacity-60 {
  --tw-text-opacity: 0.6;
}
.text-opacity-50 {
  --tw-text-opacity: 0.5;
}
.underline {
  text-decoration: underline;
}
.no-underline {
  text-decoration: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-20 {
  opacity: 0.2;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.filter {
  filter: var(--tw-filter);
}
.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.9;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
}

.sl-wrapper button {
  border: 0;
  background: rgba(0, 0, 0, 0);
  font-size: 1.75rem;
  padding: 0;
  cursor: pointer;
}

.sl-wrapper button:hover {
  opacity: 0.7;
}

.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 2.75rem;
  font-family: Arial, Baskerville, monospace;
  color: #fff;
  font-size: 3rem;
}

.sl-wrapper .sl-close:focus {
  outline: none;
}

.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #fff;
  font-size: 1rem;
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 2.75rem;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #fff;
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button:focus {
  outline: none;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }

  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }

  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper .sl-image {
  position: fixed;
  touch-action: none;
  z-index: 10000;
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0;
  width: 100%;
  height: auto;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: transform 0.2s ease;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    transform: scale(1.2);
    opacity: 0;
  }
}
.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0);
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  box-sizing: border-box;
}

*,
:after,
:before {
  box-sizing: inherit;
}

img {
  box-sizing: content-box;
}

:root {
  font-size: 100%;
}

body {
  position: relative;
  margin: 0;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: top;
}

@media (min-width: 992px) {
  body {
    font-size: 1.125rem;
  }
}
@-ms-viewport {
  width: device-width;
}
img,
svg {
  display: inline-block;
  height: auto;
  border: none;
}

iframe,
img,
svg {
  max-width: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 14px;
}

.container--small {
  max-width: 834px;
}

.container--short {
  max-width: 1112px;
}

.container--wide {
  max-width: 1390px;
}

.container--gallery {
  max-width: 1640px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .container--gallery {
    margin-top: -20px;
    margin-bottom: 65px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -14px;
}

.row > .col {
  padding: 14px;
}

@media (max-width: 768px) {
  .row--block {
    display: block;
  }
}
.row--align > .col {
  flex-direction: row;
}

.row--space {
  justify-content: space-between;
}

.row--center {
  align-items: center;
}

.row--nogap {
  margin: 0;
}

.row--nogap > .col {
  padding: 0;
}

.col {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
}

@media (min-width: 576px) {
  .col--2,
.col--3 {
    flex-basis: auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col--3 {
    width: 33.33333333%;
  }
}
@media (min-width: 576px) {
  .col--4 {
    flex-basis: auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col--4 {
    width: 25%;
  }
}
@media (min-width: 576px) {
  .col--5 {
    flex-basis: auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col--5 {
    width: 20%;
  }
}
@media (min-width: 576px) {
  .col--6 {
    flex-basis: auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col--6 {
    width: 16.6666666667%;
  }
}
.col--grow {
  flex-grow: 1;
}

.col--end {
  align-items: flex-end;
}

.col--start {
  align-items: flex-start;
}

.col--center {
  align-items: center;
}

.col--row {
  flex-direction: row;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/montserrat-v15-latin-ext_latin-regular.eot);
  src: local(""), url(/fonts/montserrat-v15-latin-ext_latin-regular.eot?#iefix) format("embedded-opentype"), url(/fonts/montserrat-v15-latin-ext_latin-regular.woff2) format("woff2"), url(/fonts/montserrat-v15-latin-ext_latin-regular.woff) format("woff"), url(/fonts/montserrat-v15-latin-ext_latin-regular.ttf) format("truetype"), url(/fonts/montserrat-v15-latin-ext_latin-regular.svg#Montserrat) format("svg");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/montserrat-v15-latin-ext_latin-500.eot);
  src: local(""), url(/fonts/montserrat-v15-latin-ext_latin-500.eot?#iefix) format("embedded-opentype"), url(/fonts/montserrat-v15-latin-ext_latin-500.woff2) format("woff2"), url(/fonts/montserrat-v15-latin-ext_latin-500.woff) format("woff"), url(/fonts/montserrat-v15-latin-ext_latin-500.ttf) format("truetype"), url(/fonts/montserrat-v15-latin-ext_latin-500.svg#Montserrat) format("svg");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/montserrat-v15-latin-ext_latin-700.eot);
  src: local(""), url(/fonts/montserrat-v15-latin-ext_latin-700.eot?#iefix) format("embedded-opentype"), url(/fonts/montserrat-v15-latin-ext_latin-700.woff2) format("woff2"), url(/fonts/montserrat-v15-latin-ext_latin-700.woff) format("woff"), url(/fonts/montserrat-v15-latin-ext_latin-700.ttf) format("truetype"), url(/fonts/montserrat-v15-latin-ext_latin-700.svg#Montserrat) format("svg");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/fonts/montserrat-v15-latin-ext_latin-800.eot);
  src: local(""), url(/fonts/montserrat-v15-latin-ext_latin-800.eot?#iefix) format("embedded-opentype"), url(/fonts/montserrat-v15-latin-ext_latin-800.woff2) format("woff2"), url(/fonts/montserrat-v15-latin-ext_latin-800.woff) format("woff"), url(/fonts/montserrat-v15-latin-ext_latin-800.ttf) format("truetype"), url(/fonts/montserrat-v15-latin-ext_latin-800.svg#Montserrat) format("svg");
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
  font-weight: 800;
  font-style: italic;
  line-height: 1.3;
}

@media (min-width: 992px) {
  h1 {
    font-size: 2.1875rem;
  }
  h2 {
    margin-top: 80px;
    font-size: 2.625rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.25rem;
  }
}
a {
  color: #d7141a;
}

a:focus,
a:hover {
  color: #a81014;
}

p {
  margin-top: 0;
  line-height: 1.5;
}

ol,
ul {
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  line-height: 1.4;
}

ol li,
ul li {
  padding: 3px 3px 3px 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
  padding: 3px 3px 0 10px;
}

ol ol li:last-child,
ol ul li:last-child,
ul ol li:last-child,
ul ul li:last-child {
  padding-bottom: 0;
}

input,
select,
textarea {
  width: 100%;
  padding: 20px 16px;
  color: #000;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top 15px right 15px;
}
input:disabled,
select:disabled,
textarea:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

@media (min-width: 992px) {
  input,
select,
textarea {
    max-width: 320px;
    padding: 24px 20px;
    font-size: 0.875rem;
  }
}
input:focus,
select:focus,
textarea:focus {
  border-color: #333;
  outline: none;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a2a2a2;
  font-weight: 400;
}

input:-moz-placeholder,
input::-moz-placeholder,
select:-moz-placeholder,
select::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
  color: #a2a2a2;
  font-weight: 400;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a2a2a2;
  font-weight: 400;
}

input.is-danger,
select.is-danger,
textarea.is-danger {
  padding-right: 45px;
  border-width: 2px;
  border-color: #d7141a;
  background-image: url(/img/form-danger.svg);
}

input.is-danger.has-error-tooltip,
select.is-danger.has-error-tooltip,
textarea.is-danger.has-error-tooltip {
  background-image: none;
  padding-right: 25px;
}

.is-danger ~ .form__tip,
.is-danger ~ .form__tip,
.is-danger ~ .form__tip {
  display: block;
  color: #d7141a;
}

input.is-success,
select.is-success,
textarea.is-success {
  padding-right: 45px;
  border-color: #5cb85c;
  background-image: url(/img/form-success.svg);
}

input.is-success ~ .form__tip,
select.is-success ~ .form__tip,
textarea.is-success ~ .form__tip {
  display: block;
  color: #5cb85c;
}

textarea {
  height: 176px;
  line-height: 1.5;
}

select {
  line-height: 1.3;
  background: #fff url(/img/select.svg) center right 25px no-repeat;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

@media (min-width: 992px) {
  select {
    width: 320px;
  }
}
label {
  width: 130px;
  margin-right: 10px;
  font-size: 0.875rem;
}

@media (max-width: 992px) {
  .order--back label {
    width: 100%;
  }
}
label em {
  color: #d7141a;
  font-weight: 600;
  font-style: normal;
}

label small {
  display: block;
  color: #a2a2a2;
  font-size: 0.75rem;
  font-weight: 400;
}

button,
input[type=submit] {
  width: auto;
  cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #d7141a;
}

.icon:before {
  content: "";
  display: block;
}

.icon__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: currentColor;
  pointer-events: none;
  transform: translateZ(0);
}

.icon--bed {
  width: 16px;
}

.icon--bed:before {
  padding-top: 100%;
}

.icon--facebook {
  width: 16px;
}

.icon--facebook:before {
  padding-top: 100%;
}

.icon--instagram {
  width: 16px;
}

.icon--instagram:before {
  padding-top: 100%;
}

.icon--pack {
  width: 57.261px;
}

.icon--pack:before {
  padding-top: 27.94223%;
}

.icon--payment-1 {
  width: 16px;
}

.icon--payment-1:before {
  padding-top: 100%;
}

.icon--payment-2 {
  width: 16px;
}

.icon--payment-2:before {
  padding-top: 100%;
}

.icon--people {
  width: 16px;
}

.icon--people:before {
  padding-top: 100%;
}

.icon--place-1 {
  width: 16px;
}

.icon--place-1:before {
  padding-top: 100%;
}

.icon--place-2 {
  width: 16px;
}

.icon--place-2:before {
  padding-top: 100%;
}

.icon--place-3 {
  width: 16px;
}

.icon--place-3:before {
  padding-top: 100%;
}

.icon--place-4 {
  width: 16px;
}

.icon--place-4:before {
  padding-top: 100%;
}

.icon--place-5 {
  width: 16px;
}

.icon--place-5:before {
  padding-top: 100%;
}

.icon--place-6 {
  width: 16px;
}

.icon--place-6:before {
  padding-top: 100%;
}

.icon--place-7 {
  width: 16px;
}

.icon--place-7:before {
  padding-top: 100%;
}

.icon--spotify {
  width: 16px;
}

.icon--spotify:before {
  padding-top: 100%;
}

.icon--ticket-base {
  width: 16px;
}

.icon--ticket-base:before {
  padding-top: 100%;
}

.icon--ticket-boat {
  width: 16px;
}

.icon--ticket-boat:before {
  padding-top: 100%;
}

.icon--ticket-vip {
  width: 16px;
}

.icon--ticket-vip:before {
  padding-top: 100%;
}

.icon--ticket {
  width: 16px;
}

.icon--ticket:before {
  padding-top: 100%;
}

.icon--youtube {
  width: 16px;
}

.icon--youtube:before {
  padding-top: 100%;
}

.body {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding-top: 230px;
}

@media (min-width: 992px) {
  .body {
    padding: 0;
  }
}
.body__back {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 400px;
}

.body__back img {
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .body__back {
    height: 600px;
  }
}
@media (min-width: 1950px) {
  .body__back {
    height: 800px;
  }
}
.body__back--home {
  height: 800px;
}

@media (min-width: 768px) {
  .body__back--home {
    height: 1300px;
  }
}
@media (min-width: 1950px) {
  .body__back--home {
    height: 1400px;
  }
}
.body__back--detail {
  height: 500px;
}

@media (min-width: 992px) {
  .body__back--detail {
    height: 1000px;
  }
}
@media (min-width: 1950px) {
  .body__back--detail {
    height: 1200px;
  }
}
.body__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.body__video video {
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px;
}

@media (min-width: 992px) {
  .header {
    display: flex;
    margin-bottom: 185px;
    background-image: linear-gradient(180deg, rgba(6, 31, 59, 0.7), rgba(17, 69, 126, 0));
  }
}
.header--false {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: block;
  width: 100%;
  padding: 20px;
}

@media (min-width: 1200px) {
  .header--false {
    padding: 20px 40px;
  }
}
@media (min-width: 992px) {
  .header--false {
    z-index: -1;
    background: #fff;
    opacity: 0;
    transition: all 0.3s;
  }
  .header--false.is-visible {
    z-index: 100;
    display: flex;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .header--false.is-visible .header__logo {
    background: #fff;
  }

  .header--false.is-visible .header__logo img {
    opacity: 1;
  }
}
.header--false.is-open {
  background-color: rgba(17, 69, 126, 0.88);
}

.header--false.is-open .nav {
  display: block;
  margin: 75px 0 30px;
}

.header--false.is-open .nav a {
  padding: 10px 0;
}

.header--false.is-open .nav__switcher {
  background-image: url(/img/ico-menu-close.svg);
}

.header--false.is-open .header__helper {
  display: block;
  width: 220px;
  margin-right: auto;
  margin-left: auto;
}

.header--false.is-open .header__logo {
  background: #fff;
}

.header--false.is-open .header__logo img {
  opacity: 1;
}

@media (max-width: 991px) {
  .header--false .header__logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 64px;
    height: 67px;
    text-align: center;
    background: url(/img/logo.svg) 10px 10px no-repeat;
    background-size: 42px auto;
  }

  .header--false .header__logo img {
    width: 48px;
    padding: 18px 0 0 2px;
    opacity: 0;
  }
}
.header--false .header__logo a {
  margin-top: 0;
}

.header--false .nav a {
  text-shadow: none;
}

@media (min-width: 992px) {
  .header--false .nav a {
    color: #000;
  }
}
.header--false .nav a:focus,
.header--false .nav a:hover {
  color: #d7141a;
}

@media (min-width: 992px) {
  .header--false .header__social .icon {
    color: #11457e;
  }
}
@media (min-width: 1390px) {
  .header__logo {
    flex: 0 1 350px;
  }
}
.header__logo a {
  position: relative;
  display: block;
  margin-top: 25px;
  margin-bottom: -25px;
  transition: all 0.3s;
}

.header__logo a:focus,
.header__logo a:hover {
  opacity: 0.7;
}

.header__helper {
  display: none;
  margin-bottom: 40px;
  text-align: center;
}

@media (min-width: 992px) {
  .header__helper {
    display: block;
    flex: 0 1 350px;
    margin-bottom: 0;
    text-align: right;
  }
}
.header__helper .btn {
  margin: 0 0 35px;
}

@media (min-width: 992px) {
  .header__helper .btn {
    margin: 0 20px 0 0;
  }
}
.header__social {
  margin-left: 5px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}

.header__social:focus,
.header__social:hover {
  opacity: 0.7;
}

.header__social .icon {
  width: 25px;
  color: #fff;
}

.nav {
  display: none;
  flex: 1 1 auto;
  text-align: center;
}

@media (min-width: 992px) {
  .nav {
    display: block;
  }
}
.nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media (min-width: 992px) {
  .nav li {
    display: inline-block;
  }
}
.nav a {
  display: block;
  margin: 0 22px;
  color: #fff;
  font-size: 1.8125rem;
  font-weight: 800;
  font-style: italic;
  text-decoration: none;
  transition: all 0.3s;
}

@media (min-width: 992px) {
  .nav a {
    font-size: 1rem;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  }
}
.nav a:focus,
.nav a:hover {
  color: #f0f0f0;
}

.nav__switcher {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  overflow: hidden;
  width: 64px;
  height: 67px;
  text-indent: -9999px;
  background-color: #d7141a;
  background-image: url(/img/ico-menu.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}

@media (min-width: 992px) {
  .nav__switcher {
    display: none;
  }
}
.section {
  padding: 50px 0;
  text-align: center;
}

@media (min-width: 992px) {
  .section {
    padding: 50px 0 200px;
  }
}
.section--skeq {
  position: relative;
  padding-top: 85px;
}

@media (min-width: 992px) {
  .section--skeq {
    padding-top: 175px;
  }
}
.section--skeq:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: -250px;
  left: 0;
  background-color: #fff;
  transform: skewY(-12deg);
}

.section--skeq .container {
  position: relative;
}

.section--skeq-photo {
  overflow: hidden;
  transform: skewY(-12deg);
}

.section--skeq-photo:before {
  top: -150px;
  bottom: 0;
  transform: skewY(12deg);
}

@media (min-width: 992px) {
  .section--skeq-photo:before {
    top: -250px;
    bottom: -250px;
  }
}
.section--skeq-photo .container {
  transform: skewY(12deg);
}

.section--home {
  padding-top: 55px;
  padding-bottom: 0;
  color: #fff;
}

@media (min-width: 992px) {
  .section--home {
    margin-bottom: -150px;
    padding-top: 255px;
  }
}
.section--home:before {
  background-color: #d7141a;
}

.section--home .home__description {
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .section--home .home__description {
    position: absolute;
    font-size: 1.125rem;
  }
}
.section--soon {
  color: #fff;
}

.section--soon:before {
  background-color: #d7141a;
}

@media (min-width: 992px) {
  .section--soon .home__description {
    width: auto;
    padding: 0 0 100px;
    text-align: center;
  }
}
.section--soon .home__description p {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .section--locality {
    margin-top: -250px;
    padding: 750px 0 0;
  }
}
.section--locality:before {
  background-image: var(--bg-locality);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

@media (min-width: 992px) {
  .section--accomodation {
    padding: 550px 0 250px;
  }
}
.section--accomodation:before {
  background-image: var(--bg-accomodation);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.section--accomodation .home__description {
  margin-left: auto;
}

.section--lineup {
  margin-bottom: -150px;
  padding-bottom: 0;
}

.section__title {
  margin: 0 0 10px;
  padding-top: 20px;
  font-size: 1.75rem;
}

@media (min-width: 992px) {
  .section__title {
    margin: 0 0 20px;
    padding-top: 80px;
    font-size: 3.125rem;
  }
}
.section__title small {
  display: block;
  padding-bottom: 5px;
  font-size: 1.25rem;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 992px) {
  .section__title small {
    padding-bottom: 20px;
    font-size: 1.5rem;
  }
}
.section__description {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .section__description {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .section__description {
    max-width: 750px;
    margin: 0 auto 120px;
  }
}
.section__description--detail {
  text-align: left;
}

.section__logos {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .section__logos {
    margin-top: -25px;
  }
}
.section__logos span {
  display: block;
  margin: 10px;
}

@media (min-width: 992px) {
  .section__logos span {
    margin: 25px;
  }
}
.section__logos a {
  display: block;
  margin: 10px;
  text-decoration: none;
  transition: all 0.3s;
}

@media (min-width: 992px) {
  .section__logos a {
    margin: 25px;
  }
}
.section__logos a:focus,
.section__logos a:hover {
  opacity: 0.7;
}

.section__social {
  margin-top: 25px;
  text-align: center;
}

@media (min-width: 992px) {
  .section__social {
    margin-top: 55px;
  }
}
.section__social a {
  display: inline-block;
  margin: 10px;
  color: #000;
  font-size: 1.1875rem;
  text-decoration: none;
  transition: all 0.3s;
}

@media (min-width: 992px) {
  .section__social a {
    margin: 10px 35px;
  }
}
.section__social a:focus,
.section__social a:hover {
  opacity: 0.8;
}

.section__social .icon {
  width: 36px;
  margin-top: -3px;
  margin-right: 5px;
}

.section__social .icon--youtube {
  color: #d7141a;
}

.section__social .icon--spotify {
  color: #00d964;
}

.section__social .icon--facebook {
  color: #4267b2;
}

.section__video {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

@media (min-width: 992px) {
  .section__video {
    margin: 100px 0;
  }
}
.section__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.section__stripe {
  position: relative;
}

@media (min-width: 992px) {
  .section__stripe {
    margin-top: 140px;
    margin-bottom: -50px;
  }
}
.section__stripe:before {
  content: "";
  position: absolute;
  top: 200px;
  right: 0;
  bottom: -250px;
  left: 0;
  background-color: #d7141a;
  transform: skewY(-12deg);
}

.footer {
  position: relative;
  padding: 50px 0 35px;
  color: #fff;
  font-size: 0.875rem;
  background-color: #000;
}

@media (min-width: 992px) {
  .footer {
    padding: 95px 0;
  }
}
.footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 768px) {
  .footer .container {
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .footer p {
    width: 100%;
    text-align: center;
  }
}
.footer a {
  color: #fff;
  transition: all 0.3s;
}

.footer a:focus,
.footer a:hover {
  opacity: 0.8;
}

.footer a + a {
  margin-left: 28px;
}

.footer .icon {
  width: 30px;
  margin-right: 9px;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .footer__social {
    order: -1;
  }
}
.footer__social a {
  display: inline-block;
}

.footer__social a + a {
  margin-left: 10px;
}

.alert {
  margin-bottom: 35px;
  padding: 20px 25px;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  background-color: #11457e;
}

.alert strong {
  font-weight: 800;
  text-transform: uppercase;
}

.alert--success {
  background-color: #5cb85c;
}

.alert--danger {
  background-color: #d7141a;
}

.artist {
  position: relative;
  display: flex;
  height: 340px;
  margin: 14px 0;
  color: #fff;
  text-align: left;
}

@media (min-width: 992px) {
  .artist {
    height: 413px;
    margin: 0;
  }
}
.artist:focus .artist__photo img,
.artist:hover .artist__photo img {
  transform: scale(1.05);
}

.artist h3 {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 700;
  transition: all 0.3s;
}

.artist h3,
.artist p {
  position: relative;
  z-index: 1;
  margin: 0;
}

.artist p {
  color: #bbb;
  font-size: 0.8125rem;
  font-style: italic;
  text-transform: uppercase;
}

.artist a {
  z-index: 2;
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding: 25px;
  text-decoration: none;
  background-image: linear-gradient(192deg, rgba(0, 0, 0, 0) 50%, #000);
  transition: all 0.3s;
}

.artist a:focus h3,
.artist a:hover h3 {
  transform: scale(1.1);
}

.artist .badge {
  position: relative;
  z-index: 1;
  margin-left: -4px;
}

@media (min-width: 992px) {
  .artist--wide {
    height: 509px;
  }
  .artist--tall {
    height: 949px;
  }
  .artist--short {
    max-height: 637px;
  }
}
.artist--short:first-child {
  margin-top: auto;
}

@media (min-width: 992px) {
  .artist--short .artist__photo img {
    height: auto;
  }
}
.artist__photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

.artist__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  transition: all 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .artist__grid {
    display: -ms-grid;
    display: grid;
    margin: 28px 0;
    -ms-grid-columns: 1fr 28px 1fr 28px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px 28px;
    -ms-grid-rows: auto 28px auto 28px auto;
    grid-template-areas: "g1 g2 g2" "g1 g3 g5" "g4 g4 g5";
  }
  .artist__grid--home .artist--short:first-child {
    margin-top: 313px;
  }
}
.artist--1 {
  grid-area: g1;
}

.artist--2 {
  grid-area: g2;
}

.artist--3 {
  grid-area: g3;
}

.artist--4 {
  grid-area: g4;
}

.artist--5 {
  grid-area: g5;
}

.badge {
  display: inline-block;
  padding: 8px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 800;
  text-transform: uppercase;
  background-color: #d7141a;
  transform: skewY(-12deg);
}

.badge--6 {
  background-color: #5cb85c;
}

.badge--7 {
  background-color: #d7141a;
}

.badge--8 {
  background-color: #11457e;
}

.btn,
a.btn {
  display: inline-block;
  padding: 23px 15px;
  color: #fff;
  font: inherit;
  font-size: 1.0625rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  background-color: #d7141a;
  cursor: pointer;
  transition: all 0.3s;
}

@media (min-width: 576px) {
  .btn,
a.btn {
    padding: 23px 45px;
  }
}
.btn:focus,
.btn:hover,
a.btn:focus,
a.btn:hover {
  background-color: #a81014;
}

.btn--small,
a.btn--small {
  padding: 16px 30px;
  font-size: 0.875rem;
}

.btn--secondary,
a.btn--secondary {
  background-color: #000;
}

.btn--secondary:focus,
.btn--secondary:hover,
a.btn--secondary:focus,
a.btn--secondary:hover {
  background-color: #a81014;
}

.btn--video,
a.btn--video {
  margin-top: 10px;
  padding-left: 70px;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url(/img/btn-video.svg);
  background-repeat: no-repeat;
  background-position: 25px;
}

@media (min-width: 576px) {
  .btn--video,
a.btn--video {
    margin-top: 0;
    margin-left: 8px;
  }
}
@media (min-width: 768px) {
  .btn__mobile {
    display: none;
  }
}
.btn__desktop {
  display: none;
}

@media (min-width: 768px) {
  .btn__desktop {
    display: inline-block;
  }
}
.contact {
  position: relative;
  color: #fff;
  font-size: 1.0625rem;
  text-align: center;
}

.contact:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: -250px;
  left: 0;
  background-color: #11457e;
  transform: skewY(-12deg);
}

.contact .container {
  position: relative;
}

.contact__head {
  padding: 160px 0 30px;
  background: url(/img/contact-back.svg) 50% no-repeat;
  background-size: 263px auto;
}

@media (min-width: 768px) {
  .contact__head {
    padding: 250px 0 200px;
    background-size: auto;
  }
}
.contact__head h2 {
  margin: 0 0 30px;
  font-size: 1.75rem;
}

@media (min-width: 768px) {
  .contact__head h2 {
    font-size: 3.4375rem;
  }
}
.contact__head p {
  font-size: 1.125rem;
}

.contact__content {
  justify-content: space-between;
  padding-bottom: 45px;
}

@media (min-width: 768px) {
  .contact__content {
    display: flex;
    padding-bottom: 90px;
  }
}
.contact__content p {
  margin: 20px 0;
}

@media (min-width: 768px) {
  .contact__content p {
    width: 30%;
    margin: 0;
  }
}
.contact__content a {
  display: block;
  color: #fff;
  font-weight: 800;
  transition: all 0.3s;
}

@media (min-width: 992px) {
  .contact__content a {
    font-size: 1.3125rem;
  }
}
.contact__content a:focus,
.contact__content a:hover {
  color: #94a8be;
}

@media (min-width: 768px) {
  .contact__content a[href^="tel:"] {
    text-decoration: none;
  }
}
.contact__content small {
  display: block;
  color: #94a8be;
  font-size: 0.8125rem;
}

.xxx {
  overflow: hidden;
}

.content-nav {
  position: relative;
  margin: 40px 0 20px;
  font-size: 0.8125rem;
  font-style: italic;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
}

@media (min-width: 992px) {
  .content-nav {
    font-size: 1.1875rem;
  }
}
.content-nav li,
.content-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.content-nav li {
  display: inline-block;
}

@media (min-width: 992px) {
  .content-nav li {
    margin: 0 25px;
  }
}
.content-nav a {
  position: relative;
  display: block;
  margin-bottom: -1px;
  padding: 10px 7px;
  color: #000;
  vertical-align: bottom;
  text-decoration: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}

@media (min-width: 992px) {
  .content-nav a {
    display: inline-block;
    padding: 20px 15px;
  }
}
.content-nav a.is-active,
.content-nav a:focus,
.content-nav a:hover {
  text-shadow: 1px 0 0 #000;
  border-color: #d7141a;
}

.content-nav--compact {
  margin-top: 0;
}

@media (min-width: 992px) {
  .content-nav--compact {
    margin: -60px 0 0;
  }
}
.filter {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 40px;
  font-size: 0.8125rem;
  font-style: italic;
}

@media (min-width: 992px) {
  .filter {
    margin-bottom: 90px;
    font-size: 1.1875rem;
  }
}
.filter li,
.filter ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.filter li {
  display: inline-block;
  margin: 0;
}

@media (min-width: 768px) {
  .filter li {
    margin: 0 5px;
  }
}
.filter a {
  position: relative;
  display: inline-block;
  padding: 9px 7px 7px;
  color: #000;
  vertical-align: bottom;
  text-decoration: none;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: all 0.5s;
}

@media (min-width: 992px) {
  .filter a {
    padding: 11px 28px 9px;
  }
}
.filter a.is-active {
  font-weight: 700;
  border-color: #000;
}

@media (min-width: 992px) {
  .section__description + .filter {
    margin-top: -30px;
    padding-top: 30px;
  }
}
.filter__col {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 10px;
}

.filter__type {
  margin: 0 10px 0 0;
  color: #999;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .filter__type {
    margin-right: 20px;
  }
}
.form__item {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 12px 0;
}

@media (min-width: 992px) {
  .form__item {
    flex-wrap: nowrap;
    margin: 0 0 12px;
  }

  .form__item--column {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form__item--full label {
  flex: 0 0 120px;
}

.form__item--full input,
.form__item--full select,
.form__item--full textarea {
  width: 100%;
  max-width: 100%;
}

.form__item--count label {
  width: 100%;
}

@media (min-width: 400px) {
  .form__item--count label {
    width: 120px;
  }
}
.form__item--count input {
  width: 80px;
  margin: 0 7px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

@media (min-width: 576px) {
  .form__item--count input {
    width: 100px;
  }
}
.form__count {
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  font-size: 1.625rem;
  line-height: 1.625rem;
  text-align: center;
  vertical-align: top;
  border-radius: 15px;
  background-color: #d7141a;
  cursor: pointer;
}

.form__count:focus,
.form__count:hover {
  background-color: #a81014;
}

.form__item--pushed {
  margin-top: 35px;
}

.form__item--textarea label {
  align-self: flex-start;
  padding-top: 15px;
}

.form__sum {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  font-size: 0.75rem;
}

@media (min-width: 992px) {
  .form__sum {
    font-size: 0.875rem;
  }
}
.form__sum b,
.form__sum strong {
  margin-left: 10px;
  font-size: 1rem;
  font-weight: 400;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .form__sum b,
.form__sum strong {
    font-size: 1.75rem;
  }
}
.form__sum strong {
  font-weight: 800;
}

.form__sum--pushed {
  margin-top: 40px;
}

.form__help {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 3px;
  background: url(/img/form-help.svg) 50% no-repeat;
  background-size: 100% auto;
  cursor: help;
}

.form__help--danger {
  background-image: url(/img/form-danger.svg);
}

.form__help--danger em,
.form__help--danger em:after {
  background-color: #d7141a !important;
}

.form__help--danger em {
  color: #fff;
  z-index: 20;
}

.form__help--danger em:after {
  z-index: 19;
}

.form__help:focus em,
.form__help:hover em {
  display: block;
}

@media (min-width: 992px) {
  .form__help {
    width: 21px;
    height: 21px;
  }
}
.form__help em {
  top: auto !important;
  bottom: 26px !important;
  left: -10px !important;
  display: none;
  width: 160px;
  height: auto;
  padding: 5px 8px !important;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 992px) {
  .form__help em {
    bottom: 30px !important;
    left: -8px !important;
  }
}
.form__badge,
.form__help em {
  position: absolute;
  top: -2px;
  right: 0;
  padding: 3px 8px;
  color: #fff;
  font-size: 0.75rem;
  background-color: #11457e;
}

@media (min-width: 992px) {
  .form__badge,
.form__help em {
    top: -10px;
    right: auto;
    left: 0;
  }
}
.form__badge:after,
.form__help em:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 15px;
  width: 8px;
  height: 8px;
  background-color: #11457e;
  transform: rotate(45deg);
}

.form__tip {
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: none;
  font-size: 0.625rem;
}

.form__tip--noevents {
  pointer-events: none;
}

.gallery {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .gallery {
    display: -ms-grid;
    display: grid;
    margin: 0;
    -ms-grid-columns: 1fr 28px 1fr 28px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px 28px;
    -ms-grid-rows: auto 28px auto 28px auto;
    grid-template-areas: "g1 g2 g2" "g1 g3 g5" "g4 g4 g5";
  }

  .gallery > .artist--1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }

  .gallery > .artist--2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  .gallery > .artist--3 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  .gallery > .artist--4 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  .gallery > .artist--5 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
  }
}
.gallery a,
.gallery img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all 0.3s;
}

.gallery img {
  height: 340px;
  margin: 14px 0;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .gallery img {
    height: 100%;
    margin: 0;
  }
}
.gallery a {
  overflow: hidden;
  transition: all 0.3s;
}

.gallery a img {
  margin: 7px 0;
}

@media (min-width: 992px) {
  .gallery a img {
    margin: 0;
  }
}
.gallery a:focus img,
.gallery a:hover img {
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .gallery--short .gallery__4,
.gallery--short .gallery__5 {
    display: none;
  }
}
.gallery__1 {
  grid-area: g1;
}

.gallery__2 {
  grid-area: g2;
}

.gallery__3 {
  grid-area: g3;
}

.gallery__4 {
  grid-area: g4;
}

.gallery__5 {
  grid-area: g5;
}

@media (min-width: 992px) {
  .artist--1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }

  .artist--2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  .artist--3 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  .artist--4 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  .artist--5 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
  }

  .gallery > .gallery__1,
.gallery__1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }

  .gallery > .gallery__2,
.gallery__2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  .gallery > .gallery__3,
.gallery__3 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  .gallery > .gallery__4,
.gallery__4 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  .gallery > .gallery__5,
.gallery__5 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
  }
}
.hero {
  margin-top: -200px;
  padding-bottom: 50px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 0 6px rgba(7, 35, 65, 0.5);
}

@media (min-width: 768px) {
  .hero {
    padding-bottom: 120px;
    font-size: 1.125rem;
  }
}
.hero .btn {
  text-shadow: none;
}

@media (max-width: 576px) {
  .hero .btn {
    width: 90%;
  }
}
.hero__content {
  margin: 0 auto 110px;
  padding-top: 110px;
  text-align: center;
}

@media (min-width: 768px) {
  .hero__content {
    max-width: 530px;
    margin: 0 auto 170px;
    padding-top: 150px;
    text-align: left;
  }
}
.hero__date {
  margin: 0;
  line-height: 1.5;
  transform: skewY(-12deg);
}

@media (min-width: 768px) {
  .hero__date {
    margin: 0 0 0 20px;
  }
}
.hero__date strong {
  font-size: 1.75rem;
}

.hero__logo {
  position: relative;
  margin: -10px auto;
}

@media (min-width: 992px) {
  .hero__logo {
    margin: -40px auto -45px;
  }
}
@media (max-width: 767px) {
  .hero__logo img {
    width: 280px;
  }
}
.hero__description {
  margin: 0;
  line-height: 1.22;
  transform: skewY(-12deg);
}

@media (min-width: 768px) {
  .hero__description {
    margin: 0 20px 0 0;
    text-align: right;
  }
}
.hero__scrool {
  display: none;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .hero__scrool {
    display: block;
  }
}
.hero__scrool a {
  display: inline-block;
  padding: 10px 0 20px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 6px rgba(7, 35, 65, 0.8);
  background: url(/img/scrool-down.svg) bottom no-repeat;
}

.home__description {
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .home__description {
    width: 360px;
    padding-left: 28px;
    color: #fff;
    font-size: 1.25rem;
    text-align: left;
  }
}
.home__description h2 {
  margin: 0 0 10px;
  font-size: 1.75rem;
}

@media (min-width: 992px) {
  .home__description h2 {
    margin: 0 0 25px;
    font-size: 3.4375rem;
  }
}
.home__description p {
  margin-bottom: 25px;
  line-height: 1.33;
}

.home__description .home__lineup {
  display: none;
  margin: 0;
}

@media (min-width: 992px) {
  .home__description .home__lineup {
    display: block;
  }
}
.home__description--photo h2 {
  position: relative;
}

@media (min-width: 992px) {
  .home__description--photo h2 {
    text-shadow: 0 0 6px rgba(7, 35, 65, 0.5);
  }
}
.home__description--photo p {
  position: relative;
}

@media (min-width: 992px) {
  .home__description--photo p {
    text-shadow: 0 0 6px rgba(7, 35, 65, 0.8);
  }
}
@media (max-width: 991px) {
  .home__description--photo {
    position: relative;
    margin-top: 120px;
    padding-top: 40px;
  }

  .home__description--photo:before {
    content: "";
    position: absolute;
    top: 0;
    right: -14px;
    bottom: -100px;
    left: -14px;
    background-color: #fff;
    transform: skewY(-12deg);
  }
}
.home__lineup {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .home__lineup {
    display: none;
  }
}
.list {
  margin: 0 0 10px;
  padding: 0;
  list-style-type: none;
}

.list li {
  position: relative;
  padding: 3px 3px 3px 18px;
}

.list li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 4px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #d7141a;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.38);
}

@media (min-width: 992px) {
  .modal {
    overflow: hidden;
    align-items: center;
    justify-content: center;
  }
  .modal.is-open {
    display: flex;
  }
}
.modal--video .modal__body {
  margin: 5px;
}

@media (min-width: 992px) {
  .modal--video .modal__body {
    max-width: 900px;
  }
  .modal--video .modal__content {
    padding: 20px;
  }
}
.modal--video .modal__content .btn {
  margin-top: -5px;
}

.modal--video iframe {
  width: 100%;
}

.modal__body {
  margin: 20px;
  background-color: #f5f5f5;
}

@media (min-width: 992px) {
  .modal__body {
    width: 100%;
    max-width: 710px;
  }
}
.modal__close {
  font-size: 1rem;
  font-weight: 800;
  font-style: italic;
}

.modal__close a {
  padding-left: 15px;
  color: #000;
  text-decoration: none;
  background: url(/img/arrow-back.svg) 0 no-repeat;
}

.modal__close a:focus,
.modal__close a:hover {
  opacity: 0.8;
}

.modal__header {
  padding: 20px;
  background-color: #fff;
}

@media (min-width: 992px) {
  .modal__header {
    padding: 45px 50px;
  }
}
.modal__title {
  display: flex;
  align-items: center;
  margin-top: 35px;
}

.modal__title h2 {
  margin: 0;
  font-size: 0.9375rem;
}

@media (min-width: 992px) {
  .modal__title h2 {
    font-size: 1.3125rem;
  }
}
.modal__title p {
  margin: 0;
}

.modal__title img {
  display: block;
  margin-right: 100px;
}

@media (min-width: 576px) {
  .modal__title img {
    margin-right: 30px;
  }
}
.modal__title .icon {
  width: 50px;
  margin-right: 15px;
}

.modal__content {
  padding: 20px;
}

@media (min-width: 992px) {
  .modal__content {
    padding: 30px 50px;
  }
}
.modal__content .btn {
  width: 100%;
  margin-top: 25px;
}

@media (min-width: 768px) {
  .modal__content .btn {
    width: auto;
    margin-top: 45px;
  }
}
.place {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  font-size: 0.875rem;
  text-align: center;
  background-color: #fff;
}

@media (min-width: 992px) {
  .place {
    flex-wrap: nowrap;
    padding: 30px;
    font-size: 1rem;
    text-align: left;
  }
  .place h2 {
    margin: 20px 0 35px;
    font-size: 3.125rem;
  }
}
.place h3 {
  font-size: 1.375rem;
}

@media (min-width: 992px) {
  .place h3 {
    margin: 20px 0 35px;
    font-size: 1.5rem;
  }
}
.place + .place {
  margin-top: 16px;
}

@media (min-width: 992px) {
  .place + .place {
    margin-top: 32px;
  }
}
.place--big {
  padding: 0;
}

@media (min-width: 992px) {
  .place--big {
    font-size: 1.125rem;
  }
  .place--big + .place--big {
    margin-top: 130px;
  }
  .place--big h3 {
    margin-top: 40px;
    font-size: 1.875rem;
  }
}
.place--big .place__photo {
  padding: 20px 0 30px;
}

@media (min-width: 992px) {
  .place--big .place__photo {
    flex: 0 0 40%;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .place--big .place__photo {
    flex: 0 0 600px;
  }
}
@media (min-width: 992px) {
  .place--big .place__content {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .place--big .place__content {
    padding-left: 100px;
  }
}
@media (min-width: 992px) {
  .place--big .place__buy {
    margin-bottom: 40px;
  }
  .place--big .place__price {
    font-size: 2rem;
  }
}
.place--big .place__price small {
  color: #7a7a7a;
}

@media (min-width: 992px) {
  .place--big .place__price small {
    font-size: 1.125rem;
  }
}
.place--travel {
  text-align: left;
}

@media (min-width: 992px) {
  .place--travel {
    padding-top: 130px;
  }
  .place--travel + .place--travel {
    margin-top: 0;
  }
}
.place--travel h2 {
  margin-top: 0;
}

.place--travel .place__content {
  justify-content: center;
}

.place--travel .place__photo {
  margin: 0;
}

.place--favourite {
  border: 2px solid #ffc400;
}

.place--sellout {
  opacity: 0.8;
}

.place--sellout .btn {
  cursor: not-allowed;
}

.place--sellout .btn,
.place--sellout .btn:focus,
.place--sellout .btn:hover {
  background-color: #bbb;
}

.place__badge {
  position: absolute;
  right: 10px;
  bottom: -12px;
  min-width: 110px;
  padding: 5px 8px;
  font-size: 0.8125rem;
  font-weight: 500;
  background-color: #ffc400;
}

@media (min-width: 768px) {
  .place__badge {
    top: -12px;
    right: 30px;
    bottom: auto;
  }
}
.place__photo {
  margin: 0 auto;
  padding: 0 0 20px;
}

@media (min-width: 992px) {
  .place__photo {
    flex: 0 0 456px;
    margin: 0;
    padding: 0 65px 0 0;
  }
}
.place__photo img {
  display: block;
}

.place__photo .js-slider {
  max-width: 600px;
}

.place__content {
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
}

@media (min-width: 992px) {
  .place__content {
    flex: 1 1 1px;
  }
  .place__props {
    margin-bottom: 30px;
  }
}
.place__props .icon {
  width: 28px;
  color: #9a9a9a;
}

.place__prop {
  position: relative;
  margin: 0 17px 0 0;
  font-size: 0.9375rem;
}

@media (max-width: 991px) {
  .place__prop {
    display: inline-block;
    margin: 0 4px 4px 0;
  }
}
.place__prop:focus em,
.place__prop:hover em {
  display: block;
}

.place__prop:focus .icon,
.place__prop:hover .icon {
  color: #000;
}

.place__prop em {
  position: absolute;
  top: -35px;
  left: 15px;
  display: none;
  padding: 4px 13px;
  color: #fff;
  font-size: 0.6875rem;
  font-style: normal;
  white-space: nowrap;
  background-color: #000;
  transform: translate(-50%);
}

.place__prop em:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  background-color: #000;
  transform: rotate(45deg);
}

.place__prop--capacity {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .place__prop--capacity {
    margin-top: 0;
    margin-left: 7px;
    padding: 10px 0 10px 24px;
    border-left: 1px solid #d9d9d9;
  }
}
.place__prop--capacity:focus .icon,
.place__prop--capacity:hover .icon {
  color: #9a9a9a;
}

.place__prop--capacity .icon {
  margin-right: 8px;
}

.place__price {
  padding-bottom: 5px;
  font-size: 1.25rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .place__price {
    font-size: 1.75rem;
  }
}
.place__price strong {
  font-weight: 800;
  white-space: nowrap;
}

.place__price small {
  display: block;
  margin-top: 4px;
  padding-right: 5px;
  color: #7a7a7a;
  font-size: 0.75rem;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .place__price small {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1;
  }
}
.place__buy {
  display: flex;
  align-items: flex-end;
  flex: 1 1 auto;
  justify-content: space-between;
  margin: 0;
  text-align: left;
}

.place__buy .btn {
  min-width: 110px;
}

@media (max-width: 767px) {
  .place__buy .btn {
    margin-top: 20px;
    margin-right: -10px;
    padding: 12px 10px;
    font-size: 0.9375rem;
    text-align: center;
  }
  .place__buy--standard {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .place__buy--standard .place__price {
    width: 100%;
  }
  .place__buy--standard .btn {
    margin-right: 0;
    padding: 23px 35px;
    font-size: 1.0625rem;
  }
}
.place-terms {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media (min-width: 768px) {
  .place-terms {
    margin-top: 18px;
  }
}
.place-terms li {
  margin: 7px 0;
  padding: 0;
}

@media (min-width: 768px) {
  .place-terms li {
    display: flex;
    font-size: 1.25rem;
  }
}
.place-terms a {
  margin-left: 10px;
  font-size: 0.875rem;
  font-weight: 400;
}

.place-terms span {
  flex: 0 0 260px;
}

@media (max-width: 767px) {
  .place-terms span {
    display: block;
    width: 100%;
    padding: 10px 0 5px;
  }
}
.place-terms small {
  font-size: 0.875rem;
  font-weight: 400;
}

.place-terms--map li {
  display: flex;
}

.place-terms--map strong {
  flex: 0 0 50%;
  padding-top: 10px;
  background: url(/img/arrow-short.svg) top 15px right 10px no-repeat;
}

@media (min-width: 360px) {
  .place-terms--map strong {
    flex: 0 0 40%;
  }
}
@media (min-width: 768px) {
  .place-terms--map strong {
    flex: 0 0 260px;
    padding: 0;
    background: url(/img/arrow-long.svg) center right 30px no-repeat;
  }
}
.place-terms--map span {
  flex: 1 1 auto;
}

li.place-terms__sum {
  margin-top: 15px;
  padding-top: 5px;
  border-top: 1px solid #dfdfdf;
}

@media (min-width: 768px) {
  li.place-terms__sum {
    margin-top: 25px;
    padding-top: 25px;
  }
}
.push {
  position: relative;
  z-index: 101;
  font-size: 1rem;
  line-height: 1.3;
  text-align: left;
  background-color: #ffc400;
}

.push a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  color: #000;
  text-decoration: none;
}

.push:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  display: block;
  width: 14px;
  height: 14px;
  margin-left: -6px;
  background-color: #ffc400;
  transform: rotate(45deg);
}

.push b,
.push strong {
  font-weight: 800;
}

.push .icon {
  flex: 0 0 auto;
  width: 44px;
  margin-right: 10px;
  color: #000;
}

.header .push {
  position: absolute;
  display: none;
  margin-top: 20px;
  margin-left: 20px;
}

@media (min-width: 992px) {
  .header .push {
    display: block;
  }
}
@media (max-width: 991px) {
  .push + .footer {
    padding-bottom: 100px;
  }
}
.push--more {
  background-color: #fa0;
}

.push--more:before {
  background-color: #fa0;
}

.push--high {
  background-color: #ff8000;
}

.push--high:before {
  background-color: #ff8000;
}

.push--max {
  color: #fff;
  background-color: #d7141a;
}

.push--max:before {
  background-color: #d7141a;
}

.push--warn .icon:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -3px;
  display: block;
  width: 27px;
  height: 27px;
  background: url(/img/warn.svg) 50% no-repeat;
}

.push--success {
  color: #fff;
  background-color: #5cb85c;
}

.push--success:before {
  background-color: #5cb85c;
}

.push--mobile {
  position: fixed;
  bottom: 0;
  width: 100%;
}

@media (min-width: 992px) {
  .push--mobile {
    display: none;
  }
}
.push--mobile:before {
  display: none;
}

.push--order {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 10px;
  font-size: 0.8125rem;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

@media (min-width: 576px) {
  .push--order {
    margin-top: 0;
  }
}
.push--order:before {
  z-index: -1;
}

.section-styled {
  text-align: left;
}

.section-styled h2,
.section-styled h3,
.section-styled h4 {
  margin: 30px 0 15px;
}

.section-styled p {
  margin-bottom: 25px;
}

.slick-slide {
  outline: none;
}

.slick-fix {
  min-width: 0;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  text-indent: -9999px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: 50%;
  opacity: 1;
  cursor: pointer;
}

.slick-arrow:focus {
  outline: none;
}

.slick-arrow:focus,
.slick-arrow:hover {
  opacity: 0.7;
}

.slick-prev {
  left: 0;
  background-image: url(/img/slider-prev.svg);
}

.slick-next {
  right: 0;
  background-image: url(/img/slider-next.svg);
}

.slick-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

@media (min-width: 992px) {
  .slick-dots {
    bottom: 5px;
  }
}
.slick-dots li {
  display: inline-block;
  overflow: hidden;
  width: 10px;
  height: 10px;
  margin: 5px;
  padding: 0;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.slick-dots li.slick-active {
  background: #fff;
}

.slick-dots li button {
  display: none;
}

.table {
  width: 100%;
  margin: 30px 0;
  border-top: 1px solid #d7141a;
  border-right: 0;
  border-bottom: 0;
  border-left: 1px solid #d7141a;
}

.table td,
.table th {
  padding: 15px 10px;
  line-height: 1.2;
  text-align: left;
  border-top: 0;
  border-right: 1px solid #d7141a;
  border-bottom: 1px solid #d7141a;
  border-left: 0;
}

.table th {
  color: #fff;
  background-color: #d7141a;
}

.table tr:hover td {
  background-color: #ec3238;
}

.table tr:nth-child(odd) td {
  background-color: #ec3238;
}

.table__wrapper {
  overflow-x: auto;
  max-width: 100%;
}

.ticket {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding-top: 40px;
  font-size: 0.9375rem;
  text-align: center;
  background-color: #fff;
}

.ticket h3 {
  margin-bottom: 10px;
}

.ticket p {
  padding: 0 30px 30px;
  line-height: 1.6;
}

.ticket .icon {
  width: 50px;
  margin-bottom: 30px;
}

.ticket .icon--ticket-vip {
  color: #f1bb0e;
}

.ticket .icon--ticket-bus {
  color: #d7141a;
  height: 50px;
}

.ticket--sellout .btn {
  background-color: #bbb;
  cursor: not-allowed;
}

.ticket--sellout .btn:focus,
.ticket--sellout .btn:hover {
  background-color: #bbb;
}

.ticket__price {
  position: relative;
  width: 100%;
  margin: auto 0 0;
  color: #fff;
  font-size: 1.5rem;
  background-color: #11457e;
}

@media (max-width: 767px) {
  .ticket__price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.25rem;
  }
}
.ticket__price:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  height: 18px;
  background: url(/img/ticket-back.svg) 0 0 repeat-x;
}

.ticket__price strong {
  display: block;
  padding-top: 30px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.ticket__price small {
  display: block;
  font-size: 0.875rem;
}

.ticket__price .btn {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .ticket__price .btn {
    margin-top: 25px;
    margin-right: -10px;
    padding: 12px 10px;
    font-size: 0.9375rem;
  }
}
.title {
  margin-bottom: -30px;
  text-align: center;
}

@media (min-width: 992px) {
  .title {
    margin-bottom: -50px;
  }
}
.title h1 {
  position: relative;
  z-index: 10;
  display: inline-block;
  min-width: 260px;
  margin: 0;
  padding: 10px 30px 15px;
  color: #fff;
  font-size: 2.1875rem;
  font-weight: 800;
  font-style: normal;
  background-color: #d7141a;
  transform: skewY(-12deg);
}

@media (min-width: 992px) {
  .title h1 {
    min-width: 540px;
    padding: 25px 50px;
    font-size: 4.6875rem;
  }
}
.title--detail {
  margin-top: -70px;
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .title--detail {
    margin-top: 370px;
    margin-bottom: 100px;
  }
}
.title__info {
  margin-top: 20px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  text-shadow: 0 0 6px rgba(7, 35, 65, 0.5);
  transform: skewY(-12deg);
}

.title__info strong {
  font-size: 1.75rem;
  font-weight: 700;
}

.order {
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .order {
    padding-bottom: 120px;
  }
  .order > h2:first-child {
    margin-top: 0;
    font-size: 2.1875rem;
  }
}
.order--back {
  padding-top: 40px;
  background-color: #fff;
}

@media (min-width: 992px) {
  .order--back {
    padding-top: 80px;
  }
}
.oder__title {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 1.25rem;
  text-align: center;
}

@media (min-width: 992px) {
  .oder__title {
    font-size: 1.5rem;
    -moz-text-align-last: left;
    text-align-last: left;
  }
}
.order__row {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .order__row {
    flex-wrap: nowrap;
  }
}
.order__content {
  flex: 1 1 auto;
}

@media (min-width: 992px) {
  .order__content {
    padding-right: 80px;
  }
}
.order__sidebar {
  flex: 0 0 100%;
  margin-top: 30px;
}

@media (min-width: 992px) {
  .order__sidebar {
    flex: 0 0 390px;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .order__form {
    width: 100%;
    margin-top: 15px;
  }
}
.order__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 35px 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.order__block + .order__block {
  border-top: none;
}

.order__block h2 {
  width: 100%;
  margin: 0 0 20px;
  font-size: 1.25rem;
  text-align: center;
}

@media (min-width: 992px) {
  .order__block h2 {
    width: auto;
    font-size: 1.5rem;
    text-align: left;
  }
}
.order__send {
  margin: 40px 0 5px;
  text-align: center;
}

@media (min-width: 768px) {
  .order__send {
    margin-top: 80px;
  }
}
.order__send .btn {
  width: 100%;
}

@media (min-width: 768px) {
  .order__send .btn {
    width: auto;
    min-width: 325px;
  }
}
.order__note {
  color: #a2a2a2;
  font-size: 0.75rem;
  text-align: center;
}

.order__note a {
  color: #000;
}

.order__note a:focus,
.order__note a:hover {
  color: #d7141a;
}

.order-contact {
  position: relative;
  padding: 45px 0;
  font-size: 1.0625rem;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: #fff;
}

@media (min-width: 768px) {
  .order-contact {
    padding: 90px 0;
  }
}
.order--back + .order-contact {
  padding-top: 0;
}

.order-contact .container {
  justify-content: space-between;
}

@media (min-width: 768px) {
  .order-contact .container {
    display: flex;
  }
}
.order-contact p {
  margin: 20px 0;
}

@media (min-width: 768px) {
  .order-contact p {
    width: 30%;
    margin: 0;
  }
}
.order-contact a {
  display: block;
  color: #000;
  font-size: 1.3125rem;
  font-weight: 800;
  transition: all 0.3s;
}

.order-contact a:focus,
.order-contact a:hover {
  color: #d7141a;
}

@media (min-width: 768px) {
  .order-contact a[href^="tel:"] {
    text-decoration: none;
  }
}
.order-contact small {
  display: block;
  color: #a2a2a2;
  font-size: 0.8125rem;
}

.order-currency {
  flex: 0 1 auto;
  padding-bottom: 5px;
  font-size: 0.75rem;
  font-style: italic;
  text-align: right;
}

@media (min-width: 992px) {
  .order-currency {
    flex: 0 1 300px;
    font-size: 1rem;
  }
}
.order-currency a {
  display: inline-block;
  margin-left: 4px;
  padding: 15px 4px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}

@media (min-width: 992px) {
  .order-currency a {
    padding: 15px 8px;
  }
}
.order-currency a.is-active {
  font-weight: 800;
  border-color: #d7141a;
}

.order-head {
  margin-top: -10px;
  padding: 25px 14px;
  font-size: 0.875rem;
  text-align: center;
}

@media (min-width: 992px) {
  .order-head {
    padding: 0 14px 65px;
    font-size: 1rem;
  }
}
.order-head h1 {
  margin: 0 0 20px;
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  .order-head h1 {
    font-size: 3.125rem;
  }
}
.order-head p {
  margin: 0 auto;
}

@media (min-width: 992px) {
  .order-head p {
    max-width: 380px;
  }
}
.order-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 10px;
}

@media (min-width: 992px) {
  .order-header {
    margin-bottom: 50px;
    padding: 10px 25px;
  }
}
.order-header a {
  color: #000;
  line-height: 1;
  text-decoration: none;
}

.order-header a:focus,
.order-header a:hover {
  opacity: 0.8;
}

.order-header__logo {
  display: flex;
  align-items: center;
  flex: 0 1 60px;
  margin: 0;
}

@media (min-width: 992px) {
  .order-header__logo {
    flex: 0 1 300px;
  }
}
.order-header__back {
  display: none;
  margin-left: 55px;
  padding-left: 15px;
  font-size: 1rem;
  font-weight: 800;
  font-style: italic;
  background: url(/img/arrow-back.svg) 0 no-repeat;
}

@media (min-width: 992px) {
  .order-header__back {
    display: block;
  }
}
.order-header__contact {
  flex: 1 1 auto;
  padding-top: 10px;
  font-size: 0.5625rem;
  text-align: center;
}

@media (min-width: 992px) {
  .order-header__contact {
    font-size: 0.75rem;
  }
}
.order-header__contact a {
  display: block;
  padding: 5px 0;
  font-size: 0.8125rem;
  font-weight: 800;
}

@media (min-width: 992px) {
  .order-header__contact a {
    font-size: 1.125rem;
  }
}
.order-header__contact small {
  display: block;
  margin-top: -3px;
  color: #a2a2a2;
  font-size: 0.75rem;
}

.order-nav {
  padding: 30px 5px 0;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  background-color: #fff;
}

@media (min-width: 768px) {
  .order-nav {
    padding: 30px 30px 0;
  }
}
.order-nav + .order h2 {
  margin-top: 45px;
}

.order-nav a {
  position: relative;
  display: inline-block;
  margin-bottom: -1px;
  padding: 15px 10px;
  color: #000;
  vertical-align: bottom;
  text-decoration: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}

@media (min-width: 768px) {
  .order-nav a {
    padding: 15px 28px;
  }
}
.order-nav a.is-active {
  border-color: #d7141a;
}

.order-nav .icon {
  display: none;
  width: 19px;
  margin-right: 9px;
  color: #000;
}

@media (min-width: 768px) {
  .order-nav .icon {
    display: inline-block;
  }
}
.order-nav .icon--pack {
  width: 68px;
}

.order-nav__badge {
  position: absolute;
  top: -23px;
  margin-left: 24px;
  padding: 6px 6px 5px 22px;
  color: #fff;
  font-size: 0.75rem;
  background: #11457e url(/img/ico-star.svg) 7px no-repeat;
}

.order-nav__badge:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  background-color: #11457e;
  transform: rotate(45deg);
}

.order-person {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 25px 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.order-person + .order-person {
  border-top: none;
}

.order-person h3 {
  margin: 0;
  padding-left: 40px;
  font-size: 1.25rem;
  font-weight: 400;
  font-style: normal;
  background: url(/img/plus.svg) left 1px no-repeat;
  cursor: pointer;
}

@media (min-width: 992px) {
  .order-person h3 {
    font-size: 1.875rem;
    background-position: left 8px;
  }
}
.order-person .order-person__edit,
.order-person .order-person__form {
  display: none;
}

.order-person.is-open {
  display: flex;
  flex-wrap: wrap;
}

.order-person.is-open h3 {
  background-image: url(/img/minus.svg);
}

.order-person.is-open .order-person__edit,
.order-person.is-open .order-person__form {
  display: block;
}

.order-person__name {
  margin-top: 8px;
  margin-bottom: 15px;
  padding-left: 40px;
}

.order-person__name input {
  width: 280px;
}

.order-person__edit {
  display: block;
  padding-left: 18px;
  font-size: 0.75rem;
  background: url(/img/order-person-edit.svg) 1px no-repeat;
}

@media (max-width: 1277px) {
  .order-person__name {
    padding-left: 0;
  }

  .form__item--column {
    flex-direction: row !important;
    align-items: center;
  }

  .order-person__name input {
    width: 320px;
  }
}
@media (max-width: 991px) {
  .order-person__form {
    width: 100%;
    margin-top: 15px;
  }

  .order-person__name-column {
    width: 100%;
  }

  .order-person__name {
    padding-left: 0;
  }

  .order-person__name input {
    width: 100%;
  }
}
.order-person__form .order-person__edit {
  margin-left: auto;
  padding-left: 26px;
  background-image: url(/img/order-person-fill.svg);
}

@media (min-width: 992px) {
  .order-person__form .order-person__edit {
    width: 320px;
  }
}
.order-person__sum {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  padding-top: 10px;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .order-person__sum {
    width: 320px;
  }
}
.order-person__sum strong {
  font-size: 1.25rem;
  font-weight: 400;
}

.order-person__filled {
  display: flex;
  padding-top: 3px;
  font-size: 0.75rem;
}

@media (min-width: 992px) {
  .order-person__filled {
    font-size: 0.875rem;
  }
}
.order-person__filled:first-child {
  padding-top: 15px;
}

.order-person__filled + .form__pushed {
  padding-top: 20px;
}

.order-person__filled strong {
  width: 70%;
  margin-left: auto;
  font-weight: 600;
}

@media (min-width: 992px) {
  .order-person__filled strong {
    width: 100%;
    max-width: 320px;
    font-size: 0.9375rem;
  }
}
.order-progress {
  color: #000;
  font-size: 0.75rem;
  font-style: italic;
  text-align: center;
}

@media (min-width: 992px) {
  .order-progress {
    font-size: 1.1875rem;
  }
}
.order-progress li,
.order-progress ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.order-progress li {
  position: relative;
  display: inline-block;
  width: 27%;
  vertical-align: top;
}

@media (min-width: 992px) {
  .order-progress li {
    width: auto;
  }
}
.order-progress li + li {
  margin-left: 6%;
}

@media (min-width: 992px) {
  .order-progress li + li {
    margin-left: 105px;
  }
}
.order-progress li + li:before {
  content: "";
  position: absolute;
  width: 20%;
  height: 10px;
  margin-top: 27px;
  margin-left: -73%;
}

@media (min-width: 992px) {
  .order-progress li + li:before {
    width: 70px;
    margin-top: 37px;
    margin-left: -200px;
    background: url(/img/arrow-long.svg) 50% no-repeat;
  }
}
.order-progress em {
  display: block;
  margin-right: 2px;
  color: #c8c8c8;
}

@media (min-width: 992px) {
  .order-progress em {
    display: inline-block;
  }
}
.order-progress .is-active {
  font-weight: 800;
  background-color: #fff;
}

.order-progress .is-active em {
  color: #d7141a;
  font-weight: 400;
}

.order-progress__item {
  position: relative;
  display: block;
  min-height: 68px;
  padding: 10px;
  color: #000;
  text-decoration: none;
}

@media (min-width: 992px) {
  .order-progress__item {
    min-height: none;
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .order-progress__item {
    word-spacing: 1000px;
  }
}
.order-radio {
  position: relative;
  margin: 0;
  border: 1px solid #dfdfdf;
}

@media (min-width: 992px) {
  .order-radio {
    max-width: 460px;
  }
}
.order-radio + .order-radio {
  border-top: none;
}

.order-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.order-radio input:checked ~ .order-radio__point:before {
  background-color: #d7141a;
}

.order-radio input:checked ~ label {
  background-color: rgba(0, 0, 0, 0);
}

.order-radio label {
  width: 100%;
  margin-right: 0;
  padding: 20px 15px 20px 107px;
  font-weight: 600;
  background-color: #f5f5f5;
  cursor: pointer;
}

.order-radio .icon {
  position: absolute;
  top: 23px;
  left: 65px;
  width: 26px;
  color: #000;
  pointer-events: none;
}

.order-radio--pushed {
  margin-top: 50px;
}

.order-radio__point {
  position: absolute;
  top: 23px;
  left: 23px;
  z-index: 12;
  display: block;
  width: 26px;
  height: 26px;
  border: 1px solid #e2e2e2;
  border-radius: 13px;
  background-color: #fff;
  pointer-events: none;
}

.order-radio__point:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 13;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

.order-send {
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 992px) {
  .order-send {
    display: none;
  }
}
.order-send p {
  margin: 0;
}

.order-send .btn {
  width: 100%;
}

.order-send__note {
  padding: 8px;
  color: #a2a2a2;
  font-size: 0.75rem;
}

.order-send__note a {
  color: #000;
}

.order-send__note a:focus,
.order-send__note a:hover {
  color: #d7141a;
}

.order-summary {
  position: relative;
  padding: 20px;
  font-size: 0.75rem;
  border: 1px solid #dcdcdc;
}

@media (min-width: 992px) {
  .order-summary {
    padding: 30px;
  }
}
.order-summary h2 {
  margin: 0 0 15px;
  font-size: 1.125rem;
}

.order-summary h3 {
  flex: 1 1 auto;
  margin: 0;
  padding: 9px;
  font-size: 0.75rem;
  font-weight: 400;
  font-style: normal;
}

.order-summary p {
  margin: 0;
}

.order-summary img {
  display: block;
}

.order-summary strong {
  font-weight: 800;
  white-space: nowrap;
}

.order-summary .btn {
  width: 100%;
  text-align: center;
}

@media (max-width: 991px) {
  .order-summary .btn {
    display: none;
  }
}
.order-summary.is-loaded:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  background: rgba(255, 255, 255, 0.4) url(/img/loader.gif) 50% no-repeat;
}

.order-summary__item {
  display: flex;
  align-items: center;
  min-height: 35px;
}

.order-summary__item--sum {
  padding: 15px 0 30px;
}

.order-summary__item--sum strong {
  font-size: 1.25rem;
}

.order-summary__item--sum + .order-summary__item--sum {
  margin-top: -30px;
  padding-top: 0;
}

.order-summary__count {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  justify-content: center;
  width: 45px;
  min-height: 35px;
  margin-right: 6px;
}

.order-summary__count span {
  position: relative;
  z-index: 10;
  min-width: 20px;
  height: 20px;
  padding: 4px 3px 0;
  color: #a2a2a2;
  line-height: 0.75rem;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
}

.order-summary__count em {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.order-summary__note {
  padding-top: 8px;
  color: #a2a2a2;
}

@media (max-width: 991px) {
  .order-summary__note {
    display: none;
  }
}
.order-summary__note a {
  color: #000;
}

.order-summary__note a:focus,
.order-summary__note a:hover {
  color: #d7141a;
}

.order-thanks {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .order-thanks {
    margin-top: 70px;
  }
}
.order-thanks h2 {
  margin-top: 30px;
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  .order-thanks h2 {
    margin-top: 70px;
    font-size: 1.875rem;
  }
}
.order-thanks h2:first-child {
  margin-top: 0;
}

.order-thanks p {
  margin-bottom: 20px;
  font-size: 2.0625rem;
}

.order-thanks p small {
  display: block;
  font-size: 1rem;
}

.order-thanks p em {
  display: block;
  color: #a2a2a2;
  font-size: 0.75rem;
  font-style: normal;
}

@media (max-width: 576px) {
  .order-thanks .btn + .btn {
    margin-top: 10px;
  }
}
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.nowrap {
  white-space: nowrap;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.cls {
  clear: both;
}

.is-open,
.is-visible {
  display: block;
}

.is-hidden {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.cf:after,
.cf:before {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

@media print {
  * {
    background: #fff !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
    padding: inherit !important;
    margin: inherit !important;
    max-width: none !important;
    position: relative !important;
    min-height: 1px !important;
    top: inherit !important;
    bottom: inherit !important;
    left: inherit !important;
    right: inherit !important;
  }

  *,
body {
    font-family: sans-serif !important;
    color: #000 !important;
  }

  body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
    word-spacing: 1.1pt !important;
    letter-spacing: 0.2pt !important;
    background: none !important;
    font-size: 12pt !important;
  }

  h1,
h2,
h3,
h4 {
    clear: both !important;
    margin: 10px 0 !important;
  }

  h1 {
    font-size: 19pt !important;
  }

  h2 {
    font-size: 17pt !important;
  }

  h3 {
    font-size: 15pt !important;
  }

  h4 {
    font-size: 12pt !important;
  }

  img {
    margin: 1em 1.5em 1.5em 0 !important;
  }

  ol,
ul {
    padding-left: 20px !important;
    list-style-type: inherit !important;
  }

  li {
    padding: inherit !important;
    padding-left: 10px !important;
  }

  a img {
    border: none !important;
  }

  a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
    text-decoration: none !important;
    color: #000 !important;
  }

  table {
    margin: 1px !important;
    text-align: left !important;
  }

  th {
    font-weight: 700 !important;
  }

  td,
th {
    border-bottom: 1px solid #000 !important;
  }

  td,
th {
    padding: 4px 10px 4px 0 !important;
  }

  tr {
    page-break-inside: avoid !important;
  }

  .btn,
.form,
.icon,
.nav,
.no,
.noprint,
button,
form,
iframe,
nav,
object {
    display: none !important;
  }

  .row {
    display: block !important;
    margin: 0 !important;
  }
}
@media (max-width: 1170px) and (min-width: 992px) {
  .order-progress--hasPeriods {
    font-size: 1rem;
  }
}
.order-progress--hasPeriods ul {
  display: flex;
  justify-content: center;
}
.order-progress--hasPeriods li {
  width: auto;
}
.order-progress--hasPeriods li + li {
  margin-left: 0;
}
@media (min-width: 1170px) {
  .order-progress--hasPeriods li + li {
    margin-left: 90px;
  }
}
@media (min-width: 992px) and (max-width: 1170px) {
  .order-progress--hasPeriods li + li {
    margin-left: 70px;
  }
}
.order-progress--hasPeriods li + li:before {
  margin-top: 34px;
  left: 0;
}
@media (min-width: 1170px) {
  .order-progress--hasPeriods li + li:before {
    width: 55px;
    margin-left: -80px;
    background-position: top right;
  }
}
@media (min-width: 992px) and (max-width: 1170px) {
  .order-progress--hasPeriods li + li:before {
    width: 40px;
    margin-left: -60px;
    background-position: top right;
  }
}
@media (max-width: 1170px) {
  .order-progress--hasPeriods .order-progress__item {
    padding: 25px 20px;
  }
}
@media (min-width: 1170px) {
  .order-progress--hasPeriods .order-progress__item {
    padding: 25px;
  }
}

.order__title--period {
  margin-top: 0;
}

.period__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #c8c8c8;
  padding: 40px;
  width: 100%;
  margin-bottom: 30px;
}
.period__item:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 590px) {
  .period__item {
    flex-direction: column;
    text-align: center;
  }
}
.period__item--disabled {
  color: #bbb;
}
.period__title {
  font-size: 2rem;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .period__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 590px) {
  .period__title {
    justify-content: center;
  }
}
.period__date {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-style: italic;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .period__date {
    font-size: 1.2rem;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 590px) {
  .period__date {
    align-items: center;
  }
}
@media (max-width: 992px) and (min-width: 590px) {
  .period__btn {
    padding: 18px 30px !important;
  }
}
@media (max-width: 590px) {
  .period__btn {
    margin-top: 20px;
  }
}
.period__btn--disabled {
  background: #bbb !important;
}
.period__badge {
  font-size: 1rem;
  letter-spacing: 0;
  margin-left: 20px;
  position: relative;
  padding: 6px 12px;
  color: #000;
}
@media (max-width: 992px) {
  .period__badge {
    margin-left: 0;
    margin-top: 8px;
    font-size: 0.9rem;
  }
}
@media (max-width: 590px) {
  .period__badge {
    margin-top: 5px;
  }
}
.period__badge::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg) translate(-50%, -50%);
  transform-origin: top left;
}
@media (max-width: 992px) {
  .period__badge::before {
    left: 20px;
    top: 0;
  }
}
@media (max-width: 590px) {
  .period__badge::before {
    left: 50%;
  }
}
.period__badge a {
  color: #000;
}
.period__badge--low {
  background-color: #ffc400;
}
.period__badge--low::before {
  background: #ffc400;
}
.period__badge--more {
  background-color: #fa0;
}
.period__badge--more::before {
  background: #fa0;
}
.period__badge--high {
  background-color: #ff8000;
}
.period__badge--high::before {
  background: #ff8000;
}
.period__badge--max {
  color: #fff;
  background-color: #d7141a;
}
.period__badge--max a {
  color: #fff;
}
.period__badge--max::before {
  background: #d7141a;
}
.period__tag {
  color: #fff;
  font-size: 1rem;
  padding: 4px 10px 3px;
  margin-left: 8px;
}
@media (max-width: 590px) {
  .period__tag {
    font-size: 0.9rem;
    padding: 4px 8px 3px;
  }
}
.period__tag--lightblue {
  background: #D7141A;
}

.order-summary__period {
  margin-top: -10px !important;
  margin-bottom: 10px !important;
  letter-spacing: 0.5px;
  font-size: 13px;
  font-style: italic;
  color: #a2a2a2;
}

.extras__errors {
  margin-top: 5px;
  font-size: 0.75rem;
}
@media (max-width: 992px) {
  .extras__errors {
    display: none;
  }
}
.extras__errors--mobile {
  display: none;
  margin-top: 5px;
  font-size: 0.75rem;
}
@media (max-width: 992px) {
  .extras__errors--mobile {
    display: block;
  }
}

.country-select__flag {
  width: 20px;
  margin-right: 8px;
}
.country-select__name {
  margin-right: 6px;
  color: #000;
}
.country-select__option {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
}
.country-select + .select2 {
  width: auto !important;
}
.country-select + .select2 .select2-selection--single {
  border: none;
  padding-top: 16px;
  padding-bottom: 16px;
  height: auto !important;
}

.select2-results__option {
  padding: 8px 6px !important;
}

.select2-container--open .select2-dropdown--below {
  width: 320px !important;
}
@media (min-width: 992px) {
  .select2-container--open .select2-dropdown--below {
    width: 240px !important;
  }
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #dfdfdf !important;
}

.select2-dropdown {
  border-top: 1px solid !important;
  border-color: #dfdfdf !important;
  border-radius: 0 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f5f5f5 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-56%);
}

.phone-prefix {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .phone-prefix {
    max-width: 320px;
  }
}
.phone-prefix__prefix, .phone-prefix .select2 {
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
}
.phone-prefix__input {
  padding-left: 84px;
}

.bank-logos {
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bank-logos > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.height-inherit {
  height: inherit;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.active\:outline-none:active {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1024px) {
  .lg\:top-8 {
    top: 2rem;
  }
}
