:root {
  --primary: #00f58f;
  --secondary: #040408;
  --bg-color: #000;
  --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(--bg-color);
  color: var(--white);
}

body {
  font-size: 16px;
  font-weight: 400;
  background: var(--bg-color);
  color: var(--white);
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

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: 32px;
}

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: 32px;
  }

  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(--white);
}

.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: #adadad;
}

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

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


/* profile */

body {
  background: #000;
}

.container-card {
  max-width: 556px;
  width: 100%;
  box-shadow: 0 1px 30px 5px rgba(0, 0, 0, .5019607843);
  border-radius: 30px 30px 0 0;
  margin: 20px auto;
  padding: 0;
}

.profile-img {
  width: 100%;
  height: 546px;
  object-fit: cover;
  border-radius: 30px 30px 0 0;
  object-position: top;
}

.bg-shadow {
  position: relative;
  width: 100%;
}

.bg-shadow::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 53.333vw;
  background: linear-gradient(179.27deg, rgba(05, 0, 0, 0) .59%, rgba(0,0,0,0.1) 15.57%, #000 94.33%);
  right: 0;
  bottom: -1px;
  opacity: 1;
}

@media (min-width: 767px) {
  .bg-shadow::after {
    height: 120px;
  }
}

.user-profile{
  z-index: 10;
  margin-top: -110px;
  padding: 0 16px 30px;
}

@media (max-width: 570px) {
  .container-card {
    margin-top: 0;
    border-radius: 0;
  }

  .profile-img {
    border-radius: 0;
    width: 100vw;
    height: 100vw;
  }
}

.social-link{
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  width: 100%;
}

.links-wrapper{
  gap: 12px 0;
}