@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
label,
body {
  font-family: 'Poppins', sans-serif;
  font-style: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700; }

a {
  text-decoration: none; }

p,
ul {
  font-weight: 400; }

.btn-link {
  color: #FFBB0A; }

.admin-bar .header {
  top: 32px; }

.wrapper {
  position: relative;
  background-image: url(../imgs/bg.webp);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1; }

.header {
  background: #50008F;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 5%;
  z-index: 9999;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }
  .header .header-menu-wrap {
    display: flex;
    align-items: center;
    flex-grow: 1;
    gap: 1rem; }
    .header .header-menu-wrap .header-menu {
      flex-grow: 1;
      display: flex;
      align-items: center;
      justify-content: center; }
    .header .header-menu-wrap .lang-menu {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 1rem;
      width: 250px; }
      .header .header-menu-wrap .lang-menu a {
        text-decoration: none; }

.main-content {
  margin-top: 100px; }

.custom-logo-link {
  width: 240px;
  flex-shrink: 0;
  display: block; }
  .custom-logo-link img {
    width: 100%;
    object-fit: contain; }

ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0; }

.main-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .main-menu a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0 0.6em; }
    .main-menu a:hover {
      color: #FFBB0A; }
  .main-menu .current-menu-item-custom {
    position: relative; }
    .main-menu .current-menu-item-custom a {
      color: #FFBB0A; }

.error404 .header {
  display: none; }
.error404 .footer {
  display: none; }
.error404 .error-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .error404 .error-content .error-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #1E1E1E; }
  .error404 .error-content .error-back-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    opacity: .2; }
  .error404 .error-content .panel {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly; }
    .error404 .error-content .panel h3 {
      font-weight: 700;
      font-size: 8vw;
      line-height: 8.5vw;
      letter-spacing: -0.015em;
      color: #FDE4A5;
      text-shadow: 17px 0px 15px #131212; }
    .error404 .error-content .panel h4 {
      font-weight: 700;
      font-size: 5vw;
      line-height: 5.5vw;
      letter-spacing: -0.005em;
      color: #FFFFFF;
      text-shadow: 17px 0px 15px #131212; }
    .error404 .error-content .panel .img-404 {
      width: 40%; }
    .error404 .error-content .panel .go-to-btn {
      width: 390px; }

.btn-wrap .btn-container a {
  margin: 1rem auto 0; }

.footer {
  position: relative;
  background: #50008F;
  padding: 1rem 5%;
  z-index: 1; }
  .footer .footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem; }
    .footer .footer-content .main-footer-menu {
      flex-grow: 1;
      display: flex;
      align-items: center;
      justify-content: center; }
      .footer .footer-content .main-footer-menu a {
        display: block;
        color: #FFFFFF;
        text-decoration: none;
        padding: 0 0.6em; }
        .footer .footer-content .main-footer-menu a:hover {
          color: #FFBB0A; }
    .footer .footer-content .lang-footer-menu {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      width: 300px; }
      .footer .footer-content .lang-footer-menu .pll-parent-menu-item {
        display: none; }

.page {
  background: linear-gradient(176.57deg, #041C41 1.38%, #020D1E 97.17%); }

.mobile-menu-logo {
  display: none; }

.closer {
  display: none; }

.mobile-menu-toggler {
  display: none; }

.text-white {
  color: #FFFFFF; }

.text-yellow {
  color: #FFBB0A; }

.wpcf7-spinner {
  display: none; }

.form-control,
.form-select {
  background-color: transparent;
  border-color: #5DE2E6;
  color: #ddd;
  height: 50px; }
  .form-control:focus,
  .form-select:focus {
    color: #ddd;
    background-color: transparent;
    border-color: #5DE2E6;
    box-shadow: 0 0 5px #5F5D67; }

.country-list {
  box-shadow: none;
  max-width: 100%; }

.wpcf7-tel {
  padding-left: 50px; }

.wpcf7-submit {
  border: none;
  transition: .3s;
  border-radius: 40px;
  background: linear-gradient(180deg, #FFD25F 0%, #FFB800 100%);
  font-weight: 700;
  padding: 1rem 3.4rem;
  font-size: .8em;
  transition: .3s;
  display: block;
  margin-top: 2rem; }
  .wpcf7-submit:hover {
    background: linear-gradient(180deg, #FFB800 0%, #FFC252 100%); }

.form-select {
  background-image: url("../imgs/down.svg"); }

.pll-parent-menu-item {
  position: relative;
  padding: 0.2rem 0;
  text-align: center;
  cursor: pointer;
  width: 45px; }
  .pll-parent-menu-item::after {
    content: unset !important; }
  .pll-parent-menu-item a {
    color: #FFFFFF !important; }
  .pll-parent-menu-item a[href="#pll_switcher"] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 2;
    text-decoration: none; }
    .pll-parent-menu-item a[href="#pll_switcher"] .lang-arrow {
      display: none; }
    .pll-parent-menu-item a[href="#pll_switcher"] > .lang-selected {
      display: none; }
    .pll-parent-menu-item a[href="#pll_switcher"]:hover {
      color: #FFFFFF; }
  .pll-parent-menu-item .sub-menu {
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 35px;
    left: 0;
    width: 95px;
    transition: .3s;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: space-evenly;
    border-radius: 8px;
    flex-wrap: wrap;
    align-items: center; }
    .pll-parent-menu-item .sub-menu li {
      width: 100%;
      flex: 0 0 100%;
      position: relative;
      z-index: 2;
      margin-bottom: 0; }
      .pll-parent-menu-item .sub-menu li.current-lang a {
        background: rgba(255, 255, 255, 0.3); }
        .pll-parent-menu-item .sub-menu li.current-lang a .lang-selected {
          opacity: 1; }
      .pll-parent-menu-item .sub-menu li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0 0.6em;
        text-decoration: none; }
        .pll-parent-menu-item .sub-menu li a .lang-selected {
          background-image: url(../imgs/lang-selected.svg);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          display: block;
          width: 24px;
          height: 24px;
          opacity: 0; }
    .pll-parent-menu-item .sub-menu.show {
      height: auto; }

.btn-main {
  border-radius: 40px;
  background: linear-gradient(180deg, #FFD25F 0%, #FFB800 100%);
  font-weight: 700;
  padding: 0.7rem 1.4rem;
  font-size: .7em;
  transition: .3s;
  display: block;
  max-width: 200px; }
  .btn-main:hover {
    color: #262627;
    background: linear-gradient(180deg, #FFB800 0%, #FFC252 100%); }

.section-title {
  text-transform: uppercase; }

section h1 {
  margin-bottom: 2rem;
  color: #FFFFFF; }
section h2 {
  margin-bottom: 2rem;
  color: #FFFFFF; }
section h3 {
  margin-bottom: 1rem;
  color: #FFFFFF; }
section p {
  color: #FFFFFF; }
section ul {
  color: #FFFFFF; }

.banner {
  position: relative;
  padding: 10vh 5%; }
  .banner .background {
    position: absolute;
    top: 10vh;
    left: 0;
    width: 100%;
    height: auto; }
  .banner#contact .inner {
    align-items: flex-start; }
    .banner#contact .inner .flex-60 {
      width: 60%; }
    .banner#contact .inner .flex-40 {
      width: 40%; }
  .banner .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem; }
    .banner .inner .contacts {
      position: relative; }
      .banner .inner .contacts .content {
        position: absolute;
        top: 2rem;
        left: 0; }
        .banner .inner .contacts .content .icon-link img {
          width: 40px;
          height: auto; }
      .banner .inner .contacts img {
        width: 100%;
        max-width: 100%;
        position: relative;
        z-index: 0; }
    .banner .inner .content {
      color: #FFFFFF;
      max-width: 50%;
      flex-grow: 1; }
      .banner .inner .content h3 {
        color: #FFBB0A;
        margin-top: 2rem; }
      .banner .inner .content.center {
        text-align: center; }
    .banner .inner img {
      flex-shrink: 0;
      max-width: 50%;
      height: auto; }
  .banner .btn-main {
    margin-top: 2rem; }

.section {
  padding: 10vh 0; }

.bg {
  background: rgba(55, 55, 55, 0.4); }

.adv-item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem; }
  .adv-item-wrap:first-child .adv-item {
    flex: 100% 0 0; }
  .adv-item-wrap:first-child .line {
    display: none; }
  .adv-item-wrap:nth-child(even) {
    flex-direction: row-reverse; }
    .adv-item-wrap:nth-child(even) .adv-item {
      flex-direction: row-reverse; }
  .adv-item-wrap .adv-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex: 60% 0 0; }
    .adv-item-wrap .adv-item .img-wrap {
      width: 112px;
      height: 112px;
      flex-shrink: 0; }
      .adv-item-wrap .adv-item .img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center; }
  .adv-item-wrap .line {
    height: 1px;
    width: 100%;
    opacity: 0.5;
    background: linear-gradient(90deg, #D3B176 45.17%, #FCEBBF 83.65%);
    flex: 40% 0 0; }

.req-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 3rem; }
  .req-item .number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border: 1px solid #5DE2E6;
    border-radius: 50%; }
  .req-item h3 {
    color: #FFFFFF !important; }
  .req-item .img-wrap {
    max-width: 350px;
    max-height: 350px;
    flex-shrink: 0; }
    .req-item .img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center; }

.swiper-button {
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0;
  left: 0;
  z-index: 10;
  background: transparent;
  border: none;
  transition: .3s; }
  .swiper-button img {
    width: 25px; }
  .swiper-button:hover {
    transform: scale(1.05); }

.swiper-button-next {
  right: 0;
  left: unset; }

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

.icon-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.2em;
  color: #fff;
  margin-bottom: 1rem;
  transition: .3s; }
  .icon-link:hover {
    color: #FFBB0A; }

.wpcf7 form .wpcf7-response-output {
  color: #fff; }

[data-name="tel-476"] {
  display: block; }

.form-wrap {
  padding: 2rem; }
  .form-wrap label {
    margin-bottom: 0.5rem; }

.mob-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 69px);
  z-index: 0;
  display: none;
  object-fit: cover;
  object-position: top; }

.grecaptcha-badge {
  z-index: 2; }

select option {
  color: #111; }

@media only screen and (min-width: 2100px) {
  .content {
    font-size: 1.2vw;
    max-width: 50vw; }

  h1 {
    font-size: 2.7vw; }

  h2 {
    font-size: 2vw; }

  h3 {
    font-size: 1.3vw; }

  label {
    font-size: 1vw; }

  .container {
    max-width: 1800px; }

  .banner .btn-main {
    font-size: 1vw;
    max-width: 18vw;
    margin-top: 4rem; }

  .text {
    font-size: 1vw; }

  .btn-main {
    font-size: .6vw;
    max-width: 14vw;
    padding: 1rem 3rem; }

  .form-control,
  .form-select {
    height: 80px;
    font-size: 1vw; }

  .wpcf7-submit {
    font-size: 1vw; }

  .header .header-menu-wrap .lang-menu {
    width: 20vw; }

  .header .header-menu-wrap .lang-menu a {
    font-size: 1vw; }

  .main-menu a {
    font-size: 1vw; }

  .header .header-menu-wrap .lang-menu a img {
    width: 25px !important;
    height: 20px !important; }

  .pll-parent-menu-item .sub-menu.show {
    height: auto; }

  .small-heading h2 {
    font-size: 1.5vw; }

  .pll-parent-menu-item {
    width: 70px; } }
@media only screen and (max-width: 1100px) {
  .main-menu a {
    font-size: .8em; }

  .logo {
    width: 180px; }

  .header .header-menu-wrap .lang-menu {
    gap: 0.5rem;
    width: 183px; }
    .header .header-menu-wrap .lang-menu .btn-main {
      padding: 0.7rem 1rem;
      font-size: 0.7em; } }
@media only screen and (max-width: 880px) {
  .mob-overlay {
    display: block; }

  .pll-parent-menu-item {
    margin-left: 10px; }

  .admin-bar .header {
    top: 46px; }

  .header {
    height: 56px; }
    .header .header-menu-wrap {
      flex-direction: row-reverse;
      gap: 0; }
      .header .header-menu-wrap .header-menu {
        flex-grow: 0; }
      .header .header-menu-wrap .lang-menu {
        width: auto; }
        .header .header-menu-wrap .lang-menu .btn-main {
          display: none; }

  .pll-parent-menu-item .sub-menu {
    left: -49px; }

  .main-content {
    margin-top: 56px; }

  .mobile-menu-toggler {
    display: block;
    width: 24px;
    height: 24px;
    position: relative; }
    .mobile-menu-toggler span {
      position: absolute;
      top: 5px;
      right: 0;
      height: 2px;
      background: #FFFFFF;
      width: 18px; }
      .mobile-menu-toggler span:nth-child(2) {
        top: 11px; }
      .mobile-menu-toggler span:nth-child(3) {
        top: 17px; }

  .main-menu-wrapper {
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    height: auto;
    background: linear-gradient(176.57deg, #041C41 1.38%, #020D1E 97.17%);
    z-index: 99999;
    display: none; }
    .main-menu-wrapper.show {
      display: block; }
    .main-menu-wrapper .mobile-menu-logo {
      display: block;
      background-image: url("../imgs/logo.svg");
      height: 20px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 120px;
      margin: 1rem;
      position: absolute;
      top: 0;
      left: 0; }
    .main-menu-wrapper .closer {
      display: block;
      background-image: url("../imgs/closer.svg");
      height: 14px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 40px;
      margin: 1rem;
      position: absolute;
      top: 0;
      right: 0; }

  .main-menu {
    align-items: center;
    flex-direction: column;
    margin: 2rem 0; }
    .main-menu a {
      font-size: 1.2em; }
    .main-menu li {
      margin-bottom: 1em; }

  .custom-logo-link {
    width: 120px; }

  .footer .footer-content .main-footer-menu {
    display: none; }
  .footer .footer-content .lang-footer-menu .pll-parent-menu-item {
    display: block; }
  .footer .footer-content .lang-footer-menu .current_page_item {
    display: none; }

  .form-wrap {
    padding: 0 1rem; }

  .adv-item-wrap .line {
    display: none; }
  .adv-item-wrap .adv-item {
    flex: 100% 0 0;
    flex-direction: column !important; }

  .req-item {
    align-items: center;
    justify-content: center; }
    .req-item .number {
      width: 50px;
      height: 50px; }
    .req-item .text {
      text-align: center; }
      .req-item .text .btn-main {
        margin: auto; }

  .error404 .error-content .panel h3 {
    font-size: 14vw;
    line-height: 14.5vw; }
  .error404 .error-content .panel h4 {
    font-size: 7vw;
    line-height: 7.5vw; }
  .error404 .error-content .panel .img-404 {
    width: 90%; }
  .error404 .error-content .panel .go-to-btn {
    width: 280px;
    margin: 0; }

  .btn-wrap {
    bottom: 0; }
    .btn-wrap .btn-main {
      margin: auto; }

  .banner {
    padding: 2rem 0;
    height: auto; }
    .banner#contact .inner {
      flex-direction: column-reverse;
      gap: 0; }
      .banner#contact .inner .flex-60 {
        width: 100%; }
      .banner#contact .inner .flex-40 {
        width: 100%; }
    .banner .inner .desktop {
      display: none; }
    .banner .inner .contacts .content {
      position: relative;
      top: unset;
      left: unset;
      display: flex;
      gap: 1rem;
      flex-direction: column;}
      .banner .inner .contacts .content h2 {
        display: none; }
      .banner .inner .contacts .content .icon-link {
        margin-bottom: 0;
        font-size: .8em; }
        .banner .inner .contacts .content .icon-link img {
          width: 25px; }
    .banner .inner .content {
      max-width: 100%;
      padding: 0 1rem; }

  .wpcf7-submit {
    margin: 2rem auto 0; } }

/*# sourceMappingURL=style.css.map */

.iti {
	width: 100%;
}
.iti__dropdown-content {
	background: #333;
}
.iti__search-input {
	background: #333;
	color: #fff;
}

/* Body scroll lock when popup is open */
body.popup-open {
	overflow: hidden;
	width: 100%;
}

/* Application Form Popup */
.messenger-popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	z-index: 99999;
	align-items: center;
	justify-content: center;
	overflow-y: auto;
	padding: 1rem;
}
.messenger-popup-overlay.active {
	display: flex;
}
.messenger-popup {
	background: linear-gradient(176.57deg, #1a0a3e 1.38%, #0d0520 97.17%);
	border-radius: 16px;
	padding: 2.5rem 2rem 2rem;
	max-width: 520px;
	width: 100%;
	position: relative;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
	margin: auto;
}
.messenger-popup-close {
	position: absolute;
	top: 12px;
	right: 16px;
	background: none;
	border: none;
	color: #fff;
	font-size: 1.8rem;
	cursor: pointer;
	line-height: 1;
	opacity: 0.7;
	transition: opacity 0.3s;
	z-index: 1;
}
.messenger-popup-close:hover {
	opacity: 1;
}
.messenger-popup h3 {
	color: #fff;
	font-size: 1.3em;
	margin-bottom: 1.5rem;
	font-weight: 700;
	text-align: center;
}

/* Form styles */
.application-form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.form-group {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}
.form-group label {
	color: #ccc;
	font-size: 0.9em;
	font-weight: 600;
}
.form-group .req {
	color: #ff6b6b;
}
.form-group input[type="text"],
.form-group input[type="number"],
.form-group textarea {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 8px;
	padding: 0.7rem 0.9rem;
	color: #fff;
	font-size: 0.95em;
	font-family: inherit;
	transition: border-color 0.3s, background 0.3s;
	outline: none;
	width: 100%;
	box-sizing: border-box;
}
.form-group input[type="text"]:focus,
.form-group input[type="number"]:focus,
.form-group textarea:focus {
	border-color: rgba(255, 255, 255, 0.4);
	background: rgba(255, 255, 255, 0.12);
}
.form-group input::placeholder,
.form-group textarea::placeholder {
	color: rgba(255, 255, 255, 0.35);
}
.form-group textarea {
	resize: vertical;
	min-height: 70px;
}

/* CV Dropzone */
.cv-dropzone {
	border: 2px dashed rgba(255, 255, 255, 0.3);
	border-radius: 12px;
	padding: 24px;
	text-align: center;
	cursor: pointer;
	transition: border-color 0.3s, background-color 0.3s;
	background: rgba(255, 255, 255, 0.04);
	position: relative;
}
.cv-dropzone:hover {
	border-color: rgba(168, 85, 247, 0.6);
	background: rgba(168, 85, 247, 0.06);
}
.cv-dropzone.dragover {
	border-color: #a855f7;
	background: rgba(168, 85, 247, 0.1);
}
.cv-dropzone.has-file {
	border-style: solid;
	border-color: rgba(168, 85, 247, 0.5);
	background: rgba(168, 85, 247, 0.08);
	padding: 16px 20px;
}
.cv-dropzone-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	pointer-events: none;
}
.cv-dropzone-icon {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 4px;
}
.cv-dropzone-text {
	color: #fff;
	font-size: 0.95em;
	font-weight: 500;
	margin: 0;
}
.cv-dropzone-subtext {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.85em;
	margin: 0;
}
.cv-dropzone-browse {
	color: #a855f7;
	cursor: pointer;
	text-decoration: underline;
	pointer-events: auto;
}
.cv-dropzone-browse:hover {
	color: #c084fc;
}
.cv-dropzone-formats {
	color: rgba(255, 255, 255, 0.35);
	font-size: 0.75em;
	margin: 4px 0 0;
}
/* Dropzone file info */
.cv-dropzone-file {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
.cv-file-name {
	color: #e0e0e0;
	font-size: 0.9em;
	max-width: 260px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cv-file-remove {
	background: rgba(255, 255, 255, 0.12);
	border: none;
	border-radius: 50%;
	color: #fff;
	width: 26px;
	height: 26px;
	font-size: 1.1em;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s;
	flex-shrink: 0;
}
.cv-file-remove:hover {
	background: rgba(239, 68, 68, 0.5);
}
/* Dropzone error state */
.cv-dropzone.has-error {
	border-color: #ef4444;
	animation: cv-shake 0.4s ease;
}
@keyframes cv-shake {
	0%, 100% { transform: translateX(0); }
	20%, 60% { transform: translateX(-4px); }
	40%, 80% { transform: translateX(4px); }
}
.cv-dropzone-error {
	color: #ef4444;
	font-size: 0.8em;
	margin-top: 6px;
	text-align: center;
}

/* Radio buttons */
.radio-group {
	display: flex;
	gap: 1.5rem;
	margin-top: 0.25rem;
}
.radio-label {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	color: #ddd;
	font-size: 0.95em;
	cursor: pointer;
	font-weight: 400 !important;
}
.radio-label input[type="radio"] {
	accent-color: #7c3aed;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

/* Messenger contact input (below radio buttons) */
#field-messenger-contact {
	margin-top: 0.5rem;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 8px;
	padding: 0.6rem 0.75rem;
	color: #fff;
	font-size: 0.95em;
	width: 100%;
	box-sizing: border-box;
	outline: none;
	transition: border-color 0.2s;
}
#field-messenger-contact:focus {
	border-color: rgba(255, 255, 255, 0.4);
	outline: none;
}
#field-messenger-contact::placeholder {
	color: rgba(255, 255, 255, 0.35);
}

/* Submit button */
.form-submit-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	width: 100%;
	padding: 0.85rem 1.5rem;
	margin-top: 0.5rem;
	border: none;
	border-radius: 40px;
	background: linear-gradient(135deg, #7c3aed, #a855f7);
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	cursor: pointer;
	transition: transform 0.2s, box-shadow 0.2s, opacity 0.3s;
}
.form-submit-btn:hover {
	transform: scale(1.02);
	box-shadow: 0 4px 20px rgba(124, 58, 237, 0.4);
}
.form-submit-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
	transform: none;
}

/* Spinner */
.btn-spinner {
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-top-color: #fff;
	border-radius: 50%;
	animation: spin 0.7s linear infinite;
}
@keyframes spin {
	to { transform: rotate(360deg); }
}

/* Form message (success / error) */
.form-message {
	margin-top: 1rem;
	padding: 0.85rem 1rem;
	border-radius: 8px;
	font-size: 0.95em;
	text-align: center;
	line-height: 1.4;
}
.form-message.success {
	background: rgba(34, 197, 94, 0.15);
	border: 1px solid rgba(34, 197, 94, 0.4);
	color: #4ade80;
}
.form-message.error {
	background: rgba(239, 68, 68, 0.15);
	border: 1px solid rgba(239, 68, 68, 0.4);
	color: #f87171;
}

/* City Autocomplete Dropdown */
.form-group {
	position: relative;
}
.city-autocomplete-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 1000;
	background: #1a1a2e;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-top: none;
	border-radius: 0 0 8px 8px;
	max-height: 220px;
	overflow-y: auto;
	list-style: none;
	margin: 0;
	padding: 0;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}
.city-autocomplete-dropdown:empty {
	display: none;
}
.city-autocomplete-dropdown li {
	padding: 0.6rem 0.9rem;
	color: #ddd;
	font-size: 0.9em;
	cursor: pointer;
	transition: background 0.15s, color 0.15s;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.city-autocomplete-dropdown li:last-child {
	border-bottom: none;
}
.city-autocomplete-dropdown li:hover,
.city-autocomplete-dropdown li.active {
	background: rgba(124, 58, 237, 0.35);
	color: #fff;
}
.city-autocomplete-dropdown li.no-results {
	font-style: italic;
	color: rgba(255, 255, 255, 0.4);
	cursor: default;
}
.city-autocomplete-dropdown li.no-results:hover {
	background: transparent;
	color: rgba(255, 255, 255, 0.4);
}
/* Scrollbar styling for autocomplete */
.city-autocomplete-dropdown::-webkit-scrollbar {
	width: 6px;
}
.city-autocomplete-dropdown::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 0 0 8px 0;
}
.city-autocomplete-dropdown::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 3px;
}
.city-autocomplete-dropdown::-webkit-scrollbar-thumb:hover {
	background: rgba(255, 255, 255, 0.35);
}

/* City Loading Spinner */
.city-spinner {
	display: none;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-top-color: rgb(255 255 255);
	border-radius: 50%;
	animation: city-spin 0.6s linear infinite;
	pointer-events: none;
	z-index: 2;
	margin-top: 12px;
}
.city-loading .city-spinner {
	display: block;
}
.city-loading #field-city {
	padding-right: 38px;
}
@keyframes city-spin {
	to {
		transform: translateY(-50%) rotate(360deg);
	}
}

/* Age Scroll Picker */
.age-picker-group {
	position: relative;
}
.age-picker-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.4rem;
}
.age-picker-label {
	color: #ccc;
	font-size: 0.9em;
	font-weight: 600;
}
.age-picker-suffix {
	color: rgba(255, 255, 255, 0.45);
	font-size: 0.85em;
	font-weight: 400;
}
.age-picker-wrapper {
	position: relative;
	height: 88px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	padding: 0.6rem 0;
	overflow: hidden;
	user-select: none;
	-webkit-user-select: none;
	touch-action: pan-x;
	direction: ltr;
}
.age-picker-track {
	display: flex;
	align-items: center;
	overflow-x: auto;
	scroll-behavior: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding: 0.5rem 0;
	cursor: grab;
}
.age-picker-track:active {
	cursor: grabbing;
}
.age-picker-track::-webkit-scrollbar {
	display: none;
}
.age-picker-num {
	flex: 0 0 50px;
	width: 50px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.25);
	font-size: 16px;
	line-height: 1;
	transition: color 0.18s, font-size 0.18s, font-weight 0.18s, opacity 0.18s;
	cursor: pointer;
	padding: 0.25rem 0;
}
.age-picker-num.active {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
}
.age-picker-num.near-1 {
	color: rgba(255, 255, 255, 0.65);
	font-size: 22px;
	font-weight: 500;
}
.age-picker-num.near-2 {
	color: rgba(255, 255, 255, 0.42);
	font-size: 18px;
	font-weight: 400;
}
.age-picker-num.near-3 {
	color: rgba(255, 255, 255, 0.3);
	font-size: 16px;
}
/* Gradient fade on edges */
.age-picker-wrapper::before,
.age-picker-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50px;
	z-index: 2;
	pointer-events: none;
}
.age-picker-wrapper::before {
	left: 0;
	background: linear-gradient(to right, rgba(26, 10, 62, 0.95), transparent);
}
.age-picker-wrapper::after {
	right: 0;
	background: linear-gradient(to left, rgba(26, 10, 62, 0.95), transparent);
}
/* Triangle indicator */
.age-picker-indicator {
	text-align: center;
	color: #a855f7;
	font-size: 10px;
	line-height: 1;
	margin-top: 2px;
	pointer-events: none;
}

/* Success contacts (after form submission) */
.form-success-contacts {
	text-align: center;
	padding: 2rem 1rem;
}
.form-success-contacts .success-icon {
	width: 72px;
	height: 72px;
	margin: 0 auto 1.25rem;
	background: rgba(34, 197, 94, 0.15);
	border: 3px solid #22c55e;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.25rem;
	color: #22c55e;
	line-height: 1;
}
.form-success-contacts .success-title {
	color: #fff;
	font-size: 1.35em;
	font-weight: 700;
	margin: 0 0 0.5rem;
}
.form-success-contacts .success-text {
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.95em;
	line-height: 1.5;
	margin: 0 0 1.5rem;
}
.form-success-contacts .success-buttons {
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap;
}
.form-success-contacts .success-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.75rem 1.5rem;
	border-radius: 10px;
	font-size: 1em;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
	cursor: pointer;
}
.form-success-contacts .success-btn img {
	flex-shrink: 0;
}
.form-success-contacts .success-btn-wa {
	background: #25D366;
}
.form-success-contacts .success-btn-wa:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
	opacity: 0.92;
}
.form-success-contacts .success-btn-tg {
	background: #2AABEE;
}
.form-success-contacts .success-btn-tg:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 16px rgba(42, 171, 238, 0.4);
	opacity: 0.92;
}

/* Responsive */
@media (max-width: 560px) {
	.messenger-popup {
		padding: 2rem 1.25rem 1.5rem;
		border-radius: 12px;
	}
	.messenger-popup h3 {
		font-size: 1.1em;
	}
	.radio-group {
		flex-direction: column;
		gap: 0.75rem;
	}
	.form-success-contacts .success-buttons {
		flex-direction: column;
		align-items: center;
	}
	.form-success-contacts .success-btn {
		width: 100%;
		max-width: 240px;
		justify-content: center;
	}
}
