*, *::after, *::before {
  list-style-type: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

html::-webkit-scrollbar {
  width: 7px;
  display: none;
}

body {
  font-family: 'Poppins', sans-serif;
  background-image: url("../img/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #030C18;
  overflow-x: hidden;
  font-family: 'Inter';
  color: #fff;
  -webkit-animation: bodyBackground 3s linear infinite alternate;
          animation: bodyBackground 3s linear infinite alternate;
}

@media (max-width: 1366px) {
  body {
    -webkit-animation: none;
            animation: none;
  }
}

a:hover {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter';
  color: #fff;
}

.uk-navbar-list a {
  color: #fff !important;
  padding: 0 !important;
  -webkit-transition: 0.22s;
  transition: 0.22s;
}

.uk-navbar-list a:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}

.u-navbar-list a {
  color: #fff !important;
  padding: 0 !important;
  -webkit-transition: 0.22s;
  transition: 0.22s;
}

.u-navbar-list a:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}

.u-mobile-menu {
  cursor: pointer;
  position: relative;
  width: 32px;
  height: 20px;
  display: none;
}

.u-mobile-menu hr:nth-child(1) {
  width: 20px;
  padding: 1px 0;
  border-radius: 32px;
  background: white;
  position: absolute;
  left: 0;
  top: 0;
}

.u-mobile-menu hr:nth-child(2) {
  width: 32px;
  padding: 1px 0;
  border-radius: 32px;
  background: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.u-mobile-menu hr:nth-child(3) {
  width: 20px;
  padding: 1.1px 0;
  border-radius: 32px;
  background: white;
  position: absolute;
  right: 0;
  bottom: 0;
}

#uMobileSlider .uk-offcanvas-bar {
  background-color: #030C18 !important;
  width: 350px;
}

@media (max-width: 768px) {
  #uMobileSlider .uk-offcanvas-bar {
    width: 90%;
  }
}

#uMobileSlider .uk-open > .uk-offcanvas-bar .uk-link, .uk-offcanvas-flip .uk-open > .uk-offcanvas-bar a {
  color: #fff !important;
  text-transform: none !important;
  font-size: 18px !important;
}

.uk-offcanvas-close {
  position: static;
  padding: 0;
}

.uk-offcanvas-close svg {
  fill: #fff;
}

.uk-offcanvas-close svg:nth-child(2) {
  display: none;
}

.u-main-image {
  position: absolute;
  right: 0;
}

.u-socials-section .uk-nav-parent-icon > .uk-parent > a {
  color: #fff;
  font-size: 42px;
  padding: 30px 0;
}

.u-socials-section .uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  margin-right: 20px;
  background-image: url("../img/svg/nav-arrow.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.u-socials-section .uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.u-socials-section .uk-nav-sub li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
  width: 60%;
}

@media (max-width: 768px) {
  .u-socials-section .uk-nav-sub li {
    width: 100%;
  }
}

.u-socials-section .uk-nav-sub li img {
  margin-top: 5px;
}

.u-socials-section .uk-nav-sub li div {
  gap: 5px;
}

.u-socials-section .uk-nav-divider {
  border-color: rgba(255, 255, 255, 0.06);
}

.u-swiper-slider {
  color: #fff;
  padding: 0;
  background: #030C18;
  padding: 42px 35px;
  border: 2px solid rgba(255, 255, 255, 0.42);
  min-height: 260px;
  max-height: 260px;
}

@media (max-width: 1280px) {
  .u-swiper-slider {
    min-height: 300px;
    max-height: 300px;
  }
}

@media (max-width: 960px) {
  .u-swiper-slider {
    min-height: 350px;
    max-height: 350px;
  }
}

@media (max-width: 640px) {
  .u-swiper-slider {
    padding: 52px 18px;
  }
}

.u-swiper-slider h3 {
  margin: 22px 0 12px 0;
}

