* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Gilroy-UltraLight";
}

@font-face {
  font-family: "Gilroy-UltraLight";
  src: url(../fonts/Gilroy-UltraLight.ttf);
}
@font-face {
  font-family: "Gilroy-Extrabold";
  src: url(../fonts/Gilroy-Extrabold.ttf);
}
body {
  background: #fff;
}

a {
  color: #0033cc;
}

body.dark-theme {
  color: #000;
  background: #fff;
  background: url(../img/body-header-wh.jpg) center top/cover no-repeat;
}
body.dark-theme .title {
  margin-bottom: 50px;
}
body.dark-theme .title h2 {
  color: #000;
}
body.dark-theme .why-us .text .item h3 {
  color: #000;
}
body.dark-theme .header .header-content .text h1, body.dark-theme .header .header-content .text .block .text-block, body.dark-theme .footer .content .form p, body.dark-theme .header .header-content .text h2, body.dark-theme .modal-content .form p, body.dark-theme .header .header-top .nav nav ul li a, body.dark-theme .footer .content .form .input-email, body.dark-theme .modal-content .form .input-email {
  color: #000;
  font-weight: 600;
}
body.dark-theme .modal-content {
  background-color: #fff;
  color: #000;
}
body.dark-theme .header .header-top .nav .btn-header {
  background-color: #372aca;
  color: #fff;
}
body.dark-theme .why-us .img-bg {
  opacity: 0.05;
}
body.dark-theme .footer .content .img img {
  opacity: 0.1;
}
body.dark-theme .footer-bottom .container .text .map {
  color: #000;
}

body {
  background-color: #07051A;
  background: url(../img/body-header.jpg) center top/cover no-repeat;
  overflow-x: hidden;
}

.burger-menu_button {
  position: relative;
  top: 0px;
  right: 25px;
  z-index: 30;
  width: 60px;
  height: 60px;
  transition: 0.4s;
}

.burger-menu_button:hover .burger-menu_lines {
  filter: brightness(0.7);
}

.burger-menu_lines::before,
.burger-menu_lines::after,
.burger-menu_lines {
  position: absolute;
  width: 52px;
  height: 3px;
  background-color: #fff;
  transition: 0.4s;
}

.burger-menu_lines {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.burger-menu_lines::before {
  content: "";
  top: -12px;
}

.burger-menu_lines::after {
  content: "";
  top: 12px;
}

.burger-menu_active .burger-menu_lines {
  background-color: transparent;
}

.burger-menu_active .burger-menu_lines::before {
  top: 0;
  transform: rotate(45deg);
}

.burger-menu_active .burger-menu_lines::after {
  top: 0;
  transform: rotate(-45deg);
}

.burger-menu_nav {
  padding-top: 80px;
  position: fixed;
  top: 0;
  z-index: 20;
  display: flex;
  flex-flow: column;
  height: 100%;
  background-color: #000;
  overflow-y: auto;
  right: -100%;
  transition: 0.8s;
}

.burger-menu_active .burger-menu_nav {
  right: 0;
  transition: 0.4s;
  width: 70%;
}

.burger-menu_link {
  padding: 18px 35px;
  font-size: 22px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
}
.burger-menu_link:hover {
  text-decoration: underline;
  color: #fff;
}

.burger-menu_link:hover {
  filter: brightness(0.9);
}

.burger-menu_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}

.burger-menu_active .burger-menu_overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
  z-index: 10000000000000000;
}

.popup {
  border-radius: 5px;
  text-align: center;
  position: absolute;
  width: 640px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 50px 100px;
  box-sizing: border-box;
  background-color: #372aca;
  color: #000;
  box-shadow: 0px 4px 8px 8px rgba(0, 0, 0, 0.16);
}

.popup h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 10px;
}

.popup p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 700;
}

.popup .input-email {
  border: 3px solid var(--color-accent);
  box-sizing: border-box;
  border-radius: 25px;
  width: 432px;
  height: 52px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  outline: none;
  border: 1px solid #000;
}

.popup .btn-email {
  background-color: #f7d61e;
  padding: 15px 25px;
  color: #000;
  border: none;
  display: inline-block;
  margin-top: 25px;
  font-size: 18px;
  text-decoration: none;
  border-radius: 30px;
  border: none;
  width: 432px;
  height: 52px;
}

.popup a {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  color: #000000;
  margin-top: -10px;
  display: block;
}

.close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.close-popup:before {
  content: "";
  background-color: #000;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  left: -4px;
  transform: rotate(-45deg);
}

.close-popup:after {
  content: "";
  background-color: #000;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  transform: rotate(45deg);
  left: -4px;
}

@media screen and (max-width: 768px) {
  .popup {
    width: 90%;
    height: auto;
    font-size: 15px;
  }
}
.overlay-1 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
  z-index: 10000000000000000;
}

