@import "../libs/normalize/normalize.css";
@font-face {
  font-family: "montserrat";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/montserrat/Montserrat-Regular.woff") format("woff"), url("../fonts/montserrat/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "montserrat";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/montserrat/Montserrat-Light.woff") format("woff"), url("../fonts/montserrat/Montserrat-Light.ttf") format("truetype");
}
@font-face {
  font-family: "montserrat";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/montserrat/Montserrat-Bold.woff") format("woff"), url("../fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "roboto";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/roboto/roboto.woff2") format("woff2"), url("../fonts/roboto/roboto.woff") format("woff"), url("../fonts/roboto/roboto.ttf") format("truetype");
}
@font-face {
  font-family: "roboto";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/roboto/robotolight.woff2") format("woff2"), url("../fonts/roboto/robotolight.woff") format("woff"), url("../fonts/roboto/robotolight.ttf") format("truetype");
}
@font-face {
  font-family: "roboto";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/roboto/robotomedium.woff2") format("woff2"), url("../fonts/roboto/robotomedium.woff") format("woff"), url("../fonts/roboto/robotomedium.ttf") format("truetype");
}
@font-face {
  font-family: "roboto";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/roboto/robotobold.woff2") format("woff2"), url("../fonts/roboto/robotobold.woff") format("woff"), url("../fonts/roboto/robotobold.ttf") format("truetype");
}
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed;
  width: auto;
  height: auto;
  padding: 8px 16px;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  background: #c3b100;
  color: #ffffff;
  font-size: 14px;
  border-radius: 0 0 4px 0;
  z-index: 9999;
  top: 0;
  left: 0;
}

p {
  line-height: 1.8;
  color: #ffffff;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: #ffffff;
}
a:hover {
  color: #d1be02;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4 {
  font-family: "montserrat", sans-serif;
  font-weight: 300;
}

h3 {
  font-size: 24px;
  letter-spacing: -1.6px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 26px;
    line-height: 1.44;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 36px;
  }
}
@media (min-width: 1440px) {
  h3 {
    font-size: 42px;
  }
}

h1 {
  line-height: 1.2;
  font-size: 28px;
}
@media (min-width: 425px) {
  h1 {
    font-size: 30px;
  }
}
@media (min-width: 580px) {
  h1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 42px;
  }
}
@media (min-width: 1280px) {
  h1 {
    font-size: 50px;
  }
}

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