#modalForm {
  background-image: url("../img/main/popup-back.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

#modalForm .uk-close {
  padding: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

@media (max-width: 540px) {
  #modalForm .uk-close {
    right: -40px;
  }
}

#modalForm .uk-close svg:nth-child(2) {
  display: none;
}

.right-margin {
  margin-right: 30px;
}

@media (max-width: 540px) {
  .right-margin {
    margin-right: 0;
  }
}

.u-button-default {
  z-index: 1;
  position: relative;
  text-align: center;
  background-color: transparent;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  cursor: pointer;
  border-radius: 50%;
  border-color: transparent !important;
}

.u-button-default:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.u-button-default:after {
  content: "";
  z-index: -2;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  border-radius: 50%;
}

.u-button-default:hover {
  border-radius: 50%;
  color: #FFFFFF;
}

.u-button-default:hover:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  top: 0;
  border-radius: 50%;
}

.u-button-default__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.u-button-default__blobs {
  position: relative;
  display: block;
  height: 120%;
  -webkit-filter: url("#goo");
          filter: url("#goo");
}

.u-button-default__blob {
  position: absolute;
  top: 2px;
  width: 25%;
  height: 100%;
  background: #0F77C2;
  border-radius: 100%;
  -webkit-transform: translate3d(0, 150%, 0) scale(1.7);
          transform: translate3d(0, 150%, 0) scale(1.7);
  -webkit-transition: -webkit-transform 0.45s;
  transition: -webkit-transform 0.45s;
  transition: transform 0.45s;
  transition: transform 0.45s, -webkit-transform 0.45s;
}

@supports ((-webkit-filter: url("#goo")) or (filter: url("#goo"))) {
  .u-button-default__blob {
    -webkit-transform: translate3d(0, 150%, 0) scale(1.4);
            transform: translate3d(0, 150%, 0) scale(1.4);
  }
}

.u-button-default__blob:nth-child(1) {
  left: 0%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.u-button-default__blob:nth-child(2) {
  left: 24.75%;
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}

.u-button-default__blob:nth-child(3) {
  left: 49.5%;
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}

.u-button-default__blob:nth-child(4) {
  left: 74.25%;
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}

.u-button-default:hover .u-button-default__blob {
  -webkit-transform: translateZ(0) scale(1.7);
          transform: translateZ(0) scale(1.7);
}

@supports ((-webkit-filter: url("#goo")) or (filter: url("#goo"))) {
  .u-button-default:hover .u-button-default__blob {
    -webkit-transform: translateZ(0) scale(1.7);
            transform: translateZ(0) scale(1.7);
  }
}

@-webkit-keyframes bodyBackground {
  from {
    background-size: cover;
    background-position: 30% 22%;
  }
  to {
    background-size: cover;
    background-position: 150% 0;
  }
}

@keyframes bodyBackground {
  from {
    background-size: cover;
    background-position: 30% 22%;
  }
  to {
    background-size: cover;
    background-position: 150% 0;
  }
}

@media (max-width: 1200px) {
  .u-main-image {
    display: none;
  }
}

@media (max-width: 768px) {
  .uk-container {
    padding-right: 22px;
    padding-left: 22px;
  }
  body {
    -webkit-animation: none;
            animation: none;
  }
  .uk-navbar-list {
    display: none;
  }
  .u-mobile-menu {
    display: block;
  }
  .main-title {
    display: none;
  }
  .u-navbar-list {
    gap: 20px;
  }
}

@font-face {
  font-family: 'Inter';
  src: url("../font/Inter-Regular.woff2") format("woff2"), url("../font/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url("../font/Inter-Light.woff2") format("woff2"), url("../font/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url("../font/Inter-Medium.woff2") format("woff2"), url("../font/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url("../font/Inter-SemiBold.woff2") format("woff2"), url("../font/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url("../font/poppins/Poppins-Regular.woff2") format("woff2"), url("../font/poppins/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*# sourceMappingURL=index.css.map */