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

.svg_rotation {
  animation: rotate 2s linear infinite;
  transform-origin: center
}

@keyframes rotate {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

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

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

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

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

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

article,
aside,
audio,
b,
canvas,
dd,
details,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
img,
label,
li,
mark,
menu,
nav,
ol,
p,
section,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
u,
ul,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent
}

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

ul {
  list-style: none
}

body,
html {
  height: 100%
}

body {
  background-color: #07080c;
  font-family: Inter, sans-serif;
  font-weight: 400
}

body.overflow,
body.overflow-menu {
  overflow: hidden
}

.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-md {
  max-width: 780px
}

.container.container-view {
  max-width: 1472px
}

.container.container-lg {
  max-width: 1184px
}

.header {
  z-index: 100;
  background: rgba(32, 32, 32, .8)
}

.header,
.header .header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.header .header-overlay {
  z-index: 999;
  display: none;
  bottom: 0;
  height: 100vh;
  background: rgba(0, 0, 0, .6)
}

.header .header-overlay.active {
  display: block
}

.header .container {
  position: relative;
  min-height: 56px;
  display: flex;
  align-items: center
}

.header .header-wrap {
  display: flex;
  width: 100%;
  align-items: center
}

.header .logo-mobile {
  max-width: 40px;
  margin: 0 5px
}

.header .sign-up-active {
  padding: 29px 24px 12px;
  width: 100%
}

.header .sign-up-active .btn {
  width: 100%;
  min-height: 52px
}

.header .upload-active {
  padding: 12px 24px;
  border-top: 1px solid rgba(66, 66, 66, .5);
  border-bottom: 1px solid rgba(66, 66, 66, .5);
  width: 100%
}

.header .upload-active .badge {
  width: 108px;
  height: 18px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  border-radius: 0 8px;
  background-image: url(../images/badge-label.png);
  background-size: cover;
  background-position: 50%;
  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
}

.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 .3s ease;
  display: none;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, .25);
  border-bottom: 1px solid rgba(0, 0, 0, .25);
  background: #202020;
  top: 0;
  bottom: 0;
  overflow-y: auto
}

.header .nav.active {
  display: flex;
  right: 0
}

.header .nav.active .nav-list {
  text-align: center
}

.header .nav .logo-active {
  display: block
}

.header .nav-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 12px 0;
  flex-grow: 1
}

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

.header .nav-list .nav-block,
.header .nav-list a {
  position: relative;
  transition: all .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 .nav-block:hover,
.header .nav-list a:hover {
  text-decoration: underline
}

.header .burger {
  position: absolute;
  top: 50%;
  z-index: 1001;
  width: 22px;
  height: 16px;
  cursor: pointer;
  transform: translateY(-50%);
  right: 16px
}

.header .burger.active span {
  transition: all .3s ease;
  transform: rotate(45deg);
  margin-top: 8px
}

.header .burger.active span:before {
  transition: all .3s ease;
  transform: translateX(200px);
  opacity: 0;
  display: none
}

.header .burger.active span:after {
  transition: all .3s ease;
  transform: rotate(-90deg);
  opacity: 1
}

.header .burger span {
  display: block;
  position: relative;
  transform: translateY(7px)
}

.header .burger span,
.header .burger span:before {
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
  transition: all .3s ease
}

.header .burger span:before {
  content: "";
  position: absolute;
  transform: translateY(-7px)
}

.header .burger span:after {
  background-color: #fff;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  transform: translateY(7px);
  border-radius: 10px;
  transition: all .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: -.35px
}

.header .button-thumb.button-is-landing {
  display: flex
}

.header .button-thumb.active,
.header .button-thumb:hover {
  background: hsla(0, 0%, 100%, .05)
}

.header .button-thumb.active .toggle-arrow {
  transform: rotate(-180deg)
}

.header .button-thumb .toggle-arrow {
  transition: all .3s ease
}

.header .not-authenticated-block {
  margin-left: auto;
  display: flex;
  gap: 7px
}

.header .btn-sign {
  margin-left: auto;
  min-height: 40px;
  box-shadow: 0 4px 20px 0 rgba(90, 114, 250, .21);
  letter-spacing: -.434px;
  text-shadow: 0 .5px 1px hsla(0, 0%, 7%, .25);
  width: 59px
}

.header .sing-mobile {
  display: none
}

.header .burger-footer {
  padding: 8px 0 20px;
  border-top: 1px solid rgba(66, 66, 66, .5);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 20px;
  width: 100%
}

.header .burger-footer .more-about {
  color: gray;
  text-align: center;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all .3s ease;
  text-decoration: none
}

.header .burger-footer .more-about:hover {
  text-decoration: underline
}

.header .burger-footer .privacy {
  color: hsla(0, 0%, 100%, .7);
  text-align: center;
  font-family: Inter;
  font-size: 10px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: -.25px;
  max-width: 295px;
  opacity: .3
}

.header .burger-footer .privacy a {
  color: hsla(0, 0%, 100%, .7);
  transition: all .3s ease
}

.header .burger-footer .privacy a:hover {
  text-decoration: none
}

.header.is-login {
  background: rgba(32, 32, 32, .8);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  position: fixed
}

.header.is-login .container {
  min-height: 60px
}

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

.header.is-login .profile-icon,
.header.is-login .user-email {
  display: none
}

.header.is-login .burger {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px
}

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

.header.is-login .burger.active .profile-icon,
.header.is-login .burger.active .toggle-arrow,
.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, .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
}

.header.is-login .nav.active {
  opacity: 1;
  display: flex
}

.header.is-login .nav .upload-active {
  padding-right: 20px;
  padding-left: 20px
}

.marquee-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  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 {
  0% {
    transform: translateX(0)
  }

  to {
    transform: translateX(calc(-100% + 90px))
  }
}

@keyframes scroll-rtl {
  0% {
    transform: translateX(0)
  }

  to {
    transform: translateX(calc(100% + 90px))
  }
}

.footer-landing {
  padding: 25px 0
}

.footer-landing.footer-black {
  border-top: 1px solid hsla(0, 0%, 100%, .2)
}

.footer-landing .container {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse
}

.footer-landing a {
  color: gray;
  text-align: center;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  transition: all .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
}

.footer-landing .email-link {
  color: #cdcdcd;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.14px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  transition: all .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, .8);
  transform: translateY(100%);
  overflow: hidden;
  transition: all .3s ease;
  opacity: 0;
  display: none
}

.sub-menu.active {
  opacity: 1;
  display: block
}

.sub-menu .blur-background {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 29px 8px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}

.sub-menu .menu-item {
  color: #828282;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.275px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-height: 112px;
  padding: 0 2px;
  width: 100%;
  max-width: calc(25% - 6px)
}

.sub-menu .menu-item.active {
  color: #fff
}

.sub-menu h6 {
  font-size: 11px
}

.sub-menu .image-wrap {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
  position: relative
}

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

.main-section {
  position: relative;
  width: 100%;
  padding: 56px 0 60px;
  background: no-repeat 50%/cover url(../images/hero-mobile.png);
  z-index: 2
}

.main-section:after,
.main-section:before {
  display: block;
  position: absolute;
  z-index: -1
}

.main-section:after {
  top: 40px;
  right: 0;
  content: url(../images/hero-before-mob-right.png)
}

.main-section .container {
  padding-top: 32px
}

.main-section h1 {
  font-family: DM Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: .9;
  letter-spacing: -1.92px;
  text-align: center
}

.main-section h1 .main-title {
  display: block;
  height: 21.5px;
  margin: 6px auto 16px
}

.main-section p {
  max-width: 880px;
  margin: 0 auto;
  color: hsla(0, 0%, 100%, .7);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -.14px
}

.main-section .hero-main-block {
  margin: 16px -16px 0
}

.main-section .hero-main-block img.hero-main-banner {
  object-fit: cover;
  object-position: center;
  width: 1050px;
  height: 252px;
  margin: 0 auto
}

.main-section .form-title {
  max-width: 146px;
  margin: 12px 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: -.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: .7;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -.25px
}

.main-section .text-privacy a {
  transition: all .3s ease;
  text-decoration: underline;
  color: #fff
}

.main-section .text-privacy a:hover {
  text-decoration: none
}

.lentor-pricing-section {
  position: relative;
  overflow: hidden;
  z-index: 2
}

