

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFFFFF;
  background: transparent;
}

img {
  max-width: 100%;
  height: auto;
  display: flex;
}

.gm-style img {
  max-width: none;
}

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none;
  }
}
html,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

button {
  transition: all 0.3s ease;
  background-color: transparent;
  outline: none;
  appearance: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

ul {
  list-style: none;
}

html {
  height: 100%;
}

body {
  background-color: #07080C;
  height: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
body.overflow {
  overflow: hidden;
}
body.overflow-menu {
  overflow: hidden;
}
@media (min-width: 992px) {
  body.overflow-menu {
    overflow: auto;
  }
}

.swiper-container-initialized {
  height: 100%;
}

.swiper-slide {
  height: auto;
}
.swiper-slide > * {
  height: 100%;
}

.wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

main {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.container {
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
}
.container.container-sx {
  max-width: 1108px;
}
.container.container-ph {
  max-width: 1085px;
}
.container.container-sm {
  max-width: 1152px;
}
.container.container-view {
  max-width: 1472px;
}
.container.container-lg {
  max-width: 1184px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(32, 32, 32, 0.8);
}
@media (min-width: 992px) {
  .header {
    background: transparent;
  }
}
.header .header-overlay {
  z-index: 999;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}
@media (min-width: 992px) {
  .header .header-overlay {
    display: none;
  }
}
.header .header-overlay.active {
  display: block;
}
@media (min-width: 992px) {
  .header .header-overlay.active {
    display: none;
  }
}
.header .container {
  position: relative;
  min-height: 56px;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .header .container {
    min-height: 80px;
  }
}
.header .header-wrap {
  display: flex;
  width: 100%;
  align-items: center;
}
.header .logo-mobile {
  max-width: 40px;
  margin: 0 5px;
}
@media (min-width: 450px) {
  .header .logo-mobile {
    margin: 0 10px;
  }
}
@media (min-width: 992px) {
  .header .logo-mobile {
    display: none;
  }
}
.header .sign-up-active {
  padding: 29px 24px 12px;
  width: 100%;
}
@media (min-width: 992px) {
  .header .sign-up-active {
    display: none;
  }
}
.header .sign-up-active .btn {
  width: 100%;
  min-height: 52px;
}
.header .upload-active {
  padding: 12px 24px;
  border-top: 1px solid rgba(66, 66, 66, 0.5);
  border-bottom: 1px solid rgba(66, 66, 66, 0.5);
  width: 100%;
}
@media (min-width: 992px) {
  .header .upload-active {
    display: none;
  }
}
.header .upload-active .badge {
  width: 108px;
  height: 18px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  border-radius: 0px 8px;
  background-image: url("../images/badge-label.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: "Bakbak One";
  line-height: 1;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
}
.header .logo {
  display: none;
  max-width: 125.5px;
  margin-right: 6px;
}
@media (min-width: 992px) {
  .header .logo {
    display: block;
  }
}
@media (min-width: 992px) {
  .header .logo {
    margin-right: 52px;
  }
}
.header .logo-active {
  max-width: 125.5px;
  padding: 17px 0 0 17px;
  margin-right: auto;
}
.header .nav {
  position: absolute;
  z-index: 1000;
  right: -100%;
  width: 100%;
  height: 100vh;
  transition: all 0.3s ease;
  display: none;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  background: #202020;
  top: 0;
  bottom: 0;
  overflow-y: auto;
}
@media (min-width: 576px) {
  .header .nav {
    max-width: 375px;
  }
}
@media (min-width: 992px) {
  .header .nav {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: transparent;
    border: none;
    max-width: none;
    overflow: hidden;
  }
  .header .nav svg {
    display: none;
  }
}
.header .nav.active {
  display: flex;
  right: 0;
}
.header .nav.active .nav-list {
  text-align: center;
}
.header .nav .logo-active {
  display: block;
}
@media (min-width: 992px) {
  .header .nav .logo-active {
    display: none;
  }
}
.header .nav-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 12px 0;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .header .nav-list {
    justify-content: space-between;
    flex-grow: 0;
    flex-direction: row;
    margin-left: 32px;
    padding: 0;
    gap: 32px;
  }
}
.header .nav-list li {
  padding: 0 20px 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.header .nav-list li:last-child {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .header .nav-list li {
    padding-bottom: 0;
  }
}
.header .nav-list a,
.header .nav-list .nav-block {
  position: relative;
  transition: all 0.3s ease;
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #EEE;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}
.header .nav-list a:hover,
.header .nav-list .nav-block:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .header .nav-list a,
  .header .nav-list .nav-block {
    padding: 0;
    display: flex;
    color: #F1F1F1;
    font-family: Inter;
    line-height: 1.4;
    letter-spacing: -0.16px;
    font-weight: 400;
  }
}
.header .burger {
  position: absolute;
  top: 50%;
  z-index: 1001;
  width: 22px;
  height: 16px;
  cursor: pointer;
  transform: translateY(-50%);
  right: 16px;
}
@media (min-width: 992px) {
  .header .burger {
    display: none;
  }
}
.header .burger.active span {
  transition: all 0.3s ease;
  transform: rotate(45deg);
  margin-top: 8px;
}
.header .burger.active span:before {
  transition: all 0.3s ease;
  transform: translateX(200px);
  opacity: 0;
  display: none;
}
.header .burger.active span:after {
  transition: all 0.3s ease;
  transform: rotate(-90deg);
  opacity: 1;
}
.header .burger span {
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  display: block;
  position: relative;
  transform: translateY(7px);
  border-radius: 10px;
  transition: all 0.3s ease;
}
.header .burger span:before {
  background-color: #FFFFFF;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  transform: translateY(-7px);
  border-radius: 10px;
  transition: all 0.3s ease;
}
.header .burger span:after {
  background-color: #FFFFFF;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  transform: translateY(7px);
  border-radius: 10px;
  transition: all 0.3s ease;
}
.header .button-thumb {
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 0 12px;
  min-height: 32px;
  border-radius: 8px;
  color: #DDD;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.35px;
}
@media (min-width: 992px) {
  .header .button-thumb {
    position: relative;
  }
}
@media (min-width: 1280px) {
  .header .button-thumb {
    display: none;
  }
}
.header .button-thumb.button-is-landing {
  display: flex;
}
.header .button-thumb:hover {
  background: rgba(255, 255, 255, 0.05);
}
.header .button-thumb.active {
  background: rgba(255, 255, 255, 0.05);
}
.header .button-thumb.active .toggle-arrow {
  transform: rotate(-180deg);
}
.header .button-thumb .toggle-arrow {
  transition: all 0.3s ease;
}
.header .not-authenticated-block {
  margin-left: auto;
  display: flex;
  gap: 7px;
}
@media (min-width: 768px) {
  .header .not-authenticated-block {
    gap: 12px;
  }
}
.header .btn-sign {
  margin-left: auto;
  min-height: 40px;
  box-shadow: 0 4px 20px 0 rgba(90, 114, 250, 0.21);
  letter-spacing: -0.434px;
  text-shadow: 0 0.5px 1px hsla(0, 0%, 7%, 0.25);
  width: 59px;
}
@media (min-width: 375px) {
  .header .btn-sign {
    width: 115px;
  }
}
@media (min-width: 450px) {
  .header .btn-sign {
    width: 130px;
  }
}
@media (min-width: 992px) {
  .header .btn-sign {
    width: 160px;
  }
}
.header .sing-mobile {
  display: none;
}
@media (min-width: 992px) {
  .header .sing-mobile {
    display: block;
    width: 122px;
  }
}
.header .burger-footer {
  padding: 8px 0 20px;
  border-top: 1px solid rgba(66, 66, 66, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .header .burger-footer {
    display: none;
  }
}
.header .burger-footer .more-about {
  color: #808080;
  text-align: center;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease;
  text-decoration: none;
}
.header .burger-footer .more-about:hover {
  text-decoration: underline;
}
.header .burger-footer .privacy {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-family: Inter;
  font-size: 10px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: -0.25px;
  max-width: 295px;
  opacity: 0.3;
}
.header .burger-footer .privacy a {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}
.header .burger-footer .privacy a:hover {
  text-decoration: none;
}
.header.is-login .user-balance {
  margin: auto 40px auto auto;
  font-family: "Bakbak One";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 350px) {
  .header.is-login .user-balance {
    font-size: 18px;
    margin-right: 50px;
  }
}
@media (min-width: 992px) {
  .header.is-login .user-balance {
    margin-right: 190px;
  }
}
.header.is-login .profile-icon,
.header.is-login .user-email {
  display: none;
}
@media (min-width: 992px) {
  .header.is-login .user-email {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.14px;
  }
}
@media (min-width: 992px) {
  .header.is-login .sing-mobile {
    display: none;
  }
}
.header.is-login .burger {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 992px) {
  .header.is-login .burger {
    display: flex;
    border-radius: 10px;
    width: auto;
    height: 40px;
    padding: 0 12px;

  }
  .header.is-login .burger.active {
    background: rgba(255, 255, 255, 0.1);
  }
}
.header.is-login .burger .profile-icon,
.header.is-login .burger .toggle-arrow {
  display: block;
  flex-shrink: 0;
}
.header.is-login .burger span {
  display: none;
}
.header.is-login .burger.active span {
  display: block;
}
@media (min-width: 992px) {
  .header.is-login .burger.active span {
    display: none;
  }
}
.header.is-login .burger.active .profile-icon,
.header.is-login .burger.active .toggle-arrow {
  display: none;
}
@media (min-width: 992px) {
  .header.is-login .burger.active .profile-icon,
  .header.is-login .burger.active .toggle-arrow {
    display: block;
  }
}
.header.is-login .sign-up-active {
  display: none;
}
.header.is-login .user-info {
  width: 100%;
  padding: 25px 20px 12px;
}
.header.is-login .user-info li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.header.is-login .user-info li span {
  color: #9C9C9C;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
}
.header.is-login .user-info li svg {
  margin-right: 6px;
}
.header.is-login .upload-label {
  min-height: 48px;
  color: #ECEFFF;
}
.header.is-login .nav-list a {
  font-family: "DM Sans";
}
.header.is-login .nav-list li:last-child {
  border-top: 1px solid rgba(66, 66, 66, 0.5);
}
.header.is-login .your-plan {
  display: flex;
  gap: 6px;
  align-items: end;
  justify-content: space-between;
}
.header.is-login .your-plan .plan-title {
  color: #9C9C9C;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
}
.header.is-login .your-plan .plan-period {
  color: #EEE;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.header.is-login .your-plan .plan-date {
  color: #7C7C7C;
  font-family: "SF Pro";
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .header.is-login .nav {
    background: #202020;
    position: absolute;
    width: 375px;
    opacity: 0;
    right: 16px;
    border-radius: 16px;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    flex-direction: column;
    padding: 16px 0 10px;
    bottom: 16px;
    transform: translateY(100%);
    display: none;
  }
}
.header.is-login .nav.active {
  opacity: 1;
  display: flex;
}
@media (min-width: 992px) {
  .header.is-login .nav .nav-list {
    flex-direction: column;
    margin-left: 0;
    gap: 5px;
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  .header.is-login .nav .nav-list li {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .header.is-login .nav .nav-list li:last-child {
    padding-top: 15px;
    padding-bottom: 4px;
  }
}
@media (min-width: 992px) {
  .header.is-login .nav .nav-list a {
    display: flex;
  }
}
.header.is-login .nav .upload-active {
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .header.is-login .nav .upload-active {
    display: block;
  }
}
@media (min-width: 992px) {
  .header.is-login .nav svg {
    display: inline;
  }
}
@media (min-width: 992px) {
  .header.is-login .nav .user-info {
    padding-top: 0;
  }
}

.marquee-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
}

.marquee {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
}

.reverce {
  animation-direction: reverse;
}

.marquee {
  animation: scroll-ltr 100s linear infinite;
}

[dir=rtl] .marquee {
  animation: scroll-rtl 100s linear infinite;
}

@keyframes scroll-ltr {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% + 90px));
  }
}
@keyframes scroll-rtl {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(100% + 90px));
  }
}
@media (max-width: 1024px) {
  @keyframes scroll-ltr {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-100% + 40px));
    }
  }
  @keyframes scroll-rtl {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(100% + 40px));
    }
  }
}
.footer-landing {
  padding: 25px 0;
}
@media (min-width: 768px) {
  .footer-landing {
    padding: 22px 0;
  }
}
.footer-landing .container {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .footer-landing .container {
    flex-direction: row;
  }
}
.footer-landing a {
  color: #808080;
  text-align: center;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-landing a:hover {
  text-decoration: underline;
}
.footer-landing .links {
  display: flex;
  gap: 24px;
  align-items: center;
  width: 100%;
  justify-content: space-evenly;
}
@media (min-width: 768px) {
  .footer-landing .links {
    width: auto;
  }
}
.footer-landing .email-link {
  color: #CDCDCD;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.14px;
  text-decoration-line: underline;
  transition: all 0.3s ease;
}
.footer-landing .email-link:hover {
  text-decoration: none;
}

.sub-menu {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(32, 32, 32, 0.8);
  transform: translateY(100%);
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0;
  display: none;
}
.sub-menu.active {
  opacity: 1;
  display: block;
}
.sub-menu .blur-background {
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 29px 8px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 992px) {
  .sub-menu .blur-background {
    padding: 24px 32px;
    border-bottom: none;
    gap: 32px;
    backdrop-filter: none;
  }
}
@media (min-width: 992px) {
  .sub-menu {
    border-radius: 8px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(20px);
    width: 632px;
    transform: translateY(100%);
  }
}
.sub-menu .menu-item {
  color: #828282;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.275px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-height: 112px;
  padding: 0 2px;
  width: 100%;
  max-width: calc(25% - 6px);
}
@media (min-width: 450px) {
  .sub-menu .menu-item {
    max-width: calc(20% - 6.4px);
  }
}
@media (min-width: 640px) {
  .sub-menu .menu-item {
    max-width: calc(16.6666666667% - 6.6666666667px);
  }
}
@media (min-width: 992px) {
  .sub-menu .menu-item {
    min-height: auto;
    max-width: calc(16.6666666667% - 26.6666666667px);
    gap: 10px;
    text-align: left;
    color: #FFFFFF;
    font-weight: 500;
    letter-spacing: -0.25px;
  }
}
.sub-menu .menu-item.active {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .sub-menu .menu-item.active h6 {
    opacity: 1;
  }
}
.sub-menu h6 {
  font-size: 11px;
}
@media (min-width: 992px) {
  .sub-menu h6 {
    opacity: 0.4;
    font-size: 10px;
  }
}
.sub-menu .image-wrap {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .sub-menu .image-wrap {
    width: 68px;
    height: 80px;
  }
}
.sub-menu .image-wrap .soon {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 6px;
  background: #111;
  min-height: 18px;
  padding: 4px 6px;
  color: #FFF;
  font-family: "Bakbak One";
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .sub-menu .image-wrap .soon {
    background: url("../images/soon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.main-section {
  position: relative;
  width: 100%;
  padding: 56px 0 60px;
  background: no-repeat center/cover url("../images/hero-mobile.png");
  z-index: 2;
}
@media (min-width: 450px) {
  .main-section {
    background-image: url("../images/hero-desktop.png");
  }
}
@media (min-width: 992px) {
  .main-section {
    padding: 80px 0 66px;
  }
}
.main-section::before {
  display: block;
  position: absolute;
  z-index: -1;
}
@media (min-width: 992px) {
  .main-section::before {
    content: url("../images/hero-before-left.png");
    top: 80px;
    left: 30px;
  }
}
.main-section::after {
  display: block;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: -1;
  content: url("../images/hero-before-mob-right.png");
}
@media (min-width: 450px) {
  .main-section::after {
    content: url("../images/hero-before-desk-right.png");
  }
}
@media (min-width: 768px) {
  .main-section::after {
    top: 80px;
    right: 16px;
  }
}
.main-section .container {
  padding-top: 32px;
}
@media (min-width: 992px) {
  .main-section .container {
    padding-top: 42px;
  }
}
.main-section h1 {
  font-family: "DM Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -1.92px;
  text-align: center;
}
@media (min-width: 576px) {
  .main-section h1 {
    font-size: 45px;
  }
}
@media (min-width: 640px) {
  .main-section h1 {
    letter-spacing: -1.12px;
  }
}
@media (min-width: 1024px) {
  .main-section h1 {
    font-size: 56px;
  }
}
.main-section h1 .main-title {
  display: block;
  height: 21.5px;
  margin: 6px auto 16px;
}
@media (min-width: 576px) {
  .main-section h1 .main-title {
    height: 31.5px;
  }
}
@media (min-width: 1024px) {
  .main-section h1 .main-title {
    height: 39px;
    margin: 10px auto 6px;
  }
}
.main-section p {
  max-width: 880px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.14px;
}
@media (min-width: 768px) {
  .main-section p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .main-section p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.648px;
  }
}
.main-section .hero-main-block {
  margin: 16px -16px 0;
}
@media (min-width: 1024px) {
  .main-section .hero-main-block {
    margin-top: 3px;
  }
}
.main-section .hero-main-block img.hero-main-banner {
  object-fit: cover;
  object-position: center;
  width: 1050px;
  height: 252px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .main-section .hero-main-block img.hero-main-banner {
    height: auto;
  }
}
.main-section .form-title {
  max-width: 146px;
  margin: 12px auto 16px;
}
@media (min-width: 768px) {
  .main-section .form-title {
    margin: 3px auto 16px;
  }
}
.main-section .form-block {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-bottom: 36px;
}
.main-section .form-block .form-text {
  color: #E3E3E3;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
  padding: 16px 0;
}
.main-section .image-filters {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.main-section .image-filters .image-filter {
  width: 32px;
  height: 32px;
}
.main-section .upload-label {
  max-width: 272px;
}
.main-section .text-privacy {
  max-width: 330px;
  margin: 0 auto;
  opacity: 0.7;
  color: #FFFFFF;
  text-align: center;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.25px;
}
.main-section .text-privacy a {
  transition: all 0.3s ease;
  text-decoration: underline;
  color: #FFFFFF;
}
.main-section .text-privacy a:hover {
  text-decoration: none;
}

.lentor-pricing-section {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media (min-width: 768px) {
  .lentor-pricing-section {
    padding-bottom: 80px;
  }
}
.lentor-pricing-section::before {
  position: absolute;
  content: url("../images/lentor-pricing-mob-left.png");
  left: 0;
  top: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .lentor-pricing-section::before {
    content: url("../images/lentor-pricing-desk-left.png");
  }
}
.lentor-pricing-section::after {
  position: absolute;
  content: url("../images/lentor-pricing-mob-right.png");
  right: 0;
  top: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .lentor-pricing-section::after {
    content: url("../images/lentor-pricing-desk-right.png");
  }
}
.lentor-pricing-section .marquee-wrap {
  padding: 32px 0;
}
@media (min-width: 768px) {
  .lentor-pricing-section .marquee-wrap {
    padding: 52px 0 62px;
  }
}
.lentor-pricing-section .marquee-wrap .marquee {
  display: flex;
  align-items: center;
  gap: 58px;
}

.faq-section {
  padding: 52px 0 40px;
}
@media (min-width: 768px) {
  .faq-section {
    padding: 80px 0;
  }
}
.faq-section .faq-inner {
  width: 100%;
  max-width: 693px;
  margin: 0 auto;
  padding: 0 16px;
}
.faq-section .faq-title {
  font-family: "DM Sans";
  text-align: center;
  font-weight: 700;
  letter-spacing: -1.44px;
  line-height: 0.9;
  font-size: 24px;
}
@media (min-width: 640px) {
  .faq-section .faq-title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .faq-section .faq-title {
    padding-bottom: 64px;
    letter-spacing: 0;
    font-size: 48px;
  }
}
.faq-section .accordion-landing .accordion__title {
  font-family: "DM Sans";
  display: flex;
  gap: 12px;
  align-items: start;
  justify-content: space-between;
  cursor: pointer;
  padding-top: 30px;
  letter-spacing: -0.496px;
  font-weight: 700;
}
.faq-section .accordion-landing .accordion__title .minus,
.faq-section .accordion-landing .accordion__title .plus {
  flex-shrink: 0;
}
.faq-section .accordion-landing .accordion__title .minus {
  display: none;
  margin-top: 10px;
}
.faq-section .accordion-landing .accordion__title.active {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
}
.faq-section .accordion-landing .accordion__title.active .minus {
  display: block;
}
.faq-section .accordion-landing .accordion__title.active .plus {
  display: none;
}
.faq-section .accordion-landing .accordion__content p,
.faq-section .accordion-landing .accordion__content ul,
.faq-section .accordion-landing .accordion__content li {
  color: #ECEFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.14px;
}
.faq-section .accordion-landing .accordion__content a {
  color: #ECEFFF;
  transition: all 0.3s ease;
}
.faq-section .accordion-landing .accordion__content a:hover {
  text-decoration: none;
}
.faq-section .accordion-landing .accordion__content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 28px 30px 0;
}
.faq-section .accordion-landing .accordion__content ul {
  padding-left: 24px;
}
.faq-section .accordion-landing .accordion__content li {
  list-style-type: decimal;
  list-style-position: inside;
}

.ai-fashion-section {
  position: relative;
  background: url("../images/ai-fashion.png") no-repeat center/cover;
}
.ai-fashion-section .container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media (min-width: 768px) {
  .ai-fashion-section .container {
    gap: 32px;
    flex-direction: row;
  }
}
.ai-fashion-section .ai-fashion-inner {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .ai-fashion-section .ai-fashion-inner {
    padding: 58px 0;
    max-width: 394px;
  }
}
.ai-fashion-section .ai-fashion-title {
  font-family: "DM Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -1.92px;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .ai-fashion-section .ai-fashion-title {
    font-size: 36px;
  }
}
@media (min-width: 1180px) {
  .ai-fashion-section .ai-fashion-title {
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: -2.28px;
  }
}
.ai-fashion-section .ai-fashion-text {
  color: #ECEFFF;
  line-height: 1.43;
  letter-spacing: -0.16px;
  padding-bottom: 16px;
}
.ai-fashion-section .ai-fashion-link {
  display: block;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(to right, #5D73F1 0%, #7027E8 50%, #E4325D 100%);
  text-decoration: none;
}
@media (min-width: 768px) {
  .ai-fashion-section .ai-fashion-link {
    max-width: 255px;
  }
}
.ai-fashion-section .ai-fashion-link .ai-fashion-link-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  border-radius: 16px;
  text-shadow: 0px 0.5px 1px rgba(17, 17, 17, 0.25);
  padding: 14px;
  font-size: 14px;
  font-family: "DM Sans";
  font-weight: 700;
  letter-spacing: -0.496px;
  line-height: normal;
  color: #ECEFFF;
  background: #07080C no-repeat center/cover;
  box-shadow: 0px 0px 24px -3px rgba(173, 98, 229, 0.3);
}
.ai-fashion-section .ai-fashion-link .ai-fashion-link-inner:hover {
  background-image: linear-gradient(99deg, rgba(93, 115, 241, 0.2) 0%, rgba(112, 39, 232, 0.2) 50%, rgba(228, 50, 93, 0.2) 100%);
}
.ai-fashion-section .ai-fashion-image-desktop {
  width: 100%;
  padding-top: 16px;
}
@media (min-width: 768px) {
  .ai-fashion-section .ai-fashion-image-desktop {
    display: none;
  }
}
.ai-fashion-section .ai-fashion-image-mobile {
  display: none;
  width: 45%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .ai-fashion-section .ai-fashion-image-mobile {
    display: block;
  }
}
@media (min-width: 992px) {
  .ai-fashion-section .ai-fashion-image-mobile {
    width: 50%;
  }
}
.ai-fashion-section .ai-fashion-image-mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
@media (min-width: 1180px) {
  .ai-fashion-section .ai-fashion-image-mobile img {
    object-fit: contain;
    object-position: right;
    padding-right: 25px;
  }
}
@media (min-width: 1536px) {
  .ai-fashion-section .ai-fashion-image-mobile img {
    padding-right: 0;
    object-position: center;
  }
}

.pricing-section {
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .pricing-section {
    padding-bottom: 80px;
  }
}
.pricing-section .pricing-section-title {
  max-width: 671px;
  width: 100%;
  margin: 0 auto;
}
.pricing-section .pricing-section-description {
  text-align: center;
  color: #ABABAB;
  font-family: Inter;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.25px;
  max-width: 960px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .pricing-section .pricing-section-description {
    font-size: 14px;
    letter-spacing: -0.14px;
    font-weight: 400;
    color: #CDCDCD;
    text-align: left;
  }
}

.tabs-langing {
  padding: 40px 0 32px;
}
@media (min-width: 768px) {
  .tabs-langing {
    padding: 40px 0 80px;
  }
}
.tabs-langing .tabs__header {
  max-width: 369px;
  width: 100%;
  margin: 0 auto;
  gap: 10px;
  padding: 4px;
  height: 48px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.03);
  background: rgba(255, 255, 255, 0.1);
}
.tabs-langing .tabs__header .tabs__btn {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #FFFFFF;
  width: calc(50% - 5px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.tabs-langing .tabs__header .tabs__btn.active {
  background: #7F58FF;
}
.tabs-langing .pricing-list {
  padding: 40px 0 32px;
  max-width: 276px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .tabs-langing .pricing-list {
    padding: 24px 0;
  }
}
.tabs-langing .pricing-list li {
  color: #CDCDCD;
  line-height: 1.43px;
  letter-spacing: -0.16px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}
.tabs-langing .pricing-list li:last-child {
  margin-bottom: 0;
}
.tabs-langing .pricing-list li.item-inactive {
  text-decoration: line-through;
  color: #6D6D6D;
}
.tabs-langing .pricing-list li.item-inactive svg {
  opacity: 0;
}
.tabs-langing .cards-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .tabs-langing .cards-list {
    gap: 12px;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .tabs-langing .cards-list .pricing-card {
    width: calc(33.3333333333% - 8px);
  }
}

.cookie-banner {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background: rgba(121, 109, 128, 0.3);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
  padding: 12px;
}
@media (min-width: 450px) {
  .cookie-banner {
    padding: 24px;
  }
}
@media (min-width: 640px) {
  .cookie-banner {
    max-width: 580px;
    right: 24px;
    bottom: 26px;
    border-radius: 8px;
  }
}
.cookie-banner .cookie-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 640px) {
  .cookie-banner .cookie-inner {
    gap: 32px;
    flex-direction: row;
  }
}
.cookie-banner .cookie-text {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.cookie-banner .cookie-text a {
  color: #999EFF;
  transition: all 0.3s ease;
}
.cookie-banner .cookie-buttons {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}
@media (min-width: 640px) {
  .cookie-banner .cookie-buttons {
    max-width: 150px;
  }
}
@media (min-width: 768px) {
  .cookie-banner .cookie-buttons {
    max-width: 160px;
  }
}
.cookie-banner .btn {
  min-height: 44px;
}

.view-template {
  background: linear-gradient(180deg, #3C2363 0%, #05040C 100%);
  background-attachment: fixed;
}

.main-area {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .main-area {
    flex-direction: row;
  }
}

.photo-area {
 
  background-position: center;
  background-size: cover;
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}


.photo-area .uploaded-photo-block {
    width: 70%;
    height: auto;
}

/* Десктоп (ширина экрана 1024px и больше) */
@media (min-width: 1024px) {
    .photo-area .uploaded-photo-block {
        width: 65%; /* Ширина блока 70% */
      height: 100%; 
    }
}

.view-section {
  padding-top: 56px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (min-width: 992px) {
  .view-section {
    padding-top: 80px;
  }
}
.view-section .container {
  display: flex;
  flex: 1;
  gap: 20px;
  padding: 0;
}
@media (min-width: 450px) {
  .view-section .container {
    padding: 0 16px;
  }
}
.view-section .filter-area {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 8px 12px 8px;
  width: calc(100vw - 32px);
  margin: 16px 16px 0;
}
@media (min-width: 450px) {
  .view-section .filter-area {
    width: calc(100vw - 32px);
    margin: 16px 0 0;
  }
}
@media (min-width: 992px) {
  .view-section .filter-area {
    width: 470px;
    position: relative;
  }
}

.left-sidebar {
  display: none;
}
@media (min-width: 1280px) {
  .left-sidebar {
    display: block;
  }
}
.left-sidebar .sidebar-title {
  display: flex;
  gap: 14px;
  margin-right: auto;
  color: #DDD;
  font-family: Inter;
  font-size: 13.391px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.335px;
}

.buttons-sidebar {
  width: 130px;
  border-radius: 19.478px;
  border: 1.217px solid rgba(255, 255, 255, 0.03);
  background: rgba(255, 255, 255, 0.05);
  padding: 14px;
  display: flex;
}
@media (min-width: 1280px) {
  .buttons-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.buttons-sidebar .menu-item {
  position: relative;
  width: 83px;
}
.buttons-sidebar .menu-item.active .image-wrap {
  background: #FFFFFF;
}
.buttons-sidebar .menu-item h6 {
  color: #FFF;
  font-family: "Bakbak One";
  font-weight: 400;
  font-size: 11.891px;
  line-height: 1.12;
  max-width: 55px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  text-align: left;
}
.buttons-sidebar .image-wrap {
  width: 100%;
  height: 97px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  border: 4.87px solid transparent;
}
.buttons-sidebar .image-wrap img {
  border-radius: 4.87px;
}
.buttons-sidebar .image-wrap .soon {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 6px;
  background: #111;
  min-height: 18px;
  padding: 4px 6px;
  color: #FFF;
  font-family: "Bakbak One";
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .buttons-sidebar .image-wrap .soon {
    background: url("../images/soon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.filter-area .activity-title {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #FFF;
  font-weight: 500;
  line-height: 1.5;
}
.filter-area .tabs__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  color: #FFF;
  padding: 1px 9px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
  cursor: pointer;
}
.filter-area .tabs__btn:hover, .filter-area .tabs__btn.active {
  color: #FFF;
  background: #734CF2;
  border-color: transparent;
}
.filter-area .tabs__control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 8px;
  background: #A392DA;
  display: flex;
  min-height: 26px;
  padding: 4px 8px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.filter-area .tabs__control:hover {
  opacity: 0.9;
}
.filter-area .tabs__control-left {
  left: 0;
}
.filter-area .tabs__control-right {
  right: 0;
}
.filter-area .tabs {
  padding: 20px 9px 9px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.03);
  background: rgba(255, 255, 255, 0.1);
  margin: 8px 0 18px;
}
.filter-area .tabs__header-container {
  position: relative;
  margin-bottom: 16px;
}
.filter-area .tabs__header {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  gap: 6px;
}
.filter-area .tabs__header::-webkit-scrollbar {
  display: none;
}
.filter-area .tabs__inner {
  display: flex;
  gap: 12px 4px;
}
@media (min-width: 992px) {
  .filter-area .tabs__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.filter-area .tabs__content {
  overflow-x: scroll;
}
@media (min-width: 768px) {
  .filter-area .tabs__content {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .filter-area .tabs__content::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 992px) {
  .filter-area .tabs__content {
    max-height: 275px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.filter-area .btn-ganerate {
  position: fixed;
  bottom: 35px;
  left: 24px;
  right: 24px;
  color: #FFF;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  min-height: 56px;
}
@media (min-width: 992px) {
  .filter-area .btn-ganerate {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 9px;
  }
}

.sidebar-card input {
  display: none;
}
.sidebar-card input:hover + label {
  border: 4px solid rgba(255, 255, 255, 0.2);
}
.sidebar-card input:checked + label {
  padding: 4px;
  border-color: #9473FF;
}
.sidebar-card label {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  width: 104px;
  height: 136px;
  border: 4px solid rgba(255, 255, 255, 0.1);
}
.sidebar-card img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap-text-area-sidebar {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.03);
  background: rgba(255, 255, 255, 0.1);
  margin: 10px 0 65px;
  padding: 9px;
}

.text-area-sidebar {
  resize: none;
  padding: 10px;
  width: 100%;
  min-height: 153px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #FFFFFF;
  line-height: 1.5;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  outline-width: 0;
}
.text-area-sidebar.disabled-link {
  pointer-events: none;
}
.text-area-sidebar::placeholder {
  color: #FFF;
  line-height: 1.5;
}

.main-area .upload-photo-user {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  font-family: DMSans;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.main-area .upload-photo-label {
  width: 120px;
  height: 120px;
  background: #7027E8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.main-area .upload-photo-label input {
  display: none;
}

.resent-upload {
  width: 82px;
  display: flex;
  height: 38px;
  padding: 9px 5px 9px 5px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: absolute;
  top: 8px;
  left: 16px;
  border-radius: 8px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), rgba(0, 0, 0, 0.2);
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 450px) {
  .resent-upload {
    left: 8px;
  }
}
.resent-upload span {
  color: rgba(255, 255, 255, 0.4);
}
.resent-upload.active svg {
  transform: rotate(-180deg);
}

.image-filter {
  background: #FFFFFF;
  transition: all 0.3s ease;
  padding: 2px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
.image-filter:hover {
  background: linear-gradient(99deg, #5D73F1 0%, #7027E8 50%, #E4325D 100%);
}
.image-filter img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-uploads {
  gap: 8px;
  position: absolute;
  top: 7px;
  left: 100px;
  width: 195px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: none;
  opacity: 0;
}
@media (min-width: 375px) {
  .image-uploads {
    width: 242px;
  }
}
@media (min-width: 450px) {
  .image-uploads {
    width: 290px;
  }
}
.image-uploads::-webkit-scrollbar {
  display: none;
}
.image-uploads.active {
  display: flex;
  opacity: 1;
}
.image-uploads .image-filter {
  width: 40px;
  height: 40px;
}

.btns-main-area {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 100%;
  bottom: 10px;
}

.additional-upload-user-photo {
  background: #4863F9;
  left: 16px;
}
@media (min-width: 450px) {
  .additional-upload-user-photo {
    left: 8px;
  }
}
.additional-upload-user-photo input {
  display: none;
}

.share-photo {
  background-color: #FFFFFF;
  left: 78px;
}
@media (min-width: 450px) {
  .share-photo {
    left: 70px;
  }
}

.download-photo {
  background-color: #FFFFFF;
  left: 133px;
}
@media (min-width: 450px) {
  .download-photo {
    left: 141px;
  }
}

.full-screen {
  background-color: #FFFFFF;
  right: 16px;
}
@media (min-width: 450px) {
  .full-screen {
    right: 8px;
  }
}
.full-screen.active {
  background-color: #FF891A;
}
.full-screen.active .full-screen-close {
  display: none;
}
.full-screen.active .full-screen-open {
  display: block;
}
.full-screen .full-screen-open {
  display: none;
}

.accordion {
  max-width: 350px;
  width: 100%;
  background: #FFF;
  margin: 0 15px;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
.accordion .accordion-content {
  margin: 10px 0;
  border-radius: 4px;
  background: #FFF7F0;
  border: 1px solid #FFD6B3;
  overflow: hidden;
}
.accordion .accordion-content.open {
  padding-bottom: 10px;
}
.accordion .accordion-content.open header {
  min-height: 35px;
}
.accordion .accordion-content .header {
  display: flex;
  min-height: 50px;
  padding: 0 15px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s linear;
}
.accordion .accordion-content .description {
  height: 0;
  font-size: 12px;
  color: #333;
  font-weight: 400;
  padding: 0 15px;
  transition: all 0.2s linear;
}
.accordion .accordion-content .title {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.accordion .accordion-content .plus.active {
  transform: rotate(45deg);
}

.tabs__header {
  display: flex;
}
.tabs__btn {
  color: #000;
}
.tabs__btn.active {
  color: #CCC;
}
.tabs__content {
  display: none;
}
.tabs__content.active {
  display: block;
}

.btn-top {
  width: 20px;
  height: 20px;
  background-color: #000;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  transition: all 0.3s ease;
}
.btn-top.hide {
  opacity: 0;
}
.btn-top.show {
  opacity: 1;
}

.pricing-card {
  position: relative;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 24px 32px;
  border: 1px solid;
  border-image: linear-gradient(180deg, #6C99F3, #9C37FD) 1;
  background-image: url("../images/bg-pricing-card.png");
  background-position: top left;
  background-size: cover;
}
@media (min-width: 768px) {
  .pricing-card {
    padding: 44px 13px;
  }
}
@media (min-width: 992px) {
  .pricing-card {
    padding: 54px 32px;
  }
}
.pricing-card.pricing-card-popular {
  background-image: url("../images/bg-pricing-card-popular.png");
  border-image: none;
  border-color: rgba(255, 255, 255, 0.3);
}
.pricing-card.paid-card {
  background-image: url("../images/paid-options.png");
  border-image: linear-gradient(180deg, #6CF382, #37FD90) 1;
}
.pricing-card.paid-card::after {
  content: url("../images/simple-line-icons_check.svg");
  position: absolute;
  top: 13px;
  right: 13px;
}
.pricing-card .period {
  color: #ECECEC;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.62px;
}
.pricing-card .price-block {
  display: flex;
  gap: 4px;
  padding: 20px 0 24px;
}
.pricing-card .price-block .currency {
  color: #ECECEC;
  font-family: Poppins;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.24px;
}
.pricing-card .price-block .price {
  color: #ECECEC;
  font-family: "DM Sans";
  font-size: 48px;
  font-weight: 700;
  line-height: 0.9;
}
.pricing-card .price-block .period {
  color: rgba(236, 236, 236, 0.8);
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.648px;
  margin-top: auto;
}
.pricing-card .btn {
  width: 100%;
  min-height: 56px;
  text-decoration: none;
}
.pricing-card .badge {
  border-radius: 4px;
  background: url("../images/label-1.png") center;
  background-size: cover;
  width: 92px;
  min-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #FCFCFD;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.pricing-popup .price-block {
  padding: 0;
}
@media (min-width: 375px) {
  .pricing-popup .price-block {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .pricing-popup .price-block {
    padding-bottom: 24px;
  }
}
.pricing-popup .price-block .currency {
  font-size: 15px;
  letter-spacing: -0.148px;
}
@media (min-width: 576px) {
  .pricing-popup .price-block .currency {
    font-size: 24px;
    letter-spacing: -0.24px;
  }
}
.pricing-popup .price-block .price {
  font-size: 30px;
}
@media (min-width: 576px) {
  .pricing-popup .price-block .price {
    font-size: 48px;
  }
}
.pricing-popup .price-block .period {
  font-size: 11px;
  letter-spacing: -0.399px;
}
@media (min-width: 576px) {
  .pricing-popup .price-block .period {
    font-size: 18px;
    letter-spacing: -0.648px;
  }
}
@media (max-width: 375px) {
  .pricing-popup .pricing-card {
    padding: 24px 22px;
  }
}
.pricing-popup .pricing-card.paid-card::after {
  content: url("../images/simple-line-icons_check-mob.svg");
}
@media (min-width: 576px) {
  .pricing-popup .pricing-card.paid-card::after {
    content: url("../images/simple-line-icons_check.svg");
  }
}
.pricing-popup .pricing-card .pricing-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
}
@media (min-width: 375px) {
  .pricing-popup .pricing-card .pricing-info {
    flex-direction: row;
    align-items: end;
  }
}
@media (min-width: 768px) {
  .pricing-popup .pricing-card .pricing-info {
    display: block;
  }
}
.pricing-popup .pricing-card .pricing-info .btn {
  height: 40px;
  min-height: auto;
}
@media (min-width: 375px) {
  .pricing-popup .pricing-card .pricing-info .btn {
    max-width: 124px;
  }
}
@media (min-width: 768px) {
  .pricing-popup .pricing-card .pricing-info .btn {
    width: 100%;
    max-width: none;
    min-height: 56px;
  }
}

.upload-label {
  width: 100%;
  margin: 0 auto;
  min-height: 56px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16px;
  position: relative;
}
.upload-label input {
  display: none;
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}
@media (min-width: 768px) {
  .social-links {
    padding-top: 0;
  }
}

.noscroll {
  overflow: hidden;
}

.overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
  transition: opacity 0.5s ease;
}
.overlay.active {
  z-index: 9;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -3;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  height: 100%;
  overflow-y: auto;
}
.popup.active {
  opacity: 1;
  z-index: 9999;
  transition: opacity 0.5s ease;
}
.popup__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 30px;
}
.popup__close {
  position: absolute;
  right: 15px;
  top: 11px;
  z-index: 999;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
}
@media (min-width: 768px) {
  .popup__close {
    right: 16px;
    top: 20px;
  }
}
.popup__close:before, .popup__close:after {
  position: absolute;
  content: " ";
  height: 17px;
  width: 2px;
  background-color: #FFFFFF;
}
.popup__close:before {
  transform: rotate(45deg);
}
.popup__close:after {
  transform: rotate(-45deg);
}

.nice-select {
  background-color: transparent;
  color: #F1F1F1;
  text-align: center;
  border-radius: 8px;
  height: 40px;
}
.nice-select:hover {
  background-color: rgba(255, 255, 255, 0.0509803922);
}
.nice-select:after {
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  border-right: 2px solid rgba(255, 255, 255, 0.8);
  height: 8px;
  width: 8px;
  margin-top: -6px;
}
.nice-select .current {
  font-size: 16px;
  letter-spacing: -0.01em;
}
.nice-select .list {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  background-color: #2B2B2B;
  min-width: 162px;
  border-radius: 8px;
}
.nice-select .list li {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.031em;
  font-family: "DM Sans", sans-serif;
}
.nice-select .option {
  min-height: 42px;
  line-height: 42px;
  text-align: center;
  overflow-x: hidden;
  padding: 0;
  padding: 0 18px;
}
.nice-select .option.selected.focus {
  display: none;
}
.nice-select .option:hover {
  background-color: rgba(255, 255, 255, 0.0509803922);
}

header .not-authenticated-block .nice-select {
  min-width: 55px;
  padding: 0;
  border: none;
}
header .not-authenticated-block .nice-select:before {
  content: url("../images/stash_globe.svg");
  position: absolute;
  left: 8px;
  top: 7px;
}
@media (min-width: 768px) {
  header .not-authenticated-block .nice-select {
    min-width: 132px;
    padding-left: 35px;
    padding-right: 25px;
  }
}
header .not-authenticated-block .nice-select .current {
  font-size: 0;
}
@media (min-width: 768px) {
  header .not-authenticated-block .nice-select .current {
    font-size: 16px;
  }
}
header .not-authenticated-block .nice-select .list {
  left: 50%;
  transform: translateX(-50%) !important;
}

header .nav .nice-select {
  min-width: 102px;
  padding-left: 13px;
  padding-right: 22px;
  border: 1px solid #4E4E4E;
}
header .nav .nice-select:hover {
  border-color: transparent;
}
header .nav .nice-select:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -5px;
}
header .nav .nice-select.open:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .nav .nice-select .current {
  display: block;
  margin-top: -2px;
}
header .nav .nice-select .option {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  justify-content: center;
  font-weight: 400;
}
header .nav .nice-select .list {
  margin-top: 0;
  margin-bottom: 10px;
  top: auto;
  bottom: 100%;
  max-height: 190px;
  left: auto;
  right: 0;
}

footer .nice-select {
  min-width: 132px;
  padding-left: 35px;
  padding-right: 25px;
  border: none;
}
footer .nice-select:before {
  content: url("../images/stash_globe.svg");
  position: absolute;
  left: 8px;
  top: 7px;
}
footer .nice-select:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
footer .nice-select.open:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
footer .nice-select .list {
  margin-top: 0;
  margin-bottom: 10px;
  top: auto;
  bottom: 100%;
  max-height: 190px;
  left: 50%;
  transform: translateX(-50%) !important;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  border-radius: 8px;
  line-height: normal;
  font-family: "DM Sans";
  font-weight: 700;
  transition: all 0.3s ease;
}
.btn.btn-primary {
  background: #4863F9;
  box-shadow: 0px 4px 20px 0px rgba(90, 114, 250, 0.21);
  letter-spacing: -0.434px;
  font-size: 14px;
  text-shadow: 0px 0.5px 1px rgba(17, 17, 17, 0.25);
  color: #ECEFFF;
}
.btn.btn-primary:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), #4863F9;
}
.btn.btn-primary:disabled {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), #4863F9;
  opacity: 0.3;
}
.btn.btn-secondary {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  color: #ECEFFF;
}
.btn.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.3);
}
.btn.btn-accent {
  background: linear-gradient(99deg, #5D73F1 0%, #7027E8 50%, #E4325D 100%);
  letter-spacing: -0.434px;
  font-size: 14px;
  text-shadow: 0px 0.5px 1px rgba(17, 17, 17, 0.25);
  color: #ECEFFF;
}
.btn.btn-accent:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), linear-gradient(99deg, #5D73F1 0%, #7027E8 50%, #E4325D 100%);
}
.btn.btn-accent:disabled {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(99deg, #5D73F1 0%, #7027E8 50%, #E4325D 100%);
  opacity: 0.3;
}
.btn.btn-ganerate {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  background: linear-gradient(99deg, #5D73F1 0%, #7027E8 50%, #E4325D 100%);
}
.btn.btn-ganerate:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), linear-gradient(99deg, #5D73F1 0%, #7027E8 50%, #E4325D 100%);
}
.btn.btn-ganerate:disabled {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(99deg, #5D73F1 0%, #7027E8 50%, #E4325D 100%);
  opacity: 0.3;
}
.btn.btn-transparent {
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}
.btn.btn-transparent:hover {
  background: rgba(255, 255, 255, 0.2);
}

.pricing-popup {
  transform: translate(0, 0);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(32, 32, 32, 0.8);
  backdrop-filter: blur(25px);
  padding: 50px 0;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .pricing-popup {
    padding: 130px 0 50px;
  }
}
.pricing-popup::before, .pricing-popup::after {
  position: absolute;
  z-index: -1;
}
.pricing-popup::before {
  content: url("../images/price-popup-left.png");
  top: 0;
  left: 0;
}
.pricing-popup::after {
  content: url("../images/price-pupup-right.png");
  top: 0;
  right: 0;
}
.pricing-popup .pricing-section {
  padding: 0;
}

.pricing-popup-redesign {
  padding: 16px;
  overflow: hidden;
  max-width: 1022px;
  height: 100%;
  max-height: 800px;
}
@media (min-width: 768px) {
  .pricing-popup-redesign .cards-list {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .pricing-popup-redesign .cards-list {
    gap: 12px;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .pricing-popup-redesign .cards-list .pricing-card {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .pricing-popup-redesign .cards-list .pricing-card {
    width: calc(33.3333333333% - 8px);
  }
}
.pricing-popup-redesign .popup__close {
  background: transparent;
  right: 20px;
  top: 22px;
}
.pricing-popup-redesign .popup__close::before, .pricing-popup-redesign .popup__close:after {
  height: 18px;
}
.pricing-popup-redesign .pricing-section {
  background: #FFFFFF url("../images/pricing-popup-redesign.png");
  background-position: top center;
  background-size: auto 117px;
  background-repeat: no-repeat;
  background-attachment: local;
  border-radius: 16px;
  height: 100%;
  overflow-y: auto;
  max-height: 800px;
  padding: 0;
  padding-bottom: 27px;
}
@media (min-width: 640px) {
  .pricing-popup-redesign .pricing-section {
    background-size: auto 170px;
    padding-bottom: 20px;
  }
}
.pricing-popup-redesign .popup-title {
  padding-top: 35px;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.02em;
  text-align: center;
  font-size: 33px;
}
@media (min-width: 350px) {
  .pricing-popup-redesign .popup-title {
    font-size: 36px;
  }
}
@media (min-width: 640px) {
  .pricing-popup-redesign .popup-title {
    padding-top: 52px;
    font-size: 56px;
    line-height: 1;
  }
}
.pricing-popup-redesign .tabs__content {
  padding: 0 12px;
}
@media (min-width: 1180px) {
  .pricing-popup-redesign .tabs__content {
    padding: 0 33px;
  }
}
.pricing-popup-redesign .tabs-langing {
  padding: 19px 0 27px;
}
@media (min-width: 640px) {
  .pricing-popup-redesign .tabs-langing {
    padding: 40px 0;
  }
}
.pricing-popup-redesign .tabs-langing .tabs__header {
  border: 1px solid #CCCCCC;
  background: #F2F2F2;
}
.pricing-popup-redesign .tabs-langing .tabs__header .tabs__btn {
  color: #000000;
}
.pricing-popup-redesign .tabs-langing .tabs__header .tabs__btn.active {
  color: #FFFFFF;
}
.pricing-popup-redesign .tabs-langing .pricing-list {
  padding: 24px 0 32px;
}
@media (min-width: 768px) {
  .pricing-popup-redesign .tabs-langing .pricing-list {
    padding: 40px 0;
  }
}
.pricing-popup-redesign .tabs-langing .pricing-list li {
  color: #232323;
  font-weight: 600;
}
.pricing-popup-redesign .tabs-langing .pricing-list li.item-inactive {
  color: #6D6D6D;
}
.pricing-popup-redesign .pricing-section-description {
  color: #ABABAB;
  text-align: center;
  font-size: 10px;
  padding: 0 12px;
}
@media (min-width: 640px) {
  .pricing-popup-redesign .pricing-section-description {
    font-size: 13px;
  }
}
.pricing-popup-redesign .price-block {
  padding: 0;
}
@media (min-width: 375px) {
  .pricing-popup-redesign .price-block {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .pricing-popup-redesign .price-block {
    padding-bottom: 24px;
  }
}
.pricing-popup-redesign .price-block .currency {
  font-size: 15px;
  letter-spacing: -0.148px;
}
@media (min-width: 576px) {
  .pricing-popup-redesign .price-block .currency {
    font-size: 24px;
    letter-spacing: -0.24px;
  }
}
.pricing-popup-redesign .price-block .price {
  font-size: 30px;
}
@media (min-width: 576px) {
  .pricing-popup-redesign .price-block .price {
    font-size: 48px;
  }
}
.pricing-popup-redesign .price-block .period {
  font-size: 11px;
  letter-spacing: -0.399px;
}
@media (min-width: 576px) {
  .pricing-popup-redesign .price-block .period {
    font-size: 18px;
    letter-spacing: -0.648px;
  }
}
.pricing-popup-redesign .pricing-card {
  border-radius: 8px;
  border: 1.5px solid rgba(212, 212, 212, 0.6980392157);
  background: url("../images/bg-paid-options.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  box-shadow: none;
  padding: 20px 32px;
}
.pricing-popup-redesign .pricing-card .btn.btn-secondary {
  border-color: #CDCDCD;
  color: #313131;
  font-weight: 700;
  font-size: 14px;
  background-color: rgba(97, 97, 97, 0.05);
}
@media (min-width: 768px) {
  .pricing-popup-redesign .pricing-card .btn.btn-secondary {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .pricing-popup-redesign .pricing-card {
    padding: 24px 22px;
  }
}
@media (min-width: 992px) {
  .pricing-popup-redesign .pricing-card {
    padding: 54px 32px;
  }
}
.pricing-popup-redesign .pricing-card.pricing-card-popular {
  background-image: url("../images/bg-popular-options.png");
}
.pricing-popup-redesign .pricing-card.paid-card {
  border-color: #A1E5AD;
  background-image: url("../images/bg-paided-options.png");
}
.pricing-popup-redesign .pricing-card.paid-card::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/simple-check.svg") center no-repeat;
  background-size: contain;
  right: 22px;
}
@media (min-width: 376px) {
  .pricing-popup-redesign .pricing-card.paid-card::after {
    right: 32px;
  }
}
@media (min-width: 992px) {
  .pricing-popup-redesign .pricing-card.paid-card::after {
    width: 68px;
    height: 68px;
    right: 32px;
  }
}
.pricing-popup-redesign .pricing-card.paid-card .btn.btn-secondary {
  border-color: #91DA9F;
  background-color: rgba(57, 199, 64, 0.1);
}
.pricing-popup-redesign .pricing-card .period,
.pricing-popup-redesign .pricing-card .currency,
.pricing-popup-redesign .pricing-card .price {
  color: #313131;
}
.pricing-popup-redesign .pricing-card .price-block {
  padding-top: 5px;
}
.pricing-popup-redesign .pricing-card .price-block .period {
  color: #313131;
  margin-bottom: 5px;
}
.pricing-popup-redesign .pricing-card .pricing-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  gap: 10px;
}
@media (min-width: 375px) {
  .pricing-popup-redesign .pricing-card .pricing-info {
    flex-direction: row;
    align-items: end;
  }
}
@media (min-width: 768px) {
  .pricing-popup-redesign .pricing-card .pricing-info {
    display: block;
    gap: 20px;
    margin-top: 20px;
  }
}
.pricing-popup-redesign .pricing-card .pricing-info .btn {
  height: 40px;
  min-height: auto;
}
@media (min-width: 375px) {
  .pricing-popup-redesign .pricing-card .pricing-info .btn {
    max-width: 124px;
  }
}
@media (min-width: 768px) {
  .pricing-popup-redesign .pricing-card .pricing-info .btn {
    width: 100%;
    max-width: none;
    min-height: 56px;
  }
}

.sign-popup-redesing {
  max-width: 390px;
  padding: 15px;
  max-height: 620px;
}
@media (min-width: 576px) {
  .sign-popup-redesing {
    max-width: 544px;
  }
}
@media (min-width: 1280px) {
  .sign-popup-redesing {
    max-width: 1170px;
    padding: 15px 30px;
  }
}
.sign-popup-redesing.popup {
  height: 100% !important;
  overflow-y: auto !important;
}
.sign-popup-redesing .popup__close {
  background: rgba(0, 0, 0, 0.4);
  right: 22px;
  top: 22px;
}
@media (min-width: 1280px) {
  .sign-popup-redesing .popup__close {
    top: 13px;
    right: 0px;
  }
}
.sign-popup-redesing .popup__wrap {
  border-radius: 16px;
  overflow-x: auto;
  padding: 0;
  background: transparent !important;
}
@media (min-width: 1280px) {
  .sign-popup-redesing .popup__wrap {
    flex-direction: row;
  }
}
.sign-popup-redesing .popup-form {
  width: 100%;
  padding: 32px;
  flex-grow: 1;
  background: #F9F9F9;
  min-height: 588.5px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.4);
  flex: 1;
  display: flex;
}
@media (min-width: 1280px) {
  .sign-popup-redesing .popup-form {
    max-width: 514px;
  }
}
.sign-popup-redesing .popup-welcome {
  display: none;
  padding: 32px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.4);
  flex: 1;
}
@media (min-width: 1280px) {
  .sign-popup-redesing .popup-welcome {
    display: block;
    max-width: 595px;
  }
}
.sign-popup-redesing .popup-welcome .popup-welcome-inner {
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
}
.sign-popup-redesing .h2 {
  font-family: "Bakbak One", sans-serif;
  font-weight: 400;
}
.sign-popup-redesing .popup-list {
  margin: 24px 0 65px;
}
.sign-popup-redesing .popup-list li {
  display: flex;
  align-items: start;
  gap: 14px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.031em;
  line-height: 1.2;
  margin-bottom: 24px;
  font-family: "DM Sans", sans-serif;
}
.sign-popup-redesing .popup-list li:last-child {
  margin-bottom: 0;
}
.sign-popup-redesing .banners {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sign-popup-redesing .banners .banner {
  max-width: 211px;
  border-radius: 20.15px;
}
.sign-popup-redesing .sign-in-container {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sign-popup-redesing .form-title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #333639;
}
.sign-popup-redesing .social-btn {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #E0E0E6;
  background-color: white;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  min-height: 54px;
  transition: all 0.3s ease;
}
.sign-popup-redesing .social-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.sign-popup-redesing .social-btn img {
  width: 18px;
  margin-right: 10px;
}
.sign-popup-redesing .divider {
  text-align: center;
  margin: 20px 0;
  color: #515151;
  font-size: 16px;
  letter-spacing: -0.02em;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}
.sign-popup-redesing .divider::before, .sign-popup-redesing .divider::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: #CCCCCC;
  position: absolute;
  top: 50%;
}
.sign-popup-redesing .divider::before {
  left: -65px;
}
.sign-popup-redesing .divider::after {
  right: -65px;
}
.sign-popup-redesing form input:not(input[type=checkbox]) {
  outline-width: 0;
  border: 1px solid transparent;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  background-color: #EEEEEE;
  margin-bottom: 24px;
  font-size: 16px;
  min-height: 54px;
  letter-spacing: -0.01em;
}
.sign-popup-redesing form input:not(input[type=checkbox])::placeholder {
  color: #9B9B9B;
  font-weight: 600;
}
.sign-popup-redesing form input:not(input[type=checkbox]).error-border {
  border-color: #EE5B5C;
}
.sign-popup-redesing .input-container {
  position: relative;
}
.sign-popup-redesing .input-container .error {
  color: #EE5B5C;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.01em;
  position: absolute;
  bottom: 5px;
}
.sign-popup-redesing .password-toggle {
  position: absolute;
  right: 10px;
  top: 19px;
  cursor: pointer;
  color: #999;
}
.sign-popup-redesing .remember-forgot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #515151;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.sign-popup-redesing .remember-forgot.remember-forgot-lg {
  margin: 8px 0 25px;
}
.sign-popup-redesing .remember-forgot label a {
  color: #356BFF;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sign-popup-redesing .remember-forgot label a:hover {
  text-decoration: underline;
}
.sign-popup-redesing .remember-forgot a {
  color: #515151;
  transition: all 0.3s ease;
}
.sign-popup-redesing .remember-forgot a:hover {
  text-decoration: none;
}
.sign-popup-redesing .remember-forgot input[type=checkbox] {
  margin-right: 5px;
  outline-width: 0;
}
.sign-popup-redesing .btn.btn-primary:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), rgb(72, 99, 249);
}
.sign-popup-redesing .sign-in-btn {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: none;
  background-color: #3366ff;
  color: white;
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
  min-height: 58px;
  letter-spacing: 0.01em;
  font-weight: 600;
}
.sign-popup-redesing .register-link {
  text-align: center;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #515151;
}
.sign-popup-redesing .register-link a {
  font-weight: 500;
  color: #3366ff;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.sign-popup-redesing .register-link a:hover {
  text-decoration: none;
}
.sign-popup-redesing .btn-back {
  display: flex;
  align-items: center;
  color: #356BFF;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-top: 24px;
  transition: all 0.3s ease;
}
.sign-popup-redesing .btn-back:hover {
  text-decoration: underline;
}
.sign-popup-redesing .check-email-info {
  color: #9B9B9B;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
  line-height: 1.4375;
}

.discount-popup {
  max-width: 397px;
  max-height: 593px;
  background: #000000 url("../images/bg-discount-popup.png") bottom no-repeat;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  border-radius: 32px;
}
.discount-popup.popup {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100% !important;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .discount-popup {
    max-width: 601px;
  }
}
.discount-popup .popup__close {
  background: transparent;
}
.discount-popup .popup__wrap {
  padding: 23px 15px;
}
@media (min-width: 768px) {
  .discount-popup .popup__wrap {
    padding: 13px 15px;
  }
}
.discount-popup .gift-discount-popup {
  max-width: 191px;
  margin-bottom: 6px;
}
.discount-popup .time-badge {
  background: #D41179;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 700;
  padding: 5px 7px;
  max-width: 191px;
  width: 100%;
  text-align: center;
}
.discount-popup .discount-popup-title {
  max-width: 280px;
}
@media (min-width: 768px) {
  .discount-popup .discount-popup-title {
    max-width: 370px;
  }
}
.discount-popup .title-plan {
  font-size: 22px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .discount-popup .title-plan {
    font-size: 24px;
  }
}
.discount-popup .price-discount-popup {
  max-width: 268px;
}
@media (min-width: 768px) {
  .discount-popup .price-discount-popup {
    max-width: 316px;
  }
}
.discount-popup .price {
  color: #ABABAB;
  font-size: 28px;
  font-weight: 400;
  font-family: "Bakbak One", sans-serif;
  margin: 6px 0 20px;
}
.discount-popup .btn-primary {
  width: 100%;
  max-width: 261px;
  min-height: 58px;
}
@media (min-width: 768px) {
  .discount-popup .btn-primary {
    max-width: 505px;
  }
}
.discount-popup .privacy-text {
  color: #ABABAB;
  font-weight: 500;
  font-size: 13px;
  margin-top: 12px;
  text-align: center;
  max-width: 261px;
}
@media (min-width: 768px) {
  .discount-popup .privacy-text {
    max-width: 505px;
  }
}

