@font-face {
  font-family: "mak";
  src: local("MAK-bold"), url("../assets/fonts/MAK-bold.woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "mak";
  src: local("MAK-light"), url("../assets/fonts/MAK-light.woff");
  font-weight: 300;
  font-style: normal;
}
html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
}
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #dedede;
  background-image: url(../assets/images/noise.png), url(../assets/images/bg.png);
  background-position: 0 0, 0 0;
  background-size: auto, 100% auto;
  background-repeat: repeat, repeat-y;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.375;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-height: 100vh;
  padding-top: 147px;
}
input,
textarea,
select {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #000000;
  font-family: "Open Sans", sans-serif;
}
textarea {
  resize: none;
}
.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.main-header {
  padding: 100px 0;
}
.main-header__title {
  margin: 0 0 70px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Lora', sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: normal;
  color: #000000;
}
.main-header__text {
  margin: 0 auto;
  max-width: 990px;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Lora', sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: normal;
  color: #000000;
}
.main-header__picture {
  display: block;
  margin-bottom: 70px;
  position: relative;
  width: 100%;
}
.main-header__picture::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 16.927%;
}
.main-header__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.title {
  margin: 0 0 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 45px 9px;
  max-width: 624px;
  width: 100%;
  text-align: center;
  background-color: #1F1E1E;
  text-transform: uppercase;
  font-family: Lora;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  color: #FFFFFF;
}
a {
  color: #000000;
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
button {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #6C6C6C;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6C6C6C;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #6C6C6C;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #6C6C6C;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.air-datepicker-cell.-year-.-other-decade-,
.air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}
.air-datepicker-cell.-year-.-other-decade-:hover,
.air-datepicker-cell.-day-.-other-month-:hover {
  color: var(--adp-color-other-month-hover);
}
.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,
.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}
.-selected-.air-datepicker-cell.-year-.-other-decade-,
.-selected-.air-datepicker-cell.-day-.-other-month- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month);
}
.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,
.-selected-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background: var(--adp-background-color-selected-other-month-focused);
}
.-in-range-.air-datepicker-cell.-year-.-other-decade-,
.-in-range-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color);
}
.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,
.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range-focused);
}
.air-datepicker-cell.-year-.-other-decade-:empty,
.air-datepicker-cell.-day-.-other-month-:empty {
  background: none;
  border: none;
}
.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.air-datepicker-cell.-focus- {
  background: var(--adp-cell-background-color-hover);
}
.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date);
}
.air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color);
}
.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date);
}
.air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled);
}
.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled);
}
.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range);
}
.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled);
}
.air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0;
}
.air-datepicker-cell.-in-range-:hover {
  background: var(--adp-cell-background-color-in-range-hover);
}
.air-datepicker-cell.-range-from- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}
.air-datepicker-cell.-range-to- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}
.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius);
}
.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: var(--adp-cell-background-color-selected);
}
.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--adp-cell-background-color-selected);
}
.air-datepicker-cell.-selected-.-focus- {
  background: var(--adp-cell-background-color-selected-hover);
}
.air-datepicker-body {
  -webkit-transition: all var(--adp-transition-duration) var(--adp-transition-ease);
  transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}
.air-datepicker-body.-hidden- {
  display: none;
}
.air-datepicker-body--day-names {
  display: grid;
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 8px 0 3px;
}
.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}
.air-datepicker-body--day-name.-clickable- {
  cursor: pointer;
}
.air-datepicker-body--day-name.-clickable-:hover {
  color: var(--adp-day-name-color-hover);
}
.air-datepicker-body--cells {
  display: grid;
}
.air-datepicker-body--cells.-days- {
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height);
}
.air-datepicker-body--cells.-months- {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height);
}
.air-datepicker-body--cells.-years- {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height);
}
.air-datepicker-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid var(--adp-border-color-inner);
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.-only-timepicker- .air-datepicker-nav {
  display: none;
}
.air-datepicker-nav--title,
.air-datepicker-nav--action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover);
}
.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active);
}
.air-datepicker-nav--action.-disabled- {
  visibility: hidden;
}
.air-datepicker-nav--action svg {
  width: 32px;
  height: 32px;
}
.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px;
}
.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 8px;
}
.air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: 0.3em;
}
.air-datepicker-nav--title:hover {
  background: var(--adp-background-color-hover);
}
.air-datepicker-nav--title:active {
  background: var(--adp-background-color-active);
}
.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none;
}
.air-datepicker-buttons {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.air-datepicker-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0);
}
.air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
}
.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none;
}
.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active);
}
.air-datepicker-button span {
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.air-datepicker-time {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner);
}
.-only-timepicker- .air-datepicker-time {
  border-top: none;
}
.air-datepicker-time--current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  text-align: center;
}
.air-datepicker-time--current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}
.air-datepicker-time--current-hours,
.air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}
.air-datepicker-time--current-hours:after,
.air-datepicker-time--current-minutes:after {
  content: "";
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}
.air-datepicker-time--current-hours.-focus-:after,
.air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1;
}
.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}
.air-datepicker-time--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  height: 17px;
  background: -webkit-gradient(linear, left top, right top, from(var(--adp-time-track-color)), to(var(--adp-time-track-color))) left 50%/100% var(--adp-time-track-height) no-repeat;
  background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
}
.air-datepicker-time--row:first-child {
  margin-bottom: 4px;
}
.air-datepicker-time--row input[type=range] {
  background: none;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.air-datepicker-time--row input[type=range]::-ms-tooltip {
  display: none;
}
.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover);
}
.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover);
}
.air-datepicker-time--row input[type=range]:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover);
}
.air-datepicker-time--row input[type=range]:focus {
  outline: none;
}
.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}
.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}
.air-datepicker-time--row input[type=range]:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}
.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -webkit-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}
.air-datepicker-time--row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -moz-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}
.air-datepicker-time--row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -ms-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}
.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size)/2*-1);
}
.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}
.air-datepicker-time--row input[type=range]::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}
.air-datepicker-time--row input[type=range]::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}
.air-datepicker-time--row input[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
}
.air-datepicker-time--row input[type=range]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0);
}
.air-datepicker {
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 246px;
  --adp-z-index: 100;
  --adp-padding: 4px;
  --adp-grid-areas: "nav" "body" "timepicker" "buttons";
  --adp-transition-duration: 0.3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, 0.2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 4px;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff9a19;
  --adp-day-name-color-hover: #8ad5f4;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 32px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 2px;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 4px;
  --adp-cell-background-color-hover: var(--adp-background-color-hover);
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 16px;
  --adp-mobile-nav-height: 40px;
  --adp-mobile-width: 320px;
  --adp-mobile-day-cell-height: 38px;
  --adp-mobile-month-cell-height: 48px;
  --adp-mobile-year-cell-height: 64px;
}
.air-datepicker-overlay {
  --adp-overlay-background-color: rgba(0, 0, 0, 0.3);
  --adp-overlay-transition-duration: 0.3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 99;
}
.air-datepicker {
  background: var(--adp-background-color);
  border: 1px solid var(--adp-border-color);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: var(--adp-border-radius);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, -webkit-max-content);
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  -webkit-transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), -webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), -webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease), -webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index);
}
.air-datepicker:not(.-custom-position-) {
  opacity: 0;
}
.air-datepicker.-from-top- {
  -webkit-transform: translateY(calc(var(--adp-transition-offset) * -1));
      -ms-transform: translateY(calc(var(--adp-transition-offset) * -1));
          transform: translateY(calc(var(--adp-transition-offset) * -1));
}
.air-datepicker.-from-right- {
  -webkit-transform: translateX(var(--adp-transition-offset));
      -ms-transform: translateX(var(--adp-transition-offset));
          transform: translateX(var(--adp-transition-offset));
}
.air-datepicker.-from-bottom- {
  -webkit-transform: translateY(var(--adp-transition-offset));
      -ms-transform: translateY(var(--adp-transition-offset));
          transform: translateY(var(--adp-transition-offset));
}
.air-datepicker.-from-left- {
  -webkit-transform: translateX(calc(var(--adp-transition-offset) * -1));
      -ms-transform: translateX(calc(var(--adp-transition-offset) * -1));
          transform: translateX(calc(var(--adp-transition-offset) * -1));
}
.air-datepicker.-active-:not(.-custom-position-) {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.air-datepicker.-active-.-custom-position- {
  -webkit-transition: none;
  transition: none;
}
.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  -webkit-box-shadow: none;
          box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.air-datepicker.-inline- .air-datepicker--pointer {
  display: none;
}
.air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position: fixed;
  width: var(--adp-mobile-width);
  border: none;
}
.air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none;
}
.air-datepicker.-is-mobile-:not(.-custom-position-) {
  -webkit-transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
      -ms-transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
          transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}
