/* Публичный сайт — исходник. Сборка: npm run css:build */
/* Брейкпоинты — только для сборки (postcss-custom-media). В браузер не подключается. */
/* База: tokens.css + base.css (reset, .wrapper, body, footer) */
h1 {
  font-weight: 700;
  font-size: 100px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: var(--mp-text);
}
@media (max-width: 1350px) {
  h1 {
    font-size: 35px;
  }
}
h2 {
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  color: var(--mp-green);
}
@media (max-width: 1270px) {
  h2 {
    font-size: 35px;
  }
}
h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 125%;
  color: var(--mp-text);
}
@media (max-width: 1270px) {
  h3 {
    font-size: 24px;
  }
}
input {
  outline: none;
}
textarea {
  outline: none;
}
li {
  list-style: none;
}
.content {
  font-size: 20px;
  line-height: 187%;
  color: var(--mp-text);
}
@media (max-width: 1024px) {
  .content {
    font-size: 16px;
  }
}
strong {
  font-weight: 700;
}
.content p {
  margin-bottom: 20px;
}
.content ul {
  list-style: inherit;
  margin: 10px 0;
  padding: 0 0 0 0;
}
.content ul li {
  list-style: none;
  margin: 0;
  padding: 0 0 0 14px;
  position: relative;
}
.content ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ef7f1a;
  position: absolute;
  top: 14px;
  left: 0;
}
.content ol {
  counter-reset: item;
  margin: 10px 0;
  padding: 0;
}
.content ol li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0 0 0 26px;
  position: relative;
}
.content ol li:before {
  content: counter(item) "";
  counter-increment: item;
  color: #ef7f1a;
  position: absolute;
  top: 0;
  left: 0;
}
.content table {
  margin: 0 auto 25px;
}
.content td {
  padding: 10px;
  font-weight: 800;
  font-size: 16px;
  line-height: 120%;
  color: #000;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  background: #fac980;
  border: 1px solid var(--mp-surface);
}
@media (max-width: 772px) {
  .content td {
    font-size: 12px;
  }
}
.content td:first-child {
  text-align: left;
  padding: 10px 10px 10px 3px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.content td img {
  max-height: 32px;
  max-width: 32px;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.screen_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.screen_img img {
  position: absolute;
  aspect-ratio: 1920/1080;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  object-fit: cover;
}
.burger {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 80px;
  cursor: pointer;
  transition: 0.4s;
}
.burger_active {
  background: #eaeaea;
}
@media (max-width: 1024px) {
  .burger {
    display: flex;
  }
}
@media (max-width: 1024px) {
  .page_header .burger {
    display: flex;
  }
}
.burger_icon {
  display: block;
  position: relative;
  background: #aeaeae;
  width: 80%;
  height: 4px;
  border-radius: 8px;
  transition: 0.3s;
}
.burger_icon:after, .burger_icon:before {
  content: "";
  display: block;
  position: absolute;
  background: #aeaeae;
  width: 100%;
  height: 4px;
  border-radius: 8px;
  transition: 0.3s;
}
.burger_icon:after {
  top: 12px;
  transition: 0.3s;
}
.burger_icon:before {
  top: -12px;
  transition: 0.3s;
}
.burger_active .burger_icon {
  background: none;
}
.burger_active .burger_icon:before {
  top: 0;
  transform: rotate(-45deg);
}
.burger_active .burger_icon:after {
  top: 0;
  transform: rotate(45deg);
}
.mob_menu {
  position: fixed;
  width: 100%;
  height: 100svh;
  overflow-y: scroll;
  z-index: 99999;
  top: 79px;
  left: -100%;
  transition: 0.5s;
  z-index: 999999;
  box-sizing: border-box;
  padding-bottom: 100px;
  width: 100%;
  z-index: 99999999999;
  background: var(--mp-bg);
}
.mob_menu_open {
  left: 0;
}
.mob_menu ul {
  padding: 0;
}
.mob_menu li {
  padding: 32px 15px 32px 40px;
  position: relative;
  background: #eaeaea;
  border-bottom: 1px solid var(--mp-surface);
}
.mob_menu li:last-child {
  border-bottom: none;
}
.mob_menu ul li a {
  font-size: 25px;
  color: var(--mp-text);
}
.mob_menu ul li ul {
  display: none;
}
.mob_w_submenu_active ul {
  display: block !important;
}
.mob_w_submenu_active a span:last-child {
  transition: 0.3s;
}
.mob_w_submenu_active a span:last-child {
  transform: rotate(90deg);
}
.mob_menu ul li ul li {
  padding-left: 40px;
  position: relative;
  border-bottom: none;
}
.mob_menu ul li ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mp-red);
}
.menu_mob_footer {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu_mob_footer .address {
  display: flex;
  font-size: 20px;
}
.menu_mob_footer .social {
  display: flex;
  margin-top: 25px;
}
.menu_mob_footer .phone {
  display: flex;
  margin-top: 25px;
}
header {
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 4px 20px 10px rgba(0, 0, 0, 0.25);
  background: var(--mp-surface);
  z-index: 9999999;
}
@media (max-width: 1024px) {
  header {
    position: relative;
  }
}
@media (max-width: 1024px) {
  header .wrapper {
    padding-left: 0;
  }
}
.header_items {
  height: 84px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .header_items {
    height: 80px;
  }
}
.logo_mob {
  display: none;
}
@media (max-width: 1024px) {
  .logo_mob {
    display: flex;
    align-items: center;
    max-width: 100px;
  }
}
.address {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000;
}
@media (max-width: 1350px) {
  .address {
    display: none;
  }
}
.address span {
  display: flex;
  align-items: center;
}
.address span:first-child {
  margin-right: 9px;
}
.phone {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 25px;
  color: #000;
}
@media (max-width: 1024px) {
  .phone {
    display: none;
  }
}
.phone span {
  display: flex;
  align-items: center;
}
.phone span:first-child {
  margin-right: 5px;
}
.btn {
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: max-content;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  padding: 0 30px;
  height: 57px;
  border-radius: 100px;
  color: var(--mp-surface);
  background: var(--mp-green);
  border: 1px solid var(--mp-green);
}
@media (max-width: 1024px) {
  .btn {
    font-size: 14px;
    padding: 0 10px;
    height: 50px;
  }
}
.btn:hover {
  background: var(--mp-surface);
  color: var(--mp-green);
}
.social {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .social {
    display: none;
  }
}
.social a {
  transition: 0.3s;
  max-width: 35px;
  margin: 0 11px;
}
.social a:hover {
  transform: scale(1.1);
}
.banner {
  padding: 0;
}
.banner_bg1 {
  position: absolute;
  left: -20px;
  top: 80%;
  transform: translateY(-50%);
  z-index: 1;
}
.banner_bg2 {
  position: absolute;
  left: 70px;
  top: 30%;
  transform: translateY(-50%);
  z-index: 1;
}
.banner_bg3 {
  position: absolute;
  right: 0;
  bottom: 10%;
  z-index: 1;
}
.main_banner {
  max-width: 1390px;
  position: relative;
  background: var(--mp-bg);
  margin: 0 auto;
  z-index: 5;
}
@media (max-width: 1350px) {
  .main_banner {
    margin-bottom: -20px;
  }
}
.main_banner_header {
  position: absolute;
  top: 34px;
  width: 100%;
  z-index: 999;
}
@media (max-width: 1024px) {
  .main_banner_header {
    display: none;
  }
}
.main_banner_header_items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 25px 55px;
}
@media (max-width: 1350px) {
  .main_banner_header_items {
    padding: 25px;
  }
}
@media (max-width: 1350px) {
  .main_banner_header_items .logo {
    max-width: 150px;
  }
}
.menu {
  margin-top: 17px;
}
.menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.menu li {
  margin-left: 60px;
  position: relative;
  padding-bottom: 17px;
}
@media (max-width: 1350px) {
  .menu li {
    margin-left: 20px;
  }
}
.menu li:first-child {
  margin-left: 0;
}
.menu li a {
  font-size: 20px;
  color: #000;
  transition: 0.3s;
  position: relative;
}
@media (max-width: 1350px) {
  .menu li a {
    font-size: 16px;
  }
}
.menu li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #d13232;
  transition: 0.3s;
}
.menu li a:hover {
  color: #d13232;
}
.menu li a:hover:before {
  width: 100%;
}
.w_submenu {
  padding-right: 12px;
}
.w_submenu:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 6px;
  height: 10px;
  background: url(../img/menu_arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.w_submenu:hover:before {
  transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .w_submenu a {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .w_submenu a span {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .w_submenu a span:last-child {
    margin-left: 14px;
  }
}
@media (max-width: 1024px) {
  .w_submenu:before {
    display: none;
  }
}
.menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 4px 20px 10px rgba(0, 0, 0, 0.25);
  background: var(--mp-surface);
  transition: 0.3s;
  width: max-content;
}
.menu li:hover ul {
  display: block;
  padding: 30px 30px 40px 30px;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  box-shadow: 0 4px 20px 10px rgba(0, 0, 0, 0.25);
  background: var(--mp-surface);
}
.menu li ul li {
  margin-left: 0;
  padding-bottom: 0;
}
.menu li ul li a:before {
  display: none;
}
.menu li ul li:first-child {
  margin-left: 0;
  margin-top: 0;
}
.menu li ul li a {
  font-size: 20px;
  line-height: 250%;
  color: var(--mp-text);
}
@media (max-width: 1350px) {
  .menu li ul li a {
    font-size: 16px;
  }
}
.main_banner_slider {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.slides_container {
  display: flex;
  transition: transform 0.5s ease;
  aspect-ratio: 1920/1080;
  width: 100%;
}
.main_banner_slide {
  position: relative;
  width: 100%;
  min-width: 100%;
  transition: 0.3s;
  opacity: 0;
}
@media (max-width: 1350px) {
  .main_banner_slide {
    height: auto;
  }
}
@media (max-width: 1350px) {
  .main_banner_slide .screen_img, .main_banner_slide .screen_img img {
    height: auto;
    position: relative;
  }
}
.main_banner_slide_active {
  opacity: 1;
}
.main_banner_slide_content {
  position: relative;
  z-index: 999;
  margin: 311px auto 0;
  max-width: 766px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  padding: 42px 48px 33px 48px;
}
@media (max-width: 1350px) {
  .main_banner_slide_content {
    background: var(--mp-surface);
    margin: 0 auto;
    max-width: 560px;
    padding: 20px 45px 55px 45px;
    z-index: 5;
    top: -150px;
    min-height: 250px;
  }
}
.main_banner_slide_content h1 {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: var(--mp-text);
}
@media (max-width: 1350px) {
  .main_banner_slide_content h1 {
    font-size: 22px;
  }
}
.main_banner_slide_content p {
  margin-top: 40px;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  color: var(--mp-text);
}
@media (max-width: 1350px) {
  .main_banner_slide_content p {
    margin-top: 20px;
    font-size: 16px;
  }
}
.main_banner_slide_content .btn {
  margin: 45px auto 0;
  font-weight: 700;
  font-size: 25px;
  min-width: 290px;
  background: var(--mp-red);
  border: 1px solid var(--mp-red);
}
@media (max-width: 1024px) {
  .main_banner_slide_content .btn {
    margin: 20px auto 0;
    min-width: 190px;
    height: 44px;
    font-size: 20px;
  }
}
.main_banner_slide_content .btn:hover {
  color: var(--mp-red);
  background: var(--mp-surface);
}
.dots {
  position: absolute;
  z-index: 5;
  bottom: 86px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 1350px) {
  .dots {
    bottom: 50px;
  }
}
.dot {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 5.5px;
  background: #ffd700;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 1350px) {
  .dot {
    width: 13px;
    height: 13px;
    margin: 0 3.5px;
  }
}
.dot:hover {
  background: var(--mp-red);
}
.dot.active {
  background: var(--mp-red);
}
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  background: none;
  padding: 0;
  margin: 0;
  border: none;
}
.prev {
  left: calc(50% - 710px);
}
@media (max-width: 1350px) {
  .prev {
    left: 35px;
  }
}
@media (max-width: 1024px) {
  .prev {
    left: 20px;
    max-width: 50px;
  }
}
.next {
  right: calc(50% - 710px);
}
@media (max-width: 1350px) {
  .next {
    right: 35px;
  }
}
@media (max-width: 1024px) {
  .next {
    right: 20px;
    max-width: 50px;
  }
}
.page_header {
  position: relative;
}
.page_header .header_items {
  height: 93px;
}
@media (max-width: 1270px) {
  .page_header .header_items {
    height: 80px;
  }
}
@media (max-width: 1270px) {
  .page_header_right {
    display: flex;
    align-items: center;
  }
}
.page_header_logo {
  max-width: 196px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .page_header_logo {
    max-width: 100px;
  }
}
.page_header_menu {
  flex-grow: 1;
}
@media (max-width: 1270px) {
  .page_header_menu {
    display: none;
  }
}
.page_header_menu .menu li {
  margin-left: 20px;
}
.page_header_menu .menu li a {
  font-size: 18px;
}
.page_header_menu .menu li:hover ul {
  padding: 20px 10px;
}
.page_header_menu .menu li ul li {
  margin-left: 0;
}
.page_header_menu .menu li ul li a {
  font-size: 16px;
}
.page_header_right_row {
  display: flex;
  align-items: center;
}
.page_header_right_row:last-child {
  margin-top: 14px;
}
.page_header_right_row .phone {
  font-size: 20px;
}
@media (max-width: 1270px) {
  .page_header_right_row .phone {
    display: none;
  }
}
.page_header_right_row .btn {
  width: 198px;
  height: 31px;
  margin-left: 17px;
  font-size: 14px;
  padding: 0;
}
@media (max-width: 1024px) {
  .page_header_right_row .btn {
    font-size: 14px;
    padding: 0 10px;
    height: 50px;
    width: max-content;
  }
}
.page_header_right_row .address {
  font-size: 16px;
}
.page_header_right_row .social {
  margin-left: 9px;
}
@media (max-width: 1270px) {
  .page_header_right_row .social {
    display: none;
  }
}
.page_header_right_row .social a {
  max-width: 22px;
  margin: 0 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1350px) {
  section {
    padding: 20px 0;
  }
}
.page section {
  padding: 0;
}
@media (max-width: 1350px) {
  .page section {
    padding: 0;
  }
}
.news_more {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}
.more_btn {
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  color: var(--mp-surface);
  background: var(--mp-orange);
  border: 1px solid var(--mp-orange);
  border-radius: 100px;
  width: 290px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .more_btn {
    max-width: 560px;
    width: 100%;
    height: 44px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: var(--mp-surface);
  }
}
.more_btn:hover {
  color: var(--mp-orange);
  background: var(--mp-surface);
  border: 1px solid var(--mp-orange);
}
.event_btn {
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  color: var(--mp-surface);
  background: var(--mp-orange);
  border: 1px solid var(--mp-orange);
  border-radius: 100px;
  width: max-content;
  padding: 0 20px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .event_btn {
    max-width: 560px;
    width: 100%;
    height: 44px;
    font-size: 16px;
    font-weight: 700;
    line-height: 187%;
    text-align: center;
    color: var(--mp-surface);
  }
}
.event_btn:hover {
  color: var(--mp-orange);
  background: var(--mp-surface);
  border: 1px solid var(--mp-orange);
}
.about {
  position: relative;
  background: var(--mp-bg);
}
.about_bg1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1024px) {
  .about_bg1 {
    transform: none;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -30px;
  }
}
.about_bg2 {
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 1;
}
.about_bg3 {
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .about_bg2, .about_bg3 {
    display: none;
  }
}
.about h2 {
  text-align: center;
  position: relative;
  z-index: 5;
}
.about_items {
  position: relative;
  z-index: 5;
  margin-top: 36px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .about_items {
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
.about_left {
  border: 1px dashed var(--mp-red);
  border-radius: 50px;
  padding: 10px;
  width: 41%;
}
@media (max-width: 1024px) {
  .about_left {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }
}
.about_img {
  position: relative;
  width: 100%;
  padding-bottom: 84%;
}
.about_img .screen_img, .about_img .screen_img img {
  border-radius: 50px;
}
.about_right {
  width: 59%;
  padding-left: 36px;
}
@media (max-width: 1024px) {
  .about_right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
.about_content {
  font-size: 18px;
  line-height: 150%;
  color: var(--mp-text);
}
@media (max-width: 1350px) {
  .about_content {
    font-size: 16px;
  }
}
.about_btn {
  margin-top: 28px;
}
.btn_small {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  color: var(--mp-green);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  width: max-content;
  padding: 0 40px;
  height: 40px;
  border: 1px solid var(--mp-green);
  border-radius: 100px;
}
@media (max-width: 1024px) {
  .btn_small {
    width: 100%;
  }
}
.page .btn_small {
  font-weight: 700;
}
.btn_small:hover {
  background: var(--mp-green);
  color: var(--mp-surface);
}
.news {
  position: relative;
}
@media (max-width: 772px) {
  .news h2 {
    text-align: left;
  }
}
.news_bg1 {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.news_bg2 {
  position: absolute;
  right: 0;
  bottom: 100px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .news_bg1, .news_bg2 {
    display: none;
  }
}
.section_header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
}
.section_header a {
  margin-left: 48px;
  display: flex;
  align-items: center;
  font-size: 25px;
  line-height: 120%;
  color: var(--mp-green);
  position: relative;
}
@media (max-width: 1024px) {
  .section_header a {
    display: none;
  }
}
.section_header a span {
  display: flex;
  align-items: center;
  transition: 0.3s;
  border-bottom: 1px dashed var(--mp-green);
}
.section_header a span:last-child {
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
  width: 8px;
}
.section_header a:hover span:last-child {
  right: -26px;
}
.news_items {
  margin: 58px -22px 0 -22px;
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1350px) {
  .news_items {
    margin: 58px -10px 0 -10px;
  }
}
@media (max-width: 1024px) {
  .news_items {
    margin: 30px 0 0 0;
  }
}
.page .news_items {
  margin: 0;
}
@media (max-width: 1024px) {
  .page .news_items {
    margin: 0;
  }
}
.news_item {
  width: 413px;
  max-width: 413px;
  margin: 0 22px 20px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1350px) {
  .news_item {
    max-width: 100%;
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
  }
}
@media (max-width: 1350px) {
  .news_item:last-child {
    margin: 0 10 0 10px;
  }
}
@media (max-width: 1024px) {
  .news_item {
    margin: 0 0 20px 0;
    width: 100%;
    max-width: 560px;
  }
}
@media (max-width: 1024px) {
  .news_item:last-child {
    margin: 0;
  }
}
.page .news_item {
  margin: 30px 10px 0 10px;
}
@media (max-width: 1024px) {
  .page .news_item {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 1024px) {
  .page .news_item:last-child {
    margin: 30px 0 0 0;
  }
}
.news_item_image {
  width: 100%;
  padding: 9px;
  border: 1px dashed var(--mp-red);
  border-radius: 20px;
}
.news_item_img {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  padding-bottom: 92%;
}
.news_item_img .screen_img, .news_item_img img {
  border-radius: 20px;
}
.news_item_content {
  flex-grow: 1;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news_item_date {
  font-weight: 700;
  font-size: 16px;
  color: var(--mp-red);
}
.news_item_title {
  margin-top: 20px;
  font-weight: 700;
  font-size: 25px;
  line-height: 120%;
  color: var(--mp-text);
}
.news_item_desc {
  margin-top: 20px;
  flex-grow: 1;
  font-size: 18px;
  line-height: 167%;
  color: var(--mp-text);
}
.news_item_btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.news_more_mobile {
  display: none;
}
@media (max-width: 1024px) {
  .news_more_mobile {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.news_more_mobile .btn_small {
  background: var(--mp-orange);
  border: 1px solid var(--mp-orange);
  color: var(--mp-surface);
}
.reviews {
  position: relative;
  overflow: hidden;
  background: var(--mp-bg);
}
.reviews_bg1 {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 1;
}
.reviews_bg2 {
  position: absolute;
  left: 30px;
  bottom: 20px;
  z-index: 1;
}
.reviews_bg3 {
  position: absolute;
  right: 40px;
  bottom: -140px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .reviews_bg1, .reviews_bg2, .reviews_bg3 {
    display: none;
  }
}
.reviews_items {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.reviews_page .reviews_items {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .reviews_items {
    margin-top: 30px;
  }
}
.reviews_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.25);
  background: var(--mp-surface);
  border: 1px solid #c7c7c7;
  border-radius: 50px;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  word-wrap: break-word;
  width: calc(33.3333333333% - 20px);
}
@media (max-width: 1270px) {
  .reviews_item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1024px) {
  .reviews_item {
    width: calc(100% - 20px);
  }
}
@media (max-width: 1270px) {
  .reviews_item {
    margin-bottom: 30px;
  }
}
.page .reviews_item {
  margin-bottom: 20px;
  padding: 30px 15px;
  border-radius: 0;
  border: none;
}
@media (max-width: 772px) {
  .page .reviews_item {
    box-shadow: none;
  }
}
@media (max-width: 772px) {
  .page .reviews_item:nth-child(odd) {
    background: var(--mp-bg);
    padding: 0 15px;
  }
}
.reviews_item_title {
  font-weight: 700;
  font-size: 20px;
  color: var(--mp-text);
}
.reviews_item_date {
  display: flex;
  align-items: center;
  margin-top: 14px;
  font-size: 16px;
  color: var(--mp-text);
}
.reviews_item_date img {
  margin-right: 6px;
}
.reviews_item_image {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  padding-bottom: 87%;
  border-radius: 50px 50px 0 0;
}
.page .reviews_item_image {
  margin-top: 20px;
}
.reviews_item_image .screen_img, .reviews_item_image img {
  border-radius: 50px 50px 0 0;
}
.page .reviews_item_image .screen_img, .page .reviews_item_image img {
  border-radius: 20px;
}
.reviews_item_desc {
  flex-grow: 1;
  padding: 40px 38px;
}
.page .reviews_item_desc {
  padding: 0;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .reviews_item_desc {
    padding: 34px;
  }
}
@media (max-width: 1024px) {
  .page .reviews_item_desc {
    padding: 0;
  }
}
.reviews_item_desc p:last-child {
  margin-bottom: 0;
}
.reviews_item_btn {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .reviews_item_btn {
    margin-top: 30px;
  }
}
.reviews_item_btn .btn {
  background: var(--mp-orange);
  height: 57px;
  padding: 0 58px;
  background: var(--mp-orange);
  border: 1px solid var(--mp-orange);
}
@media (max-width: 1024px) {
  .reviews_item_btn .btn {
    width: 100%;
  }
}
.reviews_item_btn .btn:hover {
  color: var(--mp-orange);
  background: var(--mp-surface);
}
.page {
  background: var(--mp-bg);
  padding: 40px 0 50px 0;
}
@media (max-width: 1024px) {
  .page {
    padding: 30px 0 50px 0;
  }
}
.breadcrumbs {
  padding-bottom: 30px;
}
.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumbs li {
  position: relative;
  margin-right: 8px;
  padding-right: 15px;
  font-size: 14px;
  color: var(--mp-text);
}
.breadcrumbs li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumbs li:before {
  content: "";
  width: 5px;
  height: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(../img/br_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.breadcrumbs li:last-child:before {
  display: none;
}
.breadcrumbs li a {
  font-size: 14px;
  color: rgba(119, 119, 119, 0.47);
}
.breadcrumbs li a:hover {
  text-decoration: underline;
  color: var(--mp-red);
}
.page_404 {
  padding: 0;
}
.page_404_content {
  font-size: 25px;
  line-height: 120%;
  text-align: center;
  color: var(--mp-text);
  background: var(--mp-surface);
  border-radius: 50px;
  padding: 50px 22px 22px 22px;
  text-align: center;
}
.page_404 p {
  margin-top: 10px;
}
.page_404 .btn_small {
  margin: 45px auto 0;
}
.page_404 img {
  margin: 35px auto 0;
}
.single h2 {
  text-align: left;
}
.single_date {
  margin-top: 20px;
  font-size: 16px;
  color: var(--mp-text);
}
.single_img {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.single_img img {
  border-radius: 20px;
}
.single .content {
  margin-top: 30px;
}
.single_btn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
@media (max-width: 772px) {
  .single_btn .btn {
    width: 100%;
  }
}
.holiday h2 {
  text-align: left;
}
.holiday_price {
  margin-top: 30px;
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  color: var(--mp-text);
}
.holiday_price_table {
  margin-top: 20px;
}
.holiday_price_table_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -1.5px;
}
.holiday_price_table_col {
  margin: 0 1.5px;
  width: calc(33.3333% - 1.5px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 900;
  font-size: 16px;
  color: var(--mp-text);
  padding: 12px 0;
  background: var(--mp-surface);
  margin-bottom: 3px;
}
.holiday_price_table_row:first-child .holiday_price_table_col {
  background: #fac980;
  padding: 3px 0;
}
.holiday .content {
  margin-top: 30px;
}
.holiday_gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}
@media (max-width: 772px) {
  .holiday_gallery {
    justify-content: space-between;
  }
}
.holiday_gallery img {
  margin-right: 9px;
}
@media (max-width: 772px) {
  .holiday_gallery img {
    max-width: 24%;
    margin-right: 0;
  }
}
.holiday_gallery img:last-child {
  margin-right: 0;
}
.holiday_btn {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 772px) {
  .holiday_btn .btn {
    width: 100%;
  }
}
.game h2 {
  text-align: left;
}
.game .content {
  margin-top: 30px;
}
.game .content h3 {
  margin: 30px 0;
}
.game_list {
  margin: 13px 0;
}
.game_list_item {
  display: flex;
  margin: 10px 0;
}
.game_list_ico {
  display: flex;
  width: 23px;
  height: max-content;
  padding-top: 5px;
}
.game_list_content {
  width: calc(100% - 27px);
  padding-left: 4px;
}
.contacts {
  text-align: left;
  padding-bottom: 24px;
}
.contacts__title {
  text-align: left;
  margin-bottom: 12px;
  font-weight: 700;
  text-transform: none;
  line-height: 1.15;
}
@media (min-width: 1025px) {
  .contacts__title {
    margin-bottom: 6px;
  }
}
.contacts-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}
@media (min-width: 1025px) {
  .contacts-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 24px 36px;
  }
}
.contacts-col--info {
  width: 100%;
  min-width: 0;
}
@media (min-width: 1025px) {
  .contacts-col--info {
    max-width: 520px;
  }
}
.contacts-col--aside {
  min-width: 0;
}
.contact_item {
  margin-top: 14px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.contact_item:first-of-type {
  margin-top: 8px;
}
.contact_item_ico {
  display: flex;
  align-items: flex-start;
  width: 22px;
  flex-shrink: 0;
  padding-top: 3px;
}
.contact_item_desc {
  padding-left: 0;
  flex: 1;
  min-width: 0;
  line-height: 1.45;
  font-size: 16px;
  color: var(--mp-text);
}
.contact-address {
  margin: 0 0 10px;
}
.contact-requisites {
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(210, 49, 49, 0.12);
}
.contact-requisites__name {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 8px;
  color: #222;
}
.contact-requisites__grid {
  margin: 0;
}
.contact-requisites__row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 12px;
  font-size: 14px;
  margin-top: 4px;
}
.contact-requisites__row:first-child {
  margin-top: 0;
}
.contact-requisites__row dt {
  font-weight: 600;
  color: #666;
  min-width: 4.5em;
}
.contact-requisites__row dd {
  margin: 0;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}
.contact-route__lead {
  margin: 0 0 4px;
}
.contact-route__text {
  margin: 0;
  color: #444;
}
.contact_item a {
  font-weight: 700;
  color: var(--mp-red);
  text-decoration: none;
}
.contact_item a:hover {
  text-decoration: underline;
}
.contact_social {
  margin: 16px 0 0;
}
.contact_social_title {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  margin-bottom: 8px;
}
.contact_social .social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}
.contact_social .social a {
  display: flex;
  width: 32px;
  height: 32px;
  margin: 0;
  line-height: 0;
  transition: transform 0.2s;
}
.contact_social .social a:hover {
  transform: scale(1.06);
}
.contact_item--route {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.contacts .contact_form {
  margin: 0 auto;
  max-width: none;
  width: 100%;
}
.contacts .contact_form h3 {
  text-align: left;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.25;
}
@media (min-width: 1025px) {
  .contacts .contact_form h3 {
    font-size: 20px;
  }
}
.contact_form_input {
  margin-top: 10px;
}
.contact_form_input:first-child {
  margin-top: 16px;
}
.contact_form_input input {
  background: var(--mp-surface);
  border-radius: 12px;
  width: 100%;
  height: 48px;
  padding: 0 18px;
  font-size: 16px;
  color: var(--mp-text);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.contact_form_input input::placeholder {
  font-size: 16px;
  color: #888;
}
.contact_form_input textarea {
  background: var(--mp-surface);
  border-radius: 12px;
  width: 100%;
  height: 140px;
  padding: 14px 18px;
  font-size: 16px;
  color: var(--mp-text);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  resize: vertical;
  min-height: 120px;
}
.contact_form_input textarea::placeholder {
  font-size: 16px;
  color: #888;
}
.contact_form_submit {
  margin-top: 12px;
  width: 100%;
}
.contact_form_submit input {
  border-radius: 12px;
  width: 100%;
  height: 48px;
  font-weight: 700;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--mp-surface);
  background: var(--mp-green);
  border: 1px solid var(--mp-green);
  transition: 0.25s;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.contact_form_submit input:hover {
  background: var(--mp-surface);
  color: var(--mp-green);
  border: 1px solid var(--mp-green);
}
.contact_form_clean {
  margin-top: 10px;
  border: 1px solid var(--mp-red);
  border-radius: 12px;
  width: 100%;
  height: 44px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
  text-align: center;
  color: var(--mp-red);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.25s;
}
.contact_form_clean:hover {
  background: var(--mp-red);
  color: var(--mp-surface);
}
.contact_form_appr {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.35;
  color: #666;
}
.contact_form_appr label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.contact_form_appr input {
  margin-right: 0;
  margin-top: 3px;
  flex-shrink: 0;
}
.contacts-map-wrap {
  margin-top: 18px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}
.contact_map {
  margin-top: 0;
  width: 100%;
  height: min(55vh, 380px);
  min-height: 280px;
}
@media (min-width: 1025px) {
  .contact_map {
    height: 400px;
    min-height: 320px;
  }
}
@media (max-width: 1024px) {
  .reviews_page .wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.reviews_page h2 {
  text-align: left;
  padding: 0 15px;
}
.static_page .content {
  line-height: normal;
  margin-top: 20px;
}
.static_page .content ul li:before {
  top: 8px;
}
.editorMCE input {
  margin-top: 20px;
  margin-bottom: 15px;
  width: 100%;
}
.editorMCE button {
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #4CAF50; /* Зеленый фон */
  color: white; /* Белый текст */
  border: none; /* Без рамки */
  padding: 10px 20px; /* Отступы */
  font-size: 16px; /* Размер шрифта */
  font-weight: bold; /* Жирный текст */
  border-radius: 5px; /* Скругленные углы */
  cursor: pointer; /* Курсор в виде руки */
  transition: background-color 0.3s, transform 0.2s; /* Анимация */
}
/* Эффект наведения */
.editorMCE button:hover {
  background-color: #45a049; /* Темно-зеленый цвет при наведении */
  transform: scale(1.05); /* Увеличение кнопки */
}
/* Эффект нажатия */
.editorMCE button:active {
  background-color: #3e8e41; /* Еще темнее при нажатии */
  transform: scale(0.95); /* Слегка уменьшаем кнопку */
}
/* Убираем обводку при фокусе */
.editorMCE button:focus {
  outline: none;
}
.captcha-placeholder {
  margin-top: 14px;
  width: 100%;
  height: 102px; /* Фиксированная высота */
  background: #f4f4f4; /* Светло-серый фон */
  border: 1px solid #ccc; /* Рамка */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #999;
}
/*# sourceMappingURL=styles.compiled.css.map */

