.row-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -30px;
}

.row-two > * {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
}

.main-banner {
  /* background: #f1d8d0;*/
  padding: 100px 0 0;
  overflow: hidden;
  /*  background-image: url("/wp-content/uploads/2024/02/fon_banner.png");
  background-position: center;
  background-size: cover;*/
}

.guarantee-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 4px 20px #f1d8d0;
  border-radius: 10px;
  padding: 20px 20px 30px;
  position: relative;
}
.guarantee-item:hover {
  transform: scale(1.2);
  transition: transform 0.9s ease;
  z-index: 1;
}

/* .guarantee-item:nth-child(2n + 3) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
} */

.guarantee-item-descr {
  font-size: 15px;
  line-height: 1.5;
}

.guarantee-item-icon {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 30px;
}

.main-banner-advantages {
  margin: 35px 0;
  padding-right: 20px;
}

.main-banner-advantage {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.main-banner-advantage + .main-banner-advantage {
  margin-top: 20px;
}

.main-banner-advantage-icon {
  width: 40px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 22px;
}

.main-banner-advantage-descr {
  /*color: #6C6C6C;*/
  font-size: 18px;
}

.logo-carousel-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  font-weight: 600;
  margin: 50px 0;
}

.logo-carousel-slide:before {
  content: "";
  /*background: #FFFFFF;*/
  /*opacity: 0.4;*/
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.logo-carousel-slide:hover:before {
  opacity: 0;
}
.logo-carousel-slide:hover {
  transform: scale(1.5);
  transition: transform 0.9s ease;
}

.how-buy-item {
  background: #ffffff;
  box-shadow: 0px 4px 20px #f1d8d0;
  border-radius: 10px;
  padding: 20px 20px 30px;
  position: relative;
}
.how-buy-item:hover {
  transform: scale(1.2);
  transition: transform 0.9s ease;
  z-index: 1;
}

.how-buy-item-count {
  font-weight: 700;
  font-size: 50px;
  color: rgb(224 0 50 / 10%);
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 8rem;
}

.how-buy-item__last-step {
  padding: 30px 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.how-buy-item-btn {
  margin-top: 20px;
}

.how-buy-item-title {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.how-buy-item-title b {
  color: #e00032;
}

.reviews-wrap {
  position: relative;
}

.reviews-left {
  width: calc(60% - 20px);
}

.reviews-right {
  width: calc(35% - 20px);
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.review-item {
  background: #ffffff;
  box-shadow: 0px 10px 10px #f1d8d0;
  border-radius: 10px;
  overflow: hidden;
  /*height: auto;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.carousel-reviews {
  padding: 30px 10px 50px;
  margin: 0 -10px;
  position: relative;
}

.review-item-image {
  margin-bottom: 15px;
}

.review-item-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 10px -10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 20px;
}

.review-item-head-left,
.review-item-head-right {
  margin-left: 10px;
}

.review-item-name {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
}

.review-item-city {
  color: #f7893f;
  font-size: 16px;
}

.review-item-short-descr {
  font-size: 14px;
  font-size: 18px;
  margin: 0 20px 50px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.review-item-btn {
  margin: 40px 0 0;
  text-align: center;
}

.review-item-btn a {
  width: 100%;
  max-width: 205px;
}

.reviews-tg {
  background: #bbcdbd8c;
  box-shadow: 0px 10px 50px #f1d8d0;
  border-radius: 10px;
  padding: 40px 30px;
  margin-bottom: 50px;
}

.reviews-tg-btn {
  background: #0090e1;
  border-radius: 10px;
  border: 1px solid #0090e1;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 20px;
  font-weight: 500;
  font-size: 25px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 76px;
}

.reviews-tg-btn svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.reviews-tg-btn svg {
  margin-right: 10px;
}

.reviews-tg-btn:hover {
  color: #0090e1;
  text-decoration: none;
  background: #fff;
}

.reviews-tg-btn:hover svg path {
  fill: #0090e1;
}

.reviews-tg-text {
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 25px;
}

.reviews-car-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: auto;
}

.carousel-reviews-next,
.carousel-reviews-prev {
  width: 82px;
  height: 82px;
  background-size: 19px 38px;
}

.carousel-reviews-prev {
  margin-right: 30px;
}

.subscribe-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-left: -20px;
}

.subscribe-left {
  width: calc(38% - 20px);
  margin-left: 20px;
  padding-left: calc((100% - 1230px) / 2);
}

.subscribe-link {
  padding: 0;
  list-style: none;
  margin: 20px 0 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.subscribe-link li {
  margin: 0 0 0 15px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.subscribe-link li:hover {
  opacity: 0.6;
}

.subscribe-title {
  margin: 0;
}

.subscribe-subtitle {
  margin: 0 0 20px !important;
}

.subscribe-text {
  line-height: 1.5;
}

.sity-page-banner {
  padding: 135px 0 0;
  overflow: hidden;
  /*position: relative;*/
}

.sity-top {
  background: #f1d8d0;
}

.sity-banner-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.sity-banner-left {
  width: 30%;
  /*padding-right: 60px;*/
  position: relative;
  z-index: 6;
}

.sity-banner-right {
  width: 70%;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}

.sity-banner-subtitle {
  display: block;
  /*margin-right: -200px;*/
}

.sity-banner-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin: 0 0 0 -30px;
  position: relative;
  z-index: 5;
}

.sity-banner-bottom > * {
  margin: 0 0 0 30px;
}

.our-cars {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.our-cars-item {
  width: calc(33.3333% - 20px);
  margin: 0 0 20px 20px;
  border-radius: 10px;
  background: #f1d8d0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 17px 17px 17px 11px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.our-cars-item:hover {
  background: #e00032;
  color: #fff;
}

.our-cars-item:hover .our-cars-item-icon svg path,
.our-cars-item:hover .our-cars-item-tooltip-icon svg path {
  fill: #fff;
}

.our-cars-item-title {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-right: 10px;
  font-weight: 500;
  line-height: 1;
  font-size: 16px;
  margin: 0;
}

.our-cars-item-icon {
  width: 36px;
  margin-right: 8px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.our-cars-item-icon svg path {
  fill: #e00032;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.our-cars-item-tooltip-icon {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.our-cars-item-tooltip-icon svg path {
  fill: #000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.our-cars-item-tooltip {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.buy-car-title {
  /* font-size: 20px;
  font-weight: 700;*/
  margin-top: 0;
}

.buy-car-descr {
  color: #010103;
  margin-top: 5px;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .catalog-china-open-mobile {
    display: none;
  }
  .sity-banner-title {
    font-size: 35px;
  }
}
@media screen and (min-width: 1241px) {
  .sity-banner-btn a {
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media screen and (max-width: 1600px) {
  .subscribe-left {
    width: calc(33.3333% - 20px);
  }
}
@media screen and (max-width: 1260px) {
  .subscribe-left {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1240px) {
  .row-two {
    margin-bottom: -20px;
  }
  .row-two > * {
    margin-bottom: 20px;
  }
  .row-two {
    margin-bottom: -20px;
  }
  .row-two > * {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .main-banner {
    padding: 40px 0;
  }
  .guarantee-item-icon {
    margin-right: 20px;
  }
  .main-banner-advantages {
    margin: 25px;
    padding-right: 0;
  }
  .how-buy-item {
    padding: 20px;
  }
  .review-item-btn {
    margin-bottom: 30px;
  }

  .reviews-tg {
    padding: 40px 20px;
  }
  .sity-banner-left {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1140px) {
  .subscribe-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 960px) {
  .main-banner-advantages {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10;
    margin-top: 10px;
    position: relative;
    z-index: 3;
  }
  .reviews-left {
    width: calc(66.6666% - 20px);
  }

  .reviews-right {
    width: calc(33.3333% - 20px);
  }

  .sity-banner-left {
    padding-right: 0;
  }

  .sity-banner-right {
    -webkit-align-self: flex-start;
    align-self: flex-start;
  }

  .sity-banner-subtitle {
    display: inline;
    margin-right: 0;
  }

  .sity-banner-bottom {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .main-banner {
    padding: 100px 0 0;
  }

/*   .guarantee-item:nth-child(2n + 3) {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
} */

  .guarantee-item-descr {
    max-width: none !important;
  }

  .guarantee-item-icon {
    width: 50px;
    text-align: center;
  }

  .logo-carousel {
    margin-left: -20px;
    margin-right: -20px;
  }

  .reviews-tg {
    background: #f1d8d0;
    box-shadow: none;
  }

  .reviews-left {
    width: calc(100% - 20px);
  }

  .reviews-right {
    width: calc(100% - 20px);
    padding-top: 0;
  }

  .reviews-car-btn {
    display: none;
  }

  .reviews-wrap {
    margin-bottom: 0;
  }

  .carousel-reviews {
    margin-bottom: -20px;
  }

  .review-item-short-descr {
    margin-left: 15px;
    margin-right: 15px;
  }

  .review-item-head {
    padding-left: 15px;
    padding-right: 15px;
  }

  .review-item-btn {
    margin-left: 15px;
    margin-right: 15px;
  }

  .review-item-btn a {
    max-width: 190px;
  }

  .carousel-reviews {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .carousel-reviews:before,
  .carousel-reviews:after {
    display: none;
  }

  .subscribe-row {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subscribe-left {
    width: 100%;
    display: contents;
    padding: 0;
  }

  .subscribe-title {
    width: 100%;
  }

  .subscribe-subtitle {
    width: 100%;
  }

  .subscribe-text {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10;
    width: 100%;
    margin-top: 20px;
  }

  .subscribe-link {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11;
    margin-top: 15px;
  }

  .catalog-china-open-pk {
    display: none;
  }

  .sity-page-banner .wrapper {
    max-width: 400px;
  }

  .sity-banner-left {
    display: contents;
  }

  .sity-banner-left > * {
    width: 100%;
  }

  .sity-banner-left .main-banner-advantages {
    margin-top: -20px;
  }

  .sity-banner-right {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
    /* display: -ms-grid;
    display: grid;*/
  }

  .sity-banner-bottom {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .sity-banner-btn,
  .car-brands {
    width: calc(100% - 30px);
  }

  .our-cars {
    margin-left: -15px;
    margin-bottom: -15px;
  }

  .our-cars-item {
    width: calc(50% - 15px);
    margin: 0 0 15px 15px;
    font-size: 14px;
    padding: 12px 12px 12px 11px;
  }

  .our-cars-item-icon {
    width: 30px;
  }

  .our-cars-item-tooltip-icon {
    width: 25px;
  }
}

@media screen and (max-width: 479px) {
  .guarantee-item-descr {
    font-size: 14px;
  }

  .main-banner-advantage + .main-banner-advantage {
    margin-top: 15px;
  }

  .how-buy-item__last-step {
    padding: 0;
  }

  .sity-banner-title {
    margin-right: 0;
    width: 60%;
    z-index: 1;
  }

  .our-cars-item {
    width: calc(100% - 15px);
  }
}

.main-banner {
  /*  position:relative;
  text-align:center;*/
  /*   background: linear-gradient(60deg, #f1d8d0 20%, #ed7085 100%);*/
  /* color:white;*/
  background: linear-gradient(180deg, #bbcdbd 20%, #ed7085 100%);
}

.waves {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: -7px; /*Fix for safari gap*/
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
/*   .content {
  height: 30vh;
} */
  h1 {
    font-size: 24px;
  }
}

.box {
  position: relative;
  transform: rotate(290deg);
}

.wave {
  /*position: fixed;*/
  /* top: 0; */
  /* left: 0; */
  opacity: 0.4;
  position: absolute;
  /* top: 3%; */
  /* right: 0%; */
  background: #f8b2b3;
  width: 1300px;
  height: 1300px;
  /* margin-left: 0px; */
  margin-top: 650px;
  transform-origin: 50% 48%;
  border-radius: 43%;
  animation: drift 70000ms infinite linear;
}

.wave.-three {
  animation: drift 75000ms infinite linear;
  /* position: fixed; */
  background-color: #db6a24;
}

.wave.-two {
  animation: drift 30000ms infinite linear;
  opacity: 0.1;
  background: #a6387f;
  /* position: fixed; */
}

.box:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  transform: translate3d(0, 0, 0);
}

@keyframes drift {
  from {
    transform: rotate(0deg);
  }
  from {
    transform: rotate(360deg);
  }
}

.parent {
  position: relative;
}
.loader {
  position: absolute;
  top: -20px;
  left: 40%;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: linear-gradient(#db6a24, #e00032);
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader span {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(#db6a24, #e00032);
  animation: animate 1.2s linear infinite;
}

.loader span:nth-child(1) {
  filter: blur(5px);
}

.loader span:nth-child(2) {
  filter: blur(10px);
}

.loader span:nth-child(3) {
  filter: blur(25px);
}

.loader span:nth-child(4) {
  filter: blur(50px);
}

.loader:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.loader[data-country="korea_msk"]:after {
  background-image: url(/wp-content/uploads/2024/02/flag_korea.svg);
}

.loader[data-country="kitaya"]:after {
  background-image: url(/wp-content/uploads/2024/02/flag_kitaya.svg);
}

.loader[data-country="yaponii"]:after {
  background-image: url(/wp-content/uploads/2024/03/flag_yaponii.svg);
}

.Project {
  /*position: absolute;*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.Project:hover .imgMasked {
  clip-path: circle(100px at center);
}
.Project:hover .Project-hail {
  width: 200px;
  height: 200px;
  border-radius: 200px;
}
.Project:hover .Project-hail2 {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  border: 80px solid #fff4e6;
  opacity: 0;
}
.Project:hover .Project-name {
  left: 200%;
  opacity: 1;
}
.Project:hover .Project-name:before {
  width: 100%;
}
.Project-hail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f0544f;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  transition: 0.5s;
  opacity: 0.2;
}
.Project-hail2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 0;
  transition: 0.7s;
  border: 22px solid #f1d8d0;
  border-radius: 20px;
  pointer-events: none;
}
.Project-hail2::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 25px;
  background-image: url("/wp-content/uploads/2024/03/telegram_icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.imgMasked {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 200px;
  max-width: 200px;
  clip-path: circle(20px at center);
  transition: 0.5s;
  pointer-events: none;
}
.Project-name {
  position: absolute;
  max-width: 600px;
  min-width: 150px;
  left: 0;
  top: 150%;
  pointer-events: none;
  transition: 0.5s;
  color: #000;
  padding: 3px 6px;
  z-index: 2;
  opacity: 0;
}
.Project-name:before {
  content: "";
  width: 0;
  height: 100%;
  background-color: #f0544f;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  z-index: -1;
}

.large-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin: -30px 0 -50px -20px;*/
  justify-content: space-between;
  align-items: center;
}

.large-image {
  position: absolute;
  right: -25%;
  top: -200px;
  background-image: url(/wp-content/uploads/2024/04/ring-circle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 550px;
  height: 550px;
  -webkit-animation: fa-spin 20s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  -moz-animation: fa-spin 20s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  -ms-animation: fa-spin 20s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  -o-animation: fa-spin 20s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: fa-spin 20s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  z-index: -1;
}

.inner-box {
  padding: 50px;
  background-color: #bbcdbd8c;
}
.info-box {
  position: relative;
  padding-left: 100px;
}
.info-box .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 82px;
  width: 82px;
}
.info-box .thumb img {
  border: 6px solid #f7893f;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  width: 100%;
  box-shadow: 0 45px 45px rgba(224, 0, 50, 0.35);
}

.arrow-right,
.arrow-left {
  position: relative;
  display: inline-block;
  height: 9px;
  width: 43px;
  background-image: url(http://t.commonsupport.com/adro/images/icons/arrow-left-2.png);
  background-repeat: no-repeat;
  background-position: center;
}

.arrow-right {
  background-image: url(http://t.commonsupport.com/adro/images/icons/arrow-right-2.png);
}

@media only screen and (max-width: 767px) {
  .inner-box {
    /*box-shadow: none;
    border: 2px solid #f1f1f1;*/
    padding: 50px 10px 0;
  }
  .review-item-name {
    font-size: 20px;
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.stock-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
  align-items: center;
}
.stock-right {
  width: 40%;
  padding-left: 30px;
}

/*.desired-car-left .section-title {*/
/*  margin-bottom: 10px;*/
/*}*/

.stock-left {
  width: 60%;
  padding-left: 30px;
}
.desired-car-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
}
.desired-car-item-descr {
  font-weight: 600;
  font-size: 30px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.desired-car-item-btn {
  margin-top: 30px;
}
.desired-car-item-btn a {
  width: 100%;
}

@media (max-width: 767px) {
  .loader {
    position: absolute;
    top: -20px;
    left: 55%;
    width: 250px;
    height: 250px;
  }

  /*.vibor {*/
  /*  height: 250px;*/
  /*}*/

  .stock-left,
  .stock-right {
    width: 100%;
  }

  .desired-car-item-descr {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .catalog-carousel__magazine_desc {
    height: auto;
    left: unset;
    line-height: 1;
    margin: auto;
    position: absolute;
    top: 60%;
    right: -100px;
    transform: translateY(-50%) rotate(-15deg);
    width: 25em;
    z-index: 2;
  }
  .catalog-carousel__magazine_mob {
    display: none;
  }
}
.catalog-carousel__magazine_desc > img,
.catalog-carousel__magazine_mob > img {
  max-width: unset;
  position: relative;
  width: 100%;
  z-index: 1;
}
.catalog-carousel__magazine_desc,
.catalog-carousel__magazine_mob {
  filter: drop-shadow(-33.2812px 22.3927px 26.5364px rgba(6, 13, 22, 0.215))
    drop-shadow(-17.2806px 11.627px 13.5382px rgba(6, 13, 22, 0.261))
    drop-shadow(-7.04026px 4.73691px 6.78839px rgba(6, 13, 22, 0.326))
    drop-shadow(-1.60006px 1.07657px 3.27849px rgba(6, 13, 22, 0.43));
}

@media (max-width: 768px) {
  .catalog-carousel__magazine_mob {
    height: auto;
    left: 50%;
    line-height: 1;
    margin: auto;
    position: absolute;
    top: 43%;
    transform: translate(-50%, -50%) rotate(-15deg);
    width: 13em;
    z-index: 2;
  }
  .catalog-carousel__magazine_desc {
    display: none;
  }
}

.partner-banner__inner {
  background-color: rgba(187, 205, 189, 0.55);
  border-radius: 10px;
  display: flex;
  padding-top: 5em;
  position: relative;
}
.partner-banner__content {
  align-items: flex-start;
  color: #000a0d;
  display: flex;
  flex: 0 0 50%;
  flex-direction: column;
  padding-left: 3.9375em;
  padding-right: 7.5em;
}
.partner-banner__title {
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0;
}
.partner-banner__subtitle {
  font-size: 1.5em;
  line-height: 1.1;
  margin-top: 1.067em;
  opacity: 0.8;
}
.partner-banner__btn {
  margin-top: auto;
  text-transform: uppercase;
}
.btn {
  background-color: #bf9e77;
  border: none;
  border-radius: 0.25em;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  letter-spacing: 0.1em;
  padding: 1.25em 2.5em;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.partner-banner__images {
  flex: 0 0 50%;
}
.partner-banner__ipad {
  height: 30.75em;
  line-height: 0;
  position: relative;
  top: 2.625em;
  transform: rotate(-10deg);
  width: 40em;
}
.partner-banner__ipad > img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
.partner-banner__ipad:after {
  border-radius: 1em;
  bottom: 0.4em;
  box-shadow:
    -130.815px 130.815px 80px rgba(0, 10, 13, 0.048),
    -84.7873px 84.7873px 46.8519px rgba(0, 10, 13, 0.079),
    -50.3879px 50.3879px 25.4815px rgba(0, 10, 13, 0.1),
    -26.163px 26.163px 13px rgba(0, 10, 13, 0.121),
    -10.659px 10.659px 6.51852px rgba(0, 10, 13, 0.152),
    -2.4225px 2.4225px 3.14815px rgba(0, 10, 13, 0.2);
  content: "";
  left: 0.4em;
  position: absolute;
  right: 0.4em;
  top: 0.4em;
}
@media (min-width: 767px) {
  .partner-banner__cup {
    height: 14.6875em;
    position: absolute;
    right: -7.3125em;
    top: 2.1875em;
    width: 14.625em;
  }
}
@media (min-width: 767px) {
  .partner-banner__cup > img {
    filter: drop-shadow(-130.815px 130.815px 80px rgba(0, 10, 13, 0.0481481))
      drop-shadow(-84.7873px 84.7873px 46.8519px rgba(0, 10, 13, 0.0785185))
      drop-shadow(-50.3879px 50.3879px 25.4815px rgba(0, 10, 13, 0.1))
      drop-shadow(-26.163px 26.163px 13px rgba(0, 10, 13, 0.121481))
      drop-shadow(-10.659px 10.659px 6.51852px rgba(0, 10, 13, 0.151852))
      drop-shadow(-2.4225px 2.4225px 3.14815px rgba(0, 10, 13, 0.2));
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .partner-banner__inner {
    border-radius: 0.25em;
    display: block;
    padding: 2.5em 1.25em 1.25em;
  }
  .partner-banner__content {
    padding: 0;
  }
  .partner-banner__title {
    font-size: 28px;
    text-align: center;
  }
  .partner-banner__subtitle {
    font-size: 1em;
    line-height: 1;
    margin: 0.75em auto 0;
    max-width: 17.8125em;
    text-align: center;
  }
  .partner-banner__btn {
    border: 1px solid hsla(32, 30%, 92%, 0.5);
    margin-top: 12.25em;
    padding: 0.75em;
    text-transform: none;
    width: 100%;
    z-index: 1;
  }
  .partner-banner__ipad {
    bottom: 1.25em;
    height: 12.5em;
    left: 50%;
    position: absolute;
    top: unset;
    transform: translateX(-50%);
    width: 19.75em;
  }
  .partner-banner__ipad > img {
    -o-object-position: top;
    object-position: top;
  }
  .partner-banner__cup {
    display: none;
  }
}

    .catalog-item.nft .swiper-button-next,
    .catalog-item.nft .swiper-button-prev {
      color: #e00133;
      background-color: #26262680;
      padding: 10px 5px;
      border-radius: 5px;
      transition: all 0.3s ease-in-out;
    }

    .catalog-item.nft .swiper-button-next:after,
    .catalog-item.nft .swiper-button-prev:after {
      font-size: 18px;
    }
    
  .catalog-item.nft {
    height: auto;
  }

  .catalog-item.nft.nft-hidden {
    opacity: 0;
    height: 0;
    margin-bottom: 0;
    overflow: hidden;
    transition: all .4s ease-in-out;
  }
  
  
.download.svelte-15pm8ss {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    /* overflow: hidden; */
    border-radius: 0.25em;
}
.gradient.svelte-15pm8ss {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.wrapper.svelte-rwgw1z {
    height: var(--size);
    width: var(--size);
    filter: blur(calc(var(--size) / 3));
    animation: svelte-rwgw1z-scaleAnimation 24s linear infinite running;
    transform-origin: center;
    max-width: 90vw;
    aspect-ratio: 1;
}
.element.svelte-rwgw1z:first-child {
    background: #aa4cff;
    top: 25%;
    left: 0;
    transform-origin: right;
}
.element.svelte-rwgw1z {
    width: 50%;
    height: 50%;
    border-radius: 50%;
    position: absolute;
    animation: svelte-rwgw1z-rotateAnimation 12s linear infinite running;
}
.element.svelte-rwgw1z:nth-child(2) {
    background: #3838ff;
    top: 50%;
    left: 25%;
    transform-origin: top;
}
.element.svelte-rwgw1z:nth-child(3) {
    background: #3a89fb;
    top: 25%;
    left: 50%;
    transform-origin: left;
}
.element.svelte-rwgw1z:last-child {
    background: #630eff;
    top: 0;
    left: 25%;
    transform-origin: bottom;
}
.logo.svelte-15pm8ss {
    width: 260px;
    height: 260px;
    overflow: hidden;
    border-radius: 78px;
    margin-top: 40px;
}
.content.svelte-15pm8ss {
    position: relative;
    padding: 80px 0 80px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    z-index: 0;
}
.content.svelte-15pm8ss:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, #c4c4c400, #c4c4c455, #c4c4c400);
}
.title.svelte-15pm8ss {
    color: #3838ff;
    font-size: 62px;
    text-align: center;
    width: 90%;
}
.button--stretched.svelte-blyiwd {
    width: 100%;
}
.button.svelte-blyiwd {
    padding: 12px 24px;
    height: 64px;
    border-radius: 20px;
    position: relative;
    z-index: 0;
    font-size: 24px;
    font-weight: 600;
    overflow: hidden;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    gap: 8px;
    cursor: pointer;
    border: 0;
    background: linear-gradient(135deg, #161f8a 0%, #2d085f 100%);
}
.button.svelte-blyiwd:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: opacity .15s ease;
    background: linear-gradient(97deg, #01c5c8 .32%, #046ef4 44.6%, #572dff 62.16%);
}
.logo.svelte-15pm8ss img {
    max-width: 100%;
    height: auto;
}
.content.svelte-15pm8ss:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -50vw;
    width: 100vw;
    height: 100%;
    z-index: -1;
    background-blend-mode: overlay, normal;
    -webkit-backdrop-filter: blur(33px);
    backdrop-filter: blur(33px);
}

@media (max-width: 1060px) {
    .logo.svelte-15pm8ss {
        width: 250px;
        height: 250px;
    }
    .title.svelte-15pm8ss {
        font-size: 38px;
}
    .button.svelte-blyiwd:not(.button--big) {
        padding: 10px 24px;
        height: 46px;
        font-size: 20px;
    font-weight: 600;
        border-radius: 16px;
    }

}
@media (max-width: 790px) {
    .content.svelte-15pm8ss {
        padding: 30px 0;
        gap: 15px;
    }
    .downloadButtonWrapper.svelte-15pm8ss {
        position: relative;
        height: 78px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
/*     .downloadButton--sticky.svelte-15pm8ss {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    background: var(--backgrounds-glass);
    -webkit-backdrop-filter: blur(33px);
    backdrop-filter: blur(33px);
} */
}


@keyframes svelte-rwgw1z-scaleAnimation {
0% {
    transform: scale(1);
}
50% {
    transform: scale(.8);
}
100% {
    transform: scale(1);
}
}