.lentor-pricing-section:before {
  position: absolute;
  content: url(../images/lentor-pricing-mob-left.png);
  left: 0;
  top: 0;
  z-index: -1
}

.lentor-pricing-section:after {
  position: absolute;
  content: url(../images/lentor-pricing-mob-right.png);
  right: 0;
  top: 0;
  z-index: -1
}

.lentor-pricing-section .marquee-wrap {
  padding: 32px 0
}

.lentor-pricing-section .marquee-wrap .marquee {
  display: flex;
  align-items: center;
  gap: 58px
}

.faq-section {
  padding: 52px 0 40px
}

.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: .9;
  font-size: 24px
}

.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: -.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 li,
.faq-section .accordion-landing .accordion__content p,
.faq-section .accordion-landing .accordion__content ul {
  color: #ecefff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -.14px
}

.faq-section .accordion-landing .accordion__content a {
  color: #ecefff;
  transition: all .3s ease
}

.faq-section .accordion-landing .accordion__content a:hover {
  text-decoration: none
}

.faq-section .accordion-landing .accordion__content {
  border-bottom: 1px solid hsla(0, 0%, 100%, .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 50%/cover
}

.ai-fashion-section .container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center
}

.ai-fashion-section .ai-fashion-inner {
  padding-top: 40px
}

.ai-fashion-section .ai-fashion-title {
  font-family: DM Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: .9;
  letter-spacing: -1.92px;
  padding-bottom: 8px
}

.ai-fashion-section .ai-fashion-text {
  color: #ecefff;
  line-height: 1.43;
  letter-spacing: -.16px;
  padding-bottom: 16px
}

.ai-fashion-section .ai-fashion-link {
  display: block;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(90deg, #5d73f1 0, #7027e8 50%, #e4325d);
  text-decoration: none
}

.ai-fashion-section .ai-fashion-link .ai-fashion-link-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all .3s ease;
  border-radius: 16px;
  text-shadow: 0 .5px 1px hsla(0, 0%, 7%, .25);
  padding: 14px;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 700;
  letter-spacing: -.496px;
  line-height: normal;
  color: #ecefff;
  background: #07080c no-repeat 50%/cover;
  box-shadow: 0 0 24px -3px rgba(173, 98, 229, .3)
}

.ai-fashion-section .ai-fashion-link .ai-fashion-link-inner:hover {
  background-image: linear-gradient(99deg, rgba(93, 115, 241, .2), rgba(112, 39, 232, .2) 50%, rgba(228, 50, 93, .2))
}

.ai-fashion-section .ai-fashion-image-desktop {
  width: 100%;
  padding-top: 16px
}

.ai-fashion-section .ai-fashion-image-mobile {
  display: none;
  width: 45%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0
}

.ai-fashion-section .ai-fashion-image-mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left
}

.pricing-section {
  padding-bottom: 32px
}

.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: -.25px;
  max-width: 960px;
  margin: 0 auto
}

.tabs-langing {
  padding: 40px 0 32px
}

.tabs-langing .tabs__header {
  max-width: 369px;
  width: 100%;
  margin: 0 auto;
  gap: 10px;
  padding: 4px;
  height: 48px;
  border-radius: 100px;
  border: 1px solid hsla(0, 0%, 100%, .03);
  background: hsla(0, 0%, 100%, .1)
}

.tabs-langing .tabs__header .tabs__btn {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  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
}

.tabs-langing .pricing-list li {
  color: #cdcdcd;
  line-height: 1.43px;
  letter-spacing: -.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
}

.cookie-banner {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background: hsla(278, 8%, 46%, .3);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding: 12px
}

.cookie-banner .cookie-inner {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.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 .3s ease
}

.cookie-banner .cookie-buttons {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%
}

.cookie-banner .btn {
  min-height: 44px
}

.view-template {
  background: linear-gradient(180deg, #3c2363, #05040c);
  background-attachment: fixed
}

.main-area {
  flex-direction: column
}

.main-area,
.photo-area {
  display: flex;
  flex-grow: 1
}

.photo-area {
  background: url(../images/grid-desktop.png);
  background-position: 50%;
  background-size: cover;
  position: relative;
  align-items: center;
  justify-content: center
}

.photo-area .uploaded-photo-block {
  width: 290px;
  height: 395px;
  position: relative
}

.photo-area .uploaded-photo-block.active {
  width: 100%;
  height: 550px
}

.photo-area .uploaded-photo-block.active .uploaded-photo {
  border-radius: 0
}

.photo-area .uploaded-photo-block .uploaded-photo {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.photo-area .uploaded-photo-block .blur-overlay {
  transition: all .3s ease;
  right: 7px;
  bottom: 7px
}

.photo-area .uploaded-photo-block:hover .blur-overlay {
  opacity: 1;
  visibility: visible
}

.view-section {
  padding-top: 60px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  flex: 1
}

.view-section .container {
  display: flex;
  flex: 1;
  gap: 20px;
  padding: 0
}

.view-section .filter-area {
  border-radius: 16px;
  background: hsla(0, 0%, 100%, .05);
  padding: 8px 8px 12px;
  width: calc(100vw - 32px);
  margin: 16px 16px 0
}

.left-sidebar {
  display: none
}

.left-sidebar .sidebar-title {
  display: flex;
  gap: 14px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -.2px;
  margin: 22px 0 28px
}

.buttons-sidebar {
  width: 114px;
  border-radius: 19.48px;
  border: 1.217px solid hsla(0, 0%, 100%, .03);
  background: hsla(0, 0%, 100%, .05);
  padding: 14.61px 16px;
  display: flex
}

.buttons-sidebar .menu-item {
  position: relative;
  width: 83px
}

.buttons-sidebar .menu-item.active .image-wrap {
  background: #fff
}

.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: 82px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  border-width: 0 !important
}

.buttons-sidebar .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

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

.buttons-sidebar .side-pagination {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid hsla(0, 0%, 100%, .2);
  font-size: 11px;
  color: hsla(0, 0%, 100%, .2);
  padding: 8px 0
}

.filter-area .activity-title {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-weight: 500;
  line-height: 1.5
}

.filter-area.filter-area-swap {
  background-color: hsla(0, 0%, 100%, .0509803922);
  margin-top: 29.5px;
  margin-left: 8px;
  margin-right: 8px;
  width: calc(100vw - 16px)
}

.filter-area.filter-area-swap .tabs {
  background-color: transparent;
  border-width: 0;
  margin-bottom: 0
}

.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 hsla(0, 0%, 100%, .1);
  background: hsla(0, 0%, 100%, .05);
  transition: all .3s ease;
  cursor: pointer
}

.filter-area .tabs__btn.active,
.filter-area .tabs__btn:hover {
  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 .3s ease
}

.filter-area .tabs__control:hover {
  opacity: .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 hsla(0, 0%, 100%, .03);
  background: hsla(0, 0%, 100%, .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
}

.filter-area .tabs__content {
  overflow-x: scroll
}

.filter-area .btn-ganerate {
  position: fixed;
  bottom: 15px;
  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
}

.sidebar-card input {
  display: none
}

.sidebar-card input:hover+label {
  border: 4px solid hsla(0, 0%, 100%, .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 hsla(0, 0%, 100%, .1)
}

.sidebar-card img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.wrap-text-area-sidebar {
  border-radius: 8px;
  border: 1px solid hsla(0, 0%, 100%, .03);
  background: hsla(0, 0%, 100%, .1);
  margin: 10px 0 65px;
  padding: 9px
}

.text-area-sidebar {
  resize: none;
  padding: 10px;
  width: 100%;
  min-height: 153px;
  border-radius: 8px;
  background: hsla(0, 0%, 100%, .1);
  border: none;
  color: #fff;
  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: TT Firs Neue Trl;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: .9;
  letter-spacing: .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: 100px;
  display: flex;
  height: 38px;
  padding: 9px 5px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: absolute;
  top: 8px;
  left: 16px;
  border-radius: 8px;
  background: linear-gradient(0deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .1)), rgba(0, 0, 0, .2);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 2
}

.resent-upload span {
  color: hsla(0, 0%, 100%, .4)
}

.resent-upload.active svg {
  transform: rotate(-180deg)
}

.image-filter {
  background: #fff;
  transition: all .3s ease;
  padding: 2px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0
}

.image-filter img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.image-uploads {
  gap: 8px;
  position: absolute;
  top: 7px;
  left: 120px;
  width: 195px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: none;
  opacity: 0;
  z-index: 10
}

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

.additional-upload-user-photo input {
  display: none
}

.additional-upload-user-photo-with-text {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #7027e8;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 0;
  flex: 0 0 auto;
  padding-top: 5px;
  position: relative
}

.additional-upload-user-photo-with-text:before {
  content: "";
  position: absolute;
  display: none;
  width: 30px;
  height: 4px;
  background: hsla(0, 0%, 100%, .2);
  bottom: -14px;
  border-radius: 10px
}

.additional-upload-user-photo-with-text input {
  display: none
}



.full-screen {
  background-color: #fff;
  right: 16px
}

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

.btn-img-box {
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, .6);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  position: absolute
}

