@charset "UTF-8";
/*
 Условные обозначения
primary       - начальный
secondary     - вторичный
tertiary      - третичный
quaternary    - четвертичный

lightest      - легчайший
lighten       - облегчить
light         - легкий
dark          - темный
darken        - затемнять
darkest       - самый темный

 Общие семантические цвета
$gray--lighten:        #DCDCDC;
$gray--light:          #BABABA;
$gray:                 #736E6E;
$gray--dark:           #585858;
$gray--darken:         #333333;
*/
/*
 Условные обозначения
primary       - начальный
secondary     - вторичный
tertiary      - третичный
quaternary    - четвертичный

lightest      - легчайший
lighten       - облегчить
light         - легкий
dark          - темный
darken        - затемнять
darkest       - самый темный

 Общие семантические цвета
$gray--lighten:        #DCDCDC;
$gray--light:          #BABABA;
$gray:                 #736E6E;
$gray--dark:           #585858;
$gray--darken:         #333333;
*/


/* Модальное окно фикс от WEB-2367*/

@media screen and (width > 1200px) {
  .wp-modal-wrap {
    overflow: hidden;
    border-radius: 77px 0px 77px 77px;
    padding-left: 1vw;
    padding-top: 1vw;
  }
}

.wfood-nopading {
  padding-left: 0px !important;
}

/* конец фикса модального окна от WEB-2367 */