.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.air-datepicker.-custom-position- {
  -webkit-transition: none;
  transition: none;
}
.air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0;
}
.air-datepicker--pointer {
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1;
}
.air-datepicker--pointer:after {
  content: "";
  position: absolute;
  background: #fff;
  border-top: 1px solid var(--adp-border-color-inline);
  border-right: 1px solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.-top-left- .air-datepicker--pointer,
.-top-center- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer,
[data-popper-placement^=top] .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size) + 1px);
}
.-top-left- .air-datepicker--pointer:after,
.-top-center- .air-datepicker--pointer:after,
.-top-right- .air-datepicker--pointer:after,
[data-popper-placement^=top] .air-datepicker--pointer:after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.-right-top- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer,
[data-popper-placement^=right] .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size) + 1px);
}
.-right-top- .air-datepicker--pointer:after,
.-right-center- .air-datepicker--pointer:after,
.-right-bottom- .air-datepicker--pointer:after,
[data-popper-placement^=right] .air-datepicker--pointer:after {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.-bottom-left- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer,
[data-popper-placement^=bottom] .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size) + 1px);
}
.-bottom-left- .air-datepicker--pointer:after,
.-bottom-center- .air-datepicker--pointer:after,
.-bottom-right- .air-datepicker--pointer:after,
[data-popper-placement^=bottom] .air-datepicker--pointer:after {
  -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
          transform: rotate(315deg);
}
.-left-top- .air-datepicker--pointer,
.-left-center- .air-datepicker--pointer,
.-left-bottom- .air-datepicker--pointer,
[data-popper-placement^=left] .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size) + 1px);
}
.-left-top- .air-datepicker--pointer:after,
.-left-center- .air-datepicker--pointer:after,
.-left-bottom- .air-datepicker--pointer:after,
[data-popper-placement^=left] .air-datepicker--pointer:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.-top-left- .air-datepicker--pointer,
.-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset);
}
.-top-right- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset);
}
.-top-center- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size)/2);
}
.-left-top- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset);
}
.-left-bottom- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset);
}
.-left-center- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size)/2);
}
.air-datepicker--navigation {
  grid-area: nav;
}
.air-datepicker--content {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body;
}
.-only-timepicker- .air-datepicker--content {
  display: none;
}
.air-datepicker--time {
  grid-area: timepicker;
}
.air-datepicker--buttons {
  grid-area: buttons;
}
.air-datepicker--buttons,
.air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 1px solid var(--adp-border-color-inner);
}
.air-datepicker-overlay {
  position: fixed;
  background: var(--adp-overlay-background-color);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
  -webkit-transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
          transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
  z-index: var(--adp-overlay-z-index);
}
.air-datepicker-overlay.-active- {
  opacity: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
}
.air-datepicker-overlay {
  --adp-overlay-z-index: 119;
}
.air-datepicker {
  --adp-z-index: 120;
  --adp-width: 250px;
  --adp-border-radius: 5px;
  --adp-border-color-inner: #dedede;
  --adp-font-family: "Open Sans", sans-serif;
  --adp-day-name-color: #000000;
  --adp-day-name-color-hover: #BD362F;
  --adp-accent-color: #a51505;
  --adp-color-secondary: #BD362F;
  --adp-cell-background-color-selected: #a51505;
  --adp-cell-background-color-selected-hover: #BD362F;
  --adp-background-color-hover: #dedede;
  --adp-background-color-active: #bfbfbf;
}
.air-datepicker-nav--title {
  color: #000000;
}
.air-datepicker-nav--title i {
  color: inherit;
}
.air-datepicker-body--day-name,
.air-datepicker-cell {
  font-weight: 700;
}
.air-datepicker-cell.-disabled- {
  pointer-events: none;
}
/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}
.selectric-focus .selectric {
  border-color: #aaaaaa;
}
.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
.selectric-wrapper {
  position: relative;
}
.selectric-wrapper::after,
.selectric-wrapper::before {
  content: "";
  position: absolute;
  top: 27px;
  width: 8px;
  height: 2px;
  background-color: #000000;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  z-index: 10;
}
.selectric-wrapper::after {
  right: 22px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.selectric-wrapper::before {
  right: 27px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.selectric-open {
  z-index: 10;
}
.selectric-open.selectric-wrapper:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.selectric-open.selectric-wrapper:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.selectric-open .selectric-items {
  display: block;
  margin-top: 5px;
  width: 100% !important;
}
.selectric {
  height: 55px;
  border-radius: 5px;
  border: none;
  background-color: #FFFFFF;
}
.selectric .button {
  display: none;
}
.selectric .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 17px 0 16px;
  margin: 0 23px;
  height: 100%;
  font-size: 16px;
  line-height: 1;
}
.selectric-items {
  border-radius: 5px;
  border: none;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.selectric-items .selectric-scroll {
  overflow-x: hidden;
  overflow-y: auto;
}
.selectric-items li {
  padding: 10px 23px;
  font-size: 16px;
}
/**
 * Swiper 11.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 5, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper--3s {
  width: 100%;
}
.swiper--3s .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(33.3333% + 20px);
  min-width: 340px;
  padding-right: 60px;
}
.swiper--3s .swiper-slide:last-child {
  width: calc(33.3333% - 40px);
  min-width: 280px;
  padding-right: 0;
}
.swiper--3s .swiper-slide > * {
  width: 100%;
}
.swiper--3s .swiper-slide .event-card__link {
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: grab;
}
.swiper--3s .swiper-slide .event-card__link:active {
  cursor: pointer;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.swiper--3s .swiper-slide .event-card__title {
  cursor: pointer;
}
.swiper-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 530px;
  max-width: 100%;
  margin: 70px auto 0;
}
.swiper-arrow-next,
.swiper-arrow-prev {
  background: none;
  background-color: transparent;
  border: none ;
  outline: none;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: auto;
  left: auto;
  width: auto;
  margin: 0 auto;
  padding: 0 15px;
}
.swiper-pagination-bullet {
  width: 15px;
  height: 2px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-radius: 2px;
  background-color: #bfbfbf;
  background-clip: padding-box;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000000;
  background-clip: padding-box;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 2px 3px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  --webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}
#toast-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > :hover {
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
.btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 40px;
  border: 1px solid #000000;
  background-color: transparent;
  outline: none;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  overflow: hidden;
  cursor: pointer;
}
.btn:active {
  background-color: #000000;
  color: #FFFFFF;
}
.btn--red {
  color: #FFFFFF;
  background-color: #BD362F;
  border-radius: 0;
  border: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.arrow-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background: none;
  background-color: transparent;
  outline: none;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  cursor: pointer;
}
.arrow-btn:active {
  color: #BD362F;
}
.arrow-btn--disabled:hover:disabled {
  color: #bfbfbf;
}
.arrow-btn__icon--down {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.arrow-btn__icon--left {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.arrow-btn__icon--right {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.arrow-btn__name {
  white-space: nowrap;
  text-align: center;
  margin: 0 0 27px 0;
}
.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.link:hover {
  color: #BD362F;
}
.link:active {
  color: #BD362F;
}
.link__icon {
  margin-left: 20px;
}
.link__name,
.link__icon {
  cursor: pointer;
}
.page-title {
  margin: 0 0 80px;
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: 70px;
  line-height: 90px;
  text-align: center;
}
.section-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 624px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 62px;
  margin: 0 auto 150px;
  padding: 8px 45px;
  background-color: #000000;
  color: #FFFFFF;
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.277;
  text-align: center;
  text-transform: uppercase;
}
.section-title--lower {
  font-weight: 400;
  font-size: 22px;
}
.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.radio__label {
  display: block;
  margin-bottom: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 23px;
  position: relative;
  min-height: 23px;
  cursor: pointer;
}
.radio__label:last-child {
  margin-bottom: 0px;
}
.radio__input {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
  overflow: hidden !important;
  white-space: nowrap !important;
}
.radio__input:checked ~ .radio__mark {
  background-color: #000000;
}
.radio__mark {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 2px solid #000000;
  padding: 3px;
  background-clip: content-box;
  background-color: transparent;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.radio__name {
  display: block;
  margin-left: 23px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.check {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 40px;
  display: block;
}
.check--red {
  color: #BD362F;
}
.check--red .check__mark {
  border-color: #BD362F;
}
.check--red .check__input:checked ~ .check__mark {
  background-color: #BD362F;
}
.check--red .check__label {
  color: #BD362F;
}
.check--disabled {
  pointer-events: none;
  opacity: 0.5;
}
.check label.error,
.check span.error {
  position: absolute;
  bottom: -25px;
  color: #BD362F;
  display: block;
  margin: 5px 0 0;
}
.check__input {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
  overflow: hidden !important;
  white-space: nowrap !important;
}
.check__input:checked ~ .check__mark {
  background-color: #000000;
}
.check__input:checked ~ .check__mark::after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 7px;
  width: 6px;
  height: 12px;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.check__mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000000;
  background-color: transparent;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.check__label {
  font-size: 16px;
  color: #000000;
}
.check__label--footer {
  font-size: 14px;
}
.field label.error,
.field span.error {
  color: #BD362F;
  display: block;
  margin: 5px 0 0;
}
.field__title {
  margin: 0 0 10px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
.field__title--mb7 {
  margin-bottom: 7px;
}
.field__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.field__select,
.field__input,
.field__textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  padding: 17px 20px 16px;
  width: 100%;
  border-radius: 5px;
  background-color: #FFFFFF;
  font-size: 16px;
  color: #000000;
}
.field__select,
.field__input {
  height: 55px;
}
.field__textarea {
  height: 150px;
}
.field__input--w55 {
  width: 55px;
}
.field__input--w110 {
  width: 110px;
}
.field__input--datetime {
  padding: 17px 13px 16px;
  text-align: center;
}
.field__input::-webkit-input-placeholder {
  font-size: 16px;
  color: #6c6c6c;
}
.field__input::-moz-placeholder {
  font-size: 16px;
  color: #6c6c6c;
}
.field__input:-ms-input-placeholder {
  font-size: 16px;
  color: #6c6c6c;
}
.field__input::-ms-input-placeholder {
  font-size: 16px;
  color: #6c6c6c;
}
.field__input::placeholder {
  font-size: 16px;
  color: #6c6c6c;
}
.field__label {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 22px;
  color: #000000;
}
.field__label--textarea {
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
.field__date {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 250px;
}
.field__date-inputs {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55px;
  pointer-events: none;
}
.field__date-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 55px;
  height: 55px;
  margin-right: 15px;
  border: none;
  border-radius: 5px;
  background-color: #FFFFFF;
  padding: 0 5px;
  font-size: 16px;
  line-height: 1.375;
  text-align: center;
  pointer-events: none;
}
.field__date-input--year {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 0;
}
.field__date-picker {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 250px;
  height: 55px;
  border: none;
  border-radius: 5px;
  opacity: 0;
  cursor: pointer;
}
.breadcrumbs {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1414px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 40px;
}
.breadcrumbs__link {
  display: inline;
  margin-right: 10px;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.breadcrumbs__link::after {
  content: "/";
  position: relative;
  left: 4px;
  display: inline-block;
  width: 0;
  color: #000000;
  pointer-events: none;
}
.breadcrumbs__link:hover {
  color: #BD362F;
}
.breadcrumbs__link:last-child {
  margin-right: 0;
}
.breadcrumbs__link:last-child::after {
  display: none;
}
.breadcrumbs--current .breadcrumbs__link {
  display: inline;
  margin-right: 10px;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.breadcrumbs--current .breadcrumbs__link::after {
  content: "/";
  position: relative;
  left: 4px;
  display: inline-block;
  width: 0;
  color: #000000;
  pointer-events: none;
}
.breadcrumbs--current .breadcrumbs__link:hover {
  color: #BD362F;
}
.breadcrumbs--current .breadcrumbs__link:nth-child(2)::after {
  content: "";
}
.breadcrumbs--current .breadcrumbs__link:last-child {
  display: none;
  margin-right: 0;
}
.article {
  padding: 40px 0 150px;
}
.article__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1414px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.article__content {
  max-width: 830px;
}
.content {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.375;
  word-wrap: break-word;
}
.content h1,
.content h2,
.content h4,
.content h4,
.content h5,
.content h6 {
  margin: 1.3em 0 0.8em;
  font-family: "Open Sans", sans-serif;
  color: #000000;
  font-weight: 600;
}
.content h1:first-child,
.content h2:first-child,
.content h4:first-child,
.content h4:first-child,
.content h5:first-child,
.content h6:first-child {
  margin-top: 0;
}
.content h1:last-child,
.content h2:last-child,
.content h4:last-child,
.content h4:last-child,
.content h5:last-child,
.content h6:last-child {
  margin-bottom: 0;
}
.content h1 {
  font-size: 32px;
}
.content h2 {
  font-size: 28px;
}
.content h4 {
  font-size: 24px;
}
.content h4 {
  font-size: 20px;
}
.content h5 {
  font-size: 18px;
}
.content h6 {
  font-size: 16px;
}
.content ol,
.content ul,
.content p {
  margin: 20px 0;
  font-family: "Open Sans", sans-serif;
}
.content ol:first-child,
.content ul:first-child,
.content p:first-child {
  margin-top: 0;
}
.content ol:last-child,
.content ul:last-child,
.content p:last-child {
  margin-bottom: 0;
}
.content ul,
.content ol {
  position: relative;
  padding: 0;
  list-style: none;
  font-family: "Open Sans", sans-serif;
}
.content ul > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 20px;
}
.content ul > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #BD362F;
  pointer-events: none;
}
.content ol {
  counter-reset: li;
  padding: 0;
}
.content ol > li {
  counter-increment: li;
}
.content ol > li::before {
  content: counter(li) ". ";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
  white-space: pre;
}
.content ul > li,
.content ol > li {
  margin: 0 0 8px;
  cursor: default;
}
.content ul > li:last-child,
.content ol > li:last-child {
  margin-bottom: 0;
}
.content img,
.content iframe,
.content figure {
  display: block;
  max-width: 700px;
}
.content > img,
.content > iframe,
.content > figure {
  margin: 30px 0;
}
.content > img:first-child,
.content > iframe:first-child,
.content > figure:first-child {
  margin-top: 0;
}
.content > img:last-child,
.content > iframe:last-child,
.content > figure:last-child {
  margin-bottom: 0;
}
.content iframe {
  border: none;
  outline: none;
}
.content figure img {
  max-width: 100%;
  margin: 0;
}
.content figcaption {
  margin: 15px 0;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  font-size: 13px;
  text-align: left;
}
.content figcaption:first-child {
  margin-top: 0;
}
.content figcaption:last-child {
  margin-bottom: 0;
}
.content img[align],
.content img.alignright {
  margin: 5px 0;
}
.content img[align] + figcaption,
.content img.alignright + figcaption {
  display: none;
}
.content img[align="right"],
.content img.alignright {
  margin-left: 10px;
}
.content img.alignright {
  float: right;
}
.content img[align="left"],
.content img.alignleft {
  margin-right: 10px;
}
.content img.alignleft {
  float: left;
}
.content a {
  font-weight: 600;
  color: #000000;
  text-decoration: underline;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  cursor: pointer;
}
.content a:hover {
  color: #BD362F;
}
.content blockquote {
  position: relative;
  margin: 30px 0;
  padding: 0 0 0 20px;
  color: rgba(0, 0, 0, 0.9);
  font-style: normal;
  font-weight: 600;
}
.content blockquote:first-child {
  margin-top: 0;
}
.content blockquote:last-child {
  margin-bottom: 0;
}
.content blockquote::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #BD362F;
}
.content b {
  font-weight: 700;
}
.form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  row-gap: 30px;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
.form__list--mb50 {
  margin-bottom: 50px;
}
.form__group {
  width: calc(50% - 30px);
}
.form__field {
  display: block;
  width: 100%;
}
.form__field--w50 {
  width: calc(50% - 30px);
  min-width: 240px;
}
.form__field--mb30 {
  margin-bottom: 30px;
}
.form__btn {
  max-width: 400px;
  width: 100%;
}
.form__check--mb40 {
  margin-bottom: 40px;
}
.form__close-btn {
  margin: 0 auto;
  padding: 4px 0;
  border: none;
  background: transparent;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  -webkit-text-decoration: underline 0.5px;
          text-decoration: underline 0.5px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  margin-left: 133px;
}
.form__close-btn:hover {
  color: #BD362F;
}
.i-want {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
}
.i-want__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 624px;
}
.i-want__text {
  text-align: center;
  font-family: "Lora", serif;
  text-transform: uppercase;
  color: #000000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.44px;
  margin: 0;
  margin-bottom: 46px;
}
.i-want__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.i-want__event {
  width: 272px;
}
.i-want__landlord {
  width: 246px;
}
.i-want--mb100 {
  margin-bottom: 100px;
}
.i-want--mb200 {
  margin-bottom: 200px;
}
.services-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 401px;
  gap: 40px;
}
.services-item__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 401px;
  text-align: center;
}
.services-item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 110px;
  height: 110px;
  background-color: #000000;
  color: #BD362F;
}
.services-item__title {
  margin: 40px 0 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  color: #000000;
}
.services-item__info {
  margin: auto;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  color: #000000;
}
.services-item__info[href] {
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.services-item__info[href]:active {
  color: #BD362F;
}
.services-item__info:last-child {
  margin-bottom: 0;
}
.contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 54px;
}
.contacts-item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 110px;
  height: 110px;
  background-color: #000000;
  color: #BD362F;
}
.contacts-item__title {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  color: #000000;
}
.contacts-item__info {
  margin: 0 0 5px;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #000000;
}
.contacts-item__info[href] {
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.contacts-item__info[href]:active {
  color: #BD362F;
}
.contacts-item__info:last-child {
  margin-bottom: 0;
}
.subscribe {
  max-width: 410px;
  width: 100%;
}
.subscribe label.error,
.subscribe span.error {
  color: #BD362F;
  display: block;
  margin: 5px 0 0;
}
.subscribe label.error {
  position: absolute;
  bottom: -25px;
}
.subscribe span.error {
  font-size: 14px;
  bottom: -20px;
}
.subscribe__title {
  margin: 0 0 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
}
.subscribe__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.subscribe__wrapper-input {
  width: 100%;
}
.subscribe__input {
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 49px;
  padding: 15px 15px 15px 28px;
  background-color: #FFFFFF;
}
.subscribe__input:focus {
  outline: none;
}
.subscribe__submit {
  height: 49px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  border: none;
  outline: none;
  background-color: #000000;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.subscribe__submit:active {
  background-color: #BD362F;
}
.pp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 90px 50px 50px;
  overflow-y: auto;
  z-index: 110;
  background-color: #dedede;
  display: none;
}
@supports ((-webkit-backdrop-filter: blur(25px)) or (backdrop-filter: blur(25px))) {
  .pp {
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(25px);
            backdrop-filter: blur(25px);
  }
}
.pp__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 280px;
  max-width: 1210px;
  width: 100%;
  margin: auto;
  padding: 70px 40px 40px;
  background-color: #dedede;
  background-image: url(../../assets/images/noise.png);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto;
}
.pp__title {
  margin: -110px 0 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 84px;
  max-width: 595px;
  background-color: #000000;
  text-transform: uppercase;
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.44px;
  color: #FFFFFF;
}
.pp__sticky-close {
  position: sticky;
  -ms-flex-item-align: end;
      align-self: flex-end;
  top: 0;
  width: 0;
}
.pp__sticky-btn {
  position: absolute;
  right: -70px;
  top: -100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  border: none;
  outline: none;
  border-radius: 50%;
  background-color: #000000;
  color: #FFFFFF;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.pp__btn-icon {
  pointer-events: none;
}
.pp__form {
  margin: auto;
  max-width: 870px;
}
.scene__table--red {
  color: #BD362F;
}
.scene__table--black {
  color: #000000;
}
.scene__table-group--red,
.scene__table-group--black {
  fill: transparent;
}
.scene__table-group--red-active {
  fill: #BD362F;
}
.scene__table-group--black-active {
  fill: #000000;
}
.scene__table-num-active {
  color: #FFFFFF;
}
.table {
  width: 100%;
  border-collapse: collapse;
  color: #000000;
  text-align: center;
}
.table__tr:nth-child(2n - 1) {
  background-color: rgba(0, 0, 0, 0.03);
}
.table__th,
.table__footer-th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border-right: 1px solid #bfbfbf;
  text-transform: uppercase;
}
.table__th:first-child,
.table__footer-th:first-child {
  padding-left: 0;
}
.table__th:last-child,
.table__footer-th:last-child {
  border-right: none;
  padding-right: 0;
}
.table__th {
  height: 85px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.35;
}
.table__footer-th {
  height: 60px;
  font-size: 0;
}
.table__body-th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  padding: 10px 10px 10px 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
}
.table__td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  padding: 10px;
  border: 1px solid #bfbfbf;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.table__td:last-child {
  border-right: none;
  padding-right: 0;
}
.table__ok {
  display: block;
  position: relative;
  width: 26px;
  height: 26px;
  margin: auto;
  border-radius: 50%;
  background-color: #000000;
}
.table__ok::after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 8px;
  height: 14px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.event-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 405px;
  max-width: 100%;
  min-width: 280px;
}
.event-card__link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.event-card__link:active .event-card__title {
  color: #BD362F;
  text-decoration-color: #BD362F;
}
.event-card__picture {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 25px;
  font-size: 0;
  text-decoration: none;
  overflow: hidden;
}
.event-card__picture ::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 107.16%;
}
.event-card__img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-card__title {
  margin: 0 0 auto;
  min-height: 64px;
  text-decoration: underline;
  text-decoration-color: transparent;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #1F1E1E;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.event-card__description {
  margin: 15px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #1F1E1E;
}
.event-card__time {
  margin-top: auto;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  color: #1F1E1E;
}
.article-card {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.article-card:hover .article-card__picture {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.55);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.55);
}
.article-card__link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: block;
  width: 467px;
  margin-right: 60px;
  font-size: 0;
  text-decoration: none;
}
.article-card__link:hover ~ .article-card__info .article-card__title-link {
  color: #BD362F;
  text-decoration-color: #BD362F;
}
.article-card__picture {
  display: block;
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  overflow: hidden;
}
.article-card__picture::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 62.3126%;
}
.article-card__img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-card__info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding: 30px 0;
  padding-right: 150px;
}
.article-card__time {
  margin: 0 0 40px;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
.article-card__title-link,
.article-card__description {
  max-width: 470px;
}
.article-card__title-link {
  margin: auto 0 40px;
  color: #000000;
  text-decoration-color: transparent;
  -webkit-transition: color 0.2s, text-decoration-color 0.2s;
  transition: color 0.2s, text-decoration-color 0.2s;
}
.article-card__title-link:hover {
  color: #BD362F;
  text-decoration-color: #BD362F;
}
.article-card__title {
  margin: 0;
  color: inherit;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
}
.article-card__description {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}
.article-card__arrow {
  position: absolute;
  right: 0;
  bottom: 30px;
  color: inherit;
  -webkit-transition: none;
  transition: none;
}
.article-card + .article-card {
  margin-top: 120px;
}
.article-card + .article-card::before {
  content: "";
  display: block;
  position: absolute;
  margin: 0 auto 60px;
  bottom: 100%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1254px;
  height: 1px;
  background-color: #000000;
  pointer-events: none;
}
.listing {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1414px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.listing__events-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px -120px;
}
.listing__event-card {
  max-width: 405px;
  width: calc(33.333% - 60px);
  margin: 0 30px 120px;
}
.listing__link {
  margin-top: 85px;
  display: inherit;
  margin-left: auto;
}
.listing__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 70px;
}
.home {
  padding-top: 0px;
}
.home__listing {
  margin-bottom: 95px;
}
.home__doit {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 2161px;
  margin-top: 230px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.home__doit-text1,
.home__doit-text2,
.home__doit-text11,
.home__doit-text12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  font-family: "mak", serif;
  font-weight: 700;
  line-height: 120%;
  font-size: 128px;
  font-style: normal;
  text-wrap: nowrap;
}
.home__doit-text1 {
  margin-left: -52px;
  white-space: nowrap;
  overflow: visible;
}
.home__doit-text2 {
  margin-left: 712px;
  white-space: nowrap;
  overflow: visible;
}
.events {
  padding-top: 138px;
}
.events__listing {
  margin-bottom: 100px;
}
.events__title {
  -ms-flex-item-align: center;
      align-self: center;
}
.events__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1414px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.events__services {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1414px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 50px;
}
.events__services-description {
  max-width: 870px;
  margin: 0 0 60px;
  font-size: 16px;
  line-height: 22px;
}
.events__tariffs-table {
  margin-bottom: 50px;
}
.events__services-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 67px;
  margin: 0 0 90px;
}
.event {
  padding: 40px 0 150px;
}
.event__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1414px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.event__header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1414px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 80px;
}
.event__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
.event__info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 13px 0;
  font-family: "mak", serif;
  font-weight: 300;
  text-align: right;
  text-transform: uppercase;
}
.event__info::before,
.event__info::after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 140px;
  max-width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, right top, left top, from(#1C1B1B), color-stop(82.86%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(270deg, #1C1B1B 0%, rgba(255, 255, 255, 0) 82.86%);
}
.event__info::before {
  top: 0;
}
.event__info::after {
  bottom: 0;
}
.event__info:last-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.event__info:last-child::before,
.event__info:last-child::after {
  left: 0;
  right: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#1C1B1B), color-stop(82.86%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, #1C1B1B 0%, rgba(255, 255, 255, 0) 82.86%);
}
.event__time {
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
}
.event__time::after {
  content: attr(data-caption);
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.event__info-text {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}
.event__picture {
  display: block;
  width: 497px;
  margin: 0 50px;
}
.event__image {
  display: block;
  width: 100%;
}
.event__content {
  max-width: 830px;
  margin-bottom: 80px;
}
.upcoming {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 64px;
}
.upcoming__wrapper {
  max-width: 1920px;
  width: 100%;
  background-color: #FFFFFF;
  -webkit-clip-path: polygon(0 0, 36.4% 2.59%, 100% 0, 100% 100%, 64.7% 97.41%, 0 100%, 0 0);
          clip-path: polygon(0 0, 36.4% 2.59%, 100% 0, 100% 100%, 64.7% 97.41%, 0 100%, 0 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.upcoming__title {
  height: 62px;
  margin-top: 120px;
  margin-bottom: 150px;
}
.upcoming__events-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.upcoming__event-card {
  max-width: 405px;
  width: calc(33.333% - 60px);
  margin: 0 30px 0;
}
.upcoming__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 525px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 70px;
}
.upcoming__link {
  margin-top: 15px;
  margin-left: auto;
  margin-right: 30px;
  margin-bottom: 121px;
}
.upcoming__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1414px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.upcoming__arrow {
  padding: 0;
}
.contacts__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1414px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contacts__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 67px;
  margin-right: 30px;
}
.contacts__map {
  position: relative;
  max-width: 752px;
  width: 100%;
}
.reserve {
  display: grid;
  gap: 65px 11%;
  grid-template-columns: 405px calc(89% - 405px);
  grid-template-areas: "checks scheme" "order legend";
  width: 100%;
}
.reserve__checks {
  grid-area: checks;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.reserve__order {
  grid-area: order;
}
.reserve__scheme {
  grid-area: scheme;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.reserve__legend {
  grid-area: legend;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
.reserve__section-title {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
.reserve__section-title--mb30 {
  margin-bottom: 30px;
}
.reserve__check {
  margin-bottom: 10px;
}
.reserve__check:last-child {
  margin-bottom: 0;
}
.reserve__scheme-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 780px;
}
.reserve__scheme-title {
  margin: 0 0 40px;
  padding: 6px 56px;
  background-color: #000000;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.reserve__scheme-wrapper {
  position: relative;
  width: 100%;
}
.reserve__scheme-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 51.15384%;
}
.reserve__scene {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.reserve__tickets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 15px;
}
.reserve__tickets:last-child {
  margin-bottom: 0;
}
.reserve__qty::after {
  content: " " attr(data-caption) " | " attr(data-price);
}
.reserve__sum {
  font-size: 18px;
  font-weight: 600;
}
.reserve__sum::after {
  content: attr(data-currency);
  margin-left: 4px;
  font-size: 0.95em;
}
.reserve__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 600;
  margin: 25px 0 53px 0;
}
.reserve__total::before {
  content: attr(data-caption);
  margin-right: 30px;
}
.reserve__total::after {
  content: attr(data-currency);
  margin-left: 4px;
  font-size: 0.95em;
}
.reserve__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 0 35px;
}
.reserve__price-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  min-height: 24px;
  margin-bottom: 15px;
  padding-left: 34px;
  padding-top: 2px;
  font-size: 14px;
  line-height: 19px;
}
.reserve__price-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-color: #000000;
}
.reserve__price-item::after {
  content: attr(data-caption);
}
.reserve__price-item--red::before {
  background-color: #BD362F;
}
.reserve__price-item:last-child {
  margin-bottom: 0;
}
.reserve__submit {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 141px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  white-space: nowrap;
  max-width: 405px;
}
.reserve__notation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.reserve__note {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  min-height: 24px;
  margin-bottom: 13px;
  padding-left: 54px;
  padding-top: 2px;
  font-size: 14px;
  line-height: 19px;
}
.reserve__note--free::before,
.reserve__note--free::after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #000000;
  border-radius: 50%;
}
.reserve__note--free::after {
  left: 12px;
  border-color: #BD362F;
}
.reserve__note--booked::before {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #bfbfbf;
}
.reserve__note:last-child {
  margin-bottom: 0;
}
.page-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 147px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 100;
}
.page-header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(222, 222, 222, 0.98);
}
@supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
  .page-header::before {
    background-color: rgba(222, 222, 222, 0.7);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
}
.page-header__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1414px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.page-header__logo {
  display: inline-block;
  width: 202px;
  height: 147px;
}
.page-header__logo-img {
  width: 100%;
  height: 100%;
}
.page-header__nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 auto;
}
.page-header__nav-link {
  margin: 0 25px;
  font-family: "Open Sans", sans-serif;
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
}
.page-header__nav-link:hover {
  color: #BD362F;
}
.page-header__nav-user {
  display: none;
}
.page-header__nav-user-link {
  margin-right: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}
.page-header__nav-logout {
  width: 24px;
  height: 24px;
  font-size: 0;
}
.page-header__right-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 202px;
}
.page-header__sign-in-btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 40px;
  border: 1px solid #000000;
  background-color: transparent;
  outline: none;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  overflow: hidden;
  cursor: pointer;
}
.page-header__sign-in-btn:active {
  background-color: #000000;
  color: #FFFFFF;
}
.page-header__sign-in-btn:hover {
  background-color: #000000;
  color: #FFFFFF;
}
.page-header__user-icon {
  display: none;
}
.page-header__nav-toggle {
  display: none;
}
.page-header__nav-toggle::before,
.page-header__nav-toggle::after {
  content: "";
  display: block;
  position: absolute;
  top: 19px;
  left: 11px;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background-color: #000000;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
  transition: -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
  transition: transform 0.4s, box-shadow 0.4s;
  transition: transform 0.4s, box-shadow 0.4s, -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
}
.page-header__nav-toggle::before {
  top: 13px;
  -webkit-box-shadow: 0 6px 0 #000000;
          box-shadow: 0 6px 0 #000000;
}
.page-header__nav-toggle::after {
  top: 25px;
}
.page-footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 0 75px;
}
.page-footer__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1414px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.page-footer__border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.page-footer__border::before,
.page-footer__border::after {
  content: '';
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2px;
  width: 2px;
}
.page-footer__border::before {
  margin-right: 50px;
  background: -webkit-gradient(linear, right top, left top, from(#1C1B1B), color-stop(82.86%, rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #1C1B1B 0%, rgba(255, 255, 255, 0) 82.86%);
}
.page-footer__border::after {
  margin-left: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#1C1B1B), color-stop(82.86%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #1C1B1B 0%, rgba(255, 255, 255, 0) 82.86%);
}
.page-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.page-footer__nav {
  margin-right: 30px;
  position: relative;
  padding-left: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
.page-footer__nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #BD362F;
}
.page-footer__nav-link,
.page-footer__links-link {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.page-footer__nav-link:active,
.page-footer__links-link:active {
  color: #BD362F;
}
.page-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  row-gap: 60px;
}
.page-footer__info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.33%;
          flex: 1 1 33.33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.page-footer__info-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 44px;
     -moz-column-gap: 44px;
          column-gap: 44px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-footer__social-link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 58px;
  height: 58px;
  border: none;
  outline: none;
  border-radius: 50%;
  background-color: #000000;
  color: #FFFFFF;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.page-footer__info-signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.33%;
          flex: 1 1 33.33%;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.page-footer__signature-link {
  height: 17px;
}
.page-footer__signature-icon:hover {
  color: #BD362F;
}
.page-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
  font-weight: 600;
  font-size: 16px;
}
.page-footer__copyright {
  font-weight: 400;
  font-size: 16px;
}
.about {
  padding-bottom: 90px;
}
.about__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1414px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.about__title {
  margin: 0 0 50px;
  font-size: 44px;
  font-weight: 700;
  color: #000000;
}
.about__title--w868 {
  max-width: 868px;
  width: 100%;
}
.about__title--2 {
  grid-area: title;
}
.about__text {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 0 0 100px;
  max-width: 870px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.about__text--2 {
  grid-area: text;
  margin-left: auto;
}
.about__text--mb90 {
  margin-bottom: 90px;
}
.about__picture {
  grid-area: picture1;
  position: relative;
  display: block;
}
.about__picture::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 66.322%;
}
.about__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about__block2 {
  display: grid;
  grid-template-areas: "picture1 picture1 picture2" "title title picture2" "text text text";
  gap: 60px;
  grid-template-columns: 1fr 1fr 404px;
  grid-template-rows: 470px 1fr;
}
.about__picture2 {
  grid-area: picture2;
  align-self: flex-end;
  position: relative;
  display: block;
}
.about__picture2::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 122.029%;
}
.about__block3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 60px;
}
.about__picture3 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 18px 9px 0 49px;
  max-width: 930px;
  width: 100%;
}
.about__picture3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 65%;
  background-color: #BD362F;
}
.about__picture3::after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 40.86%;
}
.about__img2 {
  position: absolute;
  top: 18px;
  right: 9px;
  bottom: 0;
  width: calc(100% - 58px);
  -o-object-fit: contain;
     object-fit: contain;
}
.about__block3-wrapper {
  max-width: 344px;
  width: 100%;
}
.about__icon {
  margin-left: 117px;
}
.display-none {
  display: none;
}
.color-red {
  color: #BD362F;
}
.width_624 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 624px;
}
.is-hidden {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
  overflow: hidden !important;
  white-space: nowrap !important;
}
.show-nav .page-header__nav-toggle::before {
  -webkit-transform: translate(0px, 6px) rotate(45deg);
      -ms-transform: translate(0px, 6px) rotate(45deg);
          transform: translate(0px, 6px) rotate(45deg);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.show-nav .page-header__nav-toggle::after {
  -webkit-transform: translate(0px, -6px) rotate(-45deg);
      -ms-transform: translate(0px, -6px) rotate(-45deg);
          transform: translate(0px, -6px) rotate(-45deg);
}
.show-event-popup body {
  overflow: hidden;
}
.show-event-popup #js-eventPP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pp-overflow {
  overflow: hidden;
}
@media (max-width: 1659px) {
  body {
    padding-top: 111px;
  }
  .main-header__title {
    font-size: 35px;
    font-weight: 400;
    line-height: 45px;
  }
  .main-header__text {
    font-size: 35px;
    line-height: 45px;
    max-width: 738px;
    font-weight: 400;
  }
  .swiper--3s .swiper-slide {
    width: calc(33.3333% + 13.3333px);
    min-width: 320px;
    padding-right: 40px;
  }
  .swiper--3s .swiper-slide:last-child {
    width: calc(33.3333% - 26.6666px);
  }
  .section-title {
    max-width: 604px;
  }
  .section-title {
    margin-bottom: 130px;
  }
  .i-want__wrapper {
    max-width: 604px;
  }
  .pp__container {
    max-width: 1144px;
  }
  .event-card__title {
    margin: 0 0 10px;
  }
  .listing__events-list {
    margin: 0 -20px -100px;
  }
  .listing__event-card {
    width: calc(33.3333% - 40px);
    margin: 0 20px 100px;
  }
  .home__listing {
    margin-bottom: 105px;
  }
  .home__doit {
    margin-top: 130px;
  }
  .home__doit-text1,
  .home__doit-text2,
  .home__doit-text11,
  .home__doit-text12 {
    font-size: 90px;
    line-height: 108px;
  }
  .home__doit-text2 {
    margin-left: 418px;
  }
  .event__picture {
    margin: 0 50px 80px;
    max-width: 426px;
  }
  .upcoming {
    padding-bottom: 70px;
  }
  .page-header {
    height: 111px;
  }
  .page-header__logo {
    width: 152px;
    height: 111px;
  }
  .page-header__right-block {
    width: 152px;
  }
  .about {
    padding-bottom: 100px;
  }
  .width_624 {
    max-width: 604px;
  }
}
@media (max-width: 1339px) {
  .main-header {
    padding-top: 80px;
    padding-bottom: 73px;
  }
  .main-header__title {
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 50px;
  }
  .main-header__text {
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    padding: 0;
    max-width: 632px;
    width: 100%;
  }
  .main-header__picture {
    margin-bottom: 50px;
  }
  .swiper--3s .swiper-slide {
    width: calc(33.3333% + 10px);
    min-width: 310px;
    padding-right: 30px;
  }
  .swiper--3s .swiper-slide:last-child {
    width: calc(33.3333% - 20px);
  }
  .swiper-footer {
    width: 300px;
  }
  .swiper-pagination-bullet {
    width: 9px;
    height: 2px;
  }
  .swiper-arrow-icon {
    width: 67px;
    height: 40px;
  }
  .arrow-btn__icon--down {
    width: 67px;
    height: 40px;
  }
  .arrow-btn__name {
    font-size: 14px;
    line-height: 19px;
  }
  .page-title {
    margin-bottom: 60px;
    font-size: 40px;
    line-height: 51px;
  }
  .section-title {
    max-width: 566px;
  }
  .section-title {
    min-height: 52px;
    margin-bottom: 100px;
    padding: 11px 40px;
    font-size: 24px;
  }
  .check__label {
    font-size: 14px;
  }
  .breadcrumbs {
    padding-left: 30px;
    padding-right: 30px;
  }
  .breadcrumbs__link {
    font-size: 14px;
    font-weight: 400;
  }
  .breadcrumbs--current .breadcrumbs__link {
    font-size: 14px;
    font-weight: 400;
  }
  .article__container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .form__group {
    width: calc(50% - 15px);
  }
  .form__field--w50 {
    width: calc(50% - 15px);
  }
  .form__btn {
    max-width: 289px;
  }
  .i-want {
    margin-bottom: 130px;
  }
  .i-want__wrapper {
    max-width: 566px;
  }
  .i-want__text {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 43px;
    line-height: 20px;
  }
  .services-item {
    max-width: 280px;
  }
  .contacts-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    width: 196px;
  }
  .contacts-item__title {
    text-align: center;
    line-height: 25px;
    font-weight: 700;
    font-size: 18px;
    white-space: nowrap;
  }
  .contacts-item__info {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
  .pp__title {
    padding: 10px 60px 10px 20px;
    max-width: 465px;
  }
  .table__body-th {
    font-size: 14px;
    line-height: 19px;
  }
  .event-card__title {
    min-height: 54px;
    font-size: 20px;
    line-height: 27px;
  }
  .article-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .article-card__link {
    width: 100%;
  }
  .article-card__info {
    padding-top: 26px;
  }
  .article-card__title-link,
  .article-card__description {
    max-width: 536px;
  }
  .article-card__arrow-svg {
    width: 67px;
    height: 40px;
  }
  .article-card__title-link {
    margin-bottom: 20px;
  }
  .article-card__title {
    line-height: 27px;
    font-size: 20px;
  }
  .article-card + .article-card::before {
    margin-bottom: 50px;
  }
  .article-card + .article-card {
    margin-top: 100px;
  }
  .listing {
    padding-left: 30px;
    padding-right: 30px;
  }
  .listing__events-list {
    margin: 0 -15px -100px;
  }
  .listing__event-card {
    width: calc(33.3333% - 30px);
    margin: 0 15px 100px;
  }
  .listing__link {
    margin-top: 25px;
  }
  .home__listing {
    margin-bottom: 75px;
  }
  .home__doit {
    margin-top: 100px;
  }
  .home__doit-text1,
  .home__doit-text2,
  .home__doit-text11,
  .home__doit-text12 {
    font-size: 80px;
    line-height: 96px;
    margin-left: -5px;
  }
  .home__doit-text1 {
    display: none;
  }
  .home__doit-text11 {
    margin-left: -30px;
  }
  .home__doit-text12 {
    text-align: right;
    margin-left: 100px;
  }
  .home__doit-text11,
  .home__doit-text12 {
    display: block;
  }
  .events__services {
    padding-left: 30px;
    padding-right: 30px;
  }
  .events__services-items {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
  .events__services-items:nth-child(3) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .event__container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .event__header {
    padding-left: 30px;
    padding-right: 30px;
  }
  .event__time::after {
    font-size: 12px;
    line-height: 14.4px;
  }
  .event__time {
    font-size: 18px;
    line-height: 21.6px;
  }
  .event__info-text {
    font-size: 12px;
    line-height: 14.4px;
  }
  .event__picture {
    margin: 0 30px 76px;
    max-width: 245px;
  }
  .upcoming {
    padding-bottom: 35px;
  }
  .upcoming__link {
    margin-bottom: 43px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
  }
  .upcoming__container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .contacts__container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .contacts__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contacts__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 71px;
    margin-top: 100px;
    margin-right: 0;
  }
  .contacts__map {
    height: 463px;
  }
  .reserve {
    gap: 65px 6.5%;
    grid-template-columns: 340px calc(93.5% - 340px);
  }
  .reserve__section-title {
    font-size: 16px;
    line-height: 22px;
  }
  .page-header__container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-footer__container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-footer__wrapper {
    margin-bottom: 178px;
  }
  .page-footer__nav-link,
  .page-footer__links-link {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
  }
  .page-footer__info-text {
    margin-top: auto;
  }
  .page-footer__info-socials {
    bottom: 118px;
  }
  .page-footer__info-signature {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
  }
  .page-footer__links {
    gap: 14px;
  }
  .page-footer__copyright {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
  }
  .about {
    padding-bottom: 50px;
  }
  .about__container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .about__title {
    font-size: 26px;
  }
  .about__title--2 {
    max-width: 419px;
    margin-top: 28px;
    -ms-flex-item-align: start;
        align-self: start;
    height: 72px;
  }
  .about__text {
    font-size: 16px;
    max-width: 637px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    line-height: 22px;
  }
  .about__text--2 {
    margin-left: 0;
    max-width: 348px;
    grid-area: text;
    justify-self: end;
  }
  .about__block2 {
    grid-template-areas: "picture1 picture1" "title picture2" "text picture2";
    grid-template-columns: 419px 1fr;
    grid-template-rows: 472px 70px 1fr;
    gap: 0;
    grid-row-gap: 52px;
    grid-column-gap: 27px;
    margin-bottom: 52px;
  }
  .about__picture2 {
    width: 262px;
    height: 321px;
    justify-self: start;
    -ms-flex-item-align: start;
        align-self: start;
  }
  .about__block3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
  }
  .about__block3-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 708px;
    width: 100%;
  }
  .about__text--success {
    max-width: 280px;
    width: 100%;
    margin: 0;
  }
  .about__icon {
    width: 67px;
    height: 40px;
  }
  .width_624 {
    max-width: 566px;
  }
}
@media (max-width: 1019px) {
  .event-card__description {
    font-size: 14px;
    line-height: 19px;
  }
  .listing__events-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -15px -80px;
  }
  .listing__event-card {
    width: calc(50% - 30px);
    max-width: 405px;
    margin: 0 15px 80px;
  }
  .reserve {
    gap: 60px;
    grid-template-columns: auto 390px;
    grid-template-areas: "scheme scheme" "checks legend" "checks order";
  }
  .page-header__nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 211px 30px 30px;
    background-color: rgba(222, 222, 222, 0.98);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    overflow-x: hidden;
    overflow-y: auto;
  }
  @supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
    .page-header__nav {
      background-color: rgba(222, 222, 222, 0.7);
      -webkit-backdrop-filter: blur(20px);
              backdrop-filter: blur(20px);
    }
  }
  .page-header__nav-link {
    margin: 0 0 40px;
    font-size: 16px;
    line-height: 22px;
  }
  .page-header__nav-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  .page-header__right-block {
    width: auto;
    margin-left: auto;
  }
  .page-header__sign-in-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background: none;
    color: #000000;
    font-size: 0;
  }
  .page-header__sign-in-btn:hover {
    background-color: transparent;
  }
  .page-header__user-icon {
    display: block;
    margin: auto;
  }
  .page-header__nav-toggle {
    display: block;
    position: relative;
    right: -11px;
    margin-left: 18px;
    width: 40px;
    height: 40px;
    border: none;
    background: none;
  }
  .show-nav body {
    overflow: hidden;
  }
  .show-nav .page-header__nav {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 70px;
  }
  .main-header {
    padding-bottom: 40px;
  }
  .main-header__title {
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 30px;
  }
  .main-header__text {
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
  }
  .main-header__picture {
    margin-bottom: 30px;
  }
  .selectric {
    min-width: 240px;
  }
  .selectric-items {
    min-width: 240px;
  }
  .swiper--3s .swiper-slide {
    width: calc(33.3333% + 6.6666px);
    min-width: 300px;
    padding-right: 20px;
  }
  .swiper--3s .swiper-slide:last-child {
    width: calc(33.3333% - 13.3333px);
  }
  .swiper-footer {
    margin: 60px auto 0;
  }
  .swiper-pagination-bullet {
    width: 9px;
    height: 2px;
  }
  .page-title {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 26px;
  }
  .section-title {
    min-height: 42px;
    margin-bottom: 80px;
    padding: 11px 20px;
    font-size: 20px;
  }
  .check__label--footer {
    font-size: 12px;
  }
  .field label.error,
  .field span.error {
    font-size: 12px;
  }
  .field__title {
    font-size: 16px;
    line-height: 22px;
  }
  .field__label--textarea {
    font-size: 16px;
    line-height: 22px;
  }
  .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
  .breadcrumbs {
    display: none;
  }
  .article {
    padding: 80px 0 100px;
  }
  .article__container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .content h5 {
    font-size: 16px;
  }
  .content p {
    font-size: 14px;
    line-height: 19.07px;
  }
  .content ul > li::before {
    top: 12px;
    width: 3px;
    height: 3px;
  }
  .content ul > li {
    padding-left: 8px;
    font-size: 14px;
    line-height: 28px;
  }
  .content ol > li {
    font-size: 14px;
    line-height: 19.07px;
  }
  .form__group {
    width: 100%;
    margin-bottom: 30px;
  }
  .form__field--w50 {
    width: 100%;
  }
  .form__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form__close-btn {
    margin: 30px 0 0 0;
  }
  .i-want {
    margin-bottom: 100px;
  }
  .i-want__text {
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 25px;
  }
  .i-want__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
  }
  .i-want__event {
    width: 280px;
  }
  .i-want__landlord {
    width: 280px;
  }
  .services-item {
    gap: 0;
  }
  .services-item__img {
    width: 65px;
    height: 65px;
  }
  .services-item__title {
    margin: 30px 0 10px;
    font-size: 14px;
    line-height: 19px;
  }
  .services-item__info {
    font-size: 13px;
    line-height: 17.7px;
  }
  .contacts-item__content {
    width: 185px;
  }
  .contacts-item {
    max-width: 280px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .contacts-item__img {
    width: 65px;
    height: 65px;
  }
  .contacts-item__title {
    font-size: 14px;
    line-height: 19px;
    text-align: left;
  }
  .contacts-item__info {
    font-size: 14px;
    line-height: 19px;
    text-align: left;
  }
  .subscribe {
    margin-bottom: 60px;
    margin-left: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .subscribe label.error,
  .subscribe span.error {
    font-size: 12px;
  }
  .subscribe__title {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    white-space: nowrap;
  }
  .subscribe__input {
    padding: 15px 15px 15px 20px;
    font-size: 12px;
    height: 46px;
  }
  .subscribe__submit {
    padding: 15px 20px;
    font-size: 12px;
    height: 46px;
  }
  .pp {
    padding: 80px 20px 20px;
  }
  .pp__container {
    padding: 51px 20px 40px;
  }
  .pp__title {
    margin: -82px 0px 40px;
    padding: 10px 21px;
    max-width: 225px;
    font-size: 14px;
    line-height: 19px;
  }
  .pp__sticky-btn {
    width: 36px;
    height: 36px;
    top: -70px;
    right: -38px;
  }
  .pp__btn-icon {
    width: 21.6px;
    height: 21.6px;
  }
  .table {
    display: block;
  }
  .table__head,
  .table__body,
  .table__footer {
    display: block;
    margin: 0 -20px;
  }
  .table__head-tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .table__tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .table__tr:nth-child(2n - 1) {
    background-color: transparent;
  }
  .table__th,
  .table__footer-th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    width: 33.3333%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .table__th:first-child,
  .table__footer-th:first-child {
    display: none;
  }
  .table__th:last-child,
  .table__footer-th:last-child {
    padding-right: 10px;
  }
  .table__th:nth-child(2),
  .table__footer-th:nth-child(2) {
    padding-left: 10px;
  }
  .table__th:nth-child(2n - 1),
  .table__footer-th:nth-child(2n - 1) {
    background-color: rgba(0, 0, 0, 0.03);
  }
  .table__th {
    font-size: 14px;
  }
  .table__footer-th {
    color: #6C6C6C;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.35;
  }
  .table__body-th {
    display: block;
    height: auto;
    min-height: 50px;
    width: 100%;
    padding: 15px 10px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.03);
  }
  .table__td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 33.3333%;
    height: auto;
    min-height: 50px;
    border: none;
    border-right: 1px solid #bfbfbf;
  }
  .table__td:last-child {
    padding-right: 10px;
  }
  .table__td:nth-child(2n - 1) {
    background-color: rgba(0, 0, 0, 0.03);
  }
  .table__footer-tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #bfbfbf;
  }
  .event-card__title {
    min-height: 44px;
    font-size: 16px;
    line-height: 22px;
  }
  .article-card__info {
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 67px;
  }
  .article-card__time {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
  }
  .article-card__title-link {
    margin-bottom: 10px;
  }
  .article-card__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
  }
  .article-card__description {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    text-align: left;
  }
  .article-card__arrow {
    bottom: 0;
  }
  .article-card + .article-card::before {
    margin-bottom: 40px;
  }
  .article-card + .article-card {
    margin-top: 80px;
  }
  .listing {
    padding-left: 20px;
    padding-right: 20px;
  }
  .listing__events-list {
    margin: 0 -10px -80px;
  }
  .listing__event-card {
    margin: 0 10px 80px;
  }
  .listing__link {
    margin-top: 45px;
    font-size: 14px;
    line-height: 19px;
  }
  .home__doit-text1,
  .home__doit-text2,
  .home__doit-text11,
  .home__doit-text12 {
    font-size: 40px;
    line-height: 48px;
  }
  .home__doit-text2 {
    margin-left: -57px;
  }
  .events__services {
    padding-left: 20px;
    padding-right: 20px;
  }
  .events__services-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .event {
    padding: 40px 0 70px;
  }
  .event__container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .event__header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .event__header {
    margin-bottom: 40px;
  }
  .event__about {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .event__info:first-child {
    margin-right: 10px;
  }
  .event__info:last-child {
    margin-left: 10px;
  }
  .event__info {
    padding: 7.25px 0;
    row-gap: 6.5px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 33.33%;
        -ms-flex: 33.33%;
            flex: 33.33%;
  }
  .event__time {
    font-size: 18px;
    line-height: 21.6px;
  }
  .event__info-text {
    font-size: 12px;
    line-height: 14.4px;
  }
  .event .picture__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .event__picture {
    margin: 0 37.5px 40px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .event__content {
    margin-bottom: 40px;
  }
  .upcoming {
    padding-bottom: 40px;
  }
  .upcoming__link {
    margin-top: 33px;
    margin-bottom: 54px;
    margin-right: 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
  }
  .upcoming__container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contacts__container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contacts__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-right: 0;
    margin-top: 60px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .contacts__map {
    height: 186px;
  }
  .reserve {
    grid-template-columns: 100%;
    grid-template-areas: "scheme" "legend" "checks" "order";
  }
  .reserve__legend {
    text-align: left;
    margin-right: auto;
  }
  .reserve__scheme-title {
    padding: 6px 47px;
    font-size: 11px;
    line-height: 15px;
  }
  .reserve__qty {
    font-size: 14px;
    font-weight: 400;
  }
  .reserve__sum {
    font-size: 16px;
    font-weight: 600;
  }
  .reserve__total {
    font-size: 18px;
    font-weight: 600;
    margin: 25px 0 40px 0;
  }
  .reserve__price {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .reserve__submit {
    padding: 15px 86px;
    font-size: 14px;
    line-height: 19px;
    margin: 0 auto;
  }
  .reserve__notation {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: auto;
  }
  .reserve__note {
    padding-left: 44px;
  }
  .reserve__note--booked::before {
    left: 0;
  }
  .page-header__container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-header {
    height: 70px;
  }
  .page-header__logo {
    width: 96px;
    height: 70px;
  }
  .page-header__nav {
    padding: 150px 20px 30px;
  }
  .page-header__nav-toggle {
    margin-left: 5px;
  }
  .page-footer {
    padding: 30px 0 50px;
  }
  .page-footer__container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-footer__border::before {
    margin-right: 10px;
  }
  .page-footer__border::after {
    margin-left: 10px;
  }
  .page-footer__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
  .page-footer__nav {
    margin: 0 0 60px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .page-footer__nav-link,
  .page-footer__links-link {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
  }
  .page-footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0;
  }
  .page-footer__info-text {
    row-gap: 16px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .page-footer__info-socials {
    margin-bottom: 60px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .page-footer__social-link {
    width: 48px;
    height: 48px;
  }
  .page-footer__info-signature {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    margin-left: auto;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .page-footer__links {
    gap: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-footer__copyright {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    margin-left: auto;
    margin-bottom: 5px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .about {
    padding-bottom: 60px;
  }
  .about__container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .about__title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .about__title--2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 30px;
    margin-top: 60px;
  }
  .about__text {
    font-size: 16px;
    margin-bottom: 60px;
  }
  .about__text--2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 50px;
  }
  .about__picture {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .about__block2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 50px;
  }
  .about__picture2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 193px;
    height: 236px;
    -ms-flex-item-align: self-end;
        align-self: self-end;
  }
  .about__img2 {
    width: calc(100% - 11px);
    right: 2px;
  }
  .about__block3-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about__text--success {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media (max-width: 649px) {
  .listing__events-list {
    margin: 0 0 -60px;
  }
  .listing__event-card {
    width: 100%;
    margin: 0 0 60px;
  }
}
@media (max-width: 599px) {
  .section-title {
    font-size: 16px;
  }
}
@media (max-width: 499px) {
  .selectric-wrapper::after {
    right: 12px;
  }
  .selectric-wrapper::before {
    right: 17px;
  }
}
@media (max-width: 399px) {
  .selectric .label {
    font-size: 14px;
  }
  .selectric-items li {
    font-size: 14px;
  }
  .field__date-input {
    font-size: 14px;
  }
  .pp__title {
    max-width: 225px;
  }
}
@media (max-width: 369px) {
  .subscribe__wrapper {
    min-width: 320px;
    width: 100vw;
    margin-left: -20px;
  }
}
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
@media (min-width: 600px) {
  .form__list {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media (min-width: 768px) {
  .selectric {
    min-width: 289px;
  }
  .pp__container {
    min-width: 688px;
  }
  .page-footer__info-socials {
    position: absolute;
    left: calc(50% - 80px);
  }
}
@media (min-width: 1340px) {
  .form__list {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  .home__doit-text11,
  .home__doit-text12 {
    display: none;
  }
}
@media (hover: hover) {
  .swiper-arrow-next:hover,
  .swiper-arrow-prev:hover {
    color: #BD362F;
  }
  .btn:hover {
    background-color: #000000;
    color: #FFFFFF;
  }
  .arrow-btn:hover {
    color: #BD362F;
  }
  .services-item__info[href]:hover {
    color: #BD362F;
  }
  .contacts-item__info[href]:hover {
    color: #BD362F;
  }
  .subscribe__submit:hover {
    background-color: #BD362F;
  }
  .pp__sticky-btn:hover {
    background-color: #a51505;
  }
  .event-card__link:hover .event-card__title {
    color: #BD362F;
    text-decoration-color: #BD362F;
  }
  .page-footer__nav-link:hover,
  .page-footer__links-link:hover {
    color: #BD362F;
  }
  .page-footer__social-link:hover {
    background-color: #BD362F;
  }
}
