@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Black.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
}
html {
  overflow-x: hidden;
}
input[type="number"] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input,
textarea,
a,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
}

body {
  background: #fff;
  box-sizing: border-box;
  padding: 0 !important;
  margin: 0;
  overflow-x: hidden !important;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;

}

.date{
	font-weight: bold;
	color:#70a0c0;
	padding-right:2em;
}

ol {
    list-style-type: none;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
	padding-right: 4vw;
}

li {
  padding: 0;
  margin: 1em 0;
}

p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  text-align:justify;
}

textarea {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  resize: none;
}

a {
  color: #70a0c0;
  display: block;
}
a:hover {
  color: #70a0c0;
  transition: all 0.2s ease-out;
}



*,
*:before,
*:after {
  box-sizing: border-box;
}

input:active,
input:focus,
button:active,
button:focus,
span:active,
span:focus,
span,
div:active,
div:focus,
div,
textarea:active,
textarea:focus,
select:active,
select:focus {
  outline: none;
}

textarea,
input {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
}

button {
  font-family: "Montserrat", sans-serif;
  background: none;
  cursor: pointer;
  border: none;
  font-size: 16px;
}
button:disabled {
  opacity: 0.5;
  cursor: auto !important;
}

h1 {
  font-size: 64px;
  color: #fff;
  font-weight: 700;
}

h1,
h2 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #fff;
}

h3 {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
  font-weight: 600;
}

img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.round-btn {
  width: 158px;
  height: 158px;
  background: #1e1e46;
  border-radius: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  text-align: center;
  position: relative;
}
.round-btn::after {
  transition: all 0.2s ease-out;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border: 1px solid #1e1e46;
  border-radius: 150px;
}
.round-btn:hover {
  transition: all 0.2s ease-out;
  color: #fff;
  background: #7e93d1;
}
.round-btn:hover::after {
  border: 1px solid #7e93d1;
  transition: all 0.2s ease-out;
}

section {
	position: relative;
  margin-bottom: 160px;
}

/* .swiper-wrapper {
  height: auto !important;
} */

