@font-face {
  font-family: 'icomoon';
  src: url('/assets/css/fonts/icomoon.eot?syif41');
  src: url('/assets/css/fonts/icomoon.eot?syif41#iefix') format('embedded-opentype'), url('/assets/css/fonts/icomoon.ttf?syif41') format('truetype'), url('/assets/css/fonts/icomoon.woff?syif41') format('woff'), url('/assets/css/fonts/icomoon.svg?syif41#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
img {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
button,
[class^='btn-'] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.fa-shemale {
  font: normal normal normal 14px/1 'icomoon';
  font-family: 'icomoon', serif !important;
}
.fa-shemale:before {
  content: "\e900";
}
.DGValidator label.error {
  font-size: 10px;
  color: red;
  position: absolute;
  left: -5px !important;
  right: -5px;
  text-align: center;
  white-space: nowrap !important;
}
.DGValidator label.loading {
  font-size: 10px;
  color: #2aa52a;
  position: absolute;
  left: -5px !important;
  right: -5px;
  text-align: center;
  white-space: nowrap !important;
}
.form-control,
select,
textarea {
  padding: 3px 10px;
  font-size: 14px;
  height: 25px;
  background-clip: border-box;
}
.form-control::placeholder,
select::placeholder,
textarea::placeholder {
  font-size: 14px;
  color: #999;
  line-height: 1;
}
.form-control:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #999;
}
.form-control:active,
select:active,
textarea:active,
.form-control:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px 0 inset, rgba(200, 200, 200, 0.6) 0 0 8px 0;
  border-color: #d0d0d0;
}
.form-control::-webkit-scrollbar,
select::-webkit-scrollbar,
textarea::-webkit-scrollbar {
  width: 5px;
}
.form-control::-webkit-scrollbar-track,
select::-webkit-scrollbar-track,
textarea::-webkit-scrollbar-track {
  background: #ccc;
}
.form-control::-webkit-scrollbar-thumb,
select::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb {
  background: #777;
}
.form-control::-webkit-scrollbar-thumb:hover,
select::-webkit-scrollbar-thumb:hover,
textarea::-webkit-scrollbar-thumb:hover {
  background: #333;
}
.btn,
button {
  transition: color 0.3s, opacity 0.3s, background 0.3s;
}
.btn:active,
button:active,
.btn:focus,
button:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover,
button:hover {
  opacity: 0.7 !important;
  color: #fff;
}
#counter span {
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  ::-webkit-scrollbar-thumb {
    background-color: #d0d0d0;
    border: 1px solid transparent;
    border-radius: 5px;
  }
  ::-webkit-scrollbar-track {
    width: 20px;
    background-color: transparent;
  }
}