.ai-powered-section {
  padding: 60px 0 120px;
  background-color: rgba(32, 32, 32, .5019607843)
}

.ai-powered-section .text-block {
  margin-bottom: 32px
}

.ai-powered-section h3 {
  padding-bottom: 32px
}

.ai-powered-section p {
  font-size: 14px;
  letter-spacing: -.01em;
  color: #ecefff;
  line-height: 1.2
}

.swap-card-section {
  background-color: rgba(32, 32, 32, .5019607843)
}

.swap-card-section h3 {
  padding-bottom: 24px;
  text-align: center
}

.swap-card-section p {
  color: hsla(0, 0%, 100%, .8);
  line-height: 1.43;
  letter-spacing: -.01em;
  text-align: center
}

.swap-card-section .swap-cards {
  margin-top: 54px;
  display: grid;
  gap: 80px 0
}

.swap-card .img-wrap {
  border-radius: 16px;
  overflow: hidden
}

.swap-card .text-block h5 {
  margin: 24px 0;
  font-size: 24px;
  line-height: .9;
  letter-spacing: -.02em;
  font-family: DM Sans, sans-serif
}

.swap-card .text-block .text {
  font-size: 14px;
  color: #ecefff;
  line-height: 1.2;
  letter-spacing: -.01em
}

.more-ai-tools {
  background-color: rgba(32, 32, 32, .5019607843);
  padding: 120px 0 80px
}

.more-ai-tools h3 {
  text-align: center
}

.more-ai-tools .ai-tools-img {
  border-radius: 16px;
  width: 100%
}

.more-ai-tools .text-block {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.more-ai-tools .text-block h5 {
  font-family: DM Sans, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: .9;
  letter-spacing: -.02em;
  color: #ecefff
}

.more-ai-tools .text-block p {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #ecefff
}

.more-ai-tools .text-block a {
  max-width: 160px;
  width: 100%;
  min-height: 40px;
  background-color: #4863f9;
  box-shadow: 0 4px 20px 0 rgba(90, 114, 250, .2117647059);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ecefff;
  text-decoration: none;
  font-size: 14px
}

.face-swap-section-title {
  font-family: DM Sans, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -.031em;
  position: absolute;
  top: 22px;
  left: 16px
}

.face-swap-block {
  margin-top: 74px;
  gap: 6px;
  max-width: 730px;
  width: calc(100vw - 16px);
  margin-bottom: 120px
}

.face-swap-block,
.face-swap-block .upload-area {
  display: flex;
  align-items: center;
  justify-content: center
}

.face-swap-block .upload-area {
  height: 297px;
  width: 100%;
  max-width: 331px;
  background: hsla(0, 0%, 100%, .0509803922);
  -webkit-backdrop-filter: blur(15.8px);
  backdrop-filter: blur(15.8px);
  border-radius: 16px;
  overflow: hidden
}

.face-swap-block .upload-area .btn-img-box {
  top: 10px;
  right: 10px
}

.face-swap-block .upload-area.upload-area-transparent {
  border-radius: 0;
  background-color: transparent;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  overflow: visible;
  position: relative
}

.face-swap-block .icon-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 5px;
  font-family: TT Firs Neue Trl;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .04em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer
}

.face-swap-block .face-swap-img {
  object-fit: contain;
  width: 100%;
  height: 100%
}

.face-swap-block .face-swap-img.face-swap-img-processing {
  filter: blur(80.4px)
}

.face-swap-block .popup__close {
  background-color: rgba(0, 0, 0, .6);
  border: 1px solid hsla(0, 0%, 100%, .2);
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px
}

.face-swap-block .popup__close:after,
.face-swap-block .popup__close:before {
  height: 12px;
  width: 1px
}

.face-swap-buttons-block {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17.5px;
  padding: 0 8px
}

.face-swap-buttons-block .text-block {
  color: #7b7b7b;
  display: flex;
  gap: 6px;
  align-items: center;
  font-family: SF Pro;
  font-weight: 510;
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 0
}

.btn-swap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  min-height: 56px;
  width: 100%;
  max-width: 454px;
  color: #fff;
  position: relative
}

.btn-swap.btn-swap-ganerate {
  background: linear-gradient(90deg, #5d73f1 0, #7027e8 50%, #e4325d)
}

.btn-swap.btn-swap-ganerate:hover {
  background: linear-gradient(270deg, #5d73f1 0, #7027e8 50%, #e4325d)
}

.btn-swap.btn-swap-ganerate:disabled {
  pointer-events: none
}

.btn-swap.btn-swap-ganerate:disabled:before {
  content: "";
  background: rgba(0, 0, 0, .3019607843);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.btn-swap.btn-swap-ganerate-processing {
  background: transparent;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: hsla(0, 0%, 100%, .1882352941)
}

.btn-swap.btn-swap-ganerate-reset {
  background-color: hsla(0, 0%, 100%, .0509803922);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid hsla(0, 0%, 100%, .0509803922)
}

.btn-swap.btn-swap-ganerate-reset:hover {
  background-color: hsla(0, 0%, 100%, .1)
}

.swap-h3 {
  font-size: 24px;
  line-height: .9;
  letter-spacing: -.02em;
  font-family: DM Sans, sans-serif;
  padding-bottom: 32px
}

.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, .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 .2s linear
}

.accordion .accordion-content .description {
  height: 0;
  font-size: 12px;
  color: #333;
  font-weight: 400;
  padding: 0 15px;
  transition: all .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 .3s ease
}

.btn-top.hide {
  opacity: 0
}

.btn-top.show {
  opacity: 1
}

.pricing-card {
  position: relative;
  box-shadow: 0 4px 20px 0 rgba(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: 0 0;
  background-size: cover
}

.pricing-card.pricing-card-popular {
  background-image: url(../images/bg-pricing-card-popular.png);
  border-image: none;
  border-color: hsla(0, 0%, 100%, .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: -.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: -.24px
}

.pricing-card .price-block .price {
  color: #ececec;
  font-family: DM Sans;
  font-size: 48px;
  font-weight: 700;
  line-height: .9
}

.pricing-card .price-block .period {
  color: hsla(0, 0%, 93%, .8);
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -.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) 50%;
  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
}

.pricing-popup .price-block .currency {
  font-size: 15px;
  letter-spacing: -.148px
}

.pricing-popup .price-block .price {
  font-size: 30px
}

.pricing-popup .price-block .period {
  font-size: 11px;
  letter-spacing: -.399px
}

.pricing-popup .pricing-card.paid-card:after {
  content: url(../images/simple-line-icons_check-mob.svg)
}

.pricing-popup .pricing-card .pricing-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  gap: 20px
}

.pricing-popup .pricing-card .pricing-info .btn {
  height: 40px;
  min-height: auto
}

.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: .16px;
  position: relative
}

.upload-label input {
  display: none
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px
}

.noscroll {
  overflow: hidden
}

.overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, .6)
}

.overlay,
.overlay.active {
  transition: opacity .5s ease
}

.overlay.active {
  z-index: 200;
  opacity: 1
}

.overlay.overlay-blur {
  background: hsla(0, 0%, 8%, .5);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px)
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -3;
  width: 100%;
  opacity: 0;
  height: 100%;
  overflow-y: auto
}

.popup,
.popup.active {
  transition: opacity .5s ease
}

.popup.active {
  opacity: 1;
  z-index: 9999
}

.popup__wrap {
  flex-direction: column;
  position: relative;
  padding: 30px
}

.popup__close,
.popup__wrap {
  display: flex;
  align-items: center;
  justify-content: center
}