@font-face {
  font-family: "Circe";
  src: url("/local/templates/orion/fonts/circe.eot");
  src: url("/local/templates/orion/fonts/circe.eot?#iefix") format("embedded-opentype"), url("/local/templates/orion/fonts/circe.woff2") format("woff2"), url("/local/templates/orion/fonts/circe.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Circe Light";
  src: url("/local/templates/orion/fonts/circe_light.eot");
  src: url("/local/templates/orion/fonts/circe_light.eot?#iefix") format("embedded-opentype"), url("/local/templates/orion/fonts/circe_light.woff2") format("woff2"), url("/local/templates/orion/fonts/circe_light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Circe Bold";
  src: url("/local/templates/orion/fonts/circe_bold.eot");
  src: url("/local/templates/orion/fonts/circe_bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/orion/fonts/circe_bold.woff2") format("woff2"), url("/local/templates/orion/fonts/circe_bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 100%;
  text-rendering: optimizeLegibility;
  min-width: 360px;
}

body {
  font-family: "Circe", sans-serif;
  font-size: 16px;
  color: #034162;
  background: #FFFFFF;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

@media screen and (min-width: 1200px) {

  h1,
  h2 {
    font-size: 2.875rem;
  }
}

h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}

@media screen and (min-width: 1200px) {
  p {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.03em;
  }
}

b {
  font-weight: 700;
}

i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

a {
  color: #034162;
  text-decoration: none;
}

a:hover {
  color: #034162;
  text-decoration: none;
}

ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 20px;
}

ul li {
  margin: 0;
  position: relative;
  font-size: 1.125rem;
  line-height: 156%;
}

@media screen and (min-width: 1200px) {
  ul li {
    font-size: 1.75rem;
    line-height: 156%;
  }
}

ul li:before {
  width: 8px;
  height: 8px;
  content: "";
  display: block;
  background: #034162;
  left: -22px;
  top: 10px;
  position: absolute;
  border-radius: 50%;
}

@media screen and (min-width: 1200px) {
  ul li:before {
    top: 20px;
  }
}

ol {
  list-style-type: none;
  counter-reset: num;
  margin-bottom: 0;
  font-size: 18px;
}

ol li {
  position: relative;
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 1.125rem;
  line-height: 156%;
}

@media screen and (min-width: 1200px) {
  ol li {
    font-size: 1.75rem;
    line-height: 156%;
  }
}

ol li:before {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  font-weight: 700;
  color: #034162;
  font-size: 1.125rem;
  line-height: 156%;
}

@media screen and (min-width: 1200px) {
  ol li:before {
    left: -26px;
    font-size: 1.75rem;
    line-height: 156%;
  }
}

header {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  min-height: 3.75rem;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

footer {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
}

section {
  width: 100%;
}

.general {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  overflow-x: hidden;
  position: relative;
}

.container {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
}

.text-1 {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}

@media screen and (min-width: 1200px) {
  .text-1 {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.03em;
  }
}

.text-2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}

@media screen and (min-width: 1200px) {
  .text-2 {
    font-size: 20px;
    line-height: 150%;
  }
}

.text-3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

@media screen and (min-width: 1200px) {
  .text-3 {
    font-size: 18px;
  }
}

.text-card {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}

@media screen and (min-width: 1200px) {
  .text-card {
    font-size: 16px;
    letter-spacing: 0.03em;
  }
}

.text-more {
  font-weight: 400;
  font-size: 16px;
  line-height: 80%;
  letter-spacing: 0.2em;
}

.text-nav {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.text-menu {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.text-min {
  font-weight: 400;
  font-size: 12px;
  line-height: 235.84%;
}

.text-next {
  font-weight: 400;
  font-size: 16px;
  line-height: 80%;
  letter-spacing: 0.2em;
}

.text-next-2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 80%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.text-nowrap {
  white-space: nowrap;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-start {
  text-align: left;
}

.text-center {
  text-align: center;
}

.hoverable:hover {
  box-shadow: 0px 8px 8px rgba(244, 178, 118, 0.5), 0px 0px 12px rgba(244, 178, 118, 0);
}

.hoverable-blue:hover {
  box-shadow: 0px 8px 8px rgba(10, 73, 104, 0.5), 0px 0px 12px rgba(244, 178, 118, 0);
}

.border--quinary {
  border-color: #EF464F;
}

.border--primary {
  border-color: #034162;
}

.pb-55 {
  padding-bottom: 55px;
}

.mainpage__map--inner,
.afisha__container,
.wfood__detail--content,
.detail__bottom--content,
.detail__features--content,
.banner__slide--content,
.mobile__search--content,
.breadcrumbs__content {
  max-width: calc(90rem - (90rem - 1212px) / 1.7 * 2);
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {

  .mainpage__map--inner,
  .afisha__container,
  .wfood__detail--content,
  .detail__bottom--content,
  .detail__features--content,
  .banner__slide--content,
  .mobile__search--content,
  .breadcrumbs__content {
    max-width: 1180px;
  }
}

@media screen and (max-width: 1200px) {

  .mainpage__map--inner,
  .afisha__container,
  .wfood__detail--content,
  .detail__bottom--content,
  .detail__features--content,
  .banner__slide--content,
  .mobile__search--content,
  .breadcrumbs__content {
    max-width: calc(100% - 144px);
  }
}

@media screen and (max-width: 480px) {

  .mainpage__map--inner,
  .afisha__container,
  .wfood__detail--content,
  .detail__bottom--content,
  .detail__features--content,
  .banner__slide--content,
  .mobile__search--content,
  .breadcrumbs__content {
    max-width: calc(100% - 18px);
  }
}

.descr__white--end .descr__item--start .descr__item--content,
.descr__white--start .descr__item--start .descr__item--content {
  max-width: calc(45rem - (90rem - 1212px) / 1.7);
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {

  .descr__white--end .descr__item--start .descr__item--content,
  .descr__white--start .descr__item--start .descr__item--content {
    max-width: calc(100% - 72px);
  }
}

@media screen and (max-width: 992px) {

  .descr__white--end .descr__item--start .descr__item--content,
  .descr__white--start .descr__item--start .descr__item--content {
    max-width: 100%;
    padding-left: 72px;
    padding-right: 72px;
  }
}

@media screen and (max-width: 480px) {

  .descr__white--end .descr__item--start .descr__item--content,
  .descr__white--start .descr__item--start .descr__item--content {
    padding-left: 36px;
    padding-right: 36px;
  }
}

.descr__white--start .descr__item--start .descr__item--content {
  margin-left: auto;
}

.descr__white--end .descr__item--start .descr__item--content {
  margin-right: auto;
}

.detail__bottom--title {
  width: 100%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

@media screen and (max-width: 1200px) {
    .detail__bottom--title {
      white-space: wrap;
      padding-left: 10px;
      padding-right: 10px;
    }
}

.detail__bottom--title:before,
.detail__bottom--title:after {
  content: "";
  width: calc(100% - 13.5rem);
  height: 0;
  border-bottom: 1px solid;
}

.detail__bottom--title:after {
  margin-left: 2rem;
}

.detail__bottom--title:before {
  margin-right: 2rem;
}

.bottom__section_card>a.active {
  pointer-events: none !important;
}

.test2 {
  background: white;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.btn,
.btn_solid--arrow,
.btn_solid--blank,
.btn_solid--primary,
.btn_solid--white,
.btn_white--outline,
.btn_solid--outline,
.btn_solid--red {
  max-width: 220px;
  width: 100%;
  height: 54px;
  font-weight: 700;
  border-radius: 2.0625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: initial;
  transition: all 0.3s ease;
  border: 1px solid;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.btn-service {
  max-width: 200px !important;
  height: 48px !important;
}

@media (min-width: 768px) {

  .btn,
  .btn_solid--arrow,
  .btn_solid--blank,
  .btn_solid--primary,
  .btn_solid--white,
  .btn_white--outline,
  .btn_solid--outline,
  .btn_solid--red {
    max-width: 274px;
    height: 67px;
  }
}

.btn--disabled {
  opacity: 0.7;
  pointer-events: none;
  background-color: #A3B0BB;
  transition: all 0.3s ease;
}

.btn--sm {
  max-width: 190px;
  height: 54px;
  font-size: 0.85rem;
}

@media (min-width: 768px) {
  .btn--sm {
    max-width: 190px;
    height: 54px;
  }
}

.btn_solid--red {
  background-color: #A62F1F;
  border-color: #A62F1F;
  color: #fff;
}

.btn_solid--red:hover {
  background-color: #C92913;
  transition: all 0.3s ease;
  color: #fff;
}

.btn_solid--outline {
  border: 1px solid #034162;
  width: 100%;
}

.btn_solid--outline:hover {
  border: 1px solid #69C3C4;
  transition: all 0.3s ease;
  color: #69C3C4;
}

.btn_solid--outline--disabled {
  border: #A3B0BB;
  transition: all 0.3s ease;
}

.btn_white--outline {
  border: 1px solid #FFFFFF !important;
  width: 100%;
  color: #FFFFFF;
}

.btn_white--outline:hover {
  opacity: 0.7;
  border: 1px solid #FFFFFF;
  transition: all 0.3s ease;
  color: #FFFFFF;
}

.btn_white--outline--disabled {
  border: #A3B0BB;
  transition: all 0.3s ease;
}

.btn_solid--white {
  border: 1px solid #fff;
  color: #fff;
  border-color: transparent;
}

.btn_solid--white:hover {
  color: #034162;
  background-color: #fff;
}

.btn_solid--primary {
  background-color: #034162;
  color: #fff;
  border-color: #034162;
}

.btn_solid--primary:hover {
  color: #fff;
  background-color: #034162;
}

.btn_solid--blank {
  font-weight: normal;
  background-color: transparent;
  border-color: transparent;
  text-transform: none;
  letter-spacing: normal;
}

.btn_solid--blank:hover {
  transition: all 0.3s ease;
}

.btn_solid--arrow {
  font-weight: normal;
  background-color: transparent;
  border-color: transparent;
  font-size: 13px;
  color: #000000 !important;
  position: relative;
  font-weight: 600;
}

.btn_solid--arrow:hover {
  transition: all 0.3s ease;
}

.btn_solid--arrow:after {
  content: url("data:image/svg+xml;charset=UTF-8,<svg viewBox='0 0 191 22' fill='none' xmlns='http://www.w3.org/2000/svg' version='1.1'><path d='M1 11H189' stroke='currentColor' stroke-width='2' stroke-linecap='round'/><path d='M179 1L189 11L179 21' stroke='currentColor' stroke-width='2' stroke-linecap='round'/></svg>");
  position: absolute;
  bottom: 9px;
  left: 47px;
  width: 141px;
  transition: width 0.3s;
}

.btn_solid--arrow.back-arrow:after {
  content: url("data:image/svg+xml;charset=UTF-8,<svg viewBox='0 0 191 22' fill='none' xmlns='http://www.w3.org/2000/svg' version='1.1'><path d='M1 11H189' stroke='currentColor' stroke-width='2' stroke-linecap='round'/><path d='M179 1L189 11L179 21' stroke='currentColor' stroke-width='2' stroke-linecap='round'/></svg>");
  position: absolute;
  bottom: 9px;
  left: 27px;
  width: 141px;
  transition: width 0.3s;
  transform: rotate(180deg);
}

.back-arrow--wrapper {
  display: flex;
  align-items: center;
  padding-top: 30px;
}
.back-arrow--mobile {
  margin-left: auto;
  margin-right: auto;
}

.btn_solid--arrow:not(.back-arrow):hover:after {
  width: 147px;
}

.btn_solid--sm {
  max-width: 162px;
  height: 46px;
}

.view-back {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 80%;
  letter-spacing: 0.2em;
}

.view-back svg {
  transform: rotate(180deg);
  margin-right: 11px;
}

.view-more {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 80%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.2em;
}

.view-more svg {
  margin-left: 11px;
}

.view-more--hoverable .view-more {
  transform: translateY(150%);
  opacity: 0;
  transition: all 0.3s;
}

.view-more--hoverable:hover .view-more {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.3s;
}

.color--white {
  color: #FFFFFF;
}

.inp__select,
.inp__text {
  border: none;
  border-bottom: 1px solid #F4B276;
  background-color: transparent;
  width: 100%;
  height: 34px;
  line-height: 34px;
  margin: 0;
  outline: none;
  line-height: normal;
  color: #000000;
  box-sizing: border-box;
}

.inp__select:focus,
.inp__text:focus {
  border-bottom-color: #EF464F;
}

.inp__checkbox--buttons>label,
.inp__checkbox--switch>label {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border: 1px solid #f37b0f;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 0 14px;
  margin-top: 4px;
  margin-right: 4px;
  cursor: pointer;
  white-space: nowrap;
  min-width: 60px;
  color: #000000;
}

.inp__text--area {
  resize: none;
}

.inp__select {
  background-color: transparent;
}

.inp__checkbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.inp__checkbox--column {
  flex-direction: column;
  height: auto;
}

.inp__checkbox--column>label>input {
  margin-right: 6px;
}

.inp__checkbox--switch {
  justify-content: center;
  margin-top: 1.5rem;
}

.inp__checkbox--switch>label {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin-left: auto;
}

.inp__checkbox--switch>label:before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 30px;
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: #f37b0f;
  opacity: 0.6;
}

.inp__checkbox--switch>label:after {
  content: "";
  display: block;
  width: 58px;
  height: 28px;
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  background-color: #F4B276;
  opacity: 0.6;
}

.inp__checkbox--switch>.label--checked:before {
  left: 30px;
  opacity: 1;
}

.inp__checkbox--switch>.label--checked:after {
  opacity: 0.3;
}

.inp__checkbox--buttons>label:before {
  display: none;
  width: 16px;
  height: 16px;
  overflow: hidden;
  content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='16' height='16' fill='white' viewBox='0 0 16 16'><path d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z'/></svg>");
}

.inp__checkbox--buttons>.label--checked {
  background-color: #f37b0f;
  color: #FFFFFF;
}

.inp__checkbox--buttons>.label--checked:before {
  display: inline-block;
}

.inp__checkbox--buttons>.label--clear {
  padding-left: 0px;
  padding-right: 0px;
  min-width: 32px;
  height: 32px;
  border-color: transparent;
  overflow: hidden;
}

.inp__checkbox--buttons>.label--clear:hover:before {
  content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='16' height='16' fill='red' viewBox='0 0 16 16'><path d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z'/></svg>");
}

.inp__checkbox--buttons>.label--clear:before {
  content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='16' height='16' fill='grey' viewBox='0 0 16 16'><path d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z'/></svg>");
  height: 18px;
  margin-top: 4px;
  display: inline-block;
}

.inp__checkbox--switch>label>input,
.inp__checkbox--buttons>label>input {
  display: none;
}

.inp__label {
  display: block;
  margin-top: 1.5rem;
  line-height: 1.25;
  color: #034162;
}

.inp__label--full label {
  width: 100%;
}

.inp--error {
  color: #EF464F;
}

.inp--error:not(fieldset)>.inp {
  border-bottom-color: #EF464F;
}

.inp--error label {
  color: #000000;
}

.header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}

.header__container {
  max-width: 1212px;
  width: 100%;
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 17px;
  position: relative;
}

@media (min-width: 1075px) {
  .header__container {
    display: flex;
  }
}

.header__links {
  display: flex;
  align-items: center;
}

.header__nav_link {
  padding-right: 20px;
  margin-left: 20px;
  border-right: 1px solid #F4B276;
  color: #F4B276;
  transition: 0.2s all ease;
}

.header__nav_link--hide {
  transition: 0.2s all ease;
  display: none;
}

.header__nav_link:nth-last-child(1) {
  border-right: none;
}

.header__nav_link:hover {
  color: #FDF1E5;
}

.header__search {
  display: flex;
  align-items: center;
}

.header__search_time {
  color: #F4B276;
}

.header__search_time:hover {
  color: #FDF1E5;
}

.header__search_trigger {
  display: block;
  width: 129px;
  height: 30px;
  background-color: initial;
  margin-left: 25px;
  border: 1px solid #F4B276;
  border-radius: 22px;
  cursor: pointer;
}

.header__search--loop {
  position: absolute;
  right: 29px;
  top: 46px;
  cursor: pointer;
}

.header__search_container {
  display: flex;
  opacity: 0;
  flex-direction: column;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  z-index: -1;
  background-color: #fff;
  padding: 8px;
  border-radius: 22px;
}

.header__search_container--input {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: inherit;
  background-color: #E9F6F6;
  padding-left: 40px;
  margin-right: 24px;
}

.header__search_container--close {
  margin-right: 24px;
  cursor: pointer;
}

.header__search_container--active {
  opacity: 1;
  transition: all 0.3s ease;
  z-index: 9;
}

.header__search_entry {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  border-radius: 22px;
}

.header__search_popular {
  padding-left: 37px;
  display: none;
}

.header__search_popular--h3 {
  color: #A3B0BB;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 33px;
}

.header__search_popular-item {
  margin-bottom: 38px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}

.header__search_popular-item:nth-last-child(1) {
  margin-bottom: 43px;
}

.header__search_answers {
  display: none;
  padding: 33px 41px 43px 32px;
}

.header__search_answer-title {
  display: flex;
  align-items: center;
}

.header__search_answer-title--h3 {
  margin-right: 26px;
}

.header__search_answer-title--line {
  width: 100%;
  border-bottom: 1px dashed #034162;
  height: 10px;
  margin-top: 5px;
}

.header__search_answer-item {
  display: flex;
  justify-content: space-between;
}

.header__search_answer-item-category {
  color: #69C3C4;
}

.header__search_answer-more {
  margin-top: 51px;
  display: block;
}

.header__mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 21px;
}

@media (min-width: 1075px) {
  .header__mobile {
    display: none;
  }
}

.header__logo--mobile {
  width: 60px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(-10px);
}

.header__mobile_toggle {
  width: 28px;
  height: 2px;
  background-color: #F4B276;
  position: relative;
}

.header__mobile_toggle::before {
  content: "";
  width: 28px;
  height: 2px;
  position: absolute;
  left: 0;
  top: -9px;
  background-color: #F4B276;
}

.header__mobile_toggle::after {
  content: "";
  width: 28px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 9px;
  background-color: #F4B276;
}

.header__mobile_nav {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  transform: translate(-100vw);
  transition: all 0.3s ease;
}

.header__mobile_nav_container {
  width: 93%;
  height: calc(100vh - 120px);
  background-color: #fff;
  box-shadow: 0px 12px 15px rgba(3, 65, 98, 0.3);
  border-radius: 0px 55px 55px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 87px 38px 169px 44px;
  position: relative;
  background-image: url("/local/templates/orion/img/Wave_blue.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}

.header__mobile_nav--close {
  display: block;
  position: absolute;
  right: 35px;
  top: 45px;
  width: 24px;
  height: 2px;
  background-color: #001921;
  transform: rotate(45deg);
  cursor: pointer;
}

.header__mobile_nav--close::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 24px;
  height: 2px;
  transform: rotate(90deg);
  background-color: #001921;
}

.header__mobile_nav--active {
  transform: translate(0vw);
  transition: all 0.3s ease;
}

.header__mobile_nav--link {
  letter-spacing: 0.03em;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  padding-bottom: 4px;
  margin-bottom: 40px;
  color: #A3B0BB;
  border-bottom: 1px dashed #001921;
}

.header__mobile_nav--link:nth-last-child(2) {
  margin-top: 60px;
  width: auto;
}

.header__mobile_nav--link--active {
  color: #001921;
  border-bottom: 1px solid #F4B276;
}

.header__mobile--gradient {
  padding: 18px 21px;
}

.header-gradient {
  background: right/contain no-repeat url("/local/templates/orion/img/header-wave.png"), linear-gradient(90deg, #001921 1.04%, #034162 57.81%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media (min-width: 1075px) {
  .header-gradient {
    background: 250px/contain no-repeat url("/local/templates/orion/img/header-wave-desktop.png"), linear-gradient(90deg, #001921 1.04%, #034162 57.81%);
  }
}

.footer {
  background-color: #001921;
  padding: 0px 23px 49px 23px;
  position: relative;
}

@media (min-width: 580px) {
  .footer__container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1120px;
  }
}

.footer__block {
  display: flex;
  flex-direction: column;
  padding-bottom: 36px;
  padding-top: 36px;
  border-bottom: 2px solid #A3B0BB;
  text-align: center;
}

.footer__block.bottom_left {
  text-align: left !important;
}

.footer__block.bottom_right {
  text-align: right !important;
}

@media (max-width: 594px) {

  .footer__block.bottom_left,
  .footer__block.bottom_right {
    text-align: center !important;
  }
}

.footer__block:nth-child(3) {
  border-bottom: none;
}

.footer__block>a {
  color: #A3B0BB;
}

.footer__block_social {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.footer__block_connection>a {
  color: #A3B0BB;
}

.footer__block_connection--tel {
  padding-right: 4px;
  border-right: 2px solid #A3B0BB;
}

.footer__block_social--link:first-child {
  margin-left: auto;
  margin-right: 5px;
}

.footer__block_social--link:last-child {
  margin-left: 5px;
  margin-right: auto;
}

@media (min-width: 580px) {
  .footer__block {
    border-bottom: none;
  }

  .footer__block:nth-child(2) {
    order: -1;
  }
}

.footer--toup {
  position: absolute;
  right: 14px;
  top: -30px;
  width: 62px;
  height: 62px;
  background-color: #F4B276;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.breadcrumbs {
  position: absolute;
  top: 8.75rem;
  left: 0;
  z-index: 10;
  width: 100%;
}

@media (max-width: 1074px) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs__item {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
}

.breadcrumbs__item span {
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
}

.breadcrumbs--dark .breadcrumbs__item {
  color: #000000;
}

.breadcrumbs--dark .breadcrumbs__item span {
  color: #000000;
}

.about {
  height: 549px;
  background-image: url("/local/templates/orion/img/main__banner-long.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1075px) {
  .about {
    height: 758px;
  }
}

.about__container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 100%;
}

@media (min-width: 1071px) {
  .about__logo_mobile {
    display: none;
  }
}

.about__text {
  width: 90%;
}

.about__text--h1,
.about__text--h3,
.about__text--h5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.about__text--h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 67.3044px;
  line-height: 99px;
}

@media (min-width: 1071px) {
  .about__text--h1 {
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 800;
    font-size: 111px;
    line-height: 150%;
  }
}

.about__text--h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 13.087px;
  line-height: 19px;
  margin-bottom: 50px;
}

@media (min-width: 1071px) {
  .about__text--h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.28em;
    text-transform: uppercase;
  }
}

.about__text--h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 18px;
}

@media (min-width: 1071px) {
  .about__text--h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    margin-bottom: 0;
  }
}

.about__btns {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about__buy {
  max-width: 255px;
}

@media (min-width: 1071px) {
  .about__buy {
    max-width: 335px;
    margin-bottom: 26px;
  }
}

.about__all {
  display: none;
  text-decoration: underline;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #F4B276;
}

.about__all:hover {
  color: #F4B276;
}

@media (min-width: 1071px) {
  .about__all {
    display: block;
  }
}

.mobile__cards {
  /*  background-image: url('/local/templates/orion/img/Wave_top_Orange.png');
   background-position: top center;
   background-repeat: no-repeat;
   background-size: 100% 120px; */
}

.mobile__cards--h2 {
  color: #fff;
}

@media (min-width: 1075px) {
  .mobile__cards {
    display: none;
  }
}

.mobile__cards_search {
  display: flex;
  width: 100%;
  overflow-x: scroll;
  scroll-padding: 0 50%;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  margin-bottom: 10px;
}

.mobile__cards_search::-webkit-scrollbar {
  display: none;
}

.mobile__cards_search_pill {
  width: auto;
  padding: 0px 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  scroll-snap-align: center;
  color: #fff;
  border: 1px solid #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
  letter-spacing: 0.03em;
  border-radius: 33px;
  cursor: pointer;
}

.mobile__cards_search_pill--dark {
  border: 1px solid #034162;
  color: #034162;
}

.mobile__cards_search_pill--active {
  background-color: #69C3C4;
  border: none;
  color: #034162;
  transition: all 0.3s ease;
  text-align: left;
}

.mobile__cards_search--margin {
  min-width: 35px;
}

.mobile__cards_search--title {
  text-transform: uppercase;
  border: none;
  margin-right: 10px;
}

.mobile__cards_search--del {
  display: inline-block;
  margin-left: 8px;
  cursor: pointer;
  display: none;
}

.mobile__cards_slide {
  margin-bottom: 45px;
}

.mobile__cards_btns {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 44px;
  flex-wrap: wrap;

}

.mobile__cards_filters {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}

.mobile__cards_filters_item {
  margin-bottom: 28px;
  opacity: 0.5;
  cursor: pointer;
  text-transform: uppercase;
}

.mobile__cards_filters_item--active {
  border-bottom: 1px solid #F4B276;
  padding-bottom: 3px;
  opacity: 1;
}

.mobile__cards_search_pill--active>svg {
  display: inline-block;
}

.slick-slide {
  opacity: 0.6;
  transition: all 0.3s ease;
  margin: 0px 10px;
}

.slick-current {
  opacity: 1;
  transition: all 0.3s ease;
}

.mobile__food--btns {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.mobile__food--btn {
  height: 46px;
  font-size: 0.75rem !important;
  max-width: 165px;
}

.entertainment {
  background: linear-gradient(180deg, #034162 1.56%, #276F84 46.88%, #69C3C4 95.83%);
  margin-top: -1px;
  text-align: center;
}

.entertainment__slide {
  min-height: 438px;
  width: 295px;
  background-color: #fff;
  border-radius: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.entertainment__slide:hover {
  box-shadow: 0px 8px 8px rgba(244, 178, 118, 0.5), 0px 0px 12px rgba(244, 178, 118, 0);
}

@media (max-width: 1075px) {
  .entertainment__slide:hover {
    box-shadow: none;
  }
}

.entertainment__slide--sm {
  min-height: 370px !important;
}

.entertainment__slide_picture {
  height: 187px;
  max-height: 187px;
  width: 100%;
}

@media (max-width: 1075px) {
  .entertainment__slide_picture {
    height: 187px;
    max-height: 187px;
  }
}

.entertainment__slide_picture--img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 55px 55px 0px 0px;
}

.entertainment__slide_desc {
  padding: 23px 23px 28px 23px;
}

.entertainment__slide_desc--h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
}

.entertainment__slide_desc_route--h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 4px;
  margin-top: 28px;
}

.entertainment__slide_desc_route--p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 24px;
}

.entertainment__slide_about {
  display: flex;
  justify-content: space-between;
}

.entertainment__slide_about_item {
  display: flex;
  max-width: 100px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1;
}

.entertainment__slide_about_item--icon {
  width: 36px;
  height: 36px;
}

.entertainment__slide_about_item:nth-child(2) {
  border-right: 1px solid #F4B276;
  border-left: 1px solid #F4B276;
  padding: 0px 4px;
}

.entertainment__slide_btns {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.entertainment__slide_btns--more {
  margin-bottom: 19px;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(120%);
}

@media (max-width: 1075px) {
  .entertainment__slide_btns--more {
    opacity: 1;
    transform: translateY(0%);
  }
}

.bottom__section_card:hover .view-more,
.entertainment__slide:hover .view-more {
  opacity: 1;
  transform: translateY(0%);
}

.main-page-fun {
  padding-top: 0 !important;
}

.food {
  background-color: #FDF1E5;
  text-align: center;
  background-image: url("/local/templates/orion/img/wave.png");
  background-position: top;
  background-repeat: no-repeat;
}

.food--h2 {
  color: #034162;
}

.food__picture {
  max-height: 212px;
}

.food__picture--img {
  height: 212px;
  object-fit: cover;
}

.food__slide_desc {
  padding: 46px 23px;
}

.food__slide_about {
  margin-bottom: 23px;
}

.bottom__section_card--content,
.food__slide_desc {
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.bottom__section_card--content {
  height: 210px;
}

.food__slide_desc {
  padding-top: 0;
  height: 390px;
}

.route {
  text-align: center;
  background-color: #E9F6F6;
  background-image: url("/local/templates/orion/img/Wave_blue.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}

.route--h2 {
  color: #034162;
}

.rootes__slider {
  display: none;
}

.rootes__slider--active {
  display: block;
}

.rootes__slide {
  height: inherit;
}

.rootes__slide--icons {
  padding-top: 23px;
}

.rootes__slide--icons-title {
  padding-left: 23px;
  padding-right: 23px;
}

.rootes__slide--icons-h4 {
  margin-top: -20px;
  padding-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #F4B276;
}

.events {
  text-align: center;
  margin-top: -1px;
  position: relative;
  background: linear-gradient(180deg, #69C3C4 0%, #034162 100%);
  z-index: 9;
}

.events__slider {
  max-width: 1013px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.events-prew {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  left: 0;
  top: 45%;
  background: #F4B276;
  width: 35px;
  height: 61px;
  border-right: 20px;
  border-radius: 0px 20px 20px 0px;
}

.events__container {
  position: relative;
}

.events__container--h2 {
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 130%;
  margin-bottom: 64px;
  margin-top: 67px;
  position: relative;
  z-index: 9;
}

@media (max-width: 1075px) {
  .events__container--h2 {
    font-size: 32px;
  }
}

.events-next {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  right: 0;
  top: 45%;
  background-color: #F4B276;
  width: 35px;
  height: 61px;
  border-radius: 20px 0px 0px 20px;
}

.events__slide {
  width: 100%;
  min-height: 443px;
  position: relative;
  margin: 0;
  display: flex !important;
  justify-content: center;
  align-items: flex-end;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  opacity: 0.4;
}

@media (min-width: 687px) {
  .events__slide {
    max-width: 770px;
    width: 100%;
    min-height: 680px;
    align-items: center;
  }
}

.events__slide_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.events__slide_desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 42px;
}

.events__slide_desc--h3,
.events__slide_desc--h4,
.events__slide_desc--h6,
.events__slide_desc--p {
  margin: 0;
}

.events__slide_desc--p {
  margin-bottom: 36px;
  color: #F4B276;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
}

.events__slide_desc--h6 {
  margin-bottom: 15px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
}

.events__slide_desc--h4 {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
}

.events__slide_desc--h3 {
  margin-bottom: 14px;
  font-style: normal;
  font-weight: 800;
  font-size: 34px;
  line-height: 100%;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 1075px) {
  .events__slide_desc--h3 {
    font-size: 26px;
  }
}

.events__overflow {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(180deg, #034162 15.56%, #276F84 46.88%, #69C3C4 95.83%);
  transform: rotate(-180deg);
}

.events__round--m,
.events__round--s,
.events__round--l {
  display: none;
}

@media (min-width: 1200px) {

  .events__round--m,
  .events__round--s,
  .events__round--l {
    display: block;
  }
}

.events__round--m img,
.events__round--s img,
.events__round--l img {
  position: relative;
  widows: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 9;
}

.events__round--s {
  position: absolute;
  left: 10%;
  top: 17%;
  z-index: 9;
  width: 72px;
  height: 72px;
}

.events__round--m {
  position: absolute;
  left: 4%;
  bottom: 46%;
  width: 190px;
  height: 190px;
  z-index: 9;
}

.swiper-slide {
  transition: all 1.2s ease;
}

.swiper-slide-next,
.swiper-slide-prev {
  opacity: 0.4;
  transition: all 1.2s ease;
}

.swiper-slide-active {
  opacity: 1;
  transition: all 1.2s ease;
}

.swiper-button-prev {
  background-color: #F4B276;
  left: 0;
  border-radius: 0px 22px 22px 0px;
  height: 61px;
}

@media (min-width: 1075px) {
  .swiper-button-prev {
    background-color: initial;
  }
}

.swiper-button-prev::after {
  content: "";
  width: 8px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5996 20.2002L1.99961 10.6002L11.5996 1.00019' stroke='%23034162' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 1075px) {
  .swiper-button-prev::after {
    width: 22px;
    height: 45px;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='47' viewBox='0 0 26 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.5 46L2 23.5L24.5 1' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  }
}

.swiper-button-next {
  background-color: #F4B276;
  right: 0;
  border-radius: 22px 0px 0px 22px;
  height: 61px;
}

@media (min-width: 1075px) {
  .swiper-button-next {
    background-color: initial;
  }
}

.swiper-button-next::after {
  content: "";
  width: 8px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.40039 20.2002L11.0004 10.6002L1.40039 1.00019' stroke='%23034162' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media (min-width: 1075px) {
  .swiper-button-next::after {
    width: 22px;
    height: 45px;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='47' viewBox='0 0 25 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L23.5 23.5L1 46' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  }
}

.animated {
  width: 100%;
}

.animated__rounds {
  display: none;
  background: linear-gradient(180deg, #034162 1.56%, #276F84 46.88%, #69C3C4 95.83%);
}

.animated__rounds--content {
  text-align: center;
  min-height: 653px;

  /* margin-top: -1px; */
  position: relative;
  /* overflow-y: hidden; */
}

@media (min-width: 1075px) {
  .animated__rounds {
    display: block;
  }
}

.animated__rounds--h2 {
  color: #fff;
}

.animated__rounds_slider {
  max-width: 1026px;
  width: 100%;
  min-height: 570px;
  display: flex;
  margin: 0 auto;
  position: relative;
}

.animated__rounds_round {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  transition: 1s all ease-in-out;
}

.animated__rounds_round--img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.animated__rounds--wave {
  position: absolute;
  left: 0%;
  top: 10%;
  width: 100%;
}

.animated__rounds--leftstarsystem {
  position: absolute;
  left: 0%;
  top: 5%;
}

.animated__rounds--rightstarsystem {
  position: absolute;
  right: 0;
  top: 5%;
}

.animated__rounds--ball {
  position: absolute;
  height: auto;
  pointer-events: none;
}

@media (max-width: 1075px) {
  .animated__rounds--ball {
    display: none;
  }
}

[data-ball="3"] {
  left: 38.5%;
  top: 23.5%;
  width: 70px;
  opacity: 0.7;
}

[data-ball="4"] {
  left: 65.5%;
  top: 63.5%;
  width: 45px;
  height: 45px;
  opacity: 0.9;
  background-color: #F4B276;
  border-radius: 50%;
}

[data-ball="5"] {
  left: 35.5%;
  top: 71.5%;
  width: 30px;
  height: 30px;
  opacity: 0.9;
  background-color: #F4B276;
  border-radius: 50%;
}

.item {
  background-color: #F4B276;
  width: 350px;
  height: 350px;
}

.item::before {
  display: none;
}

.sides-visivle {
  position: fixed;
  top: 54.5%;
}

.bottom__sections {
  background-color: #FDF1E5;
  min-height: 408px;
  background-image: url("/local/templates/orion/img/Wave_top_Orange.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}

.bottom__section {
  position: relative;
  z-index: 9;
}

.bottom__section--title {
  display: block;
  width: 100%;
  text-align: center;
}

.bottom__section:before {
  content: '';
  position: absolute;
  display: block;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 0 25.5px 15px 25.5px;
  border-color: transparent transparent #FDF1E5 transparent;
  border-style: solid;
}

.bottom__section_card {
  display: flex;
  flex-direction: column;
  max-width: 172px;
  min-width: 150px;
  width: 100%;
  height: 256px;
  margin-right: 36px;
  border-radius: 44px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.bottom__section_card:hover {
  filter: drop-shadow(0px 12px 15px rgba(244, 178, 118, 0.5));
  transition: all 0.3s ease;
}

.bottom__section_card--img {
  width: 100%;
}

.bottom__section_card--img img {
  width: 100%;
  height: 173px;
  object-fit: cover;
  border-radius: 44px 44px 0px 0px;
}

.bottom__section_card--desc {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px 10px 32px 10px;
  background-color: #fff;
  border-radius: 0px 0px 44px 44px;
  white-space: nowrap;
  font-size: 0.85rem;
}

.bottom__section_card--route {
  max-width: 380px;
  width: 100%;
  height: 504px;
  background-color: #fff;
}

.bottom__section_card--food {
  max-width: 380px;
  width: 100%;
  height: 504px;
  background-color: #fff;
}

.bottom__section_card-route--img {
  width: 100%;
  height: auto;
}

.bottom__section_card-route--img img {
  width: 100%;
  height: 147px;
  border-radius: 44px 44px 0px 0px;
}

.bottom__section_card-route--desc {
  padding: 35px 44px 0px 36px;
}

.bottom__section_card-route--desc h4 {
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  margin-top: 0;
  margin-bottom: 18px;
  display: block;
}

.bottom__section_card-route--desc p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  margin-top: 0;
  margin-bottom: 18px;
  display: block;
}

@media (min-width: 1380px) {
  .bottom__section_card-route--desc h4 {
    font-size: 14px;
  }

  .bottom__section_card-route--desc p {
    font-size: 16px;
  }
}

.bottom__section_card-route-long--img {
  padding-bottom: 7px;
  border-bottom: 1px solid #F4B276;
}

.bottom__section_card-route-long--img h3 {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.bottom__section_card-route-long--desc {
  /* margin-top: 73px; */
}

.bottom__section_card-route-long--desc>.bottom__section_card--content {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #001921;
  height: 290px;
  /* margin-bottom: 100px; */
}

.bottom__section_card--long {
  max-width: 508px;
  width: 100%;
  padding: 26px 42px 0px 42px;
  /* display: flex;
  flex-direction: column;
  justify-content: flex-start; */
}

.bottom__section_container {
  display: flex;
  justify-content: center;
}

.bottom__section_search {
  display: flex;
  max-width: 1212px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}

.bottom__section_search-param {
  max-width: 276px;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 34px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  cursor: pointer;
  color: #A3B0BB;
  transition: all 0.3s ease;
}

.bottom__section_search-param:hover {
  color: #034162;
  transition: all 0.3s ease;
}

.bottom__section--fun {
  display: none;
  padding: 0 114px 78px 114px;
  transition: all 0.3s ease;
}

.bottom__section--route {
  flex-direction: column;
  transition: all 0.3s ease;
  padding: 0 114px 34px 114px;
}

.bottom__section--route .view-more {
  font-size: 12px;
}

@media (min-width: 1380px) {
  .bottom__section--route .view-more {
    font-size: 16px;
  }
}

.bottom__section--food {
  /* display: none; */
  padding: 0 100px 100px 100px;
}

.bottom__section_viewmore {
  display: flex;
  text-align: left;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
}

.bottom__section_viewmore svg {
  margin-left: 20px;
}

.section--active {
  display: flex;
  justify-content: center;
  transition: all 0.3s ease;
}

.param__active {
  border-bottom: 1px solid #F4B276;
  transition: all 0.3s ease;
  color: #034162;
}

.ya-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-decoration: underline;
  margin-bottom: 49px;
}

.ya-link svg {
  margin-bottom: 7px;
  margin-right: 5px;
}

.banner {
  margin-top: 86px;
}

.banner__slider--rounded {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 0px 0px 77px 77px;
}

.top-rounded {
  border-top-left-radius: 77px;
  border-top-right-radius: 77px;
}

.banner__wrapper {
  position: relative;
}

.banner__slide {
  width: 100%;
  position: relative;
}

.banner__slide--img {
  width: 100%;
  height: 100%;
  min-height: 463px;
  object-fit: cover;
}

.banner__slide--cover {
  background: linear-gradient(100deg, #69C3C4 22.17%, rgba(105, 195, 196, 0) 76.65%);
}

@media (max-width: 1074px) {
  .banner__slide--cover {
    width: 100%;
    max-width: 100%;
    background: linear-gradient(180deg, #69C3C4 22.17%, rgba(105, 195, 196, 0) 76.65%);
  }
}

.banner__slide--desc {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 463px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  align-items: flex-start;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  color: #fff;
  padding: 0px 29px;
}

.banner__slide--h2 {
  margin-top: 0;
  font-size: calc(2.25vw + 2px);
}

@media (max-width: 1074px) {
  .banner__slide--h2 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .banner__slide--h2 {
    font-size: 1.5rem;
  }
}

.banner__slide--p {
  font-size: calc(0.75vw + 8px);
}

@media (max-width: 1200px) {
  .banner__slide--p {
    font-size: 16px;
  }
}

@media (max-width: 1074px) {
  .banner__slide--p {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .banner__slide--p {
    font-size: 18px;
  }
}

.banner__slide--title {
  max-width: 40%;
  padding-top: 130px;
}

@media (max-width: 1200px) {
  .banner__slide--title {
    padding-top: 120px;
  }
}

@media (max-width: 1074px) {
  .banner__slide--title {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 50px;
  }
}

@media (max-width: 992px) {
  .banner__slide--title {
    max-width: 100%;
  }
}

.banner__slide--btn {
  margin-bottom: 35px;
  white-space: nowrap;
}

@media (max-width: 1074px) {
  .banner__slide--btn {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 992px) {
  .banner__slide--btn {
    min-width: 90%;
  }
}

.banner__nav--prev {
  left: 27px;
}

@media (max-width: 1074px) {
  .banner__nav--prev {
    left: 0;
  }
}

.banner__nav--next {
  right: 27px;
}

@media (max-width: 1074px) {
  .banner__nav--next {
    right: 0;
  }
}

@media (max-width: 1074px) {
  .banner {
    margin-top: 62px;
  }
}

@media (min-width: 1200px) and (max-width: 1340px) {
  .banner__slider:not(.banner__slider--rounded) .banner__slide--content {
    max-width: 1048px !important;
  }
}

.likeit {
  background: linear-gradient(180deg, #69C3C4 0%, #034162 100%);
}

.likeit__container {
  position: relative;
  padding-top: 69px;
  padding-bottom: 229px;
  height: inherit;
  background-image: url("/local/templates/orion/img/desktop__rounds/Stars_System_Right.png");
  background-repeat: no-repeat;
  background-position: right 120%;
}

.likeit__planet {
  position: absolute;
  background-image: url("/local/templates/orion/img/desktop__rounds/Planeta-blue.svg");
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}

.likeit__planet--big {
  top: 70%;
  left: 5%;
  width: 12vw;
  height: 12vw;
  transform: rotate(180deg);
}

.likeit__planet--small {
  top: 5%;
  left: 5%;
  width: 7vw;
  height: 7vw;
}

.likeit__slider_slide {
  max-width: 220px;
  width: 100%;
  border-radius: 138px;
  text-align: center;
}

@media (min-width: 768px) {
  .likeit__slider_slide {
    min-width: 276px;
    min-height: 350px;
    opacity: 1;
  }
}

.likeit__slider_slide--img {
  border-radius: inherit;
  width: 100%;
  height: 279px;
}

@media (min-width: 768px) {
  .likeit__slider_slide--img {
    min-width: 276px;
    min-height: 350px;
  }
}

.likeit__slider_slide--h4 {
  color: #fff;
}

.likeit--h3 {
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 64px;
}

.interesting {
  display: block;
  background-color: #FDF1E5;
  text-align: center;
  padding-top: 38px;
  background-image: url("/local/templates/orion/img/Wave_top_Orange.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 120px;
}

.interesting--p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  padding: 0px 20px;
}

.interesting--h2 {
  margin-top: 38px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  padding: 0px 20px;
}

.interesting__container {
  display: flex;
  justify-content: space-around;
  justify-items: center;
  flex-wrap: wrap;
  max-width: 1214px;
  margin: 0 auto;
  padding: 0px 20px;
}

.interesting__container>.interesting__search_more--btn {
  width: 200px;
  padding: 0px 100px 0px 100px;
  box-sizing: content-box;
}

@media (max-width: 400px) {
  .interesting__container>.interesting__search_more--btn {
    padding: 0px 75px 0px 75px;
  }
}

@media (min-width: 768px) {
  .interesting__container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1050px) {
  .interesting__container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.interesting__slide {
  margin: 44px 0px;
  max-width: 335px;
  width: 100%;
  justify-content: flex-start;
  position: relative;
}

.interesting__slide::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -40px;
  left: 0;
  height: 1px;
  background-color: #F4B276;
}


@media (max-width: 768px) {
  .interesting__slide {
    margin: 44px 15px;
  }

  .interesting__slide:has(+ .interesting__search_more--btn)::after {
    display: none;
  }

  .interesting__slide:last-child::after {
    display: none;
  }
}

@media (min-width: 769px) {
  .interesting__slide::after {
    display: none;
  }
}

.interesting__slide_desc {
  width: 100%;
}

.interesting__slide_desc--h5 {
  padding: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  margin-top: 0;
}

.interesting h2 {
  color: #034162;
}

.interesting__search {
  width: 100%;
}

.interesting__search_more {
  display: none;
  align-items: center;
  justify-content: flex-end;
  color: #A3B0BB;
  padding-right: 35px;
}

@media (max-width: 1049px) {
  .interesting__search_more {
    padding-right: 0;
  }
}

.interesting__search_more--btn {
  text-decoration: underline;
  color: #A3B0BB;
  width: 100vw;
  margin-bottom: 2vh;
  margin-top: 4vh;
  cursor: pointer;
}

.mobile__cards_btns>.interesting__search_more--btn {
  width: 200px;
}


@media (min-width: 1050px) {
  .interesting__search {
    scroll-snap-type: none;
    justify-content: flex-end;
  }
}

.interesting__map {
  display: none;
}


.descr__white--end .descr__item--start,
.descr__white--start .descr__item--start {
  background-color: #FFFFFF;
  padding: 30px 0;
  position: relative;
}

@media screen and (max-width: 992px) {

  .descr__white--end .descr__item--start,
  .descr__white--start .descr__item--start {
    width: 100%;
  }
}

.descr {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .descr {
    padding-left: 9px;
    padding-right: 9px;
  }
}

.descr__inner {
  width: 100%;
  display: flex;
  justify-content: stretch;
  align-content: stretch;
  align-items: stretch;
}

@media screen and (max-width: 992px) {
  .descr__inner {
    flex-direction: column;
  }
}

.descr__item {
  width: 50%;
}

@media screen and (max-width: 992px) {
  .descr__item {
    width: calc(100% - 18px);
    margin: 0 auto;
  }
}

.descr__item--end {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.descr__item--buttons {
  display: flex;
  align-content: stretch;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .descr__item--buttons {
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
}

.descr__item--title {
  text-align: left;
}

.descr__item--text {
  padding-bottom: 30px;
  text-align: left;
}

@media screen and (max-width: 992px) {
  .descr__mob--rounded {
    border-radius: 77px;
  }
}

@media screen and (max-width: 992px) {
  .descr__mob--hidden {
    display: none;
  }
}

.descr__mob--show {
  display: none;
}

@media screen and (max-width: 992px) {
  .descr__mob--show {
    display: block;
    width: 100%;
    padding: 30px 0;
  }
}

@media screen and (max-width: 992px) {
  .descr__mob--reverce .descr__item--start {
    order: 2;
  }

  .descr__mob--reverce .descr__item--end {
    order: 1;
    min-height: 270px;
    border-radius: 77px 77px 0px 0px;
  }
}

.descr__white--start .descr__item--start:after {
  content: "";
  display: block;
  width: 77px;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 0px 77px 77px 0px;
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  z-index: 100;
  pointer-events: none;
}

@media screen and (max-width: 992px) {
  .descr__white--start .descr__item--start:after {
    display: none;
  }
}

.descr__white--end .descr__item--start {
  position: relative;
  z-index: 2;
  order: 2;
}

.descr__white--end .descr__item--start:before {
  content: "";
  display: block;
  width: 77px;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 77px 0px 0px 77px;
  position: absolute;
  top: 0;
  right: 100%;
  pointer-events: none;
}

@media screen and (max-width: 992px) {
  .descr__white--end .descr__item--start:before {
    display: none;
  }
}

.descr__white--end .descr__item--end {
  position: relative;
  z-index: 1;
  order: 1;
}

@media screen and (max-width: 992px) {
  .descr__white--start .descr__item--end {
    border-radius: 77px 77px 0px 0px;
  }

  .descr__white--end .descr__item--start {
    border-radius: 77px 77px 0px 0px;
  }
}

.ddescr__item--end {
  background-color: #f7ebd0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

@media screen and (max-width: 992px) {
  .ddescr__item--end {
    background-image: none !important;
    background-color: transparent;
    align-items: center;
    justify-content: center;
  }
}

.ddescr__item--text {
  padding-right: 77px;
}

@media screen and (max-width: 992px) {
  .ddescr__btn {
    flex-direction: none;
  }
}

.ddescr__btn--map {
  width: 200px;
}

@media screen and (max-width: 992px) {
  .ddescr__btn--map {
    margin: 0 auto;
  }
}

.ddescr__btn--buy {
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

@media screen and (max-width: 992px) {
  .ddescr__btn--buy {
    order: 1;
  }
}

.ddescr__btn--rulez {
  color: #A62F1F;
  margin-left: auto;
  max-width: 200px;
}

@media screen and (max-width: 992px) {
  .ddescr__btn--rulez {
    order: 0;
    margin-right: auto;
    margin-bottom: 30px;
  }
}

.ddescr__btn--inner {
  display: inline-block;
  border-bottom: 1px solid;
}

.ya__map--link {
  position: absolute;
  z-index: 100;
  margin-left: 96.25px;
}

.ya__map--link:hover {
  color: #A62F1F;
}

.ya__map--title {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid;
  margin-left: 9px;
}

@media screen and (max-width: 992px) {
  .ya__map--link {
    display: none;
  }
}

.detail {
  background-color: #E9F6F6;
}

.detail__features {
  position: relative;
  padding-top: 32px;
  padding-bottom: 72px;
  background-image: url("/local/templates/orion/img/bg/Wave_grad.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 120px;
  /* @media screen and (max-width: $screen-xxl) {
  	&--item{
  		flex: 0 0 auto;
  		width: 30%;
  		margin-bottom: 18px;
  	}
  } */
}

.detail__features--rotate {
  background-image: url("/local/templates/orion/img/bg/Wave_grad_rotate.svg");
  background-position: left top;
}

.detail__features--conteiner {
  position: relative;
  z-index: 1;
}

.detail__features--title {
  text-align: center;
  text-transform: none;
  border-bottom: 1px solid #034162;
  padding-bottom: 10px;
}

.detail__features--items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-end;
}

.detail__features--item {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}

.detail__features--mobile {
  display: none;
}

@media screen and (max-width: 1200px) {
  .detail__features--items {
    justify-content: space-between;
  }

  .detail__features--item {
    display: flex;
    flex-direction: column;
    min-width: 33%;
    margin-bottom: 18px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .detail__features--title {
    border-bottom: none;
  }

  .detail__features--mobile {
    display: flex;
    align-content: center;
    justify-content: space-around;
    align-items: flex-end;
    padding-left: 18px;
    padding-right: 18px;
  }

  .detail__features--mobile--item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .detail__features--mobile--divider {
    width: 0px;
    height: 30px;
    border-left: 2px solid #034162;
  }

  .detail__features--items {
    display: none;
  }
}

.detail__features--last {
  flex: 0 0 auto;
}

.detail__features--txt {
  padding-left: 9px;
}

.detail__features--icon {
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
}

.detail__features--icon>svg {
  vertical-align: middle;
  height: 35px;
}

@media screen and (max-width: 1400px) {
  .detail__features {
    padding-bottom: 52px;
  }
}

@media screen and (max-width: 1200px) {
  .detail__features {
    background-image: url("/local/templates/orion/img/bg/Wave.svg");
    background-position: left 0px;
    background-size: auto 70px;
  }
}

.icon-lg>svg {
  height: 40px;
}

.descr__white--start .descr__item--start,
.descr__white--end .descr__item--start {
  background-color: #FFFFFF;
  padding: 30px 0;
  position: relative;
}

@media screen and (max-width: 992px) {

  .descr__white--start .descr__item--start,
  .descr__white--end .descr__item--start {
    width: 100%;
  }
}

.descr {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .descr {
    padding-left: 9px;
    padding-right: 9px;
  }
}

.descr__inner {
  width: 100%;
  display: flex;
  justify-content: stretch;
  align-content: stretch;
  align-items: stretch;
}

@media screen and (max-width: 992px) {
  .descr__inner {
    flex-direction: column;
  }
}

.descr__item {
  width: 50%;
}

@media screen and (max-width: 992px) {
  .descr__item {
    width: calc(100% - 18px);
    margin: 0 auto;
  }
}

.descr__item--end {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.descr__item--buttons {
  display: flex;
  align-content: stretch;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .descr__item--buttons {
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
}

.descr__item--title {
  text-align: left;
}

.descr__item--text {
  padding-bottom: 30px;
  text-align: left;
}

@media screen and (max-width: 992px) {
  .descr__mob--rounded {
    border-radius: 77px;
  }
}

@media screen and (max-width: 992px) {
  .descr__mob--hidden {
    display: none;
  }
}

.descr__mob--show {
  display: none;
}

@media screen and (max-width: 992px) {
  .descr__mob--show {
    display: block;
    width: 100%;
    padding: 30px 0;
  }
}

@media screen and (max-width: 992px) {
  .descr__mob--reverce .descr__item--start {
    order: 2;
  }

  .descr__mob--reverce .descr__item--end {
    order: 1;
    min-height: 270px;
    border-radius: 77px 77px 0px 0px;
  }
}

.descr__white--start .descr__item--start:after {
  content: "";
  display: block;
  width: 77px;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 0px 77px 77px 0px;
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  z-index: 100;
  pointer-events: none;
}

@media screen and (max-width: 992px) {
  .descr__white--start .descr__item--start:after {
    display: none;
  }
}

.descr__white--end .descr__item--start {
  position: relative;
  z-index: 2;
  order: 2;
}

.descr__white--end .descr__item--start:before {
  content: "";
  display: block;
  width: 77px;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 77px 0px 0px 77px;
  position: absolute;
  top: 0;
  right: 100%;
  pointer-events: none;
}

@media screen and (max-width: 992px) {
  .descr__white--end .descr__item--start:before {
    display: none;
  }
}

.descr__white--end .descr__item--end {
  position: relative;
  z-index: 1;
  order: 1;
}

@media screen and (max-width: 992px) {
  .descr__white--start .descr__item--end {
    border-radius: 77px 77px 0px 0px;
  }

  .descr__white--end .descr__item--start {
    border-radius: 77px 77px 0px 0px;
  }
}

.ddescr__item--end {
  background-color: #f7ebd0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

@media screen and (max-width: 992px) {
  .ddescr__item--end {
    background-image: none !important;
    background-color: transparent;
    align-items: center;
    justify-content: center;
  }
}

.ddescr__item--text {
  padding-right: 77px;
}

@media screen and (max-width: 992px) {
  .ddescr__btn {
    flex-direction: none;
  }
}

.ddescr__btn--map {
  width: 200px;
}

@media screen and (max-width: 992px) {
  .ddescr__btn--map {
    margin: 0 auto;
  }
}

.ddescr__btn--buy {
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

@media screen and (max-width: 992px) {
  .ddescr__btn--buy {
    order: 1;
  }
}

.ddescr__btn--rulez {
  color: #A62F1F;
  margin-left: auto;
  max-width: 200px;
}

@media screen and (max-width: 992px) {
  .ddescr__btn--rulez {
    order: 0;
    margin-right: auto;
    margin-bottom: 30px;
  }
}

.ddescr__btn--inner {
  display: inline-block;
  border-bottom: 1px solid;
}

.ya__map--link {
  position: absolute;
  z-index: 100;
  margin-left: 96.25px;
}

.ya__map--link:hover {
  color: #A62F1F;
}

.ya__map--title {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid;
  margin-left: 9px;
}

@media screen and (max-width: 992px) {
  .ya__map--link {
    display: none;
  }
}

.wfood__btns {
  padding-top: 6px;
}

.wfood__divider {
  width: 100%;
  border-top: 1px solid #f37b0f;
}

.wfood__picture {
  min-height: 170px;
}

.wfood__picture--img {
  height: 170px;
  object-fit: cover;
}

.wfood__search {
  background-color: #FFFFFF;
  padding-top: 44px;
}

.wfood__search--title {
  padding-bottom: 24px;
}

.wfood__search--more {
  padding-right: 0;
}

.wfood__search--btn {
  margin-right: 0;
}

.wfood__descr {
  position: relative;
  width: 100%;
}

.wfood__pill {
  min-width: auto;
  white-space: nowrap;
  padding-left: 12px;
  padding-right: 12px;
}

.wfood__slider {
  max-height: auto;
  overflow: hidden;
}

.wfood__slider .descr__inner {
  min-height: 600px;
}

@media screen and (min-width: 992px) {
  .wfood__slider {
    max-height: 500px;
  }
}

.wfood__slider--wrapper {
  width: 100%;
  position: relative;
}

.wfood__slide {
  width: 100vw;
  position: relative;
  z-index: 2;
  margin-left: 0;
}

@media screen and (max-width: 992px) {
  .wfood__slide {
    width: 70vw;
    min-width: 300px;
  }
}

.wfood__slide--descr {
  max-height: auto;
}

@media screen and (min-width: 992px) {
  .wfood__slide--descr {
    max-height: 500px;
  }
}

.wfood__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
}

@media screen and (max-width: 992px) {
  .wfood__nav {
    top: 150px;
    width: 48px;
    height: 48px;
  }
}

.wfood__nav:hover {
  border-color: #034162;
}

@media screen and (max-width: 992px) {
  .wfood__nav:hover {
    border-color: #FFFFFF;
  }
}

.wfood__nav--arr {
  width: inherit;
  height: inherit;
}

.wfood__nav--prev {
  left: 36px;
}

@media screen and (max-width: 992px) {
  .wfood__nav--prev {
    left: 0px;
  }
}

.wfood__nav--next {
  right: 36px;
}

@media screen and (max-width: 992px) {
  .wfood__nav--next {
    right: 0px;
  }
}

.wfood__nav--next--arr {
  transform: rotate(180deg);
}

.wfood__detail {
  padding-top: 120px;
}

@media (max-width: 1074px) {
  .wfood__detail {
    padding-top: 60px;
  }
}

.wfood__detail--content {
  padding-bottom: 77px;
}

@media (max-width: 768px) {
  .wfood__detail--content {
    max-width: calc(100% - 72px);
  }
}

@media (max-width: 480px) {
  .wfood__detail--content {
    max-width: 100%;
  }
}

.wfood__detail--h2 {
  width: 60%;
  padding: 50px 0;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .wfood__detail--h2 {
    width: 80%;
    padding: 30px 0;
  }
}

.wfood__detail--description {
  padding-bottom: 50px;
}

.wfood__detail--card {
  background-color: #FFFFFF;
  border-radius: 77px;
  min-height: 400px;
  box-shadow: 0px 8px 8px rgba(244, 178, 118, 0.5), 0px 0px 12px rgba(244, 178, 118, 0);
  padding-bottom: 77px;
}

.wfood__detail--header {
  border-radius: 77px 77px 0px 0px;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.wfood__detail--text {
  padding: 77px calc((90rem - 1212px) / 1.7);
}

@media (max-width: 768px) {
  .wfood__detail--text {
    padding: 38.5px calc((90rem - 1212px) / 1.7 / 2);
  }
}

@media (max-width: 480px) {
  .wfood__detail--text {
    padding: 38.5px 18px;
  }
}

.wfood__detail--divider {
  border-top: 2px dotted #034162;
  height: 0;
  margin: 50px 0;
}

.wfood__detail--img {
  border-radius: 77px;
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin: 50px 0;
}

.wfood__detail--back {
  padding: 0 calc((90rem - 1212px) / 1.7);
}

@media (max-width: 768px) {
  .wfood__detail--back {
    padding: 38.5px calc((90rem - 1212px) / 1.7 / 2);
    text-align: center;
  }
}

@media (max-width: 480px) {
  .wfood__detail--back {
    padding: 38.5px 18px;
  }
}

.wfood__detail--text>img {
  border-radius: 77px;
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin: 50px 0;
}

.faq__cards {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  justify-items: stretch;
  gap: 0px 2.75rem;
  margin-top: 1.5rem;
}

@media (max-width: 1074px) {
  .faq__cards {
    grid-template-columns: 1fr;
  }
}

.faq__cards--form {
  min-width: 350px;
}

@media (max-width: 1074px) {
  .faq__cards--form {
    grid-row-start: 2;
    grid-row-end: 2;
    min-width: auto;
  }
}

@media (max-width: 768px) {
  .faq__cards {
    padding-left: 9px;
    padding-right: 9px;
  }
}

.faq__card {
  border-radius: 55px;
  padding: 55px;
  text-align: left;
  position: relative;
}

@media (max-width: 768px) {
  .faq__card {
    padding: 55px 30px;
  }
}

.faq__card--form {
  border: 1px solid #034162;
}

.faq__card--h3 {
  margin: 0 0 1.5rem;
}

.faq__card--success {
  background-color: #28f3a3;
  color: #014329;
  display: none;
  padding: 15px;
  border-radius: 30px;
  font-weight: 700;
  text-align: center;
}
.faq__card--errors {
  background-color: #f32856;
  color: #ffffff;
  display: none;
  padding: 15px;
  border-radius: 30px;
  font-weight: 700;
  text-align: center;
}

.faq__card--question {
  background-color: #FFFFFF;
  margin-bottom: 35px;
}

.faq__card--question:hover {
  box-shadow: 0px 8px 8px rgba(244, 178, 118, 0.5), 0px 0px 12px rgba(244, 178, 118, 0);
}

.faq__card--title {
  text-transform: uppercase;
  position: absolute;
  top: 30px;
  left: 55px;
  width: calc(100% - 85px);
  display: flex;
  align-items: center;
  align-self: center;
}

@media (max-width: 990px) {}

@media (max-width: 768px) {
  .faq__card--title {
    left: 30px;
    width: calc(100% - 55px);
    font-size: 0.85rem;
  }
}

.faq__card--open {
  width: 55px;
  height: 55px;
  min-width: 55px;
  min-height: 55px;
  line-height: 55px;
  vertical-align: middle;
  border-radius: 50%;
  text-align: center;
  margin-left: auto;
  border: 1px solid #034162;
  cursor: pointer;
  transition: all 0.3ms;
}

.faq__card--content {
  font-size: 16px !important;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3ms;
}

.faq__card--content img {
  width: 100%;
  height: auto;
}

.faq__card--submit {
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .faq__card--submit {
    justify-content: center;
  }
}

.faq__card--content p {
  font-size: 18px;
}

.card--active {
  padding-top: 25px;
  border-top: 1px solid #f37b0f;
  margin-top: 55px;
  opacity: 1;
  height: auto;
}

.rotate {
  transform: rotate(180deg);
}

.afisha {
  background-color: #FFFFFF;
  background-image: url("/local/templates/orion/img/Wave_blue.png");
  background-size: 100% 100px;
  padding-bottom: 55px;
}

.afisha__descr {
  padding-bottom: 0;
}

.afisha__title {
  color: #001921;
}

.afisha__item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #69C3C4;
  padding: 30px 0;
}

@media (max-width: 1074px) {
  .afisha__item--cell {
    width: 100%;
    max-width: 100%;
    margin: 15px auto;
  }
}

@media (max-width: 1074px) {
  .afisha__item {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.afisha__item--img {
  min-width: 150px;
  max-width: 250px;
  height: 120px;
  border-radius: 55px;
  overflow: hidden;
}

@media (max-width: 1074px) {
  .afisha__item--img {
    width: 80%;
    max-width: 80%;
    height: 250px;
  }
}

@media (max-width: 992px) {
  .afisha__item--img {
    width: 90%;
    max-width: 90%;
  }
}

.afisha__item--img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.afisha__item--title {
  text-align: left;
  font-size: 1.05rem;
  max-width: 300px;
  padding-left: 2.25vw;
}

@media (max-width: 1200px) {
  .afisha__item--title {
    font-size: 1rem;
  }
}

@media (max-width: 1074px) {
  .afisha__item--title {
    font-size: 1.5rem;
    text-align: center;
    max-width: 80%;
  }
}

@media (max-width: 992px) {
  .afisha__item--title {
    max-width: 100%;
  }
}

.afisha__btns {
  margin-left: auto;
  position: relative;
}

@media (max-width: 1074px) {
  .afisha__btns {
    margin-right: auto;
    text-align: center;
  }
}

.afisha__btns--btn {
  min-width: 240px;
  height: 60px !important;
}

@media (max-width: 1074px) {
  .afisha__btns--btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }
}

.afisha__btns--price {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  white-space: nowrap;
  color: #414141;
  transform: translateY(-20px);
}

@media (max-width: 1074px) {
  .afisha__btns--price {
    transform: translateY(0px);
  }
}

.schedule {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.schedule__item {
  padding: 0.25rem 1rem;
}

.schedule__item--center {
  border-left: 1px solid #69C3C4;
  border-right: 1px solid #69C3C4;
}

.schedule__item--center:first-child {
  border-left: none;
}

.schedule__item--center:last-child {
  border-right: none;
}

.schedule__item--time {
  min-width: 80px;
  padding: 6px 12px;
  border: 1px solid #69C3C4;
  border-radius: 30px;
}

.schedule__item--disable {
  opacity: 0.5;
  pointer-events: none;
  border-color: #8C8C8C;
}

.repertuar {
  background-color: #E9F6F6;
  background-image: url("/local/templates/orion/img/Wave_blue.png");
  background-size: 100% 100px;
}

.repertuar__cards {
  padding: 55px 0 0;
}

.repertuar__card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  background-color: #FFFFFF;
  border-radius: 77px;
  margin-bottom: 55px;
}

@media (max-width: 1200px) {
  .repertuar__card {
    flex-direction: column;
  }
}

.repertuar__card--img {
  width: 22vw;
  /* height: 22vw; */
  min-width: 380px;
  min-height: 380px;
  border-top-left-radius: 77px;
  border-top-right-radius: 77px;
  border-bottom-left-radius: 77px;
  border-bottom-right-radius: 77px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .repertuar__card--img {
    width: 100%;
    min-width: auto;
    min-height: 200px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

.repertuar__card--img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.repertuar__card--content {
  flex-grow: 2;
}

.repertuar__card--head {
  padding: 35px 25px 25px 55px;
  background-image: none;
  color: #034162;
}

@media (max-width: 1200px) {
  .repertuar__card--head {
    padding: 35px 0 0 0;
    padding-left: 0;
  }
}

.repertuar__card--body {
  padding-left: 55px;
}

@media (max-width: 1200px) {
  .repertuar__card--body {
    padding-left: 0;
  }
}

.repertuar__card--buttons {
  padding: 25px 77px 25px 55px;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .repertuar__card--buttons {
    padding: 25px 0;
    justify-content: center;
  }
}

.repertuar__card--more {
  display: none;
  padding-top: 20px;
}

@media (max-width: 1200px) {
  .repertuar__card--more {
    display: block;
  }
}

.repertuar__card--more>.view-more {
  font-size: 18px;
}

@media (max-width: 1200px) {
  .repertuar__card--dmore {
    display: none;
  }
}

.repertuar__head--divider {
  width: 0px;
  height: 0px;
  order: 1;
  background-color: #f37b0f;
  opacity: 0;
}

@media (max-width: 1200px) {
  .repertuar__head--divider {
    opacity: 1;
    width: 1px;
    height: 60px;
  }
}

.repertuar__head--items {
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .repertuar__head--items {
    flex-wrap: wrap;
  }

  .repertuar__head--items .detail__features--item {
    order: 1;
  }

  .repertuar__head--items .detail__features--txt>br {
    display: none;
  }

  .repertuar__head--items .repertuar__head--type {
    min-width: 100%;
    max-width: 100%;
    order: 2;
    padding-top: 15px;
    margin-bottom: 5px;
  }
}

.repertuar__head--type {
  text-transform: uppercase;
}

.repertuar__cardbody--title {
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 600;
  color: #034162;
  font-size: 1.25rem;
}

@media (max-width: 1200px) {
  .repertuar__cardbody--title {
    text-align: center;
    font-size: 1.5rem;
  }
}

.repertuar__cardbody--content {
  padding-right: 77px;
}

@media (max-width: 1200px) {
  .repertuar__cardbody--content {
    padding-left: 55px;
    padding-right: 55px;
  }
}

.individual {
  display: flex;
  flex-direction: row;
  gap: 25px;
  padding-top: 55px;
}

@media (max-width: 992px) {
  .individual {
    flex-direction: column;
  }
}

.individual__card {
  border-radius: 55px;
  position: relative;
  overflow: hidden;
  width: 50%;
  min-width: 240px;
  min-height: 340px;
}

@media (max-width: 992px) {
  .individual__card {
    width: 100%;
  }
}

.individual__card--img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.individual__card--cover {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-content: flex-start;
  gap: 25px;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 340px;
  color: #FFFFFF;
  text-align: left;
}

.individual__card--head {
  display: flex;
  align-items: center;
  width: auto;
  max-width: 76%;
  border-bottom-right-radius: 55px;
  height: 77px;
  padding-left: 55px;
  padding-right: 55px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
}

@media (max-width: 992px) {
  .individual__card--head {
    max-width: calc(100% - 45px);
  }
}

.individual__card--head>svg {
  margin-right: 15px;
  min-width: 50px;
}

.individual__card--body {
  padding-left: 55px;
  padding-right: 110px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.25rem;
}

@media (max-width: 992px) {
  .individual__card--body {
    padding-right: 55px;
  }
}

.individual__card--foot {
  display: flex;
  align-items: center;
  padding-left: 55px;
  padding-right: 55px;
  padding-bottom: 45px;
  justify-content: flex-start;
}

@media (max-width: 992px) {
  .individual__card--foot {
    flex-direction: column;
    justify-content: center;
  }

  .individual__card--foot .btn_white--outline {
    order: 2;
  }
}

.individual__card--foot .view-more {
  margin-left: auto;
}

.individual__card--foot .view-more:hover {
  color: #FFFFFF;
  opacity: 0.7;
}

@media (max-width: 992px) {
  .individual__card--foot .view-more {
    order: 1;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.cover--secondary {
  background: linear-gradient(125.77deg, #A62F1F 4.27%, rgba(166, 47, 31, 0) 96.96%);
}

.cover--quaternary {
  background: linear-gradient(70deg, rgba(3, 65, 98, 0.7) 1.56%, rgba(39, 111, 132, 0.4) 46.88%, rgba(105, 195, 196, 0) 95.83%);
}

.head--tertiary {
  background-color: #F4B276;
}

.head--quaternary {
  background-color: #69C3C4;
}

.mainpage__map {
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #f7ebd0;
}

@media screen and (max-width: 1074px) {
  .mainpage__map {
    display: none;
  }
}

.mainpage__map--container {
  width: 100%;
  height: auto;
}

.mainpage__map--map {
  width: 56%;
  min-width: 700px;
  margin: 0 0 0 auto;
}

.mainpage__map--fadeIn:after {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  left: -3px;
  width: 150px;
  height: 100%;
  background: linear-gradient(90deg, rgb(247, 235, 208) 0%, rgba(247, 235, 208, 0) 100%);
}

.mainpage__map--cards {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.mainpage__map--inner {
  pointer-events: none;
  position: relative;
  display: block;
}

.mainpage__map--card {
  pointer-events: auto;
  position: absolute;
  top: -1700px;
  left: 0;
  width: 588px;
  max-width: 100% !important;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
  background-color: white;
}

@media screen and (max-width: 1200px) {
  .mainpage__map--card {
    min-width: 380px;
    max-width: 380px;
  }
}

.mainpage__map--card.active {
  opacity: 1;
  pointer-events: auto;
  top: -46px;
}

.mainpage__map--desc {
  padding: 35px 69px 25px;
}

@media screen and (max-width: 1074px) {
  .mainpage__map--desc {
    max-height: 200px;
  }
}

.mainpage__map--picture {
  max-height: 226px;
}

.mainpage__map--icon {
  flex-direction: row;
  max-width: 33.3333%;
}

.mainpage__map--icon:nth-child(2) {
  border-right: 1px solid #F4B276;
  border-left: 1px solid #F4B276;
}

.mainpage__map--icon:nth-child(3) {
  margin-left: auto;
  max-width: 23%;
}

.mainpage__map--btns {
  flex-direction: row-reverse;
  gap: 13px;
  justify-content: space-between;
}

.mainpage__map--ticketsbtn {
  width: 219px;
}

.detail__map {
  min-width: 100%;
}

@media screen and (max-width: 992px) {
  .detail__map {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
  }
}

.map__description {
  display: flex;
  flex-wrap: wrap;
  padding-top: 77px;
  padding-bottom: 77px;
}

.map__description--item {
  width: 24.5%;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 15px;
  padding-right: 15px;
}

.map__description--item>img {
  height: 60px;
  margin-right: 7px;
}

@media screen and (max-width: 1074px) {
  .map__description--item {
    width: 50%;
  }
}

@media screen and (max-width: 920px) {
  .map__description--item {
    width: 100%;
  }
}

.modal {
  display: none;
  position: fixed;
  min-height: 206px;
  max-height: 95%;
  height: auto;
  font-style: normal;
  line-height: 20px;
  color: #000000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.modal__wrap {
  background: rgba(253, 241, 229, 0.9);
  box-shadow: 0px 12px 24px -6px rgba(96, 96, 96, 0.15), 0px 0px 1px rgba(96, 96, 96, 0.1);
  border-radius: 4px;
  padding: 24px 16px;

}

.modal__head {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.modal__body {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 16px;
}

.modal__foot {
  display: flex;
  flex-direction: row;
}

.modal__button {
  box-shadow: 0px 2px 2px -2px rgba(34, 38, 50, 0.3);
  border-radius: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  box-sizing: border-box;
  height: 32px;
  padding-top: 8px;
  cursor: pointer;
  width: 100%;
}

.modal__button--end {
  min-width: 150px;
  max-width: 200px;
  margin-left: auto;
}

.modal--active {
  display: block;
  z-index: 999;
}

.modal {
  max-width: 360px;
  min-height: 206px;
}

.modal--lg {
  max-width: 60%;
}

.modal--bs {
  top: auto;
  right: auto;
  left: 16px;
  bottom: 16px;
}

.modal--be {
  top: auto;
  left: auto;
  right: 16px;
  bottom: 16px;
}

.utils__position--fixed {
  position: fixed;
}

.utils__color--muted {
  color: #B2B2B2;
}

.utils__collapse_btn {
  cursor: pointer;
  display: none;
}

@media(max-width: 376px) {
  .utils__collapse_btn {
    display: inline-block;
    vertical-align: baseline;
  }

  .utils__collapse_content {
    display: none;
  }

  .utils__collapse_content--active {
    display: block;
  }

  .modal__button--end {
    min-width: 100%;
    max-width: 100%;
  }

  .modal--lg {
    max-width: 100%;
  }

  .modal--bs,
  .modal--be {
    left: 8px;
    right: 8px;
    bottom: 8px;
  }
}

img.banner__slide--img {
  max-height: 787px;
}


a.close_button {
  background-color: #A3B0BB;
  border-color: #A3B0BB;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.min-h-70 {
  min-height: 70px;
}
.bg-white {
  background-color: white !important;
}
.bg-blank {
  background-image: none !important;
  background-color: white !important;
}
.bg-noimage {
  background-image: none !important;
}
.spektakli {
  padding-bottom: 1px;
  padding-top: 70px;
}
@media(max-width: 1200px) {
  .spektakli {
    padding-top: 30px;
  }
}
.spektakti__more-container {
  padding-bottom: 1px;
}
.spektakti__more-btn {
  text-transform: uppercase;
  color: #A3B0BB;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
}

.hidden {
  display: none;
}
/*# sourceMappingURL=bundle.css.map */
