@charset "UTF-8";
@import url(normalize.css);
/* @import "bootstrap.css"; */
@import url(bootstrap-grid.css);
/* @import "bootstrap-reboot.css"; */
@import url(bootstrap-utilities.css);
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url(../fonts/stylesheet.css);
:root {
  --font-size: 22px;
  --line-height: 27px; }
  @media (max-width: 1199.98px) {
    :root {
      --font-size: 21px;
      --line-height: 25px; } }
  @media (max-width: 991.98px) {
    :root {
      --font-size: 20px;
      --line-height: 24px; } }
  @media (max-width: 767.98px) {
    :root {
      --font-size: 18px;
      --line-height: 22px; } }
  @media (max-width: 576.98px) {
    :root {
      --font-size: 16px;
      --line-height: 20px; } }

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

html, body {
  overflow-x: hidden; }
  html.overflow_hidden, body.overflow_hidden {
    overflow: hidden !important; }

body {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: var(--font-size);
  line-height: var(--line-height);
  padding: 0;
  background: #222222;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased; }

body, nav, header, section, footer {
  width: 100%;
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Blushes";
  font-weight: 900;
  line-height: 1.2;
  margin: 0 auto;
  text-align: center;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0; }

a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    color: #FE9701;
    text-decoration: none; }
  a.underline {
    text-decoration: underline; }

