@charset "UTF-8";

:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded/Unbounded-Regular.woff2") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded/Unbounded-Medium.woff2") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded/Unbounded-Bold.woff2") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter28pt-Regular.woff2") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter28pt-SemiBold.woff2") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 4.1667%;
  box-sizing: border-box;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.col {
  flex: 1 0 0%;
  padding: 0 15px;
  box-sizing: border-box;
}
.col-1 {
  width: 25.1704%;
  flex: 0 0 25.1704%;
  padding: 0 15px;
  box-sizing: border-box;
}
.col-2 {
  width: 25.2273%;
  flex: 0 0 25.2273%;
  padding: 0 15px;
  box-sizing: border-box;
}

.col-3 {
  width: 24.3182%;
  flex: 0 0 24.3182%;
  padding: 0 15px;
  box-sizing: border-box;
}
.col-4 {
  width: 14.1478%;
  flex: 0 0 14.1478%;
  padding: 0 15px;
  box-sizing: border-box;
}
.col-5 {
  width: 11.1363%;
  flex: 0 0 11.1363%;
  padding: 0 15px;
  box-sizing: border-box;
}
.col-1-2 {
  width: 50.3977%;
  flex: 0 0 50.3977%;
  padding: 0 15px;
  box-sizing: border-box;
}
.col-1-3 {
  width: 74.7159%;
  flex: 0 0 74.7159%;
  padding: 0 15px;
  box-sizing: border-box;
}
 .col-1-3-1 {
  width: 34.55rem!important;
  flex: 0 0 34.55rem!important;
  padding: 0 15px;
  box-sizing: border-box;
}
.col-2-3-4-5 {
  width: 74.8296%;
  flex: 0 0 74.8296%;
  padding: 0 15px;
  box-sizing: border-box;
}
.col-3-5 {
  width: 49.6023%;
  flex: 0 0 49.6023%;
  padding: 0 15px;
  box-sizing: border-box;
}
.col-3-4 {
  width: 38.466%;
  flex: 0 0 38.466%;
  padding: 0 15px;
  box-sizing: border-box;
}
.col-4-5 {
  width: 25.2841%;
  flex: 0 0 25.2841%;
  padding: 0 15px;
  box-sizing: border-box;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 1rem;
}
.mt-4 {
  margin-top: 1.5rem;
}
.mt-5 {
  margin-top: 3rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 1rem;
}
.mb-4 {
  margin-bottom: 1.5rem;
}
.mb-5 {
  margin-bottom: 3rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 1rem;
}
.pt-4 {
  padding-top: 1.5rem;
}
.pt-5 {
  padding-top: 3rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 1rem;
}
.pb-4 {
  padding-bottom: 1.5rem;
}
.pb-5 {
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-1-2,
  .col-1-3,
  .col-2-3-4-5,
  .col-3-5,
  .col-3-4,
  .col-4-5 {
    width: 100%;
    flex: 0 0 100%;
  }	
	#services .services__slider .slide.active{
		height: auto !important;
	}
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: clamp(14px, 0.8333vw, 16px);
}
body {
  max-width: 100vw;
  overflow-x: hidden;
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #343a40;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header.info {
  background: #FA6000;
  padding-bottom: 32px;
}
.header__wrapp {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header__logo span {
  font-size: 3.625rem;
  line-height: 83%;
  font-weight: 500;
  font-family: "Unbounded", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.header__logo img {
  max-height: 4.0625rem;
}
.header__navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.header__menu {
  background-color: #fff;
  border-radius: 0.375rem;
  padding: 0.375rem;
	height: 51px;
}
.header__menu ul {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: clamp(8px, 0.4166666667vw, 24px);
  list-style: none;
}
.header__menu ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6875rem 1.25rem 0.8125rem;
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;
  letter-spacing: -2%;
  line-height: 140%;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.2s ease;
}
@media (max-width: 1300px) {
	.header__menu ul li a {
		 padding: 0.6875rem 0.55rem 0.8125rem;
	}
}
@media (max-width: 1090px) {
	.header__menu ul li a {
		 padding: 0.6875rem 0.25rem 0.8125rem;
	}
}
.header__menu ul li:last-child a  {
	padding: 0;
}
.header__menu ul li a:hover {
  background-color: #000;
  color: #fff;
}
.header__menu ul li.img a {
  padding: 0.21875rem 0.65625rem;
}
.header__menu ul li.img a img {
  width: 2.4375rem;
  height: 2.4375rem;
}
.header__contacts {
  padding: 0.4375rem;
  padding-left: clamp(21px, 1.09375vw, 34px);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(21px, 1.09375vw, 36px);
  text-decoration: none;
  background: #fff;
  border-radius: 0.375rem;
  transition: all 0.2s ease;
	height: 51px;
	border: 1px solid #FA6000;
}
.header__contacts:hover {
  background: #1A1A1A;
	border: 1px solid #000;
}
.header__contacts:hover span {
  color: #fff;
}
.header__contacts span {
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 160%;
  font-weight: 400;
  color: #000;
}
.header__contacts-icon-wrapp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  background: #FA6000;
  border-radius: 6px;
}
.header__contacts-icon {
  width: 0.625rem;
  height: 0.625rem;
  fill: #fff;
}
@media (max-width: 1024px) {
  .header__menu, .header__contacts {
    display: none;
  }
  .header__burger {
    display: flex;
  }
}
 #true_head {
	width: 62px;
	 height: 51px!important;
}
#polylang-2 {
	height: 50px!important;
}
#lang_choice_polylang-2 {
	width: 100%!important;
	height: 100%;
	border-radius: 0.375rem;
	border: none;
	font-family: Unbounded, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 0.9rem;
	padding: 0 .3rem!important;
}

#hero {
  min-height: 100vh;
  background: linear-gradient(180deg, #ff7a1a 0%, #ff8c1a 35%, #ff7a1a 65%, #821703 100%);
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 991.98px) {
  #hero {
    max-width: 100vw;
  }
}
.hero__content {
	text-align: center;
	padding-right: 280px;
}
@media (max-width: 1730px) {
	.hero__content {
		padding-right: 200px;
	}
}
@media (max-width: 1580px) {
	.hero__content {
		padding-right: 100px;
	}
}
@media (max-width: 1430px) {
	.hero__content {
		padding-right: 0px;
	}
}
#hero .hero__title {
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
  font-size: 7.5rem;
}
#hero .hero__title .span {
  line-height: 106%;
  letter-spacing: -2%;
  font-weight: 700;
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1285px) {
	#hero .hero__title .span {
        font-size: 4.3rem!important;
    }
}
@media (max-width: 1124px) {
    #hero .hero__title .span {
        font-size: 3.3rem !important;
    }
}
@media (max-width: 767.98px) {
  #hero .hero__title .span {
    font-size: 2.1875rem !important;
    text-align: center;
  }
}
@media (max-width: 380px) {
    #hero .hero__title .span {
        font-size: 1.8rem !important;
    }
}
#hero .hero__title .span:nth-child(2) {
  margin-left: 9.375rem;
}
@media (max-width: 767.98px) {
  #hero .hero__title .span:nth-child(2) {
    margin-left: 0;
  }
}
#hero .hero__wrapp {
  max-width: 70%;
  margin-top: 1.25rem;
  float: right;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  position: relative;
}
@media (max-width: 767.98px) {
  #hero .hero__wrapp {
    max-width: 100%;
    padding-left: 1.15625rem;
    padding-right: 1.15625rem;
    font-size: 0.875rem;
    text-align: center;
  }
}
#hero .hero__wrapp-push {
  position: absolute;
  width: 26.25rem;
  height: auto;
  top: 0;
  left: -50%;
  animation: flyInFromTopLeft 1.3s ease-out forwards;
}
@media (max-width: 767.98px) {
  #hero .hero__wrapp-push {
    width: 100%;
  }
}
#hero .hero__wrapp-push img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#hero .hero__wrapp-push-shadow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12.5rem;
  height: 12.5rem;
  pointer-events: none;
  z-index: -1;
}
#hero .hero__wrapp-push-shadow-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 6px solid rgba(97, 27, 3, 0.38);
  background: transparent;
  filter: blur(14px);
  animation: chasePush 1.3s ease-out forwards;
}
#hero .hero__wrapp-push-shadow-circle:nth-child(1) {
  animation-delay: 0.1s;
  width: 21.25rem;
  height: 16.25rem;
}
#hero .hero__wrapp-push-shadow-circle:nth-child(2) {
  animation-delay: 0.25s;
  width: 20.625rem;
  height: 20.625rem;
}
#hero .hero__wrapp-push-shadow-circle:nth-child(3) {
  animation-delay: 0.4s;
  width: 26.875rem;
  height: 26.875rem;
}
#hero .hero__wrapp-push-shadow-circle:nth-child(4) {
  animation-delay: 0.55s;
  width: 33.75rem;
  height: 33.75rem;
}
#hero .hero__description {
  display: block;
  font-size: 1.375rem;
  line-height: 140%;
  letter-spacing: -2%;
  font-weight: 600;
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #fff;
}
#hero .hero__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.625rem;
}
#hero .hero__button-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3.125rem;
  background: #fff;
  border-radius: 0.375rem;
  padding: 0.625rem;
  padding-left: 3.125rem;
  text-decoration: none;
  color: #000;
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 160%;
  font-weight: 500;
  letter-spacing: -2%;
  transition: all 0.2s ease;
}
#hero .hero__button-link:hover {
  background: #1A1A1A;
  color: #fff;
}
#hero .hero__button-link span {
  font-size: 1.25rem;
  line-height: 100%;
}
#hero .hero__button-icon-wrapp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.125rem;
  height: 4.125rem;
  background: #FA6000;
  border-radius: 0.625rem;
}
#hero .hero__button-icon {
  width: 0.875rem;
  height: 0.875rem;
  fill: #fff;
}
#hero .hero__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#hero .hero__bg .item {
  position: absolute;
}
#hero .hero__bg .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#hero .hero__bg .item-inst {
  width: 24.1875rem;
  height: 23.125rem;
  top: 3%;
  left: 5%;
}
@media (max-width: 767.98px) {
  #hero .hero__bg .item-inst {
    width: 10rem;
    height: 10rem;
    top: 5%;
    left: -11%;
  }
}
#hero .hero__bg .item-fb {
  width: 15.6875rem;
  height: 15.6875rem;
  top: 30%;
  left: 2%;
  filter: blur(1px);
}
@media (max-width: 767.98px) {
  #hero .hero__bg .item-fb {
    width: 4.0625rem;
    height: 4.0625rem;
    top: 36%;
    left: 5%;
  }
}
#hero .hero__bg .item-tiktok {
  width: 28.9375rem;
  height: 24.5rem;
  bottom: 5%;
  left: 5%;
}
@media (max-width: 767.98px) {
  #hero .hero__bg .item-tiktok {
    width: 14.375rem;
    height: 14.375rem;
    bottom: auto;
    top: 42%;
    left: -20%;
  }
}
@media (max-width: 767.98px) {
  #hero .hero__bg .item-tiktok .item-shadow {
    display: none;
  }
}
#hero .hero__bg .item-tiktok .item-shadow .item-shadow__item {
  position: absolute;
  width: 17.8125rem;
  height: 2.5rem;
  bottom: 5%;
  left: 25%;
  background: #1A1A1A;
  border-radius: 100%;
  filter: blur(20px);
}
#hero .hero__bg .item-reddit {
  width: 13.1875rem;
  height: 13.1875rem;
  bottom: 10%;
  left: 0;
}
@media (max-width: 767.98px) {
  #hero .hero__bg .item-reddit {
    width: 5.625rem;
    height: 5.625rem;
    bottom: auto;
    top: 80%;
  }
}
@media (max-width: 767.98px) {
  #hero .hero__bg .item-reddit .item-shadow {
    display: none;
  }
}
#hero .hero__bg .item-reddit .item-shadow .item-shadow__item:nth-child(1) {
  position: absolute;
  width: 12rem;
  height: 2.1875rem;
  bottom: 5%;
  left: -10%;
  background: #2B0901;
  border-radius: 100%;
  filter: blur(20px);
}
#hero .hero__bg .item-reddit .item-shadow .item-shadow__item:nth-child(2) {
  position: absolute;
  width: 9.9375rem;
  height: 2.5rem;
  bottom: 5%;
  left: 0%;
  background: #2B0901;
  border-radius: 100%;
  filter: blur(20px);
}
#hero .hero__bg .item-twitter {
  width: 17.8125rem;
  height: 17.8125rem;
  top: 7%;
  right: -5%;
  transform: rotate(-25deg);
}
@media (max-width: 767.98px) {
  #hero .hero__bg .item-twitter {
    width: 7.5rem;
    height: 7.5rem;
    top: 5%;
    right: -7%;
  }
}
#hero .hero__bg .item-link {
  width: 25.25rem;
  height: 25.25rem;
  bottom: -2%;
  right: -7%;
  transform: rotate(20deg);
}
@media (max-width: 767.98px) {
  #hero .hero__bg .item-link {
    width: 9rem;
    height: 9rem;
    bottom: auto;
    top: 50%;
    right: -14%;
  }
}
#hero .hero__bg .item-youtube {
  width: 28.25rem;
  height: 28.25rem;
  bottom: -20%;
  right: 18%;
}
@media (max-width: 767.98px) {
  #hero .hero__bg .item-youtube {
    width: 11.375rem;
    height: 11.375rem;
    bottom: auto;
    top: 80%;
    right: 0;
  }
}
@media (max-width: 767.98px) {
  #hero .hero__bg .item-youtube .item-shadow {
    display: none;
  }
}
#hero .hero__bg .item-youtube .item-shadow .item-shadow__item:nth-child(1) {
  position: absolute;
  width: 21.5rem;
  height: 6.5rem;
  bottom: 15%;
  left: -10%;
  background: #2B0901;
  border-radius: 100%;
  filter: blur(80px);
}
#hero .hero__bg .item-youtube .item-shadow .item-shadow__item:nth-child(2) {
  position: absolute;
  width: 19.375rem;
  height: 7rem;
  bottom: 15%;
  left: 0%;
  background: #2B0901;
  border-radius: 100%;
  filter: blur(40px);
}
#hero .hero__bg .item-youtube .item-shadow .item-shadow__item:nth-child(3) {
  position: absolute;
  width: 22rem;
  height: 7.5rem;
  bottom: 15%;
  left: 10%;
  background: #2B0901;
  border-radius: 100%;
  filter: blur(60px);
}
@media (max-width: 768px) {
  #hero {
    align-items: flex-start;
    padding-top: 130px;
  }
  #hero::before {
    width: 100%;
    height: 150px;
    bottom: 0;
  }
  #hero .hero__title {
    gap: 5px;
  }
  #hero .hero__wrapp {
    margin-top: 14px;
    gap: 32px;
  }
  #hero .hero__description {
    padding-left: 18.5px;
    padding-right: 18.5px;
    font-size: 14px;
  }
  #hero .hero__button {
    text-align: center;
  }
  #hero .hero__button-link {
    margin: 0 auto;
    padding: 6px;
    padding-left: 24px;
    font-size: 14px;
    gap: 24px;
    border-radius: 6px;
  }
  #hero .hero__button-icon-wrapp {
    width: 38px;
    height: 38px;
  }
  #hero .hero__button-icon {
    width: 8px;
    height: 8px;
  }
  #hero .hero__bg {
    overflow: hidden;
  }
}

