@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter-ExtraBold.woff") format("woff");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: Designer;
  font-display: swap;
  src: url("../fonts/Designer.woff2") format("woff2"), url("../fonts/Designer.woff") format("woff");
  font-style: normal;
}
input[type=number] {
  -moz-appearance: textfield;
}

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

input, textarea, a, button {
  -webkit-appearance: none;
  -moz-appearance: none;
}

body {
  background: #fff;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "Inter", sans-serif !important;
  color: #282828;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

li {
  display: block;
}

ul {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  font-family: "Inter", sans-serif !important;
}

textarea {
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  resize: none;
}

a {
  text-decoration: none;
  color: #F57F21;
  display: inline-block;
}
a:hover {
  color: #F57F21;
  transition: all 0.2s ease-out;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

input:active, input:focus, button:active, button:focus, span:active, span:focus, span, div:active, div:focus, div, textarea:active, textarea:focus, select:active, select:focus {
  outline: none;
}

textarea, input {
  font-family: "Inter", sans-serif !important;
  letter-spacing: 0;
}

button {
  font-family: "Inter", sans-serif !important;
  background: none;
  cursor: pointer;
  border: none;
  font-size: 16px;
}
button:disabled {
  opacity: 0.5;
  cursor: auto !important;
}

h1 {
  font-size: 40px;
  color: #000;
  font-weight: 600;
}

h1, h2 {
  margin: 0;
  font-family: "Inter", sans-serif !important;
}

h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #282828;
}

h3 {
  font-size: 30px;
  font-family: "Inter", sans-serif !important;
  margin-top: 0;
  font-weight: 600;
}

.round-btn {
  width: 158px;
  height: 158px;
  background: #1175DA;
  border-radius: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  text-align: center;
  position: relative;
}
.round-btn::after {
  transition: all 0.2s ease-out;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border: 1px solid #1175DA;
  border-radius: 150px;
}
.round-btn:hover {
  transition: all 0.2s ease-out;
  color: #fff;
  background: #0B5EB2;
}
.round-btn:hover::after {
  border: 1px solid #0B5EB2;
  transition: all 0.2s ease-out;
}

section {
  margin-bottom: 100px;
}

.swiper-wrapper {
  height: auto !important;
}

#neve_body .container {
  padding: 0 100px;
  margin: 0 auto !important;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  width: 1440px;
}

#neve_body .row {
  display: flex;
}

body .row {
  margin: 0;
}

.row-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.row-space {
  justify-content: space-between;
}

.column {
  flex-direction: column;
}

.overflow-body {
  overflow-y: hidden;
}

#neve_body .btn, #neve_body .btn[type=submit] {
  display: flex;
  height: 48px;
  padding: 0px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #F57F21;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.08px;
}
#neve_body .btn:hover, #neve_body .btn[type=submit]:hover {
  color: #fff;
  background: #EA6F0B;
  transition: all 0.2s ease-out;
}
#neve_body .btn:active, #neve_body .btn[type=submit]:active {
  background: #D6660A;
}
#neve_body .btn:disabled, #neve_body .btn.disabled, #neve_body .btn[type=submit]:disabled, #neve_body .btn[type=submit].disabled {
  background: rgba(255, 255, 255, 0.08);
  color: #767573;
  cursor: none;
  pointer-events: none;
}

#neve_body .login__form__google {
  border-radius: 10px;
  background: none;
  display: flex;
  gap: 16px;
  padding: 10px 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#neve_body .login__form__google span {
  color: #fff;
}
#neve_body .login__form__google:hover {
  background: rgba(255, 255, 255, 0.08);
}

.hidden-body {
  overflow: hidden;
}

.bread {
  flex-wrap: wrap;
}
.bread li {
  margin-bottom: 5px;
}

::-webkit-scrollbar {
  width: 5px;
  height: 0.5em;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 40px;
}

::-webkit-scrollbar-track {
  background: #1e1e1e;
}

@media screen and (max-width: 979px) {
  .mobile-col {
    flex-direction: column;
  }

  .mobile-col-rev {
    flex-direction: column-reverse;
  }

  .mobile__none {
    display: none;
  }

  #neve_body .container {
    width: 100%;
    padding: 0 4vw;
  }
}
@media screen and (min-width: 980px) and (max-width: 1280px) {
  .container {
    width: 980px;
  }
}
#neve_body .input * {
  transition: all 0.2s ease-out;
}
#neve_body .input label {
  display: flex;
  position: relative;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  justify-content: space-between;
}
#neve_body .input input {
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.08);
  width: 100%;
  border-radius: 8px;
  height: 48px;
  color: #fff;
  border: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid transparent;
  letter-spacing: -0.08px;
}
#neve_body .input input::placeholder {
  color: #767573;
  font-size: 16px;
}
#neve_body .input input:focus-within {
  border: 1px solid #F57F21;
}
#neve_body .input .input-del {
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
#neve_body .input .input-error {
  margin-top: 6px;
  color: #F04438;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  display: none;
  line-height: 16px;
}
#neve_body .input .input-btn {
  position: absolute;
  right: 16px;
  top: 50%;
  height: 24px;
  transform: translateY(-50%);
  cursor: pointer;
}
#neve_body .input .input-btn ~ .input-del {
  display: none !important;
}
#neve_body .input .input-btn.active svg {
  display: none;
}
#neve_body .input .input-btn.active::after {
  content: "";
  background: url("../files/eye2.svg") no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
}
#neve_body .input.error input {
  border: 1px solid #F04438;
}
#neve_body .input.error .input-error {
  display: block;
}
#neve_body .checkbox {
  position: relative;
  cursor: pointer;
}
#neve_body .checkbox::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  width: 20px;
  height: 20px;
}
#neve_body .checkbox input {
  position: absolute;
  left: -100%;
  opacity: 0;
  z-index: -11;
}
#neve_body .checkbox span {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  letter-spacing: -0.07px;
  padding-left: 32px;
}
#neve_body .checkbox span a {
  color: #1175DA;
}
#neve_body .checkbox span a:hover {
  color: #0B5EB2;
}
#neve_body .checkbox.active::after {
  background: url("../files/check.svg") no-repeat center;
  background-size: contain;
}

.diamond {
  background: #7786A0;
}

.platinum {
  background: #747474;
}

.gold {
  background: #A39274;
}

.silver {
  background: #777978;
}

.bronze {
  background: #7D574A;
}

#neve_body .login {
  background: #000;
  margin: 0;
  height: 100%;
}
#neve_body .login .container {
  padding: 24px;
  max-width: 100%;
  width: 100%;
  overflow: visible;
}
#neve_body .login__wrapper {
  height: 100%;
  position: relative;
}
#neve_body .login .logo {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  top: 32px;
  left: 32px;
  border-radius: 12px;
  background: #F57F21;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 7.5px 8px 8.5px 8px;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(2px);
}
#neve_body .login__video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
#neve_body .login__video video {
  width: 100%;
  border-radius: 16px;
  height: 100%;
  object-fit: cover;
}
#neve_body .login__video::after {
  content: "";
  position: absolute;
  top: 0;
  border-radius: 16px;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, #F57F21 0%, rgba(245, 127, 33, 0) 100%);
  mix-blend-mode: color;
}
#neve_body .login__left {
  width: 50%;
  height: calc(100vh - 48px);
  display: flex;
  position: sticky;
  top: 24px;
}
#neve_body .login__right {
  width: 50%;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#neve_body .login__right .logo {
  display: none;
}
#neve_body .login__close {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
}
#neve_body .login__close:hover {
  background: rgba(255, 255, 255, 0.18);
}
#neve_body .login__text {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  color: #fff;
  z-index: 2;
  padding: 32px;
  position: relative;
}
#neve_body .login__text p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.3px;
}
#neve_body .login__title {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  color: #fff;
  margin-bottom: 24px;
  letter-spacing: -1.92px;
}
#neve_body .login__form {
  width: 360px;
}
#neve_body .login__form form {
  margin-top: 32px;
}
#neve_body .login__form__title {
  margin-bottom: 0px;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.96px;
  color: #fff;
}
#neve_body .login__form__row {
  margin-top: 24px;
  align-items: center;
}
#neve_body .login__form__reset {
  color: #1175DA;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.07px;
}
#neve_body .login__form__reset:hover {
  color: #0B5EB2;
}
#neve_body .login__form__login {
  margin-bottom: 16px;
}
#neve_body .login__form__google {
  margin-bottom: 32px;
}
#neve_body .login__form__info {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.08px;
}
#neve_body .login__form__info a {
  color: #fff;
}
#neve_body .login__form__info a:hover {
  color: #1175DA;
}
#neve_body .login__form__descr {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.07px;
  color: rgba(255, 255, 255, 0.6);
}
#neve_body .login__form__descr a {
  font-weight: 600;
  color: #1175DA;
}
#neve_body .login__form__descr a:hover {
  color: #0B5EB2;
}
#neve_body .login__form__login {
  margin-top: 24px;
}
#neve_body .login .input {
  margin-bottom: 16px;
}
#neve_body .login .input input {
  background: rgba(255, 255, 255, 0.08);
}
#neve_body .login .input input:hover {
  background: #272727;
}
#neve_body .login .input input:focus-within {
  background: none;
}
#neve_body .login .input:last-of-type {
  margin-bottom: 0px;
}
#neve_body .login__back {
  right: auto;
  left: 24px;
}

.signup__type {
  margin-bottom: 24px;
  gap: 12px;
}
.signup__type__svg {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.signup__type__svg svg {
  width: 24px;
  height: 24px;
}
.signup__type .checkbox {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  padding: 24px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  text-align: center;
  width: 174px;
  height: 132px;
}
.signup__type .checkbox::after {
  display: none;
}
.signup__type .checkbox:hover {
  background: rgba(255, 255, 255, 0.12);
}
.signup__type .checkbox.active {
  border: 1px solid #F57F21;
  background: rgba(255, 255, 255, 0.08);
}
.signup__type .checkbox.active svg path {
  fill: #F57F21;
}
.signup__type .checkbox.active svg .svg-stroke {
  stroke: #F57F21;
  fill: none;
}

#neve_body .signup__type .signup__type__text {
  padding-left: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.08px;
}

.signup__form__descr {
  margin-top: 32px;
}

#neve_body .signup-coupon {
  display: flex;
  padding: 16px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  margin-bottom: 32px;
  border: 1px solid transparent;
}
#neve_body .signup-coupon__name {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 4px;
  letter-spacing: -0.08px;
}
#neve_body .signup-coupon__price {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.36px;
}
#neve_body .signup-coupon__top {
  width: 100%;
  align-items: center;
}
#neve_body .signup-coupon__bottom {
  width: 100%;
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
}
#neve_body .signup-coupon__row {
  display: flex;
  justify-content: space-between;
}
#neve_body .signup-coupon__row span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: -0.07px;
}
#neve_body .signup-coupon__row p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.07px;
}
#neve_body .signup-coupon__row:not(:last-child) {
  margin-bottom: 8px;
}
#neve_body .signup-coupon__color {
  display: flex;
  gap: 8px;
  align-items: center;
}
#neve_body .signup-coupon__color p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.08px;
}
#neve_body .signup-coupon__color span {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  padding-left: 0;
  border-radius: 40px;
}
#neve_body .signup-coupon__label {
  display: flex;
  height: 24px;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
}
#neve_body .signup-coupon .purple {
  background: #9C31F0;
}
#neve_body .signup-coupon .blue {
  background: #5C33FF;
}
#neve_body .signup-coupon span {
  padding-left: 0;
}

#neve_body .signup-coupon2 {
  transition: all 0.2s ease-out;
}
#neve_body .signup-coupon2 .signup-coupon__color {
  margin-right: auto;
}
#neve_body .signup-coupon2:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.12);
}
#neve_body .signup-coupon2 .signup-coupon__top {
  display: flex;
  gap: 10px;
  align-items: center;
}
#neve_body .signup-coupon2::after {
  display: none;
}
#neve_body .signup-coupon2 .signup-coupon__bottom {
  display: none;
  transition: all 0.2s ease-out;
}

#neve_body .signup-coupon.active {
  border: 1px solid #F57F21;
}
#neve_body .signup-coupon.active .signup-coupon__bottom {
  display: block;
  transition: all 0.2s ease-out;
}

#neve_body .all-coupons .signup-coupon {
  margin-bottom: 12px;
}
#neve_body .all-coupons .all-coupons__descr {
  color: #fff;
  margin-top: 32px;
}
#neve_body .all-coupons .all-coupons__descr p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  margin-bottom: 8px;
}
#neve_body .all-coupons .all-coupons__descr a {
  font-size: 12px;
  font-style: normal;
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  line-height: 16px;
  color: #2F9DD8;
  width: fit-content;
  margin: 0 auto;
}
#neve_body .all-coupons .all-coupons__descr a:hover {
  color: #F57F21;
}
#neve_body .all-coupons .all-coupons__descr a:hover svg {
  transition: all 0.2s ease-out;
}
#neve_body .all-coupons .all-coupons__descr a:hover svg path {
  transition: all 0.2s ease-out;
  fill: #F57F21;
}
#neve_body .all-coupons .login__form__login {
  margin-top: 32px;
}

#neve_body .login__form__back {
  background: rgba(255, 255, 255, 0.08);
}

#neve_body .signup-coupon3 .signup-coupon__top {
  gap: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
#neve_body .signup-coupon3 .signup-coupon__label {
  position: absolute;
  top: 0;
  right: 0px;
  margin: 0;
}
#neve_body .signup-coupon3 .signup-coupon__name {
  margin-bottom: 4px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.08px;
}
#neve_body .signup-coupon3 .signup-coupon__price {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
#neve_body .signup-coupon3 .signup-coupon__price span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: -0.07px;
}
#neve_body .signup-coupon3 .signup-coupon__row__label {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  height: 20px;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #767573;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

#neve_body .coupon__slice {
  margin-bottom: 32px;
  display: flex;
  gap: 12px;
  align-items: center;
}
#neve_body .coupon__slice span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-left: 0;
  letter-spacing: -0.08px;
}
#neve_body .coupon__slice__label {
  border-radius: 6px;
  background: #2F9DD8;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  height: 24px;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#neve_body .coupon__slice__round {
  display: flex;
  width: 42px;
  height: 24px;
  padding: 2px;
  align-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
}
#neve_body .coupon__slice__round::after {
  content: "";
  position: absolute;
  left: 2px;
  transition: all 0.2s ease-out;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 100px;
}
#neve_body .coupon__slice::after {
  display: none;
}

#neve_body .coupon__slice.active .coupon__slice__round {
  background: #F57F21;
}
#neve_body .coupon__slice.active .coupon__slice__round::after {
  left: 20px;
  transition: all 0.2s ease-out;
}

.landing {
  background: #090909;
  color: #fff;
}

.giveaway {
  background-image: url("../files/grad.svg");
  background-repeat: no-repeat;
}

