/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("//hello.myfonts.net/count/2bee10");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    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 transparent; }

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

@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: normal;
  src: url(/assets/proxima-nova/2BEE10_7_0-5b933812a8a205119fee5f7d819e4ae9.eot);
  src: url(/assets/proxima-nova/2BEE10_7_0-5b933812a8a205119fee5f7d819e4ae9.eot?#iefix) format("embedded-opentype"), url(/assets/proxima-nova/2BEE10_7_0-61943dd56e706d3b9d64446198ff9ece.woff) format("woff"), url(/assets/proxima-nova/2BEE10_7_0-b4b905554b4d1fbbe1106cfa939b7024.ttf) format("truetype"); }
@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: bold;
  src: url(/assets/proxima-nova/2BEE10_8_0-e7ec13a2b5625b926cc83080a7f59e98.eot);
  src: url(/assets/proxima-nova/2BEE10_8_0-e7ec13a2b5625b926cc83080a7f59e98.eot?#iefix) format("embedded-opentype"), url(/assets/proxima-nova/2BEE10_8_0-360e5a1b2b25481e9d7838c48e734da7.woff) format("woff"), url(/assets/proxima-nova/2BEE10_8_0-89fa5bf45c41f78d73a8ca3fca5aa4ba.ttf) format("truetype"); }
@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 800;
  src: url(/assets/proxima-nova/2BEE10_6_0-2e9b55725391d5b42a920e968df87447.eot);
  src: url(/assets/proxima-nova/2BEE10_6_0-2e9b55725391d5b42a920e968df87447.eot?#iefix) format("embedded-opentype"), url(/assets/proxima-nova/2BEE10_6_0-8ecdd25992ecf8b4d6ae0ba9b3b33c70.woff) format("woff"), url(/assets/proxima-nova/2BEE10_6_0-7ae5ba9c7a66c4f2b5cb0adaf8c2520b.ttf) format("truetype"); }
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html,
body {
  overflow-x: hidden; }

html {
  font-size: 62.5%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%; }

body {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  background-color: #dfdfdf;
  color: #303030;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 400; }
  body.is-modal {
    position: relative;
    overflow-y: hidden; }
    body.is-modal::before {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1000;
      transform: translateZ(0);
      background-color: rgba(0, 0, 0, 0);
      content: ""; }

main {
  flex: 1;
  padding-top: 6rem; }

a {
  color: #303030;
  text-decoration: none;
  transition: all 0.2s; }

button,
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  color: inherit;
  font-family: inherit; }

input::placeholder,
textarea::placeholder {
  color: rgba(223, 223, 223, 0.5); }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

fieldset {
  margin: 0;
  padding: 0;
  border: none; }

select {
  border-radius: 0; }

textarea {
  resize: none; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none; }

h1 {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0; }

h2 {
  font-size: 2.2rem;
  line-height: 1.3636363636;
  font-weight: 700; }

h3 {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 700; }

h4 {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 700; }

h5 {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none; }

h6 {
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase; }

hr {
  width: 100%;
  height: 1px;
  display: block;
  background-color: rgba(223, 223, 223, 0.5);
  border: none; }

iframe {
  border: none; }

img {
  max-width: 100%; }
  img[width], img[height] {
    max-width: none; }

figure {
  margin: 0; }

ol,
ul {
  list-style: none; }

small {
  font-size: 1.2rem;
  line-height: 1.25; }

svg {
  vertical-align: top; }

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

:disabled {
  cursor: not-allowed; }

.ui-helper-hidden-accessible {
  display: none; }

.ui-autocomplete {
  position: absolute;
  z-index: 1001;
  max-height: 20rem;
  overflow-y: auto;
  background: #fff;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf; }
  .ui-autocomplete .ui-menu-item-wrapper {
    padding: .5rem .75rem; }
    .ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
      background: #eee; }

.ui-datepicker {
  position: absolute;
  z-index: 1001;
  display: none;
  padding: .75rem 1rem 1rem;
  background: #fff;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf; }
  .ui-datepicker .ui-datepicker-header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
      order: 1;
      padding: .5rem; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
        width: 1rem;
        height: 0.5rem;
        display: block;
        border-top: .5rem solid transparent;
        border-bottom: .5rem solid transparent;
        border-right: 0.75rem solid #999; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      order: 2;
      flex: 1;
      padding: .5rem;
      text-align: center; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      order: 3;
      padding: .5rem; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
        width: 1rem;
        height: 0.5rem;
        display: block;
        border-top: .5rem solid transparent;
        border-bottom: .5rem solid transparent;
        border-left: 0.75rem solid #999; }

.ui-datepicker-calendar {
  width: 100%; }
  .ui-datepicker-calendar th,
  .ui-datepicker-calendar td {
    text-align: right; }
  .ui-datepicker-calendar thead th {
    padding: .5rem; }
  .ui-datepicker-calendar tbody td .ui-state-default {
    display: block;
    padding: .5rem;
    text-decoration: none; }
  .ui-datepicker-calendar tbody td.ui-datepicker-today .ui-state-default {
    background: #eee; }
  .ui-datepicker-calendar tbody td.ui-datepicker-current-day .ui-state-default {
    background: #999;
    color: #fff; }

.ui-selectmenu-button {
  position: relative;
  display: block;
  width: 100%;
  padding: .5rem 2.5rem .5rem .75rem;
  border: 1px solid #dfdfdf;
  cursor: default; }
  .ui-selectmenu-button .ui-selectmenu-icon {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    display: block;
    pointer-events: none;
    border-top: 0.4rem solid #999;
    border-right: .4rem solid transparent;
    border-left: .4rem solid transparent; }
  .ui-selectmenu-button .ui-selectmenu-text {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    vertical-align: top; }
    .ui-selectmenu-button .ui-selectmenu-text.ui-state-placeholder {
      color: #999; }

.ui-selectmenu-menu {
  position: absolute;
  z-index: 1001;
  display: none; }
  .ui-selectmenu-menu.ui-selectmenu-open {
    display: block; }
  .ui-selectmenu-menu .ui-menu {
    max-height: calc(14.5rem + 1px);
    background: #fff;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    overflow: auto; }
  .ui-selectmenu-menu .ui-menu-item.ui-state-disabled {
    display: none; }
  .ui-selectmenu-menu .ui-menu-item-wrapper {
    padding: .5rem .75rem; }
    .ui-selectmenu-menu .ui-menu-item-wrapper.ui-state-active {
      background: #eee; }

.button {
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  padding: 1rem 1.8rem .7rem;
  border: 2px solid #303030;
  border-radius: 0.4rem;
  color: #303030;
  text-align: center; }
  a.button {
    text-decoration: none; }
  .button:disabled {
    opacity: .2; }
  .button.button--block {
    display: block;
    width: 100%; }
  .button.button--primary {
    background-color: #584cff;
    border-color: #584cff;
    color: #fff; }
  .button.button--secondary {
    background-color: #05fbc5;
    border-color: #05fbc5;
    color: #584cff; }

.checkbox {
  width: 2rem;
  height: 2rem;
  position: relative;
  display: inline-block;
  vertical-align: top; }
  .checkbox__tag {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0; }
    .checkbox__tag + .checkbox__box {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      background: #fff;
      border: 1px solid #dfdfdf;
      border-radius: 0.2rem;
      transition: border-color 0.2s; }
      .checkbox__tag + .checkbox__box::after {
        width: 0;
        height: 0;
        position: absolute;
        top: 5px;
        left: 4px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAASCAYAAABfJS4tAAAAAXNSR0IArs4c6QAAAXZJREFUOBG1lDtLxEAQx5No3o/ifEMEi1il8JHOKoW2FnZ2NtbiF5BgLVzrB7AVsbAQBL+BiKLYWhxcI15h4TPnfyU5spPNEbgYGHZn5z+/ndlsMiY19GiadqgoSi9N025DSEkCNFFVtQ97ga00AtZ1fS+DMnAOX1ZGoQO0g9bbhJHKsvxJ1uq7aH8L4G9SbQ/+KkcxTXM+juNxbrHCQfsbAHzA8vbZ+AbGGpcC4SIq6MBOoyhSuSBxWDKDEOi7YRjrnDSH5kLAz8Mw1DhR5kCzBHvNtdn4BcZmSY/gNRH2Ab8IgkAvilkB0HWJ9gfa7aJuMLcsaw7BJ5LA4Je+75tMyM4f/jPVwN8dgEQT27ZnkfgoSLzC2S2INkYH+yJWaQ3wGQAeBHD69lk3ByXAsAXHcaaRdC+AF6/V0TBGZQzwKcDvKuDHlYl1Aq7rTgJ+W4TDP0mSZKRfwN/egE8AdsPgGM/qfpV1Cpc8z2sB3KZ3ulbyf4l+AaPeffSI1NEGAAAAAElFTkSuQmCC);
        background-size: cover;
        content: ""; }
    .checkbox__tag:checked + .checkbox__box {
      border-color: #303030; }
      .checkbox__tag:checked + .checkbox__box::after {
        width: 11px;
        height: 9px; }
    .checkbox__tag:disabled + .checkbox__box {
      opacity: .2; }
  .checkbox.checkbox--invalid > .checkbox__tag + .checkbox__box {
    border-color: #fe8281; }

.form__title {
  margin-bottom: 1rem;
  text-align: center; }
.form__row:not(:last-child) {
  margin-bottom: 1rem; }
.form__alert {
  background-color: #05fbc5; }

.form-accreditation__row {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }
.form-accreditation__col:nth-child(1) {
  flex: 0 0 60%;
  max-width: 60%;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }
.form-accreditation__col:nth-child(2) {
  flex: 0 0 40%;
  max-width: 40%;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.input > input {
  display: block;
  width: 100%;
  padding: .9rem 1rem .8rem;
  border: 1px solid #dfdfdf;
  border-radius: 0.4rem;
  transition: border 0.2s; }
  .input > input:focus {
    border-color: #303030;
    outline: none; }
  .input > input:disabled {
    opacity: .2; }
  .input > input::placeholder {
    color: #999; }
.input.input--invalid > input {
  border-color: #fe8281; }

.label.label--checkbox {
  position: relative;
  display: inline-block;
  padding-left: 3rem; }
  .label.label--checkbox .checkbox {
    position: absolute;
    top: 0;
    left: 0; }
.label.label--radio {
  position: relative;
  display: inline-block;
  padding-left: 3rem; }
  .label.label--radio .radio {
    position: absolute;
    top: 0;
    left: 0; }

.radio {
  width: 2rem;
  height: 2rem;
  position: relative;
  display: inline-block;
  vertical-align: top; }
  .radio__tag {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0; }
    .radio__tag + .radio__box {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      background: #fff;
      border: 1px solid #dfdfdf;
      border-radius: 50%; }
      .radio__tag + .radio__box::after {
        width: 0;
        height: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #303030;
        border-radius: 50%;
        content: "";
        transition: all 0.2s; }
    .radio__tag:checked + .radio__box::after {
      width: 1rem;
      height: 1rem; }
    .radio__tag:disabled + .radio__box {
      opacity: .2; }
  .radio.radio--invalid .radio__tag + .radio__box {
    border-color: #fe8281; }

.select {
  position: relative; }
  .select__tag {
    display: block;
    width: 100%;
    padding: .9rem 3.6rem .8rem 1rem;
    border: 1px solid #dfdfdf;
    border-radius: 0.4rem;
    transition: border 0.2s; }
    .select__tag + .select__arrow {
      width: 2.4rem;
      height: 2.4rem;
      position: absolute;
      top: 50%;
      right: .6rem;
      transform: translateY(-50%);
      display: block;
      pointer-events: none; }
    .select__tag:focus {
      border-color: #303030;
      outline: none; }
    .select__tag:disabled {
      opacity: .2; }
  .select.select--invalid > .select__tag {
    border-color: #fe8281; }

.textarea > textarea {
  display: block;
  width: 100%;
  padding: .9rem 1rem .8rem;
  border: 1px solid #dfdfdf;
  border-radius: 0.4rem;
  transition: border 0.2s; }
  .textarea > textarea:focus {
    border-color: #303030;
    outline: none; }
  .textarea > textarea:disabled {
    opacity: .2; }
  .textarea > textarea::placeholder {
    color: #999; }
.textarea.textarea--invalid > textarea {
  border-color: #fe8281; }

.container {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem; }

.box {
  padding: 2.5rem 1.5rem;
  background-color: #fff; }
  .box:not(:first-child) {
    margin-top: 1rem; }
  .box:not(:last-child) {
    margin-bottom: 1rem; }
  .box__header {
    text-align: center; }
  .box__nav {
    font-size: 1.8rem;
    line-height: 1.3333333333;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .5rem;
    color: #584cff; }
    .box__nav svg {
      position: relative;
      top: -.1rem;
      fill: #584cff; }
  .box__content:not(:first-child) {
    margin-top: 2rem; }
  .box__content:not(:last-child) {
    margin-bottom: 2rem; }
  .box__content > hr:not(:first-child) {
    margin-top: 2rem; }
  .box__content > hr:not(:last-child) {
    margin-bottom: 2rem; }
  .box--corners {
    position: relative; }
    .box--corners .box__corners {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      overflow: hidden; }
      .box--corners .box__corners > div {
        width: 3rem;
        height: 3rem;
        position: absolute;
        background-color: #dfdfdf;
        border-radius: 50%; }
        .box--corners .box__corners > div:nth-child(1) {
          top: -1.5rem;
          left: -1.5rem; }
        .box--corners .box__corners > div:nth-child(2) {
          top: -1.5rem;
          right: -1.5rem; }
        .box--corners .box__corners > div:nth-child(3) {
          bottom: -1.5rem;
          left: -1.5rem; }
        .box--corners .box__corners > div:nth-child(4) {
          right: -1.5rem;
          bottom: -1.5rem; }
    .box--corners .box__content {
      position: relative;
      z-index: 2;
      margin: 0; }

@font-face {
  src: url(/assets/rub/arial/alsrubl-arial-regular-e04d62e854bba9428f7be37d073d4e0d.woff) format("woff");
  font-family: ALSRubl-Arial;
  font-style: normal;
  font-weight: 400; }
@font-face {
  src: url(/assets/rub/arial/alsrubl-arial-italic-b236a9ffeeb8360ec8d720db61cc3f38.woff) format("woff");
  font-family: ALSRubl-Arial;
  font-style: italic;
  font-weight: 400; }
@font-face {
  src: url(/assets/rub/arial/alsrubl-arial-bold-0ee61cbb511216cc246f4aa73d477655.woff) format("woff");
  font-family: ALSRubl-Arial;
  font-style: normal;
  font-weight: 700; }
@font-face {
  src: url(/assets/rub/arial/alsrubl-arial-bolditalic-46a66f44798e91ff9aeb0fe9061cf72e.woff) format("woff");
  font-family: ALSRubl-Arial;
  font-style: italic;
  font-weight: 700; }
.rub-sans {
  font-family: ALSRubl-Arial, Arial, sans-serif;
  line-height: normal; }

.icon {
  fill: #303030;
  fill-rule: evenodd;
  transition: fill 0.2s; }
  .icon.icon--24 {
    width: 2.4rem;
    height: 2.4rem; }
  .icon.icon--32 {
    width: 3.2rem;
    height: 3.2rem; }
  .icon.icon--36 {
    width: 3.6rem;
    height: 3.6rem; }
  .icon.icon--64 {
    width: 6.4rem;
    height: 6.4rem; }

.link.link--current {
  cursor: default;
  text-decoration: none; }
  .link.link--current:visited, .link.link--current:hover, .link.link--current:active {
    color: inherit; }
.link.link--pseudo {
  text-decoration: underline dotted #303030; }

.wysiwyg:not(:first-child) {
  margin-top: 2rem; }
.wysiwyg:not(:last-child) {
  margin-bottom: 2rem; }
.wysiwyg a {
  text-decoration: underline; }
.wysiwyg mark {
  background-color: #05fbc5; }
.wysiwyg hr:not(:first-child) {
  margin-top: 2rem; }
.wysiwyg hr:not(:last-child) {
  margin-bottom: 2rem; }
.wysiwyg blockquote {
  text-align: center; }
  .wysiwyg blockquote:not(:first-child) {
    margin-top: 2rem; }
  .wysiwyg blockquote:not(:last-child) {
    margin-bottom: 2rem; }
  .wysiwyg blockquote > p {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: none;
    color: #584cff; }
  .wysiwyg blockquote > footer {
    font-size: 1.2rem;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 1rem;
    color: #999; }
    .wysiwyg blockquote > footer > cite {
      font-style: normal; }
.wysiwyg img {
  display: block; }
  .wysiwyg img:not(:first-child) {
    margin-top: 2rem; }
  .wysiwyg img:not(:last-child) {
    margin-bottom: 2rem; }
.wysiwyg figure:not(:first-child) {
  margin-top: 2rem; }
.wysiwyg figure:not(:last-child) {
  margin-bottom: 2rem; }
.wysiwyg figure > img {
  display: block; }
.wysiwyg figure > figcaption {
  font-size: 1.2rem;
  line-height: 1.25;
  margin-top: 1rem;
  color: #999; }
.wysiwyg dl:not(:first-child) {
  margin-top: 2rem; }
.wysiwyg dl:not(:last-child) {
  margin-bottom: 2rem; }
.wysiwyg dl > dt {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: .5rem; }
.wysiwyg dl > dd {
  margin-left: 2rem; }
.wysiwyg ol,
.wysiwyg ul {
  list-style: none; }
  .wysiwyg ol:not(:first-child),
  .wysiwyg ul:not(:first-child) {
    margin-top: 2rem; }
  .wysiwyg ol:not(:last-child),
  .wysiwyg ul:not(:last-child) {
    margin-bottom: 2rem; }
  .wysiwyg ol ol,
  .wysiwyg ol ul,
  .wysiwyg ul ol,
  .wysiwyg ul ul {
    margin: 1.5rem 0 0 -4rem; }
    .wysiwyg ol ol > li,
    .wysiwyg ol ul > li,
    .wysiwyg ul ol > li,
    .wysiwyg ul ul > li {
      margin-left: 4rem;
      padding-left: 0; }
      .wysiwyg ol ol > li:last-child,
      .wysiwyg ol ul > li:last-child,
      .wysiwyg ul ol > li:last-child,
      .wysiwyg ul ul > li:last-child {
        padding-bottom: 0; }
  .wysiwyg ol ol > li::before,
  .wysiwyg ul ol > li::before {
    left: -4rem; }
  .wysiwyg ol ul > li::before,
  .wysiwyg ul ul > li::before {
    left: -3rem; }
  .wysiwyg ol li,
  .wysiwyg ul li {
    position: relative;
    padding: 1.5rem 0 1.5rem 4rem;
    border-top: 1px solid rgba(223, 223, 223, 0.5); }
    .wysiwyg ol li::before,
    .wysiwyg ul li::before {
      position: absolute;
      background-color: #05fbc5;
      border-radius: 50%; }
    .wysiwyg ol li > p,
    .wysiwyg ul li > p {
      margin: 1.5rem 0 0 -4rem; }
.wysiwyg ol {
  counter-reset: ol; }
  .wysiwyg ol > li {
    counter-increment: ol; }
    .wysiwyg ol > li::before {
      width: 3rem;
      height: 3rem;
      left: 0;
      top: 1rem;
      content: counter(ol);
      font-weight: 700;
      line-height: 3rem;
      text-align: center; }
.wysiwyg ul > li::before {
  width: 1rem;
  height: 1rem;
  top: 2rem;
  left: 1rem;
  content: ""; }
.wysiwyg p:not(:first-child) {
  margin-top: 2rem; }
.wysiwyg p:not(:last-child) {
  margin-bottom: 2rem; }
.wysiwyg__table {
  overflow-x: auto; }
  .wysiwyg__table:not(:first-child) {
    margin-top: 2rem; }
  .wysiwyg__table:not(:last-child) {
    margin-bottom: 2rem; }
  .wysiwyg__table > table {
    width: 100%;
    table-layout: fixed; }
    .wysiwyg__table > table caption {
      font-size: 1.2rem;
      line-height: 1.25;
      margin-bottom: 1rem;
      color: #999;
      text-align: right; }
    .wysiwyg__table > table th {
      font-size: 1.2rem;
      line-height: 1.25;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      border-bottom: 1px solid rgba(223, 223, 223, 0.5);
      text-align: left; }
    .wysiwyg__table > table td {
      border-bottom: 1px solid rgba(223, 223, 223, 0.5); }
    .wysiwyg__table > table th,
    .wysiwyg__table > table td {
      padding-top: .5rem;
      padding-bottom: .5rem; }
      .wysiwyg__table > table th:not(:first-child),
      .wysiwyg__table > table td:not(:first-child) {
        padding-left: .5rem; }
      .wysiwyg__table > table th:not(:last-child),
      .wysiwyg__table > table td:not(:last-child) {
        padding-right: .5rem; }
.wysiwyg__video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .wysiwyg__video:not(:first-child) {
    margin-top: 2rem; }
  .wysiwyg__video:not(:last-child) {
    margin-bottom: 2rem; }
  .wysiwyg__video > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
.wysiwyg__slider:not(:first-child) {
  margin-top: 2rem; }
.wysiwyg__slider:not(:last-child) {
  margin-bottom: 2rem; }
.wysiwyg__slider:not(.slick-initialized) img:not(:first-child) {
  display: none; }
.wysiwyg__slider.slick-initialized {
  margin-right: -1.5rem;
  margin-left: -1.5rem; }
  .wysiwyg__slider.slick-initialized .slick-slide,
  .wysiwyg__slider.slick-initialized .slick-slide > div {
    height: calc(75vw - 5rem) !important;
    background-color: #050505; }
  .wysiwyg__slider.slick-initialized .slick-slide {
    padding-right: 1px;
    padding-left: 1px; }
    .wysiwyg__slider.slick-initialized .slick-slide > div {
      position: relative;
      overflow: hidden; }
      .wysiwyg__slider.slick-initialized .slick-slide > div > img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
        width: auto !important; }

.alert {
  padding: 2rem 1rem 1.5rem; }
  .alert__inner {
    position: relative;
    padding: 0 4rem; }
  .alert .alert__icon {
    position: absolute;
    top: -1rem;
    left: 0; }
  .alert__close {
    position: absolute;
    top: -1rem;
    right: 0;
    display: block;
    padding: .2rem; }
  .alert__title {
    margin-bottom: 1rem; }
  .alert__text {
    font-size: 1.2rem;
    line-height: 1.25; }
    .alert__text p:not(:last-child) {
      margin-bottom: 1rem; }
  .alert--top {
    position: fixed;
    top: 6rem;
    left: 0;
    z-index: 1001;
    transform: translateZ(0);
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .alert--primary {
    background-color: #372fcb;
    color: #fff; }
    .alert--primary svg {
      fill: #fff; }
  .alert--error {
    background-color: #fe8281;
    color: #fff; }
    .alert--error svg {
      fill: #fff; }
  .alert--warning {
    background-color: #fffc87;
    color: #303030; }
    .alert--warning svg {
      fill: #303030; }
  .alert--success {
    background-color: #05d9ab;
    color: #303030; }
    .alert--success svg {
      fill: #303030; }

.site-header {
  position: fixed;
  top: 0;
  z-index: 1001;
  transform: translateZ(0);
  width: 100%;
  background-color: #372fcb; }
  .site-header__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 6rem; }
  .site-header__logo {
    flex: 3;
    text-align: center; }
    .site-header__logo a {
      display: inline-block; }
    .site-header__logo img {
      margin-top: -3px;
      vertical-align: top; }
  .site-header__actions {
    flex: 1; }
    .site-header__actions ul {
      display: flex;
      align-items: center;
      flex: 1;
      margin: -.2rem; }
    .site-header__actions li {
      flex: 1;
      min-width: 2.8rem;
      margin: .2rem;
      color: rgba(255, 255, 255, 0.75);
      font-weight: 700;
      letter-spacing: 1.5px;
      text-align: center; }
    .site-header__actions a {
      display: block;
      padding: .2rem;
      color: rgba(255, 255, 255, 0.75); }
    .site-header__actions svg {
      fill: rgba(255, 255, 255, 0.75); }

.site-search {
  display: none;
  height: 6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.opening-hours {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  max-height: calc(100vh - 6rem);
  padding: 1.5rem 2.5rem;
  overflow-y: auto;
  background-color: rgba(55, 47, 203, 0.95);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 4px 0 rgba(5, 5, 5, 0.5); }

.site-nav {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  max-height: calc(100vh - 6rem);
  overflow-y: auto;
  background-color: rgba(55, 47, 203, 0.95);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 4px 0 rgba(5, 5, 5, 0.5); }

@keyframes pageBannerImgZoomIn {
  from {
    transform: scale(1); }
  to {
    transform: scale(1.1); } }
.page-slider {
  margin-top: -6rem;
  background-color: #050505; }
  .page-slider:not(.slick-initialized) .page-banner:not(:first-child) {
    display: none !important; }
  .page-slider.slick-initialized {
    position: relative; }
    .page-slider.slick-initialized .slick-track,
    .page-slider.slick-initialized .slick-slide,
    .page-slider.slick-initialized .slick-slide > div {
      display: flex;
      flex: 1; }
    .page-slider.slick-initialized .slick-slide {
      height: auto; }
    .page-slider.slick-initialized .slick-dots {
      position: absolute;
      right: 0;
      bottom: 5rem;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: -.3rem; }
      .page-slider.slick-initialized .slick-dots > li:not(:last-child) {
        margin-right: .3rem; }
      .page-slider.slick-initialized .slick-dots > li > button {
        width: 1.2rem;
        height: 1.2rem;
        position: relative;
        display: block;
        font-size: 0;
        outline: none; }
        .page-slider.slick-initialized .slick-dots > li > button::before {
          width: 0.6rem;
          height: 0.6rem;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-color: rgba(153, 153, 153, 0.2);
          border-radius: 50%;
          content: "";
          transition: all 0.2s; }
      .page-slider.slick-initialized .slick-dots > li.slick-active > button::before {
        width: 0.9rem;
        height: 0.9rem;
        background-color: #05fbc5; }
  .page-slider .page-banner {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 9rem;
    padding-bottom: 9rem; }
    .page-slider .page-banner__content {
      width: 100%; }
  .page-slider + .actions {
    margin-top: -3rem; }

.page-banner {
  position: relative;
  padding: 10rem 2.5rem;
  background-color: #050505;
  color: #fff;
  text-align: center; }
  .page-slider .page-banner {
    min-height: 38rem; }
  .page-banner::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(5, 5, 5, 0.5);
    content: ""; }
  .page-banner__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    object-fit: cover;
    object-position: center; }
    .slick-current .page-banner__img {
      animation: pageBannerImgZoomIn 10s linear forwards;
      will-change: transform; }
  .page-banner__content {
    position: relative;
    z-index: 3; }
  .page-banner__announcement {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    display: block;
    margin-bottom: 1rem; }
  .page-banner__icon {
    margin-bottom: 2rem;
    fill: #05fbc5; }
  .page-banner__text {
    margin-top: .75rem; }
  .page-banner__action {
    margin-top: 2rem; }
  .page-banner__nav {
    font-size: 1.8rem;
    line-height: 1.3333333333;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .5rem;
    color: rgba(255, 255, 255, 0.8); }
    .page-banner__nav svg {
      fill: rgba(255, 255, 255, 0.8); }
  .page-banner--primary {
    background-color: #584cff; }
    .page-banner--primary::before {
      display: none; }
  .page-banner--map {
    padding: 0;
    height: 18rem; }
    .page-banner--map::before {
      display: none; }

.page-content {
  margin: 2.5rem 0; }

.page-error {
  display: flex;
  align-items: center;
  height: 100vh;
  background: "/assets/error-bg-4d6d365f545ba7499fdb048bdd438da3.jpg" #050505 center repeat;
  color: #fff;
  text-align: center; }
  .page-error__title {
    font-size: 4.8rem;
    line-height: 1;
    color: #584cff; }
  .page-error__text {
    font-size: 1.8rem;
    line-height: 1.3333333333;
    margin: 1rem 0; }
  .page-error__link {
    display: inline-flex;
    align-items: center;
    color: #05fbc5; }
    .page-error__link svg {
      margin-left: .5rem;
      fill: #05fbc5; }

.accordion dt {
  display: flex;
  justify-content: space-between; }
  .accordion dt h5 {
    flex: 1;
    margin-right: 1rem; }
  .accordion dt svg {
    flex-grow: 0;
    flex-shrink: 0;
    margin-top: -.3rem; }
    .accordion dt svg:first-child {
      margin-right: .5rem;
      margin-left: -.5rem;
      fill: #372fcb; }
    .accordion dt svg:last-child {
      margin-right: -.5rem;
      fill: #999;
      transition: transform 0.2s; }
  .accordion dt.is-active svg:last-child {
    transform: rotate(180deg); }
  .accordion dt.is-active + dd {
    display: block; }
.accordion dd {
  display: none; }
  .accordion dd .wysiwyg {
    margin-top: 1rem; }

.actions {
  position: relative;
  z-index: 3;
  margin: 2rem 0 -0.5rem; }
  .actions__inner {
    padding: 2rem 1.5rem;
    background-color: #584cff; }
  .actions__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    margin-right: -1rem;
    margin-left: -1rem;
    margin: -1rem 0; }
    .actions__list li {
      margin: 1rem 0; }
      .actions__list li:not(:last-child) {
        position: relative; }
        .actions__list li:not(:last-child)::after {
          width: 0.5rem;
          height: 0.5rem;
          position: absolute;
          top: 2.75rem;
          right: -0.25rem;
          background-color: #786fff;
          border-radius: 50%;
          content: ""; }
      .actions__list li a {
        display: block; }
    .actions__list--even li {
      flex: 0 0 50%;
      max-width: 50%;
      padding-right: 1rem;
      padding-left: 1rem; }
      .actions__list--even li:nth-child(2n)::after {
        content: none; }
    .actions__list--odd li {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
      padding-right: 1rem;
      padding-left: 1rem; }
      .actions__list--odd li:nth-child(3n)::after {
        content: none; }

.action {
  font-size: 1.2rem;
  line-height: 1.25;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: underline; }
  .action__icon {
    width: 6rem;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 0.5rem;
    background-color: #05d9ab;
    border-radius: 50%; }
    .action__icon svg {
      fill: #584cff; }

.attachments:not(:first-child) {
  margin-top: 2rem; }
.attachments:not(:last-child) {
  margin-bottom: 2rem; }
.attachments__list {
  padding-top: .8rem; }
  .attachments__list > li:not(:last-child) {
    margin-bottom: 2.6rem; }

.attachment {
  position: relative;
  padding-left: 4.6rem;
  display: block; }
  .attachment svg {
    position: absolute;
    top: -.8rem;
    left: 0;
    fill: #786fff; }

.contacts > dl:not(:last-child) {
  margin-bottom: 2rem; }
.contacts > dl dt {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 1rem; }
.contacts > dl dd {
  font-size: 1.2rem;
  line-height: 1.6666666667; }
.contacts__accreditation:not(:first-child) {
  margin-top: 2rem; }
.contacts__accreditation:not(:last-child) {
  margin-bottom: 2rem; }
.contacts__accreditation p:not(:last-child) {
  margin-bottom: 2rem; }
.contacts--icons > dl {
  position: relative;
  padding: 1rem 0 0 5rem; }
  .contacts--icons > dl dt {
    font-size: 1.2rem;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase; }
    .contacts--icons > dl dt svg {
      position: absolute;
      top: 0;
      left: 0;
      fill: #05d9ab; }

.event-card {
  text-align: center; }
  .event-card__title {
    margin-bottom: 1rem; }
  .event-card__info {
    font-size: 1.2rem;
    line-height: 1.25; }
    .event-card__info p {
      margin: .5rem 0;
      color: #999; }

.nav-list {
  background-color: #fff; }
  .nav-list:not(:first-child) {
    margin-top: 1rem; }
  .nav-list:not(:last-child) {
    margin-bottom: 1rem; }
  .nav-list a {
    font-size: 1.2rem;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    padding: 1.1rem 1.5rem .9rem;
    color: #303030; }
    .nav-list a:not(:last-child) {
      border-bottom: 1px solid #dfdfdf; }
  .nav-list--light {
    background-color: transparent; }
    .nav-list--light a {
      padding-right: 2.5rem;
      padding-left: 2.5rem;
      color: #fff; }
      .nav-list--light a:not(:last-child) {
        border-bottom-color: rgba(255, 255, 255, 0.2); }

.news-items__list > li:not(:last-child) {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #05d9ab; }
.news-items__list > li a {
  display: block; }

.news-item__img {
  display: block;
  margin-bottom: 1rem;
  vertical-align: top; }
.news-item__date {
  font-size: 1.2rem;
  line-height: 1.25;
  display: block;
  color: #999; }
.news-item__title {
  margin-top: .5rem; }
.news-item__excerpt {
  font-size: 1.2rem;
  line-height: 1.25;
  margin-top: .5rem; }

.place:not(:last-child) {
  margin-bottom: 2.4rem; }
.place__title {
  margin-bottom: 1.2rem;
  width: 70%; }
.place__map {
  margin: 2rem 0; }
  .place__map a {
    display: block; }
  .place__map img {
    vertical-align: top; }
.place__tickets {
  font-size: 1.2rem;
  line-height: 1.25;
  display: inline-flex;
  align-items: center;
  color: #584cff;
  font-weight: 700; }
  .place__tickets svg {
    margin-left: .5rem;
    fill: #584cff; }
.place p {
  width: 66.6666666667%;
  font-size: 1.2rem;
  line-height: 1.25;
  color: #999; }
  .place p:not(:last-child) {
    margin-bottom: 1.2rem; }
.place dl {
  font-size: 1.2rem;
  line-height: 1.25; }
  .place dl:not(:last-child) {
    margin-bottom: 1.2rem; }
.place dt {
  margin-bottom: 1.2rem;
  font-weight: 700; }
.place dd {
  display: flex;
  justify-content: space-between; }
  .place dd:not(:last-child) {
    margin-bottom: .8rem; }
  .place dd span:not(:last-child) {
    margin-right: .8rem; }
.place--light {
  color: #fff; }

.search-form {
  display: flex;
  align-items: center;
  height: 6rem; }
  .search-form input {
    flex: 1;
    order: 2;
    margin-left: .6rem;
    padding: 2.2rem 0 2.1rem;
    outline: none; }
  .search-form button {
    flex: 0 0 2.8rem;
    order: 1;
    padding: .2rem; }
    .search-form button svg {
      fill: #fff; }
  .search-form--white input {
    color: #fff; }
  .search-form--white button svg {
    fill: #fff; }
  .search-form--base input {
    color: #303030; }
  .search-form--base button svg {
    fill: #303030; }

.search-row {
  margin: -2.5rem 0 3rem;
  border-bottom: 1px solid #05d9ab; }

.search-results__list > li:not(:last-child) {
  margin-bottom: 2.5rem; }
.search-results__list > li a {
  display: block; }

.search-result__date {
  font-size: 1.2rem;
  line-height: 1.25;
  display: block;
  color: #999; }
.search-result__title {
  margin-top: .5rem; }
.search-result__excerpt {
  font-size: 1.2rem;
  line-height: 1.25;
  margin-top: .5rem; }

.tiles:not(:first-child) {
  margin-top: 2rem; }
.tiles:not(:last-child) {
  margin-bottom: 2rem; }
.tiles__list > li:not(:last-child) {
  margin-bottom: 1rem; }
.tiles__list > li > a {
  display: block; }

.tile__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
  object-position: center; }
.tile__content {
  position: relative;
  z-index: 3; }
.tile__date, .tile__type {
  font-size: 1.2rem;
  line-height: 1.25; }
.tile__date {
  display: block;
  margin-bottom: .8rem; }
.tile__type {
  margin-top: .8rem; }
.tile--text {
  padding: 2rem 1.5rem;
  background-color: #fff;
  text-align: center; }
  .tile--text .tile__date,
  .tile--text .tile__type {
    color: #999; }
.tile[class*="tile--photo-"] {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 15rem;
  padding: 2rem 1.5rem; }
  .tile[class*="tile--photo-"] .tile__content {
    margin-top: auto; }
.tile--photo-dark {
  background-color: #050505;
  color: #fff; }
  .tile--photo-dark::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(5, 5, 5, 0.5);
    content: ""; }
.tile--photo-primary {
  background-color: #372fcb;
  color: #fff; }
.tile--photo-secondary {
  background-color: #05fbc5;
  color: #303030; }
.tile--photo-default {
  background-color: #fff;
  color: #050505; }

.tours-groups:not(:last-child) {
  margin-bottom: 1rem; }
.tours-groups__list > li:not(:last-child) {
  margin-bottom: 1rem; }
.tours-groups__list > li a {
  display: block; }

.tours-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 15rem;
  padding: 2rem 1.5rem;
  background-color: #786fff;
  color: #fff;
  text-align: center; }
  .tours-group__icon {
    margin: auto 0;
    fill: #05d9ab; }
  .tours-group__title {
    margin-top: 1rem; }

.tours-prices {
  margin: -1rem 0 -.75rem; }
  .tours-prices dl {
    margin: 0 -1.5rem; }
    .tours-prices dl:not(:last-child) {
      border-bottom: 1px solid rgba(223, 223, 223, 0.5); }
    .tours-prices dl dt {
      padding: 1rem 1.5rem .75rem; }
  .tours-prices__list li {
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.5rem .75rem;
    border-top: 1px solid rgba(223, 223, 223, 0.5); }
    .tours-prices__list li p {
      flex: 1;
      margin-right: 1rem; }
    .tours-prices__list li a {
      font-size: 1.2rem;
      line-height: 1.25;
      color: #372fcb; }
    .tours-prices__list li span {
      flex-grow: 0;
      flex-shrink: 0; }
  .tours-prices__content {
    padding: 1rem 1.5rem .75rem; }

.tour-card {
  text-align: center; }
  .tour-card b,
  .tour-card h5 {
    color: #303030; }
  .tour-card hr:not(:first-child) {
    margin-top: 2rem; }
  .tour-card hr:not(:last-child) {
    margin-bottom: 2rem; }
  .tour-card dl:not(:last-child) {
    margin-bottom: 1.5rem; }
  .tour-card dl dt {
    margin-bottom: .5rem;
    color: #999; }
  footer.tour-card {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(223, 223, 223, 0.5);
    text-align: left; }

.site-footer {
  background-color: #fff;
  text-align: center; }
  .site-footer__subscribe {
    margin: 2rem 0; }
  .site-footer__contact {
    font-size: 1.2rem;
    line-height: 1.25;
    margin: 1.6rem 1rem; }
    .site-footer__contact p {
      margin-bottom: 0.3rem; }
    .site-footer__contact a {
      font-weight: 700;
      text-decoration: underline; }
  .site-footer__partners {
    margin: 2.1rem 1rem 1.9rem; }
    .site-footer__partners ul {
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      align-items: flex-start;
      margin-right: -1rem;
      margin-left: -1rem;
      font-size: 1.2rem;
      line-height: 1.25;
      margin-bottom: -1.9rem;
      color: #999;
      font-weight: 700; }
    .site-footer__partners li {
      flex: 0 0 40%;
      max-width: 40%;
      padding-right: 1rem;
      padding-left: 1rem;
      margin-bottom: 1.9rem; }
      .site-footer__partners li:nth-child(2), .site-footer__partners li:nth-child(3), .site-footer__partners li:nth-child(4) {
        flex: 0 0 40%;
        max-width: 40%;
        padding-right: 1rem;
        padding-left: 1rem; }
      .site-footer__partners li:nth-child(5), .site-footer__partners li:nth-child(6) {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 1rem;
        padding-left: 1rem;
        align-self: center; }
    .site-footer__partners a {
      display: block;
      color: #999; }
    .site-footer__partners img {
      display: block;
      margin: 0 auto 0.8rem; }
  .site-footer__social {
    margin: 1.6rem 0; }
    .site-footer__social ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin: -0.4rem; }
    .site-footer__social li {
      margin: 0.4rem; }
    .site-footer__social a {
      display: block; }
  .site-footer__copyright {
    font-size: 1.2rem;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0.9rem 0 0.7rem;
    background-color: #303030;
    color: #999; }
    .site-footer__copyright a {
      color: #999; }

.info {
  padding: 1rem 2rem 1rem;
  background-color: #fff; }
  .info__title {
    position: relative;
    text-align: left; }
    .info__title::after {
      position: absolute;
      content: '';
      right: 0;
      top: 4px;
      width: 16px;
      height: 16px;
      background-image: url(/assets/icons/chevron-down-solid-5b89a39d7db9ba97c36e8c88abf11815.svg);
      transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out; }
  .info__hours {
    padding-bottom: 0.5rem; }
  .info__contacts {
    padding-top: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.3); }
  .info__hours.rotate > .info__title::after, .info__contacts.rotate > .info__title::after {
    transform: scaleY(-1);
    opacity: 0.5; }
  .info__dropdown {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out, visible 0.5s ease-in-out; }
    .info__dropdown--visible {
      margin-top: 1rem;
      max-height: 1000px;
      opacity: 1;
      visibility: visible; }
    .info__dropdown > dl {
      position: relative;
      padding: 1rem 0 0 5rem; }
    .info__dropdown > dd {
      margin-left: 5rem; }
    .info__dropdown > dl dt {
      margin-bottom: 1rem;
      font-size: 1.5rem;
      line-height: 1.333;
      font-weight: 700;
      letter-spacing: normal;
      text-transform: none; }
    .info__dropdown > dl dd {
      font-size: 1.2rem;
      line-height: 1.667; }
    .info__dropdown > dl dt svg {
      position: absolute;
      top: 0;
      left: 0;
      fill: #05d9ab; }

.questions_and_answers_title {
  font-size: 2.5rem;
  line-height: 3.2rem;
  margin-bottom: 1.6rem; }

.questions_and_answers a {
  color: #584cff;
  text-decoration: none; }

.questions_and_answers > .questions_and_answers_i {
  position: relative;
  width: 100%;
  padding: 1.7rem 0;
  margin: 0 !important;
  border-bottom: 1px solid #e0e0e0; }
  .questions_and_answers > .questions_and_answers_i:last-child {
    border-bottom: none; }

.questions_and_answers .questions_and_answers_i_t {
  max-width: 22.4rem;
  margin-bottom: 0.8rem;
  font-size: 1.9rem;
  line-height: 2.4rem;
  cursor: pointer; }

.questions_and_answers .questions_and_answers_i_descr {
  max-height: 0;
  max-width: 25.4rem;
  padding-left: 0;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.8rem;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out, visibility 0.5s ease-in-out; }

.questions_and_answers_i_t.open + .questions_and_answers_i_descr {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out, visibility 0.5s ease-in-out; }

.questions_and_answers_i_t.open > .questions_and_answers_i_icon {
  transition: transform 0.5s ease-in-out;
  transform: rotate(45deg); }
  .questions_and_answers_i_t.open > .questions_and_answers_i_icon path {
    stroke: #999999; }

.questions_and_answers_i_icon {
  position: absolute;
  top: 1.7rem;
  right: 0;
  padding: 8px;
  box-sizing: content-box;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  transition: transform 0.5s ease-in-out; }

.kassy_container {
  z-index: 9999999999 !important; }