@keyframes flyInFromTopLeft {
  0% {
    top: -200%;
    left: -100%;
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    top: 0;
    left: -50%;
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 767.98px) {
  @keyframes flyInFromTopLeft {
    0% {
      top: -200%;
      left: -100%;
      opacity: 0;
      transform: scale(0.5);
    }
    100% {
      top: 85%;
      left: 0%;
      opacity: 1;
      transform: scale(1);
    }
  }
}
@keyframes chasePush {
  0% {
    top: -150%;
    left: -100%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.4);
  }
  100% {
    top: 50%;
    left: 50%;
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(1);
  }
}
/*   services    */
 #services {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 100vh;
  background-color: #491509;
  background: linear-gradient(180deg, rgb(130, 23, 3) 0%, rgb(61, 14, 2) 56%, rgb(73, 21, 9) 100%);
  max-width: 100vw;
}
@media (max-width: 991.98px) {
	#services {
		max-width: 100vw;
	}
}
@media (max-width: 768px) {
	#services {
		padding-top: 10.75rem;
		padding-bottom: 0;
	}
}
@media (max-width: 500px) {
	#services {
		padding-top: 50px;
		margin-bottom: -5px!important;
	}
}
 #services .services__title {
  display: flex;
  flex-direction: column;
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: var(--title-font-size-desktop, 7.5rem);
  line-height: 85%;
  letter-spacing: -2%;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767.98px) {
  #services .services__title {
    font-size: var(--title-font-size-mobile, 35px);
  }
}
#services .services__title span {
  color: #FA6000;
}
#services .services__slider {
  width: 100%;
  height: 80vh;
  margin-top: 5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  touch-action: pan-y pinch-zoom;
}
#services .services__slider .slide {
     width: 28.125rem;
    height: 42.6875rem;
    margin-top: 3.125rem;
    transition: 0.5s;
    left: calc(50% - 12.5625rem);
    top: 0;
    z-index: 1;
} 
@media (max-width: 1550px) {
	#services .services__slider .slide {
		left: calc(50% - 11.5625rem);
	}
}
@media (max-width: 1400px) {
	#services .services__slider .slide {
		left: calc(50% - 10.5625rem);
	}
}
@media (max-width: 1300px) {
	#services .services__slider .slide {
		left: calc(50% - 13.5625rem);
	}
}
@media (max-width: 1200px) {
	#services .services__slider .slide {
		left: calc(50% - 12.5625rem);
	}
}
@media (max-width: 1100px) {
	#services .services__slider .slide {
		left: calc(50% - 11.5625rem);
	}
}
@media (max-width: 950px) {
	#services .services__slider .slide {
		left: calc(50% - 10.5625rem);
	}
}
@media (max-width: 850px) {
	#services .services__slider .slide {
		left: calc(50% - 9.5625rem);
	}
}
@media (max-width: 768px) {
	#services .services__slider .slide {
		left: calc(50% - 8.5625rem);
		height: 38rem;
	}
	#services .services__slider .item 
}
@media (max-width: 700px) {
	#services .services__slider .slide {
		left: calc(50% - 7.5625rem);
	}
}
@media (max-width: 600px) {
	#services .services__slider .slide {
		left: calc(50% - 6.5625rem);
	}
}
@media (max-width: 500px) {
	#services .services__slider .slide {
		left: calc(50% - 5.5625rem);
	}
}
@media (max-width: 450px) {
	#services .services__slider .slide {
		left: 0;
	}
}
#services .services__slider .item {
	box-shadow: 0px 17px 70.2px 0px rgba(0, 0, 0, 0.1490196078);
	box-shadow: 33px 0px 77px 0px rgba(250, 96, 0, 0.3019607843);
	background: radial-gradient(120% 100% at 80% 70%, #ff8a2a 0%, rgba(255, 138, 42, 0) 60%), linear-gradient(165deg, #6a0000 0%, #a80000 25%, #e23c0a 55%, #f26b1a 80%, #b81f00 100%);
	border-radius: 1.5625rem;
	padding: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: all 0.2s ease;
}
#services .services__slider .swiper-slide-active .item {
	padding: 2.5rem 2rem!important;
	gap: 3rem;
	transition: all 0.2s ease;
}
#services .services__slider .item-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.35) 56%, rgba(255, 255, 255, 0.2) 100%);
    opacity: 0;
    border-radius: 1.5625rem;
    z-index: -1;
    transition: all 0.5s ease;
    animation-delay: 1s;
}
#services .services__slider .swiper-slide-active .item-bg {
    top: -1px;
    left: -1px;
    width: calc(100% + 2px); 
    height: calc(100% + 2px);
     opacity: 1;
}
#services .services__slider .item-head img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    filter: grayscale(100%);
    transition: all 0.2s ease;
}
#services .services__slider .item-head {
    height: 100%;
    width: 100%;
    border-radius: 0.9375rem;
    overflow: hidden;
    transition: all 0.2s ease;
}
#services .services__slider .swiper-slide-active .item-head img {
    filter: grayscale(0%);
}
#services .services__slider .item-body {
    flex-direction: column;
    gap: 1.25rem;
    transition: all 0.2s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2.5rem 2rem; 
}
#services .services__slider .swiper-slide-active .item-body {
	position: relative;
	padding: 0;
}
#services .services__slider .swiper-slide-active .item-body .title {
	color: #fff;
}
#services .services__slider .item-body .title {
	font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 2.2rem;
	line-height: 96%;
	letter-spacing: -2%;
	font-weight: 500;
	color: #FA6000;
	text-transform: uppercase;
	hyphens: none;
	word-break: normal;
	overflow-wrap: break-word;
	white-space: normal;
} 
#services .services__slider .item-body .description {
    display: none;
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 140%;
    letter-spacing: -2%;
    font-weight: 400;
    color: #fff;
    word-break: normal;
    overflow-wrap: break-word;
    white-space: normal;
    hyphens: none;
}
#services .services__slider .swiper-slide-active .item-body .description {
	margin-top: 20px;
	display: block;
} 
@media (max-width: 768px) {
	#services .services__slider .item-body .title {
		font-size: var(--title-size-mobile, 1.25rem);
	}
}
#services .services__slider .item-body .description {
	display: none;
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 1rem;
	line-height: 140%;
	letter-spacing: -2%;
	font-weight: 400;
	color: #fff;
	word-break: normal;
	overflow-wrap: break-word;
	white-space: normal;
	hyphens: none;
}
@media (min-width: 769px) {
	#services .services__slider .item-body .description {
		font-size: var(--description-size-desktop, 1rem);
	}
}
@media (max-width: 768px) {
	#services .services__slider .item-body .description {
		font-size: var(--description-size-mobile, 0.75rem);
	}
}
@media (max-width: 768px) {
	#services .services__slider {
		width: calc(100% + 30px);
		padding: 0 1rem 2.5rem 1rem;
		margin-left: -15px;
		margin-right: -15px;
		height: auto;
		min-height: 31.25rem; 
		margin-top: 2.5rem;
		overflow: hidden;
		touch-action: pan-y pinch-zoom;
	}
	#services .services__slider .item {
		height: 38rem;
	}
	#services .services__slider .swiper-slide-active .item {
		height: 35rem!important;
		margin-bottom: 0;
/* 		padding: 1.5rem 1rem!important; */
	}
	#services .services__slider .item-bg {
		background: none;
	}
	#services .services__slider .item-head img {
		height: 100%;
	}
}  

