
@import url("./variables.css?v=1");
@import url("./base.css?v=1");
@import url("./menu.css?v=1");
@import url("./stories.css?v=1");
@import url('./ladiesCarousel.css?v=1');
@import url('./security.css?v=1');
@import url('./ladiesWaiting.css?v=1');
@import url('./freeChat.css?v=1');
@import url('./reviews.css?v=1');


.about {
  padding: 80px 0;
  color: var(--base-color);
}

.about h2 {
  text-align: center;
}

.about-block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 60px;
	margin-top: 40px;
}

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

@media screen and (max-width: 1280px) {
	.about-block {
		gap: 42px;
	}

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

@media screen and (max-width: 1000px) {
	.about-block {
		gap: 23px;
	}

	.about {
		padding: 60px 0;
	}

	.about-block {
		margin-top: 30px;
	}
}

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

    .about-block {
        flex-direction: column;
    }

    .about-block video {
        max-width: initial;
        width: calc(100% + 48px);
        margin-left: -24px;
    }
}

@media screen and (max-width: 600px) {
    .about-block {
        margin-top: 24px;
    }

    .about-block video {
        width: calc(100% + 32px);
        margin-left: -16px;
    }
}

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

.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: var(--base-color);
  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: var(--base-color);
  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: var(--base-color);
}

.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: var(--base-color);
}

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

.popup-title--forgot-password {
  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: var(--base-color);
  text-decoration: none;
}

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

.copyright {
  margin-top: 4px;
}
 
.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: var(--base-color);
}

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