.popup__close {
  position: absolute;
  right: 15px;
  top: 11px;
  z-index: 999;
  width: 30px;
  height: 30px;
  background: hsla(0, 0%, 100%, .2);
  border-radius: 100%
}

.popup__close:after,
.popup__close:before {
  position: absolute;
  content: " ";
  height: 17px;
  width: 2px;
  background-color: #fff
}

.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: hsla(0, 0%, 100%, .0509803922)
}

.nice-select:after {
  border-bottom: 2px solid hsla(0, 0%, 100%, .8);
  border-right: 2px solid hsla(0, 0%, 100%, .8);
  height: 8px;
  width: 8px;
  margin-top: -6px
}

.nice-select .current {
  font-size: 16px;
  letter-spacing: -.01em
}

.nice-select .list {
  box-shadow: 0 4px 10px 0 rgba(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: -.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: hsla(0, 0%, 100%, .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
}

header .not-authenticated-block .nice-select .current {
  font-size: 0
}

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 {
  transform: rotate(-135deg);
  margin-top: -5px
}

header .nav .nice-select.open:after {
  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 {
  transform: rotate(-135deg)
}

footer .nice-select.open:after {
  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 .3s ease
}

.btn.btn-primary {
  background: #4863f9;
  box-shadow: 0 4px 20px 0 rgba(90, 114, 250, .21);
  letter-spacing: -.434px;
  font-size: 14px;
  text-shadow: 0 .5px 1px hsla(0, 0%, 7%, .25);
  color: #ecefff
}

.btn.btn-primary:hover {
  background: linear-gradient(0deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .1)), #4863f9
}

.btn.btn-primary:disabled {
  background: linear-gradient(0deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), #4863f9;
  opacity: .3
}

.btn.btn-secondary {
  border-radius: 8px;
  border: 1px solid hsla(0, 0%, 100%, .1);
  background: hsla(0, 0%, 100%, .1);
  color: #ecefff
}

.btn.btn-secondary:hover {
  background: hsla(0, 0%, 100%, .3)
}

.btn.btn-accent {
  background: linear-gradient(99deg, #5d73f1, #7027e8 50%, #e4325d);
  letter-spacing: -.434px;
  font-size: 14px;
  text-shadow: 0 .5px 1px hsla(0, 0%, 7%, .25);
  color: #ecefff
}

.btn.btn-accent:hover {
  background: linear-gradient(0deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .1)), linear-gradient(99deg, #5d73f1, #7027e8 50%, #e4325d)
}

.btn.btn-accent:disabled {
  background: linear-gradient(0deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), linear-gradient(99deg, #5d73f1, #7027e8 50%, #e4325d);
  opacity: .3
}

.btn.btn-ganerate {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  background: linear-gradient(99deg, #5d73f1, #7027e8 50%, #e4325d)
}

.btn.btn-ganerate:hover {
  background: linear-gradient(0deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .1)), linear-gradient(99deg, #5d73f1, #7027e8 50%, #e4325d)
}

.btn.btn-ganerate:disabled {
  background: linear-gradient(0deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), linear-gradient(99deg, #5d73f1, #7027e8 50%, #e4325d);
  opacity: .3
}

.btn.btn-transparent {
  border-radius: 6px;
  border: 2px solid hsla(0, 0%, 100%, .5);
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4
}

.btn.btn-transparent:hover {
  background: hsla(0, 0%, 100%, .2)
}

.pricing-popup {
  transform: translate(0);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(32, 32, 32, .8);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  padding: 50px 0;
  overflow-x: hidden
}

.pricing-popup:after,
.pricing-popup:before {
  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
}

.pricing-popup-redesign .popup__close {
  background: transparent;
  right: 20px;
  top: 22px
}

.pricing-popup-redesign .popup__close:after,
.pricing-popup-redesign .popup__close:before {
  height: 18px
}

.pricing-popup-redesign .pricing-section {
  background: #fff url(../images/pricing-popup-redesign.png);
  background-position: top;
  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
}

.pricing-popup-redesign .popup-title {
  padding-top: 35px;
  font-family: DM Sans, sans-serif;
  letter-spacing: .02em;
  text-align: center;
  font-size: 33px
}

.pricing-popup-redesign .tabs__content {
  padding: 0 12px
}

.pricing-popup-redesign .tabs-langing {
  padding: 19px 0 27px
}

.pricing-popup-redesign .tabs-langing .tabs__header {
  border: 1px solid #ccc;
  background: #f2f2f2
}

.pricing-popup-redesign .tabs-langing .tabs__header .tabs__btn {
  color: #000
}

.pricing-popup-redesign .tabs-langing .tabs__header .tabs__btn.active {
  color: #fff
}

.pricing-popup-redesign .tabs-langing .pricing-list {
  padding: 24px 0 32px
}

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

.pricing-popup-redesign .price-block {
  padding: 0
}

.pricing-popup-redesign .price-block .currency {
  font-size: 15px;
  letter-spacing: -.148px
}

.pricing-popup-redesign .price-block .price {
  font-size: 30px
}

.pricing-popup-redesign .price-block .period {
  font-size: 11px;
  letter-spacing: -.399px
}

.pricing-popup-redesign .pricing-card {
  border-radius: 8px;
  border: 1.5px solid hsla(0, 0%, 83%, .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, .05)
}

.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) 50% no-repeat;
  background-size: contain;
  right: 22px
}

.pricing-popup-redesign .pricing-card.paid-card .btn.btn-secondary {
  border-color: #91da9f;
  background-color: rgba(57, 199, 64, .1)
}

.pricing-popup-redesign .pricing-card .currency,
.pricing-popup-redesign .pricing-card .period,
.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
}

.pricing-popup-redesign .pricing-card .pricing-info .btn {
  height: 40px;
  min-height: auto
}

.sign-popup-redesing {
  max-width: 390px;
  padding: 15px;
  max-height: 620px
}

/*.sign-popup-redesing.popup {
  height: 100% !important;
  overflow-y: auto !important
}*/

.sign-popup-redesing .popup__close {
  background: rgba(0, 0, 0, .4);
  right: 22px;
  top: 22px
}

.sign-popup-redesing .popup__wrap {
  border-radius: 16px;
  overflow-x: auto;
  padding: 0;
  background: transparent !important
}

.sign-popup-redesing .popup-form {
  width: 100%;
  padding: 32px;
  flex-grow: 1;
  background: #f9f9f9;
  min-height: 588.5px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .4);
  flex: 1;
  display: flex
}

.sign-popup-redesing .popup-welcome {
  display: none;
  padding: 32px;
  background: url(../images/bg-popup-gradient.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .4);
  flex: 1
}

.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: -.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: #fff;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  min-height: 54px;
  transition: all .3s ease
}

.sign-popup-redesing .social-btn:hover {
  background-color: hsla(0, 0%, 100%, .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: -.02em;
  font-weight: 500;
  position: relative;
  overflow: hidden
}

.sign-popup-redesing .divider:after,
.sign-popup-redesing .divider:before {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: #ccc;
  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: #eee;
  margin-bottom: 24px;
  font-size: 16px;
  min-height: 54px;
  letter-spacing: -.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: -.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: -.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 .3s ease
}

.sign-popup-redesing .remember-forgot label a:hover {
  text-decoration: underline
}

.sign-popup-redesing .remember-forgot a {
  color: #515151;
  transition: all .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, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .1)), #4863f9
}

.sign-popup-redesing .sign-in-btn {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: none;
  background-color: #36f;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  min-height: 58px;
  letter-spacing: .01em;
  font-weight: 600
}

.sign-popup-redesing .register-link {
  text-align: center;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -.02em;
  color: #515151
}

.sign-popup-redesing .register-link a {
  font-weight: 500;
  color: #36f;
  text-decoration: underline;
  transition: all .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: -.02em;
  margin-top: 24px;
  transition: all .3s ease
}

.sign-popup-redesing .btn-back:hover {
  text-decoration: underline
}

.sign-popup-redesing .check-email-info {
  color: #9b9b9b;
  font-weight: 600;
  letter-spacing: -.01em;
  margin-bottom: 24px;
  line-height: 1.4375
}

.discount-popup {
  max-width: 397px;
  max-height: 593px;
  background: #000 url(../images/bg-discount-popup.png) bottom no-repeat;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .4);
  border-radius: 32px
}

.discount-popup.popup {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100% !important;
  overflow-y: auto
}

.discount-popup .popup__close {
  background: transparent
}