#whyus {
  padding-top: 50px;
  padding-bottom: 100px;
  min-height: 100vh;
  background-color: #491509;
  max-width: 100vw;
  position: relative;
}
@media (max-width: 991.98px) {
  #whyus {
    max-width: 100vw;
    width: 100%;
  }
}
#whyus .whyus-light {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#whyus .whyus-light .light-1 .l1, #whyus .whyus-light .light-1 .l2, #whyus .whyus-light .light-1 .l3 {
  border-radius: 100%;
  background: #FA6000;
  position: absolute;
}
#whyus .whyus-light .light-1 .l1 {
  width: 23.75rem;
  height: 18.75rem;
  filter: blur(170px);
}
#whyus .whyus-light .light-1 .l2 {
  width: 33.75rem;
  height: 26.875rem;
  filter: blur(500px);
}
#whyus .whyus-light .light-1 .l3 {
  width: 40.625rem;
  height: 32.5rem;
  filter: blur(500px);
}
#whyus .whyus-light .light-2 .l1, #whyus .whyus-light .light-2 .l2, #whyus .whyus-light .light-2 .l3, #whyus .whyus-light .light-2 .l4 {
  border-radius: 100%;
  background: #FA6000;
  position: absolute;
}
#whyus .whyus-light .light-2 .l1 {
  width: 13.4375rem;
  height: 13.4375rem;
  filter: blur(170px);
}
#whyus .whyus-light .light-2 .l2 {
  width: 18.4375rem;
  height: 18.4375rem;
  filter: blur(170px);
}
#whyus .whyus-light .light-2 .l3 {
  width: 26.25rem;
  height: 26.25rem;
  filter: blur(500px);
}
#whyus .whyus-light .light-2 .l4 {
  width: 31.875rem;
  height: 31.875rem;
  filter: blur(500px);
}
#whyus .row-2 {
  margin-top: 1rem;
}
@media (max-width: 767.98px) {
  #whyus .row-2 {
    margin-top: 0;
  }
}
#whyus .whyus__emoji {
  z-index: 1;
  width: 20rem;
  height: 18.75rem;
}
@media (max-width: 767.98px) {
  #whyus .whyus__emoji {
    width: 5.3125rem;
    height: 6.8125rem;
    display: none;
    transform: rotate(-5deg);
    position: relative;
  }
}
#whyus .whyus__emoji img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#whyus .whyus__emoji.mob {
  display: none;
}
@media (max-width: 767.98px) {
  #whyus .whyus__emoji.mob {
    height: auto;
    display: block;
    flex-shrink: 100%;
  }
}
@media (max-width: 767.98px) {
  #whyus .whyus__emoji-wrapp::before {
    content: "";
    display: block;
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #FA6000;
    border-radius: 100%;
    filter: blur(50px);
  }
}
#whyus .whyus__head {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#whyus .whyus__title {
  display: flex;
  flex-direction: column;
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: var(--title-font-size-desktop, 7.5rem);
  line-height: 82%;
  letter-spacing: -2%;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  #whyus .whyus__title {
    font-size: var(--title-font-size-mobile, 35px);
    margin-left: 1.375rem;
  }
  #whyus .whyus__title::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 4.375rem;
    height: 4.375rem;
    background-color: #FA6000;
    border-radius: 100%;
    filter: blur(55px);
  }
	.col-mobile {
		display: none;
	}
}
#whyus .whyus__title span:not(:first-child) {
  color: #FA6000;
}
#whyus .whyus__wrapp {
  margin-top: 5rem;
}
#whyus .whyus__wrapp .col-1, #whyus .whyus__wrapp .col-2, #whyus .whyus__wrapp .col-3, #whyus .whyus__wrapp .col-4, #whyus .whyus__wrapp .col-3-4 {
  padding: 0 8px;
}
#whyus .whyus__item {
  height: 100%;
}
#whyus .whyus__item.colorist .content-whyus {
  background: linear-gradient(135deg, #ffa000 0%, #ff7a00 25%, #ff3b00 55%, #d80000 100%);
}
#whyus .whyus__item.colorist .content-whyus .num, #whyus .whyus__item.colorist .content .title, #whyus .whyus__item.colorist .content .description {
  color: #fff;
}
#whyus .whyus__item.item-3 {
  position: relative;
}
#whyus .whyus__item.item-3::before {
  content: "push smm agency";
  font-size: clamp(7.5rem, 6.25vw, 9.75rem);
  font-weight: 700;
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 101%;
  letter-spacing: -2%;
  text-transform: uppercase;
  text-align: right;
  color: #541200;
  position: absolute;
  top: -20px;
  right: -50%;
  z-index: 1;
}
#whyus .whyus__item.item-3 .content-whyus .title {
	color: #fff;
}
#whyus .whyus__item.item-3 .content-whyus .description {
	color: #fff;
}
@media (max-width: 767.98px) {
  #whyus .whyus__item.item-3::before {
    max-width: 22.5rem;
    font-size: 4.0625rem;
  }
}
@media (max-width: 767.98px) {
  #whyus .whyus__item.item-3.i1::before {
    top: -90px;
    right: -50px;
  }
}
@media (max-width: 767.98px) {
  #whyus .whyus__item.item-3.i2::before {
    top: 159px;
    left: -130px;
    text-align: left;
  }
}
#whyus .whyus__item.item-3 .light {
  display: none;
}
#whyus .whyus__item .content-whyus {
  height: 100%;
  border-radius: 1.5625rem;
  padding: 1.9375rem 3.1875rem 2rem 2rem;
  background: #fff;
  filter: drop-shadow(0px 0px 110px rgba(0, 0, 0, 0.16));
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 11;
}
#whyus .whyus__item .num {
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2.5rem, 2.0833333333vw, 3.125rem);
  font-weight: 500;
  letter-spacing: -2%;
  color: #FA6000;
  text-transform: uppercase;
}
#whyus .whyus__item .title {
  margin-top: clamp(2.8125rem, 2.34375vw, 4.5rem);
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.25rem, 1.0416666667vw, 1.875rem);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -2%;
  color: #1A1A1A;
  text-transform: uppercase;
}
#whyus .whyus__item .description {
  margin-top: 1rem;
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(0.875rem, 0.7291666667vw, 1.25rem);
  line-height: 140%;
  font-weight: 400;
  letter-spacing: -2%;
  color: #767676;
}
@media (max-width: 768px) {
  #whyus {
    padding-bottom: 3.75rem;
    min-height: auto;
  }
  #whyus .whyus__title {
    font-size: var(--title-font-size-mobile, 2.1875rem);
    line-height: 85%;
  }
  #whyus .whyus__wrapp {
    margin-top: 2rem;
  }
  #whyus .whyus__wrapp .col-1, #whyus .whyus__wrapp .col-2, #whyus .whyus__wrapp .col-3, #whyus .whyus__wrapp .col-4, #whyus .whyus__wrapp .col-3-4 {
    padding: 0 0.5rem;
    margin-bottom: 20px;	 
  }
  #whyus .whyus__item .content {
    margin-bottom: 0.875rem;
    padding: 0.875rem;
    height: auto;
  }
  #whyus .whyus__item .num {
    font-size: 1.125rem;
  }
  #whyus .whyus__item .title {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
  #whyus .whyus__item .description {
    margin-top: 0.5rem;
    font-size: 0.75rem;
  }
}

/*   Контактна форма     */

 #pushag {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #491509;
  background: linear-gradient(180deg, rgb(73, 21, 9) 0%, rgb(186, 75, 26) 24%, rgb(232, 113, 46) 38%, rgb(245, 139, 76) 58%, rgb(255, 255, 255) 100%);
}
@media (max-width: 767.98px) {
  #pushag {
    padding-bottom: 0;
    background: linear-gradient(180deg, rgb(73, 21, 9) 0%, rgb(186, 75, 26) 12%, rgb(232, 113, 46) 24%, rgb(245, 139, 76) 35%, rgb(255, 255, 255) 47%);
  }
}
@media (max-width: 991.98px) {
  #pushag {
    max-width: 100vw;
    overflow-x: hidden;
  }
}
#pushag .pushag__wrapp {
  padding: 2rem 8.5625rem 10.3125rem;
  border-radius: 2.5rem;
  border: 0.75rem solid #FA6000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  #pushag .pushag__wrapp {
    border-radius: 1.5625rem;
  }
}
@media (max-width: 530px) {
	#pushag .pushag__wrapp {
		padding: 2rem 3.5625rem 10.3125rem;
	}
}
#pushag .pushag__wrapp .content-pushag {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  #pushag .pushag__wrapp .content {
    width: 100%;
  }
}
#pushag .pushag__wrapp .content-pushag .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#pushag .pushag__wrapp .content-pushag .title span {
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(6rem, 5vw, 7.5rem);
  line-height: 96%;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
@media (max-width: 767.98px) {
  #pushag .pushag__wrapp .content-pushag .title span {
    font-size: 2.1875rem;
  }
}
#pushag .pushag__wrapp .content-pushag .title span:nth-child(2) {
  color: #FA6000;
}
#pushag .pushag__wrapp .content-pushag .description {
  max-width: 62.5rem;
  margin-top: 1.25rem;
  text-align: center;
  font-size: 1.375rem;
  line-height: 140%;
  color: #767676;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
@media (max-width: 767.98px) {
  #pushag .pushag__wrapp .content-pushag .description {
    margin-top: 0.875rem;
    font-size: 0.875rem;
  }
}
#pushag .pushag__wrapp .content-pushag form  {
  width: 100%;
}
#pushag .pushag__wrapp .content-pushag .form {
  width: 100%;
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 1200px) {
	#pushag .pushag__wrapp .content-pushag .form {
		flex-direction: column;
	}
}
#pushag .pushag__wrapp .content-pushag .form p {
	display: flex;
}
@media (max-width: 767.98px) {
  #pushag .pushag__wrapp .content-pushag .form {
    	margin-top: 2rem;
    	flex-direction: column;
  }
	#pushag .pushag__wrapp .content-pushag .form p {
		gap: 5px;
	}
}
#pushag .pushag__wrapp .content-pushag .form input {
  width: 96%;
  padding: 1.8125rem 2rem 1.9375rem;
  line-height: 160%;
  letter-spacing: -2%;
  border: 1px solid #B9B9B9;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  #pushag .pushag__wrapp .content-pushag .form input {
    width: 100%;
    padding: 0.9375rem 1.5rem;
    border-radius: 0.375rem;
    font-size: 0.75rem;
  }
}
#pushag .pushag__wrapp .content-pushag .form .buttons p button[type=submit] {
  flex: 1;
  padding: 0.625rem;
  padding-left: 2.125rem;
  background: #1A1A1A;
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  border: 1px solid #1A1A1A;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  text-wrap: nowrap;
	margin-right: 1rem;
}
@media (max-width: 767.98px) {
	#pushag .pushag__wrapp .content-pushag .form .buttons p button[type=submit] {
		padding-left: 0.5rem;
		margin-right: 0;
	}
  #pushag .pushag__wrapp .content-pushag .form .send {
    width: 100%;
    height: 3.125rem;
    padding: 0.375rem;
    font-size: 0.875rem;
    border-radius: 0.375rem;
  }
}
#pushag .pushag__wrapp .content-pushag .form .buttons span {
	display: flex; 
	align-items: center;
}
#pushag .pushag__wrapp .content-pushag .form .buttons .icon-wrap {
  width: 4.125rem;
  height: 4.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #FA6000;
	margin-left: 2.2rem;
}
@media (max-width: 767.98px) {
  #pushag .pushag__wrapp .content-pushag .form .buttons .icon-wrap {
    width: 2.375rem;
    height: 2.375rem;
    border-radius: 5px;
  }
}
#pushag .pushag__wrapp .content-pushag .form .buttons .icon-wrap .icon,
#pushag .pushag__wrapp .content-pushag .form .buttons span svg.icon{
  width: 0.875rem;
  height: 0.875rem;
}
@media (max-width: 767.98px) {
  #pushag .pushag__wrapp .content-pushag .form .buttons .icon-wrap .icon {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media (max-width: 400px) {
	#pushag {
		padding-top: 20px;
	}
	 #pushag .pushag__wrapp {
        padding: 2rem 1rem 10.3125rem;
	}
	#pushag .pushag__wrapp .content-pushag .form p {
		display: flex;
		flex-direction: column;
		gap: 0;
	}
	#pushag .pushag__wrapp .content-pushag .form input {
        padding: 0.9375rem .5rem;
    }
	#pushag .pushag__wrapp .content-pushag .form .buttons .icon-wrap {
		margin-left: 1rem;
	}
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #FA6000;
}
#pushag .pushstart__cursors {
  position: absolute;
  bottom: -4.375rem;
  right: 0;
  width: 50%;
  height: 50%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767.98px) {
  #pushag .pushstart__cursors {
    bottom: 0;
    width: 100%;
    height: 150px;
  }
} 
#pushag .pushstart__cursors .cursor {
  position: absolute;
  width: 5.3125rem;
  height: 6.25rem;
  -o-object-fit: contain;
  object-fit: contain;
  transform: rotate(-35deg);
}
@media (max-width: 767.98px) {
  #pushag .pushstart__cursors .cursor {
    transform: rotate(-35deg) !important;
  }
}
#pushag .pushstart__cursors .cursor.cursor-1 {
  bottom: 1.25rem;
  right: -1.875rem;
}
@media (max-width: 767.98px) {
  #pushag .pushstart__cursors .cursor.cursor-1 {
    bottom: -2.5rem;
    right: 0;
  }
}
#pushag .pushstart__cursors .cursor.cursor-2 {
  bottom: 6.25rem;
  right: -3.125rem;
}
@media (max-width: 767.98px) {
  #pushag .pushstart__cursors .cursor.cursor-2 {
    bottom: 0.9375rem;
    right: -1.875rem;
  }
}
#pushag .pushstart__cursors .cursor.cursor-3 {
  bottom: 12.5rem;
  right: -1.25rem;
}
@media (max-width: 767.98px) {
  #pushag .pushstart__cursors .cursor.cursor-3 {
    bottom: 5rem;
    right: -3.75rem;
  }
}
#pushag .pushstart__cursors .cursor.cursor-4 {
  bottom: 3.125rem;
  right: 2.5rem;
}
@media (max-width: 767.98px) {
  #pushag .pushstart__cursors .cursor.cursor-4 {
    bottom: 5rem;
    right: 2.5rem;
  }
}
#pushag .pushstart__cursors .cursor.cursor-5 {
  bottom: 8.125rem;
  right: 5rem;
}
@media (max-width: 767.98px) {
  #pushag .pushstart__cursors .cursor.cursor-5 {
    bottom: 1.5625rem;
    right: 3.75rem;
  }
}
#pushag .pushstart__cursors .cursor.cursor-6 {
  bottom: 10.625rem;
  right: 8.5rem;
}
@media (max-width: 767.98px) {
  #pushag .pushstart__cursors .cursor.cursor-6 {
    bottom: -1.25rem;
    right: 5.625rem;
  }
}
#pushag .pushstart__cursors .cursor.cursor-7 {
  bottom: 1.875rem;
  right: 8.75rem;
}
@media (max-width: 767.98px) {
  #pushag .pushstart__cursors .cursor.cursor-7 {
    bottom: 3.75rem;
    right: 7.5rem;
  }
}
#pushag .pushstart__cursors .cursor.cursor-8 {
  bottom: 8.125rem;
  right: 12.5rem;
}
@media (max-width: 767.98px) {
  #pushag .pushstart__cursors .cursor.cursor-8 {
    bottom: 2.5rem;
    right: 11.25rem;
  }
}
#pushag .pushstart__cursors .cursor.cursor-9 {
  bottom: 14.375rem;
  right: 3.75rem;
}
@media (max-width: 767.98px) {
  #pushag .pushstart__cursors .cursor.cursor-9 {
    bottom: -1.875rem;
    right: 12.5rem;
  }
}
#pushag .pushstart__cursors .cursor.cursor-10 {
  bottom: 20rem;
  right: 3.375rem;
}
@media (max-width: 767.98px) {
  #pushag .pushstart__cursors .cursor.cursor-10 {
    bottom: 0rem;
    right: 17.5rem;
  }
}
#pushag .pushstart__cursors .cursor.cursor-11 {
  bottom: 5rem;
  right: 16.25rem;
}
@media (max-width: 767.98px) {
  #pushag .pushstart__cursors .cursor.cursor-11 {
    bottom: 4.375rem;
    right: 15.625rem;
  }
}
#pushag .pushstart__cursors .cursor.cursor-12 {
  bottom: 8.75rem;
  right: 26rem;
}
@media (max-width: 767.98px) {
  #pushag .pushstart__cursors .cursor.cursor-12 {
    bottom: -0.9375rem;
    right: 21.875rem;
  }
}
#pushag .pushstart__cursors .cursor.cursor-13 {
  bottom: 9.375rem;
  right: 18.75rem;
}
@media (max-width: 767.98px) {
  #pushag .pushstart__cursors .cursor.cursor-13 {
    display: none;
  }
} 

