@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,300;1,400;1,500&display=swap");
:root {
  --swiper-pagination-bullet-horizontal-gap: 7px;
}

.swiper {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.c-slider__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.c-slider .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: unset;
  opacity: 0.349999994;
  background: #FFF;
  margin: 0 7px;
}
.c-slider .swiper-pagination-bullet:before {
  display: none;
}
.c-slider .swiper-pagination-bullet:nth-child(1) {
  margin: 0 7px 0 1px;
}
.c-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 41px;
  height: 6px;
  opacity: 1;
}

.c-slider.c-slider--main {
  font-family: Montserrat;
  height: 80vh;
}
@media (max-width: 1279px) {
  .c-slider.c-slider--main {
    height: 80vh;
  }
}
.c-slider.c-slider--main .c-slider--wrapper {
  width: 100%;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 66px */
  color: #FFFFFF;
  max-width: unset;
  margin-left: 156px;
}
@media (max-width: 1599px) {
  .c-slider.c-slider--main .c-slider--wrapper {
    margin-left: 50px;
    font-size: 50px;
  }
}
@media (max-width: 1279px) {
  .c-slider.c-slider--main .c-slider--wrapper {
    margin-left: 28px;
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .c-slider.c-slider--main .c-slider--wrapper {
    margin-left: 28px;
    font-size: 36px;
  }
}
.c-slider.c-slider--main .c-slider__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1599px) {
  .c-slider.c-slider--main .c-slider__line {
    gap: 15px;
  }
}
@media (max-width: 1279px) {
  .c-slider.c-slider--main .c-slider__line {
    -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: start;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .c-slider.c-slider--main .c-slider__line {
    -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: start;
    gap: 10px;
  }
}
.c-slider.c-slider--main .c-slider__header {
  color: #E01F2E;
}
.c-slider.c-slider--main .c-slider__tagline {
  line-height: 100%; /* 60px */
  padding: 8px 16px;
  border-radius: 4px;
  background: #E01F2E;
}
.c-slider.c-slider--main .animate__animated {
  --animate-duration: .3s;
}

.c-container {
  max-width: 1605px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1599px) {
  .c-container {
    padding-left: 27px;
    padding-right: 27px;
  }
}
@media (max-width: 1279px) {
  .c-container {
    padding-left: 27px;
    padding-right: 27px;
  }
}
@media (max-width: 767px) {
  .c-container {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.c-thesis {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 800px;
}
@media (max-width: 1279px) {
  .c-thesis {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .c-thesis {
    grid-template-columns: 1fr;
    height: unset;
  }
}
.c-thesis__title {
  margin-top: 87px;
  margin-left: 159px;
  width: 925px;
  position: absolute;
  color: #E01F2E;
  text-align: right;
  font-family: Montserrat;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 55px */
}
@media (max-width: 1599px) {
  .c-thesis__title {
    font-size: 50px;
    width: auto;
    left: 140px;
    margin-left: 0;
  }
}
@media (max-width: 1279px) {
  .c-thesis__title {
    margin-top: 52px;
    font-size: 30px;
    left: 5%;
  }
}
@media (max-width: 767px) {
  .c-thesis__title {
    margin-top: 32px;
    font-size: 36px;
    position: unset;
    padding-right: 19px;
    margin-bottom: 24px;
  }
}
.c-thesis__text {
  color: #000;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 33px */
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-left: 157px;
  padding-bottom: 94px;
  padding-right: 64px;
}
@media (max-width: 1599px) {
  .c-thesis__text {
    font-size: 30px;
    padding-left: 29px;
  }
}
@media (max-width: 1279px) {
  .c-thesis__text {
    font-size: 24px;
    padding-left: 29px;
    padding-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .c-thesis__text {
    font-size: 24px;
    padding-left: 19px;
    padding-bottom: 41px;
    padding-right: unset;
  }
}
.c-thesis__image {
  background-size: cover;
}
@media (max-width: 767px) {
  .c-thesis__image {
    grid-row-start: 2;
    grid-row-end: 3;
    height: 460px;
    margin-bottom: 25px;
  }
}

.double-slider {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 800px;
}
@media (max-width: 1599px) {
  .double-slider {
    height: 700px;
  }
}
@media (max-width: 1279px) {
  .double-slider {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .double-slider {
    height: unset;
    grid-template-columns: 1fr;
  }
}
.double-slider .slider-one {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .double-slider .slider-one {
    height: 460px;
  }
}
.double-slider .slider-one .swiper-slide {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.double-slider .slider-two {
  overflow: hidden;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.double-slider .slider-two__wrapper {
  padding-left: 148px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
}
@media (max-width: 1599px) {
  .double-slider .slider-two__wrapper {
    padding-left: 119px;
  }
}
@media (max-width: 1279px) {
  .double-slider .slider-two__wrapper {
    padding-left: 71px;
    width: 82%;
  }
}
@media (max-width: 767px) {
  .double-slider .slider-two__wrapper {
    padding-left: 19px;
    padding-top: 26px;
    padding-bottom: 67px;
    width: 95%;
  }
}
.double-slider .slider-two .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-attachment: fixed;
  background-size: cover;
}
.double-slider .slider-two .slider-two__title {
  color: #000;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 44px */
}
@media (max-width: 1599px) {
  .double-slider .slider-two .slider-two__title {
    font-size: 30px;
  }
}
@media (max-width: 1279px) {
  .double-slider .slider-two .slider-two__title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .double-slider .slider-two .slider-two__title {
    font-size: 24px;
  }
}
.double-slider .slider-two .slider-two__text {
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 125% */
}
.double-slider .slider-two .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .double-slider .slider-two .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}
.double-slider .slider-two .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:before, .double-slider .slider-two .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:before {
  display: none;
}
.double-slider .slider-two .swiper-pagination-bullet {
  opacity: 0.349999994;
  background: #B1B1B1;
  width: 6px;
  height: 6px;
  border-radius: unset;
}
.double-slider .slider-two .swiper-pagination-bullet:before {
  display: none;
}
.double-slider .slider-two .swiper-pagination-bullet-active {
  width: 41px;
  height: 6px;
  opacity: 1;
  background-color: #E01F2E;
}

.slider-text {
  position: relative;
  overflow: hidden;
  height: 800px;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1599px) {
  .slider-text {
    height: 700px;
  }
}
@media (max-width: 1279px) {
  .slider-text {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .slider-text {
    height: 460px;
  }
}
.slider-text .swiper-slide {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.slider-text .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: unset;
  opacity: 0.349999994;
  background: #FFF;
  margin: 0 7px;
}
.slider-text .swiper-pagination-bullet:before {
  display: none;
}
.slider-text .swiper-pagination-bullet:nth-child(1) {
  margin: 0 7px 0 0;
}
.slider-text .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 41px;
  height: 6px;
  opacity: 1;
}
.slider-text .swiper-slide::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(44deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.25;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.slider-text__content {
  position: absolute;
  left: 158px;
  top: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
@media (max-width: 1599px) {
  .slider-text__content {
    top: 54px;
    left: 29px;
    gap: 36px;
  }
}
@media (max-width: 1279px) {
  .slider-text__content {
    top: 54px;
    left: 29px;
    gap: 36px;
  }
}
@media (max-width: 767px) {
  .slider-text__content {
    top: 35px;
    left: 20px;
    gap: 11px;
  }
}
.slider-text__text {
  color: #FFF;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 125% */
  width: 680px;
}
@media (max-width: 1599px) {
  .slider-text__text {
    font-size: 20px;
  }
}
@media (max-width: 1279px) {
  .slider-text__text {
    font-size: 20px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .slider-text__text {
    font-size: 18px;
    width: auto;
  }
}
.slider-text__title {
  width: 640px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 44px */
}
@media (max-width: 1599px) {
  .slider-text__title {
    font-size: 30px;
  }
}
@media (max-width: 1279px) {
  .slider-text__title {
    width: 90%;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .slider-text__title {
    font-size: 24px;
    width: auto;
  }
}
.slider-text__title span.red {
  color: #E01F2E;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 66px */
}
@media (max-width: 1599px) {
  .slider-text__title span.red {
    font-size: 32px;
  }
}
@media (max-width: 1279px) {
  .slider-text__title span.red {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .slider-text__title span.red {
    font-size: 28px;
  }
}
.slider-text__left .slider-text__content {
  width: 55%;
}
@media (max-width: 767px) {
  .slider-text__left .slider-text__content {
    width: auto;
    right: 20px;
  }
}
.slider-text__right .slider-text__content {
  left: unset;
  top: unset;
  right: 186px;
  bottom: 100px;
}
@media (max-width: 1599px) {
  .slider-text__right .slider-text__content {
    right: 53px;
  }
}
@media (max-width: 1279px) {
  .slider-text__right .slider-text__content {
    width: 50%;
    right: 53px;
    left: unset;
  }
}
@media (max-width: 767px) {
  .slider-text__right .slider-text__content {
    width: auto;
    top: 83px;
    bottom: 70px;
    right: 20px;
    left: 20px;
  }
}

.our-shops {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .our-shops {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .our-shops__list {
    display: none;
  }
}
.our-shops__mob {
  display: none;
  position: relative;
}
.our-shops__mob .swiper-slide {
  background-size: cover;
}
.our-shops__mob .swiper-horizontal > .swiper-pagination-bullets, .our-shops__mob .swiper-pagination-bullets.swiper-pagination-horizontal, .our-shops__mob .swiper-pagination-custom, .our-shops__mob .swiper-pagination-fraction {
  bottom: -40px;
  left: 13px;
  text-align: left;
}
.our-shops__mob .swiper-horizontal > .swiper-pagination-bullets:before, .our-shops__mob .swiper-pagination-bullets.swiper-pagination-horizontal:before, .our-shops__mob .swiper-pagination-custom:before, .our-shops__mob .swiper-pagination-fraction:before {
  display: none;
}
.our-shops__mob .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .our-shops__mob .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
  width: 6px;
  height: 6px;
  border-radius: unset;
}
.our-shops__mob .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:before, .our-shops__mob .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:before {
  display: none;
}
.our-shops__mob .swiper-pagination-bullet-active {
  background: #E01F2E;
}
@media (max-width: 767px) {
  .our-shops__mob {
    display: block;
    height: 360px;
  }
}
.our-shops__title {
  margin-top: 93px;
  margin-bottom: 42px;
  color: #000;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 44px */
}
@media (max-width: 1599px) {
  .our-shops__title {
    margin-bottom: 34px;
  }
}
@media (max-width: 1279px) {
  .our-shops__title {
    font-size: 30px;
    margin-top: 35px;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .our-shops__title {
    margin-bottom: 17px;
  }
}
.our-shops__line-one {
  display: grid;
  grid-template-columns: 43% 24% 33%;
}
.our-shops__line-two {
  display: grid;
  grid-template-columns: 24% 35% 24% 17%;
}
.our-shops__wrapper {
  overflow: hidden;
  cursor: pointer;
  -webkit-overflow-scrolling: touch;
}
.our-shops__item {
  height: 620px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.5s 0.1s;
  transition: -webkit-transform 0.5s 0.1s;
  transition: transform 0.5s 0.1s;
  transition: transform 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
@media (max-width: 1599px) {
  .our-shops__item {
    height: 410px;
  }
}
@media (max-width: 1279px) {
  .our-shops__item {
    height: 288px;
  }
}
.our-shops__item:hover {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}

.year-start__title {
  margin-top: 93px;
  margin-bottom: 9px;
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 125% */
}
@media (max-width: 1279px) {
  .year-start__title {
    margin-top: 33px;
  }
}
.year-start__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 77px;
  margin-bottom: 110px;
}
@media (max-width: 1599px) {
  .year-start__content {
    gap: 60px;
    margin-bottom: 94px;
  }
}
@media (max-width: 1279px) {
  .year-start__content {
    gap: 60px;
    margin-bottom: 38px;
  }
}
@media (max-width: 767px) {
  .year-start__content {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 26px;
  }
}
.year-start__left {
  white-space: nowrap;
  color: #E01F2E;
  font-family: Montserrat;
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 132px */
}
@media (max-width: 1599px) {
  .year-start__left {
    font-size: 90px;
  }
}
@media (max-width: 1279px) {
  .year-start__left {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .year-start__left {
    font-size: 50px;
  }
}
.year-start__right {
  width: 643px;
  margin-top: 40px;
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 125% */
}
@media (max-width: 1599px) {
  .year-start__right {
    font-size: 20px;
    margin-top: 25px;
    width: auto;
    margin-right: 30px;
  }
}
@media (max-width: 1279px) {
  .year-start__right {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .year-start__right {
    margin-top: 0;
    font-size: 18px;
  }
}
.year-start__text {
  color: #000;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 44px */
  position: absolute;
  top: 91px;
  left: 158px;
  width: 663px;
}
@media (max-width: 1599px) {
  .year-start__text {
    font-size: 30px;
    top: 95px;
    left: 29px;
  }
}
@media (max-width: 1279px) {
  .year-start__text {
    font-size: 24px;
    top: 55px;
    left: 29px;
    width: 470px;
  }
}
@media (max-width: 767px) {
  .year-start__text {
    font-size: 24px;
    top: 35px;
    left: 19px;
    width: auto;
    right: 19px;
  }
}
.year-start__bg {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 800px;
}
@media (max-width: 1599px) {
  .year-start__bg {
    height: 700px;
  }
}
@media (max-width: 1279px) {
  .year-start__bg {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .year-start__bg {
    height: 500px;
  }
}
.year-start__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.25;
}

.our-community {
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 1599px) {
  .our-community {
    padding-bottom: 92px;
  }
}
@media (max-width: 1279px) {
  .our-community {
    padding-bottom: 41px;
  }
}
@media (max-width: 767px) {
  .our-community {
    padding-bottom: 72px;
  }
}
.our-community .our-poster__content {
  gap: 43px;
}
@media (max-width: 1599px) {
  .our-community .our-poster__content {
    gap: 43px;
  }
}
@media (max-width: 1279px) {
  .our-community .our-poster__content {
    gap: 36px;
  }
}
@media (max-width: 767px) {
  .our-community .our-poster__content {
    gap: 32px;
  }
}
.our-community .our-poster__img {
  width: 100%;
}
.our-community .our-poster__img img {
  width: 100%;
}
.our-community .our-poster__number {
  font-size: 60px;
}
.our-community .our-poster__head {
  font-size: 24px;
}
@media (max-width: 1599px) {
  .our-community .our-poster__head {
    font-size: 20px;
  }
}
@media (max-width: 1279px) {
  .our-community .our-poster__head {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .our-community .our-poster__head {
    font-size: 18px;
  }
}
.our-community .our-poster__text {
  font-size: 24px;
}
@media (max-width: 1599px) {
  .our-community .our-poster__text {
    font-size: 20px;
  }
}
@media (max-width: 1279px) {
  .our-community .our-poster__text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .our-community .our-poster__text {
    font-size: 18px;
  }
}
.our-community__title {
  color: #000;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 44px */
  margin-top: 94px;
  margin-bottom: 40px;
}
@media (max-width: 1599px) {
  .our-community__title {
    margin-bottom: 32px;
  }
}
@media (max-width: 1279px) {
  .our-community__title {
    font-size: 30px;
    margin-top: 36px;
    margin-bottom: 23px;
  }
}
@media (max-width: 767px) {
  .our-community__title {
    margin-top: 34px;
    margin-bottom: 17px;
  }
}
.our-community__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.our-community__list .swiper-button-prev, .our-community__list .swiper-rtl .swiper-button-next {
  top: 15px;
  right: 89px;
  left: unset;
  color: #FFFFFF;
  background: #E01F2E;
  width: 40px;
  height: 40px;
  border-radius: 5px;
}
.our-community__list .swiper-button-prev:after, .our-community__list .swiper-rtl .swiper-button-next:after {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .our-community__list .swiper-button-prev, .our-community__list .swiper-rtl .swiper-button-next {
    right: 75px;
  }
}
.our-community__list .swiper-button-next, .our-community__list .swiper-rtl .swiper-button-prev {
  top: 15px;
  color: #FFFFFF;
  background: #E01F2E;
  width: 40px;
  height: 40px;
  right: 29px;
  border-radius: 5px;
}
.our-community__list .swiper-button-next:after, .our-community__list .swiper-rtl .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .our-community__list .swiper-button-next, .our-community__list .swiper-rtl .swiper-button-prev {
    right: 19px;
  }
}
.our-community__item {
  max-width: 514px;
}
.our-community__img {
  margin-bottom: 37px;
}
.our-community__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 43px;
}
.our-community__head {
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 125% */
  margin-bottom: 10px;
}
.our-community__text {
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.our-community__number {
  color: #E01F2E;
  font-family: Montserrat;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 66px */
}

.our-now {
  position: relative;
  background: #333334;
  padding-top: 88px;
  padding-bottom: 127px;
}
@media (max-width: 1599px) {
  .our-now {
    padding-bottom: 100px;
  }
}
@media (max-width: 1279px) {
  .our-now {
    padding-bottom: 60px;
    padding-top: 56px;
  }
}
@media (max-width: 767px) {
  .our-now {
    padding-bottom: 71px;
    padding-top: 37px;
  }
}
.our-now__mob {
  display: none;
}
@media (max-width: 767px) {
  .our-now__mob {
    display: block;
  }
}
.our-now__mob .swiper-horizontal > .swiper-pagination-bullets, .our-now__mob .swiper-pagination-bullets.swiper-pagination-horizontal, .our-now__mob .swiper-pagination-custom, .our-now__mob .swiper-pagination-fraction {
  left: 11px;
  text-align: left;
  bottom: 33px;
}
.our-now__mob .swiper-horizontal > .swiper-pagination-bullets:before, .our-now__mob .swiper-pagination-bullets.swiper-pagination-horizontal:before, .our-now__mob .swiper-pagination-custom:before, .our-now__mob .swiper-pagination-fraction:before {
  display: none;
}
.our-now__mob .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .our-now__mob .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
  width: 6px;
  height: 6px;
  border-radius: unset;
  opacity: 0.349999994;
  background: #FFF;
}
.our-now__mob .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:before, .our-now__mob .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:before {
  display: none;
}
.our-now__mob .swiper-pagination-bullet-active {
  background: #FFF;
  opacity: 1 !important;
}
.our-now__title {
  margin-bottom: 36px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media (max-width: 1599px) {
  .our-now__title {
    font-size: 50px;
  }
}
@media (max-width: 1279px) {
  .our-now__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .our-now__title {
    font-size: 36px;
  }
}
.our-now__title span {
  color: #E01F2E;
}
.our-now__item {
  width: 16%;
}
@media (max-width: 1279px) {
  .our-now__item {
    width: 100%;
  }
}
.our-now__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media (max-width: 1279px) {
  .our-now__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .our-now__list {
    display: none;
  }
}
.our-now__number {
  color: #FFF;
  font-family: Montserrat;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 66px */
  opacity: 0.150000006;
  margin-bottom: 27px;
}
@media (max-width: 1599px) {
  .our-now__number {
    margin-bottom: 14px;
  }
}
@media (max-width: 1279px) {
  .our-now__number {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .our-now__number {
    margin-bottom: 4px;
  }
}
.our-now__text {
  color: #FFF;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 26.4px */
}
@media (max-width: 1599px) {
  .our-now__text {
    font-size: 20px;
  }
}
@media (max-width: 1279px) {
  .our-now__text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .our-now__text {
    font-size: 18px;
  }
}

.our-brands {
  padding-top: 88px;
  padding-bottom: 100px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1279px) {
  .our-brands {
    padding-top: 57px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .our-brands {
    padding-top: 37px;
    padding-bottom: 76px;
  }
}
.our-brands__title {
  color: #FFF;
  font-family: Montserrat;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 254px;
}
@media (max-width: 1599px) {
  .our-brands__title {
    margin-bottom: 200px;
    font-size: 50px;
  }
}
@media (max-width: 1279px) {
  .our-brands__title {
    margin-bottom: 150px;
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .our-brands__title {
    margin-bottom: 75px;
    font-size: 36px;
  }
}
.our-brands__title span {
  color: #E01F2E;
}
.our-brands__line {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.our-brands .swiper-slide {
  width: auto;
}
.our-brands__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 160px;
  border-radius: 4px;
  background: #E01F2E;
}
@media (max-width: 1599px) {
  .our-brands__item {
    width: 177px;
    height: 117px;
  }
}
@media (max-width: 1279px) {
  .our-brands__item {
    width: 161px;
    height: 117px;
  }
}
@media (max-width: 767px) {
  .our-brands__item {
    width: 150px;
    height: 117px;
  }
}
.our-brands__item img {
    padding: 16%;
    margin: 0 auto;
    height: 100%;
}
.c-subscribe__form {
    padding-top: 25px;
}
@media (max-width: 1279px) {
  .our-brands__item img {
    padding: 30%;
  }
}
@media (max-width: 767px) {
  .our-brands__item img {
    padding: 30% 20%;
  }
}

.our-poster {
  margin-top: 93px;
  margin-bottom: 100px;
}
@media (max-width: 1599px) {
  .our-poster {
    margin-top: 71px;
    margin-bottom: 92px;
  }
}
@media (max-width: 1279px) {
  .our-poster {
    margin-top: 38px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .our-poster {
    margin-top: 34px;
    margin-bottom: 72px;
  }
}
.our-poster .c-container {
  position: relative;
}
.our-poster__title {
  color: #000;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 44px */
  margin-bottom: 40px;
}
@media (max-width: 1599px) {
  .our-poster__title {
    font-size: 40px;
  }
}
@media (max-width: 1279px) {
  .our-poster__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .our-poster__title {
    font-size: 30px;
  }
}
.our-poster__list {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.our-poster__list .swiper-button-prev, .our-poster__list .swiper-rtl .swiper-button-next {
  top: 26px;
  right: 60px;
  left: unset;
  color: #FFFFFF;
  background: #E01F2E;
  width: 40px;
  height: 40px;
  border-radius: 5px;
}
.our-poster__list .swiper-button-prev:after, .our-poster__list .swiper-rtl .swiper-button-next:after {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1599px) {
  .our-poster__list .swiper-button-prev, .our-poster__list .swiper-rtl .swiper-button-next {
    right: 89px;
  }
}
@media (max-width: 767px) {
  .our-poster__list .swiper-button-prev, .our-poster__list .swiper-rtl .swiper-button-next {
    right: 75px;
  }
}
.our-poster__list .swiper-button-next, .our-poster__list .swiper-rtl .swiper-button-prev {
  top: 26px;
  color: #FFFFFF;
  background: #E01F2E;
  width: 40px;
  height: 40px;
  right: 0;
  border-radius: 5px;
}
.our-poster__list .swiper-button-next:after, .our-poster__list .swiper-rtl .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1599px) {
  .our-poster__list .swiper-button-next, .our-poster__list .swiper-rtl .swiper-button-prev {
    right: 29px;
  }
}
@media (max-width: 767px) {
  .our-poster__list .swiper-button-next, .our-poster__list .swiper-rtl .swiper-button-prev {
    right: 19px;
  }
}
.our-poster__img img {
  width: 100%;
}
.our-poster__content {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 31px;
}
@media (max-width: 1599px) {
  .our-poster__content {
    gap: 31px;
  }
}
@media (max-width: 1279px) {
  .our-poster__content {
    gap: 36px;
  }
}
@media (max-width: 767px) {
  .our-poster__content {
    gap: 32px;
  }
}
.our-poster__number {
  color: #E01F2E;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 44px */
}
.our-poster__month {
  color: #E01F2E;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 16.5px */
}
.our-poster__time {
  color: #999;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
}
.our-poster__head {
  color: #000;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
}
.our-poster__text {
  color: #000;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.our-poster__link {
  color: #E01F2E;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  text-decoration: none;
}

.slider-footer {
  position: relative;
  height: 800px;
}
.slider-footer .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .slider-footer .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}
.slider-footer .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:before, .slider-footer .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:before {
  display: none;
}
.slider-footer .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(1), .slider-footer .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(1) {
  margin: 0 7px 0 1px;
}
@media (max-width: 1599px) {
  .slider-footer {
    height: 700px;
  }
}
@media (max-width: 1279px) {
  .slider-footer {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .slider-footer {
    height: 600px;
  }
}
.slider-footer .c-slider__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 158px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1599px) {
  .slider-footer .c-slider__wrapper {
    padding-left: 29px;
  }
}
@media (max-width: 1279px) {
  .slider-footer .c-slider__wrapper {
    padding-left: 29px;
  }
}
@media (max-width: 767px) {
  .slider-footer .c-slider__wrapper {
    padding-left: 19px;
  }
}
.slider-footer .c-slider__wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.25;
}
.slider-footer .c-slider__content {
  position: absolute;
  color: #FFF;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media (max-width: 1599px) {
  .slider-footer .c-slider__content {
    font-size: 30px;
  }
}
@media (max-width: 1279px) {
  .slider-footer .c-slider__content {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .slider-footer .c-slider__content {
    font-size: 24px;
  }
}
.slider-footer .c-slider__content .c-slider__header {
  color: #E01F2E;
}
.slider-footer .c-slider__content .c-slider__line {
  width: 600px;
}
@media (max-width: 767px) {
  .slider-footer .c-slider__content .c-slider__line {
    width: auto;
  }
}
.slider-footer .c-slider__content .c-slider__tagline {
  padding: 0 8px;
  border-radius: 4px;
  background: #E01F2E;
  line-height:45px;
}
@media (min-width: 1579px) {
  .slider-footer .c-slider__content .c-slider__tagline {
    line-height:55px;
  }
}

.c-subscribe {
padding: 173px 159px;
    background-image: url(/about/test/img/subscribe/1.svg);
    background-color: #e01f2e;
    background-size: cover;
    background-position: center;
}
@media (max-width: 1599px) {
  .c-subscribe {
    padding: 93px 33px;
  }
}
@media (max-width: 1279px) {
  .c-subscribe {
    padding: 54px 28px;
  }
}
@media (max-width: 767px) {
  .c-subscribe {
    padding: 34px 18px;
  }
}
.c-subscribe__wrapper {
    display: block;
}
@media (max-width: 1599px) {
  .c-subscribe__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }
}
.c-subscribe__text {
  max-width: 500px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
}
@media (max-width: 1599px) {
  .c-subscribe__text {
    font-size: 30px;
  }
}
@media (max-width: 1279px) {
  .c-subscribe__text {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .c-subscribe__text {
    font-size: 24px;
  }
}
@media (max-width: 1599px) {
  .c-subscribe__form {
    width: 100%;
  }
}
.c-subscribe__form>.subcribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
}
@media (max-width: 767px) {
  .c-subscribe__form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.c-subscribe__form input {
  border: none;
  width: 420px;
  outline: none;
  color: black;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 16.5px */
  border-radius: 4px;
  background: #FFF;
  padding: 22px 30px;
}
@media (max-width: 1599px) {
  .c-subscribe__form input {
    padding: 22px 30px;
  }
}
@media (max-width: 1279px) {
  .c-subscribe__form input {
    padding: 16px 30px;
    width: 320px;
  }
}
@media (max-width: 767px) {
  .c-subscribe__form input {
    padding: 16px 30px;
    width: 100%;
  }
}
.c-subscribe__form input::-webkit-input-placeholder {
  color: #999;
}
.c-subscribe__form input::-moz-placeholder {
  color: #999;
}
.c-subscribe__form input:-ms-input-placeholder {
  color: #999;
}
.c-subscribe__form input::-ms-input-placeholder {
  color: #999;
}
.c-subscribe__form input::placeholder {
  color: #999;
}
.c-subscribe__form button {
  color: #FFF;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  white-space: nowrap;
  font-weight: 700;
  line-height: 110%; /* 16.5px */
  padding: 22px 50px;
  border-radius: 4px;
  background: #313131;
  border: none;
}
@media (max-width: 1279px) {
  .c-subscribe__form button {
    padding: 15px 30px;
  }
}
@media (max-width: 767px) {
  .c-subscribe__form button {
    padding: 15px 30px;
    width: 100%;
  }
}
button.send_sub {
    cursor: pointer;
}
@media(max-width:800px){
.c-subscribe__form>.subcribe {
    flex-wrap: wrap;
}
}
span.agreeFOR a {
    text-decoration: underline;
}
span.agreeFOR {
    color: white;
    font-weight: 500;
}