.discount-popup .popup__wrap {
  padding: 23px 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
}

.discount-popup .title-plan {
  font-size: 22px;
  font-weight: 700;
  font-family: DM Sans, sans-serif;
  margin-bottom: 36px
}

.discount-popup .price-discount-popup {
  max-width: 268px
}

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

.discount-popup .privacy-text {
  color: #ababab;
  font-weight: 500;
  font-size: 13px;
  margin-top: 12px;
  text-align: center;
  max-width: 261px
}

.img-box-popup {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  padding: 0 15px 60px
}

.img-box-popup .popup__close {
  background: rgba(0, 0, 0, .4);
  top: 4px;
  right: 18px
}

.img-box-popup .uploaded-photo {
  border-radius: 4px;
  width: 100%
}

.img-box-popup .btn-popup {
  position: absolute;
  background: #4863f9;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  right: 50%
}

.img-box-popup .btn-popup.btn-download {
  bottom: 5px;
  transform: translateX(50%);
  font-size: 14px;
  letter-spacing: -.031em;
  width: 130px;
  height: 40px;
  color: #ecefff
}

.img-box-popup .btn-popup.btn-share {
  width: 48px;
  height: 40px;
  bottom: 5px;
  transform: translateX(calc(50% + 100px))
}

.tips-popup {
  max-width: 390px;
  max-height: 700px;
  display: flex;
  justify-content: center;
  padding: 15px
}

.tips-popup .popup__wrap {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .4);
  background-color: #f9f9f9;
  max-width: 360px;
  max-height: 670px;
  border-radius: 16px;
  height: 100%;
  width: 100%;
  overflow: auto;
  justify-content: flex-start;
  padding: 32px 15px;
  margin: 0 auto
}

.tips-popup .popup-content {
  max-width: 296px;
  width: 100%
}

.tips-popup .popup__close {
  background-color: rgba(0, 0, 0, .4);
  top: 27.8px;
  right: 25px
}

.tips-popup .tips-title {
  color: #121212;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: .9;
  letter-spacing: -.01em;
  margin-bottom: 32px
}

.tips-popup .tips-good-photo {
  margin-bottom: 32px
}

.tips-popup .tips-bad-photo {
  margin-bottom: 58px
}

.tips-popup .tips-subtitle {
  color: #121212;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -.031em;
  margin-bottom: 8px
}

.tips-popup .tips-text {
  color: #515151;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -.02em
}

.tips-popup .photo-block {
  display: flex;
  gap: 12.5px;
  margin-top: 14px
}

.tips-popup .photo-block .photo-wrap {
  object-fit: contain;
  border-radius: 11.28px;
  overflow: hidden;
  max-width: 90.24px;
  width: 100%
}

.tips-popup .btn-primary {
  background-color: #356bff;
  width: 100%;
  min-height: 58px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: .01
}

.tips-popup .tips-show-popup {
  margin-top: 38px;
  display: block;
  color: #ababab;
  font-family: Inter;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -.025em
}

.tips-popup .tips-show-popup label {
  display: flex;
  justify-content: center;
  gap: 12px
}

.tips-popup .tips-show-popup label:before {
  content: "";
  display: block;
  border: 1px solid #515151;
  width: 16px;
  height: 16px;
  border-radius: 2px
}

.tips-popup .tips-show-popup input {
  display: none
}

.tips-popup .tips-show-popup input:checked~label:before {
  background-color: #356bff;
  border-color: #356bff
}

.select-your-plan-popup {
  max-width: 805px;
  max-height: 770px;
  background: url(../images/bg-tablet-new-popup.png) 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .4)
}

.select-your-plan-popup .popup__close {
  background: hsla(0, 0%, 7%, .53)
}

.select-your-plan-popup h2 {
  font-family: DM Sans, sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 100%;
  letter-spacing: -.02em;
  text-align: center;
  padding-bottom: 32px
}

.select-your-plan-popup .popup__wrap {
  padding: 40px 15px
}

.select-your-plan-popup .popup-content {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 10px
}

.select-your-plan-popup .img-block {
  max-width: 627.5px;
  display: none
}

.select-your-plan-popup .tarif-block {
  flex: 1 0 auto;
  width: 100%;
  max-width: 500px
}

.select-your-plan-popup .popup-text {
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -.01em;
  text-align: center;
  color: #6d6d6d;
  margin-top: 26px
}

.features-list {
  gap: 30px;
  margin-bottom: 22px
}

.feature-item,
.features-list {
  display: flex;
  align-items: center
}

.feature-item {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-family: DM Sans;
  line-height: 1.2;
  letter-spacing: -.031em
}

.checkmark {
  color: #4863f9;
  margin-right: 12px;
  font-size: 24px
}

.pricing-container {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%
}

.bg-pricing {
  color: #313131;
  background-color: #fff;
  border-radius: 12px;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
  min-height: 80px;
  gap: 8px
}


.popular {
  background: linear-gradient(90deg, #f7324c, #3801ff);
  position: relative;
  border-radius: 8px;
  /*filter: drop-shadow(0 0 15px rgba(255, 51, 102, .8)) drop-shadow(0 0 30px rgba(153, 51, 255, .8))*/
}

.popular .bg-pricing {
  border-radius: 0 0 8px 8px;
  min-height: 120px
}

.popular h4 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  margin: 8px 0 6px
}

.pricing-title {
  font-family: DM Sans;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -.031em;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px
}

.sub-pricing-text {
  font-family: Inter;
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: -.025em;
  text-align: right;
  color: #5c5c5c
}

.pricing-info-block {
  display: flex;
  flex-direction: column
}

.pricing-info {
  text-align: right
}

.pricing-amount {
  font-size: 36px;
  font-weight: 700;
  line-height: .9
}

.currency {
  font-size: 20px;
  vertical-align: top;
  margin-right: 2px;
  color: #363534
}

.pricing-per-day {
  color: #5c5c5c;
  font-size: 18px
}

.cta-button {
  min-height: 64px;
  background: #f7324c;
  font-family: DM Sans;
  font-weight: 700;
  font-size: 20px;
  line-height: .9;
  letter-spacing: -.02em;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  margin: 0 4px
}

.cta-button:hover {
  background: #e90923
}

.pricing-option {
  transition: transform 0.3s ease, background 0.3s ease;
  padding: 5px
}

.pricing-option:hover { 
  transform: scale(1.02);
  background: linear-gradient(90deg, #f7324c, #3801ff);
  position: relative;
  border-radius: 8px;
  /*filter: drop-shadow(0 0 15px rgba(255, 51, 102, .8)) drop-shadow(0 0 30px rgba(153, 51, 255, .8))*/
}


.pricing-option .old-price {
  margin-top: 5px;
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -.036em;
  text-decoration: line-through;
  color: #5c5c5c
}

.pricing-option .pricing-block .discount-badge {
  background: #f7324c;
  color: #fff;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 18px
}

.select-your-plan-popup-steps {
  max-width: 805px;
  max-height: 810px;
  background: url(../images/bg-tablet-new-popup.png) 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .4)
}

.select-your-plan-popup-steps .popup-offer {
  background: linear-gradient(90deg, #f7324c, #3801ff);
  padding: 6px 16px;
  font-family: DM Sans;
  font-weight: 900;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 2%;
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px
}

.select-your-plan-popup-steps .title-rabat {
  font-family: DM Sans;
  font-weight: 700;
  font-size: 54px;
  line-height: 1;
  letter-spacing: -.02em;
  text-align: center;
  margin: 8px 0 25px
}

.select-your-plan-popup-steps .tarif-block {
  width: 100%;
  max-width: 500px
}

.select-your-plan-popup-steps .popup__wrap {
  padding: 40px 15px
}

.select-your-plan-popup-steps .sub-title {
  font-family: DM Sans;
  font-weight: 700;
  font-size: 32px;
  line-height: .9;
  letter-spacing: -.02em;
  text-align: center;
  margin: 35px 0 24px
}

.select-your-plan-popup-steps .popup-text {
  text-align: center;
  color: #6d6d6d
}

.select-your-plan-popup-steps .popup-text span {
  color: #f03053
}

.select-your-plan-popup-steps .features-list {
  flex-direction: column;
  gap: 8px;
  margin-top: 22px
}

.select-your-plan-popup-steps .lists-block {
  display: flex;
  flex-direction: column
}

.select-your-plan-popup-steps .offer-text {
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -.036em;
  text-align: center;
  margin-bottom: 24px
}

.select-your-plan-popup-steps .split-button {
  display: flex;
  width: 100%;
  height: 64px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
  position: relative
}

.select-your-plan-popup-steps .split-button:hover .timer-section {
  background-color: #f7324c
}

.select-your-plan-popup-steps .split-button:hover .continue-section {
  background: #e90923
}

.select-your-plan-popup-steps .timer-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #cd0a24;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  width: 25%;
  border-right: 1px solid rgba(0, 0, 0, .1);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0
}

