.container {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.wraper {
  width: 100%;
  min-height: 100vh;
  background: #100721;
  z-index: 0;
  position: relative;
  font-family: "Jost", sans-serif;
  padding-top: 90px;
  overflow: hidden;
}

.wraper__gradTop {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 1360px;
}
.wraper__gradTop img {
  width: 100%;
}

.wraper__gradBottom {
  position: absolute;
  bottom: 200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 1360px;
}
.wraper__gradBottom img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  width: 100%;
}

.wraper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/wrapBGR.webp");
  background-repeat: repeat;
  background-size: auto;
  filter: blur(2px);
  -webkit-filter: blur(2px);
  z-index: -1;
}

/* Legal pages (Privacy Policy, Terms) */
.wraper.legal {
  background: #020617;
  padding-top: 60px;
}
.wraper.legal::before {
  display: none;
}
.wraper.legal .policy-content {
  max-width: 900px;
  margin: 40px auto 80px;
  background: #020617;
  border-radius: 16px;
  padding: 32px 24px 40px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.6);
}
.wraper.legal .policy-content h1 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #f9fafb;
}
.wraper.legal .policy-content .policy-date {
  color: #9ca3af;
  margin-bottom: 24px;
}
.wraper.legal .policy-content h2 {
  margin-top: 28px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #e5e7eb;
}
.wraper.legal .policy-content h3 {
  margin-top: 18px;
  margin-bottom: 6px;
  font-size: 16px;
  color: #e5e7eb;
}
.wraper.legal .policy-content p,
.wraper.legal .policy-content li {
  color: #d1d5db;
  font-size: 15px;
  line-height: 1.7;
}
.wraper.legal .policy-content ul {
  padding-left: 20px;
  margin-bottom: 8px;
}
.wraper.legal .policy-content a {
  color: #60a5fa;
  text-decoration: underline;
}
.wraper.legal .simple-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.wraper.legal .nav-logo,
.wraper.legal .nav-back {
  color: #e5e7eb;
  font-size: 14px;
}

