html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
}
*,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Muller', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}
span {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: inherit;
}
a {
  background-color: transparent;
  text-decoration: none !important;
}
a:active,
a:hover {
  outline: 0;
}
button,
input[type='submit'],
a {
  -webkit-appearance: button;
  cursor: pointer;
}
.advertorialWrp {
  display: inline-block;
  position: absolute;
  z-index: 1000;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 8px;
  line-height: 8px;
  color: rgba(255, 255, 255, 0.3);
}
.topTextASet {
  font: inherit;
  color: #ffffff;
  text-decoration: inherit;
}
.container {
  max-width: 1228px;
  padding: 0 24px;
  margin: 0 auto;
}

.header {
  background: #ffffff;
  box-shadow: 0px 1px 8px 1px;
}
.header_wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_logoWrp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 24px 0 0;
  padding: 8px 0;
  transition: all 0.3s ease;
}

.header_logoWrp > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  position: relative;
}

.header_logoWrp {
  cursor: pointer;
}
.header_widgetWrp {
  overflow: visible;
  margin: 15px 0 10px;
  max-width: 730px;
  display: flex;
  justify-content: end;
  margin-right: 0px !important;
}

.widget_item {
  display: flex;
  align-items: center;
  width: 200px;
  min-width: 200px;
  padding: 14px 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.95) 100%);
  border-radius: 16px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.8);
  opacity: 0.3;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.widget_item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #4285f4 0%, #ea4335 25%, #fbbc04 50%, #34a853 75%, #4285f4 100%);
  background-size: 200% 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
  animation: gradientMove 3s ease infinite;
}

.mySwiper .swiper-slide-active,
.mySwiper .swiper-slide-active + .swiper-slide,
.mySwiper .swiper-slide-active + .swiper-slide + .swiper-slide {
  opacity: 1 !important;
  transform: scale(1.02);
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.12);
}

.mySwiper .swiper-slide-active::before,
.mySwiper .swiper-slide-active + .swiper-slide::before,
.mySwiper .swiper-slide-active + .swiper-slide + .swiper-slide::before {
  opacity: 1;
}

.widget_item:hover {
  transform: translateY(-2px);
  box-shadow: 0px 8px 28px rgba(0, 0, 0, 0.15);
}

.widget_img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 12px;
  object-fit: cover;
  border: 3px solid rgba(16, 185, 129, 0.2);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.widget_item:hover .widget_img {
  border-color: rgba(16, 185, 129, 0.5);
  transform: scale(1.05);
}