.select-your-plan-popup-steps .continue-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7324c;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  width: 100%
}

.select-your-plan-popup-steps .loose-change {
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -.036em;
  text-align: center;
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  text-decoration-thickness: 0;
  margin: 24px auto 40px;
  color: #6d6d6d;
  width: 150px;
  display: block
}

.select-your-plan-popup-steps .little-popup-gift {
  font-family: DM Sans;
  font-weight: 700;
  font-size: 38px;
  line-height: .9;
  text-align: center
}

.select-your-plan-popup-steps .popup__wrap {
  padding-bottom: 0
}

.select-your-plan-popup-steps .popup-block {
  max-width: 530px;
  margin-top: 82px
}

.select-your-plan-popup-steps .popup-block-extra {
  width: 100%
}

.select-your-plan-popup-steps .popup-block-extra img {
  margin-left: auto;
  max-width: 300px;
  margin-top: 89.5px
}

.select-your-plan-popup-steps .discount {
  font-family: DM Sans;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.06em;
  position: absolute;
  z-index: -1;
  top: 120px;
  background: linear-gradient(90deg, #ffb6c0, #575aff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 70px #ff3651;
  font-size: 70px
}

@media (min-width:350px) {
  .header.is-login .user-balance {
    font-size: 18px;
    margin-right: 50px
  }

  .pricing-popup-redesign .popup-title {
    font-size: 36px
  }
}

@media (min-width:375px) {
  .header .btn-sign {
    width: 115px
  }

  .image-uploads {
    width: 242px
  }

  .pricing-popup .price-block {
    padding-top: 20px
  }

  .pricing-popup .pricing-card .pricing-info {
    flex-direction: row;
    align-items: end
  }

  .pricing-popup .pricing-card .pricing-info .btn {
    max-width: 124px
  }

  .pricing-popup-redesign .price-block {
    padding-top: 20px
  }

  .pricing-popup-redesign .pricing-card .pricing-info {
    flex-direction: row;
    align-items: end
  }

  .pricing-popup-redesign .pricing-card .pricing-info .btn {
    max-width: 124px
  }

  .select-your-plan-popup-steps .popup__wrap,
  .select-your-plan-popup .popup__wrap {
    padding: 40px 20px
  }

  .select-your-plan-popup-steps .popup-block-extra img {
    max-width: 320px;
    margin-top: 83px
  }
}

@media (min-width:376px) {
  .pricing-popup-redesign .pricing-card.paid-card:after {
    right: 32px
  }
}

@media (min-width:450px) {
  .header .logo-mobile {
    margin: 0 10px
  }

  .header .btn-sign {
    width: 130px
  }

  .sub-menu .menu-item {
    max-width: calc(20% - 6.4px)
  }

  .main-section {
    background-image: url(../images/hero-desktop.png)
  }

  .main-section:after {
    content: url(../images/hero-before-desk-right.png)
  }

  .cookie-banner {
    padding: 24px
  }

  .photo-area .uploaded-photo-block.active {
    width: 402px;
    height: 550px
  }

  .photo-area .uploaded-photo-block.active .uploaded-photo {
    border-radius: 4px
  }

  .view-section .container {
    padding: 0 16px
  }

  .view-section .filter-area {
    width: calc(100vw - 32px);
    margin: 16px 0 0
  }

  .filter-area.filter-area-swap {
    margin-left: -8px
  }

  .resent-upload {
    left: 8px
  }

  .image-uploads {
    width: 290px
  }

  .additional-upload-user-photo {
    left: 8px
  }

  .full-screen {
    right: 8px
  }

  .face-swap-section-title {
    left: 8px
  }

  .face-swap-block {
    margin-left: -15px;
    gap: 12px
  }

  .face-swap-block .icon-block {
    padding: 0 10px
  }

  .img-box-popup {
    padding: 0 56px;
    max-width: 518px
  }

  .img-box-popup .popup__close {
    top: 0;
    right: 15px
  }

  .img-box-popup .uploaded-photo {
    max-width: 386px
  }

  .img-box-popup .btn-popup {
    gap: 0
  }

  .img-box-popup .btn-popup.btn-download {
    width: 48px;
    height: 40px;
    top: 70px;
    bottom: auto;
    font-size: 0;
    right: 4px;
    transform: translateX(0)
  }

  .img-box-popup .btn-popup.btn-share {
    right: 4px;
    top: 118px;
    bottom: auto;
    transform: translateX(0)
  }

  .select-your-plan-popup-steps .popup-block-extra img {
    max-width: 358px;
    margin-top: 8px
  }

  .select-your-plan-popup-steps .discount {
    font-size: 90px
  }
}

@media (min-width:576px) {
  .header .nav {
    max-width: 375px
  }

  .main-section h1 {
    font-size: 45px
  }

  .main-section h1 .main-title {
    height: 31.5px
  }

  .main-section .hero-main-block img.hero-main-banner {
    height: auto
  }

  .swap-card-section .swap-cards {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px
  }

  .pricing-popup .price-block .currency {
    font-size: 24px;
    letter-spacing: -.24px
  }

  .pricing-popup .price-block .price {
    font-size: 48px
  }

  .pricing-popup .price-block .period {
    font-size: 18px;
    letter-spacing: -.648px
  }

  .pricing-popup .pricing-card.paid-card:after {
    content: url(../images/simple-line-icons_check.svg)
  }

  .pricing-popup-redesign .price-block .currency {
    font-size: 24px;
    letter-spacing: -.24px
  }

  .pricing-popup-redesign .price-block .price {
    font-size: 48px
  }

  .pricing-popup-redesign .price-block .period {
    font-size: 18px;
    letter-spacing: -.648px
  }

  .sign-popup-redesing {
    max-width: 544px
  }

  .img-box-popup .popup__close {
    right: 25px
  }

  .select-your-plan-popup h2 {
    font-size: 42px
  }

  .cta-button {
    font-size: 24px
  }

  .select-your-plan-popup-steps .features-list {
    align-items: start
  }

  .select-your-plan-popup-steps .lists-block {
    gap: 48px;
    flex-direction: row
  }

  .select-your-plan-popup-steps .timer-section {
    font-size: 20px
  }

  .select-your-plan-popup-steps .continue-section {
    font-size: 24px
  }

  .select-your-plan-popup-steps .popup-block-extra img {
    margin-top: 5px
  }

  .select-your-plan-popup-steps .discount {
    font-size: 120px;
    left: 50px
  }
}

@media (min-width:640px) {
  .sub-menu .menu-item {
    max-width: calc(16.6666666667% - 6.6666666667px)
  }

  .main-section h1 {
    letter-spacing: -1.12px
  }

  .faq-section .faq-title {
    font-size: 32px
  }

  .cookie-banner {
    max-width: 580px;
    right: 24px;
    bottom: 26px;
    border-radius: 8px
  }

  .cookie-banner .cookie-inner {
    gap: 32px;
    flex-direction: row
  }

  .cookie-banner .cookie-buttons {
    max-width: 150px
  }

  .pricing-popup-redesign .pricing-section {
    background-size: auto 170px;
    padding-bottom: 20px
  }

  .pricing-popup-redesign .popup-title {
    padding-top: 52px;
    font-size: 56px;
    line-height: 1
  }

  .pricing-popup-redesign .tabs-langing {
    padding: 40px 0
  }

  .pricing-popup-redesign .pricing-section-description {
    font-size: 13px
  }
}

@media (min-width:700px) {
  .select-your-plan-popup-steps .popup-block-extra {
    padding: 0 40px
  }
}

@media (min-width:768px) {
  .header .not-authenticated-block {
    gap: 12px
  }

  .footer-landing {
    padding: 22px 0
  }

  .footer-landing .container {
    flex-direction: row
  }

  .footer-landing .links {
    width: auto
  }

  .main-section:after {
    top: 80px;
    right: 16px
  }

  .main-section p {
    font-size: 16px
  }

  .main-section .form-title {
    margin: 3px auto 16px
  }

  .lentor-pricing-section {
    padding-bottom: 80px
  }

  .lentor-pricing-section:before {
    content: url(../images/lentor-pricing-desk-left.png)
  }

  .lentor-pricing-section:after {
    content: url(../images/lentor-pricing-desk-right.png)
  }

  .lentor-pricing-section .marquee-wrap {
    padding: 52px 0 62px
  }

  .faq-section {
    padding: 80px 0
  }

  .faq-section .faq-title {
    padding-bottom: 64px;
    letter-spacing: 0;
    font-size: 48px
  }

  .ai-fashion-section .container {
    gap: 32px;
    flex-direction: row
  }

  .ai-fashion-section .ai-fashion-inner {
    padding: 58px 0;
    max-width: 394px
  }

  .ai-fashion-section .ai-fashion-title {
    font-size: 36px
  }

  .ai-fashion-section .ai-fashion-link {
    max-width: 255px
  }

  .ai-fashion-section .ai-fashion-image-desktop {
    display: none
  }

  .ai-fashion-section .ai-fashion-image-mobile {
    display: block
  }

  .pricing-section {
    padding-bottom: 80px
  }

  .pricing-section .pricing-section-description {
    font-size: 14px;
    letter-spacing: -.14px;
    font-weight: 400;
    color: #cdcdcd;
    text-align: left
  }

  .tabs-langing {
    padding: 40px 0 80px
  }

  .tabs-langing .pricing-list {
    padding: 24px 0
  }

  .tabs-langing .cards-list {
    gap: 12px;
    flex-direction: row
  }

  .tabs-langing .cards-list .pricing-card {
    width: calc(33.3333333333% - 8px)
  }

  .cookie-banner .cookie-buttons {
    max-width: 160px
  }

  .photo-area .uploaded-photo-block .blur-overlay {
    opacity: 0;
    visibility: hidden;
    top: 9px;
    bottom: auto
  }

  .filter-area .tabs__content {
    -ms-overflow-style: none;
    scrollbar-width: none
  }

  .filter-area .tabs__content::-webkit-scrollbar {
    display: none
  }

  .ai-powered-section {
    padding: 120px 0
  }

  .ai-powered-section .container {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 32px
  }

  .ai-powered-section .text-block {
    margin-bottom: 0;
    width: 50%
  }

  .ai-powered-section .ai-powered-img {
    width: 50%
  }

  .ai-powered-section p {
    font-size: 16px;
    color: #fff;
    opacity: .8;
    line-height: 1.43
  }

  .swap-card-section .swap-cards {
    margin-top: 80px;
    grid-template-columns: repeat(3, 1fr)
  }

  .swap-card .text-block .text {
    font-size: 16px;
    color: hsla(0, 0%, 100%, .8)
  }

  .more-ai-tools h3 {
    padding-bottom: 80px
  }

  .more-ai-tools .ai-tools-block {
    display: flex;
    align-items: flex-start;
    gap: 24px
  }

  .more-ai-tools .ai-tools-img {
    max-width: 353px
  }

  .more-ai-tools .text-block {
    margin-top: 0
  }

  .more-ai-tools .text-block p {
    font-size: 16px;
    color: hsla(0, 0%, 100%, .8)
  }

  .face-swap-block .upload-area {
    height: 287px
  }

  .face-swap-block .popup__close {
    width: 48px;
    height: 48px;
    border-width: 2px;
    top: 10px;
    right: 10px
  }

  .face-swap-block .popup__close:after,
  .face-swap-block .popup__close:before {
    height: 24px;
    width: 2px
  }

  .swap-h3 {
    font-size: 38px
  }

  .pricing-card {
    padding: 44px 13px
  }

  .pricing-popup .price-block {
    padding-bottom: 24px
  }

  .pricing-popup .pricing-card .pricing-info {
    display: block
  }

  .pricing-popup .pricing-card .pricing-info .btn {
    width: 100%;
    max-width: none;
    min-height: 56px
  }

  .social-links {
    padding-top: 0
  }

  .popup__close {
    right: 16px;
    top: 20px
  }

  header .not-authenticated-block .nice-select {
    min-width: 132px;
    padding-left: 35px;
    padding-right: 25px
  }

  header .not-authenticated-block .nice-select .current {
    font-size: 16px
  }

  .pricing-popup {
    padding: 130px 0 50px
  }

  .pricing-popup-redesign .cards-list {
    flex-direction: column
  }

  .pricing-popup-redesign .cards-list .pricing-card {
    width: 100%
  }

  .pricing-popup-redesign .tabs-langing .pricing-list {
    padding: 40px 0
  }

  .pricing-popup-redesign .price-block {
    padding-bottom: 24px
  }

  .pricing-popup-redesign .pricing-card .btn.btn-secondary {
    font-size: 16px
  }

  .pricing-popup-redesign .pricing-card .pricing-info {
    display: block;
    gap: 20px;
    margin-top: 20px
  }

  .pricing-popup-redesign .pricing-card .pricing-info .btn {
    width: 100%;
    max-width: none;
    min-height: 56px
  }

  .discount-popup {
    max-width: 601px
  }

  .discount-popup .popup__wrap {
    padding: 13px 15px
  }

  .discount-popup .discount-popup-title {
    max-width: 370px
  }

  .discount-popup .title-plan {
    font-size: 24px
  }

  .discount-popup .price-discount-popup {
    max-width: 316px
  }

  .discount-popup .btn-primary,
  .discount-popup .privacy-text {
    max-width: 505px
  }

  .tips-popup {
    max-width: 580px;
    padding: 15px 0
  }

  .tips-popup .popup__wrap {
    max-width: 514px
  }

  .tips-popup .popup-content {
    max-width: 450px
  }

  .tips-popup .popup__close {
    right: 0
  }

  .tips-popup .photo-block .photo-wrap {
    border-radius: 12.5px;
    max-width: 100px
  }

  .pricing-container {
    max-width: 600px;
    margin: 0 auto
  }

  .pricing-title {
    font-size: 20px
  }

  .pricing-amount {
    font-size: 42px
  }

  .select-your-plan-popup-steps .popup-text {
    font-size: 18px;
    letter-spacing: -.036em
  }

  .select-your-plan-popup-steps .little-popup-gift {
    font-size: 48px
  }

  .select-your-plan-popup-steps .popup-block {
    margin-top: 82px
  }

  .select-your-plan-popup-steps .popup-block-extra img {
    margin-top: 0;
    max-width: 356px
  }

  .select-your-plan-popup-steps .discount {
    font-size: 162.66px;
    left: 90px;
    top: 50%;
    transform: translateY(-50%)
  }
}

@media (min-width:992px) {
  body.overflow-menu {
    overflow: auto
  }

  .header {
    background: transparent
  }

  .header .header-overlay,
  .header .header-overlay.active {
    display: none
  }

  .header .container {
    min-height: 80px
  }

  .header .logo-mobile,
  .header .sign-up-active,
  .header .upload-active {
    display: none
  }

  .header .logo {
    display: block;
    margin-right: 52px
  }

  .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 .logo-active,
  .header .nav svg {
    display: none
  }

  .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-bottom: 0
  }

  .header .nav-list .nav-block,
  .header .nav-list a {
    padding: 0;
    display: flex;
    color: #f1f1f1;
    font-family: Inter;
    line-height: 1.4;
    letter-spacing: -.16px;
    font-weight: 400
  }

  .header .burger {
    display: none
  }

  .header .button-thumb {
    position: relative
  }

  .header .btn-sign {
    width: 160px
  }

  .header .sing-mobile {
    display: block;
    width: 122px
  }

  .header .burger-footer {
    display: none
  }

  .header.is-login .user-balance {
    margin-right: 190px
  }

  .header.is-login .user-email {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -.14px
  }

  .header.is-login .sing-mobile {
    display: none
  }

  .header.is-login .burger {
    display: flex;
    border-radius: 10px;
    width: 170px;
    height: 40px;
    padding: 0 12px
  }

  .header.is-login .burger.active {
    background: hsla(0, 0%, 100%, .1)
  }

  .header.is-login .burger.active span {
    display: none
  }

  .header.is-login .burger.active .profile-icon,
  .header.is-login .burger.active .toggle-arrow {
    display: block
  }

  .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, .25);
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    flex-direction: column;
    padding: 16px 0 10px;
    bottom: 16px;
    transform: translateY(100%);
    display: none
  }

  .header.is-login .nav .nav-list {
    flex-direction: column;
    margin-left: 0;
    gap: 5px;
    padding-top: 15px
  }

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

  .header.is-login .nav .nav-list a {
    display: flex
  }

  .header.is-login .nav .upload-active {
    display: block
  }

  .header.is-login .nav svg {
    display: inline
  }

  .header.is-login .nav .user-info {
    padding-top: 0
  }

  .sub-menu .blur-background {
    padding: 24px 32px;
    border-bottom: none;
    gap: 32px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none
  }

  .sub-menu {
    border-radius: 8px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .2);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    width: 632px;
    transform: translateY(100%)
  }

  .sub-menu .menu-item {
    min-height: auto;
    max-width: calc(16.6666666667% - 26.6666666667px);
    gap: 10px;
    text-align: left;
    color: #fff;
    font-weight: 500;
    letter-spacing: -.25px
  }

  .sub-menu .menu-item.active h6 {
    opacity: 1
  }

  .sub-menu h6 {
    opacity: .4;
    font-size: 10px
  }

  .sub-menu .image-wrap {
    width: 68px;
    height: 80px
  }

  .sub-menu .image-wrap .soon {
    background: url(../images/soon.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
  }

  .main-section {
    padding: 80px 0 66px
  }

  .main-section:before {
    content: url(../images/hero-before-left.png);
    top: 80px;
    left: 30px
  }

  .main-section .container {
    padding-top: 42px
  }

  .ai-fashion-section .ai-fashion-image-mobile {
    width: 50%
  }

  .main-area {
    flex-direction: row
  }

  .main-area.main-area-face-swap {
    flex-direction: column;
    gap: 15px
  }

  .view-section {
    padding-bottom: 0
  }

  .view-section .filter-area {
    width: 470px;
    position: relative;
    margin-right: -15px;
    margin-top: 0
  }

  .buttons-sidebar .image-wrap .soon {
    background: url(../images/soon.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
  }

  .filter-area.filter-area-swap .tabs__inner {
    display: flex
  }

  .filter-area.filter-area-swap .tabs {
    padding-left: 0;
    padding-right: 0
  }

  .filter-area.filter-area-swap .tabs__content {
    max-height: 360px
  }

  .filter-area .tabs__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
  }

  .filter-area .tabs__content {
    max-height: 275px;
    overflow-y: auto;
    overflow-x: hidden
  }

  .filter-area .btn-ganerate.btn-ganerate-overflow {
    position: fixed;
    left: auto;
    right: 8px;
    width: 100%
  }

  .filter-area .btn-ganerate {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 9px;
    max-width: 454px
  }

  .face-swap-block {
    width: 100%;
    max-width: 1166px
  }

  .face-swap-block .upload-area {
    max-width: 556px;
    height: 390px
  }

  .pricing-card {
    padding: 54px 32px
  }

  .pricing-popup-redesign .cards-list {
    gap: 12px;
    flex-direction: row
  }

  .pricing-popup-redesign .cards-list .pricing-card {
    width: calc(33.3333333333% - 8px)
  }

  .pricing-popup-redesign .pricing-card {
    padding: 54px 32px
  }

  .pricing-popup-redesign .pricing-card.paid-card:after {
    width: 68px;
    height: 68px;
    right: 32px
  }
}