.modal {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999999;
  display: flex;
  justify-content: center;
}
.modal .modal-bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s;
}
.modal .modal-item {
  overflow: hidden;
  max-width: 340px;
  background: #ffffff;
  border-radius: 15px;
  margin: 0 17px;
  padding: 15px;
  text-align: center;
  position: absolute;
  bottom: 10%;
  opacity: 0;
  min-width: 280px;
}
.modal .modal-item .window-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  z-index: 99;
  cursor: pointer;
  transition: opacity 0.4s;
}
.modal .modal-item .window-close i {
  filter: invert(50%);
}
.modal .modal-item .window-close:hover {
  opacity: 0.7;
}
.modal .modal-item .lang-switch-window-close,
.modal .modal-item .login-window-close,
.modal .modal-item .registration-window-close,
.modal .modal-item .pass-reset-close,
.modal .modal-item .contact-window-close,
.modal .modal-item .webmasters-window-close {
  transition: opacity 0.4s;
}
.modal .modal-item .lang-switch-window-close:hover,
.modal .modal-item .login-window-close:hover,
.modal .modal-item .registration-window-close:hover,
.modal .modal-item .pass-reset-close:hover,
.modal .modal-item .contact-window-close:hover,
.modal .modal-item .webmasters-window-close:hover {
  opacity: 0.7;
}
.modal .modal-item .lang-switch-window-close,
.modal .modal-item .login-window-close,
.modal .modal-item .registration-window-close,
.modal .modal-item .pass-reset-close,
.modal .modal-item .contact-window-close,
.modal .modal-item .webmasters-window-close {
  -webkit-user-select: none;
}
.modal .modal-item .step-names .item {
  -webkit-user-select: none;
}
.modal .modal-item .modal-logo,
.modal .modal-item .modal-text,
.modal .modal-item h3,
.modal .modal-item .line-text,
.modal .modal-item .fp-bottom-text span,
.modal .modal-item .login-bottom-text span,
.modal .modal-item .custom-checkbox img,
.modal .modal-item .custom-checkbox span,
.modal .modal-item .custom-select-base label,
.modal .modal-item .custom-select-base select,
.modal .modal-item .custom-textarea-base-max {
  -webkit-user-select: none;
}
.modal .modal-item .btn {
  width: 100%;
}
.modal .modal-item h3 {
  margin-bottom: 20px;
}
.modal .modal-top {
  bottom: auto;
  top: 85px;
}
.modal .modal-icon {
  width: 35px;
  height: 40px;
  margin: 0 auto 5px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #a7a7a7;
}
.modal .modal-text {
  margin-bottom: 30px;
}
.modal .input-inner {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #f3f3f3;
  border-radius: 16px;
  color: #c1c1c1;
  margin-bottom: 15px;
  line-height: 1;
  font-size: 14px;
  text-align: left;
}
.modal .dialog_bg {
  position: relative;
}
.modal .dialog_bg i {
  color: #a7a7a7;
}
.modal .dialog_bg i:nth-child(1) {
  position: absolute;
  opacity: 0.2;
  font-size: 24px;
  left: -20px;
  top: 35px;
  transform: rotate(-20deg);
}
.modal .dialog_bg i:nth-child(2) {
  font-size: 28px;
  margin: 0 auto 15px;
}
.modal .dialog_bg i:nth-child(3) {
  position: absolute;
  opacity: 0.2;
  font-size: 24px;
  right: -20px;
  top: 45px;
  transform: rotate(20deg);
}
.modal .match .modal-icon {
  background-color: transparent;
}
.modal .match .img {
  border-radius: 50%;
  overflow: hidden;
}
.modal .match .img img {
  width: 100%;
  height: auto;
}
.modal .btn {
  border: none;
  line-height: 30px;
}
.modal .btn:focus,
.modal .btn:active {
  border: none;
  outline: none;
  box-shadow: none;
}
.sidebar .modal-item {
  color: #a7a7a7;
  overflow: auto;
  line-height: 1;
  text-align: left;
  border-radius: 0;
  left: auto;
  bottom: 0 !important;
  max-width: 420px;
  height: 100vh;
  padding: 15px 30px 30px;
}
.sidebar .modal-item p {
  font-size: 16px;
  margin-bottom: 1em;
}
.sidebar .modal-item h2 {
  font-size: 14px;
  margin-bottom: 0;
}
.sidebar .modal-item ol,
.sidebar .modal-item ul {
  font-size: 16px;
}
.popup {
  max-height: 500px;
  overflow: auto;
}
.popup .ArticleHeader {
  display: none;
}
.popup p {
  font-size: 10px;
  color: #a3a3a3;
}
.popup h2 {
  font-size: 14px;
  color: #a3a3a3;
}
.popup ol,
.popup ul {
  font-size: 10px;
  color: #a3a3a3;
}
@media (max-width: 420px) {
  .modal-item {
    margin: 0 40px;
  }
}