.container {
  width: 1290px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.container2 {
  width: 1104px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.row {
  display: flex;
}

.row-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.row-space {
  justify-content: space-between;
}

.column {
  flex-direction: column;
}

.overflow-body {
  overflow-y: hidden;
}

.btn {
  border-radius: 16px;
  color: #fff;
  font-size: 16px;
  background: linear-gradient(86.71deg, #bad8e2 0.07%, #70a0c0 100.07%);
  cursor: pointer;
  font-weight: 400;
  padding: 11px 24px;
  width: fit-content;
  text-align: center;
}
.btn:hover {
  background-color: #de87fd;
  color: #fff;
}

.card__btn {
  background: #821bf0;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 3px 5px 15px rgba(130, 27, 240, 0.25);
}
.card__btn:hover {
  background: #9336f8;
  transition: all 0.2s ease-out;
}

.in-cart {
  background: #4f28ea;
  padding: 17px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.in-cart:hover {
  background: #7250fa;
  transition: all 0.2s ease-out;
}

.btn-line {
  background: transparent;
  padding: 17px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7250fa;
  border: 1px solid #7250fa;
}
.btn-line:hover {
  background: #7250fa;
  transition: all 0.2s ease-out;
}

.hidden-body {
  overflow: hidden;
}

.bread {
  flex-wrap: wrap;
}
.bread li {
  margin-bottom: 5px;
}

::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

::-webkit-scrollbar-thumb {
  background: #bad8e2;
}

::-webkit-scrollbar-track {
  background: #d1d1d1;
}

@media screen and (max-width: 1180px) {
  .mobile-col {
    flex-direction: column;
  }

  .mobile-col-rev {
    flex-direction: column-reverse;
  }

  .mobile__none {
    display: none;
  }

  .container {
    width: 100%;
    padding: 0 4vw;
  }

  .container2 {
    width: 100%;
    padding: 0 4vw;
  }
}

body {
  background: #0d1524;
  color: #fff;
  position: relative;
  transition: all 0.2s ease-out;
  position: relative;
}

.body-menu {
  position: relative;
}
.body-menu::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

* {
  transition: all 0.2s ease-out;
}

p {
  line-height: 140%;
}

.gradtitle {
  text-align: center;
  font-size: 80px;
  font-weight: 700;
  background: linear-gradient(266.71deg, #bad8e2 0%, #70a0c0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main {
  position: relative;
  margin-top: 16px;
}
.main .main__text p {
  margin-left: 0;
  margin-right: 0;
}
.main__left {
  margin-left: -180px;
}
.main .container2 {
  overflow: visible;
}
.main__right h1 {
  color: #fff;
  font-size: 120px;
  font-weight: 900;
  margin-bottom: 0px;
}
.main__descr {
  font-size: 80px;
  font-weight: 700;
  background: linear-gradient(266.71deg, #bad8e2 0%, #70a0c0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 56px;
}
.main--banner {
  width: 100%;
  height: 300px;
  background: #ffffff1a;
  box-shadow: 0px 8px 16px 0px #0d152466 inset;
  margin-top: 50px;
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main__text {
  font-size: 18px;
  color: #fff;
}
.main__text a {
  display: inline-block;
}
.main__text strong {
  font-weight: 700;
  margin-bottom: 12px;
  display: block;
}
.main__bottom__buttons {
  margin-top: 40px;
  justify-content: center;
  gap: 16px;
}
.main__bottom .btn {
  font-weight: 600;
  color: #fff;
  background-color: linear-gradient(86.71deg, #bad8e2 0.07%, #70a0c0 100.07%);
}

.main__bottom .btn:hover {
  background-color: #bad8e2;
}
.main__bottom a {
  align-items: center;
  display: flex;
  gap: 8px;
}
.main .btn-lang img {
  border-radius: 8px;
  width: 34px;
  height: 34px;
}
.main .btn-lang.active {
  background: #390a58;
}
.main .btn-lang.active:hover {
  color: #fff;
}
.main .btn-lang.active svg {
  transform: rotate(180deg);
}
.main__banner img {
  width: 100%;
  height: 300px;
  border-radius: 32px;
  object-fit: cover;
}

.main-circle {
  width: 270px;
  height: 270px;
  border-radius: 269.925px;
  opacity: 0.2;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #00bbdf 0%,
    rgba(62, 200, 223, 0.62) 43.75%,
    rgba(62, 200, 223, 0.62) 43.76%,
    rgba(13, 21, 36, 0) 100%
  );
  position: absolute;
  left: -130px;
  top: -130px;
}

.main__langs {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 12px 34px;
  margin-top: 34px;
}
.main__langs__item {
  padding: 8px 24px;
  border-radius: 12px;
  border: 1px solid #de87fd;
  background-color: #0d1524;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
.main__langs__item img {
  width: 32px;
  height: 32px;
  border-radius: 8px;
}
.main__langs__item:hover {
  background: #de87fd;
  color: #fff;
}
.main__langs .main__langs__item.active {
  border-radius: 16px;
  border: 2px solid #00ffac;
  background: linear-gradient(267deg, #bad8e2 0%, #70a0c0 100%);
  color: #fff;
}

.main__langs.active {
  display: grid;
}

.text p {
  max-width: 660px;
  margin: 0 auto;
  line-height: 140%;
  font-size: 18px;
  margin-bottom: 20px;
}
.text h2 {
  text-align: center;
  font-size: 80px;
  font-weight: 700;
  background: linear-gradient(266.71deg, #bad8e2 0%, #70a0c0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text h3 {
  background: linear-gradient(266.71deg, #bad8e2 0%, #70a0c0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 40px;
}
.text ul {
  margin-bottom: 40px;
  padding-left: 20px;
}
.text ul li {
  margin-bottom: 10px;
  display: list-item;
}

.main-slider {
  margin-top: 56px;
  position: relative;
  margin-bottom: 100px;
}
.main-slider .container2 {
  overflow: visible;
}
.main-slider .circle {
  position: absolute;
  z-index: -1;
}
.main-slider .circle1 {
  bottom: -100px;
  left: -150px;
}
.main-slider .circle2 {
  top: -100px;
  right: -100px;
}
.main-slider .main-slider-container {
  overflow: hidden;
  border-radius: 32px;
  border: 2px solid #de87fd;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 8px 16px 0px rgba(13, 21, 36, 0.4) inset;
  backdrop-filter: blur(55px);
  -webkit-backdrop-filter: blur(55px);
}
.main-slider .main-slider-container .swiper-slide {
  padding: 64px 160px;
}
.main-slider .main-slider-container p {
  margin: 0;
  width: 100%;
}
.main-slider .main-slider-container strong {
  font-size: 18px;
  margin-bottom: 24px;
  font-weight: 700;
  display: block;
}
.main-slider__bottom {
  align-items: center;
  display: flex;
}
.main-slider .main-slider-pag {
  text-align: center;
}
.main-slider .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #828790;
}
.main-slider .swiper-pagination-bullet-active {
  border: 3px solid #bad8e2;
  background: none;
}
.main-slider .main-slider__prev {
  margin-left: 16px;
  margin-bottom: 16px;
  cursor: pointer;
}
.main-slider .main-slider__next {
  margin-right: 16px;
  margin-bottom: 16px;
  cursor: pointer;
}
.main-slider .main-slider__next svg {
  transform: scale(-1);
}
.main-slider .swiper-button-disabled {
  opacity: 0.5;
}

.skills__grid {
  display: grid;
  grid-gap: 40px 56px;
  grid-template-columns: repeat(2, 1fr);
}
.skills__num {
  font-size: 80px;
  margin-top: -20px;
  font-weight: 700;
  background: linear-gradient(266.71deg, #bad8e2 0%, #70a0c0 100%);
  -webkit-background-clip: text;
  margin-right: 20px;
  -webkit-text-fill-color: transparent;
}
.skills__right span {
  font-weight: 700;
  display: block;
  font-size: 24px;
  margin-bottom: 24px;
}
.skills__right p {
  font-size: 18px;
}
.skills__right a {
  font-size: 18px;
  margin-top: 20px;
  text-decoration: underline;
}
.skills__bottom {
  margin-bottom: 88px;
  position: relative;
  margin-top: 90px;
  justify-content: center;
  gap: 16px;
}
.skills__bottom .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  background: linear-gradient(86.71deg, #bad8e2 0%, #70a0c0 100%);
  padding: 11px 24px;
}

.best .container2 {
  position: relative;
}

footer {
  position: relative;
  height: 120px;
  overflow: hidden;
  margin-bottom: 0px;
  text-align: center;
}
footer .footer__top {
  justify-content: center;
  margin-bottom: 16px;
}

footer .footer__top a:hover {
  color: #bad8e2;
}

.bottom-circle {
  position: absolute;
  bottom: -190px;
  left: -200px;
  width: 320px;
  height: 320px;
  border-radius: 326.858px;
  opacity: 0.2;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #00bbdf 0%,
    rgba(62, 200, 223, 0.62) 43.75%,
    rgba(62, 200, 223, 0.62) 43.76%,
    rgba(13, 21, 36, 0) 100%
  );
}

menu {
  position: relative;
  padding: 0;
  margin-top: 16px;
  margin-bottom: 70px;
  z-index: 4;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
}
menu .container {
  overflow: visible;
}
menu .menu__nav {
  background: #fff;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  border-radius: 50px 50px 50px 0;
  align-items: center;
  padding: 20px;
}
menu .menu__lang {
  align-items: center;
  height: 48px;
}
menu .menu__lang img {
  width: 48px;
  height: 48px;
  margin-right: 12px;
}
menu .logo {
  height: 48px;
}
menu .logo img {
  width: 48px;
  height: 48px;
}
menu .menu__left {
  gap: 12px;
  align-items: center;
}
menu .menu__right {
  gap: 8px;
}
menu .menu__center {
  gap: 38px;
}
menu .menu__center a {
  display: flex;
  align-items: flex-start;
  color: #fff;
  font-weight: 500;
}
menu .menu__center a span {
  margin-top: 3px;
  font-size: 8px;
  margin-right: 5px;
}
menu .menu__center a:hover {
  color: #bad8e2;
}

.menu__lang.active svg {
  transform: rotate(180deg);
}

.header {
  text-align: center;
  margin-top: 150px;
}
.header h1 {
  margin-bottom: 24px;
}
.header p {
  font-size: 24px;
  font-weight: 500;
}
.header p a {
  font-weight: 700;
  color: #de87fd;
  display: inline-block;
  text-decoration: underline;
}
.header__img {
  margin-top: 40px;
  width: 100%;
  height: 300px;
  border-radius: 16px;
}
.header__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.number {
  margin-right: 79px;
  font-size: 40px;
  font-weight: 300;
  width: 41px;
}

.info p {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}
.info p a {
  color: #de87fd;
  font-weight: 700;
  text-decoration: underline;
}

.info__btn {
  justify-content: center;
  gap: 8px;
}

.things .container {
  overflow: visible;
}
.things p {
  font-size: 24px;
  font-weight: 500;
}
.things__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 18px;
  margin-top: 24px;
}
.things__plate {
  background: #fff;
  padding: 16px;
  background-size: 204px;
  filter: drop-shadow(0px 8px 40px rgba(0, 0, 0, 0.1));
}
.things__plate p {
  font-size: 16px;
  font-weight: 500;
}
.things__item:nth-child(1) .things__plate {
  height: 274px;
  background: url("files/gr1.svg") no-repeat center;
  background-size: 395px;
}
.things__item:nth-child(2) .things__plate {
  height: 254px;
  background: url("files/gr2.svg") no-repeat center;
  background-size: 395px;
}
.things__item:nth-child(3) .things__plate {
  height: 254px;
  background: url("files/gr3.svg") no-repeat center;
  background-size: 395px;
}
.things__item:nth-child(4) .things__plate {
  height: 414px;
  background: url("files/gr4.svg") no-repeat center;
  background-size: 390px;
}
.things__item:nth-child(5) .things__plate {
  height: 274px;
  background: url("files/gr5.svg") no-repeat center;
  background-size: 395px;
}
.things__item:nth-child(6) .things__plate {
  height: 414px;
  background: url("files/gr6.svg") no-repeat center;
  background-size: 390px;
}
.things__title {
  font-size: 24px;
  font-weight: 700;
  color: #de87fd;
  margin-bottom: 14px;
  max-width: 230px;
}
.things .things__sub {
  font-size: 24px;
  font-weight: 700;
  padding-left: 20px;
  margin-bottom: 24px;
}
.things__bottom {
  margin-top: 60px;
  background: #fff;
  border-radius: 50px;
  padding: 16px 24px;
  justify-content: center;
  gap: 48px;
}
.things__bottom p {
  font-size: 24px;
  font-weight: 700;
}
.things__bottom a {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.things__bottom a svg {
  margin-left: 10px;
}

.how h2 {
  margin-bottom: 24px;
}
.how .main-content {
  width: 100%;
}
.how__item {
  margin-bottom: 56px;
}
.how__item:nth-child(3) {
  justify-content: flex-end;
}
.how__item img {
  width: 386px;
  height: 386px;
  margin-right: 49px;
}
.how__item__title {
  font-size: 32px;
  font-weight: 700;
  color: #bad8e2;
}
.how__item p {
  font-size: 24px;
  font-weight: 500;
  margin: 16px 0;
}
.how__item a {
  font-weight: 500;
  text-decoration: underline;
}
.how__item__text {
  max-width: 342px;
}

.faq__wrapper .main-content {
  width: 100%;
}
.faq__wrapper .faq__item__top {
  color: #bad8e2;
  align-items: center;
  font-size: 24px;
  justify-content: space-between;
  font-weight: 700;
  width: 100%;
}
.faq__wrapper .faq__item__top span {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  display: block;
}
.faq__wrapper .faq__item__top svg {
  margin-left: auto;
}
.faq__wrapper .faq__item {
  padding: 24px 32px;
  margin-bottom: 8px;
  border-radius: 24px;
  border: 1px solid #bad8e2;
  background: #ffffff1a;
  box-shadow: 0px 8px 16px 0px #0d152466 inset;
  backdrop-filter: blur(55px);
  -webkit-backdrop-filter: blur(55px);
}
.faq__wrapper .faq__item:hover .faq__item__top span {
  color: #bad8e2;
}
.faq__wrapper .faq__item__text {
  margin-bottom: 20px;
  display: none;
}
.faq__wrapper .faq__item__text a {
  display: inline-block;
}
.faq__wrapper .faq__item.active .faq__item__top svg {
  transform: rotate(45deg);
}

.contacts {
  margin-bottom: 0 !important;
}

.contacts .main__row .main__left img {
  width: 569px !important;
  position: relative;
  top: auto;
  left: auto;
}



.contacts .main__row .main__right {
  margin-left: 0px !important;
}

.footer {
  margin-bottom: 24px;
}
.footer .things__bottom {
  background: #bad8e2;
}
.footer .things__bottom p {
  color: #fff;
}
.footer .things__bottom a {
  color: #fff;
}
.footer footer {
  margin-top: 40px;
}
.footer__logo {
  margin-right: 40px;
}
.footer__top {
  font-size: 24px;
  gap: 24px;
}
.footer__top a {
  text-decoration: underline;
  color: #fff;
}

.faq .main__row img {
  width: 321px;
  position: absolute;
  top: 0;
  left: -105px;
  z-index: 2;
}

.faq .main__row .main__right {
  margin-left: 224px;
}

.faq-slider {
  margin-top: -60px;
}

.faq-slider-row {
  position: relative;
  margin-bottom: 56px;
}
.faq-slider-row::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
  height: 150px;
  background: linear-gradient(92deg, #0d1524 1.4%, rgba(13, 21, 36, 0) 98.79%);
  z-index: 1;
  pointer-events: none;
  border-radius: 100px;
}
.faq-slider-row::before {
  pointer-events: none;
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%) scale(-1);
  width: 150px;
  height: 150px;
  background: linear-gradient(92deg, #0d1524 1.4%, rgba(13, 21, 36, 0) 98.79%);
  z-index: 2;
  border-radius: 100px;
}
.faq-slider-row .swiper-wrapper {
  justify-content: center;
}
.faq-slider-row .swiper-slide {
  width: fit-content;
  font-size: 14px;
  font-weight: 600;
  background: #0d1524;
  -webkit-background-clip: text;
  /* -webkit-text-fill-color: transparent;  */
  padding: 11px 16px;
  border-radius: 16px;
  border: 2px solid #bad8e2;
  color: #fff !important;
}
.faq-slider-row .swiper-slide a {
  color: #fff;
}
.faq-slider-row .swiper-slide:hover {
  background: #390a58;
  transition: all 0.2s ease-out;
}
.faq-slider-row .swiper-slide.active {
  background: #390a58;
  border: 2px solid #390a58;
}
.faq-slider-row .faq-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.faq-slider-row .faq-prev:hover {
  transform: translateY(-50%) translateX(-4px);
}
.faq-slider-row .faq-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
}
.faq-slider-row .faq-next:hover {
  transform: translateY(-50%) translateX(4px);
}
.faq-slider-row .swiper-button-disabled {
  opacity: 0.5;
}

.top {
  position: fixed;
  right: 20px;
  bottom: 40px;
  display: none;
  opacity: 0.5;
}
.top:hover {
  opacity: 1;
}

.languages {
  position: absolute;
  background: #fff;
  border-radius: 0 22px 22px 22px;
  filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.1));
  padding: 32px;
  z-index: 11;
  top: 94px;
  display: none;
  width: 100%;
}
.languages__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 32px 16px;
  z-index: 22;
}
.languages__item {
  align-items: center;
  display: flex;
}
.languages__item img {
  width: 48px;
  height: 48px;
  margin-right: 12px;
}
.languages__item span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.languages .active {
  opacity: 0.5;
}

.menu-mobile {
  display: none;
}

.chat-menu {
  width: 300px;
  background: #0d1524;
  filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.1));
  height: 100vh;
  position: fixed;
  z-index: 11;
  padding: 24px 16px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  z-index: 3;
}
.chat-menu .menu__lang {
  border-radius: 16px;
  border: 2px solid #de87fd;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  gap: 8px;
  padding-left: 16px;
  height: 46px;
  align-items: center;
  background: none;
  cursor: pointer;
  position: relative;
}
.chat-menu .menu__lang span {
  color: #fff;
}
.chat-menu .menu__lang svg {
  margin-left: auto;
  margin-right: 16px;
}
.chat-menu .menu__lang img {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  margin-right: 10px;
}
.chat-menu .chat-btn {
  border: 2px solid #de87fd;
  border-radius: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  gap: 8px;
  padding-left: 16px;
  height: 46px;
  align-items: center;
  background: #390a58;
  cursor: pointer;
  position: relative;
}
.chat-menu .chat-btn a {
  color: #fff;
}
.chat-menu .chat-btn .chat-sett {
  gap: 3px;
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 10px;
  height: 100%;
  margin-left: auto;
  cursor: pointer;
}
.chat-menu .chat-btn .chat-sett div {
  width: 4px;
  height: 4px;
  border-radius: 20px;
  background: #de87fd;
}
.chat-menu .chat-btn .chat-sett:hover {
  background: #000;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.2);
}
.chat-menu .chat-btn__setting {
  position: absolute;
  background: #fff;
  left: 0;
  bottom: -150px;
  width: 100%;
  border-radius: 16px;
  display: none;
  z-index: 2;
}
.chat-menu .chat-btn__row {
  padding: 11px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat-menu .chat-btn__row p {
  color: #0d1524;
  font-size: 14px;
  font-weight: 600;
  -webkit-text-fill-color: #0d1524;
}
.chat-menu .chat-btn__row:hover {
  background: rgba(13, 21, 36, 0.1);
  border-radius: 16px;
}
.chat-menu .chat-btn:hover {
  background: #de87fd;
}
.chat-menu .chat-btn:hover .chat-sett div {
  background: #fff;
}
.chat-menu .chat-btn:hover a {
  -webkit-text-fill-color: #0d1524;
}
.chat-menu .chat-btn > span {
  background: linear-gradient(86.71deg, #bd03ff 0.07%, #de87fd 100.07%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.chat-menu .chat-btn.active {
  background: #0d1524;
}
.chat-menu .chat-btn.active .chat-sett div {
  background: #fff;
}
.chat-menu .chat-btn.active a {
  -webkit-text-fill-color: #fff;
}
.chat-menu .chat-btnset {
  width: 100%;
  border: 0px;
  border-radius: 16px;
  background: linear-gradient(86.71deg, #bd03ff 0.07%, #de87fd 100.07%);
  color: #fff;
  padding: 11px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  justify-content: flex-start;
  height: 46px;
  cursor: pointer;
}

.chat-menu .chat-btnset svg path {
  fill: #fff;
}
.chat-menu__bottom {
  margin-top: auto;
}
.chat-menu .chat-profile .text {
  color: #0d1524;
}
.chat-menu .chat-profile .text p {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.chat-menu .chat-profile .text span {
  font-size: 12px;
  font-weight: 400;
}
.chat-menu .menu-logo {
  height: 150px;
}
.chat-menu .chat-menu__top {
  width: 0;
  margin-top: -30px;
  height: 60%;
  flex: 1;
  overflow-y: auto;
  margin-bottom: 30px;
}
.chat-menu .chat-menu__top::-webkit-scrollbar {
  width: 2px;
}

.menu--logo {
  position: relative;
}

.menu--logo img {
  position: absolute;
  top: 0;
  left: 0;
}

.menu--logo__text {
  margin-top: 16px;
  margin-left: 85px;
}

.text-menu__title {
  background: linear-gradient(266.71deg, #e08bfd 0%, #bd00ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight: 700;
}
.text-menu__subtitle {
  background: linear-gradient(266.71deg, #e08bfd 0%, #bd00ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12px;
  font-weight: 400;
}

.chat__body {
  padding: 10px 0px;
  padding-top: 25px;
  width: calc(100% - 300px);
  margin-left: auto;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  background: #2f2038;
}
.chat__body h1 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  background: linear-gradient(266.71deg, #e08bfd 0%, #bd00ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}

.chat__body__banner {
  margin-top: 16px;
  width: 100%;
  height: 300px;
  background: #ffffff26;
  padding: 8px;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.chat__body__top {
  padding: 0 50px;
  margin-bottom: 16px;
}
.chat__body__top p {
  font-size: 18px;
  font-weight: 400;
}
.chat__body h2 {
  margin-bottom: 24px;
  padding: 0 80px;
  font-size: 16px;
  font-weight: 500;
}

.chat__banner {
  max-height: 300px;
  margin-bottom: 24px;
  padding: 0 50px;
}
.chat__banner img {
  width: 100%;
  object-fit: cover;
  height: 300px;
  border-radius: 20px;
}

.chat__form {
  margin-top: 20px;
  display: flex;
  padding: 24px 32px;
  flex-direction: column;
  position: relative;
  border-radius: 24px;
  border: 1px solid #de87fd;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 8px 16px 0px rgba(13, 21, 36, 0.4) inset;
  backdrop-filter: blur(55px);
  -webkit-backdrop-filter: blur(55px);
}
.chat__form .chat__textarea {
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  height: 25px;
  resize: none;
}

/* .chat__textarea.expanding {
  overflow: hidden;
} */

/* .chat__textarea.expanding {
  height: auto;
  height: 25px; 
} */
.chat__textarea::-webkit-scrollbar {
  display: none;
}

.chat__form .chat-submit {
  position: absolute;
  right: 24px;
  bottom: 17px;
}
.chat__form .chat-submit:hover svg path {
  fill: #fff;
}

.chat__footer {
  background: #444654;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
  padding: 19px 50px;
  margin-top: auto;
}
.chat__footer span {
  font-size: 12px;
  opacity: 0.75;
  margin-top: 5px;
  text-align: center;
  display: block;
}

.chat__footer__line {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat__footer__line p {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  margin-right: 10px;
}
.chat__footer__line .chat__footer__procent {
  width: 620px;
  border-radius: 4px;
  background: #0d1524;
  height: 8px;
}
.chat__footer__line .chat__footer__procent__line {
  width: 80%;
  height: 8px;
  border-radius: 4px;
  background: linear-gradient(266.71deg, #e08bfd 0%, #bd00ff 100%);
}
.chat__footer__line .full-line {
  background: #ff002e;
}

.chat__submit {
  margin-left: auto;
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  font-size: 20px;
  padding: 11px 32px;
}
.chat__submit:hover svg path {
  fill: #fff;
}

.chat__input {
  padding: 24px 32px;
  border-radius: 24px;
  border: 1px solid #de87fd;
  background: #ffffff1a;
  box-shadow: 0px 8px 16px 0px #0d152466 inset;
  backdrop-filter: blur(55px);
  -webkit-backdrop-filter: blur(55px);
  overflow: hidden;
  font-size: 16px;
  color: #fff;
}

.chat__body {
  display: flex;
  flex-direction: column;
}
.chat__body .footer {
  padding: 0 80px;
  margin-top: auto;
}
.chat__body .footer__top,
.chat__body .footer__bot {
  font-size: 14px;
}
.chat__body .footer__top {
  margin-bottom: 8px;
}

.chat__wrapper {
  margin-bottom: -50px;
  /* height: 100% !important; */
  min-height: calc(100% - 50px);
  display: flex;
  flex-direction: column;
}

.chat__message {
  padding: 24px 50px;
}
.chat__message__top {
  margin-bottom: 17px;
}
.chat__message__logo {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.chat__message__logo img {
  width: 40px;
  margin-right: 8px;
  height: 40px;
}
.chat__message__copy {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  opacity: 0.5;
  cursor: pointer;
  gap: 8px;
}

.bot-message {
  background: rgba(13, 21, 36, 0.2);
  margin-bottom: 17px;
}

.all-lang {
  display: none;
  position: absolute;
  bottom: 50px;
  background: #fff;
  width: 100%;
  left: 0;
  border-radius: 16px 0 0 16px;
  max-height: 85vh;
  overflow-y: auto;
}
.all-lang::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  width: 5px;
  height: 80%;
  border-radius: 10px;
}
.all-lang::-webkit-scrollbar {
  width: 5px;
  height: 80%;
  border-radius: 10px;
}
.all-lang::-webkit-scrollbar-track {
  height: 80%;
  border-radius: 10px;
}
.all-lang .active {
  opacity: 0.5;
}
.all-lang__item {
  padding: 11px 16px;
  gap: 8px;
  align-items: center;
}
.all-lang__item:hover {
  border-radius: 16px;
  background: rgba(13, 21, 36, 0.1);
}
.all-lang span {
  color: #0d1524;
  font-size: 14px;
  font-weight: 600;
  -webkit-text-fill-color: #0d1524 !important;
}

.return {
  text-align: center;
  gap: 5px;
  margin: 24px auto 24px;
  font-weight: 700;
}

.policy h1 {
  text-align: center;
  margin-bottom: 24px;
}
.policy .descr {
  max-width: 1140px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}
.policy .policy-row {
  margin-bottom: 40px;
}
.policy .policy-row p {
  font-size: 24px;
  font-weight: 500;
}
.policy .policy-row a {
  display: inline-block;
}
.policy .policy-green {
  color: #de87fd;
}
.policy .policy-green h2 {
  color: #de87fd;
}

.form {
  padding: 0;
  margin-top: 20px;
}
.form .main__right {
  margin-left: 20px;
}
.form .main__descr {
  margin-bottom: 30px;
}
.form .chat__input {
  margin-bottom: 8px;
}
.form .chat__input::placeholder {
  color: #fff;
}
.form textarea {
  height: 150px;
}
.form label {
  display: block;
  width: 100%;
  position: relative;
}
.form label span {
  left: 33px;
  color: #fff;
  opacity: 0.5;
  font-size: 12px;
  position: absolute;
  top: 15px;
  z-index: 22;
}
.form label input,
.form label textarea {
  width: 100%;
}
.form .sel {
  display: block;
  width: 100%;
  position: relative;
  color: #fff;
}
.form .sel::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-70%);
  background: url("files/arr3.svg") no-repeat center;
  background-size: contain;
  width: 15px;
  height: 15px;
}
.form select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #de87fd;
}
.form .error {
  position: relative;
}
.form .error span {
  left: 33px;
  color: #ff1f41;
  font-size: 12px;
  position: absolute;
  top: 15px;
  opacity: 1;
}
.form .error .chat__input {
  padding-top: 40px;
  border: 1px solid #ff1f41;
  color: #ff1f41;
}
.form .error .chat__input::placeholder {
  color: #ff1f41;
}
.form .chat__form {
  border: none;
  background: none;
}
.form .chat__form .error-text {
  display: none;
}
.form .chat__form .error .error-text {
  display: block;
}

.popup__settings {
  border-radius: 32px;
  background: #fff;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 64px;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  display: none;
}
.popup__settings__bottom {
  margin-left: auto;
  width: 100%;
  gap: 8px;
  margin-top: 25px;
}
.popup__settings .btn-border {
  margin-left: auto;
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
.popup__settings .popup__title {
  color: #193e43;
  margin-bottom: 24px;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
}
.popup__settings__row {
  gap: 40px;
}
.popup__settings__item {
  max-width: 400px;
}
.popup__settings__item p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
}
.popup__settings__item .text {
  display: block;
  margin-top: 25px;
}
.popup__settings .btn-border:focus-visible {
  outline: none;
  border: 1px solid #fff;
}
.popup__settings .js-range-slider {
  width: 100%;
}

.fancybox__backdrop {
  opacity: 1;
  background: rgba(25, 62, 67, 0.95);
}

.fancybox__content > .f-button.is-close-btn {
  top: 20px;
  right: 20px;
}
.fancybox__content > .f-button.is-close-btn svg {
  opacity: 1;
  fill: #fff;
  stroke: #fff;
}

.irs--round .irs-handle {
  background-color: #fff;
  filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.25)) drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
  border: none;
}

.irs--round .irs-bar {
  background: #de87fd;
}

.irs-to,
.irs-from,
.irs-max,
.irs-min {
  display: none;
}

.popup__dowload .popup__title,
.popup__dowload p {
  text-align: center;
  justify-content: center;
  gap: 8px;
}
.popup__dowload .qr {
  margin: 25px auto 0;
  width: 230px;
  height: 230px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
}

.codeeditor {
  border-radius: 8px;
  background: #0d1524;
  padding: 8px;
  color: #fff;
  height: 300px;
  overflow-y: auto;
  margin-top: 10px;
  position: relative;
}
.codeeditor .chat__message__copy {
  position: absolute;
  right: 8px;
  top: 8px;
}
.codeeditor .chat__message__copy:hover {
  color: #de87fd;
}

pre,
code {
  font-size: 14px;
}

.chat-sel a {
  color: #fff;
  width: 100%;
}

.chat__message__copy {
  display: none;
}
.chat__message__copy:hover {
  color: #de87fd;
}
.chat__message__copy:hover svg path {
  fill: #de87fd;
}

.chat__message__copy.active {
  display: flex;
}

.chat-sel.active {
  background: #de87fd;
  color: #fff;
  border: 1px solid #de87fd;
}
.chat-sel.active a {
  color: #fff;
}
.chat-sel.active svg path {
  fill: #fff;
}

.chat-edit input {
  border: none;
  width: 100%;
  font-size: 16px;
}
.chat-edit .close {
  padding-top: 2px;
}

.empty__wrapper {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 150px;
}
.empty__wrapper p {
  font-size: 24px;
  margin-top: 40px;
}
.empty__wrapper a {
  display: inline-block;
  text-decoration: underline;
}
.empty__wrapper img {
  width: 100%;
}

.plate-info {
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
  padding: 50px 10px;
  z-index: 20;
}
.plate-info .container {
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.plate-info p {
  text-align: center;
  font-weight: 500;
}
.plate-info p a {
  color: #de87fd;
  display: inline-block;
  text-decoration: underline;
}

.back {
  margin-left: auto;
  padding: 8px 16px;
  border: 1px solid #de87fd;
  /* background: linear-gradient(86.71deg, #BD03FF 0.07%, #DE87FD 100.07%); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  gap: 5px;
  align-items: center;
  color: #de87fd;
}
.back:hover svg {
  transform: translateX(-5px);
}

h1.main__descr {
  font-size: 80px;
}

.faq .main__left {
  position: relative;
}
.faq .main__left img {
  width: 270px;
}
.faq .main__right {
  max-width: 765px;
  margin: 0 auto;
}

.blog {
  margin-top: -66px;
  z-index: 3;
}
.blog__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}
.blog__item {
  border-radius: 32px;
  border: 2px solid #de87fd;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 8px 16px 0px rgba(13, 21, 36, 0.4) inset;
  backdrop-filter: blur(55px);
  -webkit-backdrop-filter: blur(55px);
  overflow: hidden;
}
.blog__item h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 16px;
  padding: 0 32px;
  margin-top: 32px;
}
.blog__item p {
  margin: 0;
  padding: 0 32px;
  font-size: 14px;
  margin-bottom: 32px;
}
.blog__item p a {
  display: inline-block;
}
.blog__item img {
  width: 100%;
  object-fit: cover;
  border-radius: 32px 32px 0 0;
}
.blog__item img:hover {
  transform: scale(1.05);
}

.bread {
  display: flex;
  justify-content: center;
  color: #de87fd;
  gap: 5px;
  margin-top: -30px;
  margin-bottom: 50px;
}
.bread a {
  text-decoration: underline;
}

.article .main__descr {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.article article {
  max-width: 880px;
  margin: 0 auto;
}
.article article h3 {
  font-size: 24px;
}
.article article p {
  margin-bottom: 40px;
  max-width: 880px;
}
.article article blockquote {
  font-style: italic;
  border-left: 4px solid #de87fd;
  padding-left: 20px;
  margin-left: 0;
  margin-bottom: 40px;
}
.article article img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 40px;
}

.menu-logo--trigger {
  margin-top: 20px;
  cursor: pointer;
  height: 25px;
}
.menu-logo--trigger div {
  background: linear-gradient(266.71deg, #e08bfd 0%, #bd00ff 100%);
  width: 33px;
  height: 5px;
  border-radius: 20px;
}

.menu-logo--trigger > *:not(:last-child) {
  margin-bottom: 5px;
}
.menu-logo--trigger:hover div {
  background: #de87fd;
}

.repeat {
  opacity: 0.5;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 3px;
  margin-left: auto;
  text-align: right;
  margin-bottom: 30px;
  justify-content: flex-end;
  margin-right: 80px;
}
.repeat:hover {
  color: #de87fd;
}
.repeat:hover svg path {
  fill: #de87fd;
}

.accept {
  border-radius: 32px;
  border: 2px solid #de87fd;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 8px 16px 0px rgba(13, 21, 36, 0.4) inset;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  padding: 24px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.accept span {
  margin-right: 23px;
}
.accept span a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}
.accept .btn {
  font-weight: 700;
}

.menu-logo {
  position: relative;
}

.chat-menu__all {
  background: #fff;
  padding: 12px 0;
  border-radius: 16px;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 2;
  display: none;
}
.chat-menu__all .close {
  cursor: pointer;
  text-align: right;
  margin-bottom: 8px;
  margin-right: 12px;
}
.chat-menu__all a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #0d1524;
  font-weight: 600;
  padding: 11px 12px;
}
.chat-menu__all a:hover {
  border-radius: 16px;
  background: rgba(13, 21, 36, 0.1);
}
.chat-menu__all .active {
  border-radius: 16px;
  background: rgba(13, 21, 36, 0.1);
}

.blur {
  position: fixed;
  height: 100vh;
  width: 100%;
  background: rgba(13, 21, 36, 0.5);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  z-index: 2;
  display: none;
}

.white .chat__body {
  background: #fff;
}
.white .bot-message {
  color: #0d1524;
}
.white .you-message {
  color: #0d1524;
}
.white .repeat {
  color: #0d1524;
}
.white .repeat:hover {
  opacity: 1;
  color: #de87fd;
}
.white .repeat:hover svg path {
  fill: #de87fd;
}
.white .chat__footer {
  background: #e7e8ea;
}
.white .chat__footer__line p,
.white .accept span,
.white .accept span a,
.white .chat__form .chat__textarea,
.white .chat__footer span,
.white .chat__message__copy {
  color: #0d1524;
}
.white .chat__message__copy svg path,
.white .repeat svg path {
  fill: #0d1524;
}
.white .chat__message__copy:hover {
  opacity: 1;
  color: #de87fd;
}
.white .chat__message__copy:hover svg path {
  fill: #de87fd;
}

.prem-pref .swiper-wrapper {
  position: relative;
}
.prem-pref .swiper-slide {
  position: absolute;
  display: none;
}
.prem-pref .swiper-slide-active {
  display: block;
}
.prem-pref__center {
  width: 315px;
  height: 640px;
  overflow: hidden;
}
.prem-pref__center img {
  width: 100%;
}

.prem-faq {
  margin-top: 0;
}

.prem-menu {
  padding-top: 15px;
  z-index: 2;
}
.prem-menu .container {
  overflow: visible;
}
.prem-menu .menu-lang a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.prem-menu .all-lang {
  top: 75px;
  bottom: auto;
  max-width: 900px;
  padding: 0px;
  margin: 0 auto;
  max-height: max-content;
  height: auto;
  border-radius: 16px;
  left: 50%;
  transform: translateX(-50%);
  overflow: visible;
}
.prem-menu .all-lang__item {
  border-radius: 16px;
  border: 2px solid rgba(13, 21, 36, 0.5);
}
.prem-menu .all-lang__item.active {
  border-radius: 16px;
  border: 2px solid #00ffac;
  background: linear-gradient(267deg, #00ffa3 0%, #00c2ff 100%);
  opacity: 1;
}
.prem-menu .all-lang__grid {
  height: 100%;
  padding: 24px;
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.prem-menu__logo img {
  margin-left: -20px;
  height: 310px;
}
.prem-menu__right {
  padding-top: 20px;
  align-items: center;
  height: fit-content;
}
.prem-menu__right ul {
  gap: 32px;
}
.prem-menu__right li {
  border-bottom: 1px solid transparent;
}
.prem-menu__right li a {
  color: #fff;
  font-size: 24px;
}
.prem-menu__right li:hover {
  border-bottom: 1px solid #de87fd;
}
.prem-menu__right li:hover a {
  color: #de87fd;
}
.prem-menu__right li:hover a svg path {
  stroke: #de87fd;
}
.prem-menu__right li:first-child a {
  background: linear-gradient(95deg, #00ffa3 3.49%, #00c2ff 95.78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.prem-menu .login {
  margin-left: 80px;
  font-size: 14px;
  padding: 12px 36px;
  border-radius: 16px;
  border: 2px solid #00ffac;
  height: fit-content;
  background: linear-gradient(95deg, #00ffa3 3.49%, #00c2ff 95.78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.prem-menu .login:hover {
  -webkit-text-fill-color: #fff;
  border: 2px solid #fff;
}

.prem-header {
  margin-top: -150px;
}
.prem-header__right {
  width: 60%;
  margin-left: auto;
}
.prem-header__right img {
  width: 100%;
  object-fit: contain;
}
.prem-header__left {
  width: 40%;
  max-width: 430px;
  margin-left: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 100px;
}
.prem-header__left p {
  margin-bottom: 44px;
}
.prem-header__left .btn {
  border-radius: 16px;
  padding: 16px 56px;
  font-size: 24px;
  font-weight: 600;
}
.prem-header__title {
  background: linear-gradient(95deg, #00ffa3 3.49%, #00c2ff 95.78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

.prem-pref .prem-pref-pag {
  text-align: center;
  margin-bottom: 20px;
  display: none;
}
.prem-pref .container {
  overflow: visible;
}
.prem-pref__left {
  max-width: 208px;
  margin-right: 72px;
  display: flex;
  flex-direction: column;
  gap: 72px;
  justify-content: center;
}
.prem-pref__right {
  max-width: 208px;
  margin-left: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.prem-pref__wrapper {
  justify-content: center;
  margin-top: 50px;
  background: url("files/prembg.svg") no-repeat center;
  background-position-y: 80px;
  background-size: cover;
}
.prem-pref__center img {
  height: 640px;
  object-fit: contain;
}
.prem-pref__item {
  position: relative;
}
.prem-pref__item p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.prem-pref__item span {
  font-size: 18px;
}
.prem-pref__item::after {
  content: "";
  position: absolute;
  width: 144px;
  height: 144px;
  background: url("files/round.svg") no-repeat center;
  z-index: -1;
}
.prem-pref__item:nth-of-type(1)::after {
  left: 0px;
  top: -60px;
}
.prem-pref__item:nth-of-type(2)::after {
  right: -50px;
  top: -60px;
}
.prem-pref__right .prem-pref__item::after {
  left: -50px;
  top: -60px;
}
.prem-pref .swiper-slide p,
.prem-pref .swiper-slide span {
  display: none;
}

.prem-why__top {
  justify-content: space-between;
  margin-bottom: 53px;
}
.prem-why__top__item {
  display: flex;
  align-items: center;
}
.prem-why__top__item span {
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(95deg, #00ffa3 3.49%, #00c2ff 95.78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 20px;
}
.prem-why__top__item p {
  font-size: 18px;
  font-weight: 700;
  max-width: 210px;
}
.prem-why .swiper-slide {
  border-radius: 40px;
  background: linear-gradient(64deg, rgba(0, 255, 163, 0.75) 0%, rgba(0, 194, 255, 0.75) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 32px 48px;
  color: #0d1524;
}
.prem-why .swiper-slide span {
  max-width: 192px;
  line-height: 140%;
  font-size: 18px;
}
.prem-why .swiper-slide p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}
.prem-why .swiper-wrapper {
  align-items: center;
}
.prem-why .circle1 {
  position: absolute;
  left: -150px;
  bottom: -100px;
}
.prem-why .circle2 {
  position: absolute;
  top: 200px;
  right: -100px;
}
.prem-why .container {
  overflow: visible;
}

.prem-tarif__card {
  border-radius: 16px;
  background: #fff;
  padding: 24px 16px 16px 16px;
  color: #0d1524;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.prem-tarif__card ul {
  margin-left: 20px;
}
.prem-tarif__card li {
  font-size: 14px;
  margin-bottom: 10px;
  display: list-item;
}
.prem-tarif__card .btn {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  padding: 12px 32px;
}
.prem-tarif__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.prem-tarif__price {
  background: linear-gradient(269deg, #de87fd 2.64%, #00c2ff 97.97%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.prem-tarif .swiper-wrapper {
  align-items: center;
}
.prem-tarif .like {
  position: absolute;
  right: 15px;
  top: 15px;
}
.prem-tarif__bottom {
  justify-content: center;
  margin-top: 50px;
  gap: 24px;
}
.prem-tarif__bottom a {
  text-decoration-line: underline;
  color: #fff;
  font-size: 14px;
}

.mob-menu-prem {
  display: none;
}

.feed-stick .main__left {
  position: sticky;
  left: 0;
  top: 50px;
  height: fit-content;
}

.chat-menu__bottom .chat-btn:hover span {
  -webkit-text-fill-color: #0d1524;
}

.blog__pagination {
  margin-top: 25px;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.blog__pagination a {
  color: #fff;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog__pagination a:hover {
  color: #de87fd;
  border: 1px solid #de87fd;
}
.blog__pagination .active a {
  color: #de87fd;
  border: 1px solid #de87fd;
}

.chat-menu__all--mob {
  display: none;
}

.ui-loader {
  display: none;
}

.setting-popup {
  position: absolute;
  left: 0;
  bottom: 50px;
  background: #fff;
  width: 100%;
  border-radius: 16px;
  padding: 16px;
  display: none;
}
.setting-popup .close {
  padding-bottom: 8px;
  text-align: right;
  cursor: pointer;
}
.setting-popup .close:hover svg path {
  fill: #de87fd;
}
.setting-popup .range__top {
  margin-bottom: 8px;
  align-items: center;
}
.setting-popup .range__top span {
  -webkit-text-fill-color: #0d1524;
  font-size: 12px;
  opacity: 0.5;
}
.setting-popup .sel {
  margin-bottom: 27px;
}
.setting-popup .sel svg {
  margin-right: 16px;
}
.setting-popup .sel select {
  border: none;
  appearance: none;
  padding: 12px 16px;
  border-radius: 8px;
  background: none;
  width: 100%;
  display: block;
}
.setting-popup .sel .input {
  border-radius: 8px;
  border: 1px solid #0d1524;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.setting-popup .range__ask {
  cursor: pointer;
}
.setting-popup .range__ask:hover svg path {
  fill: #0d1524;
}
.setting-popup .range {
  margin-bottom: 27px;
}
.setting-popup .irs--round .irs-handle {
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25), 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 8px 16px;
  filter: none;
  width: 54px;
}
.setting-popup .irs--round .irs-single {
  z-index: 3;
  top: 29px;
  background: transparent;
  font-size: 12px;
  width: 54px;
  text-align: center;
  color: #0d1524;
}
.setting-popup .irs--round .irs-single::before {
  display: none;
}
.setting-popup .irs--round {
  margin-top: -19px;
}
.setting-popup .range.disabled {
  opacity: 0.4;
}
.setting-popup .range.disabled .js-range {
  pointer-events: none;
}
.setting-popup .btn {
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  width: fit-content;
}
.setting-popup .btn-border {
  padding: 11px 18px;
  background: none;
  border: 2px solid #0d1524;
}
.setting-popup .btn-border:hover {
  color: #de87fd;
  border: 2px solid #de87fd;
}

#setting {
  position: relative;
}
#setting:hover .setting-popup svg {
  transform: none;
}

.ui-selectmenu-button-text {
  display: none;
}

.popup-info {
  display: none;
}

.popup-info {
  padding: 72px 179px;
  max-width: 800px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 120px 240px 0px rgba(0, 0, 0, 0.5), 0px 40px 80px 0px rgba(0, 0, 0, 0.25);
}
.popup-info .popup__title {
  background: linear-gradient(270deg, #de87fd -0.38%, #00d6e0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.popup-info p {
  color: #0d1524;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.fancybox__backdrop {
  background: rgba(13, 21, 36, 0.5);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.popup-info > .f-button.is-close-btn svg path {
  fill: #000;
  stroke: #000;
}
.popup-info > .f-button.is-close-btn:hover svg path {
  stroke: #de87fd;
}

.setting-button {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 8px;
}

#setting.triggered {
  background: #fff;
}
#setting.triggered .setting-button svg path {
  fill: #000;
}
#setting.triggered .setting-button span {
  -webkit-text-fill-color: #0d1524;
  color: #0d1524;
}

.ui-selectmenu-button {
  width: 100%;
}

.chat-btn input {
  background: none;
  border: none;
  color: #000;
  font-size: 16px;
  width: 100%;
}
.chat-btn .chat-btn__right {
  margin-left: auto;
  padding-right: 16px;
  padding-top: 2px;
  align-items: center;
}
.chat-btn:hover .done svg,
.chat-btn:hover .del svg {
  transform: none;
}
.chat-btn .done:hover,
.chat-btn .del:hover {
  transform: translateY(-2px);
}
.chat-btn .done {
  margin-right: 5px;
}
.chat-btn a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.try {
  border-radius: 16px;
  background: linear-gradient(86.71deg, #bad8e2 0%, #70a0c0 100%);
}

.chat__message__text p {
  margin-bottom: 20px;
}
.chat__message__text li {
  display: list-item;
  margin-bottom: 10px;
}
.chat__message__text ul {
  padding-left: 20px;
}

.main__left {
  position: absolute;
  pointer-events: none;
}
.main__left img {
  pointer-events: none;
}

.main__right {
  margin-left: 380px;
}

.main__banner {
  margin-top: 50px;
}

.swiper {
  width: 632px;
  height: 640px;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  box-shadow: 0px 4px 16px 0px #00000080;
  box-shadow: 0px 16px 32px 0px #000000bf;
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, -105px) !important;
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, -180px) !important;
}

.button-prev {
  position: absolute;
  top: 300px;
  left: -100px;
}

.my--swiper .swiper-button-disabled {
  opacity: 0.25 !important;
}

.button-next {
  position: absolute;
  top: 300px;
  right: -100px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, -32px) !important;
}

.swiper-pagination-bullet-active {
  background: #ffffff1a !important;
  border: 2px solid #bad8e2;
  box-shadow: 0px 8px 16px 0px #0d152466 inset;
}

.swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  background: #ffffff66;
  box-shadow: 0px 8px 16px 0px #0d152466 inset;
  opacity: 1 !important;
}

.center--text {
  text-align: center;
}

.img--shadow1 {
  position: absolute;
  top: 0;
  left: 0;
}
.img--shadow2 {
  position: absolute;
  top: 484px;
  right: 0;
}
.img--shadow3 {
  position: absolute;
  top: -140px;
  left: 0;
}
.img--shadow4 {
  position: absolute;
  top: 0;
  right: 0;
}

.skills {
  margin-bottom: 0 !important;
}
.img--shadow5 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.img--shadow6 {
  z-index: -2;
  position: absolute;
  bottom: -800px;
  right: 0;
}
.img--shadow7 {
  position: absolute;
  bottom: 0px;
  right: -30px;
}

.img--shadow8 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.img--shadow2.mobile,
.img--shadow3.mobile,
.img--shadow4.mobile,
.img--shadow7.mobile,
.img--shadow2__contact.mobile,
.img--shadow1__police.mobile,
.img--shadow2__police.mobile {
  display: none;
}

.img--bomb {
  z-index: -1;
  width: 456px;
  height: 456px;
  position: absolute;
  bottom: -105px;
  right: 140px;
}

.slider-icon {
  position: absolute;
  bottom: -145px;
  left: -140px;
}
.slider-icon2 {
  position: absolute;
  top: -55px;
  right: -148px;
}

#form {
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -4;
}

#form .chat__form {
  display: none;
}

.input--file {
  display: none;
}

.custom--input__file {
  cursor: pointer;
  width: fit-content;
  padding: 10px 15px;
  color: #fff;
  background: #4e5058;
  border-radius: 8px;
}
.custom--input__file label {
  cursor: pointer;
}

.newImage {
  padding: 0px 50px;
  position: relative;
  width: fit-content;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.ai-response {
  margin-bottom: 30px;
}

.newImage img {
  width: 715px;
}

.newImage--buttons {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.containers--buttons {
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0px 50px;
  width: 815px;
  gap: 20px;
}

.containers--buttons button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  color: #fff;
  background: #4e5058;
  border-radius: 8px;
}
.containers--buttons button:disabled {
  opacity: 0.5;
  cursor: auto !important;
}

.newImage--buttons__upscale > *:last-child {
  order: -1;
}

.newImage--buttons__upscale > *:first-child {
  order: 1;
}

.newImage--buttons__dop {
  padding: 0px 50px;
  width: 815px;
  margin-top: 20px;
  position: relative;
}

.newImage--buttons__dop button {
  padding: 10px 15px;
  color: #fff;
  background: #4e5058;
  border-radius: 8px;
}

.newImage--buttons__dop button:disabled {
  opacity: 0.5;
  cursor: auto !important;
}

.newImage--buttons button {
  padding: 10px 15px;
  color: #fff;
  background: #4e5058;
  border-radius: 8px;
}
.newImage--buttons button:disabled {
  opacity: 0.5;
  cursor: auto !important;
}

@media screen and (max-width: 1180px) {
  menu {
    position: relative;
  }
  menu .menu--trigger div {
    width: 35px;
    height: 3px;
    margin-bottom: 5px;
    background: #fff;
  }
  menu .menu--trigger div:last-child {
    margin: 0;
  }
  menu .menu__center {
    display: none;
  }
  menu .menu__right {
    display: none;
  }

  h1 {
    font-size: 32px;
  }

  .header {
    margin-top: 0;
  }
  .header p {
    font-size: 16px;
  }
  .header .header__img img {
    border-radius: 20px;
  }

  h2 {
    font-size: 32px;
  }

  section .container {
    flex-direction: column;
  }

  .number {
    font-size: 24px;
    width: auto;
  }

  .info p {
    font-size: 16px;
  }

  .things p {
    font-size: 16px;
  }
  .things .things__grid {
    display: block;
  }
  .things .things__plate {
    margin-bottom: 15px;
    border-radius: 20px;
    background: #fff !important;
  }

  .things__bottom {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 10px;
  }

  .how__item {
    flex-direction: column;
    align-items: center;
  }
  .how__item img {
    margin-bottom: 20px;
    width: 320px;
    height: 320px;
  }

  .faq__show {
    font-size: 20px;
  }

  .faq {
    margin-bottom: 40px;
  }

  .footer footer {
    flex-wrap: wrap;
  }
  .footer .footer__top {
    margin: 20px 0;
    flex-direction: column;
  }

  .languages {
    padding: 12px;
    width: 92%;
  }

  .languages__grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }

  .menu-mobile {
    background: #fff;
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 3;
    padding-top: 150px;
    width: 100%;
  }
  .menu-mobile .menu__center {
    margin: 0 auto;
    width: fit-content;
    margin-bottom: 45px;
  }
  .menu-mobile .menu__center a {
    display: flex;
    align-items: flex-start;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .menu-mobile .menu__center a span {
    margin-top: 3px;
    font-size: 8px;
    margin-right: 5px;
  }
  .menu-mobile .menu__center a:hover {
    color: #de87fd;
  }
  .menu-mobile .menu__right {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  .menu-mobile .menu__right .btn {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  menu.active .menu--trigger div {
    transform-origin: center;
    margin: 0;
  }
  menu.active .menu--trigger div:nth-child(1) {
    transform: translateY(3px) rotate(45deg);
  }
  menu.active .menu--trigger div:nth-child(2) {
    display: none;
  }
  menu.active .menu--trigger div:nth-child(3) {
    transform: rotate(-45deg);
  }

  .menu-mobile.active {
    display: block;
  }

  .policy-row {
    flex-wrap: wrap;
  }

  .policy .chat__form {
    padding: 0;
  }

  .popup__settings {
    padding: 40px 20px;
  }
  .popup__settings__row {
    flex-direction: column;
  }

  .main {
    position: relative;
    overflow: hidden;
  }
  .main .main__text {
    margin-top: 80px;
  }
  .main .btn {
    text-align: center;
    justify-content: center;
  }
  .main h1 {
    font-size: 40px;
    margin-left: 110px;
  }
  .main__descr {
    font-size: 16px;
    margin-left: 110px;
	text-align: left;
  }
  .main__left {
    margin: 0;
    width: 150px !important;
  }
  .main__left img {
    margin-left: -50px;
    width: 100% !important;
  }
  .main__right {
    width: 100%;
    margin-top: -217px;
  }
  .main__bottom__buttons {
    flex-direction: column;
  }
  .main__bottom__buttons a {
    height: 56px;
    width: 100%;
  }
  .main__bottom {
    margin-top: 30px;
  }
  .main__row {
    flex-direction: column;
  }

  .faq .main__row {
    flex-direction: row;
  }

  .main__langs {
    grid-template-columns: repeat(1, 1fr);
  }

  h2 {
    font-size: 32px !important;
  }

  p {
    font-size: 14px !important;
  }

  .main-slider {
    overflow: hidden;
  }
  .main-slider .main-slider-container .swiper-slide {
    padding: 32px 27px;
  }

  .skills__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .skills__grid .skills__num {
    font-size: 40px;
    margin-top: -10px;
  }

  .skills__bottom {
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 88px;
  }
  .skills__bottom .btn {
    height: 56px;
    font-size: 16px;
    width: 100%;
  }

  .best .container2 {
    overflow: visible;
  }
  .best h2 {
    text-align: left;
  }

  footer {
    height: auto;
    margin-bottom: 20px;
    text-align: left;
  }
  footer .footer__top {
    flex-direction: column;
    justify-content: flex-start;
  }

  .bottom-circle {
    display: none;
  }

  h1.main__descr {
    font-size: 40px;
  }

  .back {
    /* margin-left: 110px; */
  }

  .chat__input {
    height: auto;
  }

  .form .chat__input {
    padding-top: 50px !important;
  }

  .text h3 {
    font-size: 20px;
  }
  .text ul li {
    font-size: 14px;
  }

  .faq .main__right {
    /* margin-top: -217px; */
    max-width: 100%;
  }

  .faq-slider {
    margin-top: 10px;
  }

  .faq-slider-row {
    overflow: hidden;
  }

  .blog {
    margin-top: 0;
  }
  .blog__wrapper {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }

  .article h1 {
    margin-left: 0;
  }

  .bread {
    margin-top: 30px;
  }

  .article .back {
    margin: 0 auto;
  }
  .article article img {
    max-width: 500px;
  }

  .prem-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    background: #0d1524;
  }
  .prem-menu .container {
    overflow: visible;
    padding-bottom: 30px;
  }
  .prem-menu__right {
    display: none;
  }
  .prem-menu__logo {
    position: absolute;
  }
  .prem-menu__logo img {
    width: 250px;
    margin-top: -25px;
  }
  .prem-menu .trigger {
    margin-left: auto;
    margin-top: 15px;
    position: relative;
    top: auto;
    left: auto;
  }
  .prem-menu .trigger div {
    width: 40px;
    height: 5px;
    background: #00c2ff;
    border-radius: 20px;
    margin-bottom: 5px;
  }

  .prem-menu.active .container {
    overflow: hidden;
  }

  .prem-header {
    margin-top: 200px;
  }
  .prem-header .container {
    flex-direction: column;
  }
  .prem-header__right {
    width: 100%;
    text-align: center;
  }
  .prem-header__right img {
    max-width: 450px;
  }
  .prem-header__left {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 40px;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  .prem-header__left p {
    margin-bottom: 18px;
  }
  .prem-header__left .btn {
    width: 100%;
    font-size: 18px;
  }

  .prem-pref__center {
    height: auto;
  }
  .prem-pref .prem-pref-pag {
    display: flex;
    justify-content: center;
  }
  .prem-pref .swiper-pagination-bullet {
    background: white;
    width: 8px;
    height: 8px;
  }
  .prem-pref .swiper-pagination-bullet-active {
    background: none;
    border: 2px solid #de87fd;
  }
  .prem-pref .container {
    overflow: hidden;
    padding: 0;
  }
  .prem-pref .prem-pref__left,
  .prem-pref .prem-pref__right {
    display: none;
  }
  .prem-pref .swiper-slide {
    font-size: 18px;
    text-align: center;
    position: relative;
    display: block;
  }
  .prem-pref .swiper-slide img {
    max-height: 640px;
  }
  .prem-pref .swiper-slide p {
    display: block;
    font-size: 18px !important;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .prem-pref .swiper-slide span {
    display: block;
    margin-bottom: 20px;
  }

  .prem-why__top {
    padding: 0 4vw;
    align-items: center;
    flex-direction: column;
  }
  .prem-why .container {
    padding: 0;
  }
  .prem-why__wrapper {
    overflow: hidden;
  }
  .prem-why .circle2 {
    display: none;
  }
  .prem-why .swiper-slide p {
    font-size: 18px !important;
  }

  .mob-menu-prem {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 22;
    width: 100%;
    padding: 50px 24px 40px 40px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 16px 16px;
    overflow-y: auto;
    max-height: 90vh;
  }
  .mob-menu-prem a {
    color: #0d1524;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
    text-align: center;
  }
  .mob-menu-prem .close {
    margin-bottom: 50px;
    text-align: right;
  }
  .mob-menu-prem .menu__lang {
    border-radius: 16px;
    border: 2px solid #00ffac;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    gap: 8px;
    padding-left: 16px;
    height: 46px;
    align-items: center;
    background: none;
    cursor: pointer;
    position: relative;
    color: #0d1524;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 600;
  }
  .mob-menu-prem .menu__lang svg {
    margin-left: auto;
  }
  .mob-menu-prem .all-lang {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    max-height: 100%;
  }

  .main__left {
    position: relative;
  }

  .main__right {
    margin-left: 0;
  }

  .form .main__right {
    margin-left: 0;
  }
}


@media screen and (max-width: 760px) {
  .chat-menu {
    display: none;
  }
  .main__left img{
	display: none;
  }

  .chat-menu.active {
    display: flex;
  }

  .chat__body {
    padding-top: 120px;
    width: 100%;
    margin-left: 0;
  }
  .chat__body h1,
  .chat__body h2,
  .chat__body .descr,
  .chat__body .chat__message,
  .chat__body .chat__banner,
  .chat__body .chat__form,
  .chat__body .footer {
    padding: 0 4vw;
  }
  .chat__body .chat__message {
    padding: 12px 4vw;
  }

  .menu-chat-trigger {
    position: absolute;
    top: 4vw;
    left: 4vw;
  }
  .menu-chat-trigger div {
    width: 35px;
    height: 5px;
    margin-bottom: 5px;
    background: #fff;
  }
  .menu-chat-trigger div:last-child {
    margin: 0;
  }

  .chat__footer {
    padding: 15px 4vw;
  }

  .chat__footer__line {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }

  .chat__form .chat__textarea {
    padding: 10px;
  }

  .repeat {
    margin-right: 4vw;
  }

  .chat__body__top {
    padding: 0 4vw;
  }
  .chat__body__top h1 {
    padding: 0 !important;
  }

  .accept {
    justify-content: center;
    text-align: center;
    gap: 10px;
  }

  .chat {
    display: block;
  }

  .chat__mobile {
    position: fixed;
    top: 0;
    left: 0;
    background: #0d1524;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 4vw;
    padding-top: 10px;
    height: 80px;
    z-index: 3;
  }
  /* .chat__mobile .logo img {
    width: 100px;
  } */
  .chat__mobile .menu-chat-trigger {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin-top: 15px;
  }
  .chat__mobile .menu-chat-trigger div {
    background: linear-gradient(266.71deg, #e08bfd 0%, #bd00ff 100%);
    border-radius: 20px;
  }

  .chat-menu .chat-menu__all {
    display: none;
  }

  .chat-menu__all--mob {
    position: fixed;
    z-index: 5;
    border-radius: 0 0 16px 16px;
  }

  .chat-menu {
    display: none;
    overflow: visible;
    left: -300px;
  }
  .chat-menu .menu-logo {
    display: none;
  }
  .chat-menu .chat-menu__top {
    margin-top: 0;
  }
  .chat-menu .chat-sidetrigger {
    position: absolute;
    width: 30px;
    height: 72px;
    background: #0d1524;
    border-radius: 0 20px 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    right: -25px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
  }
  .chat-menu .chat-sidetrigger div {
    width: 1px;
    height: 10px;
    border-radius: 16px;
    background: #fff;
  }

  .chat-menu.active {
    left: 0;
  }

  .chat__form .chat__textarea {
    min-height: 80px;
  }

  .popup-info {
    padding: 25px;
  }

  .chat-menu__bottom {
    margin-bottom: 55px;
  }
}



.yii-debug-toolbar_position_bottom {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .swiper {
    width: 300px;
    height: 300px;
  }

  .slider-icon2 {
    display: none;
  }

  .slider-icon {
    display: none;
  }

  .button-prev {
    display: none;
  }

  .button-next {
    display: none;
  }

  .img--bomb {
    width: 178px;
    height: 178px;
    bottom: auto;
    top: 23px;
    right: 0;
    z-index: -1;
  }

  .img--shadow6 {
    width: 406px;
    height: 381px;
    bottom: -300px;
    right: -100px;
    z-index: -2;
  }
  .img--shadow5 {
    bottom: 48px;
  }

  .form .chat__submit {
    width: 100%;
    margin-bottom: 56px;
  }

  .faq .main__row img {
    width: 180px;
    position: absolute;
    top: 0;
    left: -48px;
    z-index: 2;
  }
  .faq .main__row .main__right {
    margin-left: 0px;
  }

  .form .main__descr {
    margin-bottom: 0px;
  }

  .form .main__descr {
    height: 116px;
  }
  .main .main__text {
    margin-top: 0px;
  }

  .menu--logo img {
    width: 65px;
  }
  .menu--logo__text {
    margin-top: 5px;
    margin-left: 60px;
  }
  .newImage {
    padding: 0 4vw;
  }
  .newImage img {
    width: 300px;
  }

  .newImage--buttons {
    padding: 0px 4vw;
    max-width: 300px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .main__banner {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main__banner img {
    width: 100%;
    height: 320px;
    border-radius: 32px;
    object-fit: cover;
  }
  .main__banner > * {
    flex-wrap: wrap;
    width: 300px;
    max-height: 320px;
  }
  section {
	margin-bottom: 64px;
  }
}

@media screen and (max-width: 768px) {
  .img--shadow2,
  .img--shadow3,
  .img--shadow4,
  .img--shadow7,
  .img--shadow8 {
    display: none;
  }
  .img--shadow2.mobile,
  .img--shadow3.mobile,
  .img--shadow4.mobile,
  .img--shadow7.mobile {
    display: block;
  }
  .img--shadow2.mobile {
    top: auto;
  }
  .img--shadow3.mobile {
    top: 100px;
  }
  .img--shadow4.mobile {
    top: 240px;
  }
  .img--shadow2__contact.mobile {
    display: block;
    position: absolute;
    right: 0;
    top: 350px;
  }
  .img--shadow1__police.mobile {
    display: block;
    position: absolute;
    left: 0;
    top: 950px;
  }
  .img--shadow2__police.mobile {
    display: block;
    position: absolute;
    right: 0;
    bottom: 500px;
  }
}
.hidden--element {
  display: none !important;
}

.demo__buttons {
  margin: 0 auto;
  left: 150px;
  top: -32px;
  width: 100px;
  height: 100px;
  position: absolute;
}

.demo__buttons.step-0 .demo__social-btn-1,
.demo__buttons.step-0 .demo__social-btn-2,
.demo__buttons.step-0 .demo__social-btn-3,
.demo__buttons.step-0 .demo__social-btn-4,
.demo__buttons.step-0 .demo__social-btn-5 {
  transform: translate3d(0px, -47px, 0);
}

.demo__buttons.step-1 .demo__social-btn-1,
.demo__buttons.step-1 .demo__social-btn-2,
.demo__buttons.step-1 .demo__social-btn-3,
.demo__buttons.step-1 .demo__social-btn-4,
.demo__buttons.step-1 .demo__social-btn-5 {
  transform: translate3d(0px, -47px, 0);
}

.demo__buttons.step-2 .demo__social-btn-1,
.demo__buttons.step-2 .demo__social-btn-2 {
  transform: translate3d(-50px, -47px, 0);
}

.demo__buttons.step-2 .demo__social-btn-3 {
  transform: translate3d(0px, -47px, 0);
}

.demo__buttons.step-2 .demo__social-btn-5,
.demo__buttons.step-2 .demo__social-btn-4 {
  transform: translate3d(50px, -47px, 0);
}

.demo__buttons.step-3 .demo__social-btn-1 {
  transform: translate3d(-100px, -47px, 0);
}

.demo__buttons.step-3 .demo__social-btn-2 {
  transform: translate3d(-50px, -47px, 0);
}

.demo__buttons.step-3 .demo__social-btn-3 {
  transform: translate3d(0px, -47px, 0);
}

.demo__buttons.step-3 .demo__social-btn-4 {
  transform: translate3d(50px, -47px, 0);
}

.demo__buttons.step-3 .demo__social-btn-5 {
  transform: translate3d(100px, -47px, 0);
}

.demo__social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 32.5px;
  top: 32.5px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 30px;
  background: linear-gradient(266.71deg, #e08bfd 0%, #bd00ff 100%);
  color: #261758;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
}

.demo__social-btn:hover {
  color: #106279;
  box-shadow: 0 0 15px white;
}

.demo__open-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 32.5px;
  top: 32.5px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-weight: 700;
  font-size: 30px;
  font-family: sans-serif;
  background: linear-gradient(266.71deg, #e08bfd 0%, #bd00ff 100%);
  color: #261758;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
}

.demo__open-btn:hover {
  color: #106279;
  box-shadow: 0 0 15px white;
}

.about-me {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: white;
  font-family: Roboto, Arial, sans-serif;
}

.about-me a {
  color: white;
}

.about-me a:hover {
  color: lighten(blue, 20%);
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loading-container,
.loading {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}

.loading-container {
  margin: 40px auto;
}

.loading-title {
  text-align: center;
}

.loading {
  border: 2px solid transparent;
  border-color: transparent #fff transparent #fff;
  -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
  -moz-transform-origin: 50% 50%;
  -o-animation: rotate-loading 1.5s linear 0s infinite normal;
  -o-transform-origin: 50% 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-transform-origin: 50% 50%;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading-container:hover .loading {
  border-color: transparent #e45635 transparent #e45635;
}
.loading-container:hover .loading,
.loading-container .loading {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#loading-text {
  -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
  -o-animation: loading-text-opacity 2s linear 0s infinite normal;
  -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
  animation: loading-text-opacity 2s linear 0s infinite normal;
  color: #ffffff;
  font-family: "Helvetica Neue, " Helvetica ", " "arial";
  font-size: 10px;
  font-weight: bold;
  margin-top: 45px;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100px;
}
@media screen and (max-width: 768px) {
.main__left img{
	display: none;
  }
  .main__right{
	padding-top:260px;
  }
  .contacts .main__row .main__left {
    position: absolute;
    top: 0;
    left: 0;
  }
  .contacts .main__row .main__left img {
    width: 180px !important;
  }
  .main h1,.main__descr{
	margin-left: 0px;
  }
  .text p {
	margin-right: 4vw;
	text-align: left;
  }
}

@media screen and (max-width: 1130px) {
  .img--shadow7,.img--shadow7.mobile {
    display: none;
  }