.main-menu {
  padding: 20px 0;
  margin-top: 0;
  margin-bottom: 40px;
}
.main-menu .logo {
  display: flex;
  align-items: center;
  height: 40px;
}
.main-menu .mob-logo {
  display: none;
}
.main-menu__trigger {
  display: none;
}
.main-menu .container {
  align-items: center;
}
.main-menu__list {
  display: flex;
  align-items: center;
  gap: 32px;
}
.main-menu__list a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.08px;
}
.main-menu__list a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.main-menu li.active a {
  color: rgba(255, 255, 255, 0.6);
}
.main-menu__right {
  align-items: center;
  flex-shrink: 0;
}
.main-menu__avatar {
  width: 40px;
  border-radius: 100px;
  height: 40px;
  margin-right: 12px;
}
.main-menu__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-menu__auth {
  cursor: pointer;
  align-items: center;
}
.main-menu__auth svg {
  transition: all 0.2s ease-out;
}
.main-menu__auth span {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-right: 4px;
  display: flex;
  letter-spacing: -0.08px;
}
.main-menu__auth.active svg {
  transform: rotate(-180deg);
}

#neve_body .main-menu__notauth {
  gap: 8px;
}
#neve_body .main-menu__notauth .btn {
  flex-shrink: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  width: auto;
  height: 40px;
  padding: 0 16px;
  color: #fff;
  letter-spacing: -0.08px;
}
#neve_body .main-menu__right {
  margin-left: 0;
  margin-right: 16px;
}
#neve_body .giveaway-header__plate .btn {
  width: fit-content;
  margin: 0 auto;
  padding: 0 24px;
  height: 48px;
}
#neve_body .btn-black {
  border-radius: 8px;
  background: #090909;
  cursor: pointer;
}
#neve_body .btn-black:hover {
  background: rgba(255, 255, 255, 0.08);
  color: black;
}
#neve_body .btn-white {
  border-radius: 8px;
  background: #fff;
  color: #282828;
}
#neve_body .btn-white:hover {
  background: #fff;
  color: rgba(40, 40, 40, 0.8);
}

#neve_body .giveaway-header {
  margin-bottom: 20px;
}
#neve_body .giveaway-header .container {
  overflow: visible;
  width: 1240px;
  padding: 0;
}
#neve_body .giveaway-header h1 {
  background: var(--big-header-gradient, linear-gradient(93deg, #FAFAFA 24.45%, #A1A1AA 73.78%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 40px;
  letter-spacing: -2.88px;
}
#neve_body .giveaway-header__plate {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(4px);
  padding: 62px 0;
  text-align: center;
}
#neve_body .giveaway-header__plate p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  margin: 0 auto 40px;
  font-style: normal;
  max-width: 700px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.3px;
}
#neve_body .giveaway-header__plate .btn {
  width: fit-content;
  margin: 0 auto;
  padding: 0 24px;
  height: 48px;
}
#neve_body .giveaway-header__plate::after {
  content: "";
  border-radius: 963px;
  background: rgba(245, 127, 33, 0.6);
  filter: blur(156px);
  position: absolute;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 963px;
  height: 288px;
  flex-shrink: 0;
  z-index: -1;
}
#neve_body .giveaway-header__plate::before {
  content: "";
  border-radius: 963px;
  background: #F57F21;
  filter: blur(32px);
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 963px;
  height: 148px;
  flex-shrink: 0;
  z-index: -1;
}
#neve_body .giveaway-header .giveaway-fig1 {
  position: absolute;
  left: -100px;
  pointer-events: none;
  width: 202px;
  bottom: 40px;
}
#neve_body .giveaway-header .giveaway-fig2 {
  pointer-events: none;
  position: absolute;
  right: 30px;
  width: 121px;
  top: -20px;
}

.giveaway-cards {
  margin-bottom: 120px;
}
.giveaway-cards__selectors {
  margin-bottom: 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  padding: 4px;
  display: flex;
  align-items: center;
}
.giveaway-cards__selectors a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  height: 52px;
  width: 50%;
  letter-spacing: -0.27px;
  color: rgba(255, 255, 255, 0.6);
}
.giveaway-cards__selectors a:hover {
  color: #fff;
}
.giveaway-cards__selectors a.active {
  color: #FFF;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
}
.giveaway-cards__item {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  padding: 32px;
}
.giveaway-cards__img {
  width: 100%;
  height: 388px;
  margin-bottom: 32px;
}
.giveaway-cards__img video, .giveaway-cards__img img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.giveaway-cards__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.giveaway-cards__name {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 40px;
  padding: 0 25px;
  background: var(--big-header-gradient, linear-gradient(93deg, #FAFAFA 24.45%, #A1A1AA 73.78%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.96px;
}
.giveaway-cards__descr {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  padding: 0 25px;
  line-height: 24px;
  letter-spacing: -0.27px;
  margin-bottom: 32px;
}
.giveaway-cards__plate {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  padding: 16px 20px 20px 20px;
  position: relative;
}
.giveaway-cards__plate__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.giveaway-cards__plate__top span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.27px;
}
.giveaway-cards__plate__top p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.27px;
  color: #fff;
}
.giveaway-cards__plate__line {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  height: 4px;
  width: 100%;
  margin-top: 12px;
  position: relative;
}
.giveaway-cards__plate .giveaway-cards__plate-result {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.giveaway-cards__plate .giveaway-cards__plate__progress {
  max-width: calc(100% - 40px);
  position: absolute;
  left: 20px;
  border-radius: 4px;
  bottom: 20px;
  height: 4px;
  background: #F57F21;
}

.giveaway-entries {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 100px;
}
.giveaway-entries::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 280px;
  background: url("../img/bg.png") no-repeat center;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}
.giveaway-entries h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
  letter-spacing: -1.92px;
}
.giveaway-entries__top {
  max-width: 580px;
  margin: 0 auto 48px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  letter-spacing: -0.3px;
}
.giveaway-entries__top strong {
  color: #fff;
}
.giveaway-entries__card {
  border-radius: 16px;
  padding: 24px;
  backdrop-filter: blur(5px);
  width: 240px;
  position: relative;
}
.giveaway-entries__shield {
  position: absolute;
  right: 24px;
  top: 0;
}
.giveaway-entries__name {
  font-size: 24px;
  font-style: normal;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.48px;
}
.giveaway-entries__price {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 24px;
  letter-spacing: -1.6px;
}
.giveaway-entries__info {
  margin-bottom: 24px;
}
.giveaway-entries__info:last-of-type {
  margin-bottom: 0;
}
.giveaway-entries__info span {
  color: rgba(255, 255, 255, 0.6);
  font-family: Inter;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 8px;
  letter-spacing: -0.07px;
}
.giveaway-entries__info p {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.08px;
}
.giveaway-entries .btn {
  margin-top: 48px;
  height: 40px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.08px;
}
.giveaway-entries__bottom {
  margin-top: 48px;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
.giveaway-entries__bottom p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.08px;
  margin-bottom: 16px;
}
.giveaway-entries__bottom a {
  color: #2F9DD8;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.giveaway-entries__bottom a * {
  transition: all 0.2s ease-out;
}
.giveaway-entries__bottom a:hover {
  color: #F57F21;
}
.giveaway-entries__bottom a:hover svg path {
  transition: all 0.2s ease-out;
  fill: #F57F21;
}

.main-footer {
  padding-top: 67px;
}
.main-footer__wrapper {
  display: grid;
  padding-bottom: 64px;
  grid-template-columns: 2fr 1fr 1fr;
}
.main-footer__col {
  max-width: 306px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.main-footer__descr {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.08px;
}
.main-footer__logos {
  display: grid;
  grid-template-columns: repeat(4, 64px);
  grid-gap: 8px;
}
.main-footer__logos__item {
  height: 40px;
}
.main-footer__logos__item img {
  height: 100%;
}
.main-footer__powered {
  border-radius: 8px;
  background: #F2F2F2;
  display: flex;
  height: 40px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #282828;
  width: fit-content;
}
.main-footer__powered:hover {
  color: #282828;
}
.main-footer__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.18px;
}
.main-footer__menu {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.main-footer__menu a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.08px;
}
.main-footer__menu a:hover {
  color: #fff;
}
.main-footer__follow .row {
  gap: 8px;
}
.main-footer__follow p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
  letter-spacing: -0.08px;
}
.main-footer__follow a {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
}
.main-footer__follow a svg, .main-footer__follow a img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.main-footer__follow a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.main-footer__write p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
  letter-spacing: -0.08px;
}
.main-footer__write a {
  color: #1175DA;
  line-height: 20px;
  letter-spacing: -0.08px;
}
.main-footer__write a:hover {
  color: #F57F21;
}
.main-footer__buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.main-footer__buttons__item {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  position: relative;
  padding: 12px 16px;
  padding-right: 30px;
}
.main-footer__buttons__item p {
  margin-bottom: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.07px;
}
.main-footer__buttons__item a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.07px;
}
.main-footer__buttons__item:hover {
  background: rgba(255, 255, 255, 0.12);
}
.main-footer__buttons__item:hover svg path {
  fill-opacity: 0.4;
}
.main-footer__buttons__icon {
  position: absolute;
  top: 12px;
  right: 16px;
}
.main-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 0;
}
.main-footer__bottom .container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
}
.main-footer__bottom p, .main-footer__bottom a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  width: fit-content;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: -0.07px;
}
.main-footer__bottom a:hover {
  color: #fff;
}
.main-footer .mobile {
  display: none;
}

.giveaway-popup {
  width: 100%;
  color: #fff;
  position: fixed;
  height: 100vh;
  z-index: 1111;
  background-color: #090909;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px 100px;
  position: relative;
}
.giveaway-popup .popup-bg {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
}
.giveaway-popup .giveaway-entries {
  padding: 0;
  padding-top: 50px;
  width: 100%;
  max-width: 1240px;
  height: auto;
}
.giveaway-popup .popup-close {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
  z-index: 3;
}
.giveaway-popup .popup-close:hover {
  background: rgba(255, 255, 255, 0.1);
}
.giveaway-popup .giveaway-label {
  border-radius: 10px;
  background: #2F9DD8;
  padding: 0 10px;
  height: 56px;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.giveaway-popup .giveaway-entries__top {
  max-width: 100%;
}

.mobile-menu {
  display: none;
}

#neve_body .dashboard {
  background: #F2F2F2;
  color: #282828;
}
#neve_body .dashboard .show-more {
  border-radius: 8px;
  background: #F2F2F2;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #282828;
  margin-top: 21px;
  letter-spacing: -0.08px;
}
#neve_body .dashboard .show-more:hover {
  color: #1175DA;
}
#neve_body .dashboard .footer a {
  color: #282828;
}
#neve_body .dashboard__wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #F2F2F2;
}
#neve_body .dashboard__wrapper .container {
  display: flex;
  gap: 75px;
  overflow: visible;
  position: relative;
}
#neve_body .dashboard__left {
  width: 240px;
  flex-shrink: 0;
  position: sticky;
  top: 40px;
  left: 0;
  height: fit-content;
}
#neve_body .dashboard__avatar {
  width: 96px;
  margin-top: 20px;
  height: 96px;
  flex-shrink: 0;
  margin-bottom: 24px;
  position: relative;
  border-radius: 999px;
}
#neve_body .dashboard__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 999px;
}
#neve_body .dashboard__edit {
  display: flex;
  width: 24px;
  height: 24px;
  padding: 6px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0px 0px 0px 0.5px rgba(0, 0, 0, 0.04), 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  bottom: 0;
  right: 0;
}
#neve_body .dashboard__edit svg {
  width: 12px;
  height: 12px;
}
#neve_body .dashboard__edit:hover {
  background: #F57F21;
}
#neve_body .dashboard__edit:hover svg path {
  fill: #fff;
}
#neve_body .dashboard__name {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 48px;
}
#neve_body .dashboard__menu .swiper-wrapper {
  flex-direction: column;
  gap: 4px;
}
#neve_body .dashboard__menu a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #767573;
  transition: all 0.2s ease-out;
}
#neve_body .dashboard__menu a:hover {
  color: #282828;
}
#neve_body .dashboard__menu li {
  width: 100%;
  padding: 8px;
}
#neve_body .dashboard__menu li a {
  width: 100%;
}
#neve_body .dashboard__menu li:last-child {
  margin-top: 16px;
  padding-top: 24px;
  border-top: 1px solid #E3E3E3;
}
#neve_body .dashboard__menu li.active {
  background: #fff;
  border-radius: 12px;
}
#neve_body .dashboard__menu li.active a {
  color: #282828;
}
#neve_body .dashboard__menu li.active svg path {
  fill: #F57F21;
}
#neve_body .dashboard__plates {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}
#neve_body .dashboard__plates__item {
  height: 120px;
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 24px 54px 24px 24px;
  border-radius: 16px;
}
#neve_body .dashboard__plates__num {
  padding: 4px 14px;
  border-radius: 8px;
  background: #F2F2F2;
  width: fit-content;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.27px;
  margin-bottom: 24px;
}
#neve_body .dashboard__plates__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #767573;
  letter-spacing: -0.07px;
}
#neve_body .dashboard .giveaway-cards__img {
  height: 275px;
  margin-bottom: 24px;
}
#neve_body .dashboard .giveaway-cards__item {
  padding: 24px;
  background: #f2f2f2;
  border-radius: 16px;
}
#neve_body .dashboard .giveaway-cards__descr {
  color: #767573;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
  letter-spacing: -0.08px;
}
#neve_body .dashboard .giveaway-cards__plate {
  background: #fff;
}
#neve_body .dashboard .giveaway-cards__plate__top p {
  color: #282828;
}
#neve_body .dashboard .giveaway-cards__plate__top span {
  color: #767573;
}
#neve_body .dashboard .giveaway-cards__plate__line {
  background: #EBEBEB;
}
#neve_body .dashboard .giveaway-cards__name {
  color: #282828;
  -webkit-text-fill-color: #282828;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 12px;
  letter-spacing: -0.36px;
}
#neve_body .dashboard .dashboard__plates__main .dashboard__plates__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
}
#neve_body .dashboard .dashboard__plates__main .dashboard__plates__date {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 32px;
}
#neve_body .dashboard__right {
  width: 100%;
}
#neve_body .dashboard__block {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  margin-bottom: 20px;
  position: relative;
}
#neve_body .dashboard__block__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.3px;
}
#neve_body .dashboard__block__empty {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 96px;
  margin-top: 48px;
}
#neve_body .dashboard__block__empty img {
  margin-bottom: 24px;
}
#neve_body .dashboard__block__empty__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.36px;
  margin-bottom: 12px;
}
#neve_body .dashboard__block__empty__text {
  color: #767573;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
  text-align: center;
  max-width: 343px;
  letter-spacing: -0.08px;
}
#neve_body .dashboard__block__empty .btn {
  width: auto;
}
#neve_body .dashboard .dashboard__block__contents {
  display: none;
}
#neve_body .dashboard .dashboard__block__contents.active {
  display: block;
}
#neve_body .dashboard .dashboard__block__grid {
  display: grid;
  margin-top: 21px;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