body.modal-open {
  padding-right: 0 !important;
}
.modal {
  padding-right: 0 !important;
}
#logginModal .modal-dialog {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#logginModal .modal-content {
  font-size: 13px;
  border: 0;
  overflow: hidden;
  border-radius: 3px;
  background: none;
}
#logginModal .modal-header {
  padding: 10px;
}
#logginModal .modal-header .modal-title {
  font-size: 14px;
  color: #777777;
  text-transform: uppercase;
  font-weight: bold;
  margin: auto;
}
#logginModal .modal-body {
  overflow: hidden;
  background-color: #ffffff;
}
#logginModal .modal-body p {
  font-size: 12px;
  margin: 0 -1px 10px;
  text-align: center;
}
#logginModal .modal-body .forgot-password {
  font-size: 11px;
  transition: opacity 0.3s;
}
#logginModal .modal-body .forgot-password:hover {
  opacity: 0.7;
}
#logginModal .modal-body .form-group {
  position: relative;
}
#logginModal .modal-body span.help-inline {
  color: red;
  position: absolute;
  font-size: 10px;
  left: 8px;
  bottom: -13px;
}
#logginModal .modal-body .error-forms {
  display: none;
  color: red;
  font-size: 10px;
  padding: 5px;
  border: 1px solid rgba(255, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 15px;
}
#logginModal .form-control {
  border-radius: 3px;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0 5px;
  font-size: 12px;
  height: 22px;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#logginModal .form-control::placeholder {
  font-size: 12px;
}
#logginModal .DGValidator label.error {
  text-align: left !important;
  color: red !important;
  padding-left: 5px !important;
  left: 0 !important;
  right: 0 !important;
  white-space: nowrap !important;
}
#logginModal .new-style-btn {
  font-family: 'FontAwesome', "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: right;
  border-radius: 3px;
  padding: 2px 12px;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 1px #0000004d;
  border: 1px solid #fe6be3;
  cursor: pointer;
  background: #fe6be3;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#f9f9f9', GradientType=0);
  transition: opacity 0.3s;
}
#logginModal .new-style-btn .dot {
  color: inherit !important;
  position: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}
#logginModal a {
  color: #777;
  text-decoration: none;
  user-select: none;
}
#logginModal .modal-close {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  background-color: transparent;
  border: 0;
  color: #FFFFFF;
  position: absolute;
  right: 5px;
  top: 5px;
}