#cases {
  padding-top: 100px;
  padding-bottom: 100px;
/*   min-height: 100vh; */
}
@media (max-width: 991.98px) {
  #cases {
    max-width: 100vw;
    overflow-x: hidden;
  }
 }
#cases .cases__row {
  flex-wrap: nowrap;
  margin-right: -4.1667%;
}
@media (max-width: 767.98px) {
  #cases .cases__row {
    flex-direction: column;
  }
}
#cases .cases__row .col-1-2 {
	position: relative;
    z-index: 999999;
    background: #fff;
}
@media (max-width: 767.98px) {
	#cases .cases__row .col-1-2 {
		background: transparent;
		margin-bottom: 60px;
	}
}
#cases .cases__row .col-1-3-1 {
	position: relative;
    z-index: 1;
}
#cases .cases__wrap {
  display: flex;
  flex-direction: column;
}
#cases .cases__title {
  display: flex;
  flex-direction: column;
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 7.5rem;
  line-height: 107%;
  letter-spacing: -2%;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  #cases .cases__title {
    font-size: 35px;
  }
} 
#cases .cases__title span:not(:first-child) {
  color: #FA6000;
}
#cases .cases__description {
  margin-top: 0.625rem;
  font-size: fluid-font-size-rem(22px);
  line-height: 140%;
  letter-spacing: -2%;
  color: #767676;
} 
#cases .cases__buttons {
  margin-top: 3.75rem;
  display: flex;
/*   flex-wrap: wrap; */
  gap: 1rem;
  position: relative;
} 
#cases .cases__buttons button {
  padding: 1.0625rem 2.875rem 1.125rem;
  width: calc(33.33% - 16px)!important;
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -2%;
  color: #B9B9B9;
  border: 1px solid #B9B9B9;
  border-radius: 0.375rem;
  background: #fff;
  transition: all 0.2s ease;
  cursor: pointer;
}
#cases .cases__buttons button:hover {
  background: #FA6000;
  color: #fff;
  border-color: #FA6000;
} 
#cases .cases__buttons button.swiper-button-disabled {
  background: #FA6000;
  color: #fff;
  border-color: #FA6000;
	opacity: 1;
}
#cases .cases__buttons button.swiper-button-next,
#cases .cases__buttons button.swiper-button-prev {
	color: transparent;
}
#cases .cases__buttons button.cases__filter-btn span {
	color: #FA6000;
}
#cases .cases__buttons button.cases__filter-btn:hover span {
	color: #FFFFFF;
}
#cases .cases__buttons button.swiper-button-disabled span {
	color: #fff;
} 
#cases .cases__slider-1 {
  width: 100%;
  position: relative;
}
#cases .cases__slider-container, #cases .cases__slider-container-2, #cases .cases__slider-container-3  {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  transition: transform 0.3s ease;
  will-change: transform;
}
#cases .cases__slider-1 .cases__slider-container {
	width: 50%;
} 
#cases .cases__slider-1 .cases__slider-container .swiper-slide-active::before,
#cases .cases__slider-2 .cases__slider-container-2 .swiper-slide-active::before,
#cases .cases__slider-3 .cases__slider-container-3 .swiper-slide-active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #8b0000 0%, #c40000 18%, #e23a0a 40%, #f26a1a 65%, #e23a0a 85%, #8b0000 100%);
    opacity: 1;
    transition: opacity 0.5s ease;
    z-index: 0;
}
#cases .cases__slider-1 .cases__slider-container .swiper-slide-active .cases__card-kpi .cases__card-kpi-item span,
#cases .cases__slider-1 .cases__slider-container .swiper-slide-active .cases__card-title,
#cases .cases__slider-1 .cases__slider-container .swiper-slide-active .cases__card-description
#cases .cases__slider-2 .cases__slider-container-2 .swiper-slide-active .cases__card-kpi .cases__card-kpi-item span,
#cases .cases__slider-2 .cases__slider-container-2 .swiper-slide-active .cases__card-title,
#cases .cases__slider-2 .cases__slider-container-2 .swiper-slide-active .cases__card-description,
#cases .cases__slider-3 .cases__slider-container-3 .swiper-slide-active .cases__card-kpi .cases__card-kpi-item span,
#cases .cases__slider-3 .cases__slider-container-3 .swiper-slide-active .cases__card-title,
#cases .cases__slider-3 .cases__slider-container-3 .swiper-slide-active .cases__card-description {
	color: #fff;
}
#cases .cases__slider-1 .cases__slider-container .swiper-slide-active .cases__card-button,
#cases .cases__slider-2 .cases__slider-container-2 .swiper-slide-active .cases__card-button, 
#cases .cases__slider-3 .cases__slider-container-3 .swiper-slide-active .cases__card-button {
	background: #fff;
	color: #000;
} 
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: relative;
     z-index: 50;
    height: 0.625rem;
	width: calc(50% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
    margin-top: 20px;
	cursor: pointer;
	overflow: hidden;
}
.swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
	cursor: pointer;
	background: #FA6000!important;
	width: 50%;
} 
 #cases .cases__card {
  flex-shrink: 0;
  padding: 2.5rem;
  border-radius: 1.5625rem;
  border: 1px solid #FA6000;
  display: flex;
  flex-direction: column;
  width: 31.25rem!important;
  min-height: 31.25rem;
  height: auto;
  position: relative;
  transition: color 0.3s ease;
  overflow: hidden;
} 
#cases .cases__card > * {
  position: relative;
  z-index: 1;
} 
#cases .cases__card-title {
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 96%;
  letter-spacing: -2%;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  color: #FA6000;
} 
#cases .cases__card-description {
  font-size: 1.25rem;
  line-height: 140%;
  letter-spacing: -2%;
  margin-bottom: 1.5rem;
  color: #767676;
  flex-grow: 1;
} 
#cases .cases__card-button {
  display: inline-flex;
  align-items: center;
  gap: 1.4375rem;
  margin-bottom: 8.75rem;
  padding: 0.4375rem 0.40625rem 0.4375rem 1.375rem;
  border-radius: 0.375rem;
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 160%;
  letter-spacing: -2%;
  border: none;
  background: #1A1A1A;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
} 
#cases .cases__card-button-icon {
  width: 2.75rem;
  height: 2.75rem;
  background: #FA6000;
  border-radius: 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
} 
#cases .cases__card-kpi {
  display: flex;
  gap: 2.5rem;
  margin-top: auto;
}
#cases .cases__card-kpi-item {
  display: flex;
  flex-direction: column;
}  
#cases .cases__card-kpi-value {
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 83%;
  letter-spacing: -2%;
  color: #FA6000;
}
#cases .cases__card-kpi-label {
  font-size: 0.875rem;
  line-height: 140%;
  letter-spacing: -2%;
  margin-top: 0.5rem;
  opacity: 0.9;
} 
@media (max-width: 768px) {
  #cases {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    min-height: auto;
  }
  #cases .cases__title {
    width: 100%;
    display: block;
    font-size: 2.1875rem;
    margin-bottom: 0;
    text-align: center;
    flex-direction: row;
    gap: 0.375rem;
  }
  #cases .cases__description {
    padding: 0 0.5rem;
    font-size: 0.875rem;
    margin-top: 0.875rem;
    text-align: center;
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 0;
  }
} 
@media (max-width: 465px) {
	.col-1-3-1 {
        width: 24.55rem !important;
        flex: 0 0 24.55rem !important;
    }
	#cases .cases__card {
		width: 20.25rem !important;
		min-height: 25rem;
		padding: 1.5rem;
		border-radius: 15px;
	}
	#cases .cases__buttons button {
		width: calc(50% - 0.4375rem);
		padding: 0.75rem;
		font-size: 0.75rem;
		border-radius: 0.375rem;
	}
	#cases .cases__card-title,
	#cases .cases__card-kpi-value {
  		font-size: 2rem;
	}
}

 .cases-modal {
	position: relative; 
  display: flex;
  align-items: center;
  justify-content: center;
	 padding-top: 50px;
}
.cases-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.cases-modal.is-open .cases-modal__content {
  transform: translateY(0);
  opacity: 1;
}
.cases-modal__content {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 3.125rem 3.125rem 0 0;
  padding: 5rem;
  overflow-y: auto;
  transform: translateY(20px);
  opacity: 1;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 1;
}
.cases-modal__content::-webkit-scrollbar {
  width: 0.5rem;
}
.cases-modal__content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 0.25rem;
}
.cases-modal__content::-webkit-scrollbar-thumb {
  background: #FA6000;
  border-radius: 0.25rem;
}
.cases-modal__header {
  margin-bottom: 3.375rem;
  text-align: center;
}
.cases-modal__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 96%;
  letter-spacing: -2%;
  text-transform: uppercase;
}
.cases-modal__title-orange {
  color: #FA6000;
}
.cases-modal__title-black {
  color: #000;
}
.cases-modal__subtitle {
  font-size: 1.25rem;
  line-height: 140%;
  letter-spacing: -2%;
  color: #767676;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.cases-modal__sub {
  margin-top: 3rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 106%;
  letter-spacing: -2%;
  color: #FA6000;
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.cases-modal__body {
  display: flex;
	width: 100%;
	overflow: hidden;
	gap: 3.75rem;
}
.cases-modal__content-left {
  display: flex;
  flex-direction: column;
	width: 50%;
  	gap: 3rem;
}
.cases-modal__content-right {
  display: flex;
  flex-direction: column;
	width: 50%;
  gap: 1.75rem;
	overflow: hidden;
}
.cases-modal__section-title {
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 106%;
  letter-spacing: -2%;
  color: #FA6000;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.cases-modal__section-text {
  font-size: 1.25rem;
  line-height: 140%;
  letter-spacing: -2%;
  color: #767676;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.cases-modal__section-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.cases-modal__section-list li {
  font-size: 1.25rem;
  line-height: 140%;
  letter-spacing: -2%;
  color: #767676;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  position: relative;
  padding-left: 1.5rem;
}
.cases-modal__section-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #767676;
  font-size: 1.5rem;
  line-height: 1;
}
.cases-modal__image-placeholder {
  width: 100%;
  background: #E5E7EB;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 12.5rem;
}
.cases-modal__image-placeholder--small {
  aspect-ratio: 1;
  min-height: 9.375rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
.cases-modal__image-placeholder--small img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cases-modal__image-placeholder--video {
  aspect-ratio: 16/9;
  min-height: 12.5rem;
}
.cases-modal__image-placeholder svg {
  opacity: 0.5;
}
.cases-modal__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.cases-modal__video {
  width: 100%;
}
@media (max-width: 1550px) {
	.cases-modal__content {
		padding: 5rem 2.5rem;
	}
	.cases-modal__content-left {
		gap: 2rem;
	}
}
@media (max-width: 1400px) {
	.cases-modal__title {
		font-size: 5rem;
	}
	.cases-modal__body {
		gap: 2rem;
	}
	.cases-modal__section-title {
		font-size: 2rem;
	}
	.cases-modal__section-text {
		font-size: 1rem;
		line-height: 120%;
	}
	.cases-modal__section-list li {
		font-size: 1rem;
		line-height: 120%;
	}
}
@media (max-width: 1130px) {
	.cases-modal__title {
		font-size: 4rem;
	}
	.cases-modal__content {
        padding: 5rem 1.5rem;
    }
	.cases-modal__body {
        gap: 1rem;
    }
	.cases-modal__content-left {
        gap: 1rem;
    }
	.cases-modal__section-title {
        font-size: 1.5rem;
		margin-bottom: .5rem;
    }
} 
@media (max-width: 1024px) {
	.cases-modal__content {
		padding: 2.5rem 2.5rem;
	}
	.cases-modal__body {
		flex-direction: column;
	}
	.cases-modal__title {
		font-family: 'Unbounded';
		font-style: normal;
		font-weight: 500;
		font-size: 58px;
		line-height: 96%;
		text-align: center;
		letter-spacing: -0.02em;
		text-transform: uppercase;
		color: #FA6000;
		margin-top: 50px;
	}
	.cases-modal__content-left {
        gap: 2.5rem;
        width: 100%;
		margin-bottom: 50px;
    }
	.cases-modal__content-right {
		width: 100%;
	}
	.cases-modal__section-title {
		margin-bottom: 1.5rem;
		font-family: 'Unbounded';
		font-style: normal;
		font-weight: 500;
		font-size: 30px;
		line-height: 106%;
		letter-spacing: -0.02em;
		text-transform: uppercase;
		color: #FA6000;
	}
	.cases-modal__section-text {
		font-family: 'Inter';
		font-style: normal;
		font-weight: 400;
		font-size: 21px;
		line-height: 140%;
		letter-spacing: -0.02em;
		color: #767676;
	}
	.cases-modal__section-list li {
		font-size: 21px;
		line-height: 140%;
	}
}
@media (max-width: 768px) {
	#footer {
		padding-bottom: 18rem!important;
	}
}
@media (max-width: 660px) {
	#footer {
		padding-bottom: 15rem!important;
	}
} 
@media (max-width: 570px) {
	#footer {
		padding-bottom: 12rem!important;
	}
	.cases-modal__content {
		padding: 15px;
	}
	.cases-modal__title {
		font-size: 35px;
	}
	.cases-modal__section-title {
		font-size: 20px;
	}
	.cases-modal__section-text {
		font-size: 16px;
	}
	.cases-modal__section-list li {
		font-size: 16px;
	}
}
@media (max-width: 440px) {
	#footer {
		padding-bottom: 6rem!important;
	}
}