#neve_body .dashboard .dashboard__block__tabs {
  display: flex;
  gap: 24px;
}
#neve_body .dashboard .dashboard__block__tabs a {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #767573;
  letter-spacing: -0.27px;
  position: relative;
}
#neve_body .dashboard .dashboard__block__tabs a:hover {
  color: #282828;
}
#neve_body .dashboard .dashboard__block__tabs a.active {
  color: #282828;
}
#neve_body .dashboard .dashboard__block__tabs a.active:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #F57F21;
  border-radius: 99px;
}
#neve_body .dashboard__block__items {
  display: grid;
  margin-top: 24px;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px 20px;
}
#neve_body .dashboard__block__item {
  position: relative;
}
#neve_body .dashboard__block__item img {
  width: 100%;
  margin-bottom: 16px;
  height: 280px;
  border-radius: 10px;
  object-fit: cover;
}
#neve_body .dashboard__block__item__label {
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 8px;
  background: #2F9DD8;
  padding: 4px 8px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.07px;
}
#neve_body .dashboard__block__item__name {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.08px;
  margin-bottom: 4px;
}
#neve_body .dashboard__block__item__cat {
  font-size: 16px;
  font-style: normal;
  margin-bottom: 4px;
  font-weight: 400;
  line-height: 24px;
  color: #767573;
  letter-spacing: -0.08px;
}
#neve_body .dashboard__block__item__brand {
  display: flex;
  gap: 5px;
}
#neve_body .dashboard__block__item__brand a {
  color: #1175DA;
}
#neve_body .dashboard__block__item__brand a:hover {
  color: #F57F21;
}
#neve_body .dashboard__block__item__bottom {
  margin-top: 16px;
  grid-gap: 8px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
#neve_body .dashboard__block__item__bottom a {
  color: #282828;
}
#neve_body .dashboard__block__item__bottom a:hover {
  color: #1175DA;
}
#neve_body .dashboard__block__item__btn {
  background: #F2F2F2;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  height: 40px;
  gap: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.08px;
}
#neve_body .tab-content {
  display: none;
}
#neve_body .tab-content.active {
  display: block;
}
#neve_body .dashboard__form {
  max-width: 420px;
  margin-top: 20px;
}
#neve_body .dashboard__form .input {
  margin-bottom: 16px;
}
#neve_body .dashboard__form .btn {
  width: fit-content;
  margin-top: 24px;
}
#neve_body .dashboard__form__subtitle {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.08px;
  margin-bottom: 16px;
}
#neve_body .dashboard__form__subtitle span {
  color: #F04438;
}
#neve_body .dashboard__form__block:not(:first-of-type) {
  padding-top: 16px;
  margin-top: 24px;
  border-top: 1px solid #EBEBEB;
}
#neve_body .dashboard__notification {
  padding-top: 0 !important;
  border: none !important;
}
#neve_body .dashboard__notification .dashboard__form__subtitle {
  font-size: 18px;
}
#neve_body .dashboard__notification .checkbox span {
  font-size: 16px;
  font-weight: 400;
}
#neve_body .dashboard__delete__text {
  margin-top: 16px;
  margin-bottom: 24px;
}

#neve_body .white .main-menu {
  height: 80px;
  margin-bottom: 0;
  background: #fff;
}
#neve_body .white .main-menu__list a {
  color: #282828;
}
#neve_body .white .main-menu__list a:hover {
  color: #767573;
}
#neve_body .white .main-menu__list li.active a {
  color: #767573;
}
#neve_body .white .main-menu__auth svg path {
  stroke: #282828;
}
#neve_body .white .main-footer {
  background: #fff;
}
#neve_body .white .main-footer__menu a, #neve_body .white .main-footer__write p {
  color: #767573;
}
#neve_body .white .main-footer__menu a:hover {
  color: #282828;
}
#neve_body .white .main-footer__follow p {
  color: #767573;
}
#neve_body .white .main-footer__follow a {
  background: #F2F2F2;
}
#neve_body .white .main-footer__follow a svg path {
  fill: #767573;
  fill-opacity: 1;
}
#neve_body .white .main-footer__follow a:hover svg path {
  fill: #282828;
}
#neve_body .white .main-footer__buttons__icon svg path {
  fill: #C2C1C0;
  fill-opacity: 1;
}
#neve_body .white .main-footer__buttons__item {
  background: #F2F2F2;
}
#neve_body .white .main-footer__buttons__item:hover {
  background: #EEE;
}
#neve_body .white .main-footer__buttons__item:hover svg path {
  fill: #767573;
}
#neve_body .white .main-footer__bottom p, #neve_body .white .main-footer__bottom a {
  color: #767573;
}
#neve_body .white .main-footer__bottom a:hover {
  color: #282828;
}
#neve_body .white .main-footer__descr {
  color: #767573;
}
#neve_body .white .white-input {
  position: relative;
}
#neve_body .white .white-input .input-placeholder {
  position: absolute;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  top: 50%;
  transform: translateY(-50%);
  left: 17px;
  color: #767573;
  opacity: 0;
}
#neve_body .white .white-input .input-placeholder span {
  color: #F04438;
}
#neve_body .white .white-input input {
  background: #F2F2F2;
  color: #282828;
  border-radius: 10px;
  height: 56px;
}
#neve_body .white .white-input input:focus-within {
  background: #fff;
}
#neve_body .white .white-input label {
  height: 56px;
}
#neve_body .white .white-input.active .input-placeholder {
  opacity: 1;
  transform: none;
  top: 8px;
}
#neve_body .white .white-input.active input {
  padding-top: 28px;
}
#neve_body .white .white-password input {
  background: #F2F2F2;
  color: #282828;
  height: 56px;
}
#neve_body .white .white-password input:focus-within {
  background: #fff;
}
#neve_body .white .white-password svg path {
  fill: #C2C1C0;
}
#neve_body .white .white-password .input-btn.active svg {
  display: none;
}
#neve_body .white .white-password .input-btn.active::after {
  content: "";
  background: url("../files/eye.svg") no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
}
#neve_body .white .select {
  position: relative;
}
#neve_body .white .select .input-placeholder {
  position: absolute;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  top: 50%;
  transform: translateY(-50%);
  left: 17px;
  color: #767573;
  opacity: 0;
}
#neve_body .white .select .input-placeholder span {
  color: #F04438;
}
#neve_body .white .select input {
  background: #F2F2F2;
  color: #282828;
  border-radius: 10px;
  height: 56px;
}
#neve_body .white .select input:focus-within {
  background: #fff !important;
}
#neve_body .white .select label {
  height: 56px;
}
#neve_body .white .select label {
  background: #F2F2F2;
  color: #282828;
  height: 56px;
  padding: 10px 16px;
  border-radius: 10px;
}
#neve_body .white .select select {
  width: 100%;
  border: none;
  background: none;
  margin-left: -3px;
  font-size: 16px;
  padding-top: 20px;
}
#neve_body .white .select.active .input-placeholder {
  opacity: 1;
  transform: none;
  top: 8px;
}
#neve_body .white .select.active input {
  padding-top: 28px;
}
#neve_body .white .dashboard__form__block__row {
  display: flex;
  gap: 8px;
}
#neve_body .white .dashboard__form__block__row .input {
  width: 100%;
}
#neve_body .white .dashboard__form__block__row .dashboard__form__block__code {
  border-radius: 10px;
  background: #F2F2F2;
  display: flex;
  width: 105px;
  height: 56px;
  padding: 10px 16px;
  align-items: center;
  gap: 16px;
  width: 105px;
  flex-shrink: 0;
}
#neve_body .white .select-country select {
  padding: 0;
  font-weight: 500;
}
#neve_body .white .checkbox:not(.classic) {
  gap: 12px;
}
#neve_body .white .checkbox:not(.classic) * {
  transition: all 0.2s ease-out;
}
#neve_body .white .checkbox:not(.classic)::after {
  background: #dddddc;
  width: 42px;
  z-index: 1;
  height: 24px;
  border-radius: 20px;
}
#neve_body .white .checkbox:not(.classic) span {
  color: #282828;
  padding-left: 54px;
}
#neve_body .white .checkbox:not(.classic)::before {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  position: absolute;
  left: 2px;
  transition: all 0.2s ease-out;
  width: 20px;
  height: 20px;
  border-radius: 40px;
  z-index: 2;
}
#neve_body .white .checkbox.active:not(.classic)::after {
  background: #F57F21;
  width: 42px;
  z-index: 1;
  height: 24px;
  border-radius: 20px;
}
#neve_body .white .checkbox.active:not(.classic)::before {
  left: 20px;
}
#neve_body .white .ship-address {
  display: flex;
  margin-bottom: 24px;
}
#neve_body .white .btn.disabled {
  background: #F2F2F2;
  color: rgba(40, 40, 40, 0.4);
}
#neve_body .faq__title {
  margin: 20px 0;
  background: #fff;
  padding: 40px 0px;
  border-radius: 16px;
  text-align: center;
}
#neve_body .faq__title__h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 26px;
  color: #282828;
  letter-spacing: -1.92px;
}
#neve_body .faq__title__descr {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #767573;
  letter-spacing: -0.3px;
  max-width: 600px;
  margin: 0 auto;
}
#neve_body .faq__item {
  background: #fff;
  border-radius: 16px;
  margin-bottom: 8px;
  padding: 24px;
}
#neve_body .faq__show {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  cursor: pointer;
  letter-spacing: -0.3px;
}
#neve_body .faq__show:hover .faq__close svg path {
  fill: #282828;
}
#neve_body .faq__hide {
  margin-top: 16px;
  color: #767573;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.08px;
  display: none;
}
#neve_body .faq__close {
  cursor: pointer;
}
#neve_body .faq__close svg {
  transition: all 0.2s ease-out;
  transform: rotate(45deg);
  width: 24px;
  height: 24px;
}
#neve_body .faq__wrapper {
  margin-bottom: 20px;
}
#neve_body .faq__item.active .faq__close svg {
  transform: rotate(0deg);
}
#neve_body .about-main {
  padding-top: 80px;
}
#neve_body .about-main__top__title {
  margin-bottom: 32px;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: -1.92px;
}
#neve_body .about-main__top_sub {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 32px;
  letter-spacing: -0.36px;
}
#neve_body .about-main__top__text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.3px;
}
#neve_body .about-main__top__text p {
  margin-bottom: 32px;
}
#neve_body .about-main__top__text p:last-of-type {
  margin-bottom: 0;
}
#neve_body .about-main__top--first {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
#neve_body .about-main__top--first .about-main__top__left {
  max-width: 535px;
}
#neve_body .about-main__top--first .about-main__top__right {
  width: 600px;
}
#neve_body .about-main__top--first .about-main__top__right video {
  border-radius: 16px;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
#neve_body .about-main__top--sec {
  margin-top: -60px;
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: space-between;
}
#neve_body .about-main__top--sec .about-main__top-img1 {
  width: 334px;
  height: 208px;
  flex-shrink: 0;
  border-radius: 16px;
  object-fit: cover;
}
#neve_body .about-main__top--sec .about-main__top__left {
  align-items: center;
  gap: 60px;
  display: flex;
}
#neve_body .about-main__top--sec .about-main__top-img2 {
  width: 380px;
  object-fit: cover;
  height: 480px;
  flex-shrink: 0;
  border-radius: 16px;
}
#neve_body .about-main__plate {
  margin-top: 80px;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  background: url("../img/abbg1.png") no-repeat center;
  background-size: cover;
  border-radius: 32px;
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
}
#neve_body .about-main__plate * {
  max-width: 760px;
}
#neve_body .about-main__plate__title {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: -1.92px;
}
#neve_body .about-main__plate__text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.3px;
}
#neve_body .about-main__plate .btn {
  width: fit-content;
}
#neve_body .about-main__row {
  align-items: center;
  padding-top: 80px;
  gap: 20px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
#neve_body .about-main__row__left {
  max-width: 550px;
}
#neve_body .about-main__row__right {
  max-width: 550px;
}
#neve_body .about-main__row video {
  width: 100%;
  height: 520px;
  border-radius: 16px;
  object-fit: cover;
}
#neve_body .about-main__row:nth-of-type(odd) {
  flex-direction: row-reverse;
}
#neve_body .about-main__plate2 {
  background: url("../img/abbg2.png") no-repeat center;
}
#neve_body .billing__plate {
  border-radius: 16px;
  background: #635BFF;
  padding: 24px;
  margin-bottom: 24px;
}
#neve_body .billing__plate svg {
  width: 58px;
  height: 24px;
}
#neve_body .billing__plate .billing__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  margin-top: 8px;
  margin-bottom: 16px;
  letter-spacing: -0.08px;
}
#neve_body .billing__plate .btn {
  width: fit-content;
  font-size: 16px;
  height: 40px;
  padding: 0 16px;
}
#neve_body .billing__changes__title {
  margin-bottom: 16px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  display: flex;
  gap: 8px;
  align-items: center;
  letter-spacing: -0.3px;
}
#neve_body .billing__changes__title .title-ask {
  height: 24px;
  width: 24px;
}
#neve_body .billing__changes .signup__type .checkbox {
  display: flex;
  padding: 20px 24px 24px 24px;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  position: relative;
  border-radius: 16px;
  border: 1px solid #DDDDDC;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
  text-align: left;
}
#neve_body .billing__changes .signup__type .checkbox:before {
  top: 20px;
  transform: none;
  right: 24px;
  left: auto;
  border: 1px solid #DDDDDC;
  background: #fff;
  border-radius: 20px;
  width: 20px;
  height: 20px;
}
#neve_body .billing__changes .signup__type .signup__type__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.08px;
  margin-bottom: 8px;
  padding-left: 0;
}
#neve_body .billing__changes .signup__type .billing__check__text {
  color: #767573;
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.07px;
}
#neve_body .billing__changes .signup__type .checkbox.active {
  background: rgba(245, 127, 33, 0.04);
  box-shadow: 0px 1px 4px 0px rgba(245, 127, 33, 0.3);
  border: 1px solid #F57F21;
}
#neve_body .billing__changes .signup__type .checkbox.active::before {
  background: url("../files/ds.svg") no-repeat center;
  border: none;
}
#neve_body .billing__btn {
  margin-top: 24px;
  width: fit-content;
}
#neve_body .popup-main {
  align-items: flex-start;
  padding: 50px 0;
}
#neve_body .popup-form {
  color: #fff;
}
#neve_body .popup-form h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  margin-bottom: 32px;
  line-height: 40px;
  text-align: center;
  letter-spacing: -0.96px;
}
#neve_body .popup-form .input {
  margin-bottom: 16px;
}
#neve_body .popup-form .proof {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  padding: 24px;
  margin-bottom: 24px;
}
#neve_body .popup-form .proof-text {
  margin-bottom: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.07px;
}
#neve_body .popup-form .popup-info {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 24px;
  max-width: 520px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -0.07px;
}
#neve_body .popup-form .proof-file {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  height: 48px;
  padding: 0px 16px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
}
#neve_body .popup-form .proof-file .proof-del {
  width: 24px;
  height: 24px;
}
#neve_body .popup-form .proof-file .proof-del:hover svg path {
  stroke: #fff;
}
#neve_body .proof-upload {
  position: relative;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  height: 48px;
  padding: 0px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}