body {
  min-width: 320px;
  background-color: #1D1D1D;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  font-family: "roboto", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

.container {
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 580px) {
  .container {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .container {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .container {
    padding: 0 50px;
  }
}
@media (min-width: 1440px) {
  .container {
    padding: 0 60px;
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.button {
  width: 200px;
  height: 60px;
  border-radius: 10px;
  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;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  font-weight: 500;
}

.button_color {
  background: -webkit-gradient(linear, left top, left bottom, from(#a95), to(#fea));
}
.button_color:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#fea), to(#a95));
}

.accent_bold {
  font-weight: bold;
  color: #c3b100;
}

.bold {
  font-weight: bold;
}

.hidden {
  display: none;
}

.red {
  color: #910b0b;
}

.yellow {
  color: #f1e249;
}

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

.scroll_down {
  position: absolute;
  bottom: 70px;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}
.scroll_down svg {
  display: block;
  width: 26px;
  fill: #ffffff;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-animation: sdb05 1.5s infinite;
          animation: sdb05 1.5s infinite;
}

@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-90deg) translate(0, 0);
            transform: rotate(-90deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-90deg) translate(-20px, 0);
            transform: rotate(-90deg) translate(-20px, 0);
    opacity: 0;
  }
}

@keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-90deg) translate(0, 0);
            transform: rotate(-90deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-90deg) translate(-20px, 0);
            transform: rotate(-90deg) translate(-20px, 0);
    opacity: 0;
  }
}
.menu_wrap {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 25px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu_wrap.fixed {
  position: fixed;
  left: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 5px 0;
  background-color: #1D1D1D;
  -webkit-box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.5);
}
@media (min-width: 580px) {
  .menu_wrap.fixed {
    padding: 5px 0;
  }
}
.menu_wrap.fixed .logo {
  width: 30px;
}
.menu_wrap.fixed .fixed_menu_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 580px) {
  .menu_wrap.fixed .fixed_menu_links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 768px) {
  .menu_wrap.fixed .fixed_menu_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .menu_wrap.fixed .fixed_menu_links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.menu_wrap.fixed .fixed_menu_links a:first-child {
  margin-bottom: 5px;
}
@media (min-width: 580px) {
  .menu_wrap.fixed .fixed_menu_links a:first-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .menu_wrap.fixed .fixed_menu_links a:first-child {
    margin-bottom: 5px;
  }
}
@media (min-width: 1024px) {
  .menu_wrap.fixed .fixed_menu_links a:first-child {
    margin-bottom: 0;
  }
}
@media (min-width: 580px) {
  .menu_wrap.fixed .fixed_menu_links a {
    margin-right: 30px;
  }
}
.menu_wrap .fixed_menu_links {
  width: 40px;
}
.menu_wrap .menu_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu_wrap .logo {
  width: 70px;
}
.menu_wrap .menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #1D1D1D;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .menu_wrap .menu {
    position: static;
    background-color: transparent;
    width: auto;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
}
.menu_wrap .menu.open_menu {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}
.menu_wrap .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .menu_wrap .menu ul {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .menu_wrap .menu ul li {
    margin-left: 30px;
  }
}
.menu_wrap .menu ul li.menu_mobile_phone_link {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  width: 280px;
}
@media (min-width: 768px) {
  .menu_wrap .menu ul li.menu_mobile_phone_link {
    display: none;
  }
}
@media (max-height: 620px) {
  .menu_wrap .menu ul li.menu_mobile_phone_link {
    bottom: 20px;
  }
}
.menu_wrap .menu ul a {
  margin-bottom: 20px;
  text-decoration: none;
  text-shadow: 0px 0px 1px #000 !important;
}
.menu_wrap .menu ul a:hover, .menu_wrap .menu ul a.active {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
@media (max-height: 620px) {
  .menu_wrap .menu ul a {
    margin-bottom: 10px;
    line-height: 1.3;
  }
}
@media (max-width: 580px) {
  .menu_wrap .menu ul a {
    font-size: 30px;
  }
}

.burger {
  background: none;
  border: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50px;
  height: 21px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .burger {
    display: none;
  }
}
.burger__line {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.burger__line:nth-child(2):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.burger.open {
  position: fixed;
  z-index: 2;
  right: 30px;
}
.burger.open .burger__line:nth-child(1) {
  opacity: 0;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}
.burger.open .burger__line:nth-child(2) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.burger.open .burger__line:nth-child(2):before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.burger.open .burger__line:nth-child(3) {
  opacity: 0;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}

.front_page footer {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
  text-align: center;
  padding: 0;
}
@media (min-width: 768px) {
  .front_page footer {
    right: 50px;
    left: auto;
    text-align: right;
  }
}
.front_page .header {
  background: url("../img/front_header.jpg") center/cover no-repeat;
}

.header {
  position: relative;
  height: 100vh;
  text-align: center;
}
.header .header_suptitle {
  text-transform: uppercase;
  font-weight: 500;
}
.header h1 {
  text-align: center;
  font-weight: 600;
}
.header .header_content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .header_content a {
  text-decoration: none;
}
.header .header_content .button_color {
  width: 250px;
  margin: 0 auto 20px auto;
  -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
          box-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
}
@media (min-width: 768px) {
  .header .header_content .button_color {
    width: 300px;
  }
}
.header .header_content .button_color:hover {
  color: #000;
}
.header .header_subtitle {
  margin-bottom: 40px;
}

.canvas-wrap {
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}
.canvas-wrap canvas {
  display: block;
}

.participants_page .header,
.rules_page .header,
.calendar_page .header,
.gallery_page .header,
.archives_page .header,
.contact_page .header,
.maino_page .header,
.active_page .header {
  height: 400px;
  padding-top: 150px;
  background: url("../img/front_header.jpg") center/cover no-repeat;
}

.header h1 span {
  display: block;
}
.header h1 .smallers {
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}
@media (min-width: 425px) {
  .header h1 .smallers {
    font-size: 16px;
  }
}
@media (min-width: 580px) {
  .header h1 .smallers {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .header h1 .smallers {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .header h1 .smallers {
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  .header h1 .smallers {
    font-size: 24px;
  }
}

.participants_page .header_content .closed_new,
.active_page .header_content .closed_new {
  font-weight: 500;
  font-size: 18px;
  border-bottom: 4px solid #910b0b;
}
@media (min-width: 768px) {
  .participants_page .header_content .closed_new,
  .active_page .header_content .closed_new {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .participants_page .header_content .closed_new,
  .active_page .header_content .closed_new {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .participants_page .header_content .closed_new,
  .active_page .header_content .closed_new {
    font-size: 24px;
  }
}
.participants_page .button,
.active_page .button {
  height: 40px;
  width: 130px;
  margin-right: 10px;
  background-color: #626262;
  color: #ffffff;
}
.participants_page .button:hover,
.active_page .button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#a95), to(#fea));
  color: #000;
}
.participants_page .button.active,
.active_page .button.active {
  color: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#a95), to(#fea));
}
.participants_page .new_user,
.active_page .new_user {
  background-color: #f1e249;
  padding: 2px 5px;
  border-radius: 40%;
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
.participants_page .new_user + .user_info_name,
.active_page .new_user + .user_info_name {
  margin-left: 35px;
}
.participants_page .pay_check p,
.active_page .pay_check p {
  display: table;
  border-bottom: 1px solid #ffffff;
}
.participants_page .pay_check p:hover,
.active_page .pay_check p:hover {
  cursor: pointer;
  color: #c3b100;
  border-bottom: 1px solid #c3b100;
}
.participants_page .table_toggler,
.active_page .table_toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 10px;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .participants_page .table_toggler,
  .active_page .table_toggler {
    margin-bottom: 0;
  }
}
.participants_page .table_toggler .button,
.participants_page .table_toggler .toggler_button,
.active_page .table_toggler .button,
.active_page .table_toggler .toggler_button {
  height: 40px;
  width: 150px;
  min-width: 150px;
  margin-right: 10px;
  background-color: #626262;
  color: #ffffff;
}
.participants_page .table_toggler .button:hover,
.participants_page .table_toggler .toggler_button:hover,
.active_page .table_toggler .button:hover,
.active_page .table_toggler .toggler_button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#a95), to(#fea));
  color: #000;
}
.participants_page .table_toggler .button.button_color,
.participants_page .table_toggler .toggler_button.button_color,
.active_page .table_toggler .button.button_color,
.active_page .table_toggler .toggler_button.button_color {
  color: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#a95), to(#fea));
}
@media (max-width: 580px) {
  .participants_page .table_toggler .partis_button,
  .active_page .table_toggler .partis_button {
    width: 100px;
    min-width: 100px;
  }
}
.participants_page .select_table,
.active_page .select_table {
  height: 40px;
  min-width: 150px;
  margin-right: 10px;
  background-color: #626262;
  color: #ffffff;
  border: 0;
  outline: none;
  border-radius: 10px;
  cursor: pointer;
  font-weight: bold;
}
@media (max-width: 580px) {
  .participants_page .select_table,
  .active_page .select_table {
    min-width: 120px;
  }
}
.participants_page .select_table.select_color,
.active_page .select_table.select_color {
  color: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#a95), to(#fea));
}
.participants_page .select_table option,
.active_page .select_table option {
  padding: 5px;
  cursor: pointer;
}
.participants_page .participants_table_wrapper,
.active_page .participants_table_wrapper {
  padding-top: 40px;
}
.participants_page .participants_table_wrapper .payments_table,
.participants_page .participants_table_wrapper .table_total_payments2023,
.participants_page .participants_table_wrapper .table_total_payments2024,
.participants_page .participants_table_wrapper .table_total_payments2025,
.participants_page .participants_table_wrapper .table_total_payments2026,
.participants_page .participants_table_wrapper .deleted_table,
.active_page .participants_table_wrapper .payments_table,
.active_page .participants_table_wrapper .table_total_payments2023,
.active_page .participants_table_wrapper .table_total_payments2024,
.active_page .participants_table_wrapper .table_total_payments2025,
.active_page .participants_table_wrapper .table_total_payments2026,
.active_page .participants_table_wrapper .deleted_table {
  display: none;
}
.participants_page .participants_table_wrapper .participants_table,
.participants_page .participants_table_wrapper .table_total_vneski,
.active_page .participants_table_wrapper .participants_table,
.active_page .participants_table_wrapper .table_total_vneski {
  display: block;
}
.participants_page .participants_table_wrapper[data-pay=pay2023] .pay2023,
.participants_page .participants_table_wrapper[data-pay=pay2023] .table_total_payments2023,
.active_page .participants_table_wrapper[data-pay=pay2023] .pay2023,
.active_page .participants_table_wrapper[data-pay=pay2023] .table_total_payments2023 {
  display: block;
}
.participants_page .participants_table_wrapper[data-pay=pay2023] .payments_table_content,
.active_page .participants_table_wrapper[data-pay=pay2023] .payments_table_content {
  margin-bottom: 100px;
}
.participants_page .participants_table_wrapper[data-pay=pay2023] .participants_table,
.participants_page .participants_table_wrapper[data-pay=pay2023] .table_total_vneski,
.active_page .participants_table_wrapper[data-pay=pay2023] .participants_table,
.active_page .participants_table_wrapper[data-pay=pay2023] .table_total_vneski {
  display: none;
}
.participants_page .participants_table_wrapper[data-pay=pay2024] .pay2024,
.participants_page .participants_table_wrapper[data-pay=pay2024] .table_total_payments2024,
.active_page .participants_table_wrapper[data-pay=pay2024] .pay2024,
.active_page .participants_table_wrapper[data-pay=pay2024] .table_total_payments2024 {
  display: block;
}
.participants_page .participants_table_wrapper[data-pay=pay2024] .payments_table_content,
.active_page .participants_table_wrapper[data-pay=pay2024] .payments_table_content {
  margin-bottom: 100px;
}
.participants_page .participants_table_wrapper[data-pay=pay2024] .participants_table,
.participants_page .participants_table_wrapper[data-pay=pay2024] .table_total_vneski,
.active_page .participants_table_wrapper[data-pay=pay2024] .participants_table,
.active_page .participants_table_wrapper[data-pay=pay2024] .table_total_vneski {
  display: none;
}
.participants_page .participants_table_wrapper[data-pay=pay2025] .pay2025,
.participants_page .participants_table_wrapper[data-pay=pay2025] .table_total_payments2025,
.active_page .participants_table_wrapper[data-pay=pay2025] .pay2025,
.active_page .participants_table_wrapper[data-pay=pay2025] .table_total_payments2025 {
  display: block;
}
.participants_page .participants_table_wrapper[data-pay=pay2025] .payments_table_content,
.active_page .participants_table_wrapper[data-pay=pay2025] .payments_table_content {
  margin-bottom: 100px;
}
.participants_page .participants_table_wrapper[data-pay=pay2025] .participants_table,
.participants_page .participants_table_wrapper[data-pay=pay2025] .table_total_vneski,
.active_page .participants_table_wrapper[data-pay=pay2025] .participants_table,
.active_page .participants_table_wrapper[data-pay=pay2025] .table_total_vneski {
  display: none;
}
.participants_page .participants_table_wrapper[data-pay=pay2026] .pay2026,
.participants_page .participants_table_wrapper[data-pay=pay2026] .table_total_payments2026,
.active_page .participants_table_wrapper[data-pay=pay2026] .pay2026,
.active_page .participants_table_wrapper[data-pay=pay2026] .table_total_payments2026 {
  display: block;
}
.participants_page .participants_table_wrapper[data-pay=pay2026] .payments_table_content,
.active_page .participants_table_wrapper[data-pay=pay2026] .payments_table_content {
  margin-bottom: 100px;
}
.participants_page .participants_table_wrapper[data-pay=pay2026] .participants_table,
.participants_page .participants_table_wrapper[data-pay=pay2026] .table_total_vneski,
.active_page .participants_table_wrapper[data-pay=pay2026] .participants_table,
.active_page .participants_table_wrapper[data-pay=pay2026] .table_total_vneski {
  display: none;
}
.participants_page .participants_table_wrapper .zbory_2023 h3,
.active_page .participants_table_wrapper .zbory_2023 h3 {
  margin-top: 30px;
  margin-bottom: 5px;
}
.participants_page h1,
.active_page h1 {
  line-height: 1.2;
  font-size: 18px;
}
@media (min-width: 425px) {
  .participants_page h1,
  .active_page h1 {
    font-size: 20px;
  }
}
@media (min-width: 580px) {
  .participants_page h1,
  .active_page h1 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .participants_page h1,
  .active_page h1 {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .participants_page h1,
  .active_page h1 {
    font-size: 32px;
  }
}
@media (min-width: 1280px) {
  .participants_page h1,
  .active_page h1 {
    font-size: 40px;
  }
}
.participants_page .participants_table,
.participants_page .payments_table,
.participants_page .deleted_table,
.active_page .participants_table,
.active_page .payments_table,
.active_page .deleted_table {
  text-align: left;
  width: 100%;
  overflow-x: auto;
}
.participants_page .participants_table .pay_notice,
.participants_page .participants_table .pay_name,
.participants_page .payments_table .pay_notice,
.participants_page .payments_table .pay_name,
.participants_page .deleted_table .pay_notice,
.participants_page .deleted_table .pay_name,
.active_page .participants_table .pay_notice,
.active_page .participants_table .pay_name,
.active_page .payments_table .pay_notice,
.active_page .payments_table .pay_name,
.active_page .deleted_table .pay_notice,
.active_page .deleted_table .pay_name {
  max-width: 400px;
}
.participants_page .participants_table .pay_notice p,
.participants_page .participants_table .pay_name p,
.participants_page .payments_table .pay_notice p,
.participants_page .payments_table .pay_name p,
.participants_page .deleted_table .pay_notice p,
.participants_page .deleted_table .pay_name p,
.active_page .participants_table .pay_notice p,
.active_page .participants_table .pay_name p,
.active_page .payments_table .pay_notice p,
.active_page .payments_table .pay_name p,
.active_page .deleted_table .pay_notice p,
.active_page .deleted_table .pay_name p {
  line-height: 1.4;
}
.participants_page .participants_table table,
.participants_page .payments_table table,
.participants_page .deleted_table table,
.active_page .participants_table table,
.active_page .payments_table table,
.active_page .deleted_table table {
  width: 100%;
  min-width: 820px;
}
.participants_page .participants_table th,
.participants_page .participants_table td,
.participants_page .payments_table th,
.participants_page .payments_table td,
.participants_page .deleted_table th,
.participants_page .deleted_table td,
.active_page .participants_table th,
.active_page .participants_table td,
.active_page .payments_table th,
.active_page .payments_table td,
.active_page .deleted_table th,
.active_page .deleted_table td {
  border: 1px solid #ffffff;
  padding: 5px;
}
.participants_page .participants_table th,
.participants_page .payments_table th,
.participants_page .deleted_table th,
.active_page .participants_table th,
.active_page .payments_table th,
.active_page .deleted_table th {
  font-weight: 500;
}
.participants_page .participants_table .user_info,
.participants_page .payments_table .user_info,
.participants_page .deleted_table .user_info,
.active_page .participants_table .user_info,
.active_page .payments_table .user_info,
.active_page .deleted_table .user_info {
  position: relative;
}
.participants_page .participants_table .user_info .new_user,
.participants_page .payments_table .user_info .new_user,
.participants_page .deleted_table .user_info .new_user,
.active_page .participants_table .user_info .new_user,
.active_page .payments_table .user_info .new_user,
.active_page .deleted_table .user_info .new_user {
  position: absolute;
  margin-top: -2px;
}
.participants_page .participants_table .user_info_name,
.participants_page .payments_table .user_info_name,
.participants_page .deleted_table .user_info_name,
.active_page .participants_table .user_info_name,
.active_page .payments_table .user_info_name,
.active_page .deleted_table .user_info_name {
  display: table;
  line-height: 1;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .participants_page .participants_table .user_info_name,
  .participants_page .payments_table .user_info_name,
  .participants_page .deleted_table .user_info_name,
  .active_page .participants_table .user_info_name,
  .active_page .payments_table .user_info_name,
  .active_page .deleted_table .user_info_name {
    cursor: pointer;
  }
}
.participants_page .participants_table .user_info_name:hover,
.participants_page .payments_table .user_info_name:hover,
.participants_page .deleted_table .user_info_name:hover,
.active_page .participants_table .user_info_name:hover,
.active_page .payments_table .user_info_name:hover,
.active_page .deleted_table .user_info_name:hover {
  color: #c3b100;
  border-color: #c3b100;
}
.participants_page .participants_table .user_info_status,
.participants_page .payments_table .user_info_status,
.participants_page .deleted_table .user_info_status,
.active_page .participants_table .user_info_status,
.active_page .payments_table .user_info_status,
.active_page .deleted_table .user_info_status {
  font-size: 12px;
}
@media (min-width: 580px) {
  .participants_page .participants_table .user_info_status,
  .participants_page .payments_table .user_info_status,
  .participants_page .deleted_table .user_info_status,
  .active_page .participants_table .user_info_status,
  .active_page .payments_table .user_info_status,
  .active_page .deleted_table .user_info_status {
    font-size: 14px;
  }
}
.participants_page .participants_table .user_info_payment_status,
.participants_page .payments_table .user_info_payment_status,
.participants_page .deleted_table .user_info_payment_status,
.active_page .participants_table .user_info_payment_status,
.active_page .payments_table .user_info_payment_status,
.active_page .deleted_table .user_info_payment_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.participants_page .participants_table .person_user,
.participants_page .payments_table .person_user,
.participants_page .deleted_table .person_user,
.active_page .participants_table .person_user,
.active_page .payments_table .person_user,
.active_page .deleted_table .person_user {
  width: 20px;
  position: absolute;
}
.participants_page .participants_table .person_user + .user_info_name,
.participants_page .payments_table .person_user + .user_info_name,
.participants_page .deleted_table .person_user + .user_info_name,
.active_page .participants_table .person_user + .user_info_name,
.active_page .payments_table .person_user + .user_info_name,
.active_page .deleted_table .person_user + .user_info_name {
  margin-left: 25px;
}
.participants_page .participants_table .person_user svg,
.participants_page .payments_table .person_user svg,
.participants_page .deleted_table .person_user svg,
.active_page .participants_table .person_user svg,
.active_page .payments_table .person_user svg,
.active_page .deleted_table .person_user svg {
  fill: #ffffff;
}
.participants_page .participants_table .paid .user_info_payment_status,
.participants_page .payments_table .paid .user_info_payment_status,
.participants_page .deleted_table .paid .user_info_payment_status,
.active_page .participants_table .paid .user_info_payment_status,
.active_page .payments_table .paid .user_info_payment_status,
.active_page .deleted_table .paid .user_info_payment_status {
  display: none;
}
.participants_page .participants_table .paid .user_info_payment_status:before,
.participants_page .payments_table .paid .user_info_payment_status:before,
.participants_page .deleted_table .paid .user_info_payment_status:before,
.active_page .participants_table .paid .user_info_payment_status:before,
.active_page .payments_table .paid .user_info_payment_status:before,
.active_page .deleted_table .paid .user_info_payment_status:before {
  content: "";
  margin-right: 5px;
  width: 20px;
  height: 20px;
  display: block;
  background: #ffffff url("../img/svg/check-mark-green.svg") center/cover no-repeat;
  border-radius: 50%;
}
.participants_page .participants_table .partis_2024,
.participants_page .deleted_table .partis_2024,
.active_page .participants_table .partis_2024,
.active_page .deleted_table .partis_2024 {
  min-width: 180px;
}
.participants_page .participants_table .partis_2025,
.participants_page .deleted_table .partis_2025,
.active_page .participants_table .partis_2025,
.active_page .deleted_table .partis_2025 {
  min-width: 120px;
}
.participants_page .participants_table .partis_2025 .not_paid .red,
.participants_page .deleted_table .partis_2025 .not_paid .red,
.active_page .participants_table .partis_2025 .not_paid .red,
.active_page .deleted_table .partis_2025 .not_paid .red {
  font-weight: bold;
}
.participants_page .participants_table .partis_2025 .not_paid .user_info_status,
.participants_page .deleted_table .partis_2025 .not_paid .user_info_status,
.active_page .participants_table .partis_2025 .not_paid .user_info_status,
.active_page .deleted_table .partis_2025 .not_paid .user_info_status {
  display: none;
}
.participants_page .user_payments.not_paid .red,
.active_page .user_payments.not_paid .red {
  font-weight: bold;
}
.participants_page .user_payments.not_paid .user_info_status,
.active_page .user_payments.not_paid .user_info_status {
  display: none;
}
.participants_page .total_payment,
.active_page .total_payment {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .participants_page .total_payment,
  .active_page .total_payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .participants_page .total_payment,
  .active_page .total_payment {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.participants_page .table_filters,
.active_page .table_filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.participants_page .table_filter,
.active_page .table_filter {
  margin-right: 10px;
}
@media (min-width: 580px) {
  .participants_page .table_filter,
  .active_page .table_filter {
    position: relative;
  }
}
.participants_page .table_filter.hover .table_filter_popup_info,
.active_page .table_filter.hover .table_filter_popup_info {
  display: block;
}
.participants_page .table_filter .table_filter_popup_info,
.active_page .table_filter .table_filter_popup_info {
  position: absolute;
  display: none;
  z-index: 10;
  right: 20px;
  left: 20px;
  background-color: #1D1D1D;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.75);
}
@media (min-width: 580px) {
  .participants_page .table_filter .table_filter_popup_info,
  .active_page .table_filter .table_filter_popup_info {
    width: 420px;
    margin-left: -20px;
  }
}
.participants_page .table_filter .table_filter_icon,
.active_page .table_filter .table_filter_icon {
  cursor: pointer;
}
.participants_page .table_filter .table_filter_icon:hover svg,
.active_page .table_filter .table_filter_icon:hover svg {
  fill: #f1e249;
}
.participants_page .table_filter .table_filter_icon svg,
.active_page .table_filter .table_filter_icon svg {
  fill: #ffffff;
  display: block;
}
.participants_page .table_filter .table_filter_person,
.participants_page .table_filter .table_filter_az,
.participants_page .table_filter .table_filter_12,
.active_page .table_filter .table_filter_person,
.active_page .table_filter .table_filter_az,
.active_page .table_filter .table_filter_12 {
  width: 20px;
}
.participants_page .table_filter .table_filter_az.active svg,
.participants_page .table_filter .table_filter_12.active svg,
.active_page .table_filter .table_filter_az.active svg,
.active_page .table_filter .table_filter_12.active svg {
  fill: #f1e249;
}

.calendar_page .calendar_top_buttons {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 50px;
  position: relative;
  width: 250px;
}
@media (min-width: 768px) {
  .calendar_page .calendar_top_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.calendar_page .calendar_top_buttons .calendar_top_buttons_toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  width: 100%;
  background-color: #626262;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}
.calendar_page .calendar_top_buttons .calendar_top_buttons_toggle.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.calendar_page .calendar_top_buttons .calendar_top_buttons_toggle.active svg {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
.calendar_page .calendar_top_buttons .calendar_top_buttons_toggle svg {
  width: 20px;
  display: table;
  height: auto;
  fill: #ffffff;
  margin-left: auto;
}
.calendar_page .calendar_top_buttons .calendar_top_buttons_container {
  display: none;
  background-color: #626262;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
}
.calendar_page .calendar_top_buttons .calendar_top_buttons_container .button {
  margin: 0;
  background: #626262;
  color: #ffffff;
  width: 100%;
  border-radius: 0;
}
.calendar_page .calendar_top_buttons .calendar_top_buttons_container .button:hover {
  background: #4e4e4e;
}
.calendar_page .header_content a.button_color {
  width: auto;
  display: table;
  height: auto;
  margin: 10px;
  padding: 10px;
}
@media (min-width: 768px) {
  .calendar_page .header_content a.button_color {
    margin-top: 20px;
  }
}
.calendar_page .greens {
  color: #5fd373;
}
.calendar_page .yellow {
  color: #c3b100;
}
.calendar_page .black {
  background: #000;
  width: 40px;
  height: 20px;
  margin-bottom: -5px;
  display: inline-block;
}
.calendar_page .day_check {
  background-color: #000;
  padding: 5px;
  margin: 10px -5px -5px -5px;
}
.calendar_page .none_check {
  display: none;
}
.calendar_page .calendar_menu_wrap {
  position: relative;
}
.calendar_page .calendar_menu_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 40px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#1D1D1D));
  background: linear-gradient(to right, transparent, #1D1D1D);
  pointer-events: none;
  z-index: 2;
}
.calendar_page .calendar_wrapper {
  padding-top: 40px;
}
.calendar_page .calendar_wrapper .info,
.calendar_page .calendar_wrapper .rules {
  display: none;
  margin-top: 10px;
}
.calendar_page .calendar_wrapper .info.active,
.calendar_page .calendar_wrapper .rules.active {
  display: block;
}
.calendar_page .calendar_wrapper .rules {
  display: none;
  margin-top: 20px;
}
.calendar_page .calendar_wrapper .rules.active {
  display: block;
}
.calendar_page .calendar_wrapper .rules p {
  margin-bottom: 15px;
}
.calendar_page .calendar_wrapper .calendar_table_wrapper {
  display: none;
  min-width: 1000px;
  width: 1000px;
  max-width: 1000px;
}
@media (min-width: 768px) {
  .calendar_page .calendar_wrapper .calendar_table_wrapper {
    width: 100%;
    min-width: 820px;
    max-width: 100%;
  }
}
.calendar_page .calendar_wrapper .calendar_table_wrapper.active {
  display: block;
}
.calendar_page .calendar_wrapper .calendar_table_old table.active {
  display: block;
}
.calendar_page .calendar_wrapper .calendar_table_old table {
  display: none;
  width: 100%;
}
.calendar_page .calendar_wrapper .calendar_table {
  width: 100%;
  overflow-x: auto;
}
.calendar_page .calendar_wrapper .calendar_table h3 {
  font-weight: bold;
  margin-bottom: -10px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .calendar_page .calendar_wrapper .calendar_table h3 {
    text-align: center;
  }
}
.calendar_page .calendar_wrapper .calendar_table .free h3 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.calendar_page .calendar_wrapper #calendar_table_april2025 .day_check {
  display: none;
}
.calendar_page .calendar_wrapper table {
  margin-top: 20px;
}
.calendar_page .calendar_wrapper th,
.calendar_page .calendar_wrapper td {
  border: 1px solid #ffffff;
  padding: 5px;
}
.calendar_page .calendar_wrapper td {
  padding-top: 0;
}
.calendar_page .calendar_wrapper th {
  font-weight: 500;
}
.calendar_page .calendar_wrapper .calendar_item .date {
  background-color: #626262;
  margin: 0 -5px;
  padding: 0 5px;
  font-weight: 600;
  margin-bottom: 10px;
}
.calendar_page .calendar_wrapper .calendar_item p {
  line-height: 1.4;
  font-size: 15px;
}
@media (min-width: 1280px) {
  .calendar_page .calendar_wrapper .calendar_item p {
    font-size: 16px;
  }
}
.calendar_page .calendar_wrapper .calendar_item .namechange {
  margin-bottom: 20px;
  color: #c3b100;
}
.calendar_page .calendar_wrapper .calendar_item .namechange.last {
  margin-bottom: 0;
}
.calendar_page .calendar_wrapper .calendar_item.disabled > p {
  color: #000;
}
.calendar_page .calendar_wrapper .calendar_item .name span {
  color: #5fd373;
  font-weight: 500;
}
.calendar_page .calendar_wrapper .calendar_item .name span.yellow {
  color: #f1e249;
}
.calendar_page .calendar_wrapper .calendar_item .name span.red {
  color: #910b0b;
  font-weight: 900;
  font-size: 35px;
  line-height: 1px;
  vertical-align: sub;
}
.calendar_page .calendar_wrapper .calendar_table .december {
  display: none;
}
.calendar_page .calendar_wrapper .calendar_table .december.active {
  display: block;
}
.calendar_page .calendar_wrapper .calendar_table .december.active table {
  display: block;
}
.calendar_page .calendar_wrapper .calendar_table .december h3 {
  font-size: 20px;
  margin-top: 20px;
  font-weight: 500;
  letter-spacing: 0;
  color: #f1e249;
}
@media (min-width: 768px) {
  .calendar_page .calendar_wrapper .calendar_table .december h3 {
    margin-top: 60px;
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .calendar_page .calendar_wrapper .calendar_table .december h3 {
    margin-left: 100px;
    margin-right: 100px;
  }
}
.calendar_page .calendar_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  overflow-x: auto;
  position: relative;
  scrollbar-width: none;
}
.calendar_page .calendar_menu::-webkit-scrollbar {
  display: none;
}
.calendar_page .calendar_menu .button {
  height: 40px;
  width: 130px;
  margin-right: 10px;
  background-color: #626262;
  color: #ffffff;
  padding: 0 5px;
}
.calendar_page .calendar_menu .button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#a95), to(#fea));
  color: #000;
}
.calendar_page .calendar_menu .button.active {
  color: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#a95), to(#fea));
}

.rules_page .button,
.map_page .button {
  height: 40px;
  width: 130px;
  margin-right: 10px;
  background-color: #626262;
  color: #ffffff;
}
.rules_page .button:hover,
.map_page .button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#a95), to(#fea));
  color: #000;
}
.rules_page .button.active,
.map_page .button.active {
  color: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#a95), to(#fea));
}
.rules_page .rules_page_menu,
.map_page .rules_page_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.rules_page .rules_page_menu .button,
.map_page .rules_page_menu .button {
  width: auto;
  min-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  padding: 0 20px;
  background-color: #626262;
  color: #ffffff;
  border-radius: 10px;
}
.rules_page .rules_page_menu .button.active,
.map_page .rules_page_menu .button.active {
  color: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#a95), to(#fea));
}
.rules_page .rules_page_wrapper,
.map_page .rules_page_wrapper {
  padding-top: 40px;
}
.rules_page .rules_wrapper,
.map_page .rules_wrapper {
  margin-top: 20px;
}
.rules_page .rules_wrapper .message,
.map_page .rules_wrapper .message {
  margin-bottom: 30px;
}
.rules_page .rules_wrapper .celebrates,
.map_page .rules_wrapper .celebrates {
  margin-top: 20px;
}
.rules_page .rules_wrapper .celebrates p,
.map_page .rules_wrapper .celebrates p {
  margin-bottom: 5px;
}
.rules_page .rules_wrapper .celebrates > div,
.map_page .rules_wrapper .celebrates > div {
  margin-bottom: 20px;
}
.rules_page .rules_wrapper .celebrates .celebrates_title,
.map_page .rules_wrapper .celebrates .celebrates_title {
  font-weight: 600;
}
.rules_page .rules_wrapper .rules,
.map_page .rules_wrapper .rules {
  display: none;
}
.rules_page .rules_wrapper .rules.active,
.map_page .rules_wrapper .rules.active {
  display: block;
}
.rules_page .rules p,
.map_page .rules p {
  margin-bottom: 15px;
}
.rules_page .map_panel,
.map_page .map_panel {
  display: none;
}
.rules_page .map_panel.active,
.map_page .map_panel.active {
  display: block;
}
.rules_page .map_page_wrapper,
.map_page .map_page_wrapper {
  margin-top: 40px;
}

.contact_page .contact_page_wrapper .contact_title {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
}
@media (min-width: 580px) {
  .contact_page .contact_page_wrapper .contact_title {
    font-size: 22px;
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .contact_page .contact_page_wrapper .contact_title {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  .contact_page .contact_page_wrapper .contact_title {
    font-size: 28px;
  }
}

.archives_page .archive {
  margin-top: 20px;
}
@media (min-width: 580px) {
  .archives_page .archive {
    margin-top: 30px;
  }
}
.archives_page .gallery_teme {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
@media (min-width: 1280px) {
  .archives_page .gallery_teme {
    margin: 0 -20px;
  }
}
.archives_page .gallery_teme .gallery_description {
  width: 100%;
  margin: 10px;
}
@media (min-width: 1280px) {
  .archives_page .gallery_teme .gallery_description {
    margin: 20px;
  }
}
.archives_page .gallery_item {
  margin: 10px;
  width: calc(50% - 20px);
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
@media (min-width: 580px) {
  .archives_page .gallery_item {
    width: calc(33.3333333% - 20px);
  }
}
@media (min-width: 1280px) {
  .archives_page .gallery_item {
    width: calc(33.3333333% - 40px);
    margin: 20px;
  }
}
.archives_page .archives_page_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.archives_page .archives_page_menu .button {
  height: 40px;
  width: 110px;
  padding: 0 20px;
  margin-right: 10px;
  background-color: #626262;
  color: #ffffff;
}
.archives_page .archives_page_menu .button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#a95), to(#fea));
  color: #000;
}
.archives_page .archives_page_menu .button.active {
  color: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#a95), to(#fea));
}
.archives_page .archives_page_wrapper {
  padding-top: 40px;
}
.archives_page .archives_wrapper {
  margin-top: 20px;
}
.archives_page .archives_wrapper .archive {
  display: none;
}
.archives_page .archives_wrapper .archive.active {
  display: block;
}
.archives_page .archive p {
  margin-bottom: 15px;
}

.logo_block {
  padding: 50px 0;
  position: relative;
}
@media (min-width: 768px) {
  .logo_block {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .logo_block {
    padding: 50px 0;
  }
}
@media (min-width: 1280px) {
  .logo_block {
    padding: 100px 0;
  }
}
.logo_block .logo_block_logo {
  width: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .logo_block .logo_block_logo {
    width: 200px;
  }
}

.image_block_reverse {
  padding-top: 50px;
}
@media (min-width: 580px) {
  .image_block_reverse {
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .image_block_reverse {
    padding-top: 100px;
  }
}
@media (min-width: 1024px) {
  .image_block_reverse {
    padding-top: 90px;
    padding-bottom: 150px;
  }
}
.image_block_reverse .image_block_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.image_block_reverse .image_block_image:before {
  right: -20px;
  left: auto;
}
@media (min-width: 580px) {
  .image_block_reverse .image_block_image:before {
    right: -30px;
  }
}
@media (min-width: 768px) {
  .image_block_reverse .image_block_image:before {
    right: -40px;
  }
}
@media (min-width: 1024px) {
  .image_block_reverse .image_block_image:before {
    right: -60px;
  }
}
.image_block_reverse .image_block_text_wrap {
  padding-left: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 768px) {
  .image_block_reverse .image_block_text_wrap {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .image_block_reverse .image_block_text_wrap {
    padding-right: 60px;
  }
}
@media (min-width: 1280px) {
  .image_block_reverse .image_block_text_wrap {
    padding-right: 80px;
  }
}
.image_block_reverse .image_block_title:before {
  left: auto;
  right: 0;
}
@media (min-width: 768px) {
  .image_block_reverse .image_block_title:before {
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .image_block_reverse .image_block_title {
    margin-right: -170px;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .image_block_reverse .image_block_title {
    margin-right: -140px;
  }
}
@media (min-width: 1280px) {
  .image_block_reverse .image_block_title {
    margin-right: -328px;
  }
}
@media (min-width: 1440px) {
  .image_block_reverse .image_block_title {
    margin-right: -170px;
  }
}

.gallery_page .gallery_wrapper {
  padding-top: 40px;
}
.gallery_page .select_table {
  height: 40px;
  min-width: 200px;
  margin-bottom: 20px;
  background-color: #626262;
  color: #ffffff;
  border: 0;
  outline: none;
  border-radius: 10px;
  cursor: pointer;
  font-weight: bold;
}
@media (max-width: 580px) {
  .gallery_page .select_table {
    min-width: 150px;
    width: 100%;
  }
}
.gallery_page .select_table option {
  padding: 5px;
  cursor: pointer;
}
.gallery_page .gallery_temes {
  margin-top: 20px;
}
@media (min-width: 580px) {
  .gallery_page .gallery_temes {
    margin-top: 30px;
  }
}
.gallery_page .gallery_teme {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
@media (min-width: 1280px) {
  .gallery_page .gallery_teme {
    margin: 0 -20px;
  }
}
.gallery_page .gallery_teme .gallery_description {
  width: 100%;
  margin: 10px;
}
@media (min-width: 1280px) {
  .gallery_page .gallery_teme .gallery_description {
    margin: 20px;
  }
}
.gallery_page .gallery_teme.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gallery_page .gallery_item {
  margin: 10px;
  width: calc(50% - 20px);
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
@media (min-width: 580px) {
  .gallery_page .gallery_item {
    width: calc(33.3333333% - 20px);
  }
}
@media (min-width: 1280px) {
  .gallery_page .gallery_item {
    width: calc(33.3333333% - 40px);
    margin: 20px;
  }
}
.gallery_page .gallery_item.video {
  position: relative;
}
.gallery_page .gallery_item.video:hover svg {
  fill: #5fd373;
}
.gallery_page .gallery_item.video svg {
  width: 50px;
  height: 50px;
  fill: #ffffff;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 580px) {
  .gallery_page .gallery_item.video svg {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 768px) {
  .gallery_page .gallery_item.video svg {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1280px) {
  .gallery_page .gallery_item.video svg {
    width: 80px;
    height: 80px;
  }
}
.gallery_page .gallery_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  overflow-x: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallery_page .gallery_buttons .button {
  text-align: center;
  line-height: 1;
  width: auto;
  padding: 5px 10px;
  margin-right: 10px;
  background-color: #626262;
  color: #ffffff;
  height: auto;
  font-size: 12px;
  margin-bottom: 10px;
}
@media (min-width: 580px) {
  .gallery_page .gallery_buttons .button {
    height: 40px;
    padding: 5px 20px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .gallery_page .gallery_buttons .button {
    font-size: 16px;
  }
}
.gallery_page .gallery_buttons .button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#a95), to(#fea));
  color: #000;
}
.gallery_page .gallery_buttons .button.active {
  color: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#a95), to(#fea));
}

footer {
  padding: 100px 0 30px 0;
  text-align: right;
}

.popup_wrapper {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
.popup_wrapper.active {
  display: block;
}
.popup_wrapper .popup_image {
  width: 100%;
  height: 100%;
  margin: auto;
  max-width: 800px;
  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;
}
@media (min-width: 580px) {
  .popup_wrapper .popup_image {
    width: 80%;
  }
}
.popup_wrapper .popup_image img {
  max-height: 100%;
}
.popup_wrapper .close_popup {
  position: fixed;
  width: 30px;
  height: 30px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.popup_wrapper .close_popup svg {
  fill: #ffffff;
}
.popup_wrapper .close_popup:hover {
  cursor: pointer;
}
.popup_wrapper .close_popup:hover svg {
  fill: #c3b100;
}

.services_items_info_popup,
.order_popup {
  position: fixed;
  display: none;
  z-index: 8;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.services_items_info_popup .services_items_info_popup_content,
.order_popup .services_items_info_popup_content {
  position: fixed;
  padding: 50px 20px 30px 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #1D1D1D;
  border-radius: 10px;
  width: 100%;
  -webkit-box-shadow: 8px 8px 30px 0px rgba(0, 0, 0, 0.8);
          box-shadow: 8px 8px 30px 0px rgba(0, 0, 0, 0.8);
}
@media (min-width: 580px) {
  .services_items_info_popup .services_items_info_popup_content,
  .order_popup .services_items_info_popup_content {
    width: 540px;
    padding: 30px;
  }
}
.services_items_info_popup .services_items_info_close,
.services_items_info_popup .order_popup_close,
.order_popup .services_items_info_close,
.order_popup .order_popup_close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.services_items_info_popup .services_items_info_close:hover svg,
.services_items_info_popup .order_popup_close:hover svg,
.order_popup .services_items_info_close:hover svg,
.order_popup .order_popup_close:hover svg {
  fill: #d1be02;
}
.services_items_info_popup .services_items_info_close svg,
.services_items_info_popup .order_popup_close svg,
.order_popup .services_items_info_close svg,
.order_popup .order_popup_close svg {
  fill: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.services_items_info_popup h4,
.order_popup h4 {
  margin-bottom: 30px;
  font-size: 20px;
}
.services_items_info_popup p,
.order_popup p {
  margin-bottom: 20px;
}
.services_items_info_popup p:last-child,
.order_popup p:last-child {
  margin-bottom: 0;
}

.services_items_info_popup h4 span {
  display: block;
}

.order_popup .order_popup_content_success {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-color: #1D1D1D;
}
.order_popup .order_popup_content_success_inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.order_popup .order_popup_content_success_inner p {
  font-size: 20px;
  margin-top: 20px;
}
.order_popup .order_popup_content_success_inner svg {
  width: 100px;
  height: auto;
  display: block;
}
.order_popup .order_popup_content {
  overflow: hidden;
  width: calc(100% - 30px);
  height: auto;
  padding: 50px 15px;
}
@media (min-width: 425px) {
  .order_popup .order_popup_content {
    padding: 50px 30px;
    width: 400px;
  }
}
.order_popup .order_popup_title {
  text-align: center;
}
.order_popup .order_popup_title span {
  display: block;
}
.order_popup .order_popup_inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.order_popup .order_popup_inputs input {
  border: none;
  height: 60px;
  margin-bottom: 30px;
  padding: 10px 25px;
  border-radius: 50px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.order_popup .order_popup_inputs input:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: 0 0 5px 5px #d1be02;
          box-shadow: 0 0 5px 5px #d1be02;
}
.order_popup .order_popup_inputs .order_popup_btn {
  width: 100%;
}
.order_popup .order_popup_inputs .main_button_hide {
  display: none;
}

.main_404 {
  margin-top: 200px;
}
.main_404 h1 {
  font-size: 100px;
  text-align: center;
}
@media (min-width: 580px) {
  .main_404 h1 {
    font-size: 150px;
  }
}
@media (min-width: 768px) {
  .main_404 h1 {
    font-size: 200px;
  }
}
@media (min-width: 1024px) {
  .main_404 h1 {
    font-size: 300px;
  }
}
.main_404 .main_404_content_icon {
  position: relative;
}
.main_404 .icon {
  position: absolute;
  height: 100%;
  top: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin-left: 21px;
  margin-top: -1px;
}
@media (min-width: 580px) {
  .main_404 .icon {
    margin-left: 32px;
    margin-top: -8px;
  }
}
@media (min-width: 768px) {
  .main_404 .icon {
    margin-left: 43px;
    margin-top: -14px;
  }
}
@media (min-width: 1024px) {
  .main_404 .icon {
    margin-left: 66px;
    margin-top: -28px;
  }
}
.main_404 .icon svg {
  display: block;
  height: 100%;
}
.main_404 .main_404_content_text {
  text-align: center;
}
@media (min-width: 580px) {
  .main_404 .main_404_content_text {
    margin-top: -10px;
  }
}
.main_404 .main_404_content_text .no_fish {
  font-size: 30px;
  font-weight: 400;
  margin-top: 20px;
}
@media (min-width: 580px) {
  .main_404 .main_404_content_text .no_fish {
    font-size: 40px;
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .main_404 .main_404_content_text .no_fish {
    font-size: 50px;
  }
}
.main_404 a {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media (max-width: 580px) {
  .main_404 a {
    width: 160px;
    height: 44px;
  }
}

.contact_page .maino_table_wrapper,
.contact_page .active_table_wrapper,
.active_page .maino_table_wrapper,
.active_page .active_table_wrapper {
  margin-top: 40px;
  overflow-x: auto;
  padding-bottom: 30px;
}
.contact_page .maino_table_wrapper h2.contact_title,
.contact_page .active_table_wrapper h2.contact_title,
.active_page .maino_table_wrapper h2.contact_title,
.active_page .active_table_wrapper h2.contact_title {
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
.contact_page table,
.active_page table {
  width: 100%;
  min-width: 700px;
}
.contact_page table td, .contact_page table th,
.active_page table td,
.active_page table th {
  border: 1px solid #ffffff;
  padding: 10px;
}
.contact_page table th,
.active_page table th {
  font-weight: 500;
  background-color: #626262;
}
.contact_page table th.price,
.active_page table th.price {
  min-width: 95px;
}
@media (min-width: 768px) {
  .contact_page table th.price,
  .active_page table th.price {
    min-width: 110px;
  }
}
.contact_page table th.date,
.active_page table th.date {
  min-width: 130px;
}
@media (min-width: 768px) {
  .contact_page table th.date,
  .active_page table th.date {
    min-width: 145px;
  }
}
.contact_page table td img,
.active_page table td img {
  width: 100px;
  cursor: pointer;
}

.active_page .select_table {
  margin-bottom: 30px;
}
.active_page .active_page_wrapper {
  padding-top: 40px;
}
@media (min-width: 1440px) {
  .active_page .active_page_wrapper .container {
    padding: 0 60px;
    max-width: 1800px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.active_page th.bold {
  font-weight: bold;
}
.active_page .info_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.active_page .info_main p {
  text-align: left;
  line-height: 1.1;
}
.active_page .info_main p > span {
  display: block;
}
@media (min-width: 580px) {
  .active_page .info_wrapper {
    position: relative;
  }
}
.active_page .info_wrapper .info_text {
  text-align: left;
  font-weight: normal;
  position: absolute;
  display: none;
  z-index: 10;
  right: 20px;
  left: 20px;
  background-color: #1D1D1D;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.75);
}
@media (min-width: 580px) {
  .active_page .info_wrapper .info_text {
    width: 420px;
    margin-left: -300px;
  }
}
.active_page .info_icon {
  display: block;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.active_page .info_icon:hover + .info_text {
  display: block;
}
.active_page .info_icon svg {
  fill: #ffffff;
}
.active_page .active_table_wrapper {
  margin-top: 0;
  overflow-x: auto;
  display: none;
}
.active_page .active_table_wrapper.active2026 {
  display: block;
}
.active_page .green_plus,
.active_page .white_plus {
  font-size: 30px;
  line-height: 0.5em;
  line-height: 1;
  font-weight: bold;
  position: relative;
  bottom: -3px;
}
.active_page .green_plus {
  color: #5fd373;
}
.active_page .white_plus {
  color: #ffffff;
}
.active_page .active_page_wrapper .info {
  margin-bottom: 10px;
}
.active_page .active_page_wrapper .contact_title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 30px;
}