.uk-container {
  max-width: 1300px;
}

.logo {
  color: #fd8704 !important;
  font-weight: 700;
  text-transform: capitalize !important;
  font-size: 32px !important;
}
@media (max-width: 960px) {
  .logo {
    font-size: 28px !important;
  }
}

header {
  background-color: #00050b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  min-height: 68px;
  font-family: "Inter", sans-serif;
}

.lang-btn {
  outline: inherit;
  background-color: transparent;
  border: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background: rgba(225, 255, 255, 0.15);
}
.lang-btn img {
  margin-right: 6px;
}

.ast-arrow-svg {
  height: 0.6em;
  width: 0.6em;
  position: relative;
  margin-left: 10px;
  fill: currentColor;
}

.lang-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.lang-menu ul a {
  color: #222;
  padding: 5px 0;
  display: block;
}
.lang-menu ul a img,
.lang-menu ul a svg {
  margin-right: 10px;
}

.uk-navbar-nav > li > a {
  color: #fff;
  text-transform: inherit;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  font-size: 15px;
  font-weight: 600;
}

@media (min-width: 960px) {
  .uk-navbar-nav {
    gap: 40px;
  }
}
.hero-form {
  padding: 30px;
  max-width: 450px;
  border-radius: 10px;
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0, #f7f8f8),
      to(#f7f8f8)
    ),
    #fff;
  background: linear-gradient(0deg, #f7f8f8 0, #f7f8f8 100%), #fff;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.hero-form h3 {
  color: #1b3942;
  text-align: center;
  line-height: 1.3;
  font-size: 24px;
  width: 90%;
  margin: 0 auto 20px;
}
.hero-form ::-webkit-input-placeholder {
  color: #555;
  opacity: 1;
  /* Firefox */
  font-weight: 500;
}
.hero-form :-ms-input-placeholder {
  color: #555;
  opacity: 1;
  /* Firefox */
  font-weight: 500;
}
.hero-form ::-ms-input-placeholder {
  color: #555;
  opacity: 1;
  /* Firefox */
  font-weight: 500;
}
.hero-form ::placeholder {
  color: #555;
  opacity: 1;
  /* Firefox */
  font-weight: 500;
}
.hero-form ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #555;
  font-weight: 500;
}