#actors {
  padding-top: 100px;
  min-height: 100vh;
}
@media (max-width: 991.98px) {
  #actors {
    max-width: 100vw;
    overflow-x: hidden;
  }
}
#actors .actors__emoji {
  display: none;
  width: 5.6875rem;
  height: 7.125rem;
}
#actors .actors__emoji img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#actors .actors__title {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 767.98px) {
  #actors .actors__title {
/*     flex-direction: column; */
  }
}
#actors .actors__title .title {
  color: #000;
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 7.5rem;
  line-height: 85%;
  letter-spacing: -2%;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  #actors .actors__title .title {
    font-size: 2.1875rem;
  }
}
#actors .actors__title .title span {
  color: #FA6000;
}
#actors .actors__title .sub {
  max-width: 14.375rem;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 140%;
  letter-spacing: -2%;
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #767676;
}
#actors .actors__slider {
  margin-left: calc(-4.1667% - 6px);
  margin-right: calc(-4.1667% - 5px);
}
#actors .actors__slider .item {
  width: 100%;
  padding: 24px;
  padding-bottom: 32px;
  border: 1px solid #FA6000;
  border-radius: 25px;
  transition: all 0.2s ease;
}
#actors .actors__slider .item .image {
  height: auto;
  border-radius: 12px;
  transition: all 0.2s ease;
}
#actors .actors__slider .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.2s ease;
}
#actors .actors__slider .item .body {
  width: 100%;
  margin-top: 2rem;
  text-align: center;
}
#actors .actors__slider .item .body .title {
  margin-bottom: 0;
}
#actors .actors__slider .swiper-wrapper {
  padding: 60px 0;
}
#actors .actors__slider .swiper-slide-active .item {
  transform: scale(1.1);
}
#actors .actors__slider .swiper-slide-active .item .image img {
  transform: translateY(-28px) scale(1.2);
}
#actors .actors__slider .swiper-slide-active .item .image.gif img {
  transform: translateY(0) scale(1);
}
#actors .actors__slider .swiper-slide .item .image img {
  border-radius: 0.75rem;
}
@media (max-width: 768px) {
  #actors {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    min-height: auto;
  }
  #actors .actors__emoji {
    display: block;
    margin-bottom: 1.875rem;
  }
  #actors .actors__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #actors .actors__title {
    gap: 0.625rem;
    margin-bottom: 1.875rem;
    align-items: start;
  }
  #actors .actors__title .title {
    font-size: 2.1875rem;
    display: flex;
    flex-direction: column;
  }
  #actors .actors__title .sub {
    max-width: 180px;
    font-size: 0.875rem;
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  }
  #actors .actors__slider {
/*     margin-left: -4.1667%;
    margin-right: -4.1667%; */
	margin-left: 15px;
    margin-right: 15px;
  }
  #actors .actors__slider .item {
    padding: 1rem;
    padding-bottom: 1.5rem;
  }
  #actors .actors__slider .item .image {
    height: auto;
    width: auto;
  }
  #actors .actors__slider .item .body {
    margin-top: 1.25rem;
  }
  #actors .actors__slider .item .body .title {
    font-size: 1.125rem;
  }
  #actors .actors__slider .swiper-wrapper {
    padding: 2.5rem 0;
  }
}

#collab {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 100vh;
}
@media (max-width: 991.98px) {
  #collab {
    max-width: 100vw;
    overflow-x: hidden;
  }
}
#collab .collab__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#collab .collab__title .title {
  font-size: 7.5rem;
  line-height: 85%;
  letter-spacing: -2%;
  font-weight: 700;
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767.98px) {
  #collab .collab__title .title {
    font-size: 2.1875rem;
  }
}
#collab .collab__title .title span {
  color: #FA6000;
  hyphens: none;
}
#collab .collab__title .sub {
  max-width: 38.75rem;
  margin-top: 1.25rem;
  font-size: 1.375rem;
  line-height: 140%;
  letter-spacing: -2%;
  font-weight: 400;
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #767676;
  text-align: center;
}
#collab .collab__title .buttons {
  margin-top: 2.8125rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#collab .collab__title .buttons__item {
  height: 12.5rem;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  #collab .collab__title .buttons__item {
    height: 4rem;
  }
}
#collab .collab__title .buttons__item span {
  font-size: 2rem;
  line-height: 85%;
  letter-spacing: -2%;
  font-weight: 700;
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  #collab .collab__title .buttons__item span {
    font-size: 12px;
  }
}
#collab .collab__title .buttons .button-1 {
  width: 12.8125rem;
  background-image: url("../images/collab/collab-btn-1.png");
}
@media (max-width: 767.98px) {
  #collab .collab__title .buttons .button-1 {
    width: 4.125rem;
  }
}
#collab .collab__title .buttons .button-1 span {
  color: #fff;
}
#collab .collab__title .buttons .button-2 {
  width: 12.8125rem;
  background-image: url("../images/collab/collab-btn-2.png");
}
@media (max-width: 767.98px) {
  #collab .collab__title .buttons .button-2 {
    width: 4.125rem;
  }
}
#collab .collab__title .buttons .button-3 {
  width: 21.5625rem;
  background-image: url("../images/collab/collab-btn-3.png");
}
@media (max-width: 767.98px) {
  #collab .collab__title .buttons .button-3 {
    width: 7rem;
  }
}
#collab .collab__steps {
  margin-top: 5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
#collab .collab__steps .item {
  width: calc(50% - 0.5rem);
  padding: 1.5rem;
  padding-right: 3.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  border: 1px solid #FA6000;
  border-radius: 1.5625rem;
}
@media (max-width: 767.98px) {
  #collab .collab__steps .item {
    width: 100%;
  }
}
#collab .collab__steps .item .num {
  flex-shrink: 0;
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 107%;
  letter-spacing: -2%;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  background: #FA6000;
  background-image: url("../images/collab/back-collab.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0.625rem;
  width: 7.5rem;
  height: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#collab .collab__steps .item .content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#collab .collab__steps .item .content .title {
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.875rem;
  line-height: 106%;
  letter-spacing: -2%;
  font-weight: 500;
  color: #FA6000;
  text-transform: uppercase;
}
#collab .collab__steps .item .content .description {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 140%;
  letter-spacing: -2%;
  font-weight: 400;
  color: #767676;
}
@media (max-width: 768px) {
  #collab {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    min-height: auto;
  }
  #collab .collab__title {
    text-align: center;
  }
  #collab .collab__title .title {
    font-size: 2.1875rem;
    display: flex;
    flex-direction: column;
  }
  #collab .collab__title .sub {
    font-size: 0.875rem;
    margin-top: 0.875rem;
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  }
  #collab .collab__title .buttons {
    margin-top: 1.5rem;
    flex-wrap: wrap;
  }
  #collab .collab__title .buttons__item {
    height: 4rem;
  }
  #collab .collab__title .buttons__item span {
    font-size: 0.625rem;
  }
  #collab .collab__title .buttons .button-1 {
    width: 4.125rem;
  }
  #collab .collab__title .buttons .button-2 {
    width: 4.125rem;
  }
  #collab .collab__title .buttons .button-3 {
    width: 7rem;
  }
  #collab .collab__steps {
    margin-top: 3rem;
    gap: 0.75rem;
  }
  #collab .collab__steps .item {
    width: 100%;
    padding: 0.875rem;
    gap: 0.875rem;
    align-items: flex-start;
    border-radius: 0.9375rem;
	justify-content: flex-start;  
  }
  #collab .collab__steps .item .num {
    width: 2.9375rem;
    height: 2.9375rem;
    font-size: 1.125rem;
    border-radius: 0.375rem;
  }
  #collab .collab__steps .item .content {
    gap: 0.25rem;
  }
  #collab .collab__steps .item .content .title {
    font-size: 1rem;
  }
  #collab .collab__steps .item .content .description {
    font-size: 0.75rem;
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  }
}
@media (max-width: 430px) {
    #collab .collab__title .title {
        font-size: 1.5875rem;
	}
}

:root {
  --tab-max-width-mobile: 150px;
}

#faq {
  padding-top: 50px;
  padding-bottom: 0;
  min-height: 100vh;
  contain: layout;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 991.98px) {
  #faq {
    max-width: 100vw;
    overflow-x: hidden;
  }
}
#faq .faq__title {
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 7.5rem;
  line-height: 85%;
  letter-spacing: -2%;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  #faq .faq__title {
    font-size: 2.1875rem;
  }
}
#faq .faq__folders {
  margin-top: 5.5rem;
