.two_blocks {
  padding-top: 60px;
}

.two_blocks .container {
  max-width: 1058px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 30px;
}

.two_blocks_block {
  width: calc(50% - 15px);
  padding: 30px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 20px;
  -webkit-backdrop-filter: blur(42px);
  backdrop-filter: blur(42px);
  background: radial-gradient(100% 100% at 83% 26%, rgba(255, 255, 255, 0.156) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, 0.3411764706);
}

.two_blocks_title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  font-family: "Open Sans", serif;
}

.two_blocks_subtitle {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  font-family: "Roboto", serif;
}

.two_blocks_link {
  font-size: 20px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFAC1), to(#DED469));
  background: linear-gradient(180deg, #FFFAC1 0%, #DED469 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Open Sans", serif;
}

.watch_trailer {
  padding-top: 70px;
}

.watch_trailer.mobile {
  display: none;
}

.watch_trailer .container {
  max-width: 840px;
}

.watch_trailer h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  font-family: "Open Sans", serif;
  color: #fff;
}

.watch_trailer_inner {
  margin-top: 25px;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.watch_trailer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.watch_trailer .yellow {
  display: block;
  margin: 50px auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  letter-spacing: 2px;
}

.three_tabs {
  padding-top: 70px;
}

.three_tabs .container {
  max-width: 714px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.three_tabs_tab {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 14px;
  overflow: hidden;
  -webkit-backdrop-filter: blur(42px);
  backdrop-filter: blur(42px);
  border: 1px solid rgba(255, 255, 255, 0.3411764706);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: radial-gradient(100% 100% at 0% 0%, rgba(255, 255, 255, 0.156) 0%, rgba(255, 255, 255, 0) 100%);
}

.three_tabs_image {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
}

.three_tabs_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.three_tabs_content {
  padding: 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.three_tabs_title {
  color: #FFFAC5;
  font-family: "Montserrat", serif;
  font-size: 18px;
  font-weight: 600;
}

.three_tabs_description {
  margin-top: 15px;
  font-family: "Inter", serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 25px;
}

.three_tabs_btn {
  margin-top: auto;
  font-family: "Inter", serif;
  font-size: 14px;
  font-weight: 500;
  border-radius: 14px;
  position: relative;
  z-index: 1;
}

.three_tabs_btn .over {
  border-radius: 14px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFAC1), to(#DED469));
  background-image: linear-gradient(180deg, #FFFAC1 0%, #DED469 100%);
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  position: absolute;
  padding: 1px;
  z-index: 1;
}

.three_tabs_btn .inner {
  width: 100%;
  height: 100%;
  padding: 9px 40px;
  position: relative;
  z-index: 2;
  border-radius: 14px;
  background-color: #161616;
}

.three_tabs_btn span {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFAC1), to(#DED469));
  background: linear-gradient(180deg, #FFFAC1 0%, #DED469 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.subscribe {
  padding: 70px 0;
}

.subscribe .container {
  max-width: 511px;
  text-align: center;
}

.subscribe h2,
.subscribe .subscribe_title {
  font-size: 32px;
  font-weight: 800;
  font-family: "Montserrat", serif;
  color: #fff;
}

.subscribe p {
  margin-top: 6px;
  font-size: 15px;
  font-weight: 400;
  font-family: "Inter", serif;
  color: #fff;
}

.subscribe p#subscribe-message {
  margin-top: 15px;
}

.subscribe form {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 14px;
  overflow: hidden;
}

.subscribe input[type=email] {
  height: 45px;
  width: -webkit-fill-available;
  background-color: #fff;
  font-family: "Inter", serif;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  border: 0;
  outline: none;
  padding: 0 20px;
}

.subscribe input[type=email]::-webkit-input-placeholder {
  color: #858585;
}

.subscribe input[type=email]::-moz-placeholder {
  color: #858585;
}

.subscribe input[type=email]:-ms-input-placeholder {
  color: #858585;
}

.subscribe input[type=email]::-ms-input-placeholder {
  color: #858585;
}

.subscribe input[type=email]::placeholder {
  color: #858585;
}

.subscribe input[type=submit] {
  width: 135px;
  height: 45px;
  background: -webkit-gradient(linear, left top, left bottom, from(#EF3E23), to(#892414));
  background: linear-gradient(180deg, #EF3E23 0%, #892414 100%);
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans", serif;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  outline: none;
  cursor: pointer;
}

.booklet {
  padding-top: 70px;
}

.booklet .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}

.booklet_image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 22px;
  overflow: hidden;
}

.booklet_image img {
  width: 100%;
}

.booklet_image.watch_film {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.booklet_content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.booklet_content h2 {
  font-size: 48px;
  font-weight: 800;
  font-family: "Open Sans", serif;
  color: #fff;
}

.booklet_content.watch_film {
  -webkit-box-flex: 8;
  -ms-flex: 8;
  flex: 8;
}

.booklet_items {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #858585;
}

.booklet_items.watch_film {
  border-bottom: 0;
}

.booklet_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.booklet_item span {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  font-size: 20px;
  font-weight: 400;
  font-family: "Roboto", serif;
  color: #fff;
}

.booklet_item p {
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
  font-size: 20px;
  font-weight: 600;
  font-family: "Roboto", serif;
  line-height: 1.5;
  color: #FFFAC1;
}

.booklet_text {
  padding-top: 10px;
}

.booklet_text p {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", serif;
  color: #fff;
  line-height: 1.5;
}

.image_gallery {
  padding: 70px 0;
}
.image_gallery .slick-dots {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.image_gallery .slick-dots li {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5019607843);
  transition: background 0.4s;
  position: relative;
}
.image_gallery .slick-dots li.slick-active {
  background: #FFFFFF;
}
.image_gallery .slick-dots li button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.running_string {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  color: #fff;
}
.running_string .marquee {
  display: flex;
  width: fit-content;
  white-space: nowrap;
  animation: scroll-left 10s linear infinite;
}
.running_string .marquee p {
  margin: 0;
  color: #EC1411;
  font-size: 60px;
  font-weight: 700;
  font-family: "Open Sans";
  padding-right: 20px;
}

.running_nums {
  margin-top: 40px;
}
.running_nums .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.running_nums_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.running_nums_item .num {
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 800;
  font-family: "Open Sans", serif;
}
.running_nums_item .num * {
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 800;
  font-family: "Open Sans", serif;
}
.running_nums_item .text {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto";
  max-width: 200px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-25%);
  }
}
.image_gallery .container {
  position: relative;
}

.image_gallery h3,
.image_gallery h2 {
  font-size: 40px;
  font-weight: 800;
  font-family: "Open Sans", serif;
  color: #fff;
  text-align: center;
}

.image_gallery_slider {
  margin-top: 30px;
  width: 100%;
}

.image_gallery_slider .slick-list {
  margin-right: -30px;
}

.image_gallery_slider_elem {
  margin-right: 30px;
}

.image_gallery_slider_elem_inner {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  position: relative;
}

.image_gallery_slider_elem img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.image_gallery .slick-slider {
  position: unset;
}

.image_gallery_arr {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #FFFFFF;
  cursor: pointer;
}

.image_gallery_arr.prev_arr {
  right: 60px;
}

.image_gallery_arr.next_arr {
  right: 0;
}

.ways {
  padding-top: 70px;
}

.ways h2,
.ways .ways_title {
  font-size: 48px;
  font-weight: 800;
  font-family: "Open Sans", serif;
  color: #fff;
  text-align: center;
}

.ways h2.center {
  text-align: center;
  text-transform: uppercase;
}

.ways_subtitle {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", serif;
  color: #fff;
  text-align: center;
}

.ways_wrapper {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.ways_elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  backdrop-filter: blur(42px);
  background: rgba(17, 17, 17, 0.4);
  border-radius: 10px;
  padding: 30px 20px;
}

.ways_elem.type2 {
  position: relative;
}

.ways_elem.type2 .ways_text {
  padding: 10px 0 0 0;
  text-align: center;
  position: absolute;
  background: rgba(6, 6, 6, 0.5019607843);
  bottom: 0;
  left: 0;
  width: 100%;
}

.ways_image {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 70%;
}

.ways_descrp {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.ways_descrp * {
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  font-family: "Montserrat";
}
.ways_descrp a {
  text-decoration: underline;
}

.ways_link {
  margin: auto auto 0;
  width: max-content;
  display: block;
  padding: 9px 25px;
  background-color: #EC1411;
  border-radius: 14px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.ways_image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.ways_text {
  padding: 10px 0 0 0;
  text-align: center;
}

.ways_text p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: "Montserrat", serif;
  text-align: center;
}

.video_gall {
  padding-top: 70px;
  overflow: hidden;
}

.video_gall .container {
  position: relative;
}

.video_gall h2 {
  font-size: 48px;
  font-weight: 800;
  font-family: "Open Sans", serif;
  color: #fff;
}

.video_gall_subtitle {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", serif;
  color: #fff;
}

.video_gall .slick-slider {
  position: unset;
}

.video_gall_slider {
  margin-top: 40px;
}

.video_gall_slider .slick-list {
  margin-right: -30px;
  overflow: visible;
}

.video_gall_element {
  margin-right: 30px;
}

.video_gall_element_inner {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  position: relative;
  cursor: pointer;
}

.video_gall_preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video_gall_play {
  width: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.video_gall_element_inner_content {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: calc(100% - 30px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  z-index: 3;
}

.video_gall_element_icon {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
}

.video_gall_element_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.video_gall_name {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 800;
  font-family: "Open Sans", serif;
  color: #fff;
  text-transform: uppercase;
}

.video_gall_descr {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", serif;
  color: #fff;
}

.video_gall .image_gallery_arr {
  top: 57px;
}

.endorsements {
  padding-top: 70px;
  padding-bottom: 70px;
}

.endorsements_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.endorsements_else {
  margin: 40px auto 0;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.endorsements h2.center {
  font-size: 48px;
  font-weight: 800;
  font-family: "Open Sans", serif;
  color: #fff;
  text-align: center;
}

.endorsements_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.endorsements_title h2 {
  font-size: 48px;
  font-weight: 800;
  font-family: "Open Sans", serif;
  color: #fff;
}

.endorsements_title p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", serif;
  color: #fff;
}

.endorsements_inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 30px;
  margin-top: 30px;
}

.endorsements_inner.type2, .endorsements_inner.type3 {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.endorsements_inner.type2 .endorsements_elem {
  cursor: pointer;
}

.endorsements_inner.type3 .endorsements_content_quote {
  margin-bottom: 0;
}

.endorsements_elem {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 13px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2784313725);
}

.endorsements_image {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  position: relative;
}

.endorsements_image.type3 {
  margin: 25px 25px 0 25px;
  width: calc(100% - 50px);
  border-radius: 13px 13px 0 0;
  overflow: hidden;
}

.endorsements_image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.endorsements_image.type2 svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.endorsements_content {
  padding: 20px 25px;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.endorsements_content_title {
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", serif;
  color: #FFFAC5;
}

.endorsements_content_title_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto 15px 0;
}

.endorsements_content_title_avatar {
  width: 60px;
  min-width: 60px;
  height: 0;
  padding-bottom: 60px;
  position: relative;
  border-radius: 100px;
  overflow: hidden;
}

.endorsements_content_title_avatar img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.endorsements_content_quote {
  margin: 15px 0 25px;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 300;
  font-family: "Inter", serif;
  color: #fff;
}

.endorsements_content_link {
  margin-top: auto;
}

.faq {
  padding: 70px 0 100px;
}

.faq h2 {
  font-size: 48px;
  font-weight: 800;
  font-family: "Open Sans", serif;
  color: #fff;
}

.faq_subtitle {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", serif;
  color: #fff;
  margin-bottom: 20px;
}

.faq_elem {
  width: 100%;
  border-bottom: 1px solid #858585;
  padding: 0px 20px;
}

.faq_elem_top {
  width: 100%;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  gap: 20px;
}

.faq_elem_top p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  font-family: "Roboto", serif;
}

.faq_elem_top svg {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.faq_elem_btm {
  display: none;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-family: "Roboto", serif;
  margin-bottom: 25px;
}

.faq_elem.active .faq_elem_top svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

footer {
  background-color: #0A0A0A;
}

.footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 0 40px;
  border-bottom: 1px solid #858585;
}

.footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0 20px;
}

.footer_bottom_copyright {
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", serif;
  color: #fff;
}

.footer_bottom_links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 26px;
}

.footer_bottom_links ul a {
  font-size: 12px;
  font-weight: 600;
  font-family: "Open Sans", serif;
  color: #fff;
}

.footer_col.first {
  max-width: 405px;
  width: 31.6%;
}

.footer_col.scnd {
  max-width: 313px;
  width: 24.4%;
}

.footer_col.thrd {
  max-width: 265px;
  width: 20.7%;
}

.footer_col_title {
  font-size: 24px;
  font-weight: 700;
  font-family: "Open Sans", serif;
  color: #fff;
  margin-bottom: 35px;
}

.footer_col_nav ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr -webkit-max-content;
  -ms-grid-columns: 1fr max-content;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  row-gap: 25px;
}

.footer_col_nav ul a {
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto", serif;
  color: #fff;
}

.footer_col_nav ul li.current_page_item a {
  color: #DB3921;
}

.footer_text {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", serif;
  color: #fff;
  line-height: 1.5;
  margin-top: 35px;
}

.footer_donate_btn {
  margin-top: 20px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.footer_socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer_socials a {
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFAC1), to(#DED469));
  background: linear-gradient(180deg, #FFFAC1 0%, #DED469 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 37px;
  min-width: 37px;
  height: 37px;
}

footer.main {
  background-color: #EC1411;
}
footer.main .footer_donate_btn {
  background: #FFFFFF;
  color: #000;
}
footer.main .footer_col_nav ul li.current_page_item a {
  color: #251716;
  text-decoration: underline;
}
footer.main .footer_socials a {
  background: #251716;
}
footer.main .footer_socials a path {
  fill: #fff;
}

.border_blocks {
  padding-top: 70px;
}

.border_blocks .container {
  max-width: 1058px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.border_blocks_block {
  padding: 25px;
  border-width: 1px;
  border-style: solid;
  -o-border-image: linear-gradient(to top, #FFFAC1, #DED469) 1;
  border-image: -webkit-gradient(linear, left bottom, left top, from(#FFFAC1), to(#DED469)) 1;
  border-image: linear-gradient(to top, #FFFAC1, #DED469) 1;
}

.border_blocks_title {
  color: #FFFAC1;
  font-size: 20px;
  font-weight: 600;
  font-family: "Roboto", serif;
}

.border_blocks_line {
  margin: 15px 0;
  width: 150px;
  height: 1px;
  background-color: #858585;
}

.border_blocks p {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", serif;
  color: #fff;
}

.border_blocks p a {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", serif;
  color: #fff;
  text-decoration: underline;
}

.border_blocks_social {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.border_blocks_social span {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", serif;
  color: #fff;
}

.border_blocks_qrd {
  width: 24px;
  height: 24px;
  min-width: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFAC1), to(#DED469));
  background: linear-gradient(180deg, #FFFAC1 0%, #DED469 100%);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.border_blocks_frame {
  position: relative;
  height: 0;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 60%;
}

.border_blocks_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.border_blocks_table {
  margin-top: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.border_blocks_table p {
  margin-top: 0;
  padding: 7.5px 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", serif;
  color: #fff;
}

.border_blocks_table p:nth-child(2n) {
  padding: 7.5px 20px;
  border-left: 1px solid #858585;
}

.quotes {
  padding-top: 70px;
}

.quotes .container {
  max-width: 1058px;
}

.quotes h2 {
  font-size: 40px;
  font-weight: 800;
  font-family: "Open Sans", serif;
  color: #fff;
}

.quotes_top {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
}

.quotes_image {
  width: 61px;
  height: 0;
  position: relative;
  padding-bottom: 61px;
  border-radius: 100px;
  overflow: hidden;
}

.quotes_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.quotes_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.quotes_name {
  font-size: 22px;
  font-weight: 600;
  font-family: "Open Sans", serif;
  color: #fff;
}

.quotes_entity {
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", serif;
  color: #fff;
}

.quotes_btm_text {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", serif;
  color: #fff;
  line-height: 1.6;
}

.feedback {
  padding-top: 70px;
  padding-bottom: 100px;
}

.feedback .container {
  max-width: 650px;
}

.feedback h2,
.feedback .feedback_title {
  font-size: 32px;
  font-weight: 800;
  font-family: "Montserrat", serif;
  color: #fff;
  text-align: center;
}

.feedback_subtitle {
  margin-top: 6px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  font-family: "Inter", serif;
  color: #fff;
}

.feedback_form {
  margin-top: 20px;
  width: 100%;
}

.feedback_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.feedback_row input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  border-radius: 10px;
  color: #131313;
  height: 45px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 300;
  font-family: "Inter", serif;
  border: 0;
  outline: none;
}

.feedback_row input::-webkit-input-placeholder {
  color: #858585;
}

.feedback_row input::-moz-placeholder {
  color: #858585;
}

.feedback_row input:-ms-input-placeholder {
  color: #858585;
}

.feedback_row input::-ms-input-placeholder {
  color: #858585;
}

.feedback_row input::placeholder {
  color: #858585;
}

.feedback textarea {
  width: 100%;
  resize: none;
  padding: 12px 15px;
  border-radius: 10px;
  color: #131313;
  font-size: 14px;
  font-weight: 300;
  font-family: "Inter", serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  border: 0;
  outline: none;
}

.feedback textarea::-webkit-input-placeholder {
  color: #858585;
}

.feedback textarea::-moz-placeholder {
  color: #858585;
}

.feedback textarea:-ms-input-placeholder {
  color: #858585;
}

.feedback textarea::-ms-input-placeholder {
  color: #858585;
}

.feedback textarea::placeholder {
  color: #858585;
}

.feedback .yellow {
  display: block;
  margin: 25px auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  outline: none;
  border: 0;
  cursor: pointer;
  padding: 12px 50px;
}

#feedback_response {
  font-size: 14px;
  font-weight: 300;
  font-family: "Inter", serif;
  text-align: center;
  margin-top: 10px;
}

.pb0 {
  padding-bottom: 0;
}

.pt0 {
  padding-top: 0;
}

.center_title {
  padding-top: 70px;
}

.center_title .container {
  max-width: 1058px;
}

.center_title h1 {
  font-size: 48px;
  font-weight: 800;
  font-family: "Open Sans", serif;
  color: #fff;
  text-align: center;
}

.center_title p {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", serif;
  color: #fff;
  text-align: center;
  line-height: 1.7;
}

.center_title a {
  margin: 30px auto 0;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.left_text {
  padding: 70px 0;
}

.left_text h2 {
  font-size: 48px;
  font-weight: 800;
  max-width: 840px;
  font-family: "Open Sans", serif;
  color: #fff;
}

.left_text p {
  margin-top: 20px;
  max-width: 840px;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", serif;
  color: #fff;
}

.left_text a {
  display: block;
  margin-top: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.blog .container {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.blog_elem {
  -webkit-backdrop-filter: blur(42px);
  backdrop-filter: blur(42px);
  background: radial-gradient(100% 100% at 0% 0%, rgba(255, 255, 255, 0.156) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 13px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.4784313725);
  display: flex;
  flex-direction: column;
}

.blog_pic {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 75%;
}

.blog_pic img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog_title {
  margin: 20px 25px 25px 25px;
  width: calc(100% - 50px);
  color: #FFFAC5;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", serif;
  text-align: center;
}

.blog_btm {
  margin: auto 25px 25px 25px;
  width: calc(100% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog_btm p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", serif;
  color: #fff;
}

.blog_btm span {
  border-radius: 14px;
  color: #DED469;
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", serif;
}

.blog_read .inner {
  padding: 9px 20px;
}

.single_inner {
  padding: 40px 0 100px;
}

.single_inner p {
  margin-top: 15px;
}

.single_inner .container * {
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", serif;
  color: #fff;
  line-height: 1.5;
}

.centered_block {
  padding: 70px 0 100px;
}

.centered_block .container {
  max-width: 904px;
  text-align: center;
  color: #fff;
}

.centered_block h3 {
  font-size: 32px;
  font-weight: 800;
  font-family: "Montserrat", serif;
  color: #fff;
}

.centered_block p {
  margin-top: 6px;
  font-size: 15px;
  font-weight: 400;
  font-family: "Inter", serif;
  color: #fff;
}

.centered_block a {
  margin: 20px auto 0;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.trailer_block {
  padding-top: 70px;
}

.trailer_block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}

.trailer_block_content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.trailer_block_content > p {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", serif;
  line-height: 1.6;
  color: #fff;
}

.trailer_block_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.trailer_block_text {
  font-size: 20px;
  font-weight: 400;
  font-family: "Roboto", serif;
  color: #fff;
}

.trailer_block_frame {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  height: 0;
  padding-bottom: 34%;
  border-radius: 13px;
  overflow: hidden;
}

.trailer_block_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.trailer_block_frame p {
  background-color: rgba(6, 6, 6, 0.5019607843);
  position: absolute;
  top: 0;
  left: 0;
  height: 47px;
  line-height: 47px;
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", serif;
  color: #FFFAC5;
  z-index: 2;
}

.film_player {
  padding: 70px 0;
}

.film_player_elem {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 60%;
  border-radius: 13px;
  overflow: hidden;
}

.film_player_elem iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_page_text {
  padding-top: 70px;
}

.top_page_text .container {
  max-width: 850px;
}

.top_page_text h2 {
  font-size: 48px;
  font-weight: 800;
  font-family: "Open Sans", serif;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.top_page_text p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", serif;
  color: #fff;
  text-align: center;
}

.top_page_text a {
  display: block;
  margin: 30px auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.gallery_block {
  padding-top: 70px;
}

.gallery_block h2 {
  font-size: 40px;
  font-weight: 800;
  font-family: "Open Sans", serif;
  color: #fff;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.5;
}

.gallery_block h2::after {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  bottom: -11px;
  height: 1px;
  background-color: #858585;
}

.gallery_block__inner {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}

.gallery_block_elem {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  position: relative;
  cursor: pointer;
}

.gallery_block_elem img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.gallery_block_elem iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.gallery_block_elem video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery_block_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 47px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: rgba(6, 6, 6, 0.5019607843);
}

.gallery_block_text p {
  color: #FFFAC5;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", serif;
}

.gallery_block_play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

.gallery_block_socials {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.gallery_block_soc_it {
  width: 29px;
  height: 29px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFAC1), to(#DED469));
  background: linear-gradient(180deg, #FFFAC1 0%, #DED469 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reviews {
  padding-top: 70px;
}
.reviews_title {
  color: #fff;
  font-size: 48px;
  font-family: "Open Sans";
  font-weight: 800;
}
.reviews_slider {
  padding-top: 40px;
}
.reviews_slider_left {
  position: absolute;
  top: -40px;
  right: 68px;
  cursor: pointer;
}
.reviews_slider_right {
  position: absolute;
  top: -40px;
  right: 0px;
  cursor: pointer;
}
.reviews .slick-arrow rect {
  fill-opacity: 1;
  transition: 0.4s;
}
.reviews .slick-arrow path {
  fill: #EC1411;
  transition: 0.4s;
}
.reviews .slick-arrow.slick-disabled rect {
  fill-opacity: 0.5;
}
.reviews .slick-arrow.slick-disabled path {
  fill: #4C1E1E;
}
.reviews_slider_item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
}
.reviews_slider_item--name {
  font-size: 18px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 600;
  text-align: center;
}
.reviews_slider_item_stars {
  margin-top: 15px;
  display: flex;
  gap: 3px;
}
.reviews_slider_item--desc {
  margin-top: 25px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto";
}
.reviews .slick-track {
  margin-left: -15px;
}

.sponsors .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sponsors .container img {
  max-width: calc(14.2857142857% - 5px);
}

.booklets .container {
  display: flex;
  align-items: flex-start;
  max-width: 1100px;
  gap: 30px;
}
.booklets_text {
  max-width: 623px;
  width: 60%;
}
.booklets_text h3,
.booklets_text h1 {
  font-size: 48px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  margin-bottom: 30px;
}
.booklets_description p {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  font-family: "roboto";
  color: #fff;
  line-height: 150%;
}

.team_title {
  text-transform: uppercase;
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  font-family: "Open Sans";
}
.team_subtitle {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto";
  color: #fff;
  margin-top: 20px;
}
.team_slider {
  padding-top: 40px;
}
.team .slick-track {
  display: flex;
  align-items: stretch;
}
.team .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.team_member {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.368627451);
  backdrop-filter: blur(42px);
  background: radial-gradient(100% 100% at 0% 0%, rgba(255, 255, 255, 0.156) 0%, rgba(255, 255, 255, 0) 100%);
  height: unset;
  margin: 0 15px;
  float: none !important;
  /* &:last-child{
    margin-right: 0;
  } */
}
.team_member--photo {
  width: 100%;
  height: 0;
  padding-bottom: 90%;
  position: relative;
  overflow: hidden;
}
.team_member--photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team_member_content {
  padding: 20px 20px 30px;
}
.team_member--name {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Montserrat";
  line-height: 150%;
}
.team_member-job {
  margin-top: 5px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat";
  line-height: 150%;
}
.team_member--description {
  margin-top: 20px;
  color: #fff;
  font-family: "Inter";
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
}
.team_slider_left {
  position: absolute;
  top: -46px;
  right: 68px;
}
.team_slider_right {
  position: absolute;
  top: -46px;
  right: 0;
}
.team .slick-arrow {
  cursor: pointer;
}
.team .slick-arrow rect {
  transition: 0.4s;
}
.team .slick-arrow path {
  transition: 0.4s;
}
.team .slick-arrow.slick-disabled {
  cursor: default;
}
.team .slick-arrow.slick-disabled rect {
  fill: #931412;
}
.team .slick-arrow.slick-disabled path {
  fill: #4C1E1E;
}

.pb70 {
  padding-bottom: 70px;
}

.pb90 {
  padding-bottom: 90px;
}

@media (max-width: 1000px) {
  .footer_socials {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer_col.scnd {
    width: 37%;
  }
}
@media (max-width: 900px) {
  .booklet .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .booklet_image,
  .booklet_content {
    width: 100%;
  }
  .video_gall .slick-slider,
  .image_gallery .slick-slider {
    overflow: hidden;
  }
  .video_gall_subtitle {
    width: 70%;
  }
  .trailer_block .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .trailer_block {
    padding-top: 40px;
  }
  .trailer_block_content,
  .trailer_block_frame {
    width: 100%;
  }
  .trailer_block_frame {
    padding-bottom: 70%;
  }
}
@media (max-width: 768px) {
  .film_player {
    padding: 40px 0;
  }
  .two_blocks {
    padding-top: 40px;
  }
  .two_blocks .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
  }
  .two_blocks_block {
    width: 100%;
    padding: 20px 20px;
    gap: 15px;
  }
  .two_blocks_title {
    font-size: 20px;
  }
  .two_blocks_link {
    font-size: 18px;
  }
  .endorsements_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }
  .watch_trailer {
    padding-top: 50px;
  }
  .watch_trailer h2 {
    font-size: 25px;
  }
  .watch_trailer_inner {
    margin-top: 20px;
  }
  .three_tabs {
    padding-top: 50px;
  }
  .three_tabs .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .three_tabs_btn .inner {
    padding: 8px 25px;
  }
  .three_tabs_tab {
    overflow: unset;
    width: 100%;
  }
  .subscribe {
    padding: 50px 0;
  }
  .subscribe h2,
  .subscribe .subscribe_title {
    font-size: 27px;
  }
  .subscribe p {
    font-size: 14px;
  }
  .booklet {
    padding-top: 50px;
  }
  .booklet .container {
    gap: 20px;
  }
  .booklet_content h2 {
    font-size: 32px;
  }
  .booklet_items {
    margin-top: 15px;
    gap: 15px;
    padding-bottom: 15px;
  }
  .booklet_item span,
  .booklet_item p {
    font-size: 16px;
    line-height: 1.5;
  }
  .image_gallery {
    padding: 50px 0;
  }
  .image_gallery h3,
  .image_gallery h2 {
    font-size: 28px;
  }
  .image_gallery_slider {
    margin-top: 20px;
  }
  .image_gallery_arr {
    width: 30px;
    height: 30px;
    top: 5px;
  }
  .image_gallery_arr svg {
    width: 11px;
  }
  .image_gallery_arr.prev_arr {
    right: 47px;
  }
  .ways {
    padding-top: 50px;
  }
  .ways h2,
  .ways .ways_title {
    font-size: 32px;
  }
  .ways h2.center {
    font-size: 27px;
  }
  .ways_subtitle {
    margin-top: 15px;
  }
  .ways_wrapper {
    margin-top: 20px;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  .ways_text {
    padding: 10px 10px 0 10px;
  }
  .ways_text p {
    font-size: 14px;
  }
  .video_gall {
    padding-top: 50px;
  }
  .video_gall h2 {
    font-size: 32px;
  }
  .video_gall_subtitle {
    display: none;
  }
  .video_gall_slider {
    margin-top: 20px;
  }
  .video_gall .image_gallery_arr {
    top: 5px;
  }
  .video_gall_element_icon {
    width: 60px;
    height: 60px;
  }
  .video_gall_name {
    margin-top: 15px;
    font-size: 20px;
  }
  .video_gall_descr {
    margin-top: 10px;
    font-size: 14px;
  }
  .endorsements {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .endorsements_title h2 {
    font-size: 32px;
  }
  .endorsements h2.center {
    font-size: 25px;
    text-align: left;
  }
  .endorsements_title {
    gap: 10px;
  }
  .endorsements_top {
    gap: 15px;
  }
  .endorsements_inner {
    gap: 20px;
    margin-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .endorsements_elem {
    width: 100%;
  }
  .endorsements_content_title_avatar {
    width: 40px;
    min-width: 40px;
    padding-bottom: 40px;
  }
  .endorsements_content_title_wrapper {
    gap: 15px;
    margin: 0 auto 10px 0;
  }
  .endorsements_image.type3 {
    margin: 15px 15px 0 15px;
    width: calc(100% - 30px);
  }
  .gradient_btn .inner {
    padding: 8px 30px;
  }
  .gradient_btn span {
    font-size: 14px;
  }
  .faq {
    padding: 50px 0;
  }
  .faq h2 {
    font-size: 32px;
  }
  .faq_subtitle {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .faq_elem_top {
    padding: 15px 0;
  }
  .faq_elem_top p {
    font-size: 16px;
  }
  .faq_elem_top svg {
    width: 20px;
  }
  .faq_elem_btm {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .footer_top {
    padding: 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer_col.first {
    max-width: unset;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer_col.first img {
    width: 50%;
  }
  .footer_text {
    margin-top: 20px;
    font-size: 13px;
  }
  .footer_col.scnd {
    width: 75%;
    max-width: unset;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 35px;
  }
  .footer_col.thrd {
    max-width: unset;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 35px;
  }
  .footer_col_title {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .footer_col_nav ul a {
    font-size: 14px;
  }
  .footer_col_nav ul {
    row-gap: 20px;
  }
  .footer_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .footer_bottom_copyright {
    font-weight: 300;
  }
  .border_blocks,
  .quotes {
    padding-top: 50px;
  }
  .feedback {
    padding: 50px 0;
  }
  .feedback_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .feedback_row input {
    min-height: 45px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .border_blocks p,
  .border_blocks_social span {
    font-size: 14px;
  }
  .quotes h2 {
    font-size: 30px;
  }
  .quotes_top {
    margin-top: 20px;
    gap: 10px;
  }
  .quotes_image {
    width: 45px;
    padding-bottom: 45px;
  }
  .quotes_name {
    font-size: 20px;
  }
  .quotes_entity {
    font-size: 13px;
  }
  .quotes_text {
    gap: 5px;
  }
  .quotes_btm_text {
    font-size: 14px;
  }
  .feedback h2,
  .feedback .feedback_title {
    font-size: 28px;
  }
  .feedback_subtitle {
    font-size: 13px;
  }
  .feedback_row {
    gap: 10px;
  }
  .feedback textarea {
    margin-top: 10px;
  }
  .feedback .yellow {
    margin-top: 17px;
  }
  .center_title h1 {
    font-size: 28px;
  }
  .center_title p {
    margin-top: 15px;
    font-size: 13px;
  }
  .center_title a {
    margin-top: 15px;
  }
  .left_text h2 {
    font-size: 32px;
  }
  .left_text p {
    font-size: 14px;
    margin-top: 10px;
  }
  .left_text a {
    margin-top: 20px;
  }
  .left_text {
    padding: 70px 0 40px;
  }
  .blog_title {
    margin: 15px 18px 18px 18px;
    width: calc(100% - 36px);
    color: #FFFAC5;
    font-size: 17px;
  }
  .blog_btm {
    margin: auto 18px 18px 18px;
    width: calc(100% - 36px);
  }
  .blog .container {
    gap: 15px;
  }
  .single_inner .container * {
    font-size: 14px;
  }
  .single_inner {
    padding: 20px 0 50px;
  }
  .border_blocks_table {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .border_blocks_table p:nth-child(2n) {
    padding: 7.5px 0;
    border-left: 0;
  }
  .centered_block {
    padding: 40px 0 50px;
  }
  .centered_block h3 {
    font-size: 26px;
  }
  .trailer_block_row svg {
    width: 25px;
    height: auto;
  }
  .trailer_block_text {
    font-size: 15px;
  }
  .trailer_block_content > p {
    font-size: 15px;
  }
  .gallery_block h2::after {
    display: none;
  }
  .gallery_block h2 {
    width: 100%;
  }
  .top_page_text h2 {
    font-size: 32px;
  }
  .top_page_text p {
    margin-top: 10px;
    font-size: 14px;
  }
  .gallery_block {
    padding-top: 40px;
  }
  .gallery_block h2 {
    font-size: 28px;
  }
  .gallery_block__inner {
    margin-top: 15px;
    gap: 15px;
  }
  .gallery_block_text p {
    font-size: 15px;
  }
  .watch_trailer.mobile {
    display: block;
  }
  .booklets .container {
    flex-direction: column-reverse;
  }
  .running_nums .container {
    flex-direction: column;
  }
  .reviews {
    padding-top: 30px;
  }
  .reviews_title {
    font-size: 28px;
  }
  .reviews_slider_left,
  .reviews_slider_right {
    width: 27px;
  }
  .reviews_slider_left {
    right: 51px;
  }
  .reviews_slider_item--name {
    font-size: 16px;
  }
  .reviews_slider_item--desc {
    margin-top: 13px;
    font-size: 14px;
  }
  .reviews_slider {
    padding-top: 30px;
  }
  .ways_wrapper {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .ways_elem {
    padding: 20px 15px;
  }
  .ways_descrp * {
    font-size: 12px;
  }
  .ways_descrp {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .ways_link {
    font-size: 13px;
    padding: 7px 22px;
  }
  .sponsors .container img {
    max-width: 45%;
  }
  .team .container {
    overflow: hidden;
  }
  .booklets_text {
    max-width: unset;
    width: 100%;
  }
  .booklets_text h3,
  .booklets_text h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .running_string .marquee p {
    font-size: 34px;
  }
  .running_nums .container {
    flex-wrap: wrap;
    gap: 15px;
    flex-direction: unset;
  }
  .booklets_description p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .booklets .container {
    gap: 15px;
  }
  .team_title {
    font-size: 32px;
  }
  .team_subtitle {
    font-size: 14px;
    margin-top: 15px;
  }
  .team_slider {
    padding-top: 55px;
  }
  .team_slider_left {
    top: -1px;
    width: 30px;
    right: 50px;
  }
  .team_slider_right {
    top: -1px;
    right: 0;
    width: 30px;
  }
  .team_member_content {
    padding: 12px 8px 15px;
  }
  .team_member--name {
    font-size: 17px;
  }
  .team_member-job {
    font-size: 16px;
  }
  .team_member--description {
    font-size: 14px;
    margin-top: 15px;
  }
  .running_nums_item {
    align-items: center;
    gap: 15px;
    max-width: 45%;
    width: 47%;
    flex: unset;
  }
  .running_nums_item .text {
    text-align: center;
  }
  .header_mobile a {
    max-width: 60%;
  }
  .pb0 {
    padding-bottom: 0;
  }
  .pt0 {
    padding-top: 0;
  }
  .pb70, .pb90 {
    padding-bottom: 40px;
  }
}