.modal .modal-item.registration-modal {
  max-width: 300px !important;
}
.registration-modal .registration-header .registration-window-close i {
  position: absolute;
  top: 10px;
  right: 10px;
  filter: invert(50%);
  cursor: pointer;
}
.registration-modal .registration-header .modal-logo {
  margin-bottom: 15px;
}
.registration-modal .registration-form-wrapper #register-form .google-reg-button__wrapper {
  position: relative;
}
.registration-modal .registration-form-wrapper #register-form .google-reg-button__wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 10;
  cursor: pointer;
}
.registration-modal .registration-form-wrapper #register-form .google-reg-button__wrapper.no-after::after {
  content: none;
}
.registration-modal .registration-form-wrapper #register-form .error {
  user-select: none;
  white-space: nowrap;
}
.registration-modal .registration-form-wrapper #register-form .display-none {
  display: none;
}
.registration-modal .registration-form-wrapper #register-form #GoogleAuthRegButton {
  height: 44px;
}
.registration-modal .registration-form-wrapper #register-form #GoogleAuthRegButton iframe {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.registration-modal .registration-form-wrapper #register-form .auth-g {
  width: 100%;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  height: 41px;
  text-align: center;
  position: relative;
  display: block;
  font-size: 14px;
  transition: 0.4s opacity;
}
.registration-modal .registration-form-wrapper #register-form .auth-g .auth-g-inner {
  height: 40px;
  line-height: 38px;
}
.registration-modal .registration-form-wrapper #register-form .auth-g .auth-g-inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: auto;
  margin-right: 20px;
}
.registration-modal .registration-form-wrapper #register-form .auth-g:hover {
  cursor: pointer;
  opacity: 0.7;
}
.registration-modal .registration-form-wrapper #register-form h3 {
  margin-bottom: 7px;
}
.registration-modal .registration-form-wrapper #register-form .modal-text {
  margin-bottom: 15px;
}
.registration-modal .registration-form-wrapper #register-form .step-2,
.registration-modal .registration-form-wrapper #register-form .step-3,
.registration-modal .registration-form-wrapper #register-form .step-4,
.registration-modal .registration-form-wrapper #register-form .step-5 {
  opacity: 0;
}
.registration-modal .registration-form-wrapper #register-form .step-6 {
  position: relative;
}
.registration-modal .registration-form-wrapper #register-form .step-6 .loading {
  left: 0;
  right: 0;
  bottom: -15px;
}
.registration-modal .registration-form-wrapper #register-form .disclaimer {
  width: 100%;
}
.registration-modal .registration-form-wrapper #register-form .disclaimer .disclaimer-text {
  height: 148px;
  overflow: auto;
  text-align: left;
  font-size: 12px;
  line-height: 1;
  padding: 10px 6px;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  color: #a3a3a3;
}
.registration-modal .registration-form-wrapper #register-form .disclaimer .disclaimer-text a {
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
  transition: 0.4s opacity;
  user-select: none !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
}
.registration-modal .registration-form-wrapper #register-form .disclaimer .disclaimer-text a:hover {
  cursor: pointer;
  opacity: 0.7;
}
.registration-modal .registration-form-wrapper #register-form .disclaimer .disclaimer-text ol,
.registration-modal .registration-form-wrapper #register-form .disclaimer .disclaimer-text ul {
  padding-left: 1rem;
}
.registration-modal .registration-form-wrapper #register-form .disclaimer .disclaimer-text b {
  transition: 0.4s opacity;
}
.registration-modal .registration-form-wrapper #register-form .disclaimer .disclaimer-text b:hover {
  cursor: pointer;
  opacity: 0.7;
}
.registration-modal .registration-form-wrapper #register-form .disclaimer .disclaimer-text::-webkit-scrollbar {
  width: 5px;
}
.registration-modal .registration-form-wrapper #register-form .disclaimer .disclaimer-text::-webkit-scrollbar-track {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 20px;
  background-color: transparent;
}
.registration-modal .registration-form-wrapper #register-form .disclaimer .disclaimer-text::-webkit-scrollbar-thumb {
  background-color: #d0d0d0;
  border: 1px solid transparent;
  border-radius: 5px;
}
.registration-modal .registration-form-wrapper #register-form .step-footer-text {
  user-select: none;
  color: #a3a3a3;
  font-size: 12px;
  line-height: 1.2;
}
.registration-modal .registration-form-wrapper #register-form .step-footer-text .login {
  text-decoration: underline;
  transition: 0.4s opacity;
}
.registration-modal .registration-form-wrapper #register-form .step-footer-text .login:hover {
  cursor: pointer;
  opacity: 0.7;
}
.registration-modal .registration-form-wrapper .custom-input-base {
  margin-bottom: 0;
}
.registration-modal .registration-form-wrapper .custom-input-base.showed .right-img {
  filter: contrast(0);
}
.registration-modal .registration-form-wrapper .custom-input-base .title {
  left: 50px;
}
.registration-modal .registration-form-wrapper .button-gender-group {
  margin-bottom: 25px;
  display: flex;
  gap: 20px;
}
.registration-modal .registration-form-wrapper .button-gender-group .button-gender {
  position: relative;
  user-select: none;
  width: 45%;
  color: black;
  border: 1px solid #f1f1f1;
  background: #fff;
  height: 41px;
  font-weight: 500;
  border-radius: 20px;
  transition: background-color 0.4s, color 0.4s, opacity 0.4s;
}
.registration-modal .registration-form-wrapper .button-gender-group .button-gender .gender-icons {
  display: inline-block;
  width: 20px;
  position: relative;
}
.registration-modal .registration-form-wrapper .button-gender-group .button-gender .gender-icons i {
  transition: opacity 0.4s;
  position: absolute;
  top: -15px;
  left: 0;
  font-size: 20px;
}
.registration-modal .registration-form-wrapper .button-gender-group .active {
  background-color: #252525;
  color: white;
  border: none;
}
.registration-modal .registration-form-wrapper .button-gender-group .active-i {
  opacity: 1;
}
.registration-modal .registration-form-wrapper .submit {
  margin-top: 25px;
  margin-bottom: 0;
}
.registration-modal .registration-form-wrapper .submit .cbx {
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: center;
  line-height: 1;
  text-shadow: #000 1px 1px 0;
}
.registration-modal .registration-form-wrapper .submit .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.registration-modal .registration-form-wrapper .submit .cbx span:first-child {
  position: relative;
  width: 13px;
  height: 13px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #333;
  transition: all 0.2s ease;
  background: #fff;
  margin-right: 5px;
  border-radius: 1px;
}
.registration-modal .registration-form-wrapper .submit .cbx span:first-child svg {
  position: absolute;
  top: 2px;
  left: 1px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 13px;
  stroke-dashoffset: 13px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.registration-modal .registration-form-wrapper .submit .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.registration-modal .registration-form-wrapper .submit .cbx span:last-child {
  top: -2px;
  padding-left: 8px;
}
.registration-modal .registration-form-wrapper .submit .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
  stroke: #333;
}
.registration-modal .registration-form-wrapper .btn-dark.btn-step,
.registration-modal .registration-form-wrapper .btn-dark.submit,
.registration-modal .registration-form-wrapper .agree-btn {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
}
.registration-modal .registration-form-wrapper .btn-reg {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 25px;
  background-color: #2a2a2a;
  color: white;
  height: 41px;
  font-weight: 400;
  border-radius: 20px;
}
.registration-modal .registration-form-wrapper .btn-reg .btn-reg-text {
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.registration-modal .registration-form-wrapper .btn-reg.inactive {
  background-color: #fff;
  border: 1px solid #f1f1f1 !important;
  color: #2a2a2a;
}
.registration-modal .registration-form-wrapper .btn-reg i {
  margin: 0 5px;
  font-size: 20px;
}
[lang="nl"] .registration-modal .registration-form-wrapper #register-form .error {
  left: 10px;
}
[lang="de"] .registration-modal .registration-form-wrapper #register-form .error {
  left: -13px !important;
}
[lang="fr"] .registration-modal .registration-form-wrapper #register-form .error {
  left: -5px;
}
@media (max-width: 340px) {
  .button-gender-group button.button-gender {
    padding: 0;
  }
}
@media (max-width: 320px) {
  .auth-g-inner {
    padding-left: 15px;
  }
  .btn-reg {
    padding-left: 25px;
  }
}