.widget_inner {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.widget_text {
  color: #1a202c;
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.widget_text:first-of-type {
  margin-bottom: 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0;
  line-height: 0;
  color: transparent;
}

.widget_text:first-of-type .widget_name {
  font-size: 15px;
  font-weight: 700;
  color: #2d3748;
  line-height: 1.4;
  display: inline-block;
}

.widget_text:first-of-type .widget_city {
  font-size: 14px;
  font-weight: 600;
  color: #10b981;
  background: rgba(16, 185, 129, 0.1);
  padding: 2px 8px;
  border-radius: 8px;
  line-height: 1.4;
  display: inline-block;
}

.widget_name {
  font-weight: 700;
  color: #2d3748;
  font-size: 15px;
}

.widget_city {
  font-weight: 600;
  color: #10b981;
  font-size: 14px;
  background: rgba(16, 185, 129, 0.1);
  padding: 2px 8px;
  border-radius: 8px;
}

.widget_profit {
  font-weight: 700;
  color: #10b981;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.widget_profit .currency {
  font-size: 14px;
  color: #059669;
}

.widget_payment {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border-radius: 12px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.2;
  color: #ffffff;
  padding: 4px 10px;
  margin-top: 2px;
  box-shadow: 0px 2px 8px rgba(16, 185, 129, 0.3);
  transition: all 0.3s ease;
}

.widget_item:hover .widget_payment {
  box-shadow: 0px 4px 12px rgba(16, 185, 129, 0.4);
  transform: scale(1.05);
}

@keyframes gradientMove {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 25%, #f093fb 50%, #4facfe 75%, #667eea 100%);
  background-size: 400% 400%;
  animation: heroGradient 15s ease infinite;
  position: relative;
  overflow: hidden;
}

.hero .container {
  overflow: visible;
  position: relative;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

@keyframes heroGradient {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.hero_inner {
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero_part1 {
  max-width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: start;
  animation: fadeInUp 0.8s ease-out;
  position: relative;
  z-index: 2;
  padding-right: 15px;
  overflow: hidden;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero_subtitle {
  font-weight: 700;
  font-size: 45px;
  line-height: 45px;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
}

.hero_title {
  font-weight: 700;
  font-size: 58px;
  line-height: 1.2;
  text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  margin-right: 0;
  margin-bottom: 24px;
  background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -1px;
}

.hero_text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: 0.95;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}

.hero_btn {
  width: 100%;
  max-width: 360px;
  height: auto;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  padding: 20px 42px;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #667eea;
  background-repeat: no-repeat;
  background-position: 88% 50%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

.hero_btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s ease;
}

.hero_btn:hover::before {
  left: 100%;
}

.hero_btn:hover {
  background: linear-gradient(135deg, #ffffff 0%, #f0f4ff 100%);
  color: #764ba2;
  transform: translateY(-3px);
  box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}

.hero_btn:active {
  transform: translateY(-1px);
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
}

.hero_statsWrp {
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: nowrap;
  align-items: stretch;
}

.stats_item {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 20px 24px;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

.stats_item:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-4px);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
}

.stats_item:first-child {
  margin-right: 0;
}

.stats_text {
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.9;
  margin-bottom: 8px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.stats_count {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 3px;
  width: 100%;
  flex-wrap: nowrap;
}

.flipdown-counter .currency {
  font-size: 26px;
  line-height: 1;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  margin-right: 2px;
}

/* Flipdown Counter Styles */
.flipdown-counter {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  font-family: 'Muller', Arial, Helvetica, sans-serif;
  flex-wrap: nowrap;
  min-height: 40px;
  width: 100%;
  justify-content: flex-start;
}

.flipdown-digit {
  position: relative;
  display: inline-flex;
  width: 26px;
  height: 40px;
  perspective: 400px;
  margin: 0;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.flipdown-digit span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  backdrop-filter: blur(10px);
  border-radius: 4px;
  overflow: visible;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}

.flipdown-top {
  top: 0;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transform-origin: bottom;
  border-radius: 4px 4px 0 0;
  z-index: 2;
}

.flipdown-bottom {
  bottom: 0;
  align-items: center;
  justify-content: center;
  padding: 0;
  transform-origin: top;
  transform: rotateX(180deg);
  border-radius: 0 0 4px 4px;
  z-index: 1;
}

.flipdown-digit.flip .flipdown-top {
  animation: flipTop 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.flipdown-digit.flip .flipdown-bottom {
  animation: flipBottom 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes flipTop {
  0% {
    transform: rotateX(0deg);
    z-index: 2;
  }
  50% {
    transform: rotateX(-90deg);
    z-index: 1;
  }
  100% {
    transform: rotateX(-180deg);
    z-index: 0;
  }
}

@keyframes flipBottom {
  0% {
    transform: rotateX(180deg);
    z-index: 0;
  }
  50% {
    transform: rotateX(90deg);
    z-index: 1;
  }
  100% {
    transform: rotateX(0deg);
    z-index: 2;
  }
}

.flipdown-separator {
  width: 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  flex-shrink: 0;
}

.flipdown-plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  margin-left: 2px;
  height: 40px;
  flex-shrink: 0;
}

.flipdown-counter-static {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
}

@media (max-width: 767px) {
  .stats_count {
    font-size: 28px;
    gap: 5px;
  }

  .flipdown-counter .currency {
    font-size: 28px;
    margin-right: 3px;
  }

  .flipdown-counter {
    min-height: 42px;
  }

  .flipdown-digit {
    width: 32px;
    height: 42px;
  }

  .flipdown-digit span {
    font-size: 28px;
  }

  .flipdown-separator {
    height: 42px;
    width: 10px;
    line-height: 42px;
  }
}
.hero_partWrp {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
  animation: fadeInRight 1s ease-out 0.2s both;
  min-width: 0;
  overflow: visible;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.hero_part2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  z-index: 2;
}

.hero_part2 img {
  max-width: 280px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 20px 60px rgba(0, 0, 0, 0.3));
  transition: transform 0.4s ease;
  animation: floatPhone 3s ease-in-out infinite;
  object-fit: contain;
}

@keyframes floatPhone {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

.hero_part2:hover img {
  transform: translateY(-5px) scale(1.02);
}

.hero_part3 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
  max-width: 400px !important;
  width: 100%;
  margin-left: 0;
  position: relative;
  z-index: 3;
  flex-shrink: 0;
}

/* Hero Form Styles */
.main-form-body {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 100%;
  animation: formSlideIn 0.6s ease-out;
}

@keyframes formSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.headerformText {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  border-radius: 0;
  margin: 0;
}

.formSection {
  padding: 30px 24px;
}

.wrap-name {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}

.form-group {
  margin-bottom: 16px;
  position: relative;
}

.form-group:last-child {
  margin-bottom: 0;
}

.form-control,
.form-input,
.form__input {
  width: 100%;
  padding: 16px 20px;
  border: 2px solid rgba(102, 126, 234, 0.2);
  border-radius: 12px;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  background: #ffffff;
  color: #2d3748;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.form-control:focus,
.form-input:focus,
.form__input:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0px 0px 0px 4px rgba(102, 126, 234, 0.1);
}

.form-control::placeholder,
.form-input::placeholder,
.form__input::placeholder {
  color: #a0aec0;
}

.form-control.valid,
.form-input.valid,
.form__input.valid {
  border-color: #10b981;
  background: rgba(16, 185, 129, 0.05);
}

.form-control.isValid,
.form-input.isValid,
.form__input.isValid {
  border-color: #ef4444;
  background: rgba(239, 68, 68, 0.05);
}

.input-group--phone {
  position: relative;
}

.input-group--phone .form-control {
  padding-left: 50px;
}

.btn,
.secondary-solid-btn {
  width: 100%;
  padding: 18px 24px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0px 8px 24px rgba(102, 126, 234, 0.3);
  position: relative;
  overflow: hidden;
}

.btn::before,
.secondary-solid-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.btn:hover::before,
.secondary-solid-btn:hover::before {
  left: 100%;
}

.btn:hover,
.secondary-solid-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0px 12px 32px rgba(102, 126, 234, 0.4);
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

.btn:active,
.secondary-solid-btn:active {
  transform: translateY(0);
  box-shadow: 0px 6px 20px rgba(102, 126, 234, 0.3);
}

.fa__err,
.fa__checked {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  z-index: 10;
  pointer-events: none;
}

.fa__err {
  color: #ef4444;
  display: none;
}

.fa__checked {
  color: #10b981;
  display: none;
}

.valid + .fa__checked {
  display: block;
}

.isValid + .fa__err {
  display: block;
}

.fa__errInfo {
  position: absolute;
  top: -60px;
  right: 0;
  background: #ffffff;
  border: 2px solid #ef4444;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 12px;
  color: #ef4444;
  z-index: 100;
  display: none;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  max-width: 200px;
  line-height: 1.4;
}

.isValid + .fa__err + .fa__errInfo {
  display: block;
}

.phone-eror-mess {
  display: block;
  color: #ef4444;
  font-size: 12px;
  margin-top: 4px;
  padding-left: 4px;
}

.hiddenBlock {
  display: none;
}
.greenBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: none;
  background-image: linear-gradient(90deg, #075fa6 0%, #90bff0 100%);
  border-radius: 35px;
  padding: 24px 0 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
  background-size: 300% 100%;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 1rem auto 0;
}
.greenBtn:hover {
  background-position: 100% 0;
  /* moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; */
}
.greenBtn:active {
  background-position: 0% 0;
}

.header_logoWrp img.max-w-full.max-h-full {
  max-width: 90px;
  height: auto;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  filter: drop-shadow(0px 2px 8px rgba(16, 185, 129, 0.2));
}

.header_logoWrp:hover img.max-w-full.max-h-full {
  transform: scale(1.1);
  filter: drop-shadow(0px 4px 20px rgba(16, 185, 129, 0.5));
}

.header_logoWrp {
  text-decoration: none;
}

span.logo-text {
  font-size: 41px;
  color: #10b981;
  font-weight: 700;
  margin-left: 0;
  position: absolute;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-20px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  text-shadow: none;
  letter-spacing: -0.5px;
  white-space: nowrap;
  background: linear-gradient(135deg, #4285f4 0%, #ea4335 25%, #fbbc04 50%, #34a853 75%, #4285f4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% 100%;
}

.header_logoWrp:hover span.logo-text {
  opacity: 1;
  visibility: visible;
  transform: translateX(12px);
  animation: textGlow 2s ease-in-out infinite, gradientShift 3s ease infinite;
}

@keyframes textGlow {
  0%,
  100% {
    filter: drop-shadow(0px 0px 10px rgba(66, 133, 244, 0.5)) drop-shadow(0px 0px 20px rgba(234, 67, 53, 0.3));
  }
  50% {
    filter: drop-shadow(0px 0px 20px rgba(251, 188, 4, 0.8)) drop-shadow(0px 0px 30px rgba(52, 168, 83, 0.5))
      drop-shadow(0px 0px 40px rgba(66, 133, 244, 0.3));
  }
}

@keyframes gradientShift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@media (max-width: 1200px) {
  .hero_inner {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    grid-template-columns: 1fr;
    gap: 40px;
    overflow: visible;
  }
  .hero_part1 {
    max-width: unset;
    align-items: center;
    order: 1;
    padding-right: 0;
  }
  .hero_partWrp {
    order: 2;
    flex-direction: column;
    gap: 0;
    align-items: center;
    width: 100%;
    height: auto;
    position: relative;
    justify-content: center;
    padding-bottom: 0;
  }
  .hero_title {
    margin-right: 0;
    text-align: center;
  }
  .hero_text {
    margin-bottom: 30px;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero_btn {
    margin: 0 auto 50px;
  }
  .hero_statsWrp {
    margin: 0;
    position: relative;
    justify-content: center;
    bottom: auto;
    right: auto;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .hero_part2 {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    transform: none;
    width: 100%;
    display: flex;
    justify-content: center;
    order: 1;
    margin-bottom: -25px;
  }
  .hero_part2 img {
    max-width: 300px;
    width: 100%;
    height: auto;
  }
  .hero_part3 {
    margin-bottom: 0;
    margin-left: 0;
    max-width: 100% !important;
    width: 100%;
    max-width: 500px !important;
    display: flex;
    justify-content: center;
    order: 2;
    z-index: 4;
  }

  .main-form-body {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .header_widgetWrp {
    max-width: 475px;
  }

  .widget_item {
    padding: 12px 14px;
  }

  .widget_img {
    width: 44px;
    height: 44px;
    margin-right: 10px;
  }

  .widget_name {
    font-size: 14px;
  }

  .widget_city {
    font-size: 13px;
    padding: 2px 6px;
  }

  .widget_profit {
    font-size: 15px;
  }

  .widget_payment {
    font-size: 10px;
    padding: 3px 8px;
  }
  .modalFinish_btnWrapper {
    margin-top: 71px;
  }

  .hero_part1 {
    padding-right: 0;
  }

  .hero_partWrp {
    gap: 0;
  }

  .hero_part2 {
    margin-bottom: -20px;
  }

  .hero_part2 img {
    max-width: 280px;
  }

  .hero_part3 {
    max-width: 90% !important;
  }
}
@media (min-width: 768px) {
  .header {
    position: fixed;
    width: 100%;
    z-index: 999;
  }
  .hero {
    margin-top: 101px;
  }
}

@media (min-width: 1024px) and (max-width: 1400px) {
  .hero_inner {
    gap: 25px;
    align-items: center;
  }

  .hero_part1 {
    padding-right: 10px;
  }

  .hero_partWrp {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }

  .hero_part2 {
    margin-bottom: -35px;
    margin-top: 102px;
  }

  .hero_part2 img {
    max-width: 240px;
  }

  .hero_part3 {
    margin-left: 0;
    max-width: 380px !important;
    width: 100%;
  }
}

@media (min-width: 1401px) {
  .hero_inner {
    gap: 40px;
    align-items: center;
    padding-bottom: 80px;
  }

  .hero_part1 {
    padding-right: 20px;
  }

  .hero_partWrp {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    position: relative;
    width: 100%;
  }

  .hero_part2 {
    position: relative;
    align-self: flex-start;
    z-index: 2;
    bottom: -50px;
    transform: translateX(50%);
  }

  .hero_part2 img {
    max-width: 280px;
  }

  .hero_part3 {
    margin-left: 0;
    margin-top: 0;
    position: relative;
    z-index: 3;
    width: 100%;
  }

  .formSection {
    padding: 40px 28px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 10px;
  }

  .header_wrp {
    justify-content: center;
  }
  .header_logoWrp {
    margin: 0 auto;
    padding: 6px 0;
  }

  .header_logoWrp > div {
    gap: 0;
  }

  .header_logoWrp img.max-w-full.max-h-full {
    max-width: 70px;
  }

  span.logo-text {
    font-size: 24px;
    position: relative;
    left: auto;
    opacity: 1;
    visibility: visible;
    transform: none;
    margin-left: 10px;
    background: linear-gradient(135deg, #4285f4 0%, #ea4335 25%, #fbbc04 50%, #34a853 75%, #4285f4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% 100%;
    animation: none;
  }

  .header_logoWrp:hover span.logo-text {
    transform: none;
    animation: gradientShift 3s ease infinite;
  }

  .header_logoWrp:hover span.logo-text {
    transform: translateX(8px);
  }
  .header_logo {
    max-width: 92px;
  }
  .header_widgetWrp {
    display: none;
  }
  .hero {
    padding: 20px 0;
  }

  .hero_inner {
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 30px;
  }

  .hero_subtitle {
    font-size: 28px;
    line-height: 32px;
  }
  .hero_title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 16px;
    margin-right: 0;
  }
  .hero_text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
    max-width: 100%;
  }
  .hero_btn {
    margin-bottom: 30px;
    padding: 18px 32px;
    font-size: 16px;
    max-width: 100%;
  }

  .hero_inner {
    gap: 40px;
  }

  .hero_partWrp {
    flex-direction: column;
    gap: 0;
    align-items: center;
    width: 100%;
    height: auto;
    justify-content: center;
    padding-bottom: 0;
  }
  .hero_part2 {
    margin: 0;
    justify-content: center;
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    transform: none;
    width: 100%;
    display: flex;
    order: 1;
    margin-bottom: -20px;
  }
  .hero_part2 img {
    max-width: 250px;
    width: 100%;
    height: auto;
  }
  .hero_part2::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -15px;
    display: block;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 84.48%, rgba(102, 126, 234, 0.3) 94.79%);
    pointer-events: none;
  }
  .hero_part3 {
    margin: 0 auto 60px;
    max-width: 100% !important;
    margin-left: 0;
    padding: 0;
    width: 100%;
    max-width: 450px !important;
    display: flex;
    justify-content: center;
    order: 2;
    z-index: 4;
  }

  .main-form-body {
    max-width: 100%;
  }

  .wrap-name {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .formSection {
    padding: 24px 20px;
  }

  .headerformText {
    padding: 16px 20px;
    font-size: 14px;
  }

  .form-control,
  .form-input,
  .form__input {
    padding: 14px 16px;
    font-size: 16px;
  }

  .btn,
  .secondary-solid-btn {
    padding: 16px 20px;
    font-size: 16px;
  }
  .stats_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 6px);
    min-width: unset;
    padding: 16px 12px;
  }
  .stats_item {
    min-width: 100%;
    width: 100%;
  }

  .stats_item:first-of-type {
    min-width: 100%;
  }
  .stats_text {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 8px;
    text-align: center;
  }
  .stats_count {
    font-size: 28px;
    line-height: 1.2;
    justify-content: center;
  }

  .flipdown-counter .currency {
    font-size: 28px;
    margin-right: 3px;
  }

  .hero_statsWrp {
    margin-top: 40px;
    width: 100%;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;
  }

  .stats_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .flipdown-counter {
    min-height: 44px;
    gap: 2px;
    justify-content: center;
  }

  .flipdown-digit {
    width: 28px;
    height: 44px;
  }

  .flipdown-digit span {
    font-size: 28px;
  }

  .flipdown-separator {
    height: 44px;
    width: 6px;
    line-height: 44px;
  }

  .flipdown-plus {
    font-size: 28px;
    height: 44px;
    margin-left: 3px;
  }
}
@media (max-width: 414px) {
  .hero_part2 img {
    max-width: 250px;
    width: 100%;
  }

  .hero_part3 {
    padding: 0;
  }

  .main-form-body {
    width: 100%;
  }

  .hero_partWrp {
    gap: 20px;
  }
}