a, button {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.heading_ff, .ff-heading {
  font-family: "Blushes";
  /*     font-size  : 26px;
    line-height: 37px; */
  font-weight: 900; }

h1 {
  font-size: 96px;
  line-height: 136px;
  text-align: start; }
  @media (max-width: 1399.98px) {
    h1 {
      font-size: 82px;
      line-height: 1.2; } }
  @media (max-width: 1199.98px) {
    h1 {
      font-size: 76px; } }
  @media (max-width: 991.98px) {
    h1 {
      font-size: 66px; } }
  @media (max-width: 767.98px) {
    h1 {
      font-size: 54px; } }
  @media (max-width: 575.98px) {
    h1 {
      font-size: 42px; } }
  h1.sub_page_header {
    font-size: 64px;
    line-height: 91px; }
    @media (max-width: 1399.98px) {
      h1.sub_page_header {
        font-size: 82px;
        line-height: 1.2; } }
    @media (max-width: 1199.98px) {
      h1.sub_page_header {
        font-size: 76px; } }
    @media (max-width: 991.98px) {
      h1.sub_page_header {
        font-size: 66px; } }
    @media (max-width: 767.98px) {
      h1.sub_page_header {
        font-size: 54px; } }
    @media (max-width: 575.98px) {
      h1.sub_page_header {
        font-size: 42px; } }

h2 {
  font-size: 64px;
  line-height: 91px; }
  @media (max-width: 1199.98px) {
    h2 {
      font-size: 58px;
      line-height: 1.2; } }
  @media (max-width: 991.98px) {
    h2 {
      font-size: 50px; } }
  @media (max-width: 767.98px) {
    h2 {
      font-size: 46px; } }
  @media (max-width: 575.98px) {
    h2 {
      font-size: 38px; } }

h3 {
  font-size: 52px;
  line-height: 74px; }
  @media (max-width: 1199.98px) {
    h3 {
      font-size: 46px;
      line-height: 1.2; } }
  @media (max-width: 991.98px) {
    h3 {
      font-size: 38px; } }
  @media (max-width: 767.98px) {
    h3 {
      font-size: 36px; } }
  @media (max-width: 575.98px) {
    h3 {
      font-size: 32px; } }

h4 {
  font-size: 42px;
  line-height: 60px; }
  @media (max-width: 1199.98px) {
    h4 {
      font-size: 38px;
      line-height: 1.2; } }
  @media (max-width: 991.98px) {
    h4 {
      font-size: 36px; } }
  @media (max-width: 767.98px) {
    h4 {
      font-size: 32px; } }
  @media (max-width: 575.98px) {
    h4 {
      font-size: 28px; } }

h5, .h5 {
  font-size: 36px !important;
  line-height: 51px;
  text-align: start; }
  @media (max-width: 767.98px) {
    h5, .h5 {
      font-size: 32px !important;
      line-height: 1.2; } }
  @media (max-width: 575.98px) {
    h5, .h5 {
      font-size: 24px !important; } }

h6 {
  font-size: 28px;
  line-height: 40px; }

.orange {
  color: #FE9701; }

.fw-700 {
  font-weight: 700; }

.fs-20 {
  font-size: 20px;
  line-height: 24px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-80 {
  margin-bottom: 80px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-60 {
  margin-top: 60px; }

.mr-20 {
  margin-right: 20px; }

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

.pt-10 {
  padding-top: 10px; }

.pt-20 {
  padding-top: 20px; }

a.logo, div.logo {
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  a.logo img, div.logo img {
    height: 60px;
    width: 158px; }

.button {
  font-family: "Montserrat", sans-serif;
  font-weight: 700 !important;
  font-size: 14px;
  line-height: 42px;
  height: 42px;
  padding: 0 32px;
  color: #ffffff;
  background: #F6B913;
  -webkit-box-shadow: 10px 10px 0 0 rgba(221, 221, 221, 0.5);
  box-shadow: 10px 10px 0 0 rgba(221, 221, 221, 0.5);
  text-decoration: none !important;
  white-space: nowrap; }
  .button:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(221, 221, 221, 0.5);
    box-shadow: 0 0 0 0 rgba(221, 221, 221, 0.5);
    background: #FE9701;
    color: #ffffff; }
  .button.big {
    font-size: 24px;
    line-height: 84px;
    height: 84px;
    padding: 0 37px;
    background: #FE9701; }
    .button.big:hover {
      background: #F6B913; }
    .button.big.white {
      background: #ffffff;
      color: #222222;
      -webkit-box-shadow: 10px 10px 0 0 rgba(34, 34, 34, 0.5);
      box-shadow: 10px 10px 0 0 rgba(34, 34, 34, 0.5); }
      .button.big.white:hover {
        -webkit-box-shadow: 0 0 0 0 rgba(34, 34, 34, 0.5);
        box-shadow: 0 0 0 0 rgba(34, 34, 34, 0.5); }
    @media (max-width: 1199.98px) {
      .button.big {
        font-size: 22px;
        line-height: 64px;
        height: 64px;
        padding: 0 30px; } }
    @media (max-width: 991.98px) {
      .button.big {
        font-size: 20px;
        line-height: 60px;
        height: 60px;
        padding: 0 28px; } }
    @media (max-width: 768.98px) {
      .button.big {
        font-size: 18px;
        line-height: 55px;
        height: 55px;
        padding: 0 25px; } }

.warning_block {
  font-family: "Montserrat", sans-serif;
  gap: 20px; }
  .warning_block img {
    height: 80px;
    width: 80px;
    margin: 0 !important; }
  .warning_block.medium img {
    height: 60px;
    width: 60px; }
  .warning_block.mini img {
    height: 53px;
    width: 53px; }
  @media (max-width: 767.98px) {
    .warning_block {
      gap: 10px; }
      .warning_block img {
        height: 50px;
        width: 50px; }
      .warning_block.medium img {
        height: 45px;
        width: 45px; }
      .warning_block.mini img {
        height: 35px;
        width: 35px; } }

ul.dots {
  list-style: none;
  padding-left: 0; }
  ul.dots li {
    font-family: "Montserrat", sans-serif;
    font-size: var(--font-size);
    line-height: var(--line-height);
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  ul.dots.white li::before, ul.dots.black li::before {
    content: '';
    height: 19px;
    width: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 576.98px) {
      ul.dots.white li::before, ul.dots.black li::before {
        height: 14px;
        width: 15px;
        margin-right: 10px; } }
  ul.dots.white li::before {
    background-image: url(../i/dot-white.svg); }
  ul.dots.black li::before {
    background-image: url(../i/dot-black.svg); }

.social_block {
  gap: 20px; }
  .social_block .social {
    height: 50px;
    width: 50px; }
    .social_block .social.vk {
      background: url(../i/vk_white.svg) 50% 50%/contain no-repeat; }
    .social_block .social.vk:hover {
      background: url(../i/vk_orange.svg) 50% 50%/contain no-repeat; }
    .social_block .social.ig {
      background: url(../i/ig_white.svg) 50% 50%/contain no-repeat; }
    .social_block .social.ig:hover {
      background: url(../i/ig_orange.svg) 50% 50%/contain no-repeat; }
    .social_block .social.youtube {
      background: url(../i/youtube_white.svg) 50% 50%/contain no-repeat; }
    .social_block .social.youtube:hover {
      background: url(../i/youtube_orange.svg) 50% 50%/contain no-repeat; }
    .social_block .social.tg {
      background: url(../i/tg_white.svg) 50% 50%/contain no-repeat; }
    .social_block .social.tg:hover {
      background: url(../i/tg_orange.svg) 50% 50%/contain no-repeat; }
    .social_block .social.max {
      background: url(../i/max_white.svg) 50% 50%/contain no-repeat; }
    .social_block .social.max:hover {
      background: url(../i/max_orange.svg) 50% 50%/contain no-repeat; }
  @media (max-width: 1199.98px) {
    .social_block {
      gap: 10px; } }

.ya_map {
  width: 100%;
  height: 750px;
  position: absolute;
  top: 25px; }
  @media (max-width: 991.98px) {
    .ya_map {
      position: relative;
      top: auto;
      height: calc(100vw * 0.6); } }

.map_section {
  margin: 60px 0; }
  .map_section .trapezoid_element {
    background: #F6B913;
    padding: 100px 30px;
    width: 100%;
    color: #222222;
    position: relative;
    font-family: "Montserrat", sans-serif; }
    .map_section .trapezoid_element a {
      color: #222222; }
    .map_section .trapezoid_element::before {
      content: '';
      height: 100%;
      width: 100px;
      -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
      clip-path: polygon(100% 0, 0 0, 100% 100%);
      background: #F6B913;
      position: absolute;
      top: 0;
      left: 2px;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%); }
  @media (min-width: 2000px) {
    .map_section {
      background-size: cover; } }
  @media (max-width: 991.98px) {
    .map_section {
      background-image: none; }
      .map_section .trapezoid_element {
        padding: 30px; }
      .map_section .mobile_map_element {
        height: 50vw;
        background-image: url(../i/map.webp);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: 50% 50%; } }

.nav {
  position: fixed;
  top: 0;
  z-index: 9999;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  background: rgba(34, 34, 34, 0.85); }
  .nav p {
    font-family: "Montserrat", sans-serif; }
  .nav .button {
    max-width: 100%;
    padding: 0;
    width: 100%; }
  .nav .burger {
    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;
    height: 35px;
    width: 35px;
    background: #FE9701;
    -webkit-box-shadow: 10px 10px 0 0 rgba(221, 221, 221, 0.5);
    box-shadow: 10px 10px 0 0 rgba(221, 221, 221, 0.5); }
    .nav .burger .burger-inner {
      position: relative;
      height: 2px;
      width: 20px;
      background: #ffffff;
      -webkit-transition: opacity 0.2s linear;
      -o-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear; }
      .nav .burger .burger-inner::before, .nav .burger .burger-inner::after {
        content: '';
        height: 2px;
        width: 16px;
        background: #ffffff;
        position: absolute;
        left: 2px; }
      .nav .burger .burger-inner::before {
        -webkit-transition: top 0.2s linear 0.2s, background 0.1s ease-in, width 0.2s linear, -webkit-transform 0.2s ease-in;
        transition: top 0.2s linear 0.2s, background 0.1s ease-in, width 0.2s linear, -webkit-transform 0.2s ease-in;
        -o-transition: transform 0.2s ease-in, top 0.2s linear 0.2s, background 0.1s ease-in, width 0.2s linear;
        transition: transform 0.2s ease-in, top 0.2s linear 0.2s, background 0.1s ease-in, width 0.2s linear;
        transition: transform 0.2s ease-in, top 0.2s linear 0.2s, background 0.1s ease-in, width 0.2s linear, -webkit-transform 0.2s ease-in;
        top: -5px; }
      .nav .burger .burger-inner::after {
        -webkit-transition: bottom 0.2s linear 0.2s, background 0.1s ease-in, width 0.2s linear, -webkit-transform 0.2s ease-in;
        transition: bottom 0.2s linear 0.2s, background 0.1s ease-in, width 0.2s linear, -webkit-transform 0.2s ease-in;
        -o-transition: transform 0.2s ease-in, bottom 0.2s linear 0.2s, background 0.1s ease-in, width 0.2s linear;
        transition: transform 0.2s ease-in, bottom 0.2s linear 0.2s, background 0.1s ease-in, width 0.2s linear;
        transition: transform 0.2s ease-in, bottom 0.2s linear 0.2s, background 0.1s ease-in, width 0.2s linear, -webkit-transform 0.2s ease-in;
        bottom: -5px; }
  .nav.scrolled {
    padding: 5px 0; }
    .nav.scrolled a.logo img {
      height: 50px;
      width: 132px; }
    .nav.scrolled .button {
      height: 34px;
      line-height: 34px; }
  @media (max-width: 991.98px) {
    .nav .button {
      width: auto;
      padding: 0 10px;
      margin-top: 20px; }
    .nav .inner-menu {
      gap: 15px; }
    .nav .mobile-menu {
      position: absolute;
      top: 0;
      right: -100%;
      max-height: 100vh;
      background: #222222;
      padding: 15px 15px 30px;
      overflow-x: scroll;
      width: 100vw;
      max-width: 100vw; }
      .nav .mobile-menu .logo {
        margin-bottom: 20px; }
    .nav.opened .mobile-menu {
      right: 0; }
    .nav.opened .burger .burger-inner {
      background: #FE9701; }
      .nav.opened .burger .burger-inner::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
        left: 0;
        width: 20px;
        opacity: 1 !important; }
      .nav.opened .burger .burger-inner::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 0;
        left: 0;
        width: 20px;
        opacity: 1; } }

footer {
  font-family: "Montserrat", sans-serif;
  padding: 30px 0;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff; }
  footer a.contact {
    text-decoration: underline;
    display: block; }
    footer a.contact:hover {
      color: #FE9701; }
  @media (max-width: 991.98px) {
    footer .logo {
      margin-bottom: 20px; }
    footer .social_block {
      margin-top: 20px; }
    footer .contacts_block {
      gap: 15px; } }

.single_page section:first-of-type {
  margin-top: 100px; }

@media (max-width: 991.98px) {
  .single_page section:first-of-type {
    margin-top: 80px; } }

.yellow_section {
  margin-top: -80px;
  color: #222222;
  z-index: 1; }
  .yellow_section img {
    max-width: 100%;
    margin: 140px 0; }
  .yellow_section .bg-container {
    background: #F6B913; }
  .yellow_section .triangle-divider {
    width: 100%;
    height: 80px;
    background: #F6B913;
    -webkit-clip-path: polygon(0 0%, 0% 100%, 100% 100%);
    clip-path: polygon(0 0%, 0% 100%, 100% 100%); }
    @media (max-width: 767.98px) {
      .yellow_section .triangle-divider {
        height: 50px; } }
    .yellow_section .triangle-divider.black {
      width: 100%;
      height: 80px;
      background: #222222;
      -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
      clip-path: polygon(100% 0, 0% 100%, 100% 100%); }
      @media (max-width: 767.98px) {
        .yellow_section .triangle-divider.black {
          height: 50px; } }
  .yellow_section h1, .yellow_section h5 {
    color: #222222; }
  .yellow_section p {
    margin-bottom: 0;
    font-size: var(--font-size);
    line-height: var(--line-height);
    font-family: "Montserrat", sans-serif; }
  @media (max-width: 767.98px) {
    .yellow_section {
      margin-top: -50px; }
      .yellow_section img {
        margin: 50px 0; } }

.black_section {
  background: #222222;
  color: #ffffff;
  margin-top: -1px;
  z-index: 2; }
  .black_section img {
    max-width: 100%;
    margin: 75px 0; }
  .black_section p {
    margin-bottom: 0;
    font-size: var(--font-size);
    line-height: var(--line-height);
    font-family: "Montserrat", sans-serif; }
  .black_section.timer h1 {
    margin-top: 80px;
    text-align: center; }
  .black_section.timer .timer_block {
    color: #ffffff;
    font-family: "Blushes";
    font-weight: 900;
    font-size: 200px;
    line-height: 200px; }
  .black_section.timer .timer_legend {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 36px;
    line-height: 44px;
    text-align: center; }
  @media (max-width: 1440px) {
    .black_section.timer .timer_block {
      font-size: 190px;
      line-height: 190px; }
    .black_section.timer .timer_legend {
      font-size: 34px;
      line-height: 42px; } }
  @media (max-width: 1199.98px) {
    .black_section.timer .timer_block {
      font-size: 150px;
      line-height: 150px; }
    .black_section.timer .timer_legend {
      font-size: 32px;
      line-height: 40px; } }
  @media (max-width: 991.98px) {
    .black_section.timer .timer_block {
      font-size: 120px;
      line-height: 120px; }
    .black_section.timer .timer_legend {
      font-size: 30px;
      line-height: 38px; } }
  @media (max-width: 768.98px) {
    .black_section.timer .timer_block {
      font-size: 84px;
      line-height: 84px; }
    .black_section.timer .timer_legend {
      font-size: 24px;
      line-height: 32px; } }
  @media (max-width: 576.98px) {
    .black_section.timer .timer_block {
      font-size: 58px;
      line-height: 58px; }
    .black_section.timer .timer_legend {
      font-size: 16px;
      line-height: 24px; } }

.orange_section {
  color: #222222;
  z-index: 1;
  font-family: "Montserrat", sans-serif; }
  .orange_section img {
    max-width: 100%;
    margin: 140px 0; }
  .orange_section .bg-container {
    background: #FE9701;
    margin-top: -1px; }
  .orange_section .triangle-divider {
    width: 100%;
    height: 80px;
    background: #FE9701;
    -webkit-clip-path: polygon(0 0%, 0% 100%, 100% 100%);
    clip-path: polygon(0 0%, 0% 100%, 100% 100%); }
    @media (max-width: 767.98px) {
      .orange_section .triangle-divider {
        height: 50px; } }
    .orange_section .triangle-divider.black {
      width: 100%;
      height: 80px;
      background: #222222;
      -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
      clip-path: polygon(100% 0, 0% 100%, 100% 100%);
      margin-top: 1px; }
      @media (max-width: 767.98px) {
        .orange_section .triangle-divider.black {
          height: 50px; } }
  .orange_section h1, .orange_section h5 {
    color: #222222; }
  .orange_section p {
    margin-bottom: 0;
    font-size: var(--font-size);
    line-height: var(--line-height);
    font-family: "Montserrat", sans-serif; }
  @media (max-width: 767.98px) {
    .orange_section img {
      margin: 50px 0; }
    .orange_section p {
      padding-bottom: 50px;
      font-size: 16px;
      line-height: 20px; } }

.grey_section .bg-container {
  padding: 80px 0 160px;
  background: #666666;
  margin-top: -1px; }

.grey_section .triangle-divider {
  width: 100%;
  height: 80px;
  background: #666666;
  -webkit-clip-path: polygon(0 0%, 0% 100%, 100% 100%);
  clip-path: polygon(0 0%, 0% 100%, 100% 100%); }
  @media (max-width: 767.98px) {
    .grey_section .triangle-divider {
      height: 50px; } }

.main_page .grey_section h1 {
  white-space: nowrap; }

.main_page .yellow_section img {
  margin: 0; }

.main_page .yellow_section h1 {
  margin-top: 100px; }

.main_page .yellow_section p {
  margin-bottom: 100px; }

.main_page {
  --diametr: calc(36vw - 50px);
  --half_diametr: calc(var(--diametr) / 2);
  --icon_size: 80px;
  /* Генерация задержек для 10 элементов */
  /* Ключевые кадры анимации */ }
  .main_page .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--diametr);
    /* Диаметр круга */
    height: var(--diametr);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    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; }
  .main_page .circle-item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    /* Вычисляем угол поворота для каждого элемента */
    --angle: calc(360deg / 10 * (var(--i) - 1));
    /* Начальное состояние - скрыт в центре */
    opacity: 0;
    /* Анимация */
    -webkit-animation: moveFromCenter 0.6s cubic-bezier(0.34, 1.2, 0.64, 1) forwards;
    animation: moveFromCenter 0.6s cubic-bezier(0.34, 1.2, 0.64, 1) forwards; }
    .main_page .circle-item img {
      width: var(--icon_size);
      /* Размер иконки */
      height: auto;
      display: block; }
  .main_page .circle-item.mini_1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
  .main_page .circle-item.mini_2 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s; }
  .main_page .circle-item.mini_3 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s; }
  .main_page .circle-item.mini_4 {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s; }
  .main_page .circle-item.mini_5 {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s; }
  .main_page .circle-item.mini_6 {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s; }
  .main_page .circle-item.mini_7 {
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s; }
  .main_page .circle-item.mini_8 {
    -webkit-animation-delay: 4.9s;
    animation-delay: 4.9s; }
  .main_page .circle-item.mini_9 {
    -webkit-animation-delay: 5.6s;
    animation-delay: 5.6s; }
  .main_page .circle-item.mini_10 {
    -webkit-animation-delay: 6.3s;
    animation-delay: 6.3s; }

@-webkit-keyframes moveFromCenter {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(var(--angle)) translate(var(--half_diametr)) rotate(calc(-1 * var(--angle)));
    transform: translate(-50%, -50%) rotate(var(--angle)) translate(var(--half_diametr)) rotate(calc(-1 * var(--angle))); } }

@keyframes moveFromCenter {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(var(--angle)) translate(var(--half_diametr)) rotate(calc(-1 * var(--angle)));
    transform: translate(-50%, -50%) rotate(var(--angle)) translate(var(--half_diametr)) rotate(calc(-1 * var(--angle))); } }
  .main_page .circle-center {
    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; }
  .main_page .swiper {
    /* max-width: 250px; */
    max-width: var(--half_diametr); }
    .main_page .swiper .swiper-slide img {
      opacity: 0; }
    .main_page .swiper .swiper-slide.swiper-slide-active img {
      opacity: 1; }
  @media (max-width: 1199.98px) {
    .main_page {
      --icon_size: 50px; } }
  @media (max-width: 768.98px) {
    .main_page {
      --diametr: 250px; }
      .main_page .mobile-margin {
        padding-top: 100px; } }

.video_section {
  color: #ffffff;
  position: relative;
  height: 100vh;
  overflow: hidden; }
  .video_section .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0; }
  .video_section .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(black));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, black 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, black 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, black 100%);
    opacity: 0.85;
    z-index: 1;
    pointer-events: none; }
  .video_section .container {
    position: relative;
    z-index: 2; }
  .video_section .row {
    padding: 100px 0 60px;
    position: relative; }
  .video_section h1, .video_section h5 {
    color: #FE9701; }
  .video_section p {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif; }
  @media (max-width: 1199.98px) {
    .video_section .row {
      padding-bottom: 90px; } }
  @media (max-width: 767.98px) {
    .video_section p {
      font-size: 16px;
      line-height: 20px; } }

.about_page {
  font-family: "Montserrat", sans-serif; }
  .about_page .about_top_gallery {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    margin-bottom: 60px; }
    .about_page .about_top_gallery .swiper-wrapper {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .about_page .about_top_gallery .swiper-slide {
      width: 320px;
      height: 480px;
      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;
      border-radius: 16px;
      overflow: hidden;
      -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
      transform: scale(0.85);
      opacity: 0.5;
      -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
      transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
      -o-transition: transform 0.5s ease, opacity 0.5s ease;
      transition: transform 0.5s ease, opacity 0.5s ease;
      transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease; }
    .about_page .about_top_gallery .swiper-slide-active {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
      z-index: 3; }
    .about_page .about_top_gallery .swiper-slide img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    @media (max-width: 768px) {
      .about_page .about_top_gallery .swiper-slide {
        width: 240px;
        height: 360px; } }
  .about_page .slider_section {
    margin-top: 60px;
    margin-bottom: 0 !important; }
    .about_page .slider_section .rectangle_element {
      height: 100%;
      background: #FE9701;
      color: #222222;
      padding: 60px 0 60px 85px; }
    .about_page .slider_section .slider_container {
      position: relative;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 20px 0; }
      .about_page .slider_section .slider_container::after {
        content: '';
        height: 100%;
        width: 100px;
        -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
        clip-path: polygon(0 0, 0% 100%, 100% 0);
        background: #FE9701;
        position: absolute;
        left: -2px;
        top: 0;
        z-index: 1; }
    .about_page .slider_section .row {
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
    .about_page .slider_section .about_bottom_gallery {
      width: 100%;
      height: 100%;
      max-height: 700px; }
      .about_page .slider_section .about_bottom_gallery .swiper-wrapper {
        height: 100%; }
      .about_page .slider_section .about_bottom_gallery .swiper-slide {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden; }
        .about_page .slider_section .about_bottom_gallery .swiper-slide img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
    @media (max-width: 1199.98px) {
      .about_page .slider_section .rectangle_element {
        padding: 40px 0 40px 40px; } }
    @media (max-width: 991.98px) {
      .about_page .slider_section .rectangle_element {
        padding: 30px; }
      .about_page .slider_section .slider_container::after {
        height: 60px;
        width: 100%;
        -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
        clip-path: polygon(100% 0, 0 0, 0 100%);
        left: 0;
        top: -2px; }
      .about_page .slider_section .about_bottom_gallery {
        height: 100%; }
      .about_page .slider_section .about_bottom_gallery .swiper-slide {
        min-height: 100vw; }
      .about_page .slider_section .swiper {
        padding: 0;
        min-height: 100vw; } }

.tickets_page .tickets_top_section {
  color: #ffffff; }
  .tickets_page .tickets_top_section h1 {
    color: #FE9701; }
  .tickets_page .tickets_top_section h1, .tickets_page .tickets_top_section h6 {
    text-align: center; }
  .tickets_page .tickets_top_section .tickets-warning {
    font-size: var(--font-size);
    line-height: var(--line-height);
    text-align: center; }

.tickets_page .tickets_gallery {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  margin-bottom: 60px; }
  .tickets_page .tickets_gallery .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .tickets_page .tickets_gallery .swiper-slide {
    width: 320px;
    height: 480px;
    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;
    border-radius: 16px;
    overflow: hidden;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0.5;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease; }
    .tickets_page .tickets_gallery .swiper-slide img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .tickets_page .tickets_gallery .swiper-slide-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 3; }
  @media (max-width: 768px) {
    .tickets_page .tickets_gallery .swiper-slide {
      width: 240px;
      height: 360px; } }

.tickets_container .dashed_element {
  position: relative;
  width: 100%;
  border: 2px dashed #222222; }

.tickets_container .ticket_offer {
  border-radius: 8px;
  text-align: center; }
  .tickets_container .ticket_offer.standard {
    background: transparent;
    color: #ffffff;
    border: 2px solid #F6B913; }
    .tickets_container .ticket_offer.standard .dashed_element {
      border-color: #F6B913; }
  .tickets_container .ticket_offer.vip {
    position: relative;
    z-index: 1;
    color: #ffffff;
    background: -webkit-linear-gradient(290deg, #0f0f0f 0%, #1a1a1a 40%, rgba(254, 151, 1, 0.9) 100%);
    background: -o-linear-gradient(290deg, #0f0f0f 0%, #1a1a1a 40%, rgba(254, 151, 1, 0.9) 100%);
    background: linear-gradient(160deg, #0f0f0f 0%, #1a1a1a 40%, rgba(254, 151, 1, 0.9) 100%);
    border: 1px solid rgba(255, 150, 0, 0.4);
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7), 0 0 30px rgba(255, 140, 0, 0.35), 0 0 70px rgba(255, 140, 0, 0.2);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7), 0 0 30px rgba(255, 140, 0, 0.35), 0 0 70px rgba(255, 140, 0, 0.2);
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); }
    .tickets_container .ticket_offer.vip::after {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: inherit;
      background: -webkit-radial-gradient(30% 20%, circle, rgba(255, 180, 0, 0.25), transparent 60%);
      background: -o-radial-gradient(30% 20%, circle, rgba(255, 180, 0, 0.25), transparent 60%);
      background: radial-gradient(circle at 30% 20%, rgba(255, 180, 0, 0.25), transparent 60%);
      pointer-events: none; }
  .tickets_container .ticket_offer.platinum {
    position: relative;
    z-index: 2;
    color: #222222;
    background: -webkit-gradient(linear, left top, left bottom, from(#F6B913), to(#FE9701));
    background: -webkit-linear-gradient(top, #F6B913 0%, #FE9701 100%);
    background: -o-linear-gradient(top, #F6B913 0%, #FE9701 100%);
    background: linear-gradient(180deg, #F6B913 0%, #FE9701 100%);
    border: 1px solid #222222;
    -webkit-box-shadow: 0 30px 80px rgba(0, 0, 0, 0.7), 0 0 40px rgba(255, 140, 0, 0.8), 0 0 100px rgba(255, 140, 0, 0.6), 0 0 180px rgba(255, 140, 0, 0.4);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.7), 0 0 40px rgba(255, 140, 0, 0.8), 0 0 100px rgba(255, 140, 0, 0.6), 0 0 180px rgba(255, 140, 0, 0.4); }

.tickets_container .top_block {
  padding: 50px 25px 30px; }
  .tickets_container .top_block svg {
    margin-bottom: 10px;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5); }

.tickets_container .price_included {
  list-style: none;
  margin-bottom: 30px;
  padding-left: 0; }
  .tickets_container .price_included li {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 10px; }
    .tickets_container .price_included li:last-of-type {
      margin-bottom: 0; }

@media (max-width: 991.98px) {
  .tickets_container .ticket_offer {
    margin-bottom: 30px; }
  .tickets_container .top_block {
    padding: 25px 15px 20px; } }

@media (max-width: 767.98px) {
  .tickets_container .price_included li {
    margin-bottom: 5px; } }

.faq_container {
  color: #ffffff;
  margin: 60px 0; }
  .faq_container .faq_block {
    padding: 30px;
    margin-bottom: 30px;
    border: 3px solid #F6B913;
    max-height: 87px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
    .faq_container .faq_block .question {
      font-size: var(--font-size);
      line-height: var(--line-height); }
    .faq_container .faq_block .plus, .faq_container .faq_block .minus {
      font-family: "Blushes";
      font-size: 122px;
      line-height: 22px;
      position: absolute;
      right: 30px;
      top: 30px; }
    .faq_container .faq_block .plus {
      opacity: 1; }
    .faq_container .faq_block .minus {
      opacity: 0; }
    .faq_container .faq_block .answer {
      font-size: var(--font-size);
      line-height: var(--line-height);
      padding-top: 25px; }
    .faq_container .faq_block.opened {
      max-height: 300px; }
      .faq_container .faq_block.opened .plus {
        opacity: 0; }
      .faq_container .faq_block.opened .minus {
        opacity: 1; }
  @media (max-width: 576.98px) {
    .faq_container .faq_block {
      padding: 15px;
      max-height: 60px; }
      .faq_container .faq_block .plus, .faq_container .faq_block .minus {
        font-size: 80px;
        line-height: var(--line-height);
        right: 20px;
        top: 20px; } }

.members_page section:first-of-type {
  margin-bottom: 60px; }

.members_page .yellow_section img {
  margin: 0; }

.members_page .black_section h1, .members_page .orange_section h1 {
  line-height: 0.93; }

.members_page .black_section img, .members_page .orange_section img {
  margin: 0; }

@media (max-width: 991.98px) {
  .members_page .yellow_section img, .members_page .black_section img {
    margin-top: 30px; } }

@media (max-width: 767.98px) {
  .members_page .yellow_section p {
    padding-bottom: 0; }
  .members_page .black_section h1 {
    padding-top: 20px; } }

.rules_page section {
  margin-bottom: 100px; }

@media (max-width: 991.98px) {
  .rules_page section {
    margin-bottom: 30px; } }

.programm_page section:first-of-type {
  margin-bottom: 100px; }

.ProgrammSliderSection {
  --pagination-font-size: 52px;
  --pagination-gap: 48px;
  margin-bottom: 60px; }
  .ProgrammSliderSection .swiper-pagination {
    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;
    gap: var(--pagination-gap);
    position: relative; }
    .ProgrammSliderSection .swiper-pagination .swiper-pagination-bullet {
      background: transparent;
      opacity: 1;
      width: auto;
      height: auto;
      border-radius: 0;
      font-family: "Blushes";
      font-size: var(--pagination-font-size);
      font-weight: 900;
      line-height: 1.2;
      margin: 0 !important;
      position: relative; }
      .ProgrammSliderSection .swiper-pagination .swiper-pagination-bullet:not(:last-child)::after {
        content: '|';
        position: absolute;
        right: calc(var(--pagination-gap) * -0.5);
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(50%);
        -ms-transform: translateY(-50%) translateX(50%);
        transform: translateY(-50%) translateX(50%);
        color: #ffffff;
        font-family: "Blushes";
        font-size: var(--pagination-font-size);
        font-weight: 900;
        line-height: 1.2; }
    .ProgrammSliderSection .swiper-pagination .swiper-pagination-bullet-active {
      color: #FE9701; }
  .ProgrammSliderSection .swiper-slide {
    background: #222222;
    height: 100%; }
  .ProgrammSliderSection .programm_line {
    padding: 15px 0;
    border-bottom: 2px solid #ffffff;
    gap: 20px; }
    .ProgrammSliderSection .programm_line .programm_time {
      font-family: "Blushes";
      font-size: 32px;
      font-weight: 900;
      line-height: 1.2; }
  .ProgrammSliderSection .ProgrammSlider {
    overflow: hidden; }
    .ProgrammSliderSection .ProgrammSlider .swiper-wrapper {
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
    .ProgrammSliderSection .ProgrammSlider .swiper-slide {
      height: auto !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
  @media (max-width: 1199.98px) {
    .ProgrammSliderSection {
      --pagination-font-size: 48px;
      --pagination-gap: 38px; }
      .ProgrammSliderSection .programm_time {
        font-size: 30px !important; } }
  @media (max-width: 991.98px) {
    .ProgrammSliderSection {
      --pagination-font-size: 42px;
      --pagination-gap: 32px; }
      .ProgrammSliderSection .programm_time {
        font-size: 28px !important; } }
  @media (max-width: 767.98px) {
    .ProgrammSliderSection {
      --pagination-font-size: 34px;
      --pagination-gap: 26px; }
      .ProgrammSliderSection .programm_time {
        font-size: 26px !important; } }
  @media (max-width: 576.98px) {
    .ProgrammSliderSection {
      --pagination-font-size: 24px;
      --pagination-gap: 10px; }
      .ProgrammSliderSection .programm_time {
        font-size: 24px !important; } }

.contacts_page .map_section {
  position: relative; }
  .contacts_page .map_section .contacts_map {
    position: absolute;
    top: 5%;
    left: 0;
    max-height: 90%;
    width: auto; }
  .contacts_page .map_section .trapezoid_element {
    padding: 50px 30px; }
    .contacts_page .map_section .trapezoid_element::before {
      -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
      clip-path: polygon(100% 0, 0 0, 100% 100%); }

.contacts_page .social_block {
  gap: 30px; }
  .contacts_page .social_block .social {
    height: 80px;
    width: 80px; }

.contacts_page form input[type="text"],
.contacts_page form input[type="email"], .contacts_page form textarea {
  width: 100%;
  background: #666666;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 32px;
  padding: 14px;
  -webkit-box-shadow: 10px 10px 0 0 #F6B913;
  box-shadow: 10px 10px 0 0 #F6B913; }
  .contacts_page form input[type="text"]::-webkit-input-placeholder,
  .contacts_page form input[type="email"]::-webkit-input-placeholder, .contacts_page form textarea::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1; }
  .contacts_page form input[type="text"]:-ms-input-placeholder,
  .contacts_page form input[type="email"]:-ms-input-placeholder, .contacts_page form textarea:-ms-input-placeholder {
    color: #ffffff;
    opacity: 1; }
  .contacts_page form input[type="text"]::-ms-input-placeholder,
  .contacts_page form input[type="email"]::-ms-input-placeholder, .contacts_page form textarea::-ms-input-placeholder {
    color: #ffffff;
    opacity: 1; }
  .contacts_page form input[type="text"]::placeholder,
  .contacts_page form input[type="email"]::placeholder, .contacts_page form textarea::placeholder {
    color: #ffffff;
    opacity: 1; }

@media (max-width: 991.98px) {
  .contacts_page form input[type="text"],
  .contacts_page form input[type="email"],
  .contacts_page form textarea {
    font-size: 18px;
    line-height: 24px; } }

.accommodation_page .map_section {
  background-size: auto 90%;
  background-repeat: no-repeat;
  background-position: 0% 50%; }

@media (min-width: 991.98px) {
  .accommodation_page .trapezoid_element > :nth-child(1) {
    padding-left: 0px; }
  .accommodation_page .trapezoid_element > :nth-child(2) {
    padding-left: 20px; }
  .accommodation_page .trapezoid_element > :nth-child(3) {
    padding-left: 40px; }
  .accommodation_page .trapezoid_element > :nth-child(4) {
    padding-left: 60px; }
  .accommodation_page .trapezoid_element > :nth-child(5) {
    padding-left: 80px; }
  .accommodation_page .trapezoid_element > :nth-child(6) {
    padding-left: 100px; }
  .accommodation_page .trapezoid_element > :nth-child(7) {
    padding-left: 120px; }
  .accommodation_page .trapezoid_element > :nth-child(8) {
    padding-left: 140px; }
  .accommodation_page .trapezoid_element > :nth-child(9) {
    padding-left: 160px; }
  .accommodation_page .trapezoid_element > :nth-child(10) {
    padding-left: 180px; } }

@media (max-width: 991.98px) {
  .accommodation_page .map_section {
    background-image: none; }
  .accommodation_page .mobile_map_element {
    height: 50vw;
    background-image: url(../i/accommodation_map.webp);
    background-size: 150% auto;
    background-repeat: no-repeat;
    background-position: 0% 0%; } }

.accommodation_type {
  --triangle-width: 50px;
  position: relative;
  color: #222222;
  padding: 40px 90px;
  width: calc(50vw - var(--triangle-width));
  font-family: "Montserrat", sans-serif; }
  .accommodation_type .gap-20 {
    gap: 20px; }
  .accommodation_type img {
    max-width: 250px;
    z-index: 1; }
  .accommodation_type.top_left {
    background: #FE9701; }
    .accommodation_type.top_left::after {
      content: '';
      width: var(--triangle-width);
      height: 100%;
      position: absolute;
      top: 0;
      background: #FE9701;
      -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
      clip-path: polygon(0 0, 0% 100%, 100% 100%);
      -webkit-transform: translateX(calc(100% - 1px));
      -ms-transform: translateX(calc(100% - 1px));
      transform: translateX(calc(100% - 1px));
      right: 0; }
  .accommodation_type.top_right {
    background: #F6B913; }
    .accommodation_type.top_right::before {
      content: '';
      width: var(--triangle-width);
      height: 100%;
      position: absolute;
      top: 0;
      background: #F6B913;
      -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
      clip-path: polygon(100% 0, 0 0, 100% 100%);
      -webkit-transform: translateX(calc(1px - 100%));
      -ms-transform: translateX(calc(1px - 100%));
      transform: translateX(calc(1px - 100%));
      left: 0; }
  .accommodation_type.bottom_left {
    background: #F6B913; }
    .accommodation_type.bottom_left::after {
      content: '';
      width: var(--triangle-width);
      height: 100%;
      position: absolute;
      top: 0;
      background: #F6B913;
      -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
      clip-path: polygon(100% 0, 0 0, 0 100%);
      -webkit-transform: translateX(calc(100% - 1px));
      -ms-transform: translateX(calc(100% - 1px));
      transform: translateX(calc(100% - 1px));
      right: 0; }
  .accommodation_type.bottom_right {
    background: #FE9701; }
    .accommodation_type.bottom_right::before {
      content: '';
      width: var(--triangle-width);
      height: 100%;
      position: absolute;
      top: 0;
      background: #FE9701;
      -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
      clip-path: polygon(100% 0, 0 100%, 100% 100%);
      -webkit-transform: translateX(calc(1px - 100%));
      -ms-transform: translateX(calc(1px - 100%));
      transform: translateX(calc(1px - 100%));
      left: 0; }
  @media (max-width: 1199.98px) {
    .accommodation_type {
      padding: 30px;
      width: calc(50vw - 90px);
      --triangle-width: 150px; } }
  @media (max-width: 767.98px) {
    .accommodation_type {
      width: 100%; }
      .accommodation_type .gap-40 {
        gap: 20px; }
      .accommodation_type.top_left {
        margin-bottom: 30px; }
        .accommodation_type.top_left::after {
          display: none; }
      .accommodation_type.top_right::before {
        display: none; }
      .accommodation_type.bottom_left {
        background: #FE9701;
        margin-bottom: 30px; }
        .accommodation_type.bottom_left::after {
          display: none; }
      .accommodation_type.bottom_right {
        background: #F6B913; }
        .accommodation_type.bottom_right::before {
          display: none; } }

.news_card {
  display: block;
  background: #111111;
  border-radius: 12px;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .news_card:hover {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7), 0 0 40px rgba(255, 140, 0, 0.25);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7), 0 0 40px rgba(255, 140, 0, 0.25); }
    .news_card:hover img {
      -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
      transform: scale(1.08); }
  .news_card__image {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden; }
    .news_card__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-transition: -webkit-transform 0.5s ease;
      transition: -webkit-transform 0.5s ease;
      -o-transition: transform 0.5s ease;
      transition: transform 0.5s ease;
      transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
    .news_card__image svg {
      display: block;
      width: 100%; }
  .news_card__content {
    padding: 20px; }
  .news_card__date {
    font-size: 12px;
    opacity: 0.6;
    margin-bottom: 10px; }
  .news_card__title {
    text-align: left;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .news_card__text {
    font-size: 14px;
    opacity: 0.8;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }

.page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 4px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  border: 2px solid transparent;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .page-numbers:hover, .page-numbers.current {
    color: #FE9701;
    border-color: #FE9701; }
  .page-numbers.prev, .page-numbers.next {
    width: auto;
    padding: 0 10px;
    border: none;
    font-size: 20px; }

.single_news_page .news_single__image {
  border-radius: 12px;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 120px; }
  .single_news_page .news_single__image img, .single_news_page .news_single__image svg {
    display: block;
    width: 100%;
    border-radius: 12px; }

.single_news_page .news_content {
  font-family: "Montserrat", sans-serif;
  font-size: var(--font-size);
  line-height: var(--line-height); }
  .single_news_page .news_content p {
    margin-bottom: 20px; }
  .single_news_page .news_content strong {
    font-weight: 700; }
  .single_news_page .news_content em {
    font-style: italic; }
  .single_news_page .news_content a {
    color: #FE9701;
    text-decoration: underline; }
  .single_news_page .news_content ul, .single_news_page .news_content ol {
    padding-left: 20px;
    margin-bottom: 20px; }
  .single_news_page .news_content li {
    margin-bottom: 8px; }
  .single_news_page .news_content img {
    max-width: 100%;
    border-radius: 8px;
    margin: 20px 0; }

@media (max-width: 991.98px) {
  .single_news_page .news_single__image {
    position: static;
    margin-bottom: 30px; } }
