@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap");
@font-face {
  font-family: Ouvality;
  src: url("../fonts/Ouvality.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
*, ul, ol, li, a {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  background: #0F0C0C;
}

.wrapper {
  overflow: hidden;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1299px) {
  .container {
    max-width: 1100px;
    padding: 0 20px;
  }
}
@media (max-width: 1099px) {
  .container {
    max-width: 604px;
    width: 100%;
    padding: 0 10px;
  }
}

.lc_row {
  display: flex;
  flex-wrap: wrap;
}

.section_title {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-family: Ouvality;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 57.6px */
}

.section_bg {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.red_btn {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  align-items: center;
}
.red_btn span {
  color: #FB1F1F;
  text-align: center;
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
}

.advantages_info {
  display: flex;
  flex-direction: column;
  gap: 100px 0;
  max-width: 860px;
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 1099px) {
  .advantages_info {
    max-width: 604px;
    width: 100%;
  }
}
@media (max-width: 603px) {
  .advantages_info {
    max-width: 100%;
  }
}
.advantages_info .lc_row {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  align-items: center;
}
.advantages_info .item_title {
  color: #FFF;
  text-align: center;
  font-family: Oswald;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 57.6px */
  text-transform: uppercase;
}
@media (max-width: 1099px) {
  .advantages_info .item_title {
    font-size: 28px;
  }
}
@media (max-width: 603px) {
  .advantages_info .item_title {
    color: #FFF;
    text-align: center;
    font-family: Oswald;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 26.4px */
    text-transform: uppercase;
  }
}
.advantages_info .item_description {
  color: #FFF;
  text-align: center;
  font-family: "Inter Tight";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -0.22px;
}
@media (max-width: 1099px) {
  .advantages_info .item_description {
    font-size: 18px;
  }
}

.item_section_title {
  color: #FFF6B1;
  text-align: center;
  font-family: Ouvality;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 57.6px */
}
@media (max-width: 1099px) {
  .item_section_title {
    font-size: 28px;
  }
}

.family {
  display: flex;
  align-items: start;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.family .family_item {
  width: 100%;
  max-width: 420px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.family .family_item .item_img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-bottom: 16px;
  max-height: 300px;
  margin-bottom: 16px;
  overflow: hidden;
  object-position: top center;
}
.family .family_item .item_img img {
  width: 100%;
  height: 100%;
}
.family .family_item .item_title {
  color: #FFF;
  text-align: center;
  font-family: Oswald;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 33.6px */
  text-transform: uppercase;
  margin-bottom: 8px;
}
.family .family_item .item_description {
  color: #FFF;
  text-align: center;
  font-family: "Inter Tight";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.18px;
}

.video_play_btn, .video_playback_time {
  height: 80px;
  width: 80px;
  border-radius: 100px;
  background: #FB1F1F;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s all ease;
}
.video_play_btn:hover, .video_playback_time:hover {
  background: #AD0000;
}

.left_button, .right_button, .item_left_btn, .item_right_btn, .left_side_btn, .right_side_btn, .left_btn, .right_btn, .l_button, .r_button {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: 0.3s all ease;
}
.left_button:hover, .right_button:hover, .item_left_btn:hover, .item_right_btn:hover, .left_side_btn:hover, .right_side_btn:hover, .left_btn:hover, .right_btn:hover, .l_button:hover, .r_button:hover {
  background-color: rgb(255, 255, 255);
}
.left_button:hover svg path, .right_button:hover svg path, .item_left_btn:hover svg path, .item_right_btn:hover svg path, .left_side_btn:hover svg path, .right_side_btn:hover svg path, .left_btn:hover svg path, .right_btn:hover svg path, .l_button:hover svg path, .r_button:hover svg path {
  fill: #120404;
  stroke: #120404;
}
.left_button svg, .right_button svg, .item_left_btn svg, .item_right_btn svg, .left_side_btn svg, .right_side_btn svg, .left_btn svg, .right_btn svg, .l_button svg, .r_button svg {
  transition: 0.3s all ease;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -48px;
  right: 0;
  margin: auto;
  width: max-content;
  position: absolute;
}

.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.8);
  height: 8px;
  width: 8px;
}

.swiper-pagination-bullet-active {
  background: #FFF;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.opacity_in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.opacity_in.visible {
  opacity: 1;
  transform: translateY(0);
}

header {
  padding: 27px 0 45px 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 1099px) {
  header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    padding-bottom: 24px;
    padding-top: 24px;
    background: rgb(18, 4, 4);
    z-index: 10;
  }
}
header.active .contacts {
  display: flex;
}
header.active .lc_row {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #120404;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 24px 35px;
  gap: 24px 0;
  animation: slideDown 0.5s ease forwards;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
header.active .lc_row .mobile_header {
  display: none;
}
header.active .lc_row .open_tab_btn {
  display: none;
}
header.active .lc_row .header_tab {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
  align-items: start;
}
header.active .lc_row .header_tab li a {
  font-size: 22px;
}
header.active .lc_row .header_tab_close_btn {
  display: flex;
  margin-left: auto;
}
header .contacts {
  display: none;
  padding-top: 24px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: auto;
  flex-direction: column;
  gap: 16px 0;
}
header .contacts a {
  color: #FFF;
  font-family: Oswald;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  text-transform: uppercase;
}
header .lc_row {
  align-items: center;
  justify-content: center;
  gap: 0 40px;
}
@media (max-width: 1099px) {
  header .lc_row {
    justify-content: space-between;
  }
}
header .lc_row .mobile_header {
  display: none;
}
@media (max-width: 1099px) {
  header .lc_row .mobile_header {
    display: flex;
  }
}
header .lc_row .header_logo {
  display: flex;
}
@media (max-width: 1099px) {
  header .lc_row .header_logo {
    display: none;
  }
}
header .lc_row .open_tab_btn {
  display: none;
}
@media (max-width: 1099px) {
  header .lc_row .open_tab_btn {
    display: flex;
  }
}
header .lc_row .header_tab_close_btn {
  display: none;
}
header .lc_row .header_tab {
  display: flex;
  align-items: center;
  gap: 0 24px;
}
@media (max-width: 1099px) {
  header .lc_row .header_tab {
    display: none;
  }
}
header .lc_row .header_tab li a {
  color: #FFF;
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
  transition: 0.3s all ease;
}
header .lc_row .header_tab li a:hover {
  color: #FB1F1F;
  text-decoration: underline;
}

.hero {
  background-image: url(../img/hero_bg.png);
  height: 100vh;
  background-position: 50% 25%;
  background-size: cover;
}
@media (max-width: 1728px) {
  .hero {
    background-image: url(../img/hero_bg2.png);
  }
}
@media (max-width: 1448px) {
  .hero {
    background-image: url(../img/hero_bg2.png);
  }
}
@media (max-width: 1099px) {
  .hero {
    padding-top: 118px;
    background-image: url(../img/hero_bg_tablet.png);
  }
}
@media (max-width: 603px) {
  .hero {
    background-image: none;
    padding-top: 83px;
    background: linear-gradient(180deg, rgba(15, 12, 12, 0) 34.24%, #0F0C0C 100%), #120404;
  }
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  /* box-shadow: inset 0 -150px 200px rgba(0, 0, 0, 0.7); */
  bottom: -13%;
  height: 30%;
  left: 0;
  top: auto;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.hero .container {
  height: 100%;
  position: relative;
  z-index: 3;
}
.hero .hero_bg_mobile {
  width: 100%;
  height: 350px;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 23%;
  margin: auto;
}
@media (max-width: 603px) {
  .hero .hero_bg_mobile {
    display: flex;
    z-index: -1;
  }
}
.hero .hero_bg_mobile img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero .hero_information {
  display: flex;
  flex-direction: column;
  max-width: 853px;
  margin: 0 auto;
  height: 100%;
  justify-content: space-between;
  padding-bottom: 12%;
}
@media (max-width: 1099px) {
  .hero .hero_information {
    max-width: 604px;
    width: 100%;
  }
}
@media (max-width: 603px) {
  .hero .hero_information {
    position: relative;
    z-index: 3;
    gap: 59px 0;
    padding-bottom: 18%;
  }
}
.hero .hero_information .top_side {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  align-items: center;
}
.hero .hero_information .top_side .item_creator {
  color: #FFF;
  text-align: center;
  font-family: "Inter Tight";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.18px;
}
.hero .hero_information .top_side .item_title {
  color: #FFF;
  text-align: center;
  font-family: Oswald;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 38.4px */
  text-transform: uppercase;
}
.hero .hero_information .bottom_side {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  align-items: center;
}
.hero .hero_information .bottom_side .item_description {
  color: #FFF;
  text-align: center;
  font-family: "Inter Tight";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -0.22px;
}
@media (max-width: 1099px) {
  .hero .hero_information .bottom_side .item_description {
    font-size: 18px;
  }
}
@media (max-width: 603px) {
  .hero .hero_information .bottom_side .item_description {
    font-size: 14px;
  }
}
@media (max-width: 603px) {
  .hero .hero_information .bottom_side .red_btn {
    max-width: 174px;
    color: #FFF;
    text-align: center;
    font-family: Oswald;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
    text-transform: uppercase;
  }
}

.show {
  background-image: url(../img/show_bg.png);
  padding: 100px 0;
}
@media (max-width: 1099px) {
  .show {
    background-image: url(../img/show_bg_mobile.png);
  }
}
@media (max-width: 603px) {
  .show {
    padding: 50px 0;
    background-image: url(../img/show_bg_mobile_small.png);
  }
}

.theme {
  background-image: url(../img/theme_bg.png);
  padding: 100px 0;
}
@media (max-width: 1099px) {
  .theme {
    background-image: url(../img/theme_bg_tablet.png);
  }
}
@media (max-width: 603px) {
  .theme {
    padding: 50px 0 197px 0;
    background-image: url(../img/theme_bg_mobile.png);
  }
}
.theme .theme_section_swiper {
  position: relative;
  margin-bottom: 148px;
}
@media (max-width: 1099px) {
  .theme .theme_section_swiper .theme_swiper .swiper-wrapper {
    height: 500px;
  }
}
@media (max-width: 603px) {
  .theme .theme_section_swiper .theme_swiper .swiper-wrapper {
    height: 300px;
  }
}
.theme .theme_section_swiper .theme_swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  max-height: 800px;
  width: 100%;
}
.theme .theme_section_swiper .theme_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .theme_item .item_informations {
  bottom: 50px;
}
@media (max-width: 603px) {
  .theme .theme_section_swiper .theme_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .theme_item .item_informations {
    bottom: 32px;
  }
}
.theme .theme_section_swiper .theme_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .theme_item .item_informations .item_title {
  opacity: 1;
  visibility: visible;
}
.theme .theme_section_swiper .theme_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .theme_item .item_informations .item_description {
  opacity: 1;
  visibility: visible;
}
.theme .theme_section_swiper .theme_swiper .swiper-wrapper .swiper-slide .theme_item {
  width: 100%;
  height: 100%;
  position: relative;
  transition: 0.3s all ease;
}
.theme .theme_section_swiper .theme_swiper .swiper-wrapper .swiper-slide .theme_item .item_bg {
  width: 100%;
  height: 100%;
}
.theme .theme_section_swiper .theme_swiper .swiper-wrapper .swiper-slide .theme_item .item_bg img {
  width: 100%;
  height: 100%;
}
.theme .theme_section_swiper .theme_swiper .swiper-wrapper .swiper-slide .theme_item .item_informations {
  position: absolute;
  bottom: -50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 860px;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  align-items: center;
  transition: 0.7s all ease;
}
@media (max-width: 1099px) {
  .theme .theme_section_swiper .theme_swiper .swiper-wrapper .swiper-slide .theme_item .item_informations {
    max-width: 530px;
  }
}
@media (max-width: 603px) {
  .theme .theme_section_swiper .theme_swiper .swiper-wrapper .swiper-slide .theme_item .item_informations {
    max-width: 310px;
  }
}
.theme .theme_section_swiper .theme_swiper .swiper-wrapper .swiper-slide .theme_item .item_informations .item_title {
  color: #FFF;
  text-align: center;
  font-family: Oswald;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 38.4px */
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  transition: 0.7s all ease;
}
@media (max-width: 603px) {
  .theme .theme_section_swiper .theme_swiper .swiper-wrapper .swiper-slide .theme_item .item_informations .item_title {
    color: #FFF;
    text-align: center;
    font-family: Oswald;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 26.4px */
    text-transform: uppercase;
  }
}
.theme .theme_section_swiper .theme_swiper .swiper-wrapper .swiper-slide .theme_item .item_informations .item_description {
  color: #FFF;
  text-align: center;
  font-family: "Inter Tight";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.18px;
  visibility: hidden;
  opacity: 0;
  transition: 0.7s all ease;
}
@media (max-width: 603px) {
  .theme .theme_section_swiper .theme_swiper .swiper-wrapper .swiper-slide .theme_item .item_informations .item_description {
    color: #FFF;
    text-align: center;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
  }
}
@media (max-width: 1099px) {
  .theme .theme_section_swiper .item_buttons {
    display: none;
  }
}
.theme .theme_section_swiper .item_buttons .left_btn, .theme .theme_section_swiper .item_buttons .right_btn {
  position: absolute;
  left: -24px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 4;
}
.theme .theme_section_swiper .item_buttons .right_btn {
  left: auto;
  right: -24px;
}
.theme .item_section_title {
  margin-bottom: 40px;
}
.theme .creators {
  display: flex;
  flex-direction: column;
  gap: 80px 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
@media (max-width: 1099px) {
  .theme .creators {
    max-width: 100%;
  }
}
@media (max-width: 603px) {
  .theme .creators {
    gap: 0 0;
  }
}
.theme .creators .lc_row {
  flex-direction: column;
  gap: 40px 0;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 603px) {
  .theme .creators .lc_row {
    width: 100%;
  }
}
.theme .creators .lc_row .item_title {
  width: 100%;
  height: 51px;
  background: linear-gradient(90deg, rgba(251, 31, 31, 0) 0%, rgba(251, 31, 31, 0.5) 50%, rgba(251, 31, 31, 0) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 264px;
  color: #FFF;
  text-align: center;
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
}
@media (max-width: 1099px) {
  .theme .creators .lc_row .item_title {
    font-size: 14px;
    height: 49px;
  }
}
.theme .creators .lc_row .creators_list {
  display: flex;
  align-items: stretch;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 1299px) {
  .theme .creators .lc_row .creators_list {
    flex-wrap: wrap;
  }
}
@media (max-width: 603px) {
  .theme .creators .lc_row:nth-child(1) .creators_list, .theme .creators .lc_row:nth-child(3) .creators_list, .theme .creators .lc_row:nth-child(6) .creators_list {
    display: none;
  }
}
.theme .creators .lc_row:nth-child(5) .creators_list .creator_name, .theme .creators .lc_row:last-child .creators_list .creator_name {
  max-width: 100%;
}
@media (max-width: 1099px) {
  .theme .creators .lc_row:nth-child(5) .creators_list .creator_name, .theme .creators .lc_row:last-child .creators_list .creator_name {
    max-width: 120px;
  }
}
@media (max-width: 603px) {
  .theme .creators .lc_row:nth-child(8) .creators_list .creator_name, .theme .creators .lc_row:last-child .creators_list .creator_name {
    max-width: 100%;
  }
}
@media (max-width: 603px) {
  .theme .creators .lc_row:nth-child(5), .theme .creators .lc_row:nth-child(8) {
    margin-bottom: 80px;
  }
}
@media (max-width: 1099px) {
  .theme .creators .lc_row:nth-child(5) .creators_list .creator_item {
    max-width: 310px;
  }
}
@media (max-width: 1099px) {
  .theme .creators .lc_row:nth-child(6) .creators_list {
    flex-wrap: wrap;
  }
}
.theme .creator_item {
  flex-direction: column;
  display: flex;
  width: 100%;
  max-width: 310px;
  flex: 0 0 auto;
  align-items: center;
}
@media (max-width: 1099px) {
  .theme .creator_item {
    max-width: 180px;
  }
}
@media (max-width: 603px) {
  .theme .creator_item {
    margin: 0 auto;
    max-width: 100%;
  }
}
.theme .creator_item .item_img {
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
  max-width: 200px;
  max-height: 200px;
}
@media (max-width: 1099px) {
  .theme .creator_item .item_img {
    max-width: 150px;
    max-height: 150px;
  }
}
.theme .creator_item .item_img img {
  width: 100%;
  height: 100%;
}
.theme .creator_item .creator_name {
  color: #FFF;
  text-align: center;
  font-family: Oswald;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 33.6px */
  text-transform: uppercase;
  max-width: 150px;
}
@media (max-width: 1099px) {
  .theme .creator_item .creator_name {
    font-size: 20px;
    max-width: 120px;
  }
}
@media (max-width: 603px) {
  .theme .creator_item .creator_name {
    font-size: 18px;
  }
}
.theme .creator_item .creator_description {
  color: #FFF;
  text-align: center;
  font-family: "Inter Tight";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.18px;
  margin-top: 8px;
}
@media (max-width: 1099px) {
  .theme .creator_item .creator_description {
    font-size: 14px;
    letter-spacing: normal;
  }
}
.theme .mobile_creators {
  width: 100%;
  display: none;
  overflow: visible;
  margin: 40px 0 120px 0;
}
@media (max-width: 603px) {
  .theme .mobile_creators {
    display: flex;
  }
}
.theme .mobile_creators .swiper-wrapper {
  align-items: center;
}

.bonus {
  background-image: url(../img/bonus_bg.png);
  padding: 100px 0 143px 0;
}
@media (max-width: 1099px) {
  .bonus {
    padding-bottom: 100px;
    background-image: url(../img/bonus_bg_tablet.png);
  }
}
@media (max-width: 603px) {
  .bonus {
    padding: 50px 0;
    background-image: url(../img/bonus_bg_mobile.png);
  }
}
.bonus .more_creators {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: stretch;
}
@media (max-width: 1299px) {
  .bonus .more_creators {
    flex-wrap: wrap;
  }
}
@media (max-width: 1099px) {
  .bonus .more_creators {
    gap: 60px 20px;
    width: 100%;
    margin-top: 80px;
  }
}
@media (max-width: 603px) {
  .bonus .more_creators {
    margin-top: 40px;
    gap: 103px 20px;
  }
}
.bonus .more_creators .creator_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 310px;
  flex: 0 0 auto;
}
@media (max-width: 1099px) {
  .bonus .more_creators .creator_item {
    max-width: 292px;
  }
}
@media (max-width: 603px) {
  .bonus .more_creators .creator_item {
    max-width: 100%;
    width: calc(50% - 20px);
  }
}
.bonus .more_creators .creator_item .item_img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
@media (max-width: 1099px) {
  .bonus .more_creators .creator_item .item_img {
    max-width: 243px;
  }
}
@media (max-width: 603px) {
  .bonus .more_creators .creator_item .item_img {
    max-width: 100%;
  }
}
.bonus .more_creators .creator_item .item_img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 603px) {
  .bonus .more_creators .creator_item .item_img img {
    object-fit: cover;
  }
}
.bonus .more_creators .creator_item .creator_work {
  height: 51px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, rgba(251, 31, 31, 0) 0%, rgba(251, 31, 31, 0.5) 50%, rgba(251, 31, 31, 0) 100%);
  color: #FFF;
  text-align: center;
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (max-width: 1099px) {
  .bonus .more_creators .creator_item .creator_work {
    background: linear-gradient(90deg, rgba(251, 31, 31, 0) 0%, rgba(251, 31, 31, 0.5) 50%, rgba(251, 31, 31, 0) 100%);
    font-size: 14px;
    height: 49px;
  }
}
@media (max-width: 603px) {
  .bonus .more_creators .creator_item .creator_work {
    background: linear-gradient(90deg, rgba(251, 31, 31, 0) 0%, rgba(251, 31, 31, 0.5) 50%, rgba(251, 31, 31, 0) 100%);
    height: 70px;
  }
}
.bonus .more_creators .creator_item .creator_name {
  color: #FFF;
  text-align: center;
  font-family: Oswald;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 33.6px */
  text-transform: uppercase;
  max-width: 190px;
}
@media (max-width: 1099px) {
  .bonus .more_creators .creator_item .creator_name {
    max-width: 120px;
    font-size: 20px;
  }
}
@media (max-width: 603px) {
  .bonus .more_creators .creator_item .creator_name {
    font-size: 18px;
  }
}

.video {
  height: 1024px;
  position: relative;
  width: 100%;
}
@media (max-width: 1099px) {
  .video {
    height: 528px;
  }
}
@media (max-width: 603px) {
  .video {
    height: 926px;
  }
}
.video.active .video_play_btn {
  display: none;
}
.video.active .video_prewiew {
  display: none;
}
.video.active iframe {
  pointer-events: all;
}
.video .video_play_btn {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 80px;
  max-height: 80px;
  height: 100%;
  width: 100%;
  z-index: 4;
  pointer-events: all;
}
.video .video_play_btn img {
  width: 100%;
  height: 100%;
}
.video .video_prewiew {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: all;
}
.video .video_prewiew img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.video iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.ceremony {
  padding: 100px 0;
  background-image: url(../img/ceremony_bg.png);
}
@media (max-width: 1099px) {
  .ceremony {
    background-image: url(../img/ceremony_bg_tablet.png);
  }
}
@media (max-width: 603px) {
  .ceremony {
    padding: 50px 0;
    background-image: url(../img/ceremony_bg_mobile.png);
  }
}

.guests {
  background-image: url(../img/guests_bg.png);
  padding: 100px 0;
}
@media (max-width: 1099px) {
  .guests {
    background-image: url(../img/guests_bg_tablet.png);
  }
}
@media (max-width: 603px) {
  .guests {
    padding: 50px 0 98px 0;
    background-image: url(../img/guests_bg_mobile.png);
  }
}
.guests .family {
  margin-top: 40px;
  margin-bottom: 150px;
}
@media (max-width: 1099px) {
  .guests .family {
    display: none;
  }
}
.guests .family_time .family_item .item_img {
  max-height: 600px;
  min-height: 600px;
}
@media (max-width: 603px) {
  .guests .familys_two .item_img {
    max-height: 500px;
    min-height: 500px;
  }
}
.guests .familys, .guests .familys_two {
  margin-top: 40px;
  margin-bottom: 100px;
  padding-left: var(--container-left);
  display: none;
}
@media (max-width: 1099px) {
  .guests .familys, .guests .familys_two {
    display: flex;
  }
}
@media (max-width: 603px) {
  .guests .familys, .guests .familys_two {
    margin-bottom: 0;
    padding: 0 35px 140px 35px;
  }
}
.guests .familys .swiper-pagination, .guests .familys_two .swiper-pagination {
  display: none;
}
@media (max-width: 603px) {
  .guests .familys .swiper-pagination, .guests .familys_two .swiper-pagination {
    display: flex;
    bottom: 100px;
  }
}
.guests .familys .swiper-wrapper .swiper-slide .family_item, .guests .familys_two .swiper-wrapper .swiper-slide .family_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.guests .familys .swiper-wrapper .swiper-slide .family_item .item_img, .guests .familys_two .swiper-wrapper .swiper-slide .family_item .item_img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
  max-height: 250px;
}
@media (max-width: 1099px) {
  .guests .familys .swiper-wrapper .swiper-slide .family_item .item_img, .guests .familys_two .swiper-wrapper .swiper-slide .family_item .item_img {
    overflow: hidden;
    max-height: 300px;
  }
}
.guests .familys .swiper-wrapper .swiper-slide .family_item .item_img img, .guests .familys_two .swiper-wrapper .swiper-slide .family_item .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.guests .familys .swiper-wrapper .swiper-slide .family_item .item_title, .guests .familys_two .swiper-wrapper .swiper-slide .family_item .item_title {
  margin-bottom: 8px;
  color: #FFF;
  text-align: center;
  font-family: Oswald;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 26.4px */
  text-transform: uppercase;
}
@media (max-width: 603px) {
  .guests .familys .swiper-wrapper .swiper-slide .family_item .item_title, .guests .familys_two .swiper-wrapper .swiper-slide .family_item .item_title {
    font-size: 18px;
  }
}
.guests .familys .swiper-wrapper .swiper-slide .family_item .item_description, .guests .familys_two .swiper-wrapper .swiper-slide .family_item .item_description {
  color: #FFF;
  text-align: center;
  font-family: "Inter Tight";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.guests .another_region {
  padding-left: var(--container-left);
  position: relative;
  margin-top: 40px;
}
@media (max-width: 603px) {
  .guests .another_region {
    padding-left: 35px;
  }
}
.guests .another_region .swiper {
  overflow: visible;
}
.guests .another_region .swiper .swiper-wrapper .swiper-slide .another_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.guests .another_region .swiper .swiper-wrapper .swiper-slide .another_item .item_img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  margin-bottom: 16px;
  overflow: hidden;
}
@media (max-width: 603px) {
  .guests .another_region .swiper .swiper-wrapper .swiper-slide .another_item .item_img {
    max-height: 500px;
  }
}
.guests .another_region .swiper .swiper-wrapper .swiper-slide .another_item .item_img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.guests .another_region .swiper .swiper-wrapper .swiper-slide .another_item .item_title {
  color: #FFF;
  text-align: center;
  font-family: Oswald;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 33.6px */
  text-transform: uppercase;
  max-width: 190px;
  margin-bottom: 8px;
}
@media (max-width: 1099px) {
  .guests .another_region .swiper .swiper-wrapper .swiper-slide .another_item .item_title {
    font-size: 20px;
  }
}
.guests .another_region .swiper .swiper-wrapper .swiper-slide .another_item .item_description {
  color: #FFF;
  text-align: center;
  font-family: "Inter Tight";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.18px;
  max-width: 310px;
}
@media (max-width: 1099px) {
  .guests .another_region .swiper .swiper-wrapper .swiper-slide .another_item .item_description {
    font-size: 14px;
  }
}
.guests .another_region .swiper .swiper-pagination {
  display: none;
}
@media (max-width: 1099px) {
  .guests .another_region .swiper .swiper-pagination {
    display: flex;
  }
}
@media (max-width: 1099px) {
  .guests .another_region .item_buttons {
    display: none;
  }
}
.guests .another_region .item_buttons .l_button, .guests .another_region .item_buttons .r_button {
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  left: var(--container-left);
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 4;
}
.guests .another_region .item_buttons .l_button img, .guests .another_region .item_buttons .r_button img {
  width: 100%;
  height: 100%;
}
.guests .another_region .item_buttons .r_button {
  left: auto;
  right: 3%;
}

.followers {
  background-image: url(../img/followers_bg.png);
  padding: 91px 0 139px 0;
  overflow: visible;
}
@media (max-width: 1099px) {
  .followers {
    padding: 100px 0 149px 0;
    background-image: url(../img/followers_bg_tablet.png);
  }
}
@media (max-width: 603px) {
  .followers {
    padding: 50px 0 98px 0;
    background-image: url(../img/followers_bg_mobile.png);
  }
}
.followers .profile_row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0 20px;
  margin-top: 40px;
  margin-bottom: 100px;
}
.followers .profile_row .profile_img {
  max-width: 420px;
  max-height: 420px;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1099px) {
  .followers .profile_row .profile_img {
    max-width: 292px;
    max-height: 292px;
  }
}
@media (max-width: 603px) {
  .followers .profile_row .profile_img {
    width: calc(50% - 10px);
    max-width: 100%;
  }
}
.followers .profile_row .profile_img img {
  width: 100%;
  height: 100%;
}
.followers .video_number {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  overflow: visible;
}
@media (max-width: 603px) {
  .followers .video_number {
    padding: 0 35px;
  }
}
.followers .video_number .videos_swiper {
  position: relative;
  overflow: visible;
  width: 100%;
}
.followers .video_number .videos_swiper .video_item {
  overflow: visible;
}
.followers .video_number .videos_swiper .video_item .swiper-wrapper {
  align-items: center;
  height: 100%;
}
.followers .video_number .videos_swiper .video_item .swiper-wrapper .swiper-slide {
  height: 100%;
  width: 100%;
}
.followers .video_number .videos_swiper .video_item .swiper-wrapper .swiper-slide.swiper-slide-active .video_time .video_playback .item_img::before {
  display: none;
}
.followers .video_number .videos_swiper .video_item .swiper-wrapper .swiper-slide .video_time {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
.followers .video_number .videos_swiper .video_item .swiper-wrapper .swiper-slide .video_time.active .item_img,
.followers .video_number .videos_swiper .video_item .swiper-wrapper .swiper-slide .video_time.active .video_playback_time {
  display: none;
}
.followers .video_number .videos_swiper .video_item .swiper-wrapper .swiper-slide .video_time.active iframe {
  pointer-events: all;
}
.followers .video_number .videos_swiper .video_item .swiper-wrapper .swiper-slide .video_time .video_playback {
  width: 100%;
  height: 800px;
  position: relative;
}
@media (max-width: 1920px) {
  .followers .video_number .videos_swiper .video_item .swiper-wrapper .swiper-slide .video_time .video_playback {
    height: 600px;
  }
}
@media (max-width: 1500px) {
  .followers .video_number .videos_swiper .video_item .swiper-wrapper .swiper-slide .video_time .video_playback {
    height: 500px;
  }
}
@media (max-width: 1099px) {
  .followers .video_number .videos_swiper .video_item .swiper-wrapper .swiper-slide .video_time .video_playback {
    height: 350px;
  }
}
@media (max-width: 603px) {
  .followers .video_number .videos_swiper .video_item .swiper-wrapper .swiper-slide .video_time .video_playback {
    height: 220px;
  }
}
.followers .video_number .videos_swiper .video_item .swiper-wrapper .swiper-slide .video_time .video_playback .item_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.followers .video_number .videos_swiper .video_item .swiper-wrapper .swiper-slide .video_time .video_playback .item_img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #120404;
  mix-blend-mode: multiply;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.followers .video_number .videos_swiper .video_item .swiper-wrapper .swiper-slide .video_time .video_playback .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.followers .video_number .videos_swiper .video_item .swiper-wrapper .swiper-slide .video_time .video_playback .video_playback_time {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 80px;
  max-height: 80px;
  z-index: 3;
  cursor: pointer;
}
@media (max-width: 603px) {
  .followers .video_number .videos_swiper .video_item .swiper-wrapper .swiper-slide .video_time .video_playback .video_playback_time {
    width: 40px;
    height: 40px;
  }
}
.followers .video_number .videos_swiper .video_item .swiper-wrapper .swiper-slide .video_time .video_playback .video_playback_time img {
  width: 100%;
  height: 100%;
}
@media (max-width: 603px) {
  .followers .video_number .videos_swiper .video_item .swiper-wrapper .swiper-slide .video_time .video_playback .video_playback_time svg {
    width: 14px;
    height: 14px;
  }
}
.followers .video_number .videos_swiper .video_item .swiper-wrapper .swiper-slide .video_time .video_playback iframe {
  width: 100%;
  height: 100%;
  border: none;
  transition: opacity 0.4s ease;
}
.followers .video_number .videos_swiper .video_item .swiper-wrapper .swiper-slide .video_time .item_name {
  color: #FFF;
  text-align: center;
  font-family: Oswald;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 33.6px */
  text-transform: uppercase;
}
@media (max-width: 1099px) {
  .followers .video_number .videos_swiper .video_item .swiper-wrapper .swiper-slide .video_time .item_name {
    font-size: 22px;
  }
}
@media (max-width: 603px) {
  .followers .video_number .videos_swiper .video_item .swiper-wrapper .swiper-slide .video_time .item_name {
    font-size: 18px;
  }
}
@media (max-width: 1099px) {
  .followers .video_number .videos_swiper .item_buttons {
    display: none;
  }
}
.followers .video_number .videos_swiper .item_buttons .left_button, .followers .video_number .videos_swiper .item_buttons .right_button {
  position: absolute;
  left: 4%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 3;
}
.followers .video_number .videos_swiper .item_buttons .right_button {
  left: auto;
  right: 4%;
}

.about {
  background-image: url(../img/about_bg.png);
  padding: 100px 0;
}
@media (max-width: 1099px) {
  .about {
    background-image: url(../img/about_bg_tablet.png);
  }
}
@media (max-width: 603px) {
  .about {
    padding: 50px 0;
    background-image: url(../img/about_bg_mobile.png);
  }
}
.about .award_ceremony {
  position: relative;
  max-width: 908px;
  overflow: visible;
  margin: 40px auto 144px auto;
}
@media (max-width: 1099px) {
  .about .award_ceremony {
    max-width: 604px;
  }
}
@media (max-width: 603px) {
  .about .award_ceremony {
    max-width: 100%;
  }
}
.about .award_ceremony .ceremony_swiper {
  overflow: visible;
}
.about .award_ceremony .ceremony_swiper .swiper-wrapper {
  align-items: center;
}
@media (max-width: 603px) {
  .about .award_ceremony .ceremony_swiper .swiper-wrapper {
    align-items: start;
  }
}
.about .award_ceremony .ceremony_swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
.about .award_ceremony .ceremony_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .ceremony_item .item_img {
  opacity: 1;
  visibility: visible;
}
.about .award_ceremony .ceremony_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .ceremony_item .item_name {
  opacity: 1;
  visibility: visible;
}
.about .award_ceremony .ceremony_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .ceremony_item .item_work {
  opacity: 1;
  visibility: visible;
}
.about .award_ceremony .ceremony_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .ceremony_item .item_description {
  opacity: 1;
  visibility: visible;
}
.about .award_ceremony .ceremony_swiper .swiper-wrapper .swiper-slide .ceremony_item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about .award_ceremony .ceremony_swiper .swiper-wrapper .swiper-slide .ceremony_item .item_img {
  max-width: 200px;
  max-height: 200px;
  width: 100%;
  height: 200px;
  border-radius: 200px;
  overflow: hidden;
  margin-bottom: 16px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease;
}
@media (max-width: 1099px) {
  .about .award_ceremony .ceremony_swiper .swiper-wrapper .swiper-slide .ceremony_item .item_img {
    max-width: 150px;
    min-width: 150px;
    max-height: 150px;
  }
}
.about .award_ceremony .ceremony_swiper .swiper-wrapper .swiper-slide .ceremony_item .item_img img {
  width: 100%;
  height: 100%;
}
.about .award_ceremony .ceremony_swiper .swiper-wrapper .swiper-slide .ceremony_item .item_name {
  color: #FFF;
  text-align: center;
  font-family: Oswald;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 33.6px */
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  transition: 0.7s all ease;
}
@media (max-width: 1099px) {
  .about .award_ceremony .ceremony_swiper .swiper-wrapper .swiper-slide .ceremony_item .item_name {
    color: #FFF;
    text-align: center;
    font-family: Oswald;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 26.4px */
    text-transform: uppercase;
  }
}
@media (max-width: 603px) {
  .about .award_ceremony .ceremony_swiper .swiper-wrapper .swiper-slide .ceremony_item .item_name {
    font-size: 18px;
  }
}
.about .award_ceremony .ceremony_swiper .swiper-wrapper .swiper-slide .ceremony_item .item_work {
  margin: 8px 0 16px 0;
  color: #FFF;
  text-align: center;
  font-family: "Inter Tight";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all ease;
}
@media (max-width: 1099px) {
  .about .award_ceremony .ceremony_swiper .swiper-wrapper .swiper-slide .ceremony_item .item_work {
    color: #FFF;
    text-align: center;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
  }
}
.about .award_ceremony .ceremony_swiper .swiper-wrapper .swiper-slide .ceremony_item .item_description {
  color: #FFF;
  text-align: center;
  font-family: "Inter Tight";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
@media (max-width: 1099px) {
  .about .award_ceremony .ceremony_swiper .swiper-wrapper .swiper-slide .ceremony_item .item_description {
    font-size: 18px;
  }
}
.about .award_ceremony .item_left_btn, .about .award_ceremony .item_right_btn {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 3;
}
@media (max-width: 1099px) {
  .about .award_ceremony .item_left_btn, .about .award_ceremony .item_right_btn {
    display: none;
  }
}
.about .award_ceremony .item_right_btn {
  left: auto;
  right: 0;
}
.about .ceremony_photo {
  position: relative;
  margin-bottom: 144px;
  margin-top: 40px;
  overflow: visible;
}
@media (max-width: 603px) {
  .about .ceremony_photo {
    margin-bottom: 182px;
  }
}
.about .ceremony_photo .swiper {
  overflow: visible;
}
@media (max-width: 1099px) {
  .about .ceremony_photo .swiper .swiper-wrapper {
    height: 350px;
  }
}
@media (max-width: 603px) {
  .about .ceremony_photo .swiper .swiper-wrapper {
    height: 400px;
  }
}
.about .ceremony_photo .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .photo_item .item_img::before {
  display: none;
}
.about .ceremony_photo .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .photo_item .item_name {
  opacity: 1;
}
.about .ceremony_photo .swiper .swiper-wrapper .swiper-slide .photo_item {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  align-items: center;
}
@media (max-width: 1099px) {
  .about .ceremony_photo .swiper .swiper-wrapper .swiper-slide .photo_item {
    height: 100%;
  }
}
.about .ceremony_photo .swiper .swiper-wrapper .swiper-slide .photo_item .item_img {
  height: 550px;
  width: 100%;
  position: relative;
}
@media (max-width: 1099px) {
  .about .ceremony_photo .swiper .swiper-wrapper .swiper-slide .photo_item .item_img {
    height: 100%;
  }
}
.about .ceremony_photo .swiper .swiper-wrapper .swiper-slide .photo_item .item_img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #120404;
  mix-blend-mode: multiply;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.about .ceremony_photo .swiper .swiper-wrapper .swiper-slide .photo_item .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.about .ceremony_photo .swiper .swiper-wrapper .swiper-slide .photo_item .item_name {
  color: #FFF;
  text-align: center;
  font-family: Oswald;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 33.6px */
  text-transform: uppercase;
  transition: 0.3s all ease;
  opacity: 0.2;
}
@media (max-width: 1099px) {
  .about .ceremony_photo .swiper .swiper-wrapper .swiper-slide .photo_item .item_name {
    color: #FFF;
    text-align: center;
    font-family: Oswald;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 26.4px */
    text-transform: uppercase;
  }
}
@media (max-width: 603px) {
  .about .ceremony_photo .swiper .swiper-wrapper .swiper-slide .photo_item .item_name {
    font-size: 18px;
  }
}
@media (max-width: 1099px) {
  .about .ceremony_photo .swiper .swiper-pagination {
    bottom: -120px;
  }
}
.about .ceremony_photo .left_side_btn, .about .ceremony_photo .right_side_btn {
  position: absolute;
  left: 2%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 3;
}
@media (max-width: 1099px) {
  .about .ceremony_photo .left_side_btn, .about .ceremony_photo .right_side_btn {
    display: none;
  }
}
.about .ceremony_photo .right_side_btn {
  left: auto;
  right: 2%;
}
.about .news {
  display: none;
}
@media (max-width: 1099px) {
  .about .news {
    display: flex;
    margin-top: 40px;
    padding-left: var(--container-left);
    padding-bottom: 88px;
    overflow-y: visible;
  }
}
@media (max-width: 603px) {
  .about .news {
    overflow: visible;
    padding: 0 10px;
  }
}
.about .news .swiper-pagination {
  bottom: 0;
}
@media (max-width: 603px) {
  .about .news .swiper-pagination {
    bottom: -40px;
  }
}
.about .news_row {
  justify-content: space-between;
  gap: 40px 20px;
  align-items: start;
  margin-top: 40px;
}
@media (max-width: 1099px) {
  .about .news_row {
    display: none;
  }
}
.about .news_item {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  align-items: center;
  width: 100%;
  max-width: 420px;
}
@media (max-width: 603px) {
  .about .news_item {
    max-width: 100%;
  }
}
.about .news_item .item_img {
  height: 72px;
  background: linear-gradient(90deg, rgba(251, 31, 31, 0) 0%, rgba(251, 31, 31, 0.5) 50%, rgba(251, 31, 31, 0) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.about .news_item .item_link {
  color: #FFF;
  text-align: center;
  font-family: Oswald;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 26.4px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}
@media (max-width: 1099px) {
  .about .news_item .item_link {
    font-size: 18px;
  }
}
.about .partners_title {
  margin-top: 100px;
  margin-bottom: 40px;
}
.about .partners_row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 100px;
}
@media (max-width: 1099px) {
  .about .partners_row {
    max-width: 100%;
  }
}
@media (max-width: 603px) {
  .about .partners_row {
    align-items: center;
    justify-content: center;
  }
}
.about .partners_row .partners_item {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
  align-items: center;
  max-width: 310px;
}
@media (max-width: 1099px) {
  .about .partners_row .partners_item {
    max-width: 280px;
  }
}
@media (max-width: 603px) {
  .about .partners_row .partners_item {
    max-width: 350px;
  }
}
.about .partners_row .partners_item .item_img {
  max-width: 150px;
  width: max-content;
  height: 150px;
  max-height: 150px;
}
@media (max-width: 603px) {
  .about .partners_row .partners_item .item_img {
    max-width: 100px;
    max-height: 100px;
  }
}
.about .partners_row .partners_item .item_img img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.about .partners_row .partners_item .item_title {
  color: #FFF;
  text-align: center;
  font-family: Oswald;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 26.4px */
  text-transform: uppercase;
}
@media (max-width: 1099px) {
  .about .partners_row .partners_item .item_title {
    font-size: 18px;
  }
}
.about .contact_info {
  margin: 98px auto 0 auto;
}
@media (max-width: 1099px) {
  .about .contact_info {
    margin: 100px auto;
  }
}
@media (max-width: 603px) {
  .about .contact_info {
    margin-bottom: 0;
  }
}

footer {
  padding: 50px 0;
  background: #380027;
}
@media (max-width: 1099px) {
  footer {
    padding: 24px 0;
  }
}
footer .lc_row {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
footer .lc_row .footer_logo {
  color: #FFF;
  font-family: "Inter Tight";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
@media (max-width: 1099px) {
  footer .lc_row .footer_logo {
    font-size: 14px;
  }
}
footer .lc_row .top_to {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
footer .lc_row .top_to span {
  color: #FFF;
  font-family: "Inter Tight";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
@media (max-width: 1099px) {
  footer .lc_row .top_to span {
    font-size: 14px;
  }
}/*# sourceMappingURL=main.css.map */