#neve_body .proof-upload:hover {
  background: #F57F21;
}
#neve_body .proof-upload input {
  position: absolute;
  opacity: 0;
  z-index: -11;
  left: 100%;
}
#neve_body .discounts .container {
  overflow: visible;
}
#neve_body .discounts__wrapper {
  padding-top: 8px;
  color: #282828;
  background: #f2f2f2;
  padding-bottom: 20px;
}
#neve_body .discounts__banner {
  height: 140px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 32px;
  margin-bottom: 20px;
}
#neve_body .discounts__banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(40, 40, 40, 0) 0%, #282828 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
#neve_body .discounts__banner__name {
  color: #fff;
  font-family: Designer;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 11px;
  line-height: normal;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
#neve_body .discounts__banner__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
  letter-spacing: -0.07px;
  z-index: 1;
  max-width: 350px;
}
#neve_body .discounts__banner__text span {
  color: #F57F21;
  font-weight: 600;
}
#neve_body .discounts__banner video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  object-fit: cover;
}
#neve_body .discounts__partner {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  position: relative;
  background: #FFF;
  overflow: hidden;
  margin-bottom: 20px;
}
#neve_body .discounts__partner__slider {
  overflow: hidden;
}
#neve_body .discounts__partner .swiper-slide {
  width: 182px;
}
#neve_body .discounts__partner__top {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  justify-content: space-between;
}
#neve_body .discounts__partner__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.3px;
}
#neve_body .discounts__partner__show {
  color: #1175DA;
  font-weight: 500;
}
#neve_body .discounts__partner__show:hover {
  color: #0B5EB2;
}
#neve_body .discounts__partner__slider {
  position: relative;
}
#neve_body .discounts__partner .swiper-button-disabled {
  display: none;
}
#neve_body .discounts__partner__arrow {
  position: absolute;
  top: 150px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 12px 1px rgba(40, 40, 40, 0.12);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
#neve_body .discounts__partner__arrow:hover {
  background: #F57F21;
}
#neve_body .discounts__partner__arrow:hover svg path {
  stroke: #fff;
}
#neve_body .discounts__partner__arrow.left {
  left: 4px;
}
#neve_body .discounts__partner__arrow.left svg {
  transform: scale(-1);
}
#neve_body .discounts__partner__img {
  border-radius: 12px;
  height: 182px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 12px;
}
#neve_body .discounts__partner__name {
  font-weight: 600;
  line-height: 24px;
  color: #282828;
  margin-bottom: 2px;
  letter-spacing: -0.08px;
}
#neve_body .discounts__partner__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.07px;
  color: #767573;
}
#neve_body .discounts__partner__arrow.right {
  right: 4px;
}
#neve_body .discounts .discounts__main__mob {
  display: none;
}
#neve_body .discounts__search {
  background: #F57F21;
  padding: 2px;
  border-radius: 10px;
  height: 52px;
  margin-bottom: 20px;
  display: flex;
}
#neve_body .discounts__search__label {
  background: #fff;
  display: flex;
  width: 100%;
  padding-right: 0;
  align-items: center;
  padding-left: 16px;
  gap: 8px !important;
  border-radius: 8px;
}
#neve_body .discounts__search__label .input-del {
  right: 113px;
}
#neve_body .discounts__search__input {
  border: none;
  width: 100%;
  font-size: 16px;
  padding: 0 !important;
  color: #282828 !important;
}
#neve_body .discounts__search__input::placeholder {
  color: #767573;
}
#neve_body .discounts__search__input:focus-within {
  border: none !important;
}
#neve_body .discounts__search__btn {
  background: #F57F21;
  width: 112px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.08px;
}
#neve_body .discounts .main-menu__auth {
  color: #282828;
}
#neve_body .discounts .discounts__similar {
  border-radius: 16px;
  padding: 16px 24px 24px 24px;
  background: #fff;
}
#neve_body .discounts .discounts__similar__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.36px;
  margin-bottom: 16px;
}
#neve_body .discounts .discounts__similar__selectors {
  overflow: hidden;
  margin-bottom: 16px;
}
#neve_body .discounts .discounts__similar__selector {
  width: auto;
  font-weight: 600;
  line-height: 24px;
  color: #767573;
  letter-spacing: -0.08px;
  border-bottom: 2px solid #fff;
}
#neve_body .discounts .discounts__similar__selector:hover {
  color: #282828;
}
#neve_body .discounts .discounts__similar__selector.active {
  color: #282828;
  border-bottom: 2px solid #F57F21;
}
#neve_body .discounts .discounts__similar__tab {
  display: none;
  flex-wrap: wrap;
  gap: 32px;
}
#neve_body .discounts .discounts__similar__tab a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #282828;
  letter-spacing: -0.08px;
}
#neve_body .discounts .discounts__similar__tab li {
  border-bottom: 1px solid rgba(40, 40, 40, 0.2);
  padding-bottom: 2px;
}
#neve_body .discounts .discounts__similar__tab li:hover {
  border: none;
}
#neve_body .discounts .discounts__similar__tab.active {
  display: flex;
}
#neve_body .discounts__main {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  height: fit-content;
}
#neve_body .discounts__main__menu {
  display: flex;
  width: 300px;
  padding: 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #fff;
  position: sticky;
  top: 0;
  height: fit-content;
  flex-shrink: 0;
}
#neve_body .discounts__main__menu__name {
  display: flex;
  height: 40px;
  padding: 0px 8px;
  background: #f2f2f2;
  width: 100%;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.07px;
}
#neve_body .discounts__main__menu__name .arrow {
  display: none;
}
#neve_body .discounts__main__menu__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#neve_body .discounts__main__menu__row {
  width: 100%;
}
#neve_body .discounts__main__menu__row .arrow {
  margin-left: auto;
  opacity: 0.5;
  transition: all 0.2s ease-out;
  transform: rotate(180deg);
}
#neve_body .discounts__main__menu__row a {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0px 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #282828;
  letter-spacing: -0.07px;
}
#neve_body .discounts__main__menu__row a:hover {
  background: #f2f2f2;
}
#neve_body .discounts__main__menu__row.active .arrow {
  opacity: 1;
  transition: all 0.2s ease-out;
  transform: rotate(0deg);
}
#neve_body .discounts__main__menu__row.active svg path {
  fill: #F57F21;
}
#neve_body .discounts__main__menu__inner {
  display: none;
}
#neve_body .discounts__main__menu__inner a {
  color: #767573;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.07px;
}
#neve_body .discounts__main__menu__inner a:hover {
  color: #282828;
}
#neve_body .discounts__main .discounts__main__menu__row.active .discounts__main__menu__inner {
  display: block;
}
#neve_body .discounts__main__right {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  width: 100%;
}
#neve_body .discounts__main__right__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#neve_body .discounts__main__state, #neve_body .discounts__main__sort {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #F2F2F2;
  gap: 2px;
  cursor: pointer;
  height: 40px;
  padding: 0px 8px 0px 16px;
}
#neve_body .discounts__main__state .arrow, #neve_body .discounts__main__sort .arrow {
  width: 24px;
  height: 24px;
}
#neve_body .discounts__main__state.active, #neve_body .discounts__main__sort.active {
  background: #fff;
  border: 1px solid #F57F21;
}
#neve_body .discounts__main__state.active .arrow svg, #neve_body .discounts__main__sort.active .arrow svg {
  transform: rotate(-180deg);
}
#neve_body .discounts__main__state.active svg {
  transform: rotate(-180deg);
}
#neve_body .discounts__main__sort {
  align-items: center;
}
#neve_body .discounts__main__sort svg {
  margin-right: 6px;
}
#neve_body .discounts__main__sort .arrow {
  width: 24px;
  height: 24px;
}
#neve_body .discounts__main__sort .arrow svg {
  margin-right: 0;
}
#neve_body .discounts__main__popup {
  overflow: hidden;
  position: absolute;
  top: 50px;
  width: 224px;
  left: 0;
  background: #fff;
  height: 256px;
  box-shadow: 0px 3px 3px -1.5px rgba(40, 40, 40, 0.04), 0px 8px 8px -4px rgba(0, 0, 0, 0.03), 0px 20px 24px -4px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: none;
}
#neve_body .discounts__main__popup ul {
  display: flex;
  padding: 8px;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  margin-top: 4px;
  margin-bottom: 4px;
  height: 100%;
  margin-right: 4px;
  overflow-y: auto;
}
#neve_body .discounts__main__popup ul::-webkit-scrollbar-thumb {
  background: #DDD;
  border-radius: 40px;
}
#neve_body .discounts__main__popup ul::-webkit-scrollbar-track {
  background: transparent;
}
#neve_body .discounts__main__popup li {
  display: flex;
  height: 40px;
  padding: 0;
  width: 100%;
  position: relative;
}
#neve_body .discounts__main__popup li:first-child {
  margin-top: -4px;
}
#neve_body .discounts__main__popup li:hover {
  background: #f2f2f2;
  border-radius: 8px;
}
#neve_body .discounts__main__popup li.active::after {
  content: "";
  position: absolute;
  right: 12px;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../files/checked.svg") no-repeat center;
  background-size: contain;
}
#neve_body .discounts__main__popup label {
  position: relative;
  cursor: pointer;
  width: 100%;
  padding: 10px 12px;
}
#neve_body .discounts__main__popup label input {
  position: absolute;
  left: 100%;
  opacity: 0;
  z-index: -11;
}
#neve_body .discounts__main__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px 20px;
}
#neve_body .discounts__main__card {
  position: relative;
}
#neve_body .discounts__main__card__img {
  width: 280px;
  height: 280px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
}
#neve_body .discounts__main__card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#neve_body .discounts__main__card__bottom {
  margin-top: 16px;
}
#neve_body .discounts__main__card__title {
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 4px;
  letter-spacing: -0.08px;
}
#neve_body .discounts__main__card__cat {
  color: #767573;
  margin-bottom: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.07px;
}
#neve_body .discounts__main__card__autor {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.07px;
}
#neve_body .discounts__main__card__autor a {
  color: #1175DA;
}
#neve_body .discounts__main__card__autor a:hover {
  color: #0B5EB2;
}
#neve_body .discounts__main__card__label {
  position: absolute;
  color: #fff;
  background: #2F9DD8;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border-radius: 8px;
  padding: 4px 8px;
  top: 8px;
  left: 8px;
  letter-spacing: -0.07px;
}
#neve_body .discounts__main__card__bottom {
  display: flex;
  gap: 8px;
}
#neve_body .discounts__main__card__bottom .btn {
  gap: 8px;
  padding: 0px 16px;
}
#neve_body .discounts .btn-show {
  color: #282828;
  background: #F2F2F2;
}
#neve_body .discounts .btn-show:hover {
  color: rgba(40, 40, 40, 0.8);
}
#neve_body .discounts .show-more {
  margin-top: 20px;
}
#neve_body .discounts__breadcrumbs__list {
  margin: 20px 0;
  display: flex;
  gap: 8px;
  align-items: center;
}
#neve_body .discounts__breadcrumbs__list a, #neve_body .discounts__breadcrumbs__list li {
  color: #767573;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  height: 16px;
}
#neve_body .discounts__breadcrumbs__list a svg, #neve_body .discounts__breadcrumbs__list li svg {
  height: 16px;
}
#neve_body .discounts__item__block {
  margin-bottom: 20px;
  border-radius: 16px;
  background: #FFF;
  padding: 24px;
}
#neve_body .discounts__item .discounts__item__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
#neve_body .discounts__item__left {
  width: calc(100% - 420px);
}
#neve_body .discounts__item__right {
  width: 400px;
  flex-shrink: 0;
}
#neve_body .discounts__item__slider {
  overflow: hidden;
  margin-bottom: 12px;
  position: relative;
}
#neve_body .discounts__item__slider .discounts__partner__arrow {
  top: 50%;
  transform: translateY(-50%);
}
#neve_body .discounts__item__slider .discounts__partner__arrow.left {
  left: 24px;
}
#neve_body .discounts__item__slider .discounts__partner__arrow.right {
  right: 24px;
}
#neve_body .discounts__item__slider .swiper-slide {
  height: 772px;
  border-radius: 12px;
  background: #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: center;
}
#neve_body .discounts__item__slider img {
  width: auto;
  height: auto;
  object-fit: contain;
}
#neve_body .discounts__item__thums .swiper-slide {
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}
#neve_body .discounts__item__thums .swiper-slide-thumb-active {
  border-radius: 10px;
  border: 2px solid #F57F21;
}
#neve_body .discounts__item__thums img {
  height: 100%;
  width: 100%;
}
#neve_body .discounts__item__descr {
  width: calc(100% - 420px);
}
#neve_body .discounts__item__descr__title {
  margin-bottom: 24px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.3px;
}
#neve_body .discounts__item__descr__text p {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
  letter-spacing: -0.08px;
}
#neve_body .discounts__item__descr__text p:last-child {
  margin-bottom: 0;
}
#neve_body .discounts__item__info__store {
  display: flex;
  height: 32px;
  padding: 10px 4px 10px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: var(--Surface-Secondary, #F2F2F2);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 24px;
  width: fit-content;
  letter-spacing: -0.07px;
  color: #282828;
}
#neve_body .discounts__item__info__store:hover {
  color: rgba(40, 40, 40, 0.8);
}
#neve_body .discounts__item__info__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 12px;
  letter-spacing: -0.36px;
}
#neve_body .discounts__item__info__cat {
  color: #767573;
  margin-bottom: 24px;
  line-height: 24px;
  letter-spacing: -0.08px;
}
#neve_body .discounts__item__info__bottom {
  display: flex;
  gap: 8px;
}
#neve_body .discounts__item__info__bottom .btn {
  gap: 8px;
}
#neve_body .discounts__item__detail__title {
  margin-bottom: 24px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.3px;
}
#neve_body .discounts__item__detail__span {
  color: var(--Text-Secondary, #767573);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 2px;
  letter-spacing: -0.07px;
}
#neve_body .discounts__item__detail__tel {
  font-weight: 500;
  line-height: 24px;
  color: #282828;
  letter-spacing: -0.08px;
}
#neve_body .discounts__item__detail__tel:hover {
  color: #F57F21;
}
#neve_body .discounts__item__detail__row {
  margin-bottom: 24px;
}
#neve_body .discounts__item__detail__row:last-of-type {
  margin-bottom: 0;
}
#neve_body .discounts__item__detail__link {
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.08px;
  color: #1175DA;
}
#neve_body .discounts__item__detail__link:hover {
  color: #0B5EB2;
}
#neve_body .discounts__item__detail__logo {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}
#neve_body .discounts__item__detail__logo a {
  border-radius: 6px;
  background: var(--Surface-Secondary, #F2F2F2);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#neve_body .discounts__item__detail__logo a:hover svg path {
  fill: #282828;
}
#neve_body .discounts__item__detail__address {
  font-weight: 500;
  line-height: 24px;
  color: #282828;
  letter-spacing: -0.08px;
}
#neve_body .main-footer__write {
  display: none !important;
}
#neve_body .discounts__fullsearch__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 24px;
  letter-spacing: -0.3px;
}
#neve_body .discounts__fullsearch {
  padding: 24px;
  border-radius: 16px;
  margin-bottom: 20px;
  background: #FFF;
}
#neve_body .discounts__fullsearch .discounts__search {
  margin-bottom: 24px;
}
#neve_body .discounts__fullsearch .discounts__fullsearch__letter {
  position: relative;
  color: #767573;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border-radius: 4px;
  background: var(--Surface-Secondary, #F2F2F2);
  width: 24px;
  height: 24px;
  letter-spacing: -0.07px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
#neve_body .discounts__fullsearch .discounts__fullsearch__letter:hover {
  color: #282828;
}
#neve_body .discounts__fullsearch .discounts__fullsearch__letter input {
  position: absolute;
  opacity: 0;
  z-index: -11;
  left: -100%;
}
#neve_body .discounts__stores {
  border-radius: 16px;
  background: #FFF;
  padding: 24px;
}
#neve_body .discounts__stores__letter {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 24px;
  letter-spacing: -0.3px;
}
#neve_body .discounts__stores__img {
  width: 182px;
  height: 182px;
  border-radius: 12px;
  margin-bottom: 12px;
}
#neve_body .discounts__stores__grid .swiper-wrapper {
  grid-gap: 24px 20px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
