@font-face {
  font-family: 'Satoshi Variable';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Satoshi Variable';
  font-style: normal;
  font-weight: 450;
  font-display: swap;
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Satoshi Variable';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Satoshi Variable';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Satoshi Variable';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

a,address,body,center,code,details,div,form,h1,h2,h3,h4,h5,h6,html,i,img,label,menu,nav,p,q,s,section,span,strong,time,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

details,menu,nav,section {
  display: block;
}

body {
  line-height: 1;
}

q {
  quotes: none;
}

q:after,
q:before {
  content: "";
  content: none;
}

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

body {
  font-family: 'Satoshi Variable', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

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

a.button,
button.button {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 15px 16px;
  border: 0;
  border-radius: 2px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  user-select: none;
}

a.button-success,
button.button-success {
  background-color: #45b61d;
  color: #fff;
}

a.button-free,
button.button-free {
  border-radius: 2px;
  background: linear-gradient(135deg, #7036DE 0%, #A222BE 50%, #AE239A 100%);
  color: #fff;
}

a.button-success:after,
button.button-success:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: none;
}

a.button.btn-large,
button.button.btn-large {
  display: flex;
  height: 60px;
}

@media screen and (max-width: 600px) {

  a.button.btn-large,
  button.button.btn-large {
    height: 44px;
  }
}

a.button:hover::after,
button.button:hover::after {
  background: rgba(0, 0, 0, 0.04);
}

a.button:active::after,
button.button:active::after {
  background: rgba(0, 0, 0, 0.08);
}

h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.96px;
}

.red-text {
  color: #933;
}

.purple-text {
  color: #7036DE;
  background: -webkit-linear-gradient(135deg, #7036DE 0%, #A222BE 50%, #AE239A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1000px) {
  h2 {
    font-size: 32px;
    line-height: 39px;
  }
}

@media screen and (max-width: 600px) {
  h2 {
    font-size: 24px;
    line-height: 120%;
  }
}

.menu {
  position: relative;
  display: flex;
  height: 66px;
  padding: 0px 32px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  box-shadow: 0px 0px 30px 0px rgba(194, 200, 206, 0.30);
  background: #fff;
}

.menu .login-btn-desktop {
  display: block;
}

.menu .login-btn {
  width: 113px;
}

.menu .login-btn-mobile {
  display: none;
}

.menu .login-btn-mobile p {
  padding: 3px 0;
}

.menu-sign-up-btn-wrapper {
  display: block;
  position: relative;
}

.menu-sign-up-btn-wrapper:hover {
  .menu-sign-up-btn-tooltip-wrapper--hover {
    display: block;
  }
}

.menu-sign-up-btn-tooltip-wrapper--hover{
  display: none;
  position: absolute;
  top: 100%;
  right: -10px;
  min-width: 185px;
  background-color: rgba(255, 255, 255, 1);
}

.menu-sign-up-btn-tooltip--hover {
  padding: 20px 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.menu-sign-up-btn-tooltip-title-wrapper {
  padding-bottom: 10px;
  text-align: center;
}

.menu-sign-up-btn-tooltip-title {
  font-family: "Satoshi Variable";
  font-weight: 450;
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
}

.menu-sign-up-btn-tooltip--hover::before {
  content: " ";
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}

.logo-block {
  display: flex;
  align-items: center;
}

.logo {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  max-width: 188px;
}

@media screen and (max-width: 1000px) {
  .logo-text {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .logo-icon {
    display: none;
  }
  .logo-text {
    display: block;
  }
}

.trusted-block {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  max-width: 222px;
  width: 100%;
}

.trusted-block .trusted-icon {
  width: 20px;
  margin-right: 2px;
}

.trusted-block .trusted-text {
  display: flex;
  align-items: center;
  font-family: 'Satoshi Variable';
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.18px;
  text-transform: uppercase;
  color: #222;
}

.trusted-block .trusted-text span {
  display: block;
  margin-right: 6px;
  color: #39AC9D;
}

.trusted-block.mobile {
  display: none;
}

.menu-container {
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-item {
  padding: 24px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-link {
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 21.60px;
  letter-spacing: 0.18px;
  word-wrap: break-word;
  text-decoration: none;
}


.menu-link-primary {
  color: #7036DE;
}

@media screen and (max-width: 768px) {
  .menu {
    padding: 0 16px;
    height: 68px;
  }
  .menu-container {
    display: none;
  }

  .logo {
    left: 16px;
  }

  .menu .login-btn {
    right: -16px;
    height: 100%;
  }

  .trusted-block.desktop {
    display: none;
  }

  .trusted-block.mobile {
    display: flex;
  }

  .trusted-block {
    margin-left: 0;
    margin-top: 8px;
    justify-content: flex-start;
  }

  .logo-block {
    flex-direction: column;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .menu .login-btn-mobile {
    display: block;
  }
  
  .menu .login-btn-desktop {
    display: none;
  }
}

.lady-stories {
  padding-top: 80px;
  padding-bottom: 20px;
  background: linear-gradient(90deg, #2B2B2B 0%, #151515 100%);
}

@media screen and (max-width: 1000px) {
  .lady-stories {
    padding-top: 60px;
    padding-bottom: 10px;
  }
}

.lady-stories h2 {
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.96px;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .lady-stories h2 {
    font-size: 32px;
    line-height: 39px;
  }
}

@media screen and (max-width: 600px) {
  .lady-stories h2 {
    font-size: 24px;
    line-height: 120%;
  }
}

.stories-container {
  width: 100%;
  height: 100%;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
}

.story-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  display: inline-flex;
  text-decoration: none;
  color: #222;
}

.profile-picture {
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 100%;
  border: 3px #C2C8CE solid;
}

.profile-picture img {
  width: 88px !important;
  height: 88px;
  left: 3px;
  top: 3px;
  position: absolute;
  border-radius: 100%;
}

.profile-picture img[alt=""] {
  color: #222;
}

.soon .profile-picture::before {
  content: '';
  width: 20px;
  height: 20px;
  right: 10px;
  bottom: 0px;
  position: absolute;
  background: #FBB802;
  border-radius: 100%;
  z-index: 2;
}

.profile-name {
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: 450;
  line-height: 22.40px;
  word-wrap: break-word;
}

@media screen and (max-width: 600px) {
  .profile-picture {
    width: 68px;
    height: 68px;
    border: 2px #C2C8CE solid;
  }

  .profile-picture img {
    width: 60px !important;
    height: 60px;
    left: 2px;
    top: 2px;
  }

  .soon .profile-picture::before {
    width: 12px;
    height: 12px;
    right: 7px;
  }

  .profile-name {
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: 17px;
  }
}

.stories-container.owl-carousel .owl-nav .owl-prev,
.stories-container.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #9BA0A1;
}

.stories-container.owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.stories-container.owl-carousel .owl-nav .owl-prev.disabled,
.stories-container.owl-carousel .owl-nav .owl-next.disabled {
  display: none;
}

.stories-container.owl-carousel .owl-nav .owl-next {
  right: 0;
}

.stories-container.owl-carousel .owl-nav .owl-prev img,
.stories-container.owl-carousel .owl-nav .owl-next img {
  width: 26px;
  height: 26px;
}

.stories-container.owl-carousel .owl-nav .owl-prev img {
  transform: rotate(180deg)
}


.button-block {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
}

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

.hide-from-desktop {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .hide-from-mobile {
    display: none !important;
  }

  .hide-from-desktop {
    display: block !important;
  }
}

.grid-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}

@media screen and (max-width: 600px) {
  .grid-container {
    padding: 0 16px;
  }
}

.unlogin-landing {
  @custom-media --sm-viewport only screen and (min-width: 48em);
  @custom-media --md-viewport only screen and (min-width: 64em);
  @custom-media --lg-viewport only screen and (min-width: 75em);
}

.owl-dots {
  margin-top: 33px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 !important;
  border-radius: 50%;
  background: #858585 !important;
}

.owl-dots .owl-dot.active {
  position: relative;
  width: 16px;
  height: 16px;
}

.unlogin-landing :root {
  --gutter-width: 24px;
  --gutter-compensation: calc((var(--gutter-width) * 0.5) * -1);
  --half-gutter-width: calc((var(--gutter-width) * 0.5));
  --xs-min: 30;
  --sm-min: 48;
  --md-min: 64;
  --lg-min: 75;
  --screen-xs-min: var(--xs-min) em;
  --screen-sm-min: var(--sm-min) em;
  --screen-md-min: var(--md-min) em;
  --screen-lg-min: var(--lg-min) em;
  --container-sm: calc(var(--sm-min) + var(--gutter-width));
  --container-md: calc(var(--md-min) + var(--gutter-width));
  --container-lg: calc(var(--lg-min) + var(--gutter-width));
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: var(--gutter-compensation, -0.5rem);
  margin-left: var(--gutter-compensation, -0.5rem);
}

.container {
  width: var(--container-lg, 71rem);
}

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

.col-lg,
.col-lg-12,
.col-lg-3,
.col-lg-6 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: var(--half-gutter-width, .75rem);
  padding-left: var(--half-gutter-width, .75rem);
}

.col-lg {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-lg-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-lg-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-lg-12 {
  flex-basis: 100%;
  max-width: 100%;
}

@media screen and (max-width: 1000px) {

  .col-md,
  .col-md-12,
  .col-md-6 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width, 0.5rem);
    padding-left: var(--half-gutter-width, 0.5rem);
  }

  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {

  .col-sm,
  .col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width, 0.5rem);
    padding-left: var(--half-gutter-width, 0.5rem);
  }

  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-top: 4px;
}

a.button-bordered-light,
button.button-bordered-light {
  border: 1px solid #f1f3f5;
  background-color: initial;
  color: #f1f3f5;
}

a.button-bordered-dark,
button.button-bordered-dark {
  border: 1px solid #555555;
  background-color: initial;
  color: #222222;
}

.ladies-carousel {
  padding: 80px 0;
  background: linear-gradient(90deg, #2B2B2B 0%, #151515 100%);
}

@media screen and (max-width: 1000px) {
  .ladies-carousel {
    padding: 60px 0;
  }
}

@media screen and (max-width: 600px) {
  .ladies-carousel {
    padding: 48px 0;
  }
}

.ladies-carousel h2 {
  text-align: center;
  color: #fff;
}

.ladies-carousel h2 .red {
  color: #933;
}

.ladies-carousel .links-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.ladies-carousel .links-block a {
  color: #fff;
}

.ladies-carousel p {
  max-width: 684px;
  width: 100%;
  margin: 30px auto 0;
  line-height: 26px;
}

@media screen and (max-width: 600px) {
  .ladies-carousel .links-block {
    gap: 10px;
  }
}

.ladies-carousel .button:not(.chat-btn) {
  width: 328px;
  margin: 40px auto 0;
}

@media screen and (max-width: 600px) {
  .ladies-carousel .button {
    max-width: 100%;
    width: 100%;
  }
}

.static-horizontal-girls {
  max-width: 960px;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 40px;
  column-gap: 60px;
}

.static-horizontal-girls .item {
  max-width: 280px;
}

.static-horizontal-girls .item .item--baner {
  overflow: hidden;
  height: 100%;
}

.static-horizontal-girls .item .button {
  display: block;
  margin-top: 10px;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .static-horizontal-girls {
    max-width: 920px;
    column-gap: 40px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 600px) {
  .static-horizontal-girls {
    flex-direction: column;
    gap: 20px;
  }
}

.ladies-carousel-container {
  width: 100%;
  overflow: hidden;
}

.ladies-carousel-container .owl-nav {
  position: absolute;
  top: -55px;
  right: 0;
}

.ladies-carousel-container .owl-nav button img {
  max-width: 36px;
}

.ladies-carousel-container .owl-nav button.disabled {
  opacity: 0.3;
}

.ladies-carousel-container .owl-nav .owl-prev img {
  transform: rotate(180deg);
}

.third-block {
  background: linear-gradient(52deg, #141414 0%, #030303 100%);
}

.third-block .main-container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-left: 60px;
}

.third-block .main-container img {
  max-width: 683px;
}

.third-block h2 {
  color: #fff;
}

.third-block .button {
  display: block;
  margin-top: 48px;
  max-width: 258px;
}

@media screen and (max-width: 1000px) {
  .third-block .main-container img {
    max-width: 604px;
  }

  .third-block .main-container {
    padding-left: 40px;
  }

  .third-block .button {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .third-block .main-container img {
    max-width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .third-block {
    padding: 40px 0 0;
  }
  .third-block .main-container {
    flex-direction: column;
    gap: 50px;
    align-items: center;
    gap: 50px;
    padding: 0;
  }
  .third-block .main-container .text-block {
    padding: 0 16px;
    text-align: center;
  }

  .third-block .main-container .text-block br {
    display: none;
  }
  
  .third-block .main-container .text-block .purple-text {
    display: block;
    text-transform: uppercase;
  }

  .third-block .main-container img {
    max-width: 100%;
  }

  .third-block .button {
    margin: 32px auto 0;
    height: 48px;
    max-width: 280px;
  }
}

.about {
  padding: 80px 0;
  color: #222;
}

.about h2 {
  text-align: center;
}

.about-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  margin-top: 40px;
}

.about-block p {
  line-height: 22px;
}

.about-block video {
  max-width: 712px;
}

@media screen and (max-width: 1000px) {
  .about {
    padding: 60px 0;
  }

  .about-block {
    margin-top: 30px;
  }
  
  .about-block video {
    max-width: 579px;
  }
}

@media screen and (max-width: 768px) {
  .about {
    padding: 40px 0;
  }

  #about-us-menu-button:hover {
    cursor: pointer;
  }

  .about-block {
    margin-top: 24px;
    flex-direction: column;
  }

  .about-block video {
    max-width: 768px;
    width: calc(100% + 48px);
  }
}

@media screen and (max-width: 600px) {
  .about-block video {
    max-width: 600px;
    width: calc(100% + 32px);
  }
}

/* security section */
.security-logo-button:hover {
  cursor: pointer;
}

.security-section {
  background: linear-gradient(90deg, #2B2B2B 0%, #161616 100%);
  width: 100%;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .security-section {
    padding: 60px 0;
  }
  
}

@media screen and (max-width: 320px) {
  .security-section {
  padding: 40px 0;
  }
  
}

.security__title-wrapper {
  padding-bottom: 40px;
}

.security__title {
  color: #ffffff;
  text-align: center;
}

.security__cases  {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.security__case-card {
  width: 33%;
  padding: 20px 10px;
}

@media screen and (max-width: 1024px) {
  .security__cases  {
    display: block;
 
  }

  .security__case-card {
    width: 100%;
    padding: 20px 10px;
  }
}

.security__case-card-img-wrapper {
  display: flex;
  justify-content: center;
  padding-bottom: 22px;
}

.security__case-card-img {
  max-width: 110px;
}

.security__case-card-title {
  font-family: "Satoshi Variable";
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  margin-bottom: 8px;
}

.security__case-card-title--subtitle {
  font-family: "Satoshi Variable";
  font-size: 16px;
  font-weight: 400;
}

.free-chat {
  padding: 100px 0;
  background: url(../images/new/bg-benefits.jpg) no-repeat 0 0;
  background-size: cover;
}

.free-chat .title {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 5px 20px 0px rgba(28, 28, 28, 0.60);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.96px;
  text-transform: uppercase;
}

.free-chat-benefits {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 40px;
}

.free-chat-benefits .item {
  flex: 1;
  text-align: center;
}

.free-chat-benefits p,
.free-chat-benefits span {
  color: #fff;
}

.free-chat-benefits p {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.free-chat .button {
  display: block;
  margin: 40px auto 0;
  max-width: 340px;
}

.free-chat-benefits span {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

@media screen and (max-width: 1000px) {
  .free-chat {
    padding: 60px 0;
  }

  .free-chat .title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.32px;
  }

  .free-chat-benefits {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
  }

  .free-chat-benefits p {
    font-size: 24px;
    line-height: 120%; 
  }

  .free-chat-benefits span {
    font-size: 18px;
  }

  .free-chat .button {
    max-width: 330px;
  }
}

@media screen and (max-width: 600px) {
  .free-chat {
    padding: 40px 0;
  }

  .free-chat-benefits {
    gap: 20px;
    margin-top: 24px;
  }
}

.reviews {
  color: #222;
  padding: 80px 0;
  background-color: #fff;
}

.reviews .owl-dot {
  background-color: #858585;
}

@media screen and (max-width: 1000px) {
  .reviews {
    padding: 60px 0;
  }
}

@media screen and (max-width: 600px) {
  .reviews {
    padding: 40px 0;
  }
}

.reviews h2 {
  text-align: center;
}

.reviews .grid-container {
  background: url(../images/reviews-bg.png) no-repeat;
  background-size: 176px;
  background-position: 100% 0;
}

@media screen and (max-width: 1000px) {
  .reviews .grid-container {
    background: 0 0;
  }
}

.reviews .reviews-block {
  margin-top: 30px;
  display: flex;
}

.reviews .reviews-item .review-text {
  min-height: 261px;
  padding: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  background: #fff;
}

@media screen and (max-width: 1440px) {
  .reviews .reviews-item .review-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 71%;
  }
}

@media screen and (max-width: 600px) {
  .reviews .reviews-item .review-text {
    height: auto;
    min-height: 198px;
  }
}

.reviews .reviews-item .review-text h4 {
  margin: 0;

  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

.reviews .reviews-item .review-text p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 21px;
}

.reviews .reviews-item .details {
  margin-top: 20px;
  text-align: center;
}

.reviews .reviews-item .details img {
  display: block;
  width: 60px;
  margin: 0 auto;
}

.reviews .reviews-item .details .name {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-top: 8px;
}

.reviews .reviews-item .details .date {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
}

.reviews .button {
  width: 226px;
  margin: 50px auto 0;
}

@media screen and (max-width: 600px) {
  .reviews .button {
    max-width: 100%;
    width: 100%;
  }
}

.to-top {
  text-align: center;
  padding: 30px 0;
  cursor: pointer;
}

.to-top img {
  max-width: 20px;
  margin: 0 auto;
}

.to-top p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  color: #5E5E5E;
}

.register-bottom {
  padding-top: 80px;
  background: url(../images/bottom-bg.jpg) no-repeat 0 0;
  height: 100vh;
  background-size: cover;
  position: relative;
  max-height: 994px;
  min-height: 994px;
}

.register-bottom .opportunity {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 120px;
  width: 100%;
  color: #fff;
  margin-top: 40px;
}

.register-bottom .opportunity .title {
  text-align: center;

  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
}

.register-bottom .opportunity .text {

  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.register-bottom .opportunity .item {
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .register-bottom .opportunity {
    gap: 74px;
  }

  .register-bottom .opportunity .title {
    font-size: 24px;
    line-height: 130%;
  }

  .register-bottom .opportunity .text {
    font-size: 18px;
    line-height: 130%;
  }
}

.register-bottom h2 {
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .register-bottom {
    background: url(../images/bottom-bg-mob.jpg) no-repeat 0 0;
    background-size: cover;
    height: auto;
    min-height: 100%;
    padding-top: 48px;
    padding-bottom: 0;
    max-height: 897px;
    min-height: 897px;
  }

  .register-bottom h2 {
    padding: 0 16px;
  }

  .register-bottom .opportunity {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0 16px;
  }
}

.popup-wrapper-auth {
  display: block;
  margin: 0 auto;
  width: 720px;
  height: 580px;
  position: relative;
}

@media screen and (max-width: 720px) {
  .popup-wrapper-auth {
    width: 100vw;
  }
}

@media screen and (max-width: 600px) {
  .popup-wrapper-auth {
    width: 100vw;
    max-width: 320px;
    height: 550px;
  }
}

.popup-wrapper-auth .frontbox {
  top: 0;
}

@media screen and (max-width: 720px) {
  .popup-wrapper-auth .frontbox {
    position: initial;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .popup-wrapper-auth .frontbox {
    max-width: 100%;
  }
}

@media screen and (max-width: 720px) {
  .popup-wrapper-auth .backbox {
    display: none;
  }
}

.popup-wrapper-auth .backbox {
  width: 50%;
  height: 100%;
  display: inline-flex;
  position: relative;
}


.popup-wrapper-auth .backbox .lady-bg {
  width: 100%;
  height: 100%;
  filter: blur(5px);
  -webkit-filter: blur(5px);
}

.popup-wrapper-auth .backbox .lady-photo {
  max-width: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lady-photo--banner {
  max-width: unset !important;
  min-height: 100%;
}

@media screen and (max-width: 600px) {
  .popup-wrapper-auth .backbox {
    display: none;
  }
}

.popup-wrapper-auth .backbox .login-msg,
.popup-wrapper-auth .backbox .signup-msg {
  width: 50%;
  height: 100%;
  font-size: 15px;
  position: relative;
}

.popup-wrapper-auth .backbox .login-msg .text-content,
.popup-wrapper-auth .backbox .signup-msg .text-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.popup-wrapper-auth .backbox .login-msg .text-content .title,
.popup-wrapper-auth .backbox .signup-msg .text-content .title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  margin-bottom: 30px;
}

.popup-wrapper-auth .frontbox {
  width: 50%;
  z-index: 10;
  position: absolute;
  right: 0;
  transition: right 0.2s ease-in-out;
}

.banner-popup {
  display: block;
}

.banner-popup-title-wrapper {
  padding: 30px 0 0 0;
}

.banner-popup-title-wrapper .banner-popup-title {
  text-align: center;
  font-family: "Satoshi Variable";
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.form__input {
  position: relative;
  display: block;
  padding: 5px 20px 5px 10px;
  background-color: #fdfdfd;
  border: 1px solid #858585;
  width: 100%;
  height: 44px;
  border-radius: 2px;
  line-height: 44px;
  font-size: 1rem;
  color: #333;
  transition: all 0.3s;
  outline: none;
}

.form__password-input {
  padding: 5px 50px 5px 10px;
}

.form__password-input-hide-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  background-color: transparent;
  border: none;
}

.form__error-block-message-wrapper {
  width: 100%;
  margin-top: 10px;
  background-color: #e74c3c;
}

.form__error-block-message {
  font-family: "Satoshi Variable";
  font-weight: 500;
  font-size: 14px;
  padding: 5px 0;
  text-align: center;
  color: #ffffff;
}

.form__error-block-message::before {
  content: "";
  position: absolute;
  left: 26px;
  width: 22px;
  height: 25px;
  background-image: url("/inc/images/warning-triangle-icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.button-error {
  right: 30px
}

.form__password-input-hide-button-icon {
  width: 22px;
}

.form__password-input-hide-button:hover {
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .popup-wrapper-auth .frontbox {
    width: 100%;
    height: 100%;
  }

  .banner-popup-title-wrapper {
    padding: 15px 0 0 0;
  }

  .item--banner {
    margin-bottom: 20px;
  }
}

.popup-wrapper-auth .frontbox .form-auth {
  position: relative;
  height: 580px;
}

@media screen and (max-width: 600px) {
  .popup-wrapper-auth .frontbox .form-auth {
    height: 100%;
  }
}

@media (max-width: 720px) {
  .popup-wrapper-auth .frontbox .form-auth .form-auth-tab-content {
    height: 100%;
    position: initial;
    display: none;
    opacity: 1;
  }
}

.popup-wrapper-auth .frontbox .form-auth .form-auth-tab-content.signin .bottom-container {
  margin-bottom: 130px;
}

.popup-wrapper-auth .frontbox .form-auth[data-currentform="forgotpassword"] .form-auth-tab-content.forgotpassword,
.popup-wrapper-auth .frontbox .form-auth[data-currentform="signin"] .form-auth-tab-content.signin,
.popup-wrapper-auth .frontbox .form-auth[data-currentform="signup"] .form-auth-tab-content.signup {
  width: 100%;
  height: calc(100% - 65px - 16px);
  opacity: 1;
  z-index: 2;
}

.popup-wrapper-auth .login-msg,
.popup-wrapper-auth .signup-msg {
  transition: opacity 0.8s ease-in-out;
}

.d-flex {
  display: flex;
}

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

.login_page {
  position: relative;

}

.login-page-form-container {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  width: 360px;
}

.nav-tabs {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 20px 20px 20px;
}

.nav-tabs.color-green .nav-item.active:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: linear-gradient(93deg, #7036DE 0%, #A222BE 50%, #AE239A 100%);
}

.nav-tabs .nav-item {
  width: 100%;
  border-bottom: 1px solid #c2c8ce;
  position: relative;
  color: #222;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}

.popup-nav-item-btn-wrapper {
  width: 50%;
}

.popup-nav-item-btn {
  background-color: unset;
  border: unset;
  padding: 10px 0px 20px 0 !important;
}


.popup-nav-item-btn:hover {
  cursor: pointer
}

.nav-tabs .nav-item span {
  margin: 0 6px;
}

.form-auth {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 520px;
  background: #f1f3f5;
}

.form-auth .bottom-container .social-icon {
  font-size: 44px;
  line-height: 44px;
}

.form-auth .bottom-container .description {
  font-size: 14px;
  text-align: center;
}

.form-auth .bottom-container .social-icon {
  font-size: 44px;
  line-height: 44px;
}

.form-auth .bottom-container .description {
  font-size: 14px;
  text-align: center;
}

.form-auth .form-auth-tab-content {
  display: none;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 20px 20px;
  height: 100%;
}

.form-auth {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 520px;
  max-height: 580px;
  background: #f1f3f5;
}

.form-auth .forgotpassword p {
  color: #000;
}

.form-auth .bottom-container .social-icon {
  font-size: 44px;
  line-height: 44px;
}

.form-auth .bottom-container .description {
  font-size: 14px;
  text-align: center;
}

.form-auth[data-currentform="forgotpassword"] .form-auth-tab-content.forgotpassword,
.form-auth[data-currentform="signin"] .form-auth-tab-content.signin,
.form-auth[data-currentform="signup"] .form-auth-tab-content.signup {
  display: flex;
}

.form-auth .form-auth-tab-content .forgotpassword,
.form-auth .form-auth-tab-content .forgotpassword-no {
  color: #000;
  font-size: 14px;
}

.form-auth .form-auth-tab-content .input-container {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.form-auth .form-auth-tab-content .input-container .input-container-inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.form-auth .form-auth-tab-content .input-container .images {
  margin: 24px auto 0;
  max-width: 184px;
}

.form-auth .form-auth-tab-content .input-container .trusted {
  margin: 4px auto 0;
  max-width: 114px;
}

.form-auth .form-auth-tab-content .input-container p {
  font-size: 15px;
}

.form-auth .form-auth-tab-content .input-container .agree-block {
  font-family: 'Satoshi Variable';
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: 140%;
  letter-spacing: 0.14px;
  color: #5E5E5E;
}

.form-auth .form-auth-tab-content .input-container .agree-block a {
  color: #5E5E5E;
}

@media (max-width: 600px) {
  .form-auth .form-auth-tab-content .input-container p {
    font-size: 13px;
  }

  .form-auth .form-auth-tab-content .input-container .agree-block {
    margin-top: 16px;
  }

  .form-auth .form-auth-tab-content .input-container .images {
    margin-top: 10px;
  }

  .form-auth .form-auth-tab-content .input-container .trusted {
    margin-top: 0;
  }
}


input[type="checkbox"]:not([class]) {
  display: none;
}

input[type="checkbox"]:not([class])+label {
  display: inline-block;
  position: relative;
  min-height: 23px;
  padding-left: 31px;
  font-size: 14px;
  line-height: 23px;

  cursor: pointer;
}

input[type="checkbox"]:not([class])+label:after,
input[type="checkbox"]:not([class])+label:before {
  display: block;
  position: absolute;
  content: "";
}

input[type="checkbox"]:not([class])+label:before {
  left: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #333;
  border-radius: 2px;
}

input[type="checkbox"]:not([class])+label:after {
  display: none;
  top: -1px;
  left: 0;
  background: url(../images/Check.svg) 0 1px no-repeat;
  width: 21px;
  height: 21px;
  background-size: contain;
}

input[type="checkbox"]:not([class]):checked+label:after {
  display: inline-block;
}

input[type="checkbox"]:not([class]):disabled+label {
  color: #c2c8ce;
  cursor: not-allowed;
}

input[type="checkbox"]:not([class]):disabled+label:before {
  background-color: #fff;
  opacity: 0.3;
}

input[type="checkbox"]:not([class]):disabled+label:after {
  opacity: 0.3;
}

.checkbox-row.checkbox-right input[type="checkbox"]:not([class])+label {
  padding-left: 0;
  text-align: left;
}

.checkbox-row.checkbox-right input[type="checkbox"]:not([class])+label::before {
  right: 0;
  left: auto;
}

.checkbox-row.checkbox-right input[type="checkbox"]:not([class])+label::after {
  right: 0;
  left: auto;
}

.checkbox-row,
.input-row {
  position: relative;
  margin-bottom: 25px;
}

.checkbox-row .error-label,
.input-row .error-label {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1;
}

.checkbox-row.error input[type="checkbox"]+label:before,
.input-row.error input[type="checkbox"]+label:before {
  border-color: red;
}

.checkbox-row.error input[type="date"],
.checkbox-row.error input[type="email"],
.checkbox-row.error input[type="number"],
.checkbox-row.error input[type="password"],
.checkbox-row.error input[type="phone"],
.checkbox-row.error input[type="text"],
.input-row.error input[type="date"],
.input-row.error input[type="email"],
.input-row.error input[type="number"],
.input-row.error input[type="password"],
.input-row.error input[type="phone"],
.input-row.error input[type="text"] {
  border-color: red;
}

.checkbox-row.error .icon.error,
.input-row.error .icon.error {
  display: inline-block;
  fill: red;
}

.checkbox-row.error .error-label,
.input-row.error .error-label {
  display: block;
  margin-right: 0;
  transition: height 0.2s ease-out;
  z-index: 1;
  line-height: 1;
}

.checkbox-row.error {
  color: red;
}

.input-row.error {
}

.input-row.error .error-label:after {
  position: absolute;
  bottom: -18px;
  left: 0px;
  width: 200px;
  padding: 0 11px;
  font-size: 12px;
  color: #fc0d1b;
  line-height: 15px;
  content: attr(data-error);
}

.checkbox-row.error .error-label .uadicon,
.input-row.error .error-label .uadicon {
  position: absolute;
  margin-right: 5px;
  vertical-align: middle;
  top: 16px;
  right: 10px;
  color: #fc0d1b;
}

.input-container .input-error {
  position: relative;
  padding: 6px 70px 5px 10px; 
}

.error-icon{
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  width: 20px;
  background-color: transparent;
  background-image: url("/inc/images/warning-circle-icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}


.checkbox-row .icon,
.input-row .icon {
  position: absolute;
  top: 10px;
  right: 10px;
  fill: #858585;
}

.checkbox-row .icon svg,
.input-row .icon svg {
  height: 100%;
}

.checkbox-row .icon[class*="airplane"],
.input-row .icon[class*="airplane"] {
  width: 32px;
  height: 32px;
  top: 17px;
}

.checkbox-row .icon.error,
.input-row .icon.error {
  height: 16px;
  width: 16px;
  top: 14px;
  right: 14px;
}

input[type="date"]:not([class]),
input[type="email"]:not([class]),
input[type="number"]:not([class]),
input[type="password"]:not([class]),
input[type="phone"]:not([class]),
input[type="text"]:not([class]) {
  display: block;
  width: 100%;
  padding: 6px 30px 5px 10px;
  transition: all 0.3s;
  border: 1px solid #858585;
  border-radius: 2px;
  background-color: #fdfdfd;
  color: #333;

  font-size: 1rem;
  filter: none;
}

input[type="date"]:not([class]):not(textarea):not(.prettytextfield):not(select),
input[type="email"]:not([class]):not(textarea):not(.prettytextfield):not(select),
input[type="number"]:not([class]):not(textarea):not(.prettytextfield):not(select),
input[type="password"]:not([class]):not(textarea):not(.prettytextfield):not(select),
input[type="phone"]:not([class]):not(textarea):not(.prettytextfield):not(select),
input[type="text"]:not([class]):not(textarea):not(.prettytextfield):not(select) {
  height: 44px;
  line-height: 44px;
}

input[type="date"]:not([class]):focus,
input[type="date"]:not([class]):focus-within,
input[type="email"]:not([class]):focus,
input[type="email"]:not([class]):focus-within,
input[type="number"]:not([class]):focus,
input[type="number"]:not([class]):focus-within,
input[type="password"]:not([class]):focus,
input[type="password"]:not([class]):focus-within,
input[type="phone"]:not([class]):focus,
input[type="phone"]:not([class]):focus-within,
input[type="text"]:not([class]):focus,
input[type="text"]:not([class]):focus-within {
  outline: 0;
  background-color: #fff;
}

input[type="date"]:not([class]):focus+label,
input[type="date"]:not([class]):focus-within+label,
input[type="email"]:not([class]):focus+label,
input[type="email"]:not([class]):focus-within+label,
input[type="number"]:not([class]):focus+label,
input[type="number"]:not([class]):focus-within+label,
input[type="password"]:not([class]):focus+label,
input[type="password"]:not([class]):focus-within+label,
input[type="phone"]:not([class]):focus+label,
input[type="phone"]:not([class]):focus-within+label,
input[type="text"]:not([class]):focus+label,
input[type="text"]:not([class]):focus-within+label {
  top: -7px;
  background-color: #fdfdfd;
  color: #000;
  font-size: 12px;
}

input[type="date"]:not([class]):disabled,
input[type="email"]:not([class]):disabled,
input[type="number"]:not([class]):disabled,
input[type="password"]:not([class]):disabled,
input[type="phone"]:not([class]):disabled,
input[type="text"]:not([class]):disabled {
  background-color: #ebebeb;
  cursor: not-allowed;
}

input[type="date"]:not([class])+label:after,
input[type="email"]:not([class])+label:after,
input[type="number"]:not([class])+label:after,
input[type="password"]:not([class])+label:after,
input[type="phone"]:not([class])+label:after,
input[type="text"]:not([class])+label:after {
  content: attr(data-placeholder);
}

input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
  background-color: #fdfdfd !important;
  -webkit-box-shadow: 0 0 0 50px #fff inset;
}

input:-internal-autofill-selected {
  background-color: #fdfdfd;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

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

input[type="number"]:focus,
input[type="number"]:hover {
  -moz-appearance: number-input;
}

.lady-photo {
  position: relative;
  text-align: center;
  z-index: 2;
  width: 100%;
  max-height: 420px;
  height: 100%;
  cursor: pointer;
}

.lady-photo .label {
  position: absolute;
  top: 12px;
  left: -4px;
  padding: 2px 4px;
  border-radius: 2px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}

.lady-photo .label.soon {
  color: #222;
  background: #FBB802;
}

.lady-photo .label.online {
  color: #fff;
  background: #45B61D;
}

.lady-photo .fav {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  z-index: 3;
  width: 32px;
  height: 32px;
}

.lady-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lady-photo .chat-img {
  min-height: 300px;
  min-width: 280px;
  background-color: rgba(0, 0, 0, .4);
}

.lady-photo .fav img {
  max-width: 32px;
}

.lady-photo .title {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px !important;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;

  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  text-transform: capitalize;
  transition: all 0.3s;
  z-index: 2;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.login-form {
  position: absolute;
  right: 139px;
  bottom: 40px;
  width: 331px;
  height: 480px;
}

@media screen and (max-width: 1000px) {
  .login-form {
    right: 39px;
    bottom: 60px;
  }
}

@media screen and (max-width: 600px) {
  .login-form {
    display: none;
  }
}

.login-form .form-auth {
  min-height: 480px;
}

.recaptcha {
  margin-top: 0;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 20px 0;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

.grecaptcha-badge {
  display: none !important;
}

.terms {
  padding: 24px;
  background-color: #f1f3f5;
}

.terms h1 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.25rem;
  margin: 0 0 3.25rem 0;
  padding: 0;
}

.terms div {
  color: #000;
  font-weight: 400;
  line-height: 1.5rem;
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

.refund,
.privacy {
  padding: 24px;
  background-color: #f1f3f5;
}

.refund h2,
.privacy h2{
  margin-top: 30px;
  margin-bottom: 16px;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.32);
  z-index: 99999;
}

.popup-button {
  width: 100%;
}

.popup__form-button-wrapper--google {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}

.popup__form-button--google {
  border: none;
  background-color: transparent;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup__form-button--google:hover {
  cursor: pointer;
}

.popup__form-button-icon {
  width: 100%;
}

.login-popup-title-wrapper {
  margin: 0;
  margin-bottom: 30px;
  padding: 0 20px;
}

.login-popup-title {
  width: 100%;
  padding: 50px 0 20px 0;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.login-popup-title--variable-popup {
  width: 100%;
  padding: 50px 20px 20px 20px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.popup-title-wrapper--forgot-password {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  padding-top: 30px;
}

.popup-title--forgot-password {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: rgba(34, 34, 34, 1);
  text-decoration: none;
  border-bottom: 1px solid rgba(34, 34, 34, 1);
}

@media screen and (max-width: 360px) {
  .login-popup-title {
    font-size: 14px;  
  }
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.popup-about-protect-recaptcha {
  width: 100%;
  text-align: center;
  font-size: 12px;
}

.popup-about-protect-img-wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

@media screen and (max-width: 360px) {
  .popup-about-protect-img-wrapper {
    padding-bottom: 0;
 
  }
}

.close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  z-index: 100;
  width: 64px;
  height: 48px;
}

footer {
  text-align: center;
}

footer .images {
  max-width: 232px;
}

.pre-footer {
  padding: 24px 30px;
  position: relative;
}

.wrapper-socials {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%); 
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.wrapper-socials img {
  width: 24px;
}

@media screen and (max-width: 600px) {
  .wrapper-socials {
    margin-top: 24px;
    position: inherit;
    right: auto;
    top: auto;
    transform: none;
  }
}

.footer-info {
  background: #F1F3F5;
  padding: 24px 0;
}

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

.links-footer a,
.copyright {
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: 140%;
  letter-spacing: 0.14px;
  color: #222;
  text-decoration: none;
}

.links-footer a:hover {
  text-decoration: underline;
}

.copyright {
  margin-top: 4px;
}

.stories-viewer {
  display: none;
}





.stories-viewer-carousel *::selection {
	 background: none !important;
}
 svg {
	 display: inline-block;
	 width: 1em;
	 height: 1em;
	 transition: all 0.24s;
	 fill: currentColor;
	 stroke: currentColor;
	 stroke-width: 0;
}
 .stories-viewer-carousel {
   display: none;
	 position: fixed;
	 width: 100vw;
	 height: 100vh;
	 z-index: 150;
	 top: 0;
	 left: 0;
	 overflow: hidden;
}
 @media (max-width: 600px) {
	 .stories-viewer-carousel {
		 position: fixed;
		 height: 100%;
		 width: 100%;
		 overflow: hidden;
		 min-height: auto;
	}
}
 .stories-viewer-carousel .overlay {
	 background: rgba(0, 0, 0, .85);
	 overflow: hidden;
	 position: fixed;
	 width: 100vw;
	 height: 100vh;
	 z-index: 151;
}
 .stories-viewer-carousel .close {
	 position: fixed;
	 top: 32px;
	 right: 32px;
	 cursor: pointer;
	 z-index: 155;
}
 @media (max-width: 600px) {
	 .stories-viewer-carousel .close {
		 top: 19px;
		 right: 0;
		 padding: 12px;
	}
}
 .stories-viewer-carousel .close svg {
	 font-size: 1.6vw;
	 color: #fff;
}
 @media (max-width: 1000px) {
	 .stories-viewer-carousel .close svg {
		 font-size: 22px;
	}
}
 .stories-viewer-carousel .mob-next, .stories-viewer-carousel .mob-prev {
	 width: 66px;
	 height: calc(100vh - 68px);
	 position: absolute;
	 z-index: 3;
	 bottom: 0;
	 display: none;
}
 @media (max-width: 600px) {
	 .stories-viewer-carousel .mob-next, .stories-viewer-carousel .mob-prev {
		 display: block;
	}
}
 .stories-viewer-carousel .mob-prev {
	 left: 0;
}
 .stories-viewer-carousel .mob-next {
	 right: 0;
}
 .stories-viewer-carousel .arrow {
	 width: 44px;
	 height: 44px;
	 border-radius: 100%;
	 border: 1px solid #fff;
	 position: relative;
	 display: block;
	 cursor: pointer;
	 position: absolute;
	 top: 50%;
	 transform: translateY(-50%);
	 transition: all 0.3s;
}
 @media (max-width: 600px) {
	 .stories-viewer-carousel .arrow {
		 display: none;
	}
}
 .stories-viewer-carousel .arrow:hover {
	 background: #45b61d;
	 border: 1px solid #45b61d;
}
 .stories-viewer-carousel .arrow svg {
	 color: #fff;
	 fill: #fff;
	 font-size: 24px;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
}
 .stories-viewer-carousel .arrow.arrow-prev {
	 left: -60px;
	 z-index: 2;
}
 .stories-viewer-carousel .arrow.arrow-next {
	 right: -60px;
	 z-index: 2;
}
 .stories-viewer-carousel .arrow.not-active, .stories-viewer-carousel .arrow.not-active:hover {
	 border: 1px solid #c2c8ce;
	 background: transparent;
}
 .stories-viewer-carousel .arrow.not-active svg, .stories-viewer-carousel .arrow.not-active:hover svg {
	 color: #c2c8ce;
	 fill: #c2c8ce;
}
 .stories-viewer-carousel .slides {
	 width: 100%;
	 overflow: hidden;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 margin: 32px 0;
	 position: relative;
	 z-index: 152;
}
 @media (max-width: 600px) {
	 .stories-viewer-carousel .slides {
		 margin: 0;
	}
}
 .stories {
	 margin: 0 16px;
	 padding-bottom: 0;
	 position: relative;
	 border-radius: 10px;
	 max-height: calc(50vh - 64px);
	 min-height: calc(50vh - 64px);
	 max-width: calc((56.25vh - 64px) / 2);
	 min-width: calc((56.25vh - 64px) / 2);
	 width: 100vw;
	 height: 177.78vw;
	 transition: all 0.2s;
	 flex-grow: 0;
	 flex-shrink: 0;
	 flex-basis: calc((56.25vh - 64px) / 2);
	 border-radius: 10px;
	 cursor: pointer;
	 transition: all 0.3s;
	 top: 0;
}
 @media (max-width: 600px) {
	 .stories {
		 border-radius: 0;
	}
}
 @media (max-width: 600px) {
	 .stories::after {
		 border-radius: 0;
	}
}
 .stories .wrapper {
	 min-width: 100%;
	 min-height: 100%;
}
 .stories.empty {
	 background: none;
	 cursor: default;
}
 .stories.empty::after {
	 content: none;
}

 @media (max-width: 600px) {
	 .stories .top-bar {
		 padding: 8px;
	}
}

.stories .top-bar .info {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 70%;
}

.stories .top-bar .info .circle-photo {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.stories .top-bar .info .circle-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

 .stories.active {
	 max-height: calc(100vh - 64px);
	 min-height: calc(100vh - 64px);
	 max-width: calc(56.25vh - 64px);
	 min-width: calc(56.25vh - 64px);
	 width: 100vw;
	 height: 177.78vw;
	 margin: 0 76px;
	 padding-bottom: 0;
	 flex-basis: calc(56.25vh - 64px);
   cursor: default;
   padding: 0;
   margin: 0 auto;
   overflow: hidden;
}
 .stories.active .top-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
	z-index: 999;
}

.stories.active .top-bar .controls {
  display: flex;
  align-items: center;
  gap: 13px;
  position: relative;
  z-index: 9999;
}

.stories.active .top-bar .sound,
.stories.active .top-bar .pause {
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.stories.active .top-bar .sound img,
.stories.active .top-bar .pause img {
  width: 100%;
}

 .stories.next-lady-stories .next-lady-info {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 flex-direction: column;
	 position: absolute;
	 bottom: 20px;
	 z-index: 2;
	 left: 50%;
	 transform: translateX(-50%);
	 width: 100%;
}
 .stories.next-lady-stories .next-lady-info .name {
	 font-family: "Satoshi Variable";
	 font-style: normal;
	 font-weight: 500;
	 font-size: 24px;
	 line-height: 120%;
	 display: flex;
	 align-items: center;
	 text-transform: uppercase;
	 color: #fff;
	 display: block;
	 margin-top: 5px;
}

.stories.next-lady-stories .next-lady-info .name .age {
  font-size: 18px;
}
 @media (max-height: 600px) {
	 .stories.next-lady-stories .next-lady-info .name {
		 font-size: 14px;
	}
}
 @media (max-width: 600px) {
	 .stories.active {
		 width: 100%;
		 max-width: 100%;
		 max-height: 100%;
		 min-width: 100%;
		 min-height: 100%;
		 top: 0;
		 height: 100%;
		 width: 100%;
		 flex-basis: 100%;
		 position: fixed;
		 overflow: hidden;
		 left: 0;
		 margin: 0;
	}
}
 .stories .content {
   position: relative;
	 min-width: 100%;
   min-height: 100%;
   width: 100%;
   height: 100%;
}

.stories .content .play-btn {
  display: none;
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.stories .content .play-btn img {
  width: 88px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
 @media (max-width: 600px) {
	 .stories .content {
		 width: 100%;
		 height: 100%;
  }
  
  .stories.active .top-bar .controls {
    top: -10px;
    right: 40px;
  }
}
.stories .content video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

 .stories .button-wrapper {
	 position: absolute;
	 bottom: 20px;
	 right: 20px;
	 z-index: 5;
}

 .stories .info .name {
	 font-family: "Satoshi Variable";
	 font-style: normal;
	 font-weight: 500;
	 font-size: 16px;
	 line-height: 24px;
	 color: #fff;
	 text-transform: uppercase;
}
 .stories .progress-bar {
	 display: flex;
	 width: 100%;
}
 .stories .progress {
	 position: relative;
	 width: 100%;
	 height: 4px;
	 display: block;
	 border-radius: 10px;
	 background: #c2c8ce;
}
 .stories .progress .progress-line {
	 background: #fff;
	 border-radius: 10px;
	 width: 70%;
	 height: 4px;
	 position: absolute;
	 left: 0;
	 top: 0;
	 display: block;
}
 .stories .progress + .progress {
	 margin-left: 8px;
}
 .stories .progress + .progress .progress-line {
	 width: 0;
}
 @media (max-width: 600px) {
	 .stories:not(.active) {
		 display: none;
	}
}
 
.fancybox-slide--html .fancybox-close-small {
  color: #fff !important;
  width: 60px !important;
  height: 60px !important;
}

.wrapper.fancybox-content {
  background: none;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 600px) {
  .fancybox-infobar {
    display: none !important;
  }
}

.bottom-banner {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  max-width: 345px;
  cursor: pointer;
  z-index: 99;
  transition: all .5s;
  transform: translateY(100%);
  transition-delay: .3s;
  background: #F6F6F6;
  padding: 18px;
}

.bottom-banner .banner-header,
.bottom-banner .content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bottom-banner .banner-header {
  gap: 8px;
}

.bottom-banner .banner-header p {
  font-family: 'Satoshi Variable';
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #45B61D;
}

.bottom-banner .banner-header svg {
  width:32px;
}

.bottom-banner .content {
  gap: 14px;
  margin-top: 16px;
}

.bottom-banner .content img {
  width: 88px;
}

.bottom-banner .content p {
  font-family: 'Satoshi Variable';
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 140%;
  letter-spacing: -0.18px;
  color: #222;
}

.bottom-banner .content p span {
  font-weight: 600;
}

.bottom-banner .button {
  width: 100%;
  margin-top: 16px;
}

.close-banner {
  position: absolute;
  right: 18px;
  top: 20px;
  z-index: 100;
  cursor: pointer;
  width: 24px;
}

@media screen and (max-width: 600px){
  .bottom-banner {
    width: 200px;
    height: 200px;
    padding: 10px;
  }

  .close-banner {
    top: 14px;
    right: 10px;
    width: 16px;
  }

  .bottom-banner .banner-header p {
    font-size: 16px;
    line-height: 120%;
  }

  .bottom-banner .content p {
    font-size: 13px;
    line-height: 140%;
    letter-spacing: -0.13px;
  }

  .bottom-banner .banner-header {
    gap: 4px;
  }

  .bottom-banner .content {
    gap: 8px;
  }

  .bottom-banner .banner-header svg {
    width: 24px;
  }

  .bottom-banner .content img {
    width: 48px;
  }

  .bottom-banner .button {
    height: 32px;
    font-size: 14px;
  }
}

.button.disabled {
  opacity: .7;
  pointer-events: none;
}

.hidden {
  display: none !important;
}