.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 160px;
}
.header .header__content {
  width: 54.58333%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.header .header__img {
  width: 36%;
  flex-shrink: 0;
}
.header .header__img img {
  width: 100%;
}

.header__content {
  width: 100%;
}

.header__textBlock {
  width: 100%;
  margin-bottom: 41px;
}
.header__textBlock .header__title {
  width: 100%;
  font-family: "FoglihtenNo06";
  color: #fff;
  line-height: 115%;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: clamp(110.66px, 13.04vw, 161.66px);
}
.header__textBlock .header__subTitle {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 41px;
}
.header__textBlock .header__subTitle img {
  width: 72px;
  flex-shrink: 0;
  margin-right: 28px;
}
.header__textBlock .header__subTitle .graf-mob {
  display: none;
}
.header__textBlock .header__subTitle .header__subTitleText {
  width: 100%;
  color: #FFFFFF;
  font-size: clamp(20px, 2.258vw, 28px);
  font-weight: 400;
  line-height: 142%;
  letter-spacing: 0.02em;
}
.header__textBlock .header__text {
  width: 100%;
  color: #B7B5BC;
  font-size: clamp(17px, 1.6129vw, 20px);
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.phoneMob {
  display: none;
}

.banerWraper {
  width: 100%;
  min-height: 255px;
  background-color: #291C45;
  border: 2px solid #433269;
  border-radius: 20px;
  padding: 36px 0 50px 42px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.banerWraper .banerImg {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 242px;
  z-index: -1;
}
.banerWraper .banerImg img {
  height: 100%;
}
.banerWraper .banerText {
  width: 53.565505%;
  font-size: 28px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 128%;
  margin-bottom: 24px;
}

.banerButton {
  width: auto;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 14px 12px 18px;
  border-radius: 10px;
  border: 1.8px solid #FFFFFF;
  transition: all 0.2s;
}
.banerButton .banerButtonIcon {
  fill: #fff;
  width: 34px;
  margin-right: 14px;
  flex-shrink: 0;
  transition: all 0.2s;
}
.banerButton .banerButton__text {
  width: auto;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.banerButton .buttonTitle {
  width: auto;
  display: inline-block;
  color: #FFFFFF;
  font-size: 15.48px;
  font-weight: 500;
  line-height: 100%;
  transition: all 0.2s;
}
.banerButton .buttonName {
  font-family: "SFCompactText";
  width: auto;
  display: inline-block;
  color: #FFFFFF;
  font-size: 30.96px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.81px;
  transition: all 0.2s;
}
.banerButton:hover {
  border: 1.8px solid #B4A3FD;
}
.banerButton:hover .banerButtonIcon {
  fill: #B4A3FD;
}
.banerButton:hover .buttonTitle {
  color: #B4A3FD;
}
.banerButton:hover .buttonName {
  color: #B4A3FD;
}

.banerHeader {
  position: relative;
}
.banerHeader #goToButton {
  position: absolute;
  left: 0;
  top: -150px;
}

.mainTitle {
  width: 100%;
  color: #FFFFFF;
  font-size: clamp(32px, 4.193vw, 52px);
  line-height: 134%;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.mainTitle_functions {
  margin-bottom: 24px;
}

.mainSubTitle {
  width: 100%;
  color: #FFFFFF;
  font-size: clamp(20px, 2.258vw, 28px);
  font-weight: 400;
  line-height: 142%;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 40px;
}

.appFunctions {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 15px;
  row-gap: 50px;
  margin-bottom: 160px;
}

.appFunctions__item img {
  width: 60px;
  margin-bottom: 16px;
}
.appFunctions__item .appFunctions__title {
  width: 100%;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 200%;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
.appFunctions__item .appFunctions__text {
  width: 100%;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 155%;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding-right: 40px;
}

.banerWraper_functions {
  padding: 28px 0 37px 28px;
  min-height: 235px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.banerWraper_functions .banerText {
  width: 100%;
}
.banerWraper_functions .banerImg {
  position: absolute;
  right: -101px;
  bottom: 10px;
  height: 209px;
  z-index: -1;
}
.banerWraper_functions .banerImg img {
  height: 100%;
}

.mainTitle_reviews {
  margin-bottom: 40px;
}

.reviews {
  width: 100%;
  margin-bottom: 40px;
}
.reviews.slick-slider .slick-list {
  margin: 0 -10px;
}
.reviews.slick-slider .slick-list .slick-track {
  display: flex;
}
.reviews.slick-slider .slick-list .slick-track .slick-slide {
  margin: 0 10px;
}

.slick-slider.dragging .slick-slide {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.slick-slide {
  user-select: auto;
  -webkit-user-select: auto;
}

.reviews__item {
  background-color: #150E26;
  border: 2px solid #8A8692;
  border-radius: 20px;
  padding: 30px 26px 36px 26px;
}

.reviews__personWraper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 28px;
}
.reviews__personWraper .reviews__img {
  width: 62px;
  height: 62px;
  flex-shrink: 0;
  margin-right: 18px;
}
.reviews__personWraper .reviews__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews__personWraper .reviews__personCont {
  width: 100%;
}
.reviews__personWraper .reviews__personCont .reviews__name {
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 133%;
  margin-bottom: 8px;
}
.reviews__personWraper .reviews__personCont img {
  width: 115px;
}

.reviews__text {
  width: 100%;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.02em;
}

.mainBnaer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 160px;
}

.banerMain {
  width: 100%;
  min-height: 330px;
  max-width: 835px;
  padding: 34px 0 36px 38px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.banerMain .banerText {
  width: 56%;
  margin-bottom: 32px;
  line-height: 143%;
}
.banerMain .banerText span {
  color: #B4A3FD;
  text-transform: uppercase;
}
.banerMain .banerImg {
  position: absolute;
  right: 0;
  bottom: 4px;
  height: 330px;
  z-index: -1;
}
.banerMain .banerImg img {
  height: 100%;
}

.accordionWraper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 160px;
}

.accordion {
  width: 100%;
  max-width: 835px;
}

.accordion__item {
  width: 100%;
  margin-bottom: 40px;
}
.accordion__item:last-child {
  margin-bottom: 0;
}
.accordion__item .accordion__question {
  width: 100%;
  background-color: #291C45;
  border-radius: 15px;
  padding: 10px 12px 10px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.accordion__item .accordion__question .question__text {
  width: 100%;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 200%;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.accordion__item .accordion__question .question__icon {
  width: 40px;
  height: 40px;
  background-color: #B4A3FD;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-left: 20px;
}
.accordion__item .accordion__question .question__icon img {
  width: 13.5px;
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.accordion__item .accordion__question_active .question__icon img {
  transform: rotate(0deg);
}
.accordion__item .accordion__answer {
  display: none;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.02em;
  padding-top: 20px;
}
.accordion__item .accordion__answer a {
  color: #B4A3FD;
  transition: all 0.2s;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
}
.accordion__item .accordion__answer a:hover {
  -webkit-text-decoration: underline #B4A3FD;
          text-decoration: underline #B4A3FD;
}
.accordion__item.accordion__item_open .accordion__answer {
  display: block;
}

.footerBannerWraper {
  width: 100%;
  position: relative;
  z-index: 0;
}
.footerBannerWraper .footerBanner__cont {
  width: 52%;
  min-height: 507px;
  padding-top: 151px;
  padding-bottom: 30px;
}
.footerBannerWraper .footerBanner__cont .mainTitle {
  width: 100%;
  text-align: left;
  margin-bottom: 33px;
}
.footerBannerWraper .footerBanner__img {
  position: absolute;
  right: -43px;
  bottom: 0;
  height: 507px;
  z-index: -1;
}
.footerBannerWraper .footerBanner__img img {
  height: 100%;
}

.footerWraper {
  width: 100%;
  background-color: #291C45;
  position: relative;
  z-index: 10;
}
.footerWraper .footerWraper__bgr {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}
.footerWraper .footerWraper__bgr img {
  height: 100%;
  opacity: 40%;
}

.footer {
  width: 100%;
  padding: 40px 0 100px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer__left {
  width: auto;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-shrink: 0;
  margin-right: 70px;
}
.footer__left .footer__logo {
  width: auto;
  display: inline-block;
  font-family: "FoglihtenNo06";
  color: #fff;
  line-height: 115%;
  font-weight: 400;
  margin-bottom: 33px;
  font-size: 72.5px;
}
.footer__left .footer__social {
  width: auto;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.footer__left .footer__social a {
  display: block;
  width: 48px;
  flex-shrink: 0;
  margin-right: 24px;
}
.footer__left .footer__social a:last-child {
  margin-right: 0;
}

.footer__right {
  width: 100%;
  max-width: 790px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 9px;
}
.footer__right .footer__linkList {
  width: 34%;
  min-width: 230px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-shrink: 0;
}
.footer__right .footer__linkList a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
  transition: all 0.2s;
}
.footer__right .footer__linkList a:last-child {
  margin-bottom: 0;
}
.footer__right .footer__linkList a:hover {
  color: #B4A3FD;
}
.footer__right .footer__linkList:last-child {
  flex-shrink: 1;
  width: 100%;
  margin-left: 40px;
}

@media screen and (max-width: 1240px) {
  .reviews {
    width: 95%;
  }
  .reviews.slick-slider .slick-list {
    margin: 0 -10px;
  }
  .reviews.slick-slider .slick-list .slick-track .slick-slide {
    margin: 0 10px;
  }
  .reviews__item {
    padding: 28px 24px 33px 24px;
  }
}
@media screen and (max-width: 1150px) {
  .footerBannerWraper .footerBanner__cont {
    width: 56%;
    min-height: 450px;
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .footerBannerWraper .footerBanner__cont .mainTitle {
    margin-bottom: 33px;
  }
  .footerBannerWraper .footerBanner__img {
    right: -60px;
    bottom: 0;
    height: 450px;
    z-index: -1;
  }
  .footerBannerWraper .footerBanner__img img {
    height: 100%;
  }
}
@media screen and (max-width: 950px) {
  .wraper {
    padding-top: 70px;
  }
  .wraper__gradTop {
    width: 1000px;
  }
  .wraper__gradBottom {
    bottom: 200px;
    width: 1360px;
  }
  .header {
    position: relative;
    margin-bottom: 140px;
  }
  .header .header__content {
    width: 100%;
  }
  .header .header__img {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 500px;
    flex-shrink: 0;
  }
  .header .header__img img {
    width: auto;
    height: 100%;
  }
  .header__textBlock {
    min-height: 500px;
    margin-bottom: 40px;
    padding-right: 300px;
  }
  .header__textBlock .header__title {
    margin-bottom: 20px;
    font-size: clamp(110.66px, 13.04vw, 161.66px);
  }
  .header__textBlock .header__subTitle {
    margin-bottom: 41px;
  }
  .header__textBlock .header__subTitle img {
    width: 50px;
    margin-right: 22px;
  }
  .header__textBlock .header__subTitle .header__subTitleText {
    font-size: clamp(20px, 2.258vw, 28px);
  }
  .header__textBlock .header__text {
    font-size: clamp(17px, 1.6129vw, 20px);
  }
  .banerWraper {
    min-height: 255px;
    border-radius: 20px;
    padding: 36px 0 50px 42px;
  }
  .banerWraper .banerImg {
    right: 0;
    bottom: 0;
    height: 242px;
  }
  .banerWraper .banerText {
    width: 53.565505%;
  }
  .appFunctions {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
    row-gap: 50px;
    margin-bottom: 140px;
  }
  .appFunctions__item img {
    margin-bottom: 20px;
  }
  .appFunctions__item .appFunctions__title {
    line-height: 200%;
  }
  .appFunctions__item .appFunctions__text {
    line-height: 155%;
    padding-right: 40px;
  }
  .banerWraper_functions {
    padding: 28px 0 37px 28px;
    min-height: 235px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
  .banerWraper_functions .banerText {
    width: 100%;
  }
  .banerWraper_functions .banerImg {
    right: -101px;
    bottom: 10px;
    height: 209px;
  }
  .mainBnaer {
    margin-bottom: 140px;
  }
  .banerMain {
    padding: 34px 0 36px 38px;
  }
  .banerMain .banerText {
    width: 56%;
    margin-bottom: 32px;
    line-height: 143%;
  }
  .banerMain .banerImg {
    position: absolute;
    right: -100px;
    bottom: 4px;
    height: 330px;
    z-index: -1;
  }
  .banerMain .banerImg img {
    height: 100%;
  }
  .accordionWraper {
    margin-bottom: 140px;
  }
  .footerBannerWraper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .footerBannerWraper .footerBanner__cont {
    width: 100%;
    min-height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .footerBannerWraper .footerBanner__cont .mainTitle {
    text-align: center;
    margin-bottom: 30px;
  }
  .footerBannerWraper .footerBanner__img {
    position: relative;
    right: auto;
    bottom: auto;
    height: 380px;
    z-index: 0;
  }
  .footerBannerWraper .footerBanner__img img {
    height: 100%;
  }
  .footer {
    width: 100%;
    padding: 40px 0 70px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer__left {
    width: auto;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-shrink: 0;
    margin-right: 70px;
  }
  .footer__left .footer__logo {
    width: auto;
    display: inline-block;
    font-family: "FoglihtenNo06";
    color: #fff;
    line-height: 115%;
    font-weight: 400;
    margin-bottom: 33px;
    font-size: 72.5px;
  }
  .footer__left .footer__social {
    width: auto;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
  }
  .footer__left .footer__social a {
    display: block;
    width: 48px;
    flex-shrink: 0;
    margin-right: 24px;
  }
  .footer__left .footer__social a:last-child {
    margin-right: 0;
  }
  .footer__right {
    width: 60%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 9px;
  }
  .footer__right .footer__linkList {
    width: 100%;
    min-width: auto;
    flex-shrink: 1;
    margin-bottom: 24px;
  }
  .footer__right .footer__linkList a {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin-bottom: 24px;
  }
  .footer__right .footer__linkList:last-child {
    flex-shrink: 1;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .wraper {
    padding-top: 68px;
  }
  .header {
    position: relative;
    margin-bottom: 130px;
  }
  .header .header__content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .header .header__img {
    display: none;
  }
  .header__textBlock {
    min-height: auto;
    margin-bottom: 40px;
    padding-right: 0px;
  }
  .header__textBlock .header__title {
    text-align: center;
    margin-bottom: 30px;
    line-height: 100%;
    font-size: clamp(80px, 30.5vw, 110.66px);
  }
  .header__textBlock .header__subTitle {
    margin-bottom: 40px;
  }
  .header__textBlock .header__subTitle img {
    width: 36px;
    margin-right: 20px;
  }
  .header__textBlock .header__subTitle .graf-mob {
    display: block;
  }
  .header__textBlock .header__subTitle .graf-des {
    display: none;
  }
  .header__textBlock .header__subTitle .header__subTitleText {
    font-size: clamp(20px, 2.258vw, 28px);
    line-height: 175%;
  }
  .header__textBlock .header__text {
    font-size: clamp(17px, 1.6129vw, 20px);
    line-height: 141%;
  }
  .phoneMob {
    height: 590px;
    display: block;
  }
  .phoneMob img {
    height: 100%;
  }
  .banerWraper {
    min-height: auto;
    border-radius: 20px;
    padding: 32px 20px 270px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .banerWraper .banerImg {
    right: 50%;
    bottom: 0;
    transform: translateX(50%);
    height: 250px;
  }
  .banerWraper .banerText {
    width: 100%;
    text-align: center;
  }
  .banerHeader {
    position: relative;
    z-index: 10;
    transform: translateY(-201px);
    margin-bottom: -201px;
  }
  .mainTitle {
    line-height: 136%;
  }
  .appFunctions {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 15px;
    row-gap: 44px;
    margin-bottom: 130px;
  }
  .appFunctions__item img {
    margin-bottom: 20px;
  }
  .appFunctions__item .appFunctions__title {
    line-height: 140%;
  }
  .appFunctions__item .appFunctions__text {
    line-height: 165%;
    font-size: 17px;
    padding-right: 0px;
  }
  .banerWraper_functions {
    min-height: auto;
    border-radius: 20px;
    padding: 32px 20px 270px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .banerWraper_functions .banerImg {
    right: 50%;
    bottom: -32px;
    transform: translateX(50%);
    height: 281px;
  }
  .banerWraper_functions .banerText {
    width: 100%;
    text-align: center;
  }
  .banerButton {
    padding-right: 23px;
  }
  .reviews {
    width: calc(100% - 40px);
  }
  .reviews__item {
    padding: 26px 22px 30px 22px;
  }
  .reviews__text {
    font-size: 17px;
    line-height: 165%;
  }
  .mainBnaer {
    margin-bottom: 130px;
  }
  .banerMain {
    min-height: auto;
    padding: 32px 10px 392px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .banerMain .banerImg {
    right: 50%;
    bottom: 19px;
    transform: translateX(50%);
    height: 331px;
  }
  .banerMain .banerText {
    width: 100%;
    text-align: center;
    line-height: 128%;
  }
  .accordionWraper {
    margin-bottom: 130px;
  }
  .accordion__item {
    margin-bottom: 32px;
  }
  .accordion__item .accordion__question {
    border-radius: 15px;
    padding: 10px 12px 10px 16px;
  }
  .accordion__item .accordion__question .question__text {
    line-height: 140%;
  }
  .accordion__item .accordion__question .question__icon {
    margin-left: 20px;
  }
  .accordion__item .accordion__answer {
    font-size: 17px;
    line-height: 165%;
    padding-top: 16px;
  }
  .footerBannerWraper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .footerBannerWraper .footerBanner__cont {
    width: 100%;
    min-height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .footerBannerWraper .footerBanner__cont .mainTitle {
    text-align: center;
    margin-bottom: 30px;
  }
  .footerBannerWraper .footerBanner__img {
    width: 100%;
    position: relative;
    right: auto;
    bottom: auto;
    height: 306px;
    z-index: 0;
  }
  .footerBannerWraper .footerBanner__img img {
    position: absolute;
    bottom: -25px;
    left: 47%;
    z-index: -1;
    transform: translate(-50%);
    height: 331px;
  }
}
@media screen and (max-width: 670px) {
  .footer {
    padding: 40px 0 40px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .footer__left {
    flex-shrink: 1;
    margin-right: 0px;
    margin-bottom: 53px;
  }
  .footer__right {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 0px;
  }
  .footerWraper__bgr {
    display: none;
  }
  .wraper__gradTop {
    width: 940px;
  }
  .wraper__gradBottom {
    bottom: 200px;
    width: 1360px;
  }
}
@media screen and (max-width: 520px) {
  .header {
    margin-bottom: 120px;
  }
  .header .header__content {
    align-items: flex-start;
  }
  .mainTitle_functions {
    margin-bottom: 20px;
  }
  .appFunctions {
    margin-bottom: 120px;
  }
  .mainBnaer {
    margin-bottom: 120px;
  }
  .accordionWraper {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 425px) {
  .container {
    padding: 0 15px;
  }
}

/* Compatibility Section Styles */
.compatibility-section {
  width: 100%;
  margin-bottom: 100px;
}

.compatibility-intro {
  font-size: 18px;
  line-height: 1.6;
  color: #e0e0e0;
  text-align: center;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.compatibility-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.compatibility-feature {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.compatibility-feature:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.compatibility-feature h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: "Jost", sans-serif;
}

.compatibility-feature p {
  color: #e0e0e0;
  line-height: 1.6;
  font-size: 16px;
}

.compatibility-benefits {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 900px;
  margin: 0 auto;
}

.compatibility-benefits h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  font-family: "Jost", sans-serif;
}

.compatibility-benefits ul {
  list-style: none;
  padding: 0;
}

.compatibility-benefits li {
  color: #e0e0e0;
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
  line-height: 1.6;
  font-size: 16px;
}

.compatibility-benefits li:before {
  content: "✓";
  color: #8b5cf6;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.compatibility-benefits strong {
  color: #fff;
  font-weight: 600;
}

/* Policy Pages Styles */
.simple-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 50px;
}

.nav-logo {
  font-family: "FoglihtenNo06";
  color: #fff;
  font-size: 32px;
  text-decoration: none;
  font-weight: 400;
}

.nav-back {
  color: #8b5cf6;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-back:hover {
  color: #a855f7;
}

.policy-content {
  color: #e0e0e0;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

.policy-content h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Jost", sans-serif;
}

.policy-date {
  color: #8b5cf6;
  font-size: 14px;
  margin-bottom: 40px;
  font-style: italic;
}

.policy-content h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin: 40px 0 20px 0;
  font-family: "Jost", sans-serif;
}

.policy-content p {
  margin-bottom: 20px;
  font-size: 16px;
}

.policy-content ul {
  margin-bottom: 20px;
  padding-left: 30px;
}

.policy-content li {
  margin-bottom: 10px;
  font-size: 16px;
}

.policy-content a {
  color: #8b5cf6;
  text-decoration: none;
  transition: color 0.3s ease;
}

.policy-content a:hover {
  color: #a855f7;
  text-decoration: underline;
}

/* Responsive adjustments for compatibility section */
@media (max-width: 768px) {
  .compatibility-features {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .compatibility-feature {
    padding: 20px;
  }

  .compatibility-benefits {
    padding: 30px 20px;
  }

  .compatibility-benefits h3 {
    font-size: 24px;
  }
}