@media (min-width:1024px) {
  .main-section h1 {
    font-size: 56px
  }

  .main-section h1 .main-title {
    height: 39px;
    margin: 10px auto 6px
  }

  .main-section p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -.648px
  }

  .main-section .hero-main-block {
    margin-top: 3px
  }
}

@media only screen and (min-width:1025px) {

  a[href^=skype],
  a[href^=sms],
  a[href^=tel] {
    cursor: default;
    pointer-events: none
  }
}

@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-image-mobile img {
    object-fit: contain;
    object-position: right;
    padding-right: 25px
  }

  .pricing-popup-redesign .tabs__content {
    padding: 0 33px
  }

  .select-your-plan-popup {
    max-width: 1280px;
    max-height: 830px;
    background: url(../images/bg-desktop-new-popup.jpg) 50%
  }

  .select-your-plan-popup h2 {
    font-size: 56px;
    padding-bottom: 0
  }

  .select-your-plan-popup .popup__wrap {
    padding: 40px 0 0
  }

  .select-your-plan-popup .popup-content {
    justify-content: space-between
  }

  .select-your-plan-popup .img-block {
    display: block
  }

  .select-your-plan-popup .tarif-block {
    margin: 45px 20px 0
  }

  .select-your-plan-popup .popup-text {
    margin-top: 36px
  }

  .features-list {
    margin-bottom: 40px
  }

  .pricing-container {
    gap: 32px
  }

  .pricing-title {
    flex-direction: row
  }

  .pricing-info {
    display: flex;
    align-items: end;
    justify-content: end;
    gap: 4px
  }

  .pricing-amount {
    font-size: 42px
  }

  .select-your-plan-popup-steps {
    max-height: 835px
  }

  .select-your-plan-popup-steps .title-rabat {
    font-size: 64px;
    margin: 8px 0 35px
  }

  .select-your-plan-popup-steps .popup-block-extra img {
    margin-top: 25px
  }
}