#neve_body .discounts__stores__item {
  width: 182px;
}
#neve_body .discounts__stores__name {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.08px;
  margin-bottom: 2px;
  color: #282828;
}
#neve_body .discounts__stores__cat {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: var(--Text-Secondary, #767573);
  letter-spacing: -0.07px;
}
#neve_body .discounts__stores__block:not(:first-of-type) {
  margin-top: 48px;
}
#neve_body .discounts__stores-empty {
  display: flex;
  align-items: center;
  max-width: 343px;
  margin: 0 auto;
  justify-content: center;
  padding: 70px 0;
  flex-direction: column;
  text-align: center;
}
#neve_body .discounts__stores-empty__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 12px;
  margin-top: 34px;
  letter-spacing: -0.36px;
}
#neve_body .discounts__stores-empty__text {
  color: var(--Text-Secondary, #767573);
  line-height: 24px;
  letter-spacing: -0.08px;
}
#neve_body .discounts__stores-empty__link {
  margin-top: 24px;
  font-weight: 600;
  border-bottom: 1px solid rgba(17, 117, 218, 0.2);
  padding-bottom: 2px;
  color: #1175DA;
}
#neve_body .discounts__stores-empty__link:hover {
  color: #0B5EB2;
}
#neve_body .discounts__fullsearch__letters {
  overflow: hidden;
}
#neve_body .discounts__stores__result .discounts__stores__grid {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
#neve_body .discounts__profile__cover {
  height: 300px;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
#neve_body .discounts__profile__cover img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#neve_body .discounts__profile__top {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 0 0 16px 16px;
}
#neve_body .discounts__profile__top__info {
  display: flex;
  justify-content: space-between;
}
#neve_body .discounts__profile__top__avatar {
  width: 128px;
  height: 128px;
  flex-shrink: 0;
  border-radius: 999px;
  border: 2px solid #FFF;
  margin-top: -30px;
  overflow: hidden;
  margin-right: 24px;
}
#neve_body .discounts__profile__top__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#neve_body .discounts__profile__top__naming {
  display: flex;
  align-items: center;
  margin-left: 24px;
}
#neve_body .discounts__profile__top__name {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  display: block;
  margin-bottom: 4px;
  letter-spacing: -0.36px;
}
#neve_body .discounts__profile__top__location {
  display: block;
}
#neve_body .discounts__profile__top__more {
  flex-direction: column;
}
#neve_body .discounts__profile__top__location {
  color: var(--Text-Secondary, #767573);
}
#neve_body .discounts__profile__top__link {
  margin-top: 20px;
  font-weight: 600;
  margin-right: 24px;
  color: #1175DA;
}
#neve_body .discounts__profile__top__link:hover {
  color: #0B5EB2;
}
#neve_body .discounts__profile .discounts__profile__tabs {
  gap: 24px;
  display: flex;
}
#neve_body .discounts__profile .discounts__main__cards.active {
  display: grid;
  grid-gap: 32px 24px;
  grid-template-columns: repeat(4, 1fr);
}
#neve_body .discounts__profile .discounts__main__card__img {
  width: 280px;
}
#neve_body .discounts__profile .discounts__similar__tab .btn:not(.btn-show) {
  color: #fff;
}
#neve_body .discounts__profile__block {
  padding: 24px 0;
  border-radius: 16px;
  background: #FFF;
  margin-bottom: 20px;
}
#neve_body .discounts__profile__block__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  padding: 0 24px 24px 24px;
  margin-bottom: 24px;
  line-height: 28px;
  letter-spacing: -0.3px;
  border-bottom: 1px solid #EBEBEB;
}
#neve_body .discounts__profile__block__info {
  padding: 0 24px;
}
#neve_body .discounts__profile__details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#neve_body .details-map__wrapper {
  display: none;
}
#neve_body .details-map__wrapper.active {
  display: block;
}
#neve_body .details-map__wrapper img, #neve_body .details-map__wrapper iframe {
  margin-top: 16px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 16px;
  height: 180px;
}
#neve_body .details-map-show {
  color: #1175DA;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-bottom: 1px dashed rgba(17, 117, 218, 0.5);
  width: fit-content;
  cursor: pointer;
}
#neve_body .details-map-show:hover {
  color: #0B5EB2;
}
#neve_body .details-map {
  margin-bottom: 24px;
}
#neve_body .details-map:last-of-type {
  margin-bottom: 0;
}
#neve_body .discounts__profile__vid {
  gap: 24px;
  display: flex;
}
#neve_body .discounts__profile__vid video {
  width: 100%;
  height: 316px;
  border-radius: 12px;
  flex-shrink: 0;
  object-fit: cover;
}
#neve_body .discounts__profile__vid__left {
  width: 50%;
}
#neve_body .discounts__profile__vid__left p {
  line-height: 24px;
  margin-bottom: 12px;
}
#neve_body .discounts__profile__vid__left p:last-of-type {
  margin-bottom: 0;
}
#neve_body .discounts__profile__vid__right {
  position: relative;
}
#neve_body .discounts__profile__vid__right .play {
  position: absolute;
  left: 50%;
  cursor: pointer;
  top: 50%;
  transform: translate(-50%, -50%);
}
#neve_body .partnership {
  overflow: hidden;
}
#neve_body .partnership-header {
  background: url("../img/bgpart.png") no-repeat center;
  padding-bottom: 400px;
  background-size: cover;
  position: relative;
  margin-bottom: 0;
}
#neve_body .partnership-header__vid {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  object-fit: cover;
  pointer-events: none;
  opacity: 0.1;
}
#neve_body .partnership-header .container {
  position: static;
}
#neve_body .partnership-header .giveaway-header__plate {
  backdrop-filter: none;
  border: none;
  background: none;
}
#neve_body .partnership-header .giveaway-header__plate p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 48px;
  max-width: 100%;
  letter-spacing: -0.3px;
}
#neve_body .partnership-header .giveaway-header__plate:after, #neve_body .partnership-header .giveaway-header__plate::before {
  display: none;
}
#neve_body .partnership-header h1 {
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 48px;
  letter-spacing: -3.84px;
}
#neve_body .partnership-cards {
  background: #090909;
  padding-top: 100px;
  margin-top: -130px;
  z-index: 2;
  margin-bottom: 160px;
  position: relative;
}
#neve_body .partnership-cards::after {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 115%;
  height: 150px;
  background: #090909;
  filter: blur(15px);
}
#neve_body .partnership-cards .container {
  display: flex;
  overflow: visible;
  gap: 20px;
  position: relative;
  z-index: 1;
}
#neve_body .partnership-cards__wrapper {
  display: flex;
  gap: 20px;
  z-index: 1;
}
#neve_body .partnership-cards__item {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: url("../files/part-card.svg") no-repeat top;
  background-size: cover;
  padding: 32px;
  padding-top: 0;
}
#neve_body .partnership-cards__item img {
  height: 400px;
  object-fit: contain;
  object-position: top;
  width: 100%;
}
#neve_body .partnership-cards__item p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.27px;
}
#neve_body .partnership-cards__item p:not(:last-child) {
  margin-bottom: 24px;
}
#neve_body .partnership-cards__title {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 24px;
  letter-spacing: -1.6px;
}
#neve_body .partnership-adv {
  margin-bottom: 160px;
}
#neve_body .partnership-adv__title {
  margin-bottom: 24px;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: -1.92px;
}
#neve_body .partnership-adv__descr {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 80px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.3px;
}
#neve_body .partnership-adv__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr 2fr 1fr;
  grid-gap: 70px 20px;
  position: relative;
}
#neve_body .partnership-adv__grid::after {
  content: "";
  position: absolute;
  right: -15px;
  top: -20px;
  height: calc(100% + 40px);
  width: 150px;
  background: url("../img/fade.png") no-repeat center;
  filter: blur(5px);
}
#neve_body .partnership-adv__grid::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -20px;
  height: calc(100% + 40px);
  width: 150px;
  background: url("../img/fade.png") no-repeat center;
  filter: blur(5px);
  transform: scale(-1);
}
#neve_body .partnership-adv__item {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}
#neve_body .partnership-adv__item svg {
  margin-bottom: 12px;
}
#neve_body .partnership-adv__name {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 12px;
  letter-spacing: -0.27px;
}
#neve_body .partnership-adv__text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.08px;
}
#neve_body .partnership-adv__item-empty {
  height: 100%;
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}
#neve_body .trust__wrapper {
  display: flex;
  gap: 24px;
  align-items: center;
}
#neve_body .trust__left {
  width: 50%;
}
#neve_body .trust__title {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 24px;
  letter-spacing: -1.92px;
}
#neve_body .trust__descr {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: -0.96px;
}
#neve_body .trust__text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.3px;
  margin-bottom: 24px;
}
#neve_body .trust__right {
  width: 50%;
  display: flex;
  position: relative;
  justify-content: flex-end;
}
#neve_body .trust__right video {
  width: 505px;
  height: 520px;
  object-fit: cover;
  border-radius: 16px;
}
#neve_body .trust__right__card {
  position: absolute;
  left: 0;
  top: 38px;
  background: #fff;
  padding: 20px 24px;
  width: 300px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 48px 96px 0px rgba(40, 40, 40, 0.3);
  backdrop-filter: blur(16px);
  color: #282828;
}
#neve_body .trust__right__card__top {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 24px;
  letter-spacing: -0.27px;
}
#neve_body .trust__right__card__text {
  color: #767573;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.08px;
}
#neve_body .membership-header {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 37px;
}
#neve_body .membership-header .container {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  justify-content: space-between;
}
#neve_body .membership-header__left {
  max-width: 500px;
}
#neve_body .membership-header__right {
  max-width: 670px;
}
#neve_body .membership-header__img {
  width: 100%;
  height: 554px;
  object-fit: contain;
}
#neve_body .membership-header__title {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 24px;
  letter-spacing: -1.92px;
}
#neve_body .membership-header__text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 24px;
  letter-spacing: -0.3px;
}
#neve_body .membership-header .btn {
  padding: 0 24px;
  width: fit-content;
}
#neve_body .membership-header .partnership-header__vid {
  z-index: 0;
  opacity: 0.2;
  object-fit: cover;
}
#neve_body .membership-about {
  height: 480px;
  margin-bottom: 80px;
  position: relative;
}
#neve_body .membership-about::after {
  bottom: 0;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
#neve_body .membership-about .container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#neve_body .membership-about__vid {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  object-fit: cover;
  max-width: 1240px;
  transform: translateX(-50%);
  border-radius: 16px;
  width: 100%;
}
#neve_body .membership-about__title {
  font-size: 48px;
  font-style: normal;
  position: relative;
  z-index: 1;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 24px;
  margin-top: auto;
  letter-spacing: -1.92px;
}
#neve_body .membership-about__text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 535px;
  letter-spacing: -0.3px;
}
#neve_body .membership-cards__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
#neve_body .membership-cards__grid .partnership-adv__item {
  flex: 30%;
}
#neve_body .membership-row .membership-header__img {
  height: 510px;
}
#neve_body .membership-row .membership-header__left {
  max-width: 560px;
}
#neve_body .membership-entries {
  background: none;
  position: relative;
}
#neve_body .membership-entries .container {
  overflow: visible;
}
#neve_body .membership-entries__bg {
  position: absolute;
  top: -200px;
  pointer-events: none;
  transform: translateX(-50%);
  left: 50%;
}
#neve_body .membership-entries::after {
  display: none;
}
#neve_body .membership-entries__popular {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  padding: 4px 8px;
  position: absolute;
  right: 24px;
  top: 24px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.15);
}
#neve_body .membership-entries-check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: fit-content;
  margin: 24px auto 0;
}
#neve_body .membership-entries-check span {
  font-size: 16px;
  margin-left: 24px;
}
#neve_body .membership-entries-check::before {
  content: "";
  position: absolute;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  transition: all 0.2s ease-out;
  border-radius: 100px;
}
#neve_body .membership-entries-check::after {
  width: 42px;
  left: 0;
  height: 24px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
}
#neve_body .membership-entries-check.active::after {
  width: 42px;
  left: 0;
  height: 24px;
  border-radius: 12px;
  background: #F57F21;
  z-index: 0;
}
#neve_body .membership-entries-check.active::before {
  left: 20px;
  background: #fff;
  z-index: 1;
}
#neve_body .membership-entries__label {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  line-height: 16px;
  border-radius: 6px;
  background: var(--Blue-Secondary, #2F9DD8);
  height: 24px;
  padding: 4px 8px;
}
#neve_body .membership-entries .gold2 {
  background: #7A6B52;
}
#neve_body .membership-entries .giveaway-entries__card {
  width: 390px;
}
#neve_body .membership-entries .giveaway-entries__info span {
  display: flex;
}
#neve_body .membership-entries .giveaway-entries__info--label {
  height: 20px;
  display: flex;
  padding: 0 8px;
  margin-left: 6px;
  align-items: center;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.6);
}
#neve_body .membership-entries .giveaway-entries__price {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
#neve_body .membership-entries__graph {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#neve_body .membership-entries__graph__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
#neve_body .membership-entries__graph__top span:first-child {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.07px;
  color: rgba(255, 255, 255, 0.6);
}
#neve_body .membership-entries__graph__top span:last-child {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.07px;
}
#neve_body .membership-entries__graph__line {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  height: 4px;
  width: 100%;
}
#neve_body .membership-entries__graph__actual {
  border-radius: 999px;
  height: 4px;
  background: #fff;
}
#neve_body .membership-row {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 0;
}
#neve_body .membership-row::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 280px;
  background: url(../img/bg.png) no-repeat center;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}
