.section__hero {
  padding-top: 90px;
  padding-bottom: 53px;
  position: relative;
  background-image: url(/img/phone.png);
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: center;
  background-size: 38%;
}
/* .section__hero::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-30%, -50%);
  transform: translate(-30%, -50%);
  border-radius: 342px;
  background: rgba(95, 120, 250, 0.15);
  -webkit-filter: blur(72px);
  filter: blur(72px);
  width: 342px;
  height: 342px;
  flex-shrink: 0;
  z-index: -1;
}
.section__hero::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(30%, -50%);
  transform: translate(30%, -50%);
  border-radius: 342px;
  background: rgba(95, 120, 250, 0.15);
  -webkit-filter: blur(72px);
  filter: blur(72px);
  width: 342px;
  height: 342px;
  flex-shrink: 0;
  z-index: -1;
} */
.section__hero__container {
  position: relative;
  padding-left:10%;
}
.section__hero__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.section__hero__subtitle {
  display: inline-flex;
  padding: 6px 10px;
  justify-content: center;
  align-items: center;
  color: #8899b4;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  border-radius: 144px;
  border: 1px solid #cfdbef;
  background: #f5f7ff;
  max-width: 450px;
}
.section__hero__title {
  color: #0e0637;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.42px;
}
.section__hero__title span {
  white-space: nowrap;
}
.section__hero__title img {
  vertical-align: middle;
}
.section__hero__text {
  max-width: 400px;
  color: #717184;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}
.section__hero__decor {
  margin-top: 70px;
  display: flex;
  gap: 13px;
  align-items: center;
}
.section__hero__decor__text {
  color: #000;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  line-height: 26px;
}
.section__hero__decor__text span {
  font-weight: 700;
}
.section__hero__itemcards {
  display: contents;
}
.section__hero__itemcard {
  pointer-events: none;
  width: 245px;
  padding: 12px;
  border-radius: 24px;
  border: 1px solid rgba(95, 120, 250, 0);
  background: #fff;
  overflow: hidden;
  position: absolute;
}
.section__hero__itemcard.left {
  -webkit-filter: blur(0.5px);
  filter: blur(0.5px);
  top: 90px;
  left: 58px;
}
.section__hero__itemcard.right {
  -webkit-filter: blur(1px);
  filter: blur(1px);
  top: -18px;
  right: 58px;
}
.section__hero__itemcard .itemcard__subscribers {
  color: #333;
  font-size: 14px;
}
.section__hero__itemcard .itemcard__body {
  position: relative;
  gap: 12px;
  padding: 0;
  border-radius: none;
  border: none;
  background: rgba(0, 0, 0, 0);
}
.section__hero__itemcard .itemcard__img {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  min-height: auto;
}
.section__hero__itemcard .itemcard__decor {
  position: absolute;
  top: -187px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 282px;
  height: 282px;
  z-index: -1;
  border-radius: 144px;
  border: 1px solid #fff;
  -webkit-filter: blur(12px);
  filter: blur(12px);
}
.section__hero__itemcard .itemcard__title {
  color: #333;
  font-size: 16px;
  letter-spacing: 0.08px;
}
.section__hero__itemcard .itemcard__class {
  position: static;
}
.section__hero__itemcard .games {
  background: rgba(33, 150, 83, 0.15);
}
.section__hero__itemcard .blog {
  background: rgba(95, 120, 250, 0.15);
}
.section__products__body {
  position: relative;
  border-radius: 32px;
  border: 1px solid rgba(95, 120, 250, 0.4);
  padding: 24px;
  padding-bottom: 100px;
  /* background: #5f79fa0f; */
  background: linear-gradient(to bottom,
    #5f79fa0f,
    rgba(32, 166, 248, 0)
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.section__products__body hr {
  background: rgba(233, 240, 251, 0.5);
  width: 100%;
  height: 1px;
}
.section__products__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width:100%;
}
.section__products__text {
  color: #717184;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  padding: 0 14px;
}
.section__products__search {
  margin-top: 16px;
  padding: 11px 7px 11px 24px;
  border-radius: 58px;
  border: 1px solid #e9f0fb;
  background: #f9fbfe;
  width: 100%;
  display: flex;
  align-items: center;
  height: 50px;
}
.section__products__search__input {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.08px;
  outline: 0;
}
.section__products__search__icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(90deg, #20a6f7 0, #5f78fa 100%), #d9d9d9;
  border-radius: 50%;
  padding: 10px;
}
.section__products__inner {
  margin-top: 8px;
  display: flex;
  gap: 16px;
  width: 100%;
}
.section__filter__niche__select,
.section__products__head__sort__select select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0 12px;
  border-radius: 58px;
  border: 1px solid #e9f0fb;
  height: 36px;
  background: #f9fbfe;
  outline: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: AeonikPro;
  line-height: 160%;
  letter-spacing: 0.07px;
}
.section__products__head__sort__select {
  position: relative;
}
.section__products__head__sort__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../img/arrow.svg);
  transition: all 0.3s ease-in-out;
}
.section__products__head__sort__select:has(.section__filter__niche__select:focus)::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.section__products__list {
  flex: 1;
}
.section__products__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section__products__list__head {
  margin-top: -6px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #717184;
  font-size: 13px;
  line-height: 160%;
  letter-spacing: 0.065px;
  align-items: center;
}
.section__products__head__result span {
  font-weight: 500;
}
.section__products__head__sort {
  display: flex;
  gap: 12px;
  align-items: center;
}
.section__products__head__sort__select {
  width: 190px;
}
.section__products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}
.section__uhush {
  padding: 45px 0;
}
.section__uhush__body {
  display: flex;
  justify-content: space-between;
}
.section__faq__body {
  padding-top: 40px;
  padding-bottom: 20px;
  padding-right: 24px;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  max-height: 785px;
  transition: all 0.5s linear;
  border-radius: 32px;
  border: 1px solid #e9f0fb;
  background: #fff;
}
.section__faq__body hr {
  background: rgba(233, 240, 251, 0.5);
  width: 100%;
  height: 1px;
  margin-top: 24px;
}
.section__faq__body::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 222px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
  z-index: 1;
}
.section__faq__body .btn__primary {
  z-index: 2;
  transition: none;
  /*position: absolute;*/
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -20px;
}
.section__faq__body .btn__primary img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.section__faq__body.active {
  max-height: 1850px;
  text-align: center;
  display: block;
}
.section__faq__body.active::after {
  content: none;
}
.section__faq__body.active .btn__primary {
  position: relative;
  left: 0;
  margin: auto;
  -webkit-transform: none;
  transform: none;
}
.section__faq__body.active .btn__primary img {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.section__faq__text {
  overflow: hidden;
  display: flex;
  gap: 32px;
}
.section__faq__text h5 {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.09px;
  margin-top: 24px;
  margin-bottom: 10px;
}
.section__faq__text ol,
.section__faq__text p,
.section__faq__text ul {
  color: #717184;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}
.section__faq__text ul li {
  list-style-type: disc;
}
.section__faq__text ol,
.section__faq__text ul {
  padding-left: 20px;
}
.section__faq__item {
  flex: 1;
}
@-webkit-keyframes moveElementRight {
  0% {
    top: -18px;
    right: 58px;
  }
  10% {
    top: -18px;
    right: 58px;
  }
  40% {
    top: 12px;
    right: 29px;
  }
  60% {
    top: 12px;
    right: 29px;
  }
  90% {
    top: -18px;
    right: 58px;
  }
  100% {
    top: -18px;
    right: 58px;
  }
}
@keyframes moveElementRight {
  0% {
    top: -18px;
    right: 58px;
  }
  10% {
    top: -18px;
    right: 58px;
  }
  40% {
    top: 12px;
    right: 29px;
  }
  60% {
    top: 12px;
    right: 29px;
  }
  90% {
    top: -18px;
    right: 58px;
  }
  100% {
    top: -18px;
    right: 58px;
  }
}
@-webkit-keyframes moveElementLeft {
  0% {
    top: 90px;
    left: 58px;
  }
  10% {
    top: 90px;
    left: 58px;
  }
  40% {
    top: 60px;
    left: 29px;
  }
  60% {
    top: 60px;
    left: 29px;
  }
  90% {
    top: 90px;
    left: 58px;
  }
  100% {
    top: 90px;
    left: 58px;
  }
}
@keyframes moveElementLeft {
  0% {
    top: 90px;
    left: 58px;
  }
  10% {
    top: 90px;
    left: 58px;
  }
  40% {
    top: 60px;
    left: 29px;
  }
  60% {
    top: 60px;
    left: 29px;
  }
  90% {
    top: 90px;
    left: 58px;
  }
  100% {
    top: 90px;
    left: 58px;
  }
}
@media (min-width: 1025px) {
  .section__hero__itemcard.left {
    -webkit-animation: moveElementLeft 4s ease-in-out infinite;
    animation: moveElementLeft 4s ease-in-out infinite;
  }
  .section__hero__itemcard.right {
    -webkit-animation: moveElementRight 4s ease-in-out infinite;
    animation: moveElementRight 4s ease-in-out infinite;
  }
}
@media (max-width: 1024px) {
  .section__hero::before {
    content: none;
  }
  .section__hero::after {
    content: none;
  }
  .section__hero__decor,
  .section__testimonials__decor {
    margin-top: 14px;
  }
  .section__hero__itemcards {
    padding-top: 142px;
    margin-right: auto;
    display: block;
    width: 100%;
    position: relative;
  }
  .section__hero__itemcard.left {
    position: static;
    margin-top: auto;
  }
  .section__hero__itemcard.right {
    -webkit-filter: none;
    filter: none;
    z-index: 1;
    top: 16px;
    right: 0;
  }
  .section__products__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .section__uhush__body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 47px;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    justify-items: center;
  }
  .section__uhush__body img:first-child,
  .section__uhush__body img:last-child {
    display: none;
  }
}
@media (max-width: 768px) {
  .section__products__list__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .section__products__head__sort {
    align-items: flex-start;
    flex-direction: column;
  }
  .section__products__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section__hero {
    background: unset;
  }
}
@media (max-width: 600px) {
  .section__hero {
    padding: 35px 0;
  }
  .section__hero__body {
    gap: 16px;
  }
  .section__hero__subtitle {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.4px;
    padding: 3px 10px;
  }
  .section__hero__title {
    font-size: 32px;
    letter-spacing: -0.32px;
  }
  .section__hero__text {
    font-size: 12px;
  }
  .section__hero__decor__text {
    font-size: 10px;
  }
  .section__products__body {
    padding: 0;
    background: unset;
    padding-top: 32px;
    padding-bottom: 74px;
    border: none;
    gap: 0;
  }
  .section__products__body hr {
    display: none;
  }
  .section__products__head {
    gap: 12px;
  }
  .section__products__text {
    font-size: 12px;
  }
  .section__products__search {
    margin-top: 4px;
  }
  .section__products__search__input {
    font-size: 12px;
  }
  .section__products__inner {
    flex-direction: column;
  }
  .section__products__list__head {
    display: none;
  }
  .section__uhush {
    padding: 20px 0;
  }
  .section__faq__body {
    padding: 32px 0;
    border: none;
    gap: 0;
    max-height: none;
  }
  .section__faq__body .btn__primary {
    /*display: none; */
  }
  .section__faq__body::after {
    content: none;
  }
  .section__faq__body hr {
    display: none;
  }
  .section__faq__text {
    align-items: center;
    flex-direction: column;
    padding-top: 16px;
  }
  .section__faq__text h5 {
    font-size: 14px;
    letter-spacing: 0.07px;
    margin-top: 16px;
  }
  .section__faq__text ol,
  .section__faq__text p,
  .section__faq__text ul {
    font-size: 12px;
  }
  .section__faq__text ol,
  .section__faq__text ul {
    padding-left: 12px;
  }
}
