@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@font-face {
  font-family: "Druk Text Wide Medium";
  src: url("../../fonts/druk/Druk Text Wide-Medium-Web.eot");
  src: url("../../fonts/druk/Druk Text Wide-Medium-Web.eot#iefix") format("embedded-opentype"), url("../../fonts/druk/Druk Text Wide-Medium-Web.woff2") format("woff2"), url("../../fonts/druk/Druk Text Wide-Medium-Web.woff") format("woff"), url("../../fonts/druk/Druk Text Wide-Medium-Web.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Druk Text Wide Heavy";
  src: url("../../fonts/druk/Druk Text Wide-Heavy-Web.eot");
  src: url("../../fonts/druk/Druk Text Wide-Heavy-Web.eot#iefix") format("embedded-opentype"), url("../../fonts/druk/Druk Text Wide-Heavy-Web.woff2") format("woff2"), url("../../fonts/druk/Druk Text Wide-Heavy-Web.woff") format("woff"), url("../../fonts/druk/Druk Text Wide-Heavy-Web.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (min-width: 992px) {
  html {
    overflow-x: hidden;
  }
}
.no-scroll {
  overflow: hidden;
}

body {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  position: relative;
  background: #000;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding: 0 16px;
  width: 1440px;
  position: relative;
}

@media (min-width: 1200px) {
  .container {
    padding: 0 38px;
  }
}
.section {
  padding: 45px 0;
}
@media (min-width: 991.98px) {
  .section {
    padding: 90px 0;
  }
}
.section-title {
  font-family: "Druk Text Wide Medium", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 26px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 40px;
  display: block;
  position: relative;
  padding-left: 16px;
}
@media (min-width: 991.98px) {
  .section-title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 60px;
    padding-left: 26px;
  }
}
.section-title:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: -10px;
  background: #F7461F;
  border-radius: 50%;
}
@media (min-width: 991.98px) {
  .section-title:before {
    width: 12px;
    height: 12px;
    top: 0;
  }
}

.swipe-hint {
  position: absolute;
  right: 16px;
  top: 16px;
  pointer-events: none;
}
.swipe-hint__hand {
  width: 28px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  animation: swipeAnimation 2s infinite ease-in-out;
}

