/* ===================== BOOTSTRAP RESET (мінімум) ===================== */
*,
::after,
::before {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
    overflow-y: scroll;
}

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background: transparent !important;
    padding-right: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1 { font-size: 30px; color: #9539c6; }
h2 { font-size: 20px; color: #9539c6; }
h3 { font-size: 16px; color: #9539c6; }
h5 { color: #9539c6; }

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
}

svg { overflow: hidden; vertical-align: middle; }

ol, ul { margin-top: 0; margin-bottom: 1rem; }

button { border-radius: 0; }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input { overflow: visible; }
button, select { text-transform: none; }

[hidden] { display: none !important; }

/* ===================== SWIPER ===================== */
.swiper-wrapper { display: flex; }
.swiper-slide { flex-shrink: 0; width: 100%; }

/* ===================== CUSTOM SITE STYLES ===================== */
.pink-text { color: #9539c6 !important; }

/* ===================== BASE RESET ===================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html {
    scroll-behavior: smooth;
    min-height: 100%;
}

html *, html :after, html :before {
    box-sizing: border-box;
}

body {
    display: flex;
    flex-direction: column;
    line-height: 26px;
    width: 100%;
    min-height: 100%;
}

ol, ul { list-style: none; }
button, input, select { outline: none; }
select option { color: #000; }
img, video { width: 100%; }
video { object-fit: cover; }

/* ===================== HEADER ===================== */
.header {
    position: relative;
    z-index: 2;
    background-color: #151515;
    font-family: Tahoma, sans-serif;
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    height: 48px;
    padding: 0 24px;
    width: 100%;
    margin: 0 auto;
}

.header__logo {
    max-width: 136px;
    max-height: 24px;
}

.header-signin {
    display: flex;
    align-items: center;
}

.header-signin__text {
    margin-right: 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.header-signin__btn {
    width: 88px;
    height: 32px;
    padding: 4px 16px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: transparent;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s linear;
    text-decoration: none;
}

.header-signin__btn:hover { opacity: 0.85; }

@media only screen and (max-width: 540px) {
    .header__inner { padding: 0 16px; }
    .header-signin__text { display: none; }
    body { line-height: 24px; }
}

/* ===================== FOOTER ===================== */
.footer {
    display: flex;
    justify-content: center;
    z-index: 2;
    margin-top: 80px;
    background-color: #211f1f;
}

.footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 220px;
    height: 48px;
    width: 100%;
    padding: 0 16px;
}

.footer__link {
    color: #fff;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
}

@media only screen and (max-width: 540px) {
    .footer__link { font-size: 13px; line-height: 14px; }
}

/* ===================== REG FORM ===================== */
.reg-form {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: inherit;
    min-height: calc(100vh - 48px);
}

.error {
    max-width: 300px;
    margin: 4px auto 0;
    text-align: center;
    color: red;
    font-size: 13px;
}

.step {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    margin: 40px 10px 20px;
    padding: 0;
    background: #fff;
}

.step__header {
    padding: 15px 0;
    text-align: center;
    background: linear-gradient(93deg, #9539c6 -0.21%, #2e073f 97.97%);
}

.step__title {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 0;
    font-weight: 600;
    padding-right: 15px;
    padding-left: 15px;
}

.step__body {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
}

.step__item { width: 100%; }

.step__message {
    display: flex;
    margin: 0;
    text-align: left;
    font-size: 22px;
}

.step__message_main {
    display: inherit;
    text-align: center;
    font-size: 22px;
}

.step__attention {
    margin-right: 0;
    color: #9539c6;
    font-weight: 500;
}

.step__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 354px;
    height: 201px;
    margin: 16px auto 24px;
}

.step__btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.step__btn a {
    margin: 0 auto 15px !important;
    width: 100%;
    text-decoration: none;
}

/* ===================== BUTTONS ===================== */
.btn, .radio-btn__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 385px;
    min-height: 65px;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff !important;
    border: none;
    border-radius: 4px;
    background: #ffe500 linear-gradient(180deg, #ffe500 0, #febc00);
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
}

.radio-btn__item { min-height: 49px; }

.radio-btn__item.yes {
    order: 1;
    border-radius: 4px 0 0 4px;
    background: linear-gradient(93deg, #9539c6 -0.21%, #2e073f 97.97%);
}

.radio-btn__item.yes:active,
.radio-btn__item.yes:focus,
.radio-btn__item.yes:hover {
    background: linear-gradient(93deg, #9539c6 -0.21%, #2e073f 97.97%);
}

.radio-btn__item.skip {
    order: 2;
    margin-right: 0;
    border-radius: 0 4px 4px 0;
    background: #e92ea1;
}

.radio-btn__item.skip:active,
.radio-btn__item.skip:focus,
.radio-btn__item.skip:hover {
    background: #e92ea1;
}

/* ===================== SWIPER IMG ===================== */
.step__img.swiper {
    overflow: hidden;
    border-radius: 8px;
}

.step__img .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===================== COOKIE POPUP ===================== */
.cookie-popup {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 4px 8px;
    background: hsla(0, 0%, 100%, 0.9);
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
    font-family: Helvetica, sans-serif;
}

.cookie-popup__text {
    margin-right: 12px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
}

.cookie-popup__link {
    text-decoration: underline;
    color: inherit;
}

.cookie-popup__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    height: 40px;
    padding: 0 8px;
    cursor: pointer;
    color: #fff;
    border: none;
    border-radius: 8px;
    background-color: #1d1d1d;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
}

/* ===================== BACKGROUND ===================== */
.background {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url(../img/img.webp) !important;
    background-size: cover;
    background-position: center;
}

/* ===================== PROFILES BACKGROUND BLOCK ===================== */
#__nuxt { position: relative; }

.styles_page_background__Tki9K {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    padding: 0 16px;
    z-index: -1;
    height: 100%;
}

.styles_page_background__Tki9K:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(61, 61, 61, 0.3);
    z-index: 2;
    backdrop-filter: blur(2px);
}

@media screen and (min-width: 1900px) {
    .styles_page_background__Tki9K {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        width: 1900px;
    }
}

@media screen and (max-width: 400px) {
    .styles_page_background__Tki9K { padding: 0 13px; }
}

/* Анімації скролу */
@keyframes scroll {
    0% { transform: translateY(0); }
    100% { transform: translateY(-1548px); }
}
@keyframes scrollMaxScreen {
    0% { transform: translateY(0); }
    100% { transform: translateY(-1998px); }
}
@keyframes scrollTablet {
    0% { transform: translateY(0); }
    100% { transform: translateY(-2064px); }
}
@keyframes scrollTabletMini {
    0% { transform: translateY(0); }
    100% { transform: translateY(-1352px); }
}
@keyframes scrollMobile {
    0% { transform: translateY(0); }
    100% { transform: translateY(-1608px); }
}

.styles_profiles_list__LPb4L {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
    animation: scroll 15s linear infinite;
    position: relative;
}

@media screen and (min-width: 1600px) {
    .styles_profiles_list__LPb4L { animation: scrollMaxScreen 15s linear infinite; }
}

@media screen and (max-width: 1040px) {
    .styles_profiles_list__LPb4L {
        grid-template-columns: repeat(3, 1fr);
        animation: scrollTablet 15s linear infinite;
    }
}

@media screen and (max-width: 768px) {
    .styles_profiles_list__LPb4L {
        gap: 8px;
        animation: scrollTabletMini 15s linear infinite;
    }
}

@media screen and (max-width: 600px) {
    .styles_profiles_list__LPb4L {
        grid-template-columns: repeat(2, 1fr);
        animation: scrollMobile 15s linear infinite;
    }
}

.styles_profile_item__s812R {
    border: 4px solid #fff;
    border-radius: 10px;
    width: 100%;
    min-height: 500px;
    box-shadow: 3px 3px 5px 0 rgba(197, 196, 208, 0.64);
}

@media screen and (min-width: 1600px) {
    .styles_profile_item__s812R { min-height: 650px; }
}

@media screen and (max-width: 768px) {
    .styles_profile_item__s812R { min-height: 330px; }
}

@media screen and (max-width: 600px) {
    .styles_profile_item__s812R { min-height: 260px; }
}

.styles_profile_item__s812R .styles_member_profile__mC_lg { font-size: 24px; }

@media screen and (min-width: 1600px) {
    .styles_profile_item__s812R .styles_member_profile__mC_lg { font-size: 34px; }
}

@media screen and (max-width: 768px) {
    .styles_profile_item__s812R .styles_member_profile__mC_lg { font-size: 17px; }
}

@media screen and (max-width: 600px) {
    .styles_profile_item__s812R .styles_member_profile__mC_lg { font-size: 12px; }
}

.styles_member_profile__mC_lg {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 14px;
    border-radius: 5px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .styles_member_profile__mC_lg {
        font-size: 12px;
        border-radius: 3px;
    }
}

.styles_member_profile_online_status__hVaP_ {
    width: 50%;
    left: 0;
    background: linear-gradient(90deg, #1c9d53, rgba(28, 157, 83, 0.7));
    border-radius: 0 3px 3px 0;
    font-weight: 600;
    color: #fff;
}

.styles_member_profile_online_status__hVaP_,
.styles_member_profile_all_photos__uR_vm {
    height: 7%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 2%;
    font-size: 60%;
}

.styles_member_profile_all_photos__uR_vm {
    width: 35%;
    gap: 5%;
    right: 2%;
    font-weight: 500;
    border-radius: 3px;
    color: #00317b;
    background: hsla(0, 0%, 100%, 0.698);
}

.styles_member_profile_bottom__eErGy {
    position: absolute;
    bottom: 3px;
    left: 2px;
    right: 2px;
    height: 18%;
    display: flex;
    flex-direction: column;
    gap: 5%;
}

.styles_member_profile_bottom__eErGy:before {
    content: "";
    height: 150%;
    position: absolute;
    bottom: -3px;
    left: -2px;
    right: -2px;
    background: linear-gradient(0deg, #eff5fe, transparent);
    border-radius: 0 0 8px 8px;
    pointer-events: none;
    transition: 0.3s;
}

@media screen and (max-width: 768px) {
    .styles_member_profile_bottom__eErGy:before { border-radius: 0 0 3px 3px; }
}

.styles_member_profile_name__AoKVV {
    color: #333;
    text-align: center;
    text-shadow: 0 0.594px 0.594px hsla(0, 0%, 100%, 0.32);
    font-size: 100%;
    font-weight: 600;
    position: relative;
    z-index: 3;
}

.styles_member_profile_buttons__TxsHs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px 3px;
    position: relative;
    z-index: 4;
    gap: 3px;
    height: 60%;
}

@media screen and (max-width: 599px) {
    .styles_member_profile_buttons__TxsHs { padding: 0 0 2px; }
}

.styles_member_profile_btn__AW1Nz {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    gap: 2px;
    font-size: 60%;
    font-weight: 600;
    border-radius: 4px;
    border: 1px solid;
}

.styles_member_profile_btn__AW1Nz span { color: #fff; }
.styles_member_profile_btn__AW1Nz svg { fill: #fff; width: 25%; height: 45%; }

.styles_member_profile_chat_btn__GA_bj.styles_euro-talks__HVuOO {
    background: linear-gradient(93deg, #9539c6 -0.21%, #2e073f 97.97%);
    border-color: transparent;
}

.styles_member_profile_like_btn__vyXdR {
    background: #fff;
    border-color: #446077;
}

.styles_member_profile_like_btn__vyXdR span { color: #446077; }
.styles_member_profile_like_btn__vyXdR svg { fill: #446077; }

/* ===================== RESPONSIVE ===================== */
@media only screen and (max-width: 540px) {
    .reg-form {
        align-items: flex-start;
        min-height: calc(100vh - 80px);
        padding: 15px 8px 30px;
    }

    .error {
        max-width: 100%;
        font-size: 13px;
        line-height: 15px;
    }

    .step { margin: 5vh 0 0; }

    .step:first-of-type {
        align-self: center;
        margin: auto 15px;
    }

    .step__body { padding: 15px; }
    .step__header { padding: 15px 0; }

    .step__title {
        font-size: 20px;
        line-height: 24px;
    }

    .step__img {
        max-width: 350px;
        height: 100%;
        max-height: 201px;
        margin-top: 0;
    }

    .step__message {
        text-align: left;
        font-size: 18px;
    }

    .btn, .radio-btn__item {
        max-width: 100%;
        height: 58px;
        font-size: 24px;
        line-height: normal;
    }

    /* .radio-btn__item { height: 56px; font-size: 30px; } */

    .step__btn { margin-top: 0; padding-top: 10px; }

    .cookie-popup__text {
        margin-right: 4px;
        font-size: 12px;
        line-height: 13px;
    }
}

@media only screen and (max-width: 374px) {
    .step__img { max-height: 45vw; }
    body { line-height: 22px; }
}

@media (orientation: landscape) and (max-width: 900px) {
    .step { margin-top: 56px; margin-bottom: 32px; }
    body { position: relative; }
}

@supports (-webkit-touch-callout: none) {
    .template {
        display: flex;
        flex-direction: column;
        height: 100%;
        min-height: -webkit-fill-available;
    }
    .main { flex-grow: 1; }
    .reg-form { min-height: auto; }
}


/* Базові стилі */
.styles_header__sa0_e {
    background: #f5eeed;
    height: 64px;
    padding: 0 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
}

.styles_header_button__DKscr {
    padding: 0 16px;
    background: #fff;
    border-radius: 66px;
    color: #234fa8;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    outline: 0;
    height: 40px;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    min-width: 110px;
    border: none
}
.styles_header_button__DKscr {
    position: relative;
    color: #2e073f !important;
    background: #fff;
    max-width: fit-content !important;
    min-height: initial !important;
    text-transform: initial !important;
    font-weight: 600 !important;
}
@media only screen and (max-width: 768px) {
    .styles_header_button__DKscr {
        padding:0 16px;
        font-size: 14px;
        line-height: 19px;
        min-width: 77px;
        height: 38px
    }
}

@media only screen and (max-width: 380px) {
    .styles_header_button__DKscr {
        padding:0 12px;
        font-size: 14px;
        line-height: 19px;
        min-width: 70px;
        height: 38px
    }
}

/* Медіа-запит для мобільних пристроїв та невеликих екранів */
@media screen and (max-height: 700px), screen and (max-width: 768px) {
    .styles_header__sa0_e {
        height: 56px;
        padding: 0 8px;
        gap: 5px;
    }
}

/* Перевизначення кольору фону для різних тем/партнерських сторінок */
.styles_amourmeet__c4QZ2 .styles_header__sa0_e { background: #f1f5fd; }
.styles_sofiadate__r1cJH .styles_header__sa0_e { background: #f3f5ff; }
.styles_amorpulse__VRKhl .styles_header__sa0_e { background: #e9f4f4; }
.styles_datempire__lDUg5 .styles_header__sa0_e { background: #f9f2f5; }
.styles_sakuradate__Dv6ag .styles_header__sa0_e { background: #e9f0ff; }
.styles_salmadate__Indnn .styles_header__sa0_e { background: #f3f2ff; }
.styles_loveforheart__Axn_N .styles_header__sa0_e { background: #f8efeb; }
.styles_avodate__VvTwN .styles_header__sa0_e { background: #f3f5ff; }
.styles_feelflame__Daa5N .styles_header__sa0_e { background: #f6f3ff; }

.styles_asiaflame__8nmz4 .styles_header__sa0_e,
.styles_euro-talks__HVuOO .styles_header__sa0_e { 
    background: #f5eeed; 
}

@media screen and (max-width: 400px) {
    .styles_button_back_wrap__cNXZR {
        width:30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.styles_header_logo_wrap__9_y1l {
    height: 40px;
    width: auto;
    max-height: 40px;
    max-width: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

@media screen and (max-height: 700px),screen and (max-width:768px) {
    .styles_header_logo_wrap__9_y1l {
        display:flex;
        align-items: center;
        justify-content: center;
        height: 36px;
        max-height: 36px;
        max-width: 160px
    }
}

@media screen and (max-width: 430px) {
    .styles_header_logo_wrap__9_y1l {
        position:static;
        transform: none
    }
}