@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;
}
