/* Base */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
}
*:not(.fancybox-container):not(.fancybox-container *) {
  transition: all 0.3s linear;
}
@font-face {
  font-family: "Bounded";
  src: url("/wp-content/themes/lc-blank-master//fonts/Bounded.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-family: "Inter", sans-serif;
}

.container {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  box-sizing: border-box;
}

h1 {
  font-size: 52px;
  line-height: 100%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "Bounded";
  font-weight: 600;
}

.title {
  font-weight: 300;
  font-family: "Bounded";
}

h2 {
  font-size: 32px;
  line-height: 48px;
  font-family: "Bounded";
  font-weight: 400;
}

a {
  text-decoration: none;
}

img {
  display: block;
}

.button {
  background-color: rgb(238, 32, 32);
  padding: 16px 32px;
  box-sizing: border-box;
  width: fit-content;
  display: block;
  text-align: center;
  border-radius: 24px;
  color: #fff;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  font-family: "Bounded";
  border: none;
  cursor: pointer;
}

.button.white {
  background-color: #fff;
  color: #000;
}

.button.gray {
  background-color: rgb(245, 246, 246);
  color: #000;
}

.button.transparent {
  border: 1px solid #fff;
  background-color: transparent;
}

.section-margin {
  margin-top: 120px;
}

@media (max-width: 1379px) {
  .container {
    padding: 0 50px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
    line-height: 48px;
  }

  .section-margin {
    margin-top: 100px;
  }
}

@media (max-width: 899px) {
	
  .container {
    padding: 0 12px;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    line-height: 32px;
  }

  .section-margin {
    margin-top: 80px;
  }
}

/* Blocks */
footer {
  margin-top: 140px;
}

.row-footer {
  background-color: rgb(9, 21, 26);
  padding: 68px 26px 113px 84px;
  border-radius: 52px 52px 0 0;
  display: flex;
  justify-content: space-between;
}

.logo-info-company {
  display: flex;
  gap: 16px;
}

.info-company {
  width: 100%;
  max-width: 230px;
}

.recvizit-company {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.recvizit-company p {
  color: rgb(121, 119, 119);
  font-size: 14px;
  line-height: 26px;
}

.url-privacy {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.url-privacy a {
  color: rgb(209, 209, 209);
  font-size: 16px;
  line-height: 26px;
}

.url-privacy a:hover {
  opacity: 0.7;
}

.menu-footer {
  display: flex;
  gap: 75px;
}

.menu-footer ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.menu-footer ul li {
  list-style-type: none;
}

.menu-footer ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.02em;
  font-family: "Bounded";
  font-weight: 300;
}

.menu-footer ul li a:hover {
  opacity: 0.7;
}

.contact-footer {
  width: 100%;
  max-width: 372px;
}

.mail-contact {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -0.02em;
  font-family: "Bounded";
}

.mail-contact:hover {
  opacity: 0.7;
}

.desc-mail-contact {
  margin-top: 10px;
  color: rgb(209, 209, 209);
  font-size: 14px;
  line-height: 26px;
}

.wrapp-soc-contact {
  margin-top: 28px;
  display: flex;
  gap: 12px;
}

.wrapp-soc-contact a {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.02em;
  font-family: "Bounded";
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 11.5%;
  text-underline-offset: 4px;
  text-decoration-skip-ink: auto;
}

.wrapp-soc-contact a:hover {
  opacity: 0.7;
}

.wrapp-menu-contact-footer {
  display: contents;
}

.coockie-popup {
  position: fixed;
  bottom: 32px;
  right: 32px;
  background-color: rgb(245, 246, 246);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35), 0 8px 24px rgba(0, 0, 0, 0.18);
  padding: 32px;
  box-sizing: border-box;
  max-width: 428px;
  width: 100%;
  z-index: 5;
  border-radius: 32px;
}

.title-cookie-popup {
  font-family: "Bounded";
  font-weight: 300;
}

.text-cookie-popup {
  margin-top: 8px;
  font-weight: 400;
}

.text-cookie-popup a {
  color: rgb(238, 32, 32);
  text-decoration: underline;
}

.button-cockie {
  margin-top: 24px;
}

@media (max-width: 1379px) {
  .logo-info-company {
    flex-direction: column;
    gap: 64px;
  }

  .wrapp-menu-contact-footer {
    display: flex;
    flex-wrap: wrap;
    max-width: 372px;
    gap: 32px;
  }

  .wrapp-menu-contact-footer .menu-footer {
    order: 2;
  }

  .wrapp-menu-contact-footer .contact-footer {
    order: 1;
  }

  footer {
    margin-top: 100px;
  }

  footer .container {
    padding: 0;
  }

  .row-footer {
    background-color: rgb(9, 21, 26);
    padding: 64px 30px 64px 50px;
    border-radius: 52px 52px 0 0;
    display: flex;
    justify-content: space-between;
  }

  .mail-contact {
    font-size: 22px;
  }
}

@media (max-width: 799px) {
  .row-footer {
    flex-direction: column;
    padding: 64px 20px;
  }

  .logo-info-company {
    display: contents;
  }

  .wrapp-menu-contact-footer {
    display: contents;
  }

  .logo-footer {
    order: 1;
  }

  .contact-footer {
    order: 2;
    margin-top: 28px;
  }

  .mail-contact {
    font-size: 18px;
  }

  .menu-footer {
    order: 3;
    flex-direction: column;
    gap: 48px;
    margin-top: 32px;
  }

  .info-company {
    order: 4;
    margin-top: 32px;
  }
}

.intro-gran-pri {
  position: relative;
  margin-top: 32px;
}

.bg-intro-gran-pri {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.wrapp-info-intro-gran-pri {
  position: relative;
  border-radius: 52px;
  overflow: hidden;
}

.wrapp-info-intro-gran-pri::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(77.72deg, #09151A 2.83%, rgba(9, 21, 26, 0.14) 99.06%);
  z-index: 1;
}

.content-intro-gran-pri {
  position: relative;
  z-index: 1;
  padding: 104px 50px;
  box-sizing: border-box;
}

.content-intro-gran-pri h1 {
  color: #fff;
  margin-top: 15px;
  font-size: 78px;
  line-height: 100%;
}

.wrapp-tags-intro-gran-pri {
  display: flex;
  align-items: center;
  gap: 16px;
}

.wrapp-tags-intro-gran-pri p {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Bounded";
  line-height: 100%;
}

.tag-info-gran-pri {
  color: #fff;
  font-size: 14px;
  line-height: 100%;
  font-family: "Bounded";
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 20px;
  width: fit-content;
  margin-top: 36px;
}

.desc-gran-pri-intro {
  margin-top: 16px;
  color: #fff;
  font-family: "Bounded";
  font-size: 18px;
}

.wrapp-button-intro-gran-pri {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 48px;
}

.wrapp-button-intro-gran-pri .button {
  height: 64px;
	display: flex;
	align-items: center;
}

.bottom-text-intro-gran-pri {
  margin-top: 62px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 100%;
}

.wrapp-title-text-event-amur {
  display: flex;
  gap: 24px;
}

.wrapp-title-text-event-amur h2 {
  width: 100%;
  max-width: 561px;
}

.desc-event-amur {
  width: 100%;
  max-width: 795px;
}

.desc-event-amur p {
  font-size: 18px;
  letter-spacing: 0;
}

.red-desc-event-amur {
  background-color: rgb(238, 32, 32);
  padding: 24px;
  border-radius: 24px;
  box-sizing: border-box;
  color: #fff;
  margin-top: 24px;
}

.wrapp-point-event-amur {
  margin-top: 64px;
  display: flex;
  gap: 24px;
}

.item-point-event-amur {
  width: calc((100% - 72px) / 4);
  box-sizing: border-box;
  padding: 32px;
  border-radius: 24px;
  background-color: rgb(248, 248, 248);
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.title-point-event-amur {
  color: rgb(9, 21, 26);
  font-size: 20px;
  line-height: 32px;
  font-family: "Bounded";
}

.desc-point-event-amur {
  color: rgb(83, 85, 86);
}

.wrapp-main-water {
  box-sizing: border-box;
  background-color: rgb(9, 21, 26);
  border-radius: 52px;
  padding: 50px;
}

.wrapp-main-water h2 {
  color: #fff;
  margin-top: 24px;
}

.tag-main-water {
  color: rgb(20, 187, 205);
  font-family: "Bounded";
}

.desc-main-water {
  margin-top: 19px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  letter-spacing: 0;
}

.wrapp-swiper-main-water {
  position: relative;
  margin-top: 32px;
}

.swiper-main-water .swiper-slide {
  width: 100%;
  max-width: 410px;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgb(45, 58, 66);
  box-sizing: border-box;
  background-color: rgb(29, 41, 48);
  height: auto !important;
}

.image-slide-main-water {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.wrapp-content-slide-main-water {
  padding: 32px;
  box-sizing: border-box;
}

.title-slide-main-water {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-family: "Bounded";
}

.desc-slide-main-water {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.7);
}

.tag-slide-main-water {
  margin-top: 16px;
  color: rgb(20, 187, 205);
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  font-family: "Bounded";
}

.nav-main-water {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background-color: rgb(238, 32, 32);
  border: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
}

.nav-main-water.swiper-button-disabled {
  background-color: rgb(242, 242, 242);
}

.nav-main-water.swiper-button-disabled svg path {
  fill: rgb(224, 224, 224);
}

.next-main-water {
  right: 0;
  transform: translate(50%, -50%);
}

.prev-main-water {
  transform: translate(-50%, -50%);
}

.wrapp-title-event-family {
  display: flex;
  gap: 24px;
  align-items: center;
}

.title-event-family {
  width: 100%;
  max-width: 561px;
}

.title-event-family h2 {
  margin-top: 24px;
  font-size: 40px;
}

.tag-event-family {
  color: rgb(20, 187, 205);
  font-family: "Bounded";
}

.desc-event-family-title {
  width: 100%;
  max-width: 795px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.desc-event-family-title p {
  font-size: 18px;
  line-height: 28px;
}

.wrapp-swiper-event-family {
  margin-top: 64px;
  position: relative;
}

.swiper-event-family .swiper-slide {
  width: 100%;
  max-width: 370px;
}

.image-slide-event-family {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 32px;
}

.title-slide-event-family {
  margin-top: 24px;
  font-size: 20px;
  line-height: 32px;
  color: rgb(9, 21, 26);
  font-family: "Bounded";
}

.desc-slide-event-family {
  margin-top: 10px;
  color: rgb(83, 85, 86);
}

.prev-event-family {
  top: 100px;
  left: 0;
  transform: translate(-50%, 0);
}

.next-event-family {
  top: 100px;
  right: 0;
  transform: translate(50%, 0);
}

.wrapp-one-festival {
  position: relative;
  background: linear-gradient(169.59deg, #3D7191 7.76%, #163F58 98.72%);
  border-radius: 52px;
}

.bg-one-festival {
  position: absolute;
  width: calc(100% - 32px);
  height: 456px;
  opacity: 0.1;
  top: 58px;
  left: 16px;
  object-position: center;
}

.content-one-festival {
  padding: 50px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.content-one-festival h2 {
  font-size: 40px;
  color: #fff;
  margin-top: 24px;
}

.tag-one-festival {
  color: rgb(20, 187, 205);
  font-family: "Bounded";
}

.desc-one-festival {
  margin-top: 19px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: rgba(255, 255, 255, 0.7);
}

.avant-one-festival {
  margin-top: 58px;
  display: flex;
  gap: 24px;
}

.item-advante-one-festival {
  width: calc((100% - 48px) / 3);
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(62, 111, 140, 0.25);
  padding: 32px;
  border-radius: 32px;
  box-sizing: border-box;
}

.point-advante-one-festival {
  font-size: 32px;
  line-height: 32px;
  color: rgb(20, 187, 205);
  font-family: "Bounded";
}

.title-advant-one-festival {
  color: #fff;
  margin-top: 32px;
  font-size: 20px;
  line-height: 32px;
  font-family: "Bounded";
}

.desc-advant-one-festival {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 10px;
  font-size: 18px;
  font-weight: 300;
}

.wrapp-fs-scale {
  position: relative;
}

.bg-fd-scale {
  width: 100%;
  height: 765px;
  border-radius: 52px;
  object-fit: cover;
}

.content-fd-scale {
  width: 100%;
  max-width: 758px;
  box-sizing: border-box;
  padding: 50px;
  border-radius: 32px;
  background: rgb(14, 33, 44);
  left: 50px;
  bottom: 50px;
  position: absolute;
}

.content-fd-scale h2 {
  font-size: 40px;
  color: #fff;
  margin-top: 16px;
}

.tag-fd-scale {
  color: rgb(20, 187, 205);
  font-family: "Bounded";
}

.desc-fd-scale {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}

.wrapp-title-four-day-amur {
  display: flex;
  gap: 24px;
}

.title-four-day-amur {
  width: 100%;
  max-width: 561px;
}

.title-four-day-amur h2 {
  font-size: 40px;
  margin-top: 24px;
}

.tag-four-day-amur {
  color: rgb(20, 187, 205);
  font-family: "Bounded";
}

.desc-four-day-amur {
  width: 100%;
  max-width: 795px;
}

.desc-four-day-amur p {
  font-size: 18px;
}

.button-four-day-amur {
  margin-top: 32px;
}

.swiper-four-day-amur {
  margin-top: 64px;
}

.swiper-four-day-amur .swiper-slide {
  width: 100%;
  max-width: 327px;
  background-color: rgb(248, 248, 248);
  padding: 32px;
  box-sizing: border-box;
  border-radius: 24px;
  height: auto;
}

.title-slide-four-day-amur {
  margin-top: 10px;
  font-size: 20px;
  font-family: "Bounded";
}

.desc-slide-four-day-amur {
  margin-top: 10px;
  color: rgb(83, 85, 86);
}

.wrapp-afisha-amur {
  position: relative;
  border-radius: 52px;
  height: 650px;
  overflow: hidden;
}

.wrapp-afisha-amur::before {
  background: linear-gradient(180deg, rgba(9, 21, 26, 0.35) 12.92%, #09151A 100%);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.bg-afisha-amur {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.decor-afisha-amur {
  position: absolute;
  height: 100%;
  opacity: 0.3;
  width: 1204px;
  left: 120px;
}

.content-afisha-amur {
  position: absolute;
  z-index: 2;
  left: 50px;
  bottom: 50px;
}

.content-afisha-amur h2 {
  font-size: 52px;
  color: #fff;
  margin-top: 24px;
  text-transform: uppercase;
}

.tag-afisha-amur {
  display: flex;
  align-items: center;
  gap: 16px;
}

.tag-afisha-amur p {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Bounded";
}

.desc-afisha-amur {
  color: #fff;
  font-size: 18px;
  font-family: "Bounded";
  margin-top: 16px;
}

.programm-festival {
  margin-top: 48px;
  height: 64px;
  align-items: center;
  display: flex;
}

@media (max-width: 1379px) {
  .wrapp-tags-intro-gran-pri p {
    font-size: 12px;
  }

  .content-intro-gran-pri h1 {
    font-size: 48px;
  }

  .tag-info-gran-pri {
    font-size: 12px;
    text-transform: uppercase;
  }

  .desc-gran-pri-intro {
    font-size: 16px;
  }

  .wrapp-button-intro-gran-pri {
    margin-top: 32px;
  }

  .wrapp-title-text-event-amur {
    flex-direction: column;
    gap: 24px;
  }

  .wrapp-title-text-event-amur h2 {
    max-width: 100%;
    font-size: 32px;
  }

  .wrapp-title-text-event-amur h2 br {
    display: none;
  }

  .wrapp-point-event-amur {
    overflow: auto;
  }

  .item-point-event-amur {
    width: 355px;
    flex-shrink: 0;
  }

  .nav-main-water {
    display: none;
  }

  .wrapp-title-event-family {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }

  .title-event-family {
    max-width: 100%;
  }

  .title-event-family h2 {
    font-size: 32px;
  }

  .content-one-festival h2 {
    font-size: 32px;
  }

  .avant-one-festival {
    overflow: auto;
  }

  .item-advante-one-festival {
    flex-shrink: 0;
    width: 355px;
  }

  .content-fd-scale {
    position: static;
    max-width: 100%;
    border-radius: 0 0 32px 32px;
  }

  .content-fd-scale h2 {
    font-size: 32px;
  }

  .bg-fd-scale {
    height: 481px;
    border-radius: 32px 32px 0 0;
  }

  .desc-fd-scale {
    font-size: 16px;
  }

  .wrapp-title-four-day-amur {
    flex-direction: column;
  }

  .title-four-day-amur {
    max-width: 100%;
  }

  .title-four-day-amur h2 {
    font-size: 32px;
  }

  .wrapp-main-water h2 {
    font-size: 32px;
  }

  .content-afisha-amur h2 {
    font-size: 32px;
  }

  .wrapp-afisha-amur {
    height: 498px;
  }
}

@media (max-width: 899px) {
  .content-intro-gran-pri {
    padding: 32px 20px;
  }

  .wrapp-tags-intro-gran-pri {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .tag-info-gran-pri {
    text-align: center;
  }

  .content-intro-gran-pri h1 {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
  }

  .desc-gran-pri-intro {
    font-size: 14px;
    text-align: center;
    margin-top: 12px;
    line-height: 20px;
  }

  .wrapp-button-intro-gran-pri {
    flex-direction: column;
  }

  .wrapp-button-intro-gran-pri .button {
    width: 100%;
  }

  .bottom-text-intro-gran-pri {
    text-align: center;
    margin-top: 32px;
  }

  .wrapp-title-text-event-amur h2 {
    font-size: 24px;
  }

  .desc-event-amur p {
    font-size: 16px;
  }

  .item-point-event-amur {
    width: 315px;
  }

  .wrapp-main-water {
    padding: 50px 20px;
  }

  .wrapp-main-water h2 {
    font-size: 24px;
  }

  .desc-main-water {
    font-size: 16px;
  }

  .image-slide-main-water {
    height: 180px;
  }

  .wrapp-content-slide-main-water {
    padding: 24px;
  }

  .title-slide-main-water {
    font-size: 18px;
  }

  .desc-slide-main-water {
    font-size: 14px;
  }

  .tag-slide-main-water {
    font-size: 12px;
    text-transform: uppercase;
  }

  .wrapp-main-water {
    padding-bottom: 120px;
  }

  .wrapp-swiper-main-water .nav-main-water {
    display: flex;
    top: auto;
    transform: translate(0, 0);
    bottom: -80px;
  }

  .wrapp-swiper-main-water .prev-main-water {
    left: 50%;
    transform: translate(-120%, 0);
  }

  .wrapp-swiper-main-water .next-main-water {
    right: 50%;
    transform: translate(120%, 0);
  }

  .title-event-family h2 {
    font-size: 24px;
  }

  .desc-event-family-title p:first-child {
    font-size: 16px;
  }

  .swiper-event-family .swiper-slide {
    max-width: 315px;
  }

  .image-slide-event-family {
    height: 220px;
  }

  .content-one-festival {
    padding: 32px 24px;
  }

  .content-one-festival h2 {
    font-size: 24px;
  }

  .desc-one-festival {
    font-size: 14px;
    gap: 16px;
  }

  .item-advante-one-festival {
    width: 290px;
    padding: 24px;
  }

  .title-advant-one-festival {
    font-size: 18px;
  }

  .desc-advant-one-festival {
    font-size: 16px;
  }

  .point-advante-one-festival {
    font-size: 14px;
  }

  .avant-one-festival {
    gap: 12px;
  }

  .bg-fd-scale {
    height: 250px;
  }

  .content-fd-scale {
    padding: 32px 24px;
  }

  .content-fd-scale h2 {
    font-size: 24px;
  }

  .tag-fd-scale {
    font-size: 14px;
  }

  .desc-fd-scale {
    font-size: 14px;
    gap: 16px;
  }

  .title-four-day-amur h2 {
    font-size: 24px;
  }

  .desc-four-day-amur p {
    font-size: 16px;
  }

  .swiper-four-day-amur .swiper-slide {
    max-width: 315px;
  }

  .swiper-four-day-amur {
    margin-top: 32px;
  }

  .content-afisha-amur h2 {
    font-size: 24px;
    text-align: center;
    margin-top: 24px;
  }

  .desc-afisha-amur {
    font-size: 14px;
    text-align: center;
  }

  .tag-afisha-amur {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .content-afisha-amur {
    left: 0px;
    bottom: 0px;
    padding: 20px;
    box-sizing: border-box;
  }

  .programm-festival {
    width: 100%;
    margin-top: 32px;
    text-align: center;
    justify-content: center;
  }
}

.row-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 28px;
  box-sizing: border-box;
  background-color: rgb(245, 246, 246);
  border-radius: 32px;
}

header {
  margin-top: 24px;
}

.wrapp-menu-header {
  display: flex;
  align-items: center;
  gap: 38px;
}

.menu-header ul {
  display: flex;
  align-items: center;
  gap: 32px;
}

.menu-header ul li {
  list-style-type: none;
  color: #000;
  font-size: 14px;
  line-height: 100%;
  font-family: "Bounded";
}

.menu-header ul li a {
  color: #000;
  font-size: 14px;
  line-height: 100%;
  font-family: "Bounded";
}

.menu-header ul li a:hover {
  color: rgb(238, 32, 32);
}

.hus-sub-menu {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  position: relative;
}

.hus-sub-menu .sub-menu {
  flex-direction: column;
  gap: 9px;
  background-color: #fff;
  box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.05);
  padding: 24px;
  border-radius: 32px;
  position: absolute;
  width: 250px;
  box-sizing: border-box;
  left: 0;
  bottom: -20px;
  transform: translate(-30%, 100%);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}

.hus-sub-menu .sub-menu li a {
  color: #000 !important;
  text-align: center;
}

.hus-sub-menu .sub-menu li a:hover {
  color: rgb(238, 32, 32) !important;
}

.hus-sub-menu.is-open {
  color: rgb(238, 32, 32) !important;
}

.hus-sub-menu.is-open svg {
  transform: rotate(180deg);
}

.hus-sub-menu.is-open svg path {
  stroke: rgb(238, 32, 32) !important;
}

.hus-sub-menu.is-open .sub-menu {
  opacity: 1;
  visibility: visible;
}

.button-header {
  display: flex;
  align-items: center;
  gap: 6px;
}

.button-header:hover {
  opacity: 0.7;
}

header.home {
  position: absolute;
  width: 100%;
  top: 26px;
  z-index: 2;
}

header.home .row-header {
  background: transparent;
  padding: 0 32px;
}

header.home .menu-header ul li {
  color: #fff;
}

header.home .menu-header ul li a {
  color: #fff;
}

header.home .menu-header ul li a:hover {
  color: rgb(238, 32, 32);
}

header.home .hus-sub-menu svg path {
  stroke: #fff;
}

header.scroll {
  background-color: #fff;
  padding: 17px 0;
  box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.03);
  position: fixed;
  top: 0;
  margin: 0;
  width: 100%;
  z-index: 999;
}

header.scroll .row-header {
  padding: 0;
  background: transparent;
}

header.scroll .menu-header ul li {
  color: #000;
}

header.scroll .menu-header ul li a {
  color: #000;
}

header.scroll .menu-header ul li a:hover {
  color: rgb(238, 32, 32);
}

header.scroll .hus-sub-menu svg path {
  stroke: #000;
}

.open-menu {
  display: none;
}

.logo-mob,
.close-menu {
  display: none;
}

@media (max-width: 1379px) {
  .menu-header {
    position: absolute;
    background-color: #fff;
    height: 100vh;
    padding: 28px 43px 28px 32px;
    box-sizing: border-box;
    width: 100%;
    max-width: 362px;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
	  z-index: 5;
  }

  .menu-header ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    margin-top: 32px;
  }

  .menu-header.active {
    opacity: 1;
    visibility: visible;
  }

  .logo-mob {
    display: block;
  }

  .close-menu {
    display: block;
    cursor: pointer;
    background: transparent;
    padding: 0;
    border: none;
    position: absolute;
    top: 24px;
    right: 24px;
  }

  .open-menu {
    display: block;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
  }

  .wrapp-menu-header {
    gap: 32px;
  }

  header.home .open-menu svg path {
    stroke: #fff;
  }

  header.scroll .open-menu svg path {
    stroke: #000 !important;
  }

  .hus-sub-menu {
    flex-wrap: wrap;
    gap: 0 8px;
  }

  .hus-sub-menu .sub-menu {
    visibility: visible;
    opacity: 1;
    position: static;
    width: 100%;
    padding: 0;
    transform: translate(0, 0);
    margin: 0;
    background: transparent;
    box-shadow: none;
    gap: 8px;
    height: auto;
    max-height: 0;
    overflow: hidden;
    border-radius: 0;
  }

  .hus-sub-menu .sub-menu li a {
    font-weight: 300;
    font-size: 12px;
  }

  .hus-sub-menu.is-open .sub-menu {
    max-height: 5000px;
    padding-top: 16px;
  }
}

@media (max-width: 899px) {
  .menu-header {
    padding: 28px 15px 28px 24px;
    max-width: 326px;
  }

  .logo-header img {
    width: 134px;
  }

  .button-header {
    width: 109px;
    padding: 16px 0;
    justify-content: center;
  }

  .button-header svg {
    display: none;
  }

  header.home .row-header {
    padding: 0 20px;
  }

  .wrapp-menu-header {
    gap: 16px;
  }
}

.wrapp-intro-main {
  position: relative;
  height: 549px;
  border-radius: 52px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px 57px;
  box-sizing: border-box;
  margin-top: 24px;
}

.wrapp-intro-main::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 52px;
  z-index: 1;
}

.wrapp-intro-main h1 {
  position: relative;
  z-index: 1;
  color: #fff;
  margin-top: 21px;
}

.bg-intro-main {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  border-radius: 52px;
}

.date-intro-main {
  position: relative;
  z-index: 1;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  line-height: 100%;
  padding: 16px;
  box-sizing: border-box;
  width: fit-content;
  border-radius: 20px;
}

.after-title-intro-main {
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  font-family: "Bounded";
  font-weight: 600;
  margin-top: 3px;
  z-index: 1;
  position: relative;
}

.section-time-is-open {
  margin-top: 24px;
}

.wrapp-time-is-open {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(245, 246, 246);
  padding: 24px 32px;
  border-radius: 32px;
}

.wrapp-time-is-open .button {
  width: 182px;
  padding: 23.5px 0;
}

.time-is-open-wrapper {
  display: flex;
  align-items: center;
  gap: 34px;
}

.text-time-is-open {
  max-width: 131px;
  line-height: 24px;
  letter-spacing: -0.02em;
}

.time-is-open {
  display: flex;
  gap: 7px;
}

.time-is-open span {
  font-size: 16px;
  line-height: 100%;
  font-family: "Bounded";
  margin-top: 15px;
}

.item-time-is-open {
  text-align: center;
}

.value-time-is-open {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  font-family: "Bounded";
  letter-spacing: 0;
  padding: 11px 13px;
  border-radius: 16px;
  background-color: rgb(237, 237, 237);
  width: 64px;
  box-sizing: border-box;
}

.label-time-is-open {
  font-size: 14px;
  line-height: 22px;
  color: rgb(83, 85, 86);
}

.partners {
  margin-top: 24px;
}

.wrapp-partners {
  display: flex;
  align-items: center;
  gap: 90px;
  padding: 14px 16px 14px 32px;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 32px;
}

.title-partners {
  max-width: 165px;
  font-size: 20px;
  line-height: 28px;
}

.partners-list {
  display: flex;
  align-items: center;
  gap: 12px;
}

.item-partners {
  width: calc((100% - 24px) / 3);
  background-color: rgb(245, 246, 246);
  padding: 24px;
  box-sizing: border-box;
  border-radius: 32px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.logo-partners {
  flex-shrink: 0;
  width: 64px;
  object-position: center;
  object-fit: contain;
}

.name-partners {
  font-size: 14px;
  line-height: 24px;
}

.info-festival {
  margin-top: 24px;
}

.wrapp-info-festival {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(245, 246, 246);
  padding: 32px;
  border-radius: 32px;
  box-sizing: border-box;
}

.wrapp-info-festival .button {
  width: 182px;
  padding: 23.5px 0;
}

.wrapp-text-info-festival {
  display: flex;
  align-items: center;
  gap: 32px;
}

.first-text-info-festival {
  font-size: 14px;
  line-height: 24px;
  max-width: 385px;
}

.secont-text-info-festival {
  color: rgb(83, 85, 86);
  max-width: 494px;
}

.list-program-festival {
  margin-top: 32px;
}

.wrapp-swiper-program-festival {
  position: relative;
}

.image-slide-program-festival {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 32px;
}

.name-program-slide-festival {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  max-width: 205px;
  margin: 18px auto 0;
}

.desc-program-slide-festival {
  margin-top: 6px;
  text-align: center;
  color: rgb(83, 85, 86);
}

.nav-swiper-program {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  padding: 0;
  border: none;
  background-color: rgb(238, 32, 32);
  cursor: pointer;
  position: absolute;
  top: 64px;
  z-index: 5;
}

.nav-swiper-program.prev {
  left: 0;
  transform: translate(-50%, 0);
}

.nav-swiper-program.next {
  right: 0;
  transform: translate(50%, 0);
}

.nav-swiper-program:hover {
  opacity: 0.9;
}

.nav-swiper-program.swiper-button-disabled {
  background-color: rgb(242, 242, 242);
}

.nav-swiper-program.swiper-button-disabled svg path {
  fill: rgb(224, 224, 224);
}

.amure-mile {
  margin-top: 140px;
}

.wrapp-amure-mile {
  position: relative;
  border-radius: 52px;
  padding: 12px;
  box-sizing: border-box;
}

.bg-amure-mile {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 52px;
}

.content-amure-mile {
  background-color: rgb(245, 246, 246);
  padding: 48px;
  box-sizing: border-box;
  width: 100%;
  max-width: 581px;
  border-radius: 48px;
  position: relative;
}

.before-title-amure-mile {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.02em;
}

.desc-amure-mile {
  margin-top: 32px;
  color: rgb(44, 46, 47);
}

.point-amure-mile {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.point-amure-mile li {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgb(44, 46, 47);
}

.point-amure-mile li svg {
  flex-shrink: 0;
}

.wrapp-button-amure-mile {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
}

.wrapp-button-amure-mile .button {
  width: 180px;
  padding: 22.5px 0;
}

.merch-main {
  margin-top: 140px;
}

.wrapp-title-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-title-section {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-title-section .button {
  width: 180px;
  padding: 22.5px 0;
}

.wrapp-slider-nav-section {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-slide-section {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border: none;
  padding: 0;
}

.nav-slide-section:hover {
  opacity: 0.9;
}

.nav-slide-section.swiper-button-disabled {
  background-color: rgb(242, 242, 242);
}

.nav-slide-section.swiper-button-disabled svg path {
  fill: rgb(224, 224, 224);
}

.swiper-merch {
  margin-top: 48px;
}

.image-slide-merch {
  width: 100%;
  height: 350px;
  border-radius: 48px;
  object-fit: cover;
  object-position: center;
}

.category-slide-merch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  box-sizing: border-box;
  margin-top: 20px;
}

.category-slide-merch p {
  color: rgb(131, 135, 137);
  font-size: 14px;
  line-height: 26px;
}

.name-merch-slide {
  color: #000;
  margin-top: 8px;
  letter-spacing: -0.02em;
  padding: 0 8px;
  box-sizing: border-box;
}

.price-merch-slide {
  color: rgb(238, 32, 32);
  margin-top: 4px;
  letter-spacing: -0.02em;
  font-size: 14px;
  line-height: 26px;
  padding: 0 8px;
  box-sizing: border-box;
}

.news-main {
  margin-top: 140px;
}

.swiper-news {
  margin-top: 48px;
}

.image-news-slide {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 48px;
}

.wrapp-name-news-slide {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}

.wrapp-name-news-slide svg {
  flex-shrink: 0;
}

.name-news-slide {
  color: #000;
  letter-spacing: -0.02em;
}

.mobil-catalog-merch {
  display: none;
}

@media (max-width: 1379px) {
  .wrapp-intro-main {
    padding: 32px;
  }

  .wrapp-intro-main h1 {
    margin-top: 32px;
  }

  .after-title-intro-main {
    margin-top: 12px;
    font-size: 16px;
    line-height: 100%;
  }

  .date-intro-main {
    font-size: 12px;
  }

  .text-time-is-open {
    font-size: 14px;
  }

  .wrapp-time-is-open .button {
    flex-shrink: 0;
  }

  .wrapp-partners {
    flex-direction: column;
    gap: 24px;
  }

  .title-partners {
    max-width: 100%;
    text-align: center;
  }

  .partners-list {
    align-items: stretch;
  }

  .item-partners {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    justify-content: space-between;
  }

  .wrapp-info-festival {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }

  .wrapp-text-info-festival {
    flex-direction: column;
    gap: 32px;
  }

  .first-text-info-festival,
  .secont-text-info-festival {
    max-width: 100%;
  }

  .nav-swiper-program {
    display: none;
  }

  .swiper-program-festival {
    overflow: visible !important;
  }

  .list-program-festival {
    overflow: hidden;
  }

  .amure-mile {
    margin-top: 100px;
  }

  .bg-amure-mile {
    position: static;
    height: 401px;
    width: 100%;
  }

  .content-amure-mile {
    padding: 0;
    background: transparent;
    margin-top: 32px;
    max-width: 100%;
  }

  .wrapp-amure-mile {
    background-color: rgb(245, 246, 246);
    padding: 48px;
    border-radius: 48px;
    box-sizing: border-box;
  }

  .merch-main,
  .news-main {
    margin-top: 100px;
  }
}

@media (max-width: 899px) {
  .wrapp-intro-main {
    align-items: center;
    text-align: center;
    padding: 20px 38px;
  }

  .after-title-intro-main {
    margin-top: 12px;
    font-size: 14px;
  }

  .section-time-is-open {
    margin-top: 16px;
  }

  .time-is-open-wrapper {
    flex-direction: column;
    gap: 16px;
  }

  .wrapp-time-is-open {
    flex-direction: column;
    gap: 32px;
    padding: 20px 18px;
  }

  .wrapp-time-is-open .button {
    width: 291px;
  }

  .text-time-is-open {
    max-width: 100%;
  }

  .partners-list {
    flex-direction: column;
  }

  .item-partners {
    width: 100%;
    flex-direction: row;
    gap: 24px;
  }

  .item-partners:last-child {
    gap: 7px;
  }

  .name-partners {
    font-size: 12px;
  }

  .logo-partners {
    width: 48px;
  }

  .wrapp-partners {
    padding: 24px;
  }

  .partners {
    margin-top: 16px;
  }

  .info-festival {
    margin-top: 16px;
  }

  .wrapp-info-festival {
    padding: 24px;
  }

  .wrapp-info-festival .button {
    width: 100%;
  }

  .wrapp-slider-nav-section {
    display: none;
  }

  .list-program-festival {
    margin-top: 32px;
  }

  .amure-mile {
    margin-top: 80px;
  }

  .wrapp-amure-mile {
    padding: 24px;
  }

  .bg-amure-mile {
    height: 220px;
  }

  .desc-amure-mile {
    font-size: 14px;
    margin-top: 16px;
  }

  .point-amure-mile {
    margin-top: 24px;
    gap: 12px;
  }

  .point-amure-mile li {
    font-size: 14px;
  }

  .wrapp-button-amure-mile {
    flex-direction: column;
    gap: 16px;
  }

  .wrapp-button-amure-mile .button {
    width: 100%;
  }

  .merch-main {
    margin-top: 80px;
  }

  .merch-main h2 {
    max-width: 277px;
  }

  .merch-main .wrapp-title-section .nav-title-section {
    display: none;
  }

  .swiper-merch {
    margin-top: 32px;
  }

  .mobil-catalog-merch {
    display: block;
    width: 100%;
    margin-top: 16px;
    padding: 22.5px 0;
  }

  .news-main {
    margin-top: 80px;
  }
}

.title-media-page {
  text-align: center;
  margin-top: 30px;
  font-size: 40px;
  text-transform: none;
  font-weight: 400;
}

.online-translation {
  margin-top: 32px;
}

.wrapp-online-translation {
  background-color: rgb(248, 248, 248);
  padding: 32px;
  box-sizing: border-box;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.title-online-translation {
  font-size: 20px;
  font-family: "Bounded";
  display: flex;
  align-items: center;
  gap: 10px;
}

.desc-online-translation {
  margin-top: 12px;
  color: rgb(83, 85, 86);
}

.gallery-media {
  margin-top: 32px;
}

.wrapp-gallery-media {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.item-gallery-media {
  width: calc((100% - 96px) / 4);
}

.item-gallery-media img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 48px;
}

.button-more-gallery {
  margin: 32px auto 0;
}

.button-more-gallery[hidden],
.item-gallery-media[hidden] {
  display: none;
}

.video-gallery h2 {
  text-align: center;
}

.wrapp-swiper-video-gallerey {
  position: relative;
  margin-top: 32px;
}

.swiper-video-gallery .swiper-slide {
  width: 100%;
  max-width: 674px;
  position: relative;
  border-radius: 48px;
  overflow: hidden;
}

.swiper-video-gallery .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0.71));
}

.swiper-video-gallery .swiper-slide img {
  width: 100%;
  height: 374px;
  object-fit: cover;
}

.swiper-video-gallery .swiper-slide svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.prev-video-gallerey {
  left: 0;
  transform: translate(-50%, -50%);
}

.next-video-gallerey {
  right: 0;
  transform: translate(50%, -50%);
}

.wrapp-materials-media {
  display: flex;
  gap: 32px;
}

.item-materials-media {
  width: calc(50% - 16px);
  background-color: rgb(242, 242, 242);
  padding: 48px;
  border-radius: 48px;
  box-sizing: border-box;
}

.list-materials-media {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.item-list-materials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.item-list-materials img {
  flex-shrink: 0;
}

.name-materials-media {
  font-family: "Bounded";
}

.url-materials-media {
  color: rgb(238, 32, 32);
  margin-top: 2px;
}

@media (max-width: 1379px) {
  .title-media-page {
    text-align: left;
  }

  .wrapp-online-translation {
    flex-direction: column;
    align-items: flex-start;
  }

  .wrapp-gallery-media {
    gap: 24px;
  }

  .item-gallery-media {
    width: calc((100% - 48px) / 3);
  }

  .item-gallery-media img {
    height: 180px;
  }

  .wrapp-swiper-video-gallerey .nav-main-water {
    display: flex;
  }

  .swiper-video-gallery .swiper-slide {
    max-width: calc(50% - 12px);
  }

  .swiper-video-gallery .swiper-slide img {
    height: 250px;
  }

  .wrapp-materials-media {
    flex-direction: column;
    gap: 24px;
  }

  .item-materials-media {
    width: 100%;
    padding: 32px;
  }
}

@media (max-width: 899px) {
  .title-media-page {
    font-size: 24px;
  }

  .wrapp-gallery-media {
    gap: 12px;
  }

  .item-gallery-media {
    width: calc(50% - 6px);
  }

  .item-gallery-media img {
    height: 120px;
    border-radius: 32px;
  }

  .swiper-video-gallery .swiper-slide {
    max-width: 100%;
  }

  .swiper-video-gallery .swiper-slide img {
    height: 220px;
  }

  .wrapp-swiper-video-gallerey .prev-video-gallerey {
    top: auto;
    transform: translate(-110%, 0);
    bottom: -80px;
    left: 50%;
  }

  .wrapp-swiper-video-gallerey .next-video-gallerey {
    top: auto;
    transform: translate(110%, 0);
    bottom: -80px;
    right: 50%;
  }

  .materials-media {
    margin-top: 140px !important;
  }

  .item-materials-media h2 {
    text-align: center;
  }

  .icon-materials-media {
    width: 40px;
  }
}

.title-new-page {
  text-align: center;
  margin-top: 30px;
  text-transform: none;
  font-weight: 400;
}

.filter-news {
  margin: 32px auto 0;
  max-width: 1107px;
  display: flex;
  align-items: center;
}

.filter-new-item {
  padding: 22.5px 24px;
  border-radius: 24px;
  border: none;
  background-color: transparent;
  font-size: 14px;
  line-height: 100%;
  font-family: "Bounded";
  font-weight: 400;
  cursor: pointer;
}

.filter-new-item.active {
  background-color: rgb(245, 246, 246);
}

.show-more-filter {
  font-family: "Bounded";
  font-weight: 400;
  font-size: 14px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 24px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.show-more-filter span {
  background-color: rgb(255, 235, 235);
  padding: 6px 8px;
  color: rgb(238, 32, 32);
  border-radius: 31px;
}

.catalog-news {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 64px 48px;
}

.item-news {
  width: calc((100% - 144px) / 4);
}

.more-load-news {
  margin: 64px auto 0;
}

.more-load-news[hidden],
.news-filter-modal[hidden],
.news-catalog-status[hidden] {
  display: none;
}

.catalog-news.is-loading {
  opacity: 0.45;
  pointer-events: none;
}

.news-catalog-status {
  margin-top: 48px;
  text-align: center;
  color: rgb(131, 135, 137);
}

.show-more-filter.active {
  background-color: rgb(245, 246, 246);
}

body.news-filter-modal-open {
  overflow: hidden;
}

.news-filter-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(22, 25, 26, 0.28);
}

.news-filter-modal__dialog {
  box-sizing: border-box;
  width: 100%;
  max-width: 720px;
  min-height: min(560px, calc(100vh - 48px));
  max-height: calc(100vh - 48px);
  padding: 40px;
  overflow-y: auto;
  border-radius: 40px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.08);
}

.news-filter-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.news-filter-modal__header h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  text-transform: none;
}

.news-filter-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  flex-shrink: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.news-filter-modal__close:hover,
.news-filter-modal__close:focus-visible {
  background-color: rgb(245, 246, 246);
}

.news-filter-modal__categories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 12px;
  margin-top: 20px;
}

.news-modal-filter-item {
  width: max-content;
  max-width: 100%;
  min-width: 0;
  padding: 12px 16px;
  justify-self: start;
  border: 0;
  border-radius: 24px;
  background: transparent;
  color: rgb(0, 0, 0);
  font-family: "Bounded";
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
}

.news-modal-filter-item:hover,
.news-modal-filter-item:focus-visible,
.news-modal-filter-item.active {
  background-color: rgb(245, 246, 246);
}

@media (max-width: 899px) {
  .news-filter-modal {
    align-items: flex-end;
    padding: 12px;
  }

  .news-filter-modal__dialog {
    min-height: 0;
    max-height: calc(100vh - 24px);
    padding: 24px 20px;
    border-radius: 32px;
  }

  .news-filter-modal__header h2 {
    font-size: 20px;
  }

  .news-filter-modal__categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-modal-filter-item {
    padding: 12px;
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .news-filter-modal__categories {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1379px) {
  .filter-news {
    overflow: auto;
  }

  .filter-new-item {
    flex-shrink: 0;
  }

  .catalog-news {
    gap: 48px 24px;
  }

  .catalog-news .name-news-slide {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .catalog-news .image-news-slide {
    height: 160px;
  }

  .item-news {
    width: calc((100% - 48px) / 3);
  }

  .title-new-page {
    text-align: left;
  }

  .show-more-filter {
    flex-shrink: 0;
  }

  .more-load-news {
    margin: 48px auto 0;
  }
}

@media (max-width: 899px) {
  .filter-new-item {
    padding: 15.5px 16px;
  }

  .show-more-filter {
    padding: 15.5px 16px;
  }

  .catalog-news {
    gap: 32px 12px;
  }

  .catalog-news .image-news-slide {
    height: 120px;
    border-radius: 32px;
  }

  .item-news {
    width: calc(50% - 6px);
  }

  .more-load-news {
    margin: 32px auto 0;
  }
}

.image-not-found {
  margin: 0 auto;
}

.not-found h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto;
  text-transform: none;
}

.not-found p {
  text-align: center;
  margin-top: 16px;
}

.button-404 {
  margin: 64px auto 0;
}

@media (max-width: 899px) {
  .image-not-found {
    width: 100%;
  }

  .not-found h1 {
    font-size: 24px;
  }

  .button-404 {
    margin: 32px auto 0;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}

.breadcrumbs a {
  display: flex;
  color: rgb(121, 119, 119);
  flex-shrink: 0;
}

.breadcrumbs span {
  color: rgb(219, 219, 219);
  flex-shrink: 0;
}

.breadcrumbs p {
  min-width: 0;
  font-family: "Bounded";
  font-weight: 300;
  line-height: 100%;
  font-size: 14px;
  overflow-wrap: anywhere;
}

.privacy-title {
  margin-top: 48px;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.content-privacy {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: rgb(83, 85, 86);
  overflow-wrap: break-word;
}

.content-privacy h2,
.content-privacy h3 {
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 40px;
}

.content-privacy h2:first-child,
.content-privacy h3:first-child {
  margin: 0;
}

.content-privacy ul {
  margin-left: 20px;
}

.content-privacy a {
  color: rgb(83, 85, 86);
  overflow-wrap: anywhere;
}

.privacy-policy__table-wrap,
.cookie-policy__table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 24px 0;
  -webkit-overflow-scrolling: touch;
}

.privacy-policy__table,
.cookie-policy__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.5;
  color: #222;
}

.privacy-policy__table th,
.privacy-policy__table td,
.cookie-policy__table th,
.cookie-policy__table td {
  padding: 14px 16px;
  border: 1px solid #d9d9d9;
  text-align: left;
  vertical-align: top;
}

.privacy-policy__table th,
.cookie-policy__table th {
  width: 280px;
  font-weight: 600;
  background: #f5f5f5;
}

.privacy-policy__table td,
.cookie-policy__table td {
  background: #fff;
}

.privacy-policy__table ul,
.cookie-policy__table ul {
  margin: 0;
  padding-left: 20px;
}

.privacy-policy__table li,
.cookie-policy__table li {
  margin-bottom: 4px;
}

.privacy-policy__table li:last-child,
.cookie-policy__table li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1379px) {
  .breadcrumbs {
    margin-top: 24px;
  }

  .privacy-title {
    margin-top: 40px;
    font-size: 28px;
    line-height: 40px;
  }

  .content-privacy {
    gap: 12px;
  }

  .content-privacy h2,
  .content-privacy h3 {
    margin-top: 32px;
  }

  .privacy-policy__table,
  .cookie-policy__table {
    font-size: 15px;
    line-height: 24px;
  }

  .privacy-policy__table th,
  .privacy-policy__table td,
  .cookie-policy__table th,
  .cookie-policy__table td {
    padding: 12px 14px;
  }

  .privacy-policy__table th,
  .cookie-policy__table th {
    width: 220px;
  }
}

@media (max-width: 899px) {
  .breadcrumbs {
    gap: 6px;
    margin-top: 20px;
  }

  .breadcrumbs p {
    font-size: 12px;
    line-height: 18px;
  }

  .privacy-title {
    margin-top: 28px;
    font-size: 24px;
    line-height: 32px;
  }

  .content-privacy {
    margin-top: 14px;
    gap: 12px;
    font-size: 14px;
    line-height: 22px;
  }

  .content-privacy h2,
  .content-privacy h3 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 28px;
  }

  .content-privacy ul {
    margin-left: 16px;
  }

  .privacy-policy__table-wrap,
  .cookie-policy__table-wrap {
    overflow: visible;
    margin: 16px 0;
  }

  .privacy-policy__table,
  .privacy-policy__table tbody,
  .privacy-policy__table tr,
  .privacy-policy__table th,
  .privacy-policy__table td,
  .cookie-policy__table,
  .cookie-policy__table tbody,
  .cookie-policy__table tr,
  .cookie-policy__table th,
  .cookie-policy__table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .privacy-policy__table,
  .cookie-policy__table {
    font-size: 14px;
    line-height: 22px;
  }

  .privacy-policy__table tbody,
  .cookie-policy__table tbody {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .privacy-policy__table tr,
  .cookie-policy__table tr {
    overflow: hidden;
    border: 1px solid #d9d9d9;
    border-radius: 16px;
    background: #fff;
  }

  .privacy-policy__table th,
  .privacy-policy__table td,
  .cookie-policy__table th,
  .cookie-policy__table td {
    border: 0;
    padding: 12px;
  }

  .privacy-policy__table th,
  .cookie-policy__table th {
    border-bottom: 1px solid #d9d9d9;
  }

  .privacy-policy__table ul,
  .cookie-policy__table ul {
    padding-left: 18px;
  }

  .cookie-policy__table thead {
    display: none;
  }

  .cookie-policy__table td {
    overflow-wrap: anywhere;
  }

  .cookie-policy__table td::before {
    content: attr(data-label);
    display: block;
    color: #000;
    font-weight: 600;
    margin-bottom: 4px;
  }

  .cookie-policy__table td:not(:last-child) {
    border-bottom: 1px solid #d9d9d9;
  }
}

.single-news-page {
  margin-top: 48px;
}

.wrapp-single-news {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}

.content-single-news {
  width: 100%;
  max-width: 638px;
}

.content-single-news h1 {
  text-transform: none;
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
}

.tag-single-news {
  margin-top: 16px;
  color: rgb(131, 135, 137);
  font-size: 14px;
}

.wrapp-gallery-single-news {
  width: 100%;
  max-width: 662px;
  position: relative;
}

.wrapp-content-single-news {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wrapp-content-single-news p,
.wrapp-content-single-news li {
  color: rgb(83, 85, 86);
}

.wrapp-content-single-news h2 {
  font-size: 24px;
  line-height: 120%;
  margin-top: 64px;
  font-weight: 300;
}

.wrapp-content-single-news h2:first-child {
  margin: 0;
}

.wrapp-content-single-news h3 {
  font-size: 18px;
  line-height: 120%;
  margin-top: 64px;
  font-weight: 300;
  font-family: "Bounded";
}

.wrapp-content-single-news h3:first-child {
  margin: 0;
}

.swiper-gallery-news .swiper-slide img {
  width: 100%;
  height: 414px;
  object-fit: cover;
  border-radius: 52px;
}

.nav-galley-news {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 32px;
  right: 32px;
  z-index: 2;
}

.button-nav-gallery-news {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(32px);
  border: none;
  cursor: pointer;
}

@media (max-width: 1379px) {
  .wrapp-single-news {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .wrapp-gallery-single-news {
    max-width: 100%;
  }

  .swiper-gallery-news .swiper-slide img {
    height: 400px;
  }

  .single-news-page {
    margin-top: 32px;
  }

  .content-single-news {
    max-width: 100%;
  }

  .wrapp-content-single-news {
    margin-top: 16px;
  }

  .wrapp-content-single-news h2 {
    margin-top: 16px;
  }

  .wrapp-content-single-news h3 {
    margin-top: 16px;
  }
}

@media (max-width: 899px) {
  .swiper-gallery-news .swiper-slide img {
    height: 180px;
  }

  .nav-galley-news {
    right: 16px;
    bottom: 16px;
  }

  .button-nav-gallery-news {
    width: 32px;
    height: 32px;
  }

  .button-nav-gallery-news svg {
    width: 14px;
    height: 13px;
  }

  .content-single-news h1 {
    font-size: 20px;
    line-height: 32px;
  }.coockie-popup{
		right: 0;
	}
}
