:root {
  --primary: #00f58f;
  --secondary: #040408;
  --bg-color: #fbfbfb;
  --white: #fff;
  --gray: #f2f2f2;
  --black: #141414;
  --green: #00f58f;
  --greenHov: #0edd87;
  --radius: 4px;
  --paddSection: 70px;
}

@media (min-width: 992px) {
  :root {
    --paddSection: 100px;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: var(--primary);
  color: var(--white);
}

body {
  font-size: 16px;
  font-weight: 400;
  background: var(--bg-color);
  color: var(--black);
  margin: 0;
  padding: 0;
  line-height: 1.3;
  opacity: 0;
  transition: all .4s ease;
  transform: scale(0.7);
}

body.fade {
  opacity: 1;
  transform: scale(1);
}

body.overf {
  overflow: hidden;
}

.overf-x {
  overflow-x: hidden;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

ul {
  padding-left: 25px;
}

ul li {
  margin: 7px 0;
}

a,
input,
textarea,
select,
.btn,
.link,
svg path,
.btn-plain {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

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

h1, .h1 {
  font-size: 35px;
}

h2, .h2 {
  font-size: 49px;
}

h3, .h3 {
  font-size: 39px;
}

h4, .h4 {
  font-size: 31px;
}

h5, .h5 {
  font-size: 23px;
  line-height: 32px;
}

.subtitle {
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 40px;
  }
  h2, .h2 {
    font-size: 35px;
  }
  h3, .h3 {
    font-size: 27px;
  }
  h4, .h4 {
    font-size: 20px;
  }
  .subtitle {
    font-size: 14px;
    margin-bottom: 11px;
  }
}
.green {
  color: var(--green);
}

.bg-blue {
  background: var(--primary);
}

.maxw680 {
  max-width: 680px;
}

.maxw650 {
  max-width: 650px;
}

.maxw415 {
  max-width: 415px;
}

@media (min-width: 575px) {
  .maxw340 {
    max-width: 340px;
  }
}
a {
  text-decoration: none;
  color: var(--black);
}

.footer-link:hover {
  color: #bfbfbf;
}

button {
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
}

.btn {
  font-size: 16px;
  font-weight: 600;
  padding: 12px 26px;
  letter-spacing: 0.1px;
  color: var(--black);
  background: var(--primary);
  border-radius: var(--radius);
  border: 2px solid transparent;
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
}

.btn:active,
.btn:hover {
  background: var(--greenHov);
}

.btn-secondary {
  color: var(--white);
  background: transparent;
  border-color: var(--white);
}

.btn-secondary:hover,
.btn-secondary:active {
  color: var(--black);
  background: var(--white);
  border-color: var(--white);
}

.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background: var(--gray300);
  color: #fff;
}

.py-7 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.pt-7 {
  padding-top: 7px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-32 {
  padding-top: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.lh-1 {
  line-height: 1;
}

main {
  margin-top: 78px;
  min-height: calc(100vh - 471px);
}

@media (min-width: 992px) {
  main {
    margin-top: 110px;
  }
}
p {
  margin: 0;
  line-height: 1.8;
}

p + p {
  margin-top: 2px;
}

.word-spacing {
  word-spacing: 100vw;
}

@media (min-width: 992px) {
  .word-lg-spacing {
    word-spacing: 100vw;
  }
}
.nice-select .current.black {
  color: #000 !important;
}

.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f15 {
  font-size: 15px;
}

.f16 {
  font-size: 16px;
}

.f17 {
  font-size: 17px;
}

.f18 {
  font-size: 18px;
}

.f19 {
  font-size: 19px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f23 {
  font-size: 23px;
}

.f24 {
  font-size: 24px;
}

.f25 {
  font-size: 25px;
}

.f28 {
  font-size: 28px;
}

.f32 {
  font-size: 32px;
}

.f44 {
  font-size: 44px;
}

.f64 {
  font-size: 64px;
}

.f40 {
  font-size: 40px;
}

.f48 {
  font-size: 48px;
}

@media (max-width: 767px) {
  .f44 {
    font-size: 35px;
  }
  .f48 {
    font-size: 30px;
  }
  .f64 {
    font-size: 30px;
  }
}
.bold {
  font-weight: bold;
}

.bold600 {
  font-weight: 600;
}

.bold500 {
  font-weight: 500;
}

.ps-r {
  position: relative;
}

.gap12 {
  gap: 12px;
}

.gap20 {
  gap: 20px;
}

.gap-y-20 {
  gap: 20px 0;
}

.gap-y-25 {
  gap: 25px 0;
}

.gap-y-32 {
  gap: 32px 0;
}

.gap-y-48 {
  gap: 48px 0;
}

.gap-x-25 {
  gap: 0 25px;
}

.gap-x-32 {
  gap: 0 32px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mr-12 {
  margin-right: 12px;
}

.mt70 {
  margin-top: 70px;
}

.mt60 {
  margin-top: 60px;
}

.mt52 {
  margin-top: 52px;
}

.mt32 {
  margin-top: 32px;
}

.mt38 {
  margin-top: 38px;
}

.br-5 {
  border-radius: 5px;
}

.br-4 {
  border-radius: 4px;
}

.br-8 {
  border-radius: 8px;
}

.pt45 {
  padding-top: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.py45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-10 {
  padding: 10px;
}

.p-16 {
  padding: 16px;
}

.p-20 {
  padding: 20px;
}

.p-24 {
  padding: 24px;
}

.p-32 {
  padding: 32px;
}

.p-48 {
  padding: 48px;
}

.p64 {
  padding: 64px;
}

.pt104 {
  padding-top: 104px;
}

.pb104 {
  padding-bottom: 104px;
}

.pt64 {
  padding-top: 64px;
}

.pb64 {
  padding-bottom: 64px;
}

.pt88 {
  padding-top: 88px;
}

.pb88 {
  padding-bottom: 88px;
}

.max-content {
  max-width: max-content;
}

.pb52 {
  padding-bottom: 52px;
}

.pt52 {
  padding-top: 52px;
}

.py52 {
  padding-top: 52px;
  padding-bottom: 52px;
}

.pb30 {
  padding-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.pb20 {
  padding-bottom: 20px;
}

.radius {
  border-radius: var(--radius);
}

.padd-section {
  padding-top: var(--paddSection);
  padding-bottom: var(--paddSection);
}

.padd-top {
  padding-top: var(--paddSection);
}

.padd-bottom {
  padding-bottom: var(--paddSection);
}

.h100 {
  height: 100%;
}

.grecaptcha-badge {
  display: none;
}

.breadcrumbs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
}

.breadcrumbs-list li::after {
  content: "/";
  position: relative;
  top: 1px;
  padding: 0 12px;
}

.breadcrumbs-list li:last-of-type::after {
  display: none;
}

.breadcrumbs {
  padding: 18px 0 18px;
  font-size: 12px;
  overflow: hidden;
}

.breadcrumbs-item:last-of-type span {
  display: inline-block;
}

.breadcrumbs-item:last-of-type span::first-letter {
  text-transform: capitalize;
}

.breadcrumbs-item a,
.breadcrumbs-item span {
  color: var(--gray700);
}

.breadcrumbs-item a:hover span {
  color: var(--gray900);
}

input,
textarea,
select {
  border: 0;
  border-bottom: 1px solid #fff;
  background: transparent;
  padding: 15px 0;
  height: 48px;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--primary) inset !important;
  -webkit-text-fill-color: #fff;
}

textarea {
  height: 100px;
  max-width: 100%;
}

input:focus,
textarea:focus {
  outline: none;
}

input:hover,
textarea:hover,
input:focus,
textarea:focus {
  border-color: #8b8b8b;
}

.form-group {
  position: relative;
}

.form-group label {
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  transform: translateY(0);
  pointer-events: none;
  padding: 5px 0;
  transition: transform 0.2s ease, font-size 0.2s ease, color 0.2s ease;
  will-change: transform;
}

.form-textarea label {
  top: 15px;
}

.form-group.active label {
  transform: translateY(-22px);
  font-size: 13px;
  color: var(--gray900);
}

.form-group.error label {
  transform: translateY(-33px);
  font-size: 13px;
  color: var(--gray900);
}

.form-group.error input, .form-group.error textarea {
  border-color: var(--primary900);
}

.form-textarea.active label, .form-group.error.form-textarea label {
  transform: translateY(-28px);
}

@media (min-width: 768px) {
  .novalidate.default label {
    transform: translateY(-13px);
  }
  .novalidate.default.active label {
    transform: translateY(-33px);
  }
}
.invalid-feedback {
  color: var(--primary900);
  padding: 7px 7px 0;
  width: 100%;
  display: none;
  font-size: 12px;
}

.checkbox-wrapper {
  padding: 12px 7px;
  border: 2px solid var(--black);
  width: 181px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.checkbox-wrapper:hover,
.checkbox-wrapper.active {
  background: var(--primary900);
  color: var(--black);
}

.checkbox-wrapper .checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary900);
  color: var(--black);
  border-radius: 0;
  border: none;
  transition: none;
  display: none;
}

.checkbox-wrapper input[type=radio]:checked ~ .checkbox {
  display: block;
}

.checkbox-text {
  z-index: 2;
}

.checkbox-label-first {
  border-right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.checkbox-label-second {
  border-right: 0;
}

.checkbox-label-last {
  border-left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.form-group.error input,
.form-group.error textarea {
  border-color: #a70000;
}

.invalid-feedback {
  color: #a70000;
  padding: 7px 7px 0;
  width: 100%;
  display: none;
  font-size: 12px;
}

.nice-select .option.disabled {
  display: none;
}

.valid {
  display: none;
  margin-top: 8px;
  color: #a70000;
  font-size: 14px;
}

.valid-el {
  position: relative;
}

.valid-el.error input,
.valid-el.error textarea {
  border-color: #a70000;
}

.valid-el.error::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 2px;
  right: 4px;
  z-index: 3;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M17 4.41L15.59 3L10 8.59L4.41 3L3 4.41L8.59 10L3 15.59L4.41 17L10 11.41L15.59 17L17 15.59L11.41 10L17 4.41Z' fill='%23a70000'/%3E%3C/svg%3E") no-repeat center;
  background-size: 20px;
}

input[type=checkbox] {
  display: none;
}

.checkbox {
  position: relative;
  min-width: 22px;
  width: 22px;
  height: 22px;
  background: #fff;
  margin-right: 12px;
  border: 1px solid #555555;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.checkbox::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}

input[type=checkbox]:checked ~ .checkbox::after {
  display: block;
}

input[type=checkbox]:checked ~ .checkbox {
  border-color: #000;
  background: #fff;
}

.pointer-none {
  pointer-events: none;
}

label {
  display: block;
}

.checkbox-label:hover .checkbox {
  border-color: var(--gray600);
}

.form-check.error ~ .checkbox {
  border-color: #a70000;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.t-c {
  text-align: center;
}

@media (min-width: 768px) {
  .t-md-c {
    text-align: center;
  }
}
.t-r {
  text-align: right;
}

.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w100 {
  width: 100%;
}

@media (max-width: 991px) {
  .w-lg-100 {
    width: 100%;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .btn {
    padding: 15px 24px;
  }
  .btn, .link {
    font-size: 15px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
}
@media (max-width: 420px) {
  .btns-wrapper-xs-column {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px 0;
    width: 100%;
  }
  .btns-wrapper-xs-column a,
  .btns-wrapper-xs-column button {
    text-align: center;
    width: 100%;
  }
  .btn-xs-secondary {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 24px;
    background: transparent;
    border-radius: var(--radius);
    border: 2px solid var(--white);
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
  }
  .btn-xs-secondary:hover,
  .btn-xs-secondary:active {
    color: var(--black);
    background: var(--white);
    border-color: var(--white);
  }
  .link::after {
    display: none;
  }
}
.gray {
  color: #333333;
}

.c-pointer {
  cursor: pointer;
}

.hr {
  max-width: 200px;
  border: none;
  border-top: 1px solid #ebebeb;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.border-t {
  border-top: 1px solid rgba(29, 29, 29, 0.25);
}

.border-b {
  border-bottom: 1px solid rgba(29, 29, 29, 0.25);
}

.border {
  border: 1px solid rgba(29, 29, 29, 0.25);
}

.pb-0 {
  padding-bottom: 0;
}

.vis-auto {
  content-visibility: auto;
}

.nowrap {
  white-space: nowrap;
}

.alert {
  display: none;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  margin-top: 12px;
}

.alert-success {
  background: #91ff91;
}

.alert-danger {
  background: #ff5a5a;
}

.splide__sr {
  display: none;
}

.header {
  padding: 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 10;
  backdrop-filter: blur(0px);
  border-bottom: 1px solid transparent;
  transition: padding 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.header.sticky {
  border-color: #d6d6d6;
  backdrop-filter: blur(10px);
}

.header-container {
  max-width: 100%;
}

@media (min-width: 992px) {
  .header {
    padding: 20px 0;
  }
  .header.sticky {
    padding: 15px 0;
  }
  .header-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.nav--menu-link {
  padding: 7px 12px;
  margin: 0 6px;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.1px;
  border-radius: var(--radius);
  height: 32px;
  line-height: 15px;
  font-size: 16px;
}

.nav--menu-link:hover {
  background: var(--gray);
}

.nav--btn {
  padding: 10px 26px;
  display: flex;
  line-height: 20px;
}

.nav-btn-arrow {
  transform: translateX(0);
  transition: transform 0.2s ease;
  will-change: transform;
  margin-left: 10px;
}

.nav--btn:hover .nav-btn-arrow {
  transform: translateX(3px);
}

.link {
  position: relative;
}

@media (min-width: 992px) {
  .link::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    right: 0;
    width: calc(100% - 16px);
    height: 2px;
    border-radius: 5px;
    background: var(--gray);
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.2s ease;
  }
}
.link::after {
  width: 100%;
  bottom: -7px;
}

.nav--menu-link:hover::after,
.link:hover::after {
  opacity: 1;
}

.nav--big-menu {
  position: fixed;
  top: 109px;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(4, 4, 8, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #242424;
  transform: translateY(0);
  transition: transform 0.2s ease;
  z-index: 10;
  display: none;
}

@media (min-width: 992px) {
  .header.sticky ~ .nav--big-menu {
    transform: translateY(-19.5px);
  }
}
.nav--big-menu-arrow {
  transition: transform 0.15s ease;
  margin-bottom: 1px;
  margin-left: 4px;
}

.nav--big-menu-arrow path {
  stroke: var(--black);
}

.nav--big-menu-btn.active .nav--big-menu-arrow {
  transform: rotate(-180deg);
}

.nav--big-menu-row {
  padding-top: 52px;
  padding-bottom: 52px;
  gap: 40px 0;
}

.nav--big-menu-desc {
  line-height: 1.8;
  max-width: 325px;
  margin-top: 16px;
}

@media (min-width: 992px) {
  .header--nav {
    padding-left: 50px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .logo--img {
    width: 50px;
  }
  .header--nav {
    position: fixed;
    top: 79px;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 79px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    z-index: 100;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.64, 0.03, 0.42, 1.01);
    padding: 40px 0;
  }
  .header.nav-open {
    backdrop-filter: unset;
    background: unset;
    transition: none;
  }
  .header::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    backdrop-filter: blur(10px);
    z-index: -1;
    background: rgba(4, 4, 8, 0.85);
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }
  .header.sticky::after {
    transition: unset;
  }
  .header.nav-open::after {
    visibility: visible;
    opacity: 1;
  }
  .header--nav.mobile-hidden {
    display: none;
  }
  .header--nav.active {
    transform: translate(0);
  }
  .nav--menu-link {
    margin: 15px 0;
    width: fit-content;
  }
  .nav--btn {
    width: calc(100% - 48px);
    text-align: center;
    padding: 18px 32px;
  }
  .header--nav-wrapper {
    width: 100%;
    padding: 0 16px;
  }
  .nav--big-menu-desc {
    display: none;
  }
  .nav--big-menu-arrow,
  .nav--big-menu-btn.active .nav--big-menu-arrow {
    transform: rotate(-90deg);
    width: 12px;
  }
  .nav--big-menu-row {
    gap: 10px 0;
  }
  .nav--big-menu-row a {
    display: block;
    width: fit-content;
    padding: 15px 0;
  }
  .nav--big-menu-title {
    font-size: 16px;
    width: fit-content;
    padding: 0 13px;
  }
  .nav--big-menu {
    display: block;
    background: unset;
    backdrop-filter: unset;
    border-bottom: unset;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.64, 0.03, 0.42, 1.01);
  }
  .header--nav.bigmenu-active .nav--menu-link {
    opacity: 0;
  }
  .nav--big-menu.active {
    transform: translateX(0);
  }
  .nav--menu-back-btn {
    padding: 10px 29px;
    margin-bottom: 15px;
  }
  .nav--big-menu-row {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  margin-right: var(--gapMin);
}

.hamburger.active .hamburger-top {
  top: 6px;
  transform: translate(0) rotate(225deg);
}

.hamburger.active .hamburger-middle {
  top: 6px;
  transform: translate(16px);
}

.hamburger.active .hamburger-bottom {
  top: 6px;
  transform: translate(0) rotate(135deg);
}

.hamburger-container {
  position: relative;
  width: 16px;
  height: 14px;
  overflow: hidden;
}

.hamburger-top,
.hamburger-middle,
.hamburger-bottom {
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: var(--black);
  transition: top 0.25s, background-color 0.5s, transform 0.25s;
}

.hamburger-top {
  top: 0;
  left: 0;
  transform: translate(0);
}

.hamburger-middle {
  top: 6px;
  left: 0;
  transform: translate(8px);
}

.hamburger-bottom {
  top: 12px;
  left: 0;
  transform: translate(4px);
}

footer {
  background: var(--gray);
}

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