.custom-input-base {
  position: relative;
  margin-bottom: 15px;
  border-radius: 50px;
}
.custom-input-base .label {
  overflow: hidden;
  height: 100%;
  width: 50px;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}
.custom-input-base .title {
  position: absolute;
  font-size: 10px;
  color: #d4d4d4;
  left: 20px;
  top: -8px;
  padding: 0 10px;
  opacity: 0;
  transition: opacity 0.2s;
}
.custom-input-base .title span {
  position: relative;
  -webkit-user-select: none;
}
.custom-input-base .title:before {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  background-color: #ffffff;
}
.custom-input-base input {
  width: 100%;
  height: 41px;
  font-size: 14px;
  color: #a3a3a3;
  padding: 0 15px 0 60px;
  border: 1px solid #f5f5f5;
  border-radius: 50px;
}
.custom-input-base input::placeholder {
  color: #e2e2e2;
  transition: color 0.2s;
}
.custom-input-base input::-webkit-input-placeholder {
  color: #e2e2e2;
  transition: color 0.2s;
}
.custom-input-base input:active,
.custom-input-base input:focus {
  outline: none;
  box-shadow: none;
}
.custom-input-base input:active::placeholder,
.custom-input-base input:focus::placeholder {
  color: transparent;
}
.custom-input-base input:active + .title,
.custom-input-base input:focus + .title {
  opacity: 1;
}
.custom-input-base input:not(:placeholder-shown) + .title {
  opacity: 1;
}
.custom-input-base .icon {
  position: absolute;
  height: 100px;
  width: 100px;
  background-color: #333;
  border-radius: 50%;
  top: -30px;
  left: -50px;
  display: flex;
  justify-content: end;
  align-items: center;
}
.custom-input-base .icon i {
  margin-right: 14px;
  font-size: 20px;
  color: #ffffff;
}
.custom-input-base i.right-i {
  position: absolute;
  top: 14px;
  right: 18px;
  width: 15px;
  display: none;
}
.custom-input_inputGroup {
  position: relative;
  width: 100%;
  font-size: 14px;
  margin-bottom: 16px;
}
.custom-input_inputGroup .name {
  font-size: 12px;
  position: absolute;
  top: -7px;
  left: 50px;
  padding: 0 5px;
  opacity: 0;
  transition: opacity 0.2s;
}
.custom-input_inputGroup .name::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  left: 0;
  background-color: #ffffff;
  bottom: 33%;
  z-index: 100;
}
.custom-input_inputGroup .name span {
  position: relative;
  z-index: 999;
  color: #c1c1c1;
  font-size: 10px;
}
.custom-input_inputGroup .input-inner {
  width: 100%;
  position: relative;
  border: 1px solid #f3f3f3;
  border-radius: 16px;
  line-height: 1;
  font-size: 14px;
}
.custom-input_inputGroup .input-inner .label {
  overflow: hidden;
  height: 100%;
  width: 50px;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
.custom-input_inputGroup .input-inner .icon {
  position: absolute;
  height: 100px;
  width: 100px;
  background-color: #333;
  border-radius: 50%;
  top: -30px;
  left: -50px;
  display: flex;
  justify-content: end;
  align-items: center;
  color: #fff;
}
.custom-input_inputGroup .input-inner .icon i {
  font-size: 20px;
  margin-right: 15px;
}
.custom-input_inputGroup .input-inner input {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  padding: 10px 10px 10px 60px;
}
.custom-input_inputGroup .input-inner input::placeholder {
  transition: color 0.2s;
}
.custom-input_inputGroup .input-inner input:active::placeholder,
.custom-input_inputGroup .input-inner input:focus::placeholder {
  color: transparent;
}
.custom-input_inputGroup .input-inner input:active + .name,
.custom-input_inputGroup .input-inner input:focus + .name {
  opacity: 1;
}
.custom-input_inputGroup .input-inner input:not(:placeholder-shown) + .name {
  opacity: 1;
}
.invert-img .icon img {
  filter: invert(1);
}

h1 {
  font-size: 24px;
  color: #252525;
  font-weight: 700;
}
body {
  position: relative;
  overflow: hidden;
}
.btn,
button {
  border-radius: 15px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
  padding: 0 15px;
  height: 30px;
  transition: opacity 0.4s;
  position: relative;
  overflow: hidden;
  line-height: 2;
}
.btn-border {
  border: 1px solid rgba(35, 35, 35, 0.7);
}
h3 {
  color: #252525;
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 0;
}
.background-stripes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.background-stripes::before,
.background-stripes::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 5px;
  left: 50%;
  margin-left: -100%;
  rotate: 5deg;
}
.background-stripes::before {
  height: 500px;
  top: -170px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  backface-visibility: hidden;
}
.background-stripes::after {
  top: 1034px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.03));
}
.modal-bg-stripes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.modal-bg-stripes::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 150px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  top: -25px;
  left: 50%;
  margin-left: -100%;
  rotate: 5deg;
}
@media (max-width: 335px) {
  h3 {
    font-size: 17px;
  }
}
.modal-extra-header {
  background: #000;
  color: #fff;
  position: absolute;
  max-width: 300px;
  min-width: 300px;
  padding: 10px;
  top: 150px;
  font-size: 10px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.modal-extra-header .modal-extra-inner {
  display: flex;
  align-items: center;
  position: relative;
  left: 0;
  transition: opacity 0.5s, left 0.5s;
}
.modal-extra-header .modal-extra-inner .modal-extra-header-photo {
  border-radius: 15px;
  width: 30px;
  height: 30px;
  background: #fff;
  overflow: hidden;
  margin-right: 10px;
}
.modal-extra-header .modal-extra-inner .modal-extra-header-photo img {
  width: 100%;
  height: auto;
}
.modal-extra-header .modal-extra-inner .modal-extra-header-info-1 .profile-name {
  font-weight: bold;
}
.modal-extra-header .modal-extra-inner .modal-extra-header-btn {
  position: absolute;
  right: 10px;
}
.modal .modal-top {
  top: 205px;
  border-radius: 0 0 15px 15px;
}
.header {
  padding: 20px 0 10px;
}
.header .container-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 970px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.header .container-inner .btn {
  line-height: 1;
}
.header .header__left-part {
  display: flex;
  align-items: center;
}
.header .header__left-part .logo {
  user-select: none;
}
.header .header__left-part .list {
  display: flex;
  gap: 30px;
}
.header .header__right-part {
  display: flex;
  align-items: center;
}
.header .header__right-part .location {
  margin-right: 25px;
  cursor: pointer;
  transition: opacity 0.4s;
  font-size: 20px;
}
.header .header__right-part .location:hover {
  opacity: 0.7;
}
.header .header__right-part .btn:first-of-type {
  margin-right: 15px;
}
.header .bars {
  display: none;
}
.registration-header {
  position: relative;
}
.registration-header h2 {
  font-size: 18px;
  margin: 0 -5px 15px;
  font-weight: bold;
  line-height: 1;
}
.registration-header .info {
  font-size: 10px;
  margin: 0 20px 30px;
  font-style: italic;
}
.registration-header .info span {
  font-weight: bold;
  font-style: normal;
}
.registration-header .info-2 {
  font-size: 12px;
  margin-bottom: 10px;
}
.registration-header h2 span {
  animation-name: example;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes example {
  0% {
    color: var(--common-secondary-color);
  }
  50% {
    color: var(--common-primary-color);
  }
  75% {
    color: var(--common-secondary-color);
  }
  100% {
    color: var(--common-secondary-color);
  }
}
.registration-form-wrapper {
  position: relative;
  border-radius: 15px;
  border: 1px solid #f1f1f1;
  padding: 15px;
  margin-bottom: 10px;
}
.registration-form-wrapper .custom-text {
  font-size: 12px;
  color: #a3a3a3;
}
.modal {
  overflow-y: auto;
}
.modal .modal-item .registration-form-wrapper h3 {
  font-size: 14px;
  margin-bottom: 5px;
}
.form-footer {
  font-size: 10px;
  color: #a3a3a3;
}
.country-error-reg {
  bottom: 10px;
}
.profiles {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.profiles .column:nth-child(odd) .profile:nth-child(odd) {
  aspect-ratio: 190 / 280;
}
.profiles .column:nth-child(odd) .profile:nth-child(even) {
  aspect-ratio: 190 / 220;
}
.profiles .column:nth-child(even) .profile:nth-child(odd) {
  aspect-ratio: 190 / 220;
}
.profiles .column:nth-child(even) .profile:nth-child(even) {
  aspect-ratio: 190 / 280;
}
.profiles .column .blur-0 {
  filter: blur(0);
}
.profiles .column .blur-1 {
  filter: blur(2.5px);
}
.profiles .column .blur-2 {
  filter: blur(3.5px);
}
.profiles .column .blur-3 {
  filter: blur(6px);
}
.profiles .profile {
  position: relative;
  margin-bottom: 10px;
  border-radius: 15px;
  overflow: hidden;
  background: #f0f0f0;
}
.profiles .profile img {
  opacity: 0;
  transition: opacity 1s;
  width: 190px;
}
.profiles .profile .profile-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding-bottom: 15px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  opacity: 0;
  transition: opacity 1s;
}
.profiles .profile .img-count {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  font-size: 12px;
  opacity: 0;
  transition: opacity 1s;
}
.profiles .profile .profile-info-1 {
  height: 15px;
}
.profiles .profile .profile-info-2 {
  height: 15px;
}
.profiles .profile .profile-name {
  font-size: 14px;
  font-weight: bold;
}
.profiles .profile .profile-age {
  font-size: 14px;
}
.profiles .profile .profile-distance {
  filter: blur(1.5px);
  font-size: 10px;
}
.profiles .profile .profile-km {
  font-size: 10px;
}
.profiles .profile.loaded img {
  opacity: 1;
}
.profiles .profile.loaded .profile-info {
  opacity: 1;
}
.profiles .profile.loaded .img-count {
  opacity: 1;
}
.mobile-menu,
.mobile-lang-menu {
  display: none;
}
@media (max-width: 500px) {
  .header .container {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .header .header__left-part .logo {
    margin: 0;
  }
  .header .header__right-part .btn,
  .header .header__right-part .btn:first-of-type {
    display: none;
    margin-left: 0px;
    margin-right: 0px;
    margin: 0 0 20px;
  }
  .header .location img {
    position: relative;
    top: 5px;
  }
  .header .bars {
    display: block;
    cursor: pointer;
    transition: opacity 0.4s;
  }
  .header .bars:hover {
    opacity: 0.7;
  }
  .header .bars img {
    width: 20px;
    height: auto;
    position: relative;
    top: 5px;
  }
  .mobile-menu {
    width: 100%;
    background: #fff;
    z-index: 9999;
  }
  .mobile-menu .mobile-menu-inner {
    text-align: center;
  }
  .mobile-menu .mobile-menu-inner:after {
    content: '';
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, #fff 3%, #f5f5f5 20% 70%, #fff 97%);
    display: block;
    margin-top: 10px;
  }
  .mobile-menu .mobile-menu-inner:before {
    content: '';
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, #fff 3%, #f5f5f5 20% 70%, #fff 97%);
    display: block;
    margin-bottom: 10px;
  }
  .mobile-menu .mobile-menu-inner button {
    width: 120px;
    margin: 0 7px;
  }
  .mobile-menu.active {
    display: block;
    opacity: 1;
  }
  .mobile-menu.disc .mobile-menu-inner {
    border-bottom: none;
  }
  .mobile-menu.disc .mobile-menu-inner:after {
    display: none;
  }
}
.promo-block {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  padding: 100px 0;
}
.promo-block .promo-text {
  color: #a3a3a3;
  line-height: 1.2;
  font-size: 14px;
  width: 100%;
  margin-bottom: 30px;
}
.bottom-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-button i {
  font-size: 10px;
}
.bottom-button i {
  animation: arrow-glow 1.5s infinite ease-in-out;
  color: #fff;
  filter: brightness(1);
}
.bottom-button i {
  opacity: 1;
  animation: arrow-opacity 1.5s infinite ease-in-out;
}
.bottom-button i:nth-child(1) {
  margin-left: 7px;
}
.bottom-button i:nth-child(2) {
  animation-delay: 0s;
}
.bottom-button i:nth-child(3) {
  animation-delay: 0.2s;
}
.bottom-button i:nth-child(4) {
  animation-delay: 0.4s;
}
@keyframes arrow-opacity {
  0%,
  100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}
.footer {
  text-align: center;
  background: #f1f1f1;
  padding: 50px 0;
}
.footer .footer-disclaimer {
  font-size: 10px;
  margin-bottom: 20px;
}
.footer .footer-copyright {
  font-size: 11px;
  font-weight: bold;
}
@media (max-width: 1020px) {
  .profiles .column.column-5 {
    display: none;
  }
}
@media (max-width: 820px) {
  .profiles .column.column-4 {
    display: none;
  }
}
@media (max-width: 620px) {
  .profiles .column.column-3 {
    display: none;
  }
  .modal-extra-header {
    top: 100px;
  }
  .modal .modal-top {
    top: 155px;
  }
}
@media (max-width: 420px) {
  .profiles .profile img {
    width: 100%;
  }
  .bottom-button-text {
    white-space: nowrap;
    max-width: 320px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.DGValidator label.error {
  font-size: 10px;
  color: red;
  position: absolute;
  left: 20px;
  top: 100%;
  font-weight: 100;
}
.DGValidator label.loading {
  top: 100%;
}
.modal .btn:active,
.modal .btn:focus {
  border: none;
  outline: 0 !important;
  box-shadow: none !important;
}