/*   margin-bottom: 6.25rem; */
  contain: layout style;
  scroll-behavior: smooth;
}
#faq .faq__folders .folder {
  width: 100%;
  position: relative;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  #faq .faq__folders .folder {
    margin-bottom: 0.625rem;
  }
}
#faq .faq__folders .folder .temp {
  width: 100%;
  height: 200px;
  position: absolute;
  border-radius: 0 0 30px 30px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767.98px) {
  #faq .faq__folders .folder .temp {
    top: calc(100% - 12px);
  }
}
#faq .faq__folders .folder__input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#faq .faq__folders .folder__input:checked ~ .folder__content {
  width: 100%;
  max-height: 5000px;
  padding-top: 7.5rem;
  padding-bottom: 25rem;
}
#faq .faq__folders .folder__input:checked ~ .folder__content--contacts {
  padding-bottom: 12.5rem;
}
#faq .faq__folders .folder__input:checked ~ .folder__content .folder__content--image {
  bottom: 0;
  left: 80%;
  z-index: 1;
}
#faq .faq__folders .folder__input:checked ~ .folder__content .folder__content--wrapp {
  opacity: 1;
  transition: opacity 0.3s ease 0.2s;
}
#faq .faq__folders .folder__input:checked ~ .folder__content .folder__content--wrapp::before {
  opacity: 1;
}
#faq .faq__folders .folder:hover:not(:has(#faq .faq__folders .folder__input:checked)) .folder__tab {
  transform: translateY(-10px);
}
@media (max-width: 768px) {
  #faq .faq__folders .folder:hover:not(:has(#faq .faq__folders .folder__input:checked)) .folder__tab {
    transform: none;
  }
}
#faq .faq__folders .folder:hover:not(:has(#faq .faq__folders .folder__input:checked)) .temp {
  transform: translateY(-10px);
}
@media (max-width: 768px) {
  #faq .faq__folders .folder:hover:not(:has(#faq .faq__folders .folder__input:checked)) .temp {
    transform: none;
  }
}
#faq .faq__folders .folder.is-active .folder__input:not(:checked) {
  opacity: 0;
}
#faq .faq__folders .folder.is-active .folder__input:not(:checked) + .folder__tab + .folder__content {
  width: 100%;
  max-height: 5000px;
  padding-top: 7.5rem;
  padding-bottom: 25rem;
}
#faq .faq__folders .folder--black .folder__content, #faq .faq__folders .folder--black .folder__tab {
  background-color: #1A1A1A;
}
#faq .faq__folders .folder--black .folder__content::before, #faq .faq__folders .folder--black .folder__tab::before {
  background-image: url("../images/faq/shape-left-black.svg");
}
#faq .faq__folders .folder--black .folder__content::after, #faq .faq__folders .folder--black .folder__tab::after {
  background-image: url("../images/faq/shape-right-black.svg");
}
#faq .faq__folders .folder--black .folder__content .title, #faq .faq__folders .folder--black .folder__tab .title {
  color: #fff;
}
#faq .faq__folders .folder--black .temp {
  background: #1a1a1a;
}
#faq .faq__folders .folder--orange .folder__content, #faq .faq__folders .folder--orange .folder__tab {
  background-color: #FA6000;
}
#faq .faq__folders .folder--orange .folder__content::before, #faq .faq__folders .folder--orange .folder__tab::before {
  background-image: url("../images/faq/shape-left-orange.svg");
}
#faq .faq__folders .folder--orange .folder__content::after, #faq .faq__folders .folder--orange .folder__tab::after {
  background-image: url("../images/faq/shape-right-orange.svg");
}
#faq .faq__folders .folder--orange .folder__content .title, #faq .faq__folders .folder--orange .folder__tab .title {
  color: #fff;
}
#faq .faq__folders .folder--orange .temp {
  background: #FA6000;
}
#faq .faq__folders .folder--1 {
  z-index: 1;
}
#faq .faq__folders .folder--1 .folder__tab {
  left: 70%;
}
#faq .faq__folders .folder--1 .folder__content--image {
  bottom: -160px;
  width: 200px;
  right: 40%;
  transform: rotate(-15deg);
}
#faq .faq__folders .folder--2 {
  z-index: 2;
}
#faq .faq__folders .folder--2 .folder__tab {
  left: 30%;
}
#faq .faq__folders .folder--2 .folder__content--image {
  bottom: -140px;
  width: 300px;
  right: 40%;
}
#faq .faq__folders .folder--3 {
  z-index: 3;
}
#faq .faq__folders .folder--3 .folder__tab {
  left: 10%;
}
#faq .faq__folders .folder--3 .folder__content--image {
  bottom: -190px;
  width: 250px;
  left: 30%;
  transform: rotate(-15deg);
}
#faq .faq__folders .folder--4 {
  z-index: 4;
}
#faq .faq__folders .folder--4 .folder__tab {
  left: 60%;
}
#faq .faq__folders .folder--4 .folder__content--image {
  bottom: -190px;
  width: 200px;
  right: 23%;
}
#faq .faq__folders .folder--5 {
  z-index: 5;
}
#faq .faq__folders .folder--5 .folder__tab {
  left: 30%;
}
#faq .faq__folders .folder--5 .folder__content--image {
  bottom: -210px;
  width: 200px;
  right: 33%;
  transform: rotate(-15deg);
}
#faq .faq__folders .folder--6 {
  z-index: 6;
}
#faq .faq__folders .folder--6 .folder__tab {
  left: 10%;
}
#faq .faq__folders .folder--6 .folder__content--image {
  bottom: -150px;
  width: 200px;
  left: 33%;
  transform: rotate(-15deg);
}
#faq .faq__folders .folder--7 {
  z-index: 7;
}
#faq .faq__folders .folder--7 .folder__tab {
  left: 60%;
}
#faq .faq__folders .folder--7 .folder__content--image {
  bottom: -130px;
  width: 200px;
  right: 13%;
  transform: rotate(-15deg);
}
#faq .faq__folders .folder--8 {
  z-index: 8;
}
#faq .faq__folders .folder--8 .folder__tab {
  left: 30%;
}
#faq .faq__folders .folder--8 .folder__content--image {
  bottom: -140px;
  width: 200px;
  left: 35%;
  transform: rotate(-15deg);
}
#faq .faq__folders .folder--9 {
  z-index: 9;
}
#faq .faq__folders .folder--9 .folder__tab {
  left: 70%;
}
#faq .faq__folders .folder--9 .folder__content--image {
  bottom: -210px;
  width: 200px;
  right: 33%;
  transform: rotate(-15deg);
}
#faq .faq__folders .folder--10 {
  z-index: 10;
}
#faq .faq__folders .folder--10 .folder__tab {
  left: 15%;
}
#faq .faq__folders .folder__tab {
  position: relative;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  --r: 20px;
  line-height: 1.8;
  padding: 1.875rem 2.25rem 1.25rem;
  border-inline: var(--r) solid rgba(0, 0, 0, 0);
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767.98px) {
  #faq .faq__folders .folder__tab {
    min-height: auto;
    padding: 0;
  }
}
#faq .faq__folders .folder__tab::before {
  content: "";
  position: absolute;
  top: 0;
  left: -9.1875rem;
  width: 8.4375rem;
  height: 7.4375rem;
}
#faq .faq__folders .folder__tab::after {
  content: "";
  background-image: url("../images/faq/shape-right.svg");
  position: absolute;
  top: 0;
  right: -9.1875rem;
  width: 8.4375rem;
  height: 7.4375rem;
  background-repeat: no-repeat;
}
#faq .faq__folders .folder__tab .title {
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.875rem;
  line-height: 100%;
  letter-spacing: -2%;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  hyphens: none;
  word-wrap: normal;
}
#faq .faq__folders .folder__content {
  max-height: 0;
  min-height: 0;
  border-radius: 0 0 3.125rem 3.125rem;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding-top 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding-bottom 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  isolation: isolate;
}
#faq .faq__folders .folder__content--image {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  transition: all var(--transition-time) cubic-bezier(0.4, 0, 0.2, 1);
}
#faq .faq__folders .folder__content--image img {
  display: block;
  max-width: 100%;
  height: auto;
}
#faq .faq__folders .folder__content--wrapp {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem;
  opacity: 0;
  transition: opacity 0.3s ease 0.2s;
}
@media (max-width: 767.98px) {
  #faq .faq__folders .folder__content--wrapp {
    flex-direction: column;
  }
}
#faq .faq__folders .folder__content--wrapp::before {
  content: "";
  position: absolute;
  inset: 0;
  left: -29rem;
  width: 250%;
  height: 280%;
  top: -2.5rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.7) 100%);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (max-width: 767.98px) {
  #faq .faq__folders .folder__content--wrapp::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 100%);
  }
}
#faq .faq__folders .folder__content--wrapp .item {
  width: calc(50% - 3.125rem);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2.25rem;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  #faq .faq__folders .folder__content--wrapp .item {
    width: 100%;
  }
}
#faq .faq__folders .folder__content--wrapp .item__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#faq .faq__folders .folder__content--wrapp .item span {
  max-width: 33.75rem;
  color: #fff;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 106%;
  letter-spacing: -2%;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.5);
}
#faq .faq__folders .folder__content--wrapp .item p {
  max-width: 33.75rem;
  color: #fff;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 96%;
  letter-spacing: -2%;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.5);
}
#faq .faq__folders .folder__content--wrapp .item__icon {
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 5px;
}
#faq .faq__folders .folder__content--wrapp .item__icon .icon {
  width: 0.625rem;
  height: 0.625rem;
}
#faq .faq__folders .folder__content--wrapp .contacts {
  padding-top: 50px;
  width: 100%;
}
#faq .faq__folders .folder__content--wrapp .contacts__wrapp {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 3rem;
}
@media (max-width: 767.98px) {
  #faq .faq__folders .folder__content--wrapp .contacts__wrapp {
    flex-direction: column;
  }
}
#faq .faq__folders .folder__content--wrapp .contacts__info {
  display: flex;
  flex-direction: column;
}
#faq .faq__folders .folder__content--wrapp .contacts__title {
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 85%;
  letter-spacing: -2%;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4), 0 1px 4px rgba(0, 0, 0, 0.6);
}
@media (max-width: 767.98px) {
  #faq .faq__folders .folder__content--wrapp .contacts__title {
    font-size: 2.1875rem;
  }
}
#faq .faq__folders .folder__content--wrapp .contacts__description {
  margin-top: 1.25rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -2%;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767.98px) {
  #faq .faq__folders .folder__content--wrapp .contacts__description {
    font-size: 0.875rem;
  }
}
#faq .faq__folders .folder__content--wrapp .contacts__actions {
  margin-top: 4.375rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  #faq .faq__folders .folder__content--wrapp .contacts__actions {
    flex-direction: column;
  }
}
#faq .faq__folders .folder__content--wrapp .contacts__button {
  cursor: pointer;
  padding: 0.625rem;
  padding-left: 3.125rem;
  background: #fff;
  border: none;
  border-radius: 0.625rem;
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 3.125rem;
}
#faq .faq__folders .folder__content--wrapp .contacts__button span {
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 160%;
  font-weight: 500;
  letter-spacing: -2%;
  color: #000;
}
#faq .faq__folders .folder__content--wrapp .contacts__button-icon-wrapp {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.125rem;
  height: 4.125rem;
  background: #FA6000;
  border-radius: 0.625rem;
}
#faq .faq__folders .folder__content--wrapp .contacts__button-icon {
  width: 0.875rem;
  height: 0.875rem;
  fill: #fff;
}
#faq .faq__folders .folder__content--wrapp .contacts__contacts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#faq .faq__folders .folder__content--wrapp .contacts__contacts .contacts__button {
  padding: 0.625rem;
  padding-left: 3.125rem;
  background: #1A1A1A;
  border: none;
  border-radius: 0.625rem;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 3.125rem;
  cursor: pointer;
}
#faq .faq__folders .folder__content--wrapp .contacts__contacts .contacts__button .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.375rem;
}
#faq .faq__folders .folder__content--wrapp .contacts__contacts .contacts__button .info .name {
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.875rem;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: -2%;
  color: #fff;
  text-transform: uppercase;
}
#faq .faq__folders .folder__content--wrapp .contacts__contacts .contacts__button .info .sub {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: -2%;
  color: #B9B9B9;
}
#faq .faq__folders .folder__content--wrapp .contacts__contacts .contacts__button-icon-wrapp {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.125rem;
  height: 4.125rem;
  background: #FA6000;
  border-radius: 0.625rem;
}
#faq .faq__folders .folder__content--wrapp .contacts__contacts .contacts__button-icon-img {
  width: 2.25rem;
  height: 2.25rem;
  -o-object-fit: contain;
  object-fit: contain;
}
#faq .faq__folders .folder__content--wrapp .contacts__contacts .contacts__button-icon {
  width: 2.25rem;
  height: 2.25rem;
  fill: #fff;
}
@media (prefers-reduced-motion: reduce) {
  #faq .folder .folder__content,
  #faq .folder .folder__tab,
  #faq .folder .folder__content--image {
    transition: none !important;
  }
}
@media (max-width: 768px) {
  #faq {
    padding-top: 3.75rem;
    padding-bottom: 0;
    min-height: auto;
    overflow-x: hidden;
    overflow-y: visible;
  }
  #faq .faq__title {
    font-size: 2.1875rem;
  }
  #faq .faq__folders {
    margin-top: 5rem;
    margin-bottom: 3.125rem;
  }
  #faq .faq__folders .folder {
    margin-bottom: 0.9375rem;
  }
  #faq .faq__folders .folder .folder__content--image {
    position: absolute;
    transform: translateZ(0);
    will-change: auto;
  }
  #faq .faq__folders .folder .folder__content--image img {
    width: 100%;
    height: auto;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
  }
  #faq .faq__folders .folder__input:checked ~ .folder__content .folder__content--image {
    bottom: 10%;
    right: 5%;
    left: auto;
    max-width: 120px;
  }
  #faq .faq__folders .folder__tab {
    max-width: 150px;
    height: 48px;
  }
  #faq .faq__folders .folder--1:not(.is-active) .folder__content--image {
    width: 100px;
    height: auto;
    left: 40%;
    max-height: 150px;
    transform: rotate(-10deg);
  }
  #faq .faq__folders .folder--2:not(.is-active) .folder__content--image {
    width: 160px;
    height: auto;
    top: 30px;
    left: 63%;
    max-height: 200px;
  }
  #faq .faq__folders .folder--2:not(.is-active) .folder__content--image .socials {
    position: relative;
  }
  #faq .faq__folders .folder--2:not(.is-active) .folder__content--image .socials picture {
    width: 70px;
    height: auto;
    position: absolute;
    max-height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  #faq .faq__folders .folder--2:not(.is-active) .folder__content--image .socials picture:nth-child(1) {
    top: 0;
    left: 80px;
  }
  #faq .faq__folders .folder--2:not(.is-active) .folder__content--image .socials picture:nth-child(2) {
    top: 10px;
    left: 34px;
  }
  #faq .faq__folders .folder--2:not(.is-active) .folder__content--image .socials picture:nth-child(3) {
    top: 0;
    left: -20px;
  }
  #faq .faq__folders .folder--2.is-active .folder__content--image {
    bottom: 30%;
    left: 85%;
  }
  #faq .faq__folders .folder--2.is-active .folder__content--image .socials {
    position: relative;
  }
  #faq .faq__folders .folder--2.is-active .folder__content--image .socials img {
    width: 70px;
    height: auto;
    position: absolute;
    max-height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  #faq .faq__folders .folder--2.is-active .folder__content--image .socials img:nth-child(1) {
    top: 0;
    left: 80px;
  }
  #faq .faq__folders .folder--2.is-active .folder__content--image .socials img:nth-child(2) {
    top: 10px;
    left: 34px;
  }
  #faq .faq__folders .folder--2.is-active .folder__content--image .socials img:nth-child(3) {
    top: 0;
    left: -20px;
  }
  #faq .faq__folders .folder--3:not(.is-active) .folder__content--image {
    width: 140px;
    height: auto;
    top: 25px;
    left: 20%;
    max-height: 160px;
    transform: rotate(-15deg);
  }
  #faq .faq__folders .folder--4:not(.is-active) .folder__content--image {
    width: 140px;
    height: auto;
    top: -25px;
    left: 0%;
    max-height: 160px;
  }
  #faq .faq__folders .folder--5:not(.is-active) .folder__content--image {
    width: 120px;
    height: auto;
    top: -60px;
    left: 74%;
    max-height: 140px;
  }
  #faq .faq__folders .folder--6:not(.is-active) .folder__content--image {
    width: 140px;
    height: auto;
    top: -30px;
    left: 10%;
    max-height: 160px;
  }
  #faq .faq__folders .folder--7:not(.is-active) .folder__content--image {
    width: 100px;
    height: auto;
    top: -30px;
    left: 74%;
    max-height: 120px;
  }
  #faq .faq__folders .folder--8:not(.is-active) .folder__content--image {
    width: 100px;
    height: auto;
    top: -30px;
    left: 24%;
    max-height: 120px;
  }
  #faq .faq__folders .folder--9:not(.is-active) .folder__content--image {
    width: 100px;
    height: auto;
    top: -30px;
    left: 74%;
    max-height: 120px;
  }
  #faq .faq__folders .folder__tab {
    max-width: 100%;
    height: 60px;
  }
  #faq .faq__folders .folder__tab::before, #faq .faq__folders .folder__tab::after {
    height: 58px;
    width: 58px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #faq .faq__folders .folder__tab::before {
    left: -73.5px;
  }
  #faq .faq__folders .folder__tab::after {
    right: -73.5px;
  }
  #faq .faq__folders .folder__tab .title {
    font-size: 1rem;
    font-weight: 500;
  }
  #faq .faq__folders .folder__content {
    border-radius: 0 0 1.5625rem 1.5625rem;
    -webkit-overflow-scrolling: touch;
  }
  #faq .faq__folders .folder__input:checked ~ .folder__content {
    margin-top: -12px;
    padding-top: 2.5rem;
    padding-bottom: 11.25rem;
	  margin-bottom: -5rem;
  }
  #faq .faq__folders .folder__input:checked ~ .folder__content .folder__content--wrapp .item span {
    font-size: 1.125rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.7);
  }
  #faq .faq__folders .folder__input:checked ~ .folder__content .folder__content--wrapp .item p {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.7);
  }
  #faq .faq__folders .folder__input:checked ~ .folder__content .folder__content--wrapp .item__icon {
    width: 2.25rem;
    height: 2.25rem;
    flex: 0 0 2.25rem;
  }
  #faq .faq__folders .folder__input:checked ~ .folder__content .folder__content--wrapp .contacts__info {
    margin-top: 0;
  }
  #faq .faq__folders .folder__input:checked ~ .folder__content .folder__content--wrapp .contacts__title {
    font-size: 2.1875rem;
    margin-bottom: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.7);
  }
  #faq .faq__folders .folder__input:checked ~ .folder__content .folder__content--wrapp .contacts__description {
    font-size: 0.875rem;
    margin-top: 0.875rem;
    margin-bottom: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4), 0 1px 3px rgba(0, 0, 0, 0.6);
  }
  #faq .faq__folders .folder__input:checked ~ .folder__content .folder__content--wrapp .contacts__actions {
    margin-top: 2rem;
    margin-bottom: 3rem;
    gap: 0.875rem;
    flex-direction: column;
  }
  #faq .faq__folders .folder__input:checked ~ .folder__content .folder__content--wrapp .contacts__actions .contacts__button {
    width: 65%;
    padding: 0.375rem;
    padding-left: 1.5rem;
    gap: 1.5rem;
    border-radius: 0.375rem;
  }
  #faq .faq__folders .folder__input:checked ~ .folder__content .folder__content--wrapp .contacts__actions .contacts__button span {
    font-size: 0.875rem;
  }
  #faq .faq__folders .folder__input:checked ~ .folder__content .folder__content--wrapp .contacts__actions .contacts__button-icon-wrapp {
    width: 2.375rem;
    height: 2.375rem;
    border-radius: 0.3125rem;
    flex: 0 0 2.375rem;
  }
  #faq .faq__folders .folder__input:checked ~ .folder__content .folder__content--wrapp .contacts__actions .contacts__button-icon {
    width: 0.5rem;
    height: 0.5rem;
  }
  #faq .faq__folders .folder__input:checked ~ .folder__content .folder__content--wrapp .contacts__button {
    width: 100%;
    padding: 0.5rem;
    padding-left: 1.5rem;
    gap: 1.5rem;
  }
  #faq .faq__folders .folder__input:checked ~ .folder__content .folder__content--wrapp .contacts__button span {
    font-size: 1rem;
  }
  #faq .faq__folders .folder__input:checked ~ .folder__content .folder__content--wrapp .contacts__button-icon-wrapp {
    width: 3rem;
    height: 3rem;
  }
  #faq .faq__folders .folder__input:checked ~ .folder__content .folder__content--wrapp .contacts__contacts .contacts__button {
    padding: 0.625rem;
    padding-left: 1.5rem;
    gap: 1rem;
    border-radius: 0.625rem;
    justify-content: space-between;
    cursor: pointer;
  }
  #faq .faq__folders .folder__input:checked ~ .folder__content .folder__content--wrapp .contacts__contacts .contacts__button .info .name {
    font-size: 1.25rem;
  }
  #faq .faq__folders .folder__input:checked ~ .folder__content .folder__content--wrapp .contacts__contacts .contacts__button .info .sub {
    font-size: 0.875rem;
  }
  #faq .faq__folders .folder__input:checked ~ .folder__content .folder__content--wrapp .contacts__contacts .contacts__button-icon-wrapp {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 0.375rem;
  }
  #faq .faq__folders .folder__input:checked ~ .folder__content .folder__content--wrapp .contacts__contacts .contacts__button-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}