#neve_body .dashboard__block__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#neve_body .dashboard__block__add {
  border-radius: 999px;
  background: var(--Orange-Primary, #F57F21);
  display: flex;
  width: 28px;
  height: 28px;
  padding: 2px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#neve_body .del {
  color: #F04438 !important;
  border-radius: 8px;
  background: rgba(240, 68, 56, 0.1);
}
#neve_body .dashboard__block__item__btn--partner:hover:hover, #neve_body .show-more:hover:hover {
  color: #282828c2 !important;
}
#neve_body .popup-dash {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  overflow-y: auto;
  z-index: 111;
  background: var(--Surface-Secondary, #F2F2F2);
}
#neve_body .popup-dash__top {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#neve_body .popup-dash__logo {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.36px;
  display: flex;
  align-items: center;
  gap: 12px;
}
#neve_body .popup-dash .close {
  cursor: pointer;
}
#neve_body .popup-dash__block {
  border-radius: 16px;
  background: #FFF;
  padding: 24px;
  margin-bottom: 8px;
}
#neve_body .popup-dash__name {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.3px;
  margin-bottom: 20px;
}
#neve_body .popup-dash__name sup {
  color: #F04438;
  font-size: 20px;
}
#neve_body .popup-dash .input {
  margin-bottom: 12px;
}
#neve_body .popup-dash__descr {
  color: #767573;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
#neve_body .popup-dash__form {
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 96px;
  margin-top: 48px;
}
#neve_body .popup-dash__form .btn {
  margin-top: 24px;
}
#neve_body .popup-dash .checkbox {
  display: flex;
  margin-bottom: 20px;
}
#neve_body .popup-dash .checkbox:last-child {
  margin-bottom: 0;
}
#neve_body .popup-dash .checkbox::after {
  border: 1px solid var(--Border, #DDDDDC);
}
#neve_body .popup-dash .checkbox span {
  color: #282828;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
#neve_body .popup-dash .checkbox.active::after {
  border: none;
}
#neve_body .popup-dash .input-counter {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 16px;
  color: #767573;
}
#neve_body .popup-dash .proof-upload {
  background: #f2f2f2;
  margin-bottom: 12px;
}
#neve_body .popup-dash .proof-upload span {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
#neve_body .popup-dash .proof-upload svg path {
  fill: #282828;
}
#neve_body .popup-dash .proof-upload:hover svg, #neve_body .popup-dash .proof-upload:hover span {
  opacity: 0.8;
}
#neve_body .popup-dash__descr:not(:last-of-type) {
  margin-bottom: 20px;
}
#neve_body .popup-dash__sub__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.36px;
  margin-bottom: 4px;
}
#neve_body .popup-dash__sub__text {
  color: #767573;
}
#neve_body .popup-dash__sub {
  margin-top: 48px;
  margin-bottom: 24px;
}
#neve_body .popup-dash__block-map .popup-dash__bigname {
  margin-bottom: 8px;
}
#neve_body .popup-dash__block-map .popup-dash__sub__text {
  margin-bottom: 20px;
}
#neve_body .popup-dash__block-map .maps {
  height: 240px;
}
#neve_body .popup-dash__block-map .maps img, #neve_body .popup-dash__block-map .maps iframe {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 15px;
}
#neve_body .discounts__main__popup.active {
  display: block;
  height: fit-content;
  right: 0;
  left: auto;
}
#neve_body .discounts__main__popup {
  z-index: 3;
  padding: 8px;
  padding-right: 2px;
}
#neve_body .discounts__main__popup ul {
  padding: 0;
  overflow: auto;
  overflow: auto;
  max-height: 194px;
  margin: 0;
}
#neve_body .discounts__main__state .discounts__main__popup.active {
  right: auto;
  left: 0;
}
#neve_body .discounts__main__popup li:first-child {
  margin-top: 0;
}
#neve_body .discounts__main__state svg, #neve_body .discounts__main__sort svg {
  transition: all 0.2s ease-out;
}
#neve_body .popup-code {
  border-radius: var(--border-radius-xl, 16px);
  background: #FFF;
  box-shadow: 0px 0px 32px 0px rgba(40, 40, 40, 0.1), 0px 32px 32px 0px rgba(40, 40, 40, 0.05);
  width: 100%;
  max-width: 480px;
  padding: 24px;
  display: none;
}
#neve_body .popup-code .close {
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
}
#neve_body .popup-code .f-button {
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
  opacity: 1;
  width: 24px;
  height: 24px;
  background: none;
}
#neve_body .popup-code .f-button svg {
  stroke: #767573;
  width: 18px;
  height: 18px;
}
#neve_body .popup-code__name {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 32px;
  letter-spacing: -0.36px;
}
#neve_body .popup-code__text {
  color: var(--Text-Secondary, #767573);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
  letter-spacing: -0.08px;
}
#neve_body .popup-code__bottom {
  display: flex;
  gap: 8px;
}
#neve_body .popup-code .btn {
  width: fit-content;
  flex-shrink: 0;
}
#neve_body .popup-code__wrapper {
  width: 100%;
  border-radius: 8px;
  background: var(--Surface-Secondary, #F2F2F2);
  display: flex;
  height: 48px;
  padding: 10px 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
#neve_body .code-success {
  position: fixed;
  bottom: 16px;
  left: 16px;
  display: inline-flex;
  padding: 16px;
  align-items: center;
  border-radius: 16px;
  background: var(--White, #FFF);
  box-shadow: 0px 0px 32px 0px rgba(40, 40, 40, 0.1), 0px 32px 32px 0px rgba(40, 40, 40, 0.05);
  z-index: 11111;
  display: none;
}
#neve_body .code-success span {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin-left: 8px;
  margin-right: 16px;
  line-height: 20px;
  letter-spacing: -0.07px;
}
#neve_body .code-success .close {
  height: 24px;
  cursor: pointer;
}