@keyframes swipeAnimation {
  0% {
    transform: translateX(-16px) scale(1);
  }
  50% {
    transform: translateX(0) scale(1.05);
  }
  100% {
    transform: translateX(-16px) scale(1);
  }
}
.landing-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1249px;
  z-index: 0;
  pointer-events: none;
  background-image: url("../../img/v2/mobile-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.landing-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
@media (min-width: 1199.98px) {
  .landing-bg {
    background-image: url("../../img/v2/desctop-bg.png?v1");
    height: 1654px;
  }
  .landing-bg::after {
    height: 380px;
  }
}

.header {
  padding-top: 16px;
}
@media (min-width: 992px) {
  .header {
    padding-top: 30px;
  }
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .header-inner {
    justify-content: normal;
  }
}
.header__logo {
  z-index: 3;
}
.header__logo img {
  max-width: 100px;
}
.header__btn {
  display: none;
  order: 1;
  align-items: center;
  justify-content: center;
  font-family: "Druk Text Wide Medium", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF;
  gap: 20px;
  text-decoration: none;
  background: linear-gradient(90deg, #F7461F 0%, #FD874C 100%);
  cursor: pointer;
  position: relative;
  width: calc(100% - 23px);
  transition: all 0.3s ease;
  max-width: 257px;
  padding: 16px 44px 16px 18px;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1199.98px) {
  .header__btn {
    display: flex;
  }
}
.header__btn svg {
  transition: all 0.3s ease;
}
.header__btn:hover {
  background: linear-gradient(90deg, #F7461F 0%, #F7461F 100%);
  cursor: pointer;
}
.header__btn:hover svg {
  rotate: -30deg;
}
.header__btn-icon {
  position: absolute;
  right: -23px;
  top: 0;
}
.header__navigation {
  display: none;
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
  z-index: 2;
  margin: 0 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 992px) {
  .header__navigation {
    display: flex;
    position: inherit;
    background-color: transparent;
    min-width: auto;
  }
}
.header__navigation.active {
  display: flex;
  flex-direction: column;
  padding: 0 16px 32px;
}
.header__navigation.active:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 2;
  background: #000;
}
.header__navigation.active .header__btn {
  display: flex;
  margin: 30px auto 42px;
  order: 0;
}
@media (min-width: 991.98px) {
  .header__navigation.active .header__btn {
    display: none;
  }
}
@media (min-width: 991.98px) {
  .header__navigation .header__btn {
    display: none !important;
  }
}
.header__navigation-list {
  list-style: none;
  padding-top: 35%;
}
@media (min-width: 768px) {
  .header__navigation-list {
    padding-top: 20%;
  }
}
@media (min-width: 991.98px) {
  .header__navigation-list {
    padding-top: 0;
    display: flex;
  }
}
@media (min-width: 1199.98px) {
  .header__navigation-list {
    gap: 0;
  }
}
@media (min-width: 1400px) {
  .header__navigation-list {
    gap: 10px;
  }
}
.header__navigation-list__item {
  text-align: center;
}
.header__navigation-list__item a {
  padding: 10px 16px;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #FCFCFC;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
@media (min-width: 992px) {
  .header__navigation-list__item a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .header__navigation-list__item a {
    font-size: 14px;
  }
}
@media (min-width: 1300px) {
  .header__navigation-list__item a {
    font-size: 16px;
  }
}
.header__navigation-list__item a:hover {
  background: linear-gradient(90deg, #F7461F 0%, #FD874C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  cursor: pointer;
}
.header__navigation-list__item a:hover:before {
  content: "";
  width: 10px;
  height: 10px;
  background: linear-gradient(90deg, #f7461f 0%, #fc603e 100%);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .header__navigation-list__item a:hover:before {
    top: 5px;
  }
}
.header .mobile-additional {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 33px;
}
@media (min-width: 992px) {
  .header .mobile-additional {
    display: none;
  }
}
.header .mobile-additional__top {
  display: flex;
  justify-content: center;
  text-align: center;
}
.header .header-social {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header .header-social .header-social__item {
  color: #fff;
  text-decoration: none;
}
.header .nav_btn {
  background-color: transparent;
  border: transparent;
  margin: 0;
  position: relative;
  outline: none;
  box-shadow: none;
  border-radius: 50%;
  width: 60px;
  height: 50px;
  padding: 10px;
  cursor: pointer;
  order: -1;
}
@media (min-width: 992px) {
  .header .nav_btn {
    display: none;
  }
}
.header .nav_btn:not(.collapsed) {
  order: 1;
  z-index: 3;
  background: #fff;
  width: 45px;
  height: 45px;
}
.header .nav_btn:not(.collapsed) .nav_btn-icon:after, .header .nav_btn:not(.collapsed) .nav_btn-icon:before {
  background-color: #F7461F;
  height: 2px;
}
.header .nav_btn-icon {
  display: block;
  height: 3px;
  width: 100%;
  transition: background-color 0.3s 0s;
  background-color: transparent;
  position: relative;
}
.header .nav_btn-icon:after, .header .nav_btn-icon:before {
  background-color: #ffffff;
  content: "";
  position: absolute;
  top: 0;
  transition: top 0.3s ease 0s, transform 0.3s ease 0.3s;
  display: block;
  height: 3px;
  width: 100%;
}
.header .nav_btn-icon:before {
  transform: rotate(45deg);
}
.header .nav_btn-icon:after {
  transform: rotate(-45deg);
}
.header .nav_btn.collapsed .nav_btn-icon {
  transition: background-color 0.1s ease 0.3s;
  background-color: #ffffff;
}
.header .nav_btn.collapsed .nav_btn-icon:after, .header .nav_btn.collapsed .nav_btn-icon:before {
  transform: rotate(0);
  transition: top 0.3s ease 0.3s, transform 0.3s ease 0s;
}
.header .nav_btn.collapsed .nav_btn-icon:before {
  top: -0.5818rem;
}
.header .nav_btn.collapsed .nav_btn-icon:after {
  top: 0.5818rem;
}
.header .social__item:hover {
  opacity: 0.8;
}
.header .social__item:hover:before {
  width: 7px;
  height: 7px;
}
.header .header-info {
  text-align: center;
}
.header .header-info__link, .header .header-info__copyright {
  font-size: 14px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-align: center;
}
.header .header-info__link {
  display: block;
  margin-bottom: 4px;
}
.header .header-info__link:hover {
  color: #fff;
}

.hero {
  padding-top: 121px;
  padding-bottom: 40px;
}
@media (min-width: 1199.98px) {
  .hero {
    padding-top: 266px;
    padding-bottom: 22px;
  }
}
@media (min-width: 1199.98px) {
  .hero__inner {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.hero__subtitle {
  font-family: "Druk Text Wide Medium", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FCFCFC;
  margin-bottom: 30px;
  display: block;
}
@media (min-width: 991.98px) {
  .hero__subtitle {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 50px;
  }
}
.hero__subtitle span {
  color: #F7461F;
}
.hero__title {
  font-family: "Druk Text Wide Medium", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  color: #FCFCFC;
  margin-bottom: 6px;
}
@media (min-width: 991.98px) {
  .hero__title {
    font-size: 80px;
    line-height: 94px;
  }
}
.hero__title span {
  color: #F7461F;
  display: block;
}
.hero__desc {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #FCFCFC;
}
@media (min-width: 991.98px) {
  .hero__desc {
    font-size: 18px;
    line-height: 26px;
    max-width: 422px;
  }
}
.hero__features {
  margin-top: 60px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 25px 40px 35px;
  list-style: none;
}
@media (min-width: 767.98px) {
  .hero__features {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 991.98px) {
  .hero__features {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1199.98px) {
  .hero__features {
    flex-direction: row;
    gap: 50px;
    padding: 40px 60px 40px 60px;
    margin-top: 90px;
  }
}
.hero__features-item {
  display: flex;
  gap: 14px;
  flex: 1;
}
@media (min-width: 767.98px) {
  .hero__features-item {
    flex: 33%;
  }
}
@media (min-width: 991.98px) {
  .hero__features-item {
    gap: 5px;
    flex: 1;
    border-right: 1px solid #D9D9D9;
  }
}
@media (min-width: 991.98px) {
  .hero__features-item:last-child {
    border-right: none;
  }
}
.hero__features-item svg {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
}
@media (min-width: 991.98px) {
  .hero__features-item svg {
    width: 32px;
    height: 32px;
  }
}
.hero__features-item .hero__features-text {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
@media (min-width: 991.98px) {
  .hero__features-item .hero__features-text {
    padding-top: 16px;
  }
}
.hero__features-item .hero__features-text span {
  margin-bottom: 2px;
  font-family: "Druk Text Wide Medium", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #131313;
  display: block;
}
@media (min-width: 991.98px) {
  .hero__features-item .hero__features-text span {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 6px;
  }
}

.about .section-title {
  white-space: nowrap;
}
@media (min-width: 991.98px) {
  .about .section-title {
    margin-bottom: 30px;
  }
}
.about-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 767.98px) {
  .about-inner {
    flex-direction: row;
  }
}
@media (min-width: 991.98px) {
  .about-inner {
    margin-left: auto;
  }
}
.about-card {
  background: #FFFFFF;
  padding: 16px;
  flex: 1;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.about-card:hover {
  opacity: 0.8;
}
@media (min-width: 991.98px) {
  .about-card {
    max-width: 326px;
  }
}
.about-card__img {
  margin-bottom: 12px;
}
.about-card__img img {
  max-width: 100%;
  width: 100%;
}
.about-card__title {
  font-weight: 700;
  font-size: 19px;
  line-height: 26px;
  color: #F7461F;
  margin-bottom: 4px;
  display: block;
}
@media (min-width: 767.98px) {
  .about-card__title {
    font-size: 18px;
  }
}
.about-card__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.about-card-footer {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #515151;
}

.how-was-it {
  overflow: hidden;
}
@media (min-width: 767.98px) {
  .how-was-it .swipe-hint {
    display: none;
  }
}
.how-was-it .gallery-slider-wrapper {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .how-was-it .gallery-slider-wrapper {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.how-was-it .gallery-slider-wrapper .gallerySlider {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .how-was-it .gallery-slider-wrapper .gallerySlider {
    overflow: visible;
  }
}
.how-was-it .gallery-slider-wrapper .swiper-slide {
  height: auto;
}
.how-was-it .gallery-slider-wrapper .swiper-slide .gallery-slide__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.how-was-it .gallery-slider-wrapper .swiper-slide .gallery-slide__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.how-was-it .gallery-slider-wrapper .gallery-btn-prev,
.how-was-it .gallery-slider-wrapper .gallery-btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  background-color: transparent;
  border: none;
  z-index: 10;
  margin-top: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.how-was-it .gallery-slider-wrapper .gallery-btn-prev::after,
.how-was-it .gallery-slider-wrapper .gallery-btn-next::after {
  display: none;
}
@media (max-width: 767.98px) {
  .how-was-it .gallery-slider-wrapper .gallery-btn-prev,
  .how-was-it .gallery-slider-wrapper .gallery-btn-next {
    display: none;
  }
}
.how-was-it .gallery-slider-wrapper .gallery-btn-prev {
  left: 16px;
}
@media (min-width: 992px) {
  .how-was-it .gallery-slider-wrapper .gallery-btn-prev {
    left: 0;
  }
}
@media (min-width: 1140px) {
  .how-was-it .gallery-slider-wrapper .gallery-btn-prev {
    left: -20px;
  }
}
.how-was-it .gallery-slider-wrapper .gallery-btn-next {
  right: 16px;
}
@media (min-width: 992px) {
  .how-was-it .gallery-slider-wrapper .gallery-btn-next {
    right: 0;
  }
}
@media (min-width: 1140px) {
  .how-was-it .gallery-slider-wrapper .gallery-btn-next {
    right: -20px;
  }
}
.how-was-it .gallery-slider-wrapper .gallery-pagination {
  bottom: -33px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 767.98px) {
  .how-was-it .gallery-slider-wrapper .gallery-pagination {
    display: none;
  }
}
.how-was-it .gallery-slider-wrapper .gallery-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ffffff;
  opacity: 1;
  margin: 0 !important;
  transition: all 0.3s ease;
}
.how-was-it .gallery-slider-wrapper .gallery-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #F7461F;
  outline: 1px solid #F7461F;
  outline-offset: 2px;
}

.footer {
  padding: 80px 0;
}
@media (min-width: 767.98px) {
  .footer {
    padding: 40px 0;
  }
}
@media (min-width: 767.98px) {
  .footer .container {
    display: flex;
    justify-content: space-between;
  }
}
.footer__socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 90px;
}
@media (min-width: 767.98px) {
  .footer__socials {
    margin-bottom: 0;
    flex-direction: row;
    order: 2;
  }
}
@media (min-width: 991.98px) {
  .footer__socials {
    gap: 50px;
  }
}
.footer__socials-link {
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #515151;
  transition: all 0.3s ease;
  position: relative;
}
.footer__socials-link:hover {
  color: #FFFFFF;
}
@media (min-width: 991.98px) {
  .footer__socials-link:hover:before {
    content: "";
    width: 10px;
    height: 10px;
    background: linear-gradient(90deg, #f7461f 0%, #fc603e 100%);
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: -19px;
    top: 0;
    transition: all 0.3s ease;
  }
}
.footer__bottom {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #515151;
}
@media (min-width: 767.98px) {
  .footer__bottom {
    display: flex;
    width: 100%;
    font-size: 16px;
  }
}
.footer__bottom .footer__policy {
  margin-bottom: 4px;
  display: block;
  text-decoration: none;
  color: #515151;
}
@media (min-width: 767.98px) {
  .footer__bottom .footer__policy {
    margin: 0 auto;
    order: 2;
  }
}
.footer__bottom .footer__policy:hover {
  color: #FFFFFF;
}

/*# sourceMappingURL=style.css.map */