#bonus {
  padding-top: 100px;
  padding-bottom: 150px;
}
@media (max-width: 991.98px) {
  #bonus {
    max-width: 100vw;
	  padding-top: 100px;
  	  padding-bottom: 150px;
  }
}
#bonus .bonus__title {
  display: flex;
  flex-direction: column;
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 6.25rem;
  line-height: 93%;
  letter-spacing: -2%;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
/*   margin-top: 80px; */
}
@media (max-width: 767.98px) {
  #bonus .bonus__title {
    font-size: 2.1875rem;
  }
}
#bonus .bonus__title-first {
  color: #000;
}
#bonus .bonus__title-second {
  color: #FA6000;
}
#demo-2,
#bonus .bonus__item {
  margin: 3.75rem auto 0;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
}
#bonus .bonus__item-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50%;
  height: 5rem;
  background: rgba(60, 31, 13, 0.5);
  border-radius: 6.25rem;
  filter: blur(60px);
}
#bonus .bonus__item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
}
#bonus .bonus__item-content-title {
  font-size: 7.5rem;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: -2%;
  color: #1A1A1A;
  text-transform: uppercase;
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
	white-space: normal;
	font-size: 24px;
	padding: 70px 70px 0;
}
#demo-2, 
#bonus div .bonus__item-close{
	  max-width: 100%;
  position: relative;
  z-index: 2;
  animation: floatBox 3s ease-in-out infinite;
  transition: transform 0.3s ease, opacity 0.5s ease;
}
#demo-2 img,
#bonus .bonus__item-close img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
#bonus .bonus__item:not(.is-opened):hover .bonus__item-close {
  animation-play-state: paused;
  transform: scale(1.08) translateY(-5px);
}
#bonus .bonus__item .bonus__item-open,
#demo-3 {
  max-width: 70%;
  opacity: 1;
  z-index: 1;
	margin: 0 auto;
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s ease;
  animation-name: scaleAnimation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes scaleAnimation {
  from {transform: scale(1);}
  to {transform: scale(1.5);}
}
#bonus .bonus__item .bonus__item-open img,
#demo-3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
#bonus .bonus__item.is-opened .bonus__item-close {
  opacity: 0;
  transform: scale(0.8) rotate(5deg);
  pointer-events: none;
}
#bonus .bonus__item.is-opened .bonus__item-open-1, #bonus .bonus__item.is-opened #demo-3 {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.4);
}
#bonus .bonus__item.is-opened .bonus__smoke {
  opacity: 1;
}
#bonus .bonus__smoke {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 200, 0, 0.7) 0%, rgba(255, 180, 0, 0.5) 15%, rgba(255, 160, 0, 0.4) 30%, rgba(255, 140, 0, 0.3) 45%, rgba(255, 120, 0, 0.2) 60%, rgba(255, 100, 0, 0.1) 75%, transparent 90%);
  animation: smokeEffect 1.5s ease-out forwards;
  pointer-events: none;
  z-index: 3;
  filter: blur(25px);
  opacity: 0;
}

@keyframes floatBox {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-8px) rotate(-1deg);
  }
  50% {
    transform: translateY(-12px) rotate(0deg);
  }
  75% {
    transform: translateY(-8px) rotate(1deg);
  }
}
@keyframes smokeEffect {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.3);
    filter: blur(15px);
  }
  30% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(0.8);
    filter: blur(20px);
  }
  60% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    filter: blur(25px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    filter: blur(25px);
  }
}
@media (max-width: 768px) {
  #bonus {
/*     padding-top: 0; */
    padding-bottom: 3.75rem;
    min-height: auto;
  }
  #bonus .bonus__title {
    font-size: 2.1875rem;
    gap: 0.625rem;
  }
	#bonus .bonus__title span {
		line-height: 93%;
	}
  #bonus .bonus__item {
    margin: 3.75rem auto 0;
    min-height: 12.5rem;
  }
  #bonus .bonus__item-shadow {
    height: 1.875rem;
    border-radius: 3.125rem;
    filter: blur(30px);
    background: rgba(60, 31, 13, 0.6);
  }
  #bonus .bonus__item-content-title {
    font-size: 2.5rem;
    white-space: 50%;
	  padding-bottom: 50px;
  }
  #bonus .bonus__item-close {
    max-width: 30%;
  }
  #bonus .bonus__item-open {
    max-width: 80%;
  }
  #bonus .bonus__smoke {
    width: 18.75rem;
    height: 18.75rem;
  }
}
#scrolline {
  max-width: 100vw;
  overflow-x: hidden;
}
@media (max-width: 991.98px) {
  #scrolline {
    max-width: 100vw;
    overflow-x: hidden;
  }
}
#scrolline .scrolline {
  overflow: hidden;
  width: 100%;
  position: relative;
}
#scrolline .scrolline__track {
  display: flex;
  flex-direction: row;
  align-items: center;
  animation: scroll-infinite 20s linear infinite;
  will-change: transform;
}
#scrolline .scrolline__wrapp {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  flex-shrink: 0;
  padding-right: 5rem;
}
#scrolline .scrolline__wrapp .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 7.5rem;
  line-height: 85%;
  font-weight: 700;
  letter-spacing: -2%;
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
  overflow: hidden;
}
#scrolline .scrolline__wrapp .item__icon {
  width: 5.75rem;
  height: 5.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#scrolline .scrolline__wrapp .item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@keyframes scroll-infinite {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  #scrolline .scrolline__wrapp {
    gap: 1.5rem;
    padding-right: 1.5rem;
  }
  #scrolline .scrolline__wrapp .item {
    gap: 1.5rem;
    font-size: 2.1875rem;
  }
  #scrolline .scrolline__wrapp .item__icon {
    width: 1.875rem;
    height: 1.875rem;
  }
}
#formfooter {
  margin-top: 7.5rem;
}
#formfooter .formfooter__title {
  display: flex;
  flex-direction: column;
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.875rem;
  line-height: 96%;
  letter-spacing: -2%;
  font-weight: 500;
  text-transform: uppercase;
}
#formfooter .formfooter__title-first {
  color: #000;
}
#formfooter .formfooter__title-second {
  color: #FA6000;
}
#formfooter .formfooter__form {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
#formfooter .formfooter__form form .wrapp p{
  width: 100%;
  display: flex;
  flex-direction: row;
	justify-content: flex-start;
}
#formfooter .formfooter__form input {
  width: 96%;
  padding: 1.8125rem 2rem 1.9375rem;
  line-height: 160%;
  letter-spacing: -2%;
  border: 1px solid #B9B9B9;
  border-radius: 10px;
}
#formfooter .formfooter__form input.wpcf7-not-valid {
  border-color: #dc3232;
}
#formfooter .formfooter__button {
  padding: 0.625rem;
  padding-left: 2.125rem;
  background: #1A1A1A;
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: fluid-font-size-rem(20px);
  font-weight: 500;
  color: #fff;
  border: 1px solid #1A1A1A;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  text-wrap: nowrap;
}
#formfooter .formfooter__button span {
	display: flex;
	align-items: center;
}
#formfooter .formfooter__button .icon-wrap {
  width: 4.125rem;
  height: 4.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #FA6000;
  margin-left: 2rem;
}
#formfooter .formfooter__button .icon-wrap .icon {
  width: 0.875rem;
  height: 0.875rem;
}
#formfooter .formfooter__button .wpcf7-response-output {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
#formfooter .formfooter__button .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
#formfooter .formfooter__button .wpcf7-response-output.wpcf7-validation-errors, #formfooter .formfooter__button .wpcf7-response-output.wpcf7-mail-sent-ng {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
#formfooter .formfooter__button .wpcf7-response-output[aria-hidden=true] {
  display: none;
}
@media (max-width: 768px) {
  #formfooter {
    margin-top: 3.75rem;
  }
  #formfooter .formfooter__title {
    font-size: 1.25rem;
    text-align: center;
  }
  #formfooter .formfooter__form {
    flex-direction: column;
    gap: 0.875rem;
    margin-top: 1.5rem;
  }
  #formfooter .formfooter__form form .wrapp {
    flex-direction: column;
    gap: 0.875rem;
  }
	#formfooter .formfooter__form form .wrapp p {
		flex-wrap: wrap;
		justify-content: center;
		gap: 1rem;
	}
  #formfooter .formfooter__form input {
    width: 100%;
    padding: 0.9375rem 1.5rem 1rem;
    font-size: 0.75rem;
    border-radius: 0.375rem;
  }
  #formfooter .formfooter__button {
    width: auto;
    margin: 1.5rem auto 0;
    padding: 0.375rem;