.popup-1 {
  text-align: center;
  position: absolute;
  width: 640px;
  left: 50%;
  top: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  padding: 50px 100px;
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
  box-shadow: 0px 4px 8px 8px rgba(0, 0, 0, 0.16);
}

.popup-bg {
  height: auto;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 100px 70px;
}

.popup-bg img {
  margin-bottom: 65px;
}

.popup-bg h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
  font-family: "Gilroy-Extrabold";
}

.popup-bg span {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  font-family: "Gilroy-Extrabold";
}

.close-popup-1 {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.close-popup-1:before {
  content: "";
  background-color: #fff;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  left: -4px;
  transform: rotate(-45deg);
}

.close-popup-1:after {
  content: "";
  background-color: #fff;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  transform: rotate(45deg);
  left: -4px;
}

@media screen and (max-width: 768px) {
  .popup-1 {
    width: 90%;
    height: auto;
    font-size: 15px;
  }
}
.js-overlay-campaign-1 img {
  width: 100px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}

.header {
  height: 100vh;
}
.header .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.header .header-top .logo-main .logo-top .logo img {
  width: 70px;
}
.header .header-top .logo-main .logo-bottom {
  display: flex;
  gap: 5px;
  margin-top: 5px;
}
.header .header-top .logo-main .logo-bottom .logo img {
  width: 32px;
}
.header .header-top .nav {
  display: flex;
  align-items: center;
}
.header .header-top .nav nav ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.header .header-top .nav nav ul li {
  list-style-type: none;
}
.header .header-top .nav nav ul li a {
  color: #bbbbbb;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}
.header .header-top .nav nav ul li p {
  color: #bbbbbb;
  padding: 0;
  margin: 0 20px;
}
.header .header-top .nav .theme {
  margin-left: 30px;
}
.header .header-top .nav .theme img {
  width: 25px;
}
.header .header-top .nav .lang {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.header .header-top .nav .lang .active {
  border: 2px solid #483aeb;
  border-radius: 2px;
}
.header .header-top .nav .lang a {
  display: inline-block;
  margin: 0 10px;
  border-radius: 2px;
}
.header .header-top .nav .lang a img {
  border: 2px solid #000;
  width: 30px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}
.header .header-top .nav .btn-header {
  padding: 5px 15px;
  background-color: #fff;
  border-radius: 30px;
  color: #000;
  text-decoration: none;
  margin-left: 30px;
}
.header .header-content {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-content .social {
  width: 10%;
  display: flex;
  flex-direction: column;
  align-self: flex-end;
}
.header .header-content .social a {
  color: #fff;
  text-decoration: none;
  margin-top: 20px;
}
.header .header-content .social a img {
  width: 30px;
  border-radius: 10px;
}
.header .header-content .text {
  color: #fff;
  width: 80%;
}
.header .header-content .text h2 {
  font-family: "Gilroy-Extrabold";
  font-size: 30px;
  margin-bottom: 20px;
}
.header .header-content .text h1 {
  font-family: "Gilroy-Extrabold";
  font-size: 60px;
}
.header .header-content .text h1 span {
  font-family: "Gilroy-Extrabold";
  color: #372aca;
}
.header .header-content .text .block {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 60px;
  margin-right: 150px;
}
.header .header-content .text .block .a-btn {
  padding: 5px 15px;
  background-color: #372aca;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
}
.header .header-content .text .block .text-block {
  border-left: 1px solid #bbbbbb;
  padding-left: 20px;
}
.header .header-content .text .block .text-block p {
  margin: 0;
}
.header .header-content .arrow-bottom {
  width: 10%;
  align-self: flex-end;
  color: #bbbbbb;
  display: flex;
  align-items: center;
  text-decoration: none;
  transform: rotate(90deg);
  margin-bottom: 100px;
}
.header .header-content .arrow-bottom p {
  margin: 0;
  margin: 0 20px;
  letter-spacing: 2px;
  font-weight: bold;
}
.header .header-content .arrow-bottom img {
  width: 100px;
}

.title {
  margin-bottom: 50px;
}
.title h2 {
  color: #fff;
  font-family: "Gilroy-Extrabold";
  font-size: 40px;
  text-transform: uppercase;
}
.title h2 span {
  font-family: "Gilroy-Extrabold";
  color: #372aca;
  text-transform: uppercase;
}

.services {
  padding-bottom: 100px;
  padding-top: 50px;
}
.services .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.services .items .item .card {
  width: 100%;
  height: 400px;
  position: relative;
  perspective: 1000px;
  background: none;
  border-radius: 5px;
}
.services .items .item .front, .services .items .item .back {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 1s;
  backface-visibility: hidden;
  perspective: 1000px;
  border-radius: 5px;
}
.services .items .item .front {
  background-color: #191452;
  color: #fff;
  text-align: center;
  padding: 50px;
  padding-top: auto;
}
.services .items .item .front h3 {
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 50%;
  transform: translate(-50%);
  font-family: "Gilroy-Extrabold";
  margin: 0;
}
.services .items .item .front img {
  position: absolute;
  right: 20px;
  bottom: 35px;
}
.services .items .item .front .img {
  width: 50%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.services .items .item .back {
  background-color: #fff;
  transform: rotateY(180deg);
  padding: 20px;
  display: flex;
  align-items: center;
}
.services .items .item .back .block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: 100%;
}
.services .items .item .back .block h4 {
  font-size: 16px;
  font-family: "Gilroy-Extrabold";
  font-weight: 400;
  padding: 2px 5px;
  border: 0.5px solid #b1a5a5;
  border-radius: 10px;
  display: inline-block;
}
.services .items .item .back .btn-card {
  padding: 5px 15px;
  background-color: #372aca;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  text-align: center;
}
.services .items .item .card:hover .front {
  transform: rotateY(180deg);
}
.services .items .item .card:hover .back {
  transform: rotateY(360deg);
}

.why-us {
  padding-bottom: 100px;
  position: relative;
  padding-bottom: 100px;
}
.why-us .img-bg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.why-us .text {
  max-width: 800px;
  margin: 0 auto;
  color: #fff;
}
.why-us .text .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}
.why-us .text .item h5 {
  font-family: "Gilroy-Extrabold";
  color: #383737;
  margin-right: 20px;
  font-size: 80px;
  width: 70px;
}
.why-us .text .item h3 {
  font-family: "Gilroy-Extrabold";
  width: 300px;
}
.why-us .text .item p {
  color: #bbbbbb;
  width: 300px;
  font-weight: bold;
}

.case {
  padding-bottom: 100px;
}
.case .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.case .items .item {
  background-color: #191452;
  border-radius: 5px;
}
.case .items .item .img {
  width: 100%;
  text-align: right;
  padding-top: 50px;
  margin-bottom: 50px;
}
.case .items .item .img img {
  width: 90%;
}
.case .items .item .text {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.case .items .item .text h3 {
  font-family: "Gilroy-Extrabold";
  color: #fff;
  margin: 0;
}
.case .items .item .text img {
  transition: 0.5s all;
}
.case .items .item .text img:hover {
  margin-right: -5px;
}
.case .items-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.case .items-logo img {
  width: auto;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  margin: 10px;
}

.footer {
  padding-bottom: 100px;
}
.footer .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}
.footer .content .form p {
  border-left: 2px solid #bbbbbb;
  padding-left: 20px;
  color: #fff;
  font-size: 20px;
}
.footer .content .form .input-email {
  width: 100%;
  border: none;
  border-bottom: 1px solid #bbbbbb;
  padding: 15px 0;
  color: #bbbbbb;
  background: none;
  outline: none;
  border-radius: 0;
}
.footer .content .form .input-email::-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}
.footer .content .form .input-email::placeholder {
  color: #bbbbbb;
  opacity: 1;
}
.footer .content .form .btn-email {
  padding: 5px 15px;
  background-color: #372aca;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  border: none;
  margin-top: 30px;
}
.footer .content .img {
  width: 100%;
  text-align: center;
}
.footer .content .img img {
  width: 65%;
}

.footer-bottom {
  padding-bottom: 30px;
}
.footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom .container .text .map {
  color: #bbbbbb;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}
.footer-bottom .container .text .social {
  display: flex;
  margin-top: 20px;
}
.footer-bottom .container .text .social a {
  color: #fff;
  text-decoration: none;
  margin-right: 15px;
}
.footer-bottom .container .text .social a img {
  width: 30px;
  border-radius: 10px;
}
.footer-bottom .container .cp {
  align-self: flex-end;
  color: #bbbbbb;
  opacity: 0.5;
  font-family: "Gilroy-Extrabold";
}

.modal-header {
  border-bottom: none;
}

.modal-content {
  background-color: #372aca;
}
.modal-content .title {
  margin-bottom: 20px;
}
.modal-content .title h2 span {
  color: #07051A;
}
.modal-content .form p {
  border-left: 2px solid #bbbbbb;
  padding-left: 20px;
  color: #fff;
  font-size: 18px;
}
.modal-content .form .input-email {
  width: 100%;
  border: none;
  border-bottom: 1px solid #bbbbbb;
  padding: 15px 0;
  color: #bbbbbb;
  background: none;
  outline: none;
  border-radius: 0;
}
.modal-content .form .input-email::-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}
.modal-content .form .input-email::placeholder {
  color: #bbbbbb;
  opacity: 1;
}
.modal-content .form .btn-email {
  padding: 5px 15px;
  background-color: #07051A;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  border: none;
  margin-top: 30px;
}

.main-block {
  overflow: hidden;
  height: 100vh;
  position: relative;
}
.main-block .logo {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999;
}
.main-block .logo img {
  width: 70px;
}
.main-block .content {
  display: flex;
  justify-content: space-between;
}
.main-block .content .left {
  background: url(../img/new-img/bg-1.jpg) center center/cover no-repeat;
  overflow: hidden;
  position: relative;
  width: 50%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.main-block .content .left .fg-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(-50%);
}
.main-block .content .left .fg-icon img {
  width: 44px;
}
.main-block .content .left .none-fg {
  height: 26px;
  width: 100%;
  margin-bottom: 80px;
}
.main-block .content .left .img-ixi {
  width: 340px;
  margin-bottom: 30px;
}
.main-block .content .left h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 60px;
  margin-bottom: 30px;
  font-weight: 900;
  font-family: "Gilroy-Extrabold";
}
.main-block .content .left .btn-header {
  padding: 16px;
  background-color: #372ACA;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 80px;
}
.main-block .content .left .scrolling-wrapper {
  overflow: hidden;
  white-space: nowrap;
}
.main-block .content .left .scrolling-track {
  display: inline-flex;
  animation: scroll-left 40s linear infinite;
  gap: 12px;
}
.main-block .content .left .scroll-item {
  display: inline-block;
  color: white;
  border: 1px solid white;
  padding: 4px 12px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 300;
  white-space: nowrap;
}
@keyframes scroll-left {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.main-block .content .right {
  background: url(../img/new-img/bg-2.jpg) center center/cover no-repeat;
  overflow: hidden;
  position: relative;
  width: 50%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.main-block .content .right .fg-icon {
  position: absolute;
  left: 36px;
  top: 50%;
  transform: translate(-50%);
}
.main-block .content .right .fg-icon img {
  width: 44px;
}
.main-block .content .right .none-fg {
  height: 26px;
  width: 100%;
  margin-bottom: 80px;
}
.main-block .content .right .img-ixi {
  width: 340px;
  margin-bottom: 30px;
}
.main-block .content .right h1 {
  text-transform: uppercase;
  color: #686868;
  font-size: 60px;
  margin-bottom: 30px;
  font-weight: 900;
  font-family: "Gilroy-Extrabold";
}
.main-block .content .right .btn-header {
  padding: 16px;
  background-color: #15C887;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.main-block .content .right .scrolling-wrapper {
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 80px;
}
.main-block .content .right .scrolling-track {
  display: inline-flex;
  animation: scroll-left 50s linear infinite;
  gap: 12px;
}
.main-block .content .right .scroll-item {
  display: inline-block;
  color: #686868;
  border: 1px solid #686868;
  padding: 4px 12px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 300;
  white-space: nowrap;
}
@keyframes scroll-left {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.main-block .content-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.main-block .content-2 .mini-block {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.main-block .content-2 .mini-block img {
  width: 80%;
  transition: 0.3s all;
}
.main-block .content-2 .mini-block img:hover {
  transform: scale(1.04);
}
.main-block .content-2 .mini-block-img img {
  margin-top: -50px;
}
.main-block .content-2 .bg-1 {
  background: url(../img/new-img/bl-1.jpg) center center/cover no-repeat;
}
.main-block .content-2 .bg-2 {
  background: url(../img/new-img/bl-2.jpg) center center/cover no-repeat;
}
.main-block .content-2 .bg-3 {
  background: url(../img/new-img/bl-3.jpg) center center/cover no-repeat;
}

body.dark-theme_assistents {
  background: url(../img/new-img/bg.jpg) top center/cover no-repeat;
}
body.dark-theme_assistents .header .header-top .nav .lang .active {
  border: 2px solid #15C887;
}
body.dark-theme_assistents .header .header-top .nav .btn-header, body.dark-theme_assistents .services .items .item .back .btn-card {
  background-color: #15C887;
}
body.dark-theme_assistents .header .header-content .text h1 span {
  color: #15C887;
}
body.dark-theme_assistents .header .header-content .text .block .a-btn {
  background-color: #15C887;
}
body.dark-theme_assistents .header .header-content .arrow-bottom img {
  transform: rotate(-90deg);
}
body.dark-theme_assistents .services .items .item .card {
  overflow: hidden;
  border-radius: 20px;
}
body.dark-theme_assistents .services .items .item .front .img {
  width: 150px;
}
body.dark-theme_assistents .services .items .item .front {
  background-color: #15C887;
}
body.dark-theme_assistents .services .items .item .back .block h4 {
  font-size: 12px;
  margin-bottom: 3px;
}
body.dark-theme_assistents .title h2 span {
  color: #15C887;
}
body.dark-theme_assistents .footer .content .form .btn-email {
  background-color: #15C887;
}
body.dark-theme_assistents .why-us {
  padding-bottom: 100px;
}

.why-us__title {
  text-align: left;
  margin-bottom: 32px;
}

.why-us__title h2 {
  font-size: 32px;
  font-weight: 800;
  margin: 0;
  color: #444;
}

.why-us__title span {
  color: #1ec98b;
}

.why-us__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.why-us__item {
  border: 2px solid #1ec98b;
  border-radius: 16px;
  padding: 24px 20px 20px 20px;
  display: flex;
  align-items: flex-start;
  min-height: 120px;
  box-sizing: border-box;
  transition: box-shadow 0.2s;
}

.why-us__item:hover {
  box-shadow: 0 4px 24px rgba(30, 201, 139, 0.08);
}

.why-us__icon {
  width: 32px;
  height: 32px;
  margin-right: 16px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-us__icon img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}

.why-us__text {
  flex: 1;
}

.why-us__item-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #444;
}

.why-us__item-desc {
  font-size: 15px;
  color: #444;
  font-weight: 400;
}

.why-us__item--full {
  background: #1ec98b;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 16px;
  padding: 24px 32px;
}

.why-us__text--accent {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

@media (max-width: 900px) {
  .why-us__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .why-us__item--full {
    grid-column: 1/2;
    padding: 20px 16px;
  }
  .why-us {
    padding-bottom: 50px;
  }
}
.how-it-works {
  padding-bottom: 100px;
}

.how-it-works__title {
  text-align: left;
  margin-bottom: 32px;
}

.how-it-works__title h2 {
  font-size: 32px;
  font-weight: 800;
  margin: 0;
  color: #444;
}

.how-it-works__title span {
  color: #1ec98b;
}

.how-it-works__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.how-it-works__item {
  border: 2px solid #1ec98b;
  border-radius: 16px;
  padding: 24px 20px 20px 20px;
  min-height: 110px;
  box-sizing: border-box;
  transition: box-shadow 0.2s;
}

.how-it-works__item-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #444;
}

.how-it-works__item-desc {
  font-size: 15px;
  color: #444;
  font-weight: 400;
}

@media (max-width: 900px) {
  .how-it-works__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .how-it-works {
    padding-bottom: 50px;
  }
}
.pricing {
  padding-bottom: 100px;
}

.pricing .title {
  text-align: left;
  margin-bottom: 32px;
}

.pricing .title h2 {
  font-size: 32px;
  font-weight: 800;
  margin: 0;
  color: #444;
}

.pricing .title span {
  color: #1ec98b;
}

.pricing__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 16px;
}

.pricing__card {
  border: 2px solid #1ec98b;
  border-radius: 16px;
  padding: 24px 20px 28px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  min-height: 340px;
  box-sizing: border-box;
  transition: box-shadow 0.2s;
}

.pricing__card--best {
  border: 2.5px solid #1ec98b;
  box-shadow: 0 4px 24px rgba(30, 201, 139, 0.1);
  z-index: 1;
}

.pricing__card-best-label {
  position: absolute;
  top: -18px;
  right: 24px;
  background: #1ec98b;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 8px 8px 8px 0;
  padding: 4px 18px;
  z-index: 2;
}

.pricing__card-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.pricing__icon {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

.pricing__card-title {
    font-family: "Gilroy-Extrabold", sans-serif !important;
    font-weight: normal !important; 
    font-size: 20px;
    color: #444;
    display: inline-block; 
}

.pricing__card-info {
  margin-bottom: 10px;
}

.pricing__card-top {
    height: 160px; 
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 15px; 
    overflow: hidden;
}

.pricing__accent {
  color: #1ec98b;
  font-weight: 700;
  text-decoration: underline;
}

.pricing__card-desc {
  font-size: 15px;
  color: #444;
  margin-bottom: 24px;
  margin-top: 4px;
  flex-grow: 1;
}

.pricing__btn {
  display: block;
  width: 100%;
  background: #1ec98b;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 99px;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  margin-top: auto;
  transition: background 0.2s;
}
.pricing__btn:hover {
  color: #fff;
}

.pricing__btn:hover {
  background: #17b97a;
}

.pricing__note {
  font-size: 14px;
  color: #1ec98b;
  margin-top: 12px;
  margin-left: 4px;
}

@media (max-width: 900px) {
  .pricing__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .pricing__card {
    min-height: unset;
  }
  .pricing {
    padding-bottom: 50px;
  }
}
.faq {
  padding-bottom: 100px;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq__item {
  border: 2px solid #1ec98b;
  border-radius: 16px;
  padding: 18px 28px 18px 28px;
  font-size: 16px;
  color: #444;
  cursor: pointer;
  transition: box-shadow 0.2s;
  position: relative;
  min-height: 32px;
}

.faq__item--open {
  background: transparent;
}

.faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 17px;
  color: #222;
  cursor: pointer;
}

.faq__icon {
  font-size: 22px;
  color: #1ec98b;
  margin-left: 12px;
  transition: transform 0.2s;
}

.faq__answer {
  margin-top: 10px;
  font-size: 15px;
  color: #444;
  font-weight: 400;
  display: none;
}

.faq__item--open .faq__answer {
  display: block;
}

.faq__item:not(.faq__item--open) .faq__answer {
  display: none;
}

@media (max-width: 900px) {
  .faq__list {
    gap: 10px;
  }
  .faq__item {
    padding: 14px 12px;
    font-size: 15px;
  }
  .faq__question {
    font-size: 16px;
  }
  .faq {
    padding-bottom: 50px;
  }
}
.contacts-block {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.04);
  padding: 40px 32px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #222;
  font-family: "Gilroy-Extrabold";
  font-weight: bold;
}

.contacts-block__orgs {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 32px;
}

.contacts-block__org-title {
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 4px;
}

.contacts-block__org-info {
  font-size: 0.98em;
  color: #555;
}

.contacts-block__divider {
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  margin: 18px 0 18px 0;
}

.contacts-block__details {
  text-align: center;
  font-size: 1em;
  line-height: 1.7;
}

.contacts-block__details a {
  color: #1abc9c;
  text-decoration: none;
  transition: color 0.2s;
}

.contacts-block__details a:hover {
  color: #16a085;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .contacts-block {
    padding: 24px 8px;
    max-width: 100%;
  }
  .contacts-block__orgs {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
}
@media (max-width: 500px) {
  .services .items .item .back .block h4 {
    font-size: 10px;
  }
}
body.dark-theme_bright {
  background: url(../img/new-img/bg-bright.jpg) top center/cover no-repeat;
}
body.dark-theme_bright .header .header-top .nav .lang .active {
  border: 2px solid #26B3CC;
}
body.dark-theme_bright .header .header-top .nav .btn-header, body.dark-theme_bright .services .items .item .back .btn-card {
  background-color: #26B3CC;
}
body.dark-theme_bright .header .header-content .text h1 span {
  color: #26B3CC;
}
body.dark-theme_bright .header .header-content .text .block .a-btn {
  background-color: #26B3CC;
}
body.dark-theme_bright .header .header-content .arrow-bottom img {
  transform: rotate(-90deg);
}
body.dark-theme_bright .services .items .item .card {
  overflow: hidden;
  border-radius: 20px;
}
body.dark-theme_bright .services .items .item .front .img {
  width: 150px;
}
body.dark-theme_bright .services .items .item .front {
  background-color: #26B3CC;
}
body.dark-theme_bright .title h2 span {
  color: #26B3CC;
}
body.dark-theme_bright .footer .content .form .btn-email {
  background-color: #26B3CC;
}
body.dark-theme_bright .why-us {
  padding-bottom: 100px;
}
body.dark-theme_bright .faq__item {
  border: 2px solid #26B3CC;
}
body.dark-theme_bright .pricing__card {
  border: 2px solid #26B3CC;
}
body.dark-theme_bright .pricing__btn {
  background-color: #26B3CC;
}
body.dark-theme_bright .pricing__accent {
  color: #26B3CC;
}
body.dark-theme_bright .pricing__card-best-label, body.dark-theme_bright .why-us__item--full {
  background-color: #26B3CC;
}
body.dark-theme_bright .how-it-works__item, body.dark-theme_bright .why-us__item {
  border: 2px solid #26B3CC;
}
body.dark-theme_bright .why-us__item--accent {
  background-color: #26B3CC;
}
body.dark-theme_bright .why-us__item--accent .why-us__item-desc {
  color: #fff;
}
body.dark-theme_bright .why-us__text--accent b {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  font-size: 20px;
}
body.dark-theme_bright .pricing__group-title {
  font-size: 28px;
  margin-bottom: 16px;
  font-weight: 900;
  font-family: "Gilroy-Extrabold";
}
body.dark-theme_bright .pricing__group-title span {
  font-family: "Gilroy-Extrabold";
}
body.dark-theme_bright .how-it-works__item {
  display: flex;
  gap: 10px;
}
body.dark-theme_bright .pricing-custom {
  margin-bottom: 100px;
}
body.dark-theme_bright .services .items .item .back .block h4 {
  font-size: 12px;
  margin-bottom: 0;
}
@media (max-width: 555px) {
  body.dark-theme_bright .services .items .item .back .block h4 {
    font-size: 10px;
  }
  body.dark-theme_bright .services .items .item .back .block {
    gap: 10px;
  }
}

.promo-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease;
}

.promo-overlay.active {
  display: flex;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.promo-popup {
  position: relative;
  background: white;
  border-radius: 20px;
  max-width: 660px;
  width: 90%;
  padding: 40px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
  animation: slideUp 0.4s ease;
  border: 3px solid #15C887;
}

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.promo-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 36px;
  color: #999;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  width: 36px;
  height: 36px;
  transition: color 0.3s;
}

.promo-close:hover {
  color: #333;
}

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

.promo-gift {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 25px;
}

.promo-gift img {
  max-width: 100px;
  height: auto;
}

.promo-text {
  margin-bottom: 25px;
}

.promo-title {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 0px;
  line-height: 1.3;
  text-align: left;
  font-family: "Gilroy-Extrabold";
}
.promo-title .promo-highlight-green, .promo-title .promo-highlight {
  font-weight: 700;
  color: #15C887;
  font-family: "Gilroy-Extrabold";
}

.promo-subtitle {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 0;
}

.promo-subtitle strong {
  color: #333;
}

.promo-form {
  margin: 25px 0;
}

.promo-input {
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s;
  box-sizing: border-box;
}

.promo-input:focus {
  outline: none;
  border-color: #15C887;
}

.promo-input::-moz-placeholder {
  color: #999;
}

.promo-input::placeholder {
  color: #999;
}

.promo-button {
  width: 100%;
  padding: 18px 30px;
  background: #15C887;
  color: white;
  border: none;
  border-radius: 99px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 10px;
}

.promo-button:hover {
  background: #3db8af;
}

.promo-footer {
  font-size: 14px;
  color: #666;
  margin-top: 15px;
  margin-bottom: 0;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .promo-popup {
    max-width: 370px;
    padding: 30px 20px;
    border-radius: 15px;
  }
  .promo-gift img {
    max-width: 80px;
  }
  .promo-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .promo-subtitle {
    font-size: 14px;
  }
  .promo-input {
    padding: 12px 15px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .promo-button {
    padding: 15px 25px;
    font-size: 16px;
  }
  .promo-close {
    font-size: 30px;
    top: 10px;
    right: 10px;
  }
  .promo-gift {
    margin-bottom: 5px;
  }
  .promo-input {
    padding: 8px 15px;
  }
  .promo-button {
    margin-top: 0;
    font-size: 14px;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .promo-popup {
    width: 95%;
    padding: 25px 15px;
  }
  .promo-title {
    font-size: 20px;
  }
}
.promo-overlay-2 .promo-title .promo-highlight-green, .promo-overlay-2 .promo-title .promo-highlight {
  color: #26B3CC;
}

.promo-overlay-2 .promo-popup {
  border: 3px solid #26B3CC;
}

.promo-overlay-2 .promo-button {
  background: #26B3CC;
}

.promo-overlay-2 .promo-input:focus {
  outline: none;
  border-color: #26B3CC;
}

.promo-overlay-3 .promo-title .promo-highlight-green, .promo-overlay-3 .promo-title .promo-highlight {
  color: #372aca;
}

.promo-overlay-3 .promo-popup {
  border: 3px solid #372aca;
  background-color: #07051A;
  color: #fff;
}

.promo-overlay-3 .promo-subtitle strong {
  color: #fff;
}

.promo-overlay-3 .promo-title {
  color: #fff;
}

.promo-overlay-3 .promo-subtitle {
  color: #fff;
}

.promo-overlay-3 .promo-footer {
  color: #fff;
}

.promo-overlay-3 .promo-input {
  background: #07051A;
  border: 1px solid #372aca;
  color: #fff;
}

.promo-overlay-3 .promo-button {
  background: #372aca;
}

.promo-overlay-3 .promo-input:focus {
  outline: none;
  border-color: #372aca;
}

.promo-overlay-3 .promo-close {
  color: #fff;
}

.promo-overlay-3 .promo-close:hover {
  color: #edeaea;
}

@media (max-width: 1400px) {
  .header .header-content .text h1 {
    font-size: 50px;
  }
  .services .items .item .front h3 {
    font-size: 25px;
  }
  .header .header-top .nav nav ul li p {
    margin: 0 10px;
  }
}
@media (max-width: 1200px) {
  .header .header-content .text h1 {
    font-size: 35px;
  }
  .services .items .item .front h3 {
    font-size: 20px;
  }
  .header .header-content .text h2 {
    font-size: 20px;
  }
  .services .items .item .back .block h4 {
    font-size: 12px;
  }
  .services .items .item .card {
    height: 350px;
  }
  .title h2 {
    font-size: 30px;
  }
  .title h2 span {
    font-size: 30px;
  }
  .why-us .text .item h3 {
    font-size: 25px;
  }
  .footer .content .form p {
    font-size: 18px;
  }
  .header .header-top .nav nav {
    display: none;
  }
}
@media (max-width: 991px) {
  .header .header-top .nav nav {
    display: none;
  }
  .header .header-content .text .block {
    margin-right: 50px;
  }
  .services .items {
    grid-template-columns: repeat(1, 1fr);
  }
  .services .items .item .back .block h4 {
    font-size: 14px;
  }
  .case .items {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer .content {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer .content .img {
    display: none;
  }
  .main-block .logo {
    top: 22px;
    left: 16px;
  }
  .main-block .logo img {
    width: 50px;
  }
  .main-block .content {
    flex-direction: column;
  }
  .main-block .content .left {
    height: 50vh;
    width: 100%;
  }
  .main-block .content .right {
    height: 50vh;
    width: 100%;
  }
  .main-block .content-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .main-block .content-2 .mini-block {
    height: 33.3vh;
  }
  .main-block .content-2 .mini-block-img img {
    margin: 0;
  }
  .main-block .content-2 .mini-block img {
    width: 40%;
  }
  .main-block .content .left .img-ixi, .main-block .content .right .img-ixi {
    width: 150px;
    margin-bottom: 15px;
  }
  .main-block .content .left h1, .main-block .content .right h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .main-block .content .left .btn-header, .main-block .content .right .btn-header {
    padding: 8px 16px;
  }
  .main-block .content .left .btn-header, .main-block .content .right .scrolling-wrapper {
    margin-bottom: 30px;
  }
  .main-block .content .left .none-fg, .main-block .content .right .none-fg {
    margin-bottom: 30px;
  }
  .main-block .content .left .scroll-item, .main-block .content .right .scroll-item {
    padding: 4px 12px;
    font-size: 12px;
  }
  .main-block .content .right .scrolling-wrapper {
    margin-top: 30px;
  }
  .main-block .content .left .none-fg {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .why-us .text .item {
    flex-direction: column;
    align-items: start;
  }
  .why-us .text .item h3, .why-us .text .item p {
    width: 100%;
  }
  .header .header-top .nav .btn-header {
    display: none;
  }
  .case .items-logo {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .case .items-logo img {
    width: auto;
    height: 100px;
  }
  .main-block .content-2 .mini-block img {
    width: 40%;
  }
}
@media (max-width: 500px) {
  body {
    background-color: #07051A;
    background: url(../img/body-header-mob.jpg) center top/cover no-repeat;
  }
  .header .header-content .text h1 {
    font-size: 22px;
  }
  .header .header-content .text .block .text-block p {
    font-size: 14px;
  }
  .header .header-content .text h2 {
    font-size: 14px;
  }
  .header .header-content .text .block {
    flex-direction: column;
  }
  .header .header-content .text .block .a-btn {
    margin-bottom: 20px;
  }
  .header .header-content .arrow-bottom {
    margin-bottom: 111px;
  }
  .header .header-content .text {
    margin: 30px 0;
    width: 75%;
  }
  .services .items .item .back .block {
    gap: 10px;
  }
  .services .items .item .back .block h4 {
    font-size: 9px;
    margin-bottom: 2px;
  }
  .services {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .why-us, .case, .footer {
    padding-bottom: 50px;
  }
  .popup-bg {
    padding: 50px;
    width: 90%;
  }
  .header .header-content .arrow-bottom p {
    font-size: 12px;
  }
  .header .header-content .arrow-bottom img {
    width: 25px;
  }
  .header .header-content .social svg {
    width: 20px;
  }
  .header .header-content .text .block {
    margin-top: 30px;
  }
  .why-us .text .item h5 {
    font-size: 60px;
  }
  .footer .content .form p {
    font-size: 16px;
  }
  .header .header-top .nav {
    justify-content: flex-end;
  }
  .header .header-top .logo img {
    width: 50px;
  }
  .header .header-top .nav .btn-header {
    font-size: 12px;
  }
  .header .header-top .nav .lang a {
    margin: 0 5px;
  }
  .header .header-top .nav .lang a img {
    width: 30px;
    height: 20px;
  }
  .main-block .content-2 .mini-block img {
    width: 50%;
  }
  body.dark-theme_bright .pricing-custom {
    margin-bottom: 50px;
  }
}
@media (max-height: 500px) {
  .header .header-content .text h2 {
    font-size: 14px;
  }
  .header .header-content .text h1 {
    font-size: 18px;
  }
}
@media (max-height: 750px) {
  .main-block .content .right {
    padding-top: 0px;
  }
  .main-block .content .right .scrolling-wrapper {
    margin-top: 15px;
  }
  .main-block .content .left {
    padding-bottom: 0px;
  }
  .main-block .content .right .scrolling-track {
    z-index: 999;
    position: relative;
  }
  .main-block .content .right .scrolling-wrapper {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .main-block .content .left .scrolling-track {
    margin-bottom: 30px;
    position: relative;
    z-index: 999;
  }
}
@media (max-height: 580px) {
  .main-block .content .left .img-ixi, .main-block .content .right .img-ixi {
    width: 100px;
  }
  .main-block .content .left h1, .main-block .content .right h1 {
    font-size: 22px;
  }
  .main-block .content .left .btn-header, .main-block .content .right .scrolling-wrapper {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
@media (max-height: 480px) {
  .main-block .content .left .img-ixi, .main-block .content .right .img-ixi {
    width: 80px;
  }
  .main-block .content .left h1, .main-block .content .right h1 {
    font-size: 19px;
  }
  .main-block .content .left .btn-header, .main-block .content .right .scrolling-wrapper {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .footer .content {
    gap: 30px;
  }
}/*# sourceMappingURL=style.css.map */