.uk-input,
.uk-select:not([multiple]):not([size]) {
  height: 45px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
button {
  width: 100%;
  border-radius: 10px;
  padding: 13px 20px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: none;
  transition: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
button:focus {
  border: 3px solid #007bff;
  outline: none;
}

.submit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 0 50px;
  height: 48px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: #01c9ee;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  outline: inherit;
  border: 0;
  font-size: 17px;
}
.submit-btn:hover {
  background-color: transparent;
  border: 1px solid #8a9fa3;
  color: #1b3942;
}

.iti--allow-dropdown {
  width: 100%;
}

.hero-form ul {
  list-style-type: disc;
  padding-left: 16px;
}

.hero-form ul li {
  position: relative;
  font-size: 13px;
  line-height: 1.3;
  color: #666;
}

.hero-form ul li:not(:last-child) {
  margin-bottom: 8px;
}

.hero-form ul li a {
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-underline-offset: 2px;
}

.accent {
  color: #fd8704;
}

.hero-section {
  background-color: #00050b;
  background-image: url(./assets_main/images/bg.webp);
  background-position: bottom -40px center;
  background-repeat: no-repeat;
  padding: 20px 0 60px;
}

.mob-menulist a {
  min-height: 45px !important;
}

.site-footer {
  background-color: #191d26;
  padding: 40px 0 0;
}
.site-footer .footer-nav {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.site-footer .footer-nav li {
  display: inline-block;
}
.site-footer .footer-nav li a {
  color: #fff;
  padding: 5px 10px;
}

.site-footer p {
  font-size: 14px;
  color: #b1b1b1;
}

p + p {
  margin-top: 20px;
}

.site-footer b {
  color: #fff;
}

.footer-bottom {
  margin-top: 40px;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.copyright {
  font-size: 14px;
  color: #b1b1b1;
}
.copyright span {
  font-weight: 500;
  color: #fff;
}
@media (max-width: 960px) {
  .copyright {
    font-size: 12px;
  }
}

@media (max-width: 960px) {
  .order-1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  line-height: 1.5;
  word-break: break-word;
  color: #687a7f;
  font-family: "Inter", sans-serif;
}
@media (max-width: 960px) {
  body {
    font-size: 14px;
  }
}

h2,
h1,
.uk-h1,
.uk-h2 {
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

h3,
h4 {
  font-family: "Inter", sans-serif;
}

.site-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.site-content {
  position: relative;
}

.site-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

* {
  font-family: "Inter", sans-serif;
  font-size-adjust: 0.5;
}

* + .uk-grid-margin-small,
.uk-grid + .uk-grid-row-small,
.uk-grid + .uk-grid-small,
.uk-grid-row-small > .uk-grid-margin,
.uk-grid-small > .uk-grid-margin {
  margin-top: 10px;
}

sup {
  top: -0.9em;
}

.home__title {
  font-size: 48px;
  margin-bottom: 20px;
  margin-top: 30px;
  padding-right: 20px;
  font-weight: 400;
}

.home__title sup {
  font-size: 18px;
  font-weight: bold;
}

.home__text {
  font-size: 30px;
  padding-right: 20px;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 960px) {
  .home__title {
    font-size: 30px;
    padding-top: 0;
    margin: 0;
  }

  .home__title sup {
    font-size: 12px;
  }

  .home__text {
    font-size: 20px;
    padding-right: 0;
  }
}
.title-2 {
  font-size: 36px;
}
@media (max-width: 960px) {
  .title-2 {
    font-size: 24px;
  }
}

.txt {
  color: #1b3942;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

@media only screen and (min-width: 991.98px) {
  .txt {
    font-size: 20px;
  }
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 0 50px;
  height: 48px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: #01c9ee;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.btn-cta {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  text-decoration: none;
}

.btn-o {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 0 30px;
  width: 100%;
  height: 48px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #1b3942;
  cursor: pointer;
  background: #01c9ee;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 1px solid #8a9fa3;
  margin: 30px 0 0;
  text-decoration: none;
}

@media (any-hover: hover) {
  .btn:hover {
    background-color: transparent;
    border: 1px solid #8a9fa3;
    color: #1b3942;
    text-decoration: none;
  }

  .btn-o:hover {
    background-color: #01c9ee;
    border: 1px solid #01c9ee;
    color: #fff;
    text-decoration: none;
  }
}
.what-img {
  max-width: 650px;
}

.what-img-left {
  aspect-ratio: 9 / 5;
  overflow: hidden;
  border-radius: 18px;
}

.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #01c9ee;
  border-radius: 50%;
}

.icon-big {
  width: 60px;
  height: 60px;
}

.icon-big img {
  width: 36px;
  height: 36px;
}

.icon-circle {
  width: 40px;
  height: 40px;
}

.block__title {
  color: #1b3942;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.holder {
  overflow: hidden;
  padding: 0;
  background: #fd8704;
}

.holder__container,
.holder__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.holder__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.holder__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1320px;
}

.holder__body {
  padding: 30px 0;
}

@media only screen and (min-width: 991.98px) {
  .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .holder__body {
    padding: 30px 20px 30px 0;
    width: 52%;
  }

  .holder__image {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((80vw - 40px) * 0.6 + 20px);
    flex: 0 0 calc((80vw - 40px) * 0.6 + 20px);
    padding: 0 0 31%;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }

  .holder__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1320px) {
  .holder__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(36vw + 132px);
    flex: 0 0 calc(36vw + 132px);
  }
}
.card__img img,
.holder__image img {
  max-width: 100%;
}

.footer b,
.holder__body .title-2,
.holder__body .txt,
.holder__body p {
  color: #fff;
}

.benefits-box .icon {
  margin: 0 auto;
}
.benefits-box h3 {
  color: #191d26;
  font-weight: 600;
  line-height: 1.5;
  font-size: 16px;
  margin-top: 20px;
}

.faq-section {
  background: #f7f8f8;
}

.uk-accordion li a {
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
  color: #454f5e;
  font-weight: bold;
  font-size: 18px;
}
.uk-accordion li p {
  color: #687a7f;
}

.uk-accordion-title::before {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-image: url(./assets_main/images/icon-open.svg);
}

.uk-open > .uk-accordion-title::before {
  background-image: none;
}

.point {
  margin: 0 auto;
  max-width: 1060px;
  width: 100%;
}

.point tr:nth-child(2n) {
  background: #f7f8f8;
}

.point td,
.table td,
.table th {
  border: 1px solid #d5d9ed;
}

.point .icon__row,
.point p {
  padding: 10px 5px;
}

table {
  margin: 20px 0;
  border-collapse: collapse;
}

.icon__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  word-break: normal;
  gap: 10px;
}
.icon__row h3 {
  font-size: 16px;
  margin: 0;
  color: #687a7f;
}

table.point p {
  margin: 0 !important;
}

@media only screen and (min-width: 679.98px) {
  .icon__row {
    gap: 20px;
  }
}
@media only screen and (min-width: 479.98px) {
  .point .icon__row,
  .point p {
    padding: 10px;
  }
}
.icon-circle {
  width: 40px;
  height: 40px;
}
@media (max-width: 960px) {
  .icon-circle {
    width: 36px;
    height: 36px;
  }
}

input[type="text"],
input[type="email"],
input[type="tel"],
button {
  font-size: 17px;
}

.title-2 {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1.2;
  color: #1b3942;
  font-weight: 500;
}

.uk-flex-inline {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media only screen and (min-width: 767.98px) {
  .descr,
  .title-form {
    font-size: 24px;
  }
}
.descr {
  max-width: 900px;
  color: #1a1a1a;
  margin: 0 auto 20px;
}

.sub-btn {
  background-color: #01c9ee;
  color: #ffffff;
  min-height: 48px;
  fill: #fff;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50px;
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  border: 0;
  outline: invert;
  text-transform: uppercase;
}

.sub-btn svg {
  font-size: 21px;
}

.contact-form .form_group input,
.contact-form textarea {
  border-radius: 10px;
  border-color: #d5d9ed;
  color: #666;
  padding: 13px 20px;
}

.cf-inner {
  padding: 30px;
  border-radius: 10px;
  background-color: #f7f8f8;
}
@media (max-width: 960px) {
  .cf-inner {
    padding: 15px;
  }
}

::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #333;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  color: #333;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #333;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #333;
}

.clause {
  border-left: 4px solid #01c9ee;
  background: #f7f8f8;
  padding: 12px 30px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 40px auto 0;
}

@media only screen and (min-width: 767.98px) {
  .table td,
  .table th {
    padding: 10px;
  }
}
.table-bordered,
.table-bordered td,
.table-bordered th {
  border-top: 1px solid #d5d9ed;
}

.table td,
.table th {
  vertical-align: top;
  padding: 5px;
}

.point td,
.table td,
.table th {
  border: 1px solid #d5d9ed;
}

img,
.clickable {
  cursor: pointer;
}

.lander-form-wrapper {
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.lander-form {
  padding: 0 !important;
  margin: 0 !important;
}

.lander-form-header {
  display: none !important;
}

.lander-form-field input {
  border-radius: 10px !important;
  border-color: #d5d9ed !important;
  font-size: 17px !important;
  border: 1px solid #e5e5e5 !important;
}

.lander-form-field .lander-submit {
  width: 100% !important;
  min-height: 48px !important;
  background: #01c9ee !important;
  border-radius: 50px !important;
  animation: none !important;
}

.hero-form ul {
  list-style: none !important;
}