/*     padding-left: 1.5rem; */
    font-size: 1rem;
    gap: 1.5rem;
    justify-content: space-between;
    border-radius: 0.375rem;
  }
  #formfooter .formfooter__button .icon-wrap {
    width: 2.375rem;
    height: 2.375rem;
    border-radius: 0.3125rem;
	  margin-left: 1rem;
  }
  #formfooter .formfooter__button .icon-wrap .icon {
    width: 0.5rem;
    height: 0.5rem;
  }
}

#footer {
  background-image: url("../images/footer/cubes.png");
  background-size: 65%;
  background-position: right top;
  background-repeat: no-repeat;
  padding-bottom: 2.25rem;
}
@media (max-width: 991.98px) {
  #footer {
    max-width: 100vw;
    overflow-x: hidden;
  }
}
#footer .col-2 {
    width: 28.2273%;
    flex: 0 0 28.2273%;
}
@media (max-width: 768px) {
	#footer .col-2 {
		width: 100%;
        flex: 0 0 100%;
	}
}
#footer .footer__nav {
  margin-top: 7.5rem;
}
#footer .col-1 .footer__nav .title {
  font-size: 1.25rem;
  line-height: 96%;
  font-weight: 500;
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1A1A1A;
  text-transform: uppercase;
}
#footer .col-2 .footer__nav .title {
  font-size: 1.25rem;
  line-height: 96%;
  font-weight: 500;
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1A1A1A;
  text-transform: uppercase;
	
}
#footer .footer__nav .menu {
  margin-top: 1.75rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.menu-bottom {
	margin-top: 1.75rem;
	columns: 2;
}
#footer .footer__nav ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#footer .footer__nav ul a {
  font-size: 1.25rem;
  line-height: 140%;
  font-weight: 400;
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1A1A1A;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
#footer .footer__nav ul a.img {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer__nav ul a.img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#footer .footer__nav ul a .icon {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#footer .footer__nav ul a .icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
#footer .footer__privacy {
  margin-top: 120px;
  display: block;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #767676;
  text-decoration: none;
}
@media (max-width: 768px) {
  #footer {
    margin-top: 3.75rem;
    background-size: 130%;
    background-position: right 140%;
    padding-bottom: 11.25rem;
  }
  #footer .footer__nav {
    margin-top: auto;
    margin-bottom: 3rem;
  }
  #footer .footer__nav .title {
    font-size: 1.25rem;
  }
  #footer .footer__nav .menu {
    margin-top: 1rem;
    gap: 1.5rem;
  }
  #footer .footer__nav ul {
    gap: 0.875rem;
  }
  #footer .footer__nav ul a {
    font-size: 1rem;
  }
  #footer .footer__nav ul a.img {
    width: 1.5rem;
    height: 1.5rem;
  }
  #footer .footer__nav ul a .icon {
    width: 1rem;
    height: 1rem;
  }
  #footer .footer__nav ul a .icon svg {
    width: 100%;
    height: 100%;
    display: block;
  }
  #footer .footer__privacy {
    margin-top: 0.875rem;
    font-size: 0.875rem;
  }
}

#info-content {
  padding: 15rem 0;
  min-height: 100vh;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  #info-content {
    padding: 8.75rem 0;
  }
}
#info-content .info-content__content {
  max-width: 70%;
}
@media (max-width: 767.98px) {
  #info-content .info-content__content {
    max-width: 100%;
  }
}
#info-content .info-content__title {
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
  margin-bottom: 5rem;
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 7.5rem;
  line-height: 107%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
#info-content .info-content__title span:first-child {
  color: #000;
}
#info-content .info-content__title span:not(:first-child) {
  color: #FF6B00;
}
@media (max-width: 767.98px) {
  #info-content .info-content__title {
    margin-bottom: 2rem;
    font-size: 1.25rem;
    line-height: 83%;
  }
}
#info-content .info-content__section {
  margin-bottom: 3.75rem;
}
#info-content .info-content__section:last-child {
  margin-bottom: 0;
}
#info-content .info-content__inner h2, #info-content .info-content__inner h3 {
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 96%;
  color: #1A1A1A;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: -2%;
}
@media (max-width: 767.98px) {
  #info-content .info-content__inner h2, #info-content .info-content__inner h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
#info-content .info-content__inner p {
  margin-bottom: 5rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 140%;
  color: #767676;
}
@media (max-width: 767.98px) {
  #info-content .info-content__inner p {
    font-size: 0.875rem;
  }
}
#info-content .info-content__paragraph {
  margin-bottom: 1.25rem;
}
#info-content .info-content__paragraph:last-child {
  margin-bottom: 0;
}
#info-content .info-content__paragraph strong {
  font-weight: 700;
}
#info-content .info-content__list {
  list-style: none;
  padding-left: 0;
  margin: 1.25rem 0;
}
#info-content .info-content__list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}
#info-content .info-content__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #767676;
  font-weight: 700;
  font-size: 1.25rem;
}
#info-content .info-content__list li:last-child {
  margin-bottom: 0;
}
#info-content .info-content__list li strong {
  font-weight: 700;
}
@media (max-width: 991.98px) {
  #info-content .info-content {
    padding: 3.75rem 0;
  }
  #info-content .info-content__title {
    margin-bottom: 3.125rem;
  }
  #info-content .info-content__section {
    margin-bottom: 2.5rem;
  }
  #info-content .info-content__section-title {
    margin-bottom: 1.25rem;
  }
}
#faq .folder__content--image {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.95);
  transition: all 0.3s ease;
}
#faq .folder__input:checked ~ .folder__content .folder__content--image {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
@media (min-width: 1920px){
	#faq .faq__folders .folder__tab::before {
		left: -8.5875rem;
		background-repeat: no-repeat
	}
}
@media(width: 768px){
	#pushstart .pushstart__cursors .cursor.cursor-10{
		display: none !important;
	}	
	#pushstart .pushstart__cursors{
		bottom: -8.375rem !important;
	}	
	#cases .cases__row{
		flex-direction: column;
	}		
	.header__logo{
		width: 30%;
	}	
	#hero .hero__bg .item-youtube{
		bottom: 8.5%;
		width: 26.25rem;
		right: 16%;
	}	
	#hero .hero__bg .item-link{
		width: 21.25rem;
	}
	#collab .collab__steps .item{
		justify-content: start;
	}	
    #faq .faq__folders .folder__tab::before {
        left: -105.5px;
        top: 0px;
		height: 95px;
        width: 95px;
    }	
 	#faq .faq__folders .folder__tab::after {
        top: -0rem !important;
        right: -105.5px;
		height: 95px;
        width: 95px;
    }	
	#faq .faq__folders .folder__tab{
		min-height: 60px;
	}	
	#footer{
        background-size: 95%;
        background-position: right 168%;
	}	
	#faq .faq__folders .folder--2:not(.is-active) .folder__content--image {
		bottom: 40% !important;
		height: 160px;
}	
	#bonus .bonus__title-first {
		font-size: 1.8rem !important;
	}	
	#bonus .bonus__title-second {
		font-size: 1.8rem !important;
	}	
}
@media(1114px <= width <= 1919px){
/* 	#bonus .bonus__title{
		margin-top: 160px;
	}	 */
	#faq .faq__folders .folder--2 .folder__content--image{
		bottom: 35px !important;
		width: 250px;
		left: 83% !important;
	}	
	#footer{
		background-size: 62%;
		background-position: right 0px bottom 339%;
	}
}
@media(width: 1024px){
	#faq .faq__folders .folder__content--wrapp .item span{
		font-size: 1.4rem;
		max-width: 65%;
	}	
	#faq .faq__folders .folder__content--wrapp .item p{
		font-size: 1.2rem;
		max-width: 75%;
		line-height: 100%;
	}	
	#faq .faq__folders .folder--2 .folder__content--image{
		width: 230px;
		bottom: 135px !important;
	}	
	#bonus .bonus__title{
		margin-top: 160px;
	}	
	#footer{
		background-size: 63%;
        background-position: right 0px top 180%
	}	
	#footer .container .row .col-2 .footer__nav{
		margin-left: 50% !important;
		width: 150%;
	}	
	#bonus .bonus__item-close {
		max-width: 40%;
	}
}
@media(max-width: 500px){
	#bonus .bonus__title{
		line-height: 100% !important;
	}	
	#bonus .bonus__title-first {
		font-size: 2.1rem !important;
	}
	#bonus .bonus__title-second {
		font-size: 2.1rem !important;
	}
 	#bonus .bonus__item-close {
        max-width: 70% !important;
    }
}
@media(max-width: 768px){
	#faq .faq__folders .folder__content--wrapp .item p{
		font-size: 1rem;
	}	
	#faq .faq__folders .folder--2:not(.is-active) .folder__content--image .socials {
        top: 35%;
        width: 150px;
    }	
	#faq .faq__folders .folder--3 .folder__content--image{
		top: 76% !important;
	}	
	#faq .faq__folders .folder .folder__content--image img{
		max-height: 160%;
	}
	
	#faq .faq__folders .folder--4:not(.is-active) .folder__content--image{
		top: 70%;
	}	
	#faq .faq__folders .folder--5:not(.is-active) .folder__content--image{
		top: 67%;
	}	
	#faq .faq__folders .folder--6:not(.is-active) .folder__content--image{
		top: 79%;
	}	
	#faq .faq__folders .folder--7:not(.is-active) .folder__content--image{
		top: 70%;
	}	
	#faq .faq__folders .folder--2:not(.is-active) .folder__content--image .socials picture{
		position: static;
	}
}
/* TABS  */

#cases .container .accordion_tab .accordion_tab_wrapper .accordion_tab_group.col-1-2 {
    position: relative!important;
    z-index: 999999!important;
    background: #fff!important;
}
#cases .container .accordion_tab .accordion_tab_wrapper .accordion_tab_contents.col-1-3-1 {
    position: relative!important;
    z-index: 1!important;
}
.accordion_tab_wrapper {
	display: flex;
/* 	justify-content: space-between; */
}
.accordion_tab_group {
/* 	width: 43%; */
}
.accordion_tab_group .tab {
/* 	cursor: pointer; */
	width: 33%;
	display: inline-block;
/*     background-color: #fff; */
/*     border: 2px solid transparent;
    border-radius: 12px; */
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
	z-index: 1;
    transition: .3s;
/* 	font-size: 60px; */
    font-weight: 700;
    letter-spacing: -.2rem;
	color: #FA6000;
}
#one:checked ~ .accordion_tab_group #one-tab,
#two:checked ~ .accordion_tab_group #two-tab,
#three:checked ~ .accordion_tab_group #three-tab {
	background-color: #FA6000;
	color: #fff;
	position: relative;
	z-index: 5;
}
.accordion_tab_wrapper input[type="radio"] {
	display: none;
}
#one:checked ~ .accordion_tab_contents #one-tab-content, 
#two:checked ~ .accordion_tab_contents #two-tab-content, 
#three:checked ~ .accordion_tab_contents #three-tab-content {
	display: block;
}
.accordion_tab_contents .accordion_tab_content {
	display: none;
}
.accordion_tab_contents {
	width: 50%;
}
#one-tab-content .woocommerce .products .classes-list-block,
#two-tab-content .woocommerce .products .classes-list-block,
#three-tab-content .woocommerce .products .classes-list-block {
	width: calc(50% - 20px);
}
.accordion_tab_group .tab {
    padding: 1.0625rem .875rem 1.125rem;
    width: calc(33% - 16px);
    font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -2%;
    border: 1px solid #B9B9B9;
    border-radius: 0.375rem;
    background: #fff;
    transition: all 0.2s ease;
    cursor: pointer;
	margin-top: 30px;
	text-align: center;
}