@media screen and (max-width: 1080px) {
  #neve_body .login .login__left {
    display: none;
  }
  #neve_body .login .login__form__info {
    text-align: center;
  }
  #neve_body .login .login__right {
    width: 100%;
  }
  #neve_body .login .login__right .logo {
    display: block;
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 17px;
    justify-content: center;
  }
  #neve_body .login .login__form {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    width: 100%;
    max-width: 360px;
    margin-top: 24px;
  }
  #neve_body .login .login__form form {
    width: 100%;
  }
  #neve_body .login .login__wrapper {
    height: auto;
    padding: 24px 0;
    min-height: 100vh;
  }
  #neve_body .login__close {
    top: 0px;
    right: 0;
  }
  #neve_body .login .container {
    height: auto;
    padding: 0 24px;
  }
  #neve_body .login .login__form__title {
    margin-bottom: 0;
  }
  #neve_body .login .login__back {
    left: 0;
  }

  .all-coupons .logo {
    display: none;
  }

  .all-coupons__descr {
    display: none;
  }

  .coupon__slice {
    justify-content: center;
  }

  #neve_body .main-menu__list {
    display: none;
  }

  #neve_body .main-menu__trigger {
    display: flex;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
  }
  #neve_body .main-menu__trigger svg {
    width: 24px;
    height: 24px;
  }

  #neve_body .main-menu {
    margin-bottom: 20px;
    padding: 16px 0;
  }
  #neve_body .main-menu .container {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  #neve_body .main-menu__right {
    margin-left: auto;
    margin-right: 16px;
  }

  #neve_body .landing .container {
    padding: 0 20px;
  }

  #neve_body .giveaway-header .giveaway-fig1, #neve_body .giveaway-header .giveaway-fig2 {
    display: none;
  }

  #neve_body .giveaway-header .container {
    width: 100%;
    padding: 0 20px;
  }

  #neve_body .giveaway-entries {
    overflow: hidden;
  }

  #neve_body .giveaway {
    background-image: none;
  }

  #neve_body .giveaway-header h1 {
    margin-bottom: 40px;
    font-size: 64px;
  }

  #neve_body .giveaway-header__plate {
    padding: 76px 20px;
  }
  #neve_body .giveaway-header__plate p {
    font-size: 18px;
    max-width: 730px;
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  #neve_body .giveaway-cards {
    margin-bottom: 80px;
  }
  #neve_body .giveaway-cards .giveaway-cards__img {
    margin-bottom: 24px;
    height: 330px;
  }
  #neve_body .giveaway-cards .giveaway-cards__item {
    padding: 16px;
    border-radius: 16px;
  }
  #neve_body .giveaway-cards .giveaway-cards__name {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 24px;
  }
  #neve_body .giveaway-cards .giveaway-cards__descr {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
    padding: 0;
  }
  #neve_body .giveaway-cards .giveaway-cards__plate {
    padding: 16px 20px;
    border-radius: 12px;
  }
  #neve_body .giveaway-cards .giveaway-cards__plate span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  #neve_body .giveaway-cards .giveaway-cards__plate p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }

  #neve_body .giveaway-entries__bottom {
    display: none;
  }

  #neve_body .giveaway-entries {
    padding-bottom: 80px;
  }

  #neve_body .main-menu__auth span, #neve_body .main-menu__auth svg {
    display: none;
  }

  #neve_body .main-menu__avatar {
    margin-right: 0px;
  }

  #neve_body .giveaway-popup {
    padding: 25px 16px;
    width: 100%;
    display: block;
  }
  #neve_body .giveaway-popup .popup-close {
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: 0px;
    position: relative;
    right: auto;
    top: auto;
  }
  #neve_body .giveaway-popup .giveaway-entries {
    width: 100%;
    padding: 0;
    height: auto;
    overflow: visible;
  }

  #neve_body .mobile-menu {
    display: none;
    margin-top: 32px;
  }
  #neve_body .mobile-menu__list {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    display: flex;
    padding: 0 16px;
    padding-top: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
  #neve_body .mobile-menu__list li {
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 16px;
    position: relative;
  }
  #neve_body .mobile-menu__list li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0px;
    background: url("../files/arr4.svg") no-repeat center;
    width: 24px;
    height: 24px;
  }
  #neve_body .mobile-menu__list li:last-child {
    border: none;
    margin-bottom: 0;
  }
  #neve_body .mobile-menu__list a {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.27px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  #neve_body .mobile-menu__list li.active a {
    color: #767573;
  }

  #neve_body .main-menu.active {
    position: fixed;
    z-index: 11;
    background: #090909;
    width: 100%;
    min-height: 100vh;
  }
  #neve_body .main-menu.active .mobile-menu {
    display: block;
    width: 100%;
  }
  #neve_body .main-menu.active .mobile-menu .container {
    padding: 0;
  }
  #neve_body .main-menu.active .main-menu__trigger {
    position: relative;
  }
  #neve_body .main-menu.active .main-menu__trigger::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: url("../files/cross-w.svg") no-repeat center;
    background-size: contain;
  }
  #neve_body .main-menu.active .main-menu__trigger svg {
    display: none;
  }

  .giveaway-popup h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .giveaway-popup .giveaway-label {
    height: 48px;
  }

  #neve_body .dashboard .dashboard__wrapper {
    padding-top: 32px;
    padding-bottom: 0;
  }
  #neve_body .dashboard .dashboard__wrapper .container {
    padding: 0;
    gap: 0;
    flex-direction: column;
  }
  #neve_body .dashboard__name {
    text-align: center;
    margin-bottom: 24px;
  }
  #neve_body .dashboard__left {
    top: 0;
    padding: 0 20px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  #neve_body .dashboard__menu li:last-child {
    margin: 0;
    padding: 8px;
    border: none;
  }
  #neve_body .dashboard__menu li {
    width: fit-content;
  }
  #neve_body .dashboard__menu .swiper-wrapper {
    gap: 0px;
    flex-direction: row;
  }
  #neve_body .dashboard__plates {
    margin-top: 0;
    grid-gap: 16px;
    padding-left: 20px;
    padding-right: 20px;
    grid-template-columns: repeat(4, 1fr);
  }
  #neve_body .dashboard__plates__main {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  #neve_body .dashboard__plates__main:nth-of-type(4) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  #neve_body .dashboard__plates__item {
    padding: 16px;
  }
  #neve_body .dashboard__block__empty {
    margin-bottom: 0;
  }
  #neve_body .dashboard__block {
    margin-bottom: 8px;
    padding: 20px 20px;
  }
  #neve_body .dashboard__avatar {
    margin-right: auto;
    margin-top: 0;
    flex-shrink: 0;
    margin-left: auto;
  }
  #neve_body .dashboard__block__item img {
    height: 246px;
  }
  #neve_body .dashboard__block__items {
    grid-template-columns: repeat(auto-fit, minmax(246px, 1fr));
    grid-gap: 32px 16px;
  }
  #neve_body .dashboard__block__items a {
    width: 100%;
  }
  #neve_body .dashboard__right {
    margin-top: 32px;
  }

  #neve_body .white .main-menu {
    height: 72px;
  }
  #neve_body .white .main-menu.active {
    background: #f2f2f2;
    position: relative;
  }
  #neve_body .white .main-menu.active::after {
    content: "";
    position: absolute;
    top: 0;
    height: 72px;
    width: 100%;
    z-index: -1;
    background: #fff;
    left: 0;
  }
  #neve_body .white .main-menu.active a {
    color: #282828;
  }
  #neve_body .white .main-menu.active a:hover {
    color: #767573;
  }
  #neve_body .white .main-menu.active li.active {
    color: #767573;
  }
  #neve_body .white .mobile-menu__list {
    background: #fff;
    border-radius: 16px;
  }
  #neve_body .white .mobile-menu__list li {
    border-bottom: 1px solid #EBEBEB;
  }
  #neve_body .white .main-menu__trigger {
    background: #F2F2F2;
  }
  #neve_body .white .main-menu__trigger svg path {
    fill: #282828;
  }
  #neve_body .faq {
    padding: 0 !important;
  }
  #neve_body .faq__title {
    padding-right: 15px;
    padding-left: 15px;
  }
  #neve_body .about-main__top--first {
    flex-direction: column-reverse;
    gap: 26px;
  }
  #neve_body .about-main__top--first .about-main__top__left {
    max-width: 100%;
  }
  #neve_body .landing .about-main {
    padding-top: 16px !important;
  }
  #neve_body .about-main__top--first .about-main__top__right {
    width: 100%;
  }
  #neve_body .about-main__top--first .about-main__top__right video {
    width: 100%;
    height: 400px;
  }
  #neve_body .about-main__top__title {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    margin-bottom: 24px;
  }
  #neve_body .about-main__top_sub {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 24px;
  }
  #neve_body .about-main__row__left {
    max-width: 100%;
  }
  #neve_body .about-main__top__text {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  #neve_body .about-main__top--sec {
    margin-top: 24px;
    gap: 26px;
    margin-top: 0;
    flex-direction: column;
  }
  #neve_body .about-main__top--sec .about-main__top__text p {
    margin-bottom: 26px;
  }
  #neve_body .about-main__top--sec .about-main__top__text p:last-of-type {
    margin-bottom: 0;
  }
  #neve_body .about-main__top--sec .about-main__top__left {
    width: 100%;
    margin-top: 26px;
    display: flex;
    gap: 20px;
  }
  #neve_body .about-main__top--sec .about-main__top__left img {
    flex-shrink: 1;
    width: 48%;
    height: 240px;
  }
  #neve_body .about-main__plate {
    margin-bottom: 80px;
    margin-top: 80px;
    gap: 32px;
    padding: 100px 16px;
  }
  #neve_body .about-main__plate__logo {
    width: 64px;
    height: 64px;
  }
  #neve_body .about-main__plate__logo img {
    width: 100%;
    height: 100%;
  }
  #neve_body .about-main__plate__title {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
  }
  #neve_body .about-main__plate1 .about-main__plate__title {
    max-width: 450px;
  }
  #neve_body .about-main__plate__text {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
  #neve_body .about-main__row {
    align-items: flex-start;
    margin: 0 auto;
    padding-top: 0;
    margin-bottom: 80px;
    flex-direction: column-reverse;
  }
  #neve_body .about-main__row video {
    width: 100%;
    height: 420px;
    margin-bottom: 0px;
  }
  #neve_body .about-main__row:nth-of-type(odd) {
    flex-direction: column-reverse;
  }
  #neve_body .about-main__plate2 {
    background-size: cover;
    padding: 100px 16px;
  }
  #neve_body .about-main__row__right {
    max-width: 100%;
    width: 100%;
  }
  #neve_body .all-coupons .logo, #neve_body .login-type .logo {
    display: none !important;
  }
  #neve_body .giveaway-cards__plate__progress {
    bottom: 16px;
  }
  #neve_body .popup-form {
    max-width: 480px;
    margin: 20px auto;
  }
  #neve_body .discounts__main {
    flex-direction: column;
  }
  #neve_body .discounts__main__menu {
    position: relative;
    width: 100%;
    border-radius: 16px;
    margin-bottom: 8px;
    padding: 0;
    top: auto;
  }
  #neve_body .discounts__main__menu .discounts__main__menu__list {
    display: none;
  }
  #neve_body .discounts__search {
    background: #fff;
    height: auto;
    padding: 20px;
  }
  #neve_body .discounts__search label {
    background: #F57F21;
    padding-left: 0;
    border: 2px solid #F57F21;
    gap: 0 !important;
    border-radius: 10px;
  }
  #neve_body .discounts__search label > svg {
    background: #fff;
    border-radius: 10px 0 0 10px;
    height: 100%;
    padding-left: 12px;
    width: 40px;
    padding-right: 8px;
    flex-shrink: 0;
  }
  #neve_body .discounts__search input {
    height: 100%;
    background: #fff;
    border-radius: 0 10px 10px 0;
  }
  #neve_body .discounts__main__card__img {
    width: 100%;
    margin-bottom: 8px;
    height: 246px;
  }
  #neve_body .discounts__partner__arrow {
    display: none;
  }
  #neve_body .discounts__partner__img {
    width: 100%;
    height: 175px;
    margin-bottom: 8px;
  }
  #neve_body .discounts__main__card__bottom .btn {
    height: 40px;
    white-space: nowrap;
  }
  #neve_body .discounts__main__card__bottom .btn img {
    display: none;
  }
  #neve_body .discounts__main__cards {
    grid-gap: 32px 16px;
  }
  #neve_body .discounts .discounts__main__right__top {
    gap: 8px;
    justify-content: flex-start;
  }
  #neve_body .discounts .discounts__main__state {
    margin-left: auto;
  }
  #neve_body .discounts .discounts__main__menu {
    display: none;
  }
  #neve_body .discounts .discounts__main__mob {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: #F2F2F2;
    gap: 2px;
    cursor: pointer;
    gap: 8px;
    height: 40px;
    padding: 0px 8px 0px 16px;
  }
  #neve_body .discounts .discounts__main__mob .arrow {
    height: 24px;
  }
  #neve_body .discounts__breadcrumbs__list {
    flex-wrap: wrap;
    background: #fff;
    padding: 16px;
    padding-bottom: 8px;
    margin-bottom: 0;
    border-radius: 16px 16px 0 0;
  }
  #neve_body .discounts__breadcrumbs .container {
    padding: 0;
  }
  #neve_body .discounts__item .container {
    padding: 0;
  }
  #neve_body .discounts__item__wrapper {
    padding: 0;
    flex-wrap: wrap;
  }
  #neve_body .discounts__item__left {
    width: 100%;
    margin-bottom: 0;
  }
  #neve_body .discounts__item__photo {
    padding: 0 16px;
    padding-top: 8px;
    border-radius: 0 0 16px 16px;
    padding-bottom: 16px;
  }
  #neve_body .discounts__item__right {
    width: 100%;
  }
  #neve_body .discounts__item__slider .swiper-slide {
    height: 740px;
    border-radius: 16px;
    overflow: hidden;
  }
  #neve_body .discounts__item__slider .swiper-slide img {
    width: fit-content;
    height: auto;
  }
  #neve_body .discounts__item__block {
    margin-bottom: 8px;
    padding: 20px 16px;
  }
  #neve_body .discounts__item__descr {
    width: 100%;
  }
  #neve_body .discounts__stores__grid {
    overflow: hidden;
  }
  #neve_body .discounts__stores__grid .swiper-wrapper {
    display: flex;
    grid-gap: inherit;
  }
  #neve_body .discounts__stores__block:not(:first-of-type) {
    margin-top: 24px;
  }
  #neve_body .discounts__stores__letter {
    margin-bottom: 15px;
  }
  #neve_body .discounts__stores__img {
    height: 175px;
    width: 175px;
  }
  #neve_body .discounts__stores__item {
    width: 175px;
  }
  #neve_body .discounts__wrapper .container {
    padding: 0;
  }
  #neve_body .discounts__fullsearch, #neve_body .discounts__stores {
    padding: 16px;
  }
  #neve_body .discounts__fullsearch .discounts__search {
    padding: 0 !important;
  }
  #neve_body .discounts__fullsearch__letters {
    margin-top: 16px;
  }
  #neve_body .discounts__stores-empty {
    padding: 58px 0;
  }
  #neve_body .discounts__stores__result .discounts__stores__img {
    margin-bottom: 8px;
  }
  #neve_body .discounts__stores__result .discounts__stores__grid {
    gap: 20px 8px;
    display: flex;
    flex-wrap: wrap;
  }
  #neve_body .discounts__profile .discounts__main__cards.active {
    grid-template-columns: repeat(1, 1fr);
  }
  #neve_body .discounts-video {
    display: none;
  }
  #neve_body .discounts__profile__block__title {
    font-size: 20px;
    border: none;
    padding: 0 16px;
  }
  #neve_body .discounts__profile__block {
    padding: 16px 0;
  }
  #neve_body .discounts__profile__details {
    padding: 0 16px;
    grid-template-columns: repeat(1, 1fr);
  }
  #neve_body .discounts__profile__cover {
    height: 260px;
    border-radius: 0;
  }
  #neve_body .discounts__profile__top__info, #neve_body .discounts__profile__top__naming {
    text-align: center;
    align-items: center;
    margin: 0;
    justify-content: center;
    flex-direction: column;
  }
  #neve_body .discounts__profile__top__link {
    margin: 0;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  #neve_body .discounts__profile__top__avatar {
    margin-right: 0;
    margin-bottom: 16px;
  }
  #neve_body .discounts__profile .discounts__main__sort {
    font-size: 14px;
    width: 157px;
  }
  #neve_body .discounts__profile .discounts__main__sort span {
    white-space: nowrap;
  }
  #neve_body .discounts__profile .discounts__profile__tabs {
    gap: 16px;
  }
  #neve_body .discounts__profile .discounts__profile__tabs a {
    font-size: 14px;
  }
  #neve_body .discounts__profile .partnership-header__vid {
    top: 0;
  }
  #neve_body .partnership-header {
    padding-bottom: 390px;
  }
  #neve_body .partnership-header .giveaway-header__plate {
    padding-top: 60px !important;
  }
  #neve_body .partnership-header .giveaway-header__plate p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
  #neve_body .partnership-header .giveaway-header__plate p br {
    display: none;
  }
  #neve_body .partnership-header .giveaway-header__plate h1 {
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
  }
  #neve_body .partnership-cards {
    margin-bottom: 80px;
    margin-top: -190px;
    padding-top: 0 !important;
  }
  #neve_body .partnership-cards__wrapper {
    flex-direction: column;
  }
  #neve_body .partnership-cards__item {
    padding: 0;
    position: relative;
    overflow: hidden;
    min-height: 420px;
    padding: 32px;
    display: flex;
    flex-direction: column;
  }
  #neve_body .partnership-cards__item p {
    margin-bottom: 24px;
    line-height: 24px;
    font-size: 18px;
    max-width: 438px;
  }
  #neve_body .partnership-cards__item img {
    height: 370px;
    z-index: -1;
    position: absolute;
    right: -80px;
    top: 0;
    width: 360px;
    height: 100%;
    object-fit: contain;
  }
  #neve_body .partnership-cards__title {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    max-width: 438px;
    margin-top: auto;
    line-height: 48px;
    margin-bottom: 24px;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
  }
  #neve_body .partnership-adv {
    margin-bottom: 80px;
  }
  #neve_body .partnership-adv__descr {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
  #neve_body .partnership-adv__title {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 24px;
  }
  #neve_body .partnership-adv__descr {
    font-size: 18px;
    font-style: normal;
    margin-bottom: 40px;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
  }
  #neve_body .partnership-adv__descr br {
    display: none;
  }
  #neve_body .partnership-adv__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-bottom: 0;
  }
  #neve_body .partnership-adv__grid:before, #neve_body .partnership-adv__grid::after {
    display: none;
  }
  #neve_body .partnership-adv__item-empty {
    display: none;
  }
  #neve_body .trust {
    margin-bottom: 80px;
  }
  #neve_body .trust__wrapper {
    flex-direction: column-reverse;
  }
  #neve_body .trust__left {
    width: 100%;
  }
  #neve_body .trust__right {
    width: 100%;
    margin-bottom: 80px;
  }
  #neve_body .trust__right video {
    width: 100%;
    height: 520px;
  }
  #neve_body .trust__right__card {
    bottom: -70px;
    left: 44px;
    height: fit-content;
    position: absolute;
    top: auto;
  }
  #neve_body .trust__title {
    margin-bottom: 24px;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
  }
  #neve_body .trust__descr {
    margin-bottom: 24px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
  }
  #neve_body .trust__text {
    margin-bottom: 24px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  #neve_body .membership-header {
    margin-bottom: 80px;
  }
  #neve_body .membership-header .container {
    gap: 40px;
    flex-direction: column-reverse;
  }
  #neve_body .membership-header__right {
    height: 495px;
  }
  #neve_body .membership-header__right img {
    height: 100%;
  }
  #neve_body .membership-header__left {
    text-align: center;
  }
  #neve_body .membership-header__left .btn {
    margin: 0 auto;
  }
  #neve_body .membership-about {
    height: 420px;
    padding: 0 20px;
  }
  #neve_body .membership-about video {
    height: 420px;
  }
  #neve_body .membership-entries .giveaway-entries__card {
    width: 33%;
  }
  #neve_body .membership-header .container {
    flex-direction: column;
  }
  #neve_body .membership-header .container .membership-header__right {
    height: 506px;
  }
  #neve_body .discounts__main__popup.active {
    position: fixed;
    bottom: 0;
    border: none;
    border-radius: 20px 20px 0px 0px;
    padding-bottom: 50px;
    width: 100%;
    top: auto;
    left: 0;
    height: auto;
    padding-top: 20px;
  }
  #neve_body .discounts__main__popup.active ul {
    height: auto;
    max-height: 90vh;
  }
  #neve_body .discounts__main__menu__list {
    position: fixed;
    bottom: 0;
    border: none;
    border-radius: 20px 20px 0px 0px;
    padding-bottom: 50px;
    width: 100%;
    background: #fff;
    z-index: 11;
    top: auto;
    left: 0;
    height: auto;
    max-height: 90vh;
    overflow: auto;
    padding-top: 20px;
  }
  #neve_body .discounts__main__menu__list::-webkit-scrollbar-thumb {
    background: #DDD;
    border-radius: 40px;
  }
  #neve_body .discounts__main__menu__list::-webkit-scrollbar-track {
    background: transparent;
  }

  body.active {
    position: relative;
  }
  body.active::before {
    z-index: 2;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: rgba(40, 40, 40, 0.4);
  }
}
@media screen and (max-width: 720px) {
  #neve_body .discounts__main__popup.active {
    position: fixed;
    bottom: 0;
    border: none;
    border-radius: 20px 20px 0px 0px;
    padding-bottom: 50px;
    width: 100%;
    top: auto;
    left: 0;
    padding-top: 20px;
  }
  #neve_body .discounts__main__popup.active::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 4px;
    border-radius: 3px;
    background: var(--Border, #DDDDDC);
  }
  #neve_body .discounts__main__menu__list::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 4px;
    border-radius: 3px;
    background: var(--Border, #DDDDDC);
  }
  #neve_body .discounts__item__slider .swiper-slide {
    height: 335px;
    border-radius: 16px;
    overflow: hidden;
  }
  #neve_body .discounts__item__slider .swiper-slide img {
    width: 100%;
    height: auto;
  }
  #neve_body .billing__btn {
    width: 100%;
  }
  #neve_body .billing__changes .signup__type {
    flex-direction: column;
  }
  #neve_body .giveaway-cards__plate__progress {
    bottom: 12px;
    left: 16px;
    max-width: calc(100% - 32px);
  }
  #neve_body .about-main__top--first .about-main__top__right {
    width: 100%;
  }
  #neve_body .about-main__top--first .about-main__top__right video {
    width: 100%;
    height: 260px;
  }
  #neve_body .about-main__top__text {
    font-size: 18px;
  }
  #neve_body .about-main__plate {
    margin-top: 60px;
    padding: 60px 16px;
    margin-bottom: 60px;
  }
  #neve_body .about-main__row {
    margin-bottom: 60px;
  }
  #neve_body .about-main__row video {
    height: 240px;
  }
  #neve_body .about-main__plate__logo {
    width: 64px;
    height: 64px;
  }
  #neve_body .about-main__plate__logo img {
    width: 100%;
    height: 100%;
  }
  #neve_body .about-main__plate__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
  }
  #neve_body .about-main__plate__text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  #neve_body .about-main__top__title {
    font-size: 40px;
    font-style: normal;
    margin-bottom: 24px;
    font-weight: 600;
    line-height: 48px;
  }
  #neve_body .about-main__top_sub {
    font-size: 24px;
    font-style: normal;
    margin-bottom: 24px;
    font-weight: 600;
    line-height: 32px;
  }
  #neve_body .about-main__top__text {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  #neve_body .login__close {
    top: 0px;
    right: 0;
  }
  #neve_body .login .container {
    padding: 0 16px;
  }
  #neve_body .login .login__wrapper {
    padding: 16px 0;
  }
  #neve_body .login .login__close {
    width: 32px;
    height: 32px;
  }
  #neve_body .login .login__close svg {
    width: 24px;
    height: 24px;
  }

  #neve_body .landing .container {
    padding: 0 16px;
  }

  #neve_body .main-menu {
    margin-bottom: 16px;
  }
  #neve_body .main-menu .mob-logo {
    display: block;
  }
  #neve_body .main-menu .mob-logo img {
    width: 40px;
    height: 40px;
  }
  #neve_body .main-menu .desc-logo {
    display: none;
  }
  #neve_body .main-menu .container {
    padding: 0 16px;
  }

  #neve_body .giveaway-header {
    margin-bottom: 16px;
  }
  #neve_body .giveaway-header .container {
    padding: 0 20px;
  }
  #neve_body .giveaway-header h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 24px;
  }
  #neve_body .giveaway-header p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
  }
  #neve_body .giveaway-header .giveaway-header__plate {
    padding: 72px 16px;
  }
  #neve_body .giveaway-header .giveaway-cards__selectors {
    border-radius: 12px;
    margin-bottom: 16px;
  }
  #neve_body .giveaway-header .giveaway-cards__selectors a {
    font-size: 14px;
    height: 40px;
  }
  #neve_body .giveaway-header .giveaway-cards__selectors a.active {
    border-radius: 8px;
  }

  #neve_body .giveaway-cards {
    margin-bottom: 60px;
  }
  #neve_body .giveaway-cards .giveaway-cards__wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 16px;
  }
  #neve_body .giveaway-cards .giveaway-cards__img {
    margin-bottom: 24px;
    height: 330px;
  }
  #neve_body .giveaway-cards .giveaway-cards__item {
    border-radius: 16px;
    padding: 8px;
  }
  #neve_body .giveaway-cards .giveaway-cards__name {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 12px;
  }
  #neve_body .giveaway-cards .giveaway-cards__descr {
    padding: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
  }
  #neve_body .giveaway-cards .giveaway-cards__plate {
    padding: 12px 16px;
    border-radius: 12px;
  }
  #neve_body .giveaway-cards .giveaway-cards__plate span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  #neve_body .giveaway-cards .giveaway-cards__plate p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  #neve_body .giveaway-cards .giveaway-entries {
    padding-bottom: 80px;
  }
  #neve_body .giveaway-cards .giveaway-entries h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 24px;
  }
  #neve_body .giveaway-cards .giveaway-entries__top {
    margin-bottom: 48px;
  }
  #neve_body .giveaway-cards .giveaway-entries__top p {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }
  #neve_body .giveaway-cards .giveaway-entries__bottom {
    display: none;
  }

  .main-footer {
    padding-top: 32px;
  }
  .main-footer__wrapper {
    grid-template-columns: 1fr;
    grid-gap: 32px;
  }
  .main-footer .descr {
    display: none;
  }
  .main-footer .mobile {
    display: flex;
  }
  .main-footer .main-footer__logos.mobile {
    display: flex;
    margin-bottom: 32px;
    flex-wrap: wrap;
  }
  .main-footer .main-footer__logos__item {
    width: 64px;
  }
  .main-footer__col {
    max-width: 100%;
    grid-gap: 0;
  }
  .main-footer .logo {
    margin-bottom: 16px;
  }

  .main-footer__descr {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  .main-footer__title {
    margin-bottom: 24px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
  }

  .main-footer__menu {
    gap: 20px;
    margin-top: 24px;
  }
  .main-footer__menu a {
    width: 100%;
    position: relative;
  }
  .main-footer__menu a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url("../files/arr3.svg") no-repeat center;
    background-size: contain;
    width: 24px;
    height: 24px;
  }

  .main-footer__col:last-of-type {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .main-footer__col:last-of-type .main-footer__title {
    width: 100%;
    margin-bottom: 16px;
  }
  .main-footer__col:last-of-type .main-footer__write {
    margin-left: auto;
  }

  .main-footer__menu-title {
    position: relative;
    margin-bottom: 0;
  }
  .main-footer__menu-title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url("../files/arr2.svg") no-repeat center;
    background-size: contain;
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
  }

  .main-footer__menu-title.active::after {
    transform: rotate(0deg);
  }

  .main-footer__menu.disable {
    display: none;
  }

  .main-footer__buttons {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .main-footer__wrapper {
    padding-bottom: 32px;
  }

  #neve_body .main-footer__bottom {
    padding-top: 32px;
    padding-bottom: 16px;
  }
  #neve_body .main-footer__bottom .container {
    display: flex;
    flex-direction: column-reverse;
  }
  #neve_body .main-footer__bottom p {
    margin-top: 32px;
  }

  #neve_body .dashboard__form .btn {
    width: 100%;
  }
  #neve_body .dashboard__left {
    top: 0;
    padding: 0 16px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  #neve_body .dashboard__menu li:last-child {
    margin: 0;
    padding: 8px;
    border: none;
  }
  #neve_body .dashboard__menu li {
    width: fit-content;
  }
  #neve_body .dashboard__menu .swiper-wrapper {
    gap: 0px;
    flex-direction: row;
  }
  #neve_body .dashboard__plates {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
    grid-gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
  #neve_body .dashboard__plates__main {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  #neve_body .dashboard__plates__main:nth-of-type(4) {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-end: 3;
  }
  #neve_body .dashboard__plates__item {
    padding: 16px;
  }
  #neve_body .dashboard__block__empty {
    margin-bottom: 0;
  }
  #neve_body .dashboard__block {
    padding: 20px 16px;
  }
  #neve_body .dashboard__avatar {
    margin-right: auto;
    margin-top: 0;
    flex-shrink: 0;
    margin-left: auto;
  }
  #neve_body .dashboard__block__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
  #neve_body .dashboard .dashboard__block__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  #neve_body .dashboard__block__item a {
    width: 100%;
  }
  #neve_body .dashboard__block__item img {
    height: 358px;
  }
  #neve_body .dashboard .giveaway-cards__item {
    padding: 8px;
  }
  #neve_body .discounts .discounts__wrapper .container {
    padding: 0;
  }
  #neve_body .discounts .discounts__banner {
    height: 180px;
    margin-bottom: 8px;
    border-radius: 0;
  }
  #neve_body .discounts .discounts__banner__name {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 8px;
  }
  #neve_body .discounts .discounts__partner {
    padding: 16px;
    margin-bottom: 8px;
  }
  #neve_body .discounts .discounts__partner .swiper-slide {
    width: 175px;
  }
  #neve_body .discounts .discounts__partner__top {
    margin-bottom: 16px;
  }
  #neve_body .discounts .discounts__partner__img {
    width: 100%;
    margin-bottom: 8px;
    height: 175px;
  }
  #neve_body .discounts .discounts__search {
    background: #fff;
    height: auto;
    padding: 16px;
  }
  #neve_body .discounts .discounts__search label {
    background: #F57F21;
    padding-left: 0;
    border: 2px solid #F57F21;
    gap: 0 !important;
    border-radius: 10px;
  }
  #neve_body .discounts .discounts__search label > svg {
    background: #fff;
    border-radius: 10px 0 0 10px;
    height: 100%;
    padding-left: 12px;
    width: 40px;
    padding-right: 8px;
    flex-shrink: 0;
  }
  #neve_body .discounts .discounts__search input {
    height: 100%;
    margin-left: -1px;
    background: #fff;
    border-radius: 0 10px 10px 0;
  }
  #neve_body .discounts .discounts__partner__arrow {
    display: none;
  }
  #neve_body .discounts .discounts__main {
    flex-direction: column;
    gap: 0;
  }
  #neve_body .discounts .discounts__main__menu {
    position: relative;
    width: 100%;
    border-radius: 16px;
    margin-bottom: 8px;
    padding: 0;
    top: auto;
  }
  #neve_body .discounts .discounts__main__menu .discounts__main__menu__list {
    display: none;
  }
  #neve_body .discounts .discounts__main__menu__name {
    background: #fff;
    font-size: 16px;
    border-radius: 16px;
    padding: 16px;
    height: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.08px;
  }
  #neve_body .discounts .discounts__main__menu__name .arrow {
    display: block;
    margin-left: auto;
    transform: rotate(-180deg);
    opacity: 0.5;
  }
  #neve_body .discounts .discounts__main__card__img {
    width: 100%;
    height: 358px;
  }
  #neve_body .discounts .discounts__main__card__bottom .btn {
    height: 40px;
    font-size: 16px;
  }
  #neve_body .discounts .discounts__similar__tab {
    gap: 12px 16px;
  }
  #neve_body .discounts .discounts__main__cards {
    grid-template-columns: repeat(1, 1fr);
  }
  #neve_body .discounts .discounts__main__right__top {
    gap: 8px;
    justify-content: space-between;
  }
  #neve_body .discounts .discounts__main__state {
    margin-left: 0;
  }
  #neve_body .discounts .discounts__main__menu {
    display: flex;
  }
  #neve_body .discounts .discounts__main__mob {
    display: none;
  }
  #neve_body .discounts .discounts__search {
    margin-bottom: 8px;
  }
  #neve_body .discounts__stores-empty {
    padding: 48px 0;
  }
  #neve_body .partnership-header__vid {
    top: 0;
  }
  #neve_body .partnership-header {
    padding-bottom: 350px;
  }
  #neve_body .partnership-header .giveaway-header__plate {
    padding-top: 60px !important;
  }
  #neve_body .partnership-header .giveaway-header__plate p {
    font-size: 18px;
    margin-bottom: 32px;
  }
  #neve_body .partnership-header .giveaway-header__plate p br {
    display: none;
  }
  #neve_body .partnership-header .giveaway-header__plate h1 {
    font-size: 40px;
    font-style: normal;
    margin-bottom: 32px;
    font-weight: 600;
  }
  #neve_body .partnership-cards {
    margin-bottom: 80px;
    margin-top: -190px;
    padding-top: 0 !important;
  }
  #neve_body .partnership-cards__wrapper {
    flex-direction: column;
  }
  #neve_body .partnership-cards__item {
    padding: 0;
  }
  #neve_body .partnership-cards__item p {
    padding: 0 16px;
    margin-bottom: 24px;
    font-size: 16px;
  }
  #neve_body .partnership-cards__item img {
    height: 370px;
    object-fit: cover;
  }
  #neve_body .partnership-cards__title {
    margin-bottom: 24px;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    padding: 0 16px;
  }
  #neve_body .partnership-adv {
    margin-bottom: 80px;
  }
  #neve_body .partnership-adv__title {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 24px;
  }
  #neve_body .partnership-adv__descr {
    font-size: 18px;
    font-style: normal;
    margin-bottom: 40px;
    font-weight: 400;
  }
  #neve_body .partnership-adv__descr br {
    display: none;
  }
  #neve_body .partnership-adv__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    margin-bottom: 0;
  }
  #neve_body .partnership-adv__grid:before, #neve_body .partnership-adv__grid::after {
    display: none;
  }
  #neve_body .partnership-adv__item-empty {
    display: none;
  }
  #neve_body .trust {
    margin-bottom: 80px;
  }
  #neve_body .trust__wrapper {
    flex-direction: column-reverse;
  }
  #neve_body .trust__left {
    width: 100%;
  }
  #neve_body .trust__right {
    width: 100%;
    margin-bottom: 80px;
  }
  #neve_body .trust__right video {
    width: 100%;
    height: 240px;
  }
  #neve_body .trust__right__card {
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    height: fit-content;
    position: absolute;
    top: auto;
  }
  #neve_body .trust__title {
    margin-bottom: 24px;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
  }
  #neve_body .trust__descr {
    margin-bottom: 24px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
  }
  #neve_body .trust__text {
    margin-bottom: 24px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  #neve_body .membership-header .container {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  #neve_body .membership-header__img {
    height: 300px;
  }
  #neve_body .membership-header__title {
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
  }
  #neve_body .membership-header__text {
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  #neve_body .membership-header {
    margin-bottom: 80px;
  }
  #neve_body .membership-header .btn {
    margin: 0 auto;
  }
  #neve_body .membership-about {
    text-align: center;
    padding: 0 16px;
    height: 420px;
    margin-bottom: 32px;
  }
  #neve_body .membership-about__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 16px;
  }
  #neve_body .membership-about__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
  }
  #neve_body .membership-cards__grid .partnership-adv__item {
    width: 100%;
    flex: 100%;
  }
  #neve_body .membership-cards__grid {
    gap: 16px;
  }
  #neve_body .giveaway-entries h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
  }
  #neve_body .giveaway-entries__top p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  #neve_body .membership-entries .giveaway-entries__card {
    width: 250px;
  }
  #neve_body .membership-entries .giveaway-entries__price {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  #neve_body .giveaway-entries__name {
    font-size: 20px;
    margin-bottom: 12px;
  }
  #neve_body .giveaway-entries__price {
    font-size: 40px;
  }
  #neve_body .giveaway-entries__info {
    margin-bottom: 16px;
  }
  #neve_body .membership-entries__graph {
    padding-top: 16px;
    margin-top: 16px;
  }
  #neve_body .giveaway-entries__card {
    padding: 16px;
  }
  #neve_body .giveaway-entries .btn {
    margin-top: 32px;
    height: 40px;
  }
  #neve_body .membership-row {
    margin-bottom: 0;
  }
  #neve_body .membership-row .container {
    flex-direction: column;
  }
  #neve_body .membership-row .membership-header__right {
    height: 288px;
    margin-top: 60px;
  }
  #neve_body .membership-row .membership-header__img {
    height: 100%;
  }
}
@media screen and (min-width: 980px) and (max-width: 1439px) {
  #neve_body .landing .container {
    width: 100%;
    padding: 0 100px;
  }

  #neve_body .giveaway-header .giveaway-fig1 {
    left: 0;
  }
  #neve_body .giveaway-header .giveaway-fig2 {
    right: 100px;
  }

  #neve_body .giveaway-popup {
    padding: 0 20px;
  }
  #neve_body .popup-main {
    padding: 20px 0 50px;
  }
  #neve_body .discounts__main__card__img {
    width: 100%;
  }
  #neve_body .discounts__main__cards {
    grid-template-columns: repeat(2, 1fr);
  }
  #neve_body .discounts__stores__grid .swiper-wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
  #neve_body .discounts__profile .discounts__main__cards.active {
    grid-template-columns: repeat(3, 1fr);
  }
  #neve_body .membership-entries .giveaway-entries__card {
    width: 33%;
  }
  #neve_body .popup-dash__name {
    font-size: 20px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  #neve_body .membership-about {
    padding: 0 20px;
  }
  #neve_body .landing .container {
    width: 100%;
    padding: 0 20px;
  }
  #neve_body .landing .about-main {
    padding-top: 80px;
  }
  #neve_body .about-main__top--sec .about-main__top__left, #neve_body .about-main__top--sec {
    gap: 20px;
  }

  #neve_body .giveaway-header .giveaway-fig1 {
    left: -20px;
  }
  #neve_body .giveaway-header .giveaway-fig2 {
    right: 20px;
  }
}
@media screen and (max-width: 389px) {
  .discounts__stores__result .discounts__stores__img, .discounts__stores__result .discounts__stores__item {
    width: 155px !important;
  }
  .discounts__stores__result .discounts__stores__img {
    height: 155px !important;
  }
}