@media (min-width:1280px) {
  .container.container-md {
    max-width: 1210px
  }

  .left-sidebar {
    display: block
  }

  .buttons-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12.17px
  }

  .resent-upload {
    display: none !important
  }

  .image-uploads.active {
    display: none
  }

  .additional-upload-user-photo-with-text {
    width: 82px;
    height: 82px;
    font-size: 13.39px;
    justify-content: end;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 11px
  }

  .additional-upload-user-photo-with-text:before {
    display: block
  }

  

  .more-ai-tools .ai-tools-block {
    gap: 32px
  }

  .more-ai-tools .ai-tools-img {
    max-width: 377px
  }

  .sign-popup-redesing {
    max-width: 1170px;
    padding: 15px 30px
  }

  .sign-popup-redesing .popup__close {
    top: 13px;
    right: 0
  }

  .sign-popup-redesing .popup__wrap {
    flex-direction: row
  }

  .sign-popup-redesing .popup-form {
    max-width: 514px
  }

  .sign-popup-redesing .popup-welcome {
    display: block;
    max-width: 595px
  }
}

@media (min-width:1360px) {
  .face-swap-block {
    margin-left: 0;
    margin-bottom: 120px
  }

  .select-your-plan-popup .tarif-block {
    margin: 59px 70px 0
  }
}

@media (min-width:1440px) {
  .main-area.main-area-face-swap {
    flex-direction: row
  }

  .filter-area.filter-area-swap {
    margin: 8px -8px 8px auto;
    width: 454px
  }

  .filter-area.filter-area-swap .tabs__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
  }

  .face-swap-block {
    margin-bottom: 140px
  }

  .face-swap-buttons-block {
    bottom: 20px
  }
}

@media (min-width:1536px) {
  .container.container-md {
    max-width: 1430px
  }

  .ai-fashion-section .ai-fashion-image-mobile img {
    padding-right: 0;
    object-position: center
  }

  .photo-area .uploaded-photo-block {
    width: 460px;
    height: 665px
  }

  .photo-area .uploaded-photo-block.active {
    width: 560px;
    height: 765px
  }

  .more-ai-tools .ai-tools-img {
    max-width: 455px
  }

  .face-swap-block {
    max-width: 1210px
  }

  .face-swap-block .upload-area {
    max-width: 576px;
    height: 532px
  }

  .swap-h3 {
    font-size: 48px
  }
}

@media (max-width:1024px) {
  @keyframes scroll-ltr {
    0% {
      transform: translateX(0)
    }

    to {
      transform: translateX(calc(-100% + 40px))
    }
  }

  @keyframes scroll-rtl {
    0% {
      transform: translateX(0)
    }

    to {
      transform: translateX(calc(100% + 40px))
    }
  }
}

@media (max-width:768px) {
  .features-list {
    flex-direction: column;
    gap: 8px
  }
}

@media (max-width:375px) {

  .pricing-popup-redesign .pricing-card,
  .pricing-popup .pricing-card {
    padding: 24px 22px
  }
}