/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.overlay {
    display: flex
;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(20px);
}
.heards {
    padding-bottom: 16px;
}

.yes-btn {
    background: #27ae60;
    color: white;
    border-radius: 4px;
    box-shadow: 0px 4px 10px 0px rgba(84, 94, 135, 0.4);
}

.no-btn, .yes-btn {
    font-family: "PTSans-Bold", sans-serif;
    padding: 12px 40px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}

.no-btn {
    background: #ffffff;
    color: #252525;
    border: 1px solid #2525254d;
}

.modalm .buttons {
    display: flex
;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    gap: 15px;
}

.modalm h2 {
    font-size: 30px;
    margin-bottom: 52px;
    font-family: "PTSans-Bold", sans-serif;
    font-weight: 700;
}
.modalm p {
    text-align: center;
    margin-bottom: 16px;
    max-width: 254px;
    font-style: italic;
    line-height: 1.3;
    color: rgb(37, 37, 37);
    font-size: 20px;
    font-weight: 400;
}

.overlay .modalm {
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: rgb(255, 255, 255);
    padding: 40px 60px;
    border-radius: 4px;
    text-align: center;
    max-width: 700px;
    width: 100%;
    min-height: 332px;
    margin: 0 13px;
}


.logo img {
    max-width: 297px;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

.header .button-purple {
    font-size: 28px;
    padding: 20px;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0px !important;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.modal-header .btn-close {
    padding: 10px !important;
    margin: 0px !important;
    position: absolute !important;
    right: 20px;
    z-index: 1;
    top: 20px;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: url(../img/close.png) no-repeat center !important;
    background-size: cover !important;
    border: 0;
    border-radius: 50%;
    opacity: 1 !important;
}

.modal-content .form-control {
    display: block;
    width: 100%;
    border-radius: 8px;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Alexandria', sans-serif;
    color: grey;
    font-weight: 300;
    color: #252525;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #C4C4C4;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 15px 30px;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (min-width: 576px) {
    .modal-dialog-wide {
        max-width: 720px !important;
        margin: 1.75rem auto;
    }
}

#quiz-con {
    min-height: 580px;
}

.modal-content .btn-primary {
    margin-top: 10px;
    color: #fff;
    background-color:#DF1B7D;
    border-color: #DF1B7D;
    font-size: 20px;
    font-family: 'Alexandria', sans-serif;
    padding: 12px 30px;
}

.modal-content .btn-primary:hover {
    margin-top: 10px;
    color: #fff;
    background-color: #890447;
    border-color: #890447;
    font-size: 20px;
    font-family: 'Alexandria', sans-serif;
    padding: 12px 30px;
}

#quiz-con {
    padding: 30px 30px;
}

.margin-more {
    margin-top: 30px;
    font-weight: bold !important;
    margin-bottom: 5px;
}

.margin-after {
    margin-bottom: 30px;
}

#quiz-con p {
    font-family: 'Alexandria', sans-serif;
    font-size: 24px;
}

#quiz-con h3 {
    font-size: 28px;
    font-family: 'Alexandria', sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
}

.modal-header {
    padding: 0px !important;
}

.padding-sides {
    padding: 0px 10%;
}

.login {
    font-family: 'Alexandria', sans-serif;
    color: #000;
    margin-top: 80px;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
}

.btn-close:hover {
    opacity: 0.5 !important;
}

.padding-login {
    padding-bottom: 50px;
}

.forgot {
    margin: 30px 0px;
}

.forgot a {
    font-family: 'Alexandria', sans-serif;
    color: grey;
    font-weight: 600;
}

.forgot a:hover {
    color: grey;
    opacity: 0.5;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 20px !important;
    outline: 0;
}

.modal-open .container-fluid,
.modal-open .container {
    -webkit-filter: blur(5px);
}

.margin-behaviour {
    margin-top: 60px !important;
}

.arrow-behaviour {
    position: relative;
}

.arrow-behaviour:after {
    position: absolute;
    content: '';
    position: absolute;
    background: url(../img/arrow.png);
    background-size: 100%;
    right: -125px;
    bottom: 15px;
    width: 122px;
    height: 192px;
}

.woman-slider img {
    max-width: 100%;
    display: inline-block;
    position: relative;
    margin-top: 60px;
}

.header p {
    font-size: 32px;
    font-weight: 500;
    font-family: 'Alexandria', sans-serif;
    margin-bottom: 40px;
    margin-top: 30px;
    color: #252525;
}

.header h1 {
    font-weight: bold;
    font-family: 'Alexandria', sans-serif;
    font-size: 48px;
    margin-top: 0px;
    line-height: 110%;
    color: #000;
    letter-spacing: -2px;
}

.header h5 {
    font-weight: bold;
    font-family: 'Alexandria', sans-serif;
    margin-top: 70px;
    margin-bottom: 30px;
    color: #DF1B7D;
    font-size: 32px;
}

.woman-slider {
    position: relative;
    padding-bottom: 150px;
}

.woman-slider:before {
    content: '';
    width: 500px;
    left: 50%;
    bottom: -10px;
    position: absolute;
    margin-left: -250px;
    height: 230px;
    background: url(../img/subs-pc.png) no-repeat center;
    background-size: 100%;
}

.abs-button {
    position: absolute;
    top: 30px;
    right: -50px;
}

.login-button {
    text-decoration: none;
    display: inline-block;
    padding: 6px 31px;
    border-radius: 5px;
    font-size: 16px;
    color: #DF1B7D;
    font-weight: normal;
    font-family: 'Alexandria', sans-serif;
    border: 1px solid #DF1B7D;
}

.login-button:hover {
    color: #910a4d;
    font-family: 'Alexandria', sans-serif;
    border: 1px solid #910a4d;
}

.lg-block-1 {
    width: 640px !important;
}

.lg-block-2 {
    width: 550px !important;
}

.lady-finger {
    background: #FFAEAE url(../img/lady-finger.png) no-repeat left bottom !important;
    background-size: 550px !important;
}

.lady-finger .button-purple {
    font-size: 28px !important;
    margin-top: 40px;
    margin-bottom: 30px;
    width: auto;
    padding: 20px 50px;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.cards-img {
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
}

.bottom-cta-lady {
    max-width: 100%;
}

.bottom-cta h5 {
    font-family: 'Alexandria', sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #000;
    line-height: 130%;
    margin-bottom: 30px;
}

.button-purple {
    background: #DF1B7D;
    color: #fff;
    font-size: 36px;
    display: inline-block;
    text-decoration: none;
    border-radius: 8px;
    text-align: center;
    font-weight: normal;
    padding: 10px 25px;
    width: 100%;
    line-height: 130%;
    font-family: 'Alexandria', sans-serif;
}

.bottom-cta p {
    font-size: 24px;
    font-family: 'Alexandria', sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 160%;
}

.stories {
    padding: 50px 0px;
    background-color: #fff;
}

.first-quote {
    position: relative;
}

.first-quote:before {
    content: '';
    width: 68px;
    height: 60px;
    background: url(../img/quote.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: -30px;
    left: 40px;
}

.black-quote:before {
    content: '';
    width: 68px;
    height: 60px;
    background: url(../img/quoteb.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: -30px;
    left: 40px;
}

.story-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 30px;
}

.stories h5 {
    font-size: 56px;
    font-family: 'Alexandria', sans-serif;
    font-weight: bold;
    padding-bottom: 60px;
}

.quote-block {
    border-radius: 30px;
    background: #FFE8DB;
    padding: 60px 40px;
    margin-bottom: 30px;
    min-height: 443px;
}

.more-margin {
    padding: 30px 0px;
}

.quote-block-white {
    border-radius: 30px;
    background: #fff;
    padding: 60px 40px;
    margin-bottom: 30px;
    min-height: 488px;
}

.mensays .violet-block {
    min-height: 488px !important;
}

.white-block {
    border-radius: 30px;
    background: #fff;
    padding: 40px;
    margin-bottom: 30px;
    display: flex;
    justify-content: normal;
    flex-direction: column;
    gap: 10px;
    min-height: 470px;
}

.violet-block {
    border-radius: 30px;
    background: #570F6D;
    padding: 80px 60px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    min-height: 470px;
}

.woman-prefer h3 {
    font-size: 36px;
    margin-top: 50px;
    position: relative;
    font-family: 'Alexandria', sans-serif;
    line-height: 160%;
}

.woman-prefer h3:after {
    position: absolute;
    content: '';
    position: absolute;
    background: url(../img/arrow.png);
    background-size: 100%;
    right: -95px;
    top: 15px;
    width: 122px;
    height: 192px;
}

.violet-block h4 {
    font-size: 32px;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Alexandria', sans-serif;
    font-weight: bold;
    margin-bottom: 50px;
}

.white-block .icon img {
    max-width: 140px;
}

.abs-buttons {
    position: relative;
    display: flex;
    height: 72px;
    margin: 0px 0px;
    justify-content: center;
}

.abs-buttons .button-cancel {
    width: 92px;
    height: 92px;
    margin-right: 5px;
    background: url(../css/cancel.png) center center;
    background-size: 100%;
    cursor: pointer;
}

.abs-buttons a {
    width: 92px;
    height: 92px;
    display: block;
}

.abs-buttons .button-heart {
    width: 92px;
    height: 92px;
    margin-right: 5px;
    background: url(../css/heart.png) center center;
    background-size: 100%;
    cursor: pointer;
    transition: 0.5s;
}

.abs-buttons .button-heart:hover,
.abs-buttons .button-heart:focus {
    background: url(../css/heart-green.png) center center;
    background-size: 100%;
}

.white-block h4 {
    font-size: 32px;
    line-height: 45px;
    color: #000;
    max-width: 80%;
    font-family: 'Alexandria', sans-serif;
    font-weight: bold;
}

.radial-bg {
    background: #FEF7E5 !important;
    background: linear-gradient(90deg, rgba(249, 211, 175, 0.5) 0%, rgba(255, 113, 156, 0.3) 63%, rgba(254, 139, 74, 0.2) 100%) !important;
}

.radial-bg h5 {
    margin-bottom: 50px;
    font-size: 45px;
}

.white-block h4 span {
    color: #DF1B7D;
}

.white-block p {
    font-size: 24px;
    margin-bottom: 0px !important;
}

.quote-bottom {
    margin-top: 20px;
    display: inline-flex;
    gap: 20px;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
}

.meta p {
    margin-bottom: 5px;
}

.quote-block-white p,
.quote-block p {
    font-size: 23px;
    font-family: 'Alexandria', sans-serif;
    font-weight: 500;
    line-height: 160%;
}

.avatar img {
    max-width: 140px;
}

.button-purple:hover {
    text-decoration: none;
    color: #fff;
    background: #890447;
}

.font-small {
    font-size: 20px !important;
    color: #252525 !important;
}

.font-small a {
    color: #AD2462 !important;
    text-decoration: underline !important;
}

.bottom-cta {
    padding-top: 50px;
    background: #FFAEAE;
}

.eu-terms-links__delimiter {
    color: #fff;
}

.footer-flex {
    font-family: 'Alexandria', sans-serif;
    font-size: 12px;
    display: inline-flex;
    color: #444;
    text-align: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 5px;
}

.footer-flex a {
    font-family: 'Alexandria', sans-serif;
    font-size: 12px;
    margin: 0px 5px;
    color: #444;
}

.footer-flex a:hover {
    color: #000;
    margin: 0px 5px;
}

.trust {
    padding: 100px 0px;
    background: #361A37;
}

.trust-icon {
    max-width: 160px;
    margin-top: 20px;
}

.woman-prefer {
    padding: 100px 0px;
    background: #fff;
}

.online {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}

.online:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #6DC40F;
    border-radius: 50%;
    right: -15px;
    top: 0px;
}

.bottom-content p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 18px;
}

.woman-photo {
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
}

.woman-review {
    font-size: 26px;
    font-family: 'Alexandria', sans-serif;
    font-weight: 500;
    color: #000;
}

.bottom-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.photos-block {
    display: flex;
    flex-direction: row;
    vertical-align: middle;
    gap: 30px;
    align-items: center;
}

.woman-prefer h5 {
    font-size: 56px;
    font-family: 'Alexandria', sans-serif;
    font-weight: bold;
    color: #000;
    padding-bottom: 40px;
    width: 90%;
}

.woman-prefer h5 span {
    color: #DF1B7D;
}

.trust h5 {
    font-size: 56px;
    font-family: 'Alexandria', sans-serif;
    font-weight: bold;
    color: #fff;
    padding-bottom: 40px;
}

.actions h5 {
    font-size: 56px;
    font-family: 'Alexandria', sans-serif;
    font-weight: bold;
    color: #000;
    padding-bottom: 40px;
}

.actions p {
    color: #000;
    font-size: 25px;
    font-family: 'Alexandria', sans-serif;
    line-height: 160%;
    margin-bottom: 30px;
}

.trust h4 {
    color: #FFE8DB;
    font-size: 28px;
    margin-bottom: 20px;
    font-family: 'Alexandria', sans-serif;
    margin-top: 20px;
    font-weight: bold;
}

.trust p small {
    font-size: 22px;
    line-height: 130%;
}

.margin-for-paragraph {
    margin-bottom: 60px !important;
    max-width: 65%;
}

.trust p span {
    color: #DF1B7D;
}

.trust p {
    color: #fff;
    font-size: 28px;
    font-family: 'Alexandria', sans-serif;
    line-height: 160%;
}

footer p {
    margin-bottom: 5px;
    font-family: 'Alexandria', sans-serif;
    font-size: 13px;
    color: #444;
}

footer {
    background: #fff;
}



.actions {
    background: #FEF7E5 !important;
    background: linear-gradient(90deg, rgba(249, 211, 175, 0.5) 0%, rgba(255, 113, 156, 0.3) 63%, rgba(254, 139, 74, 0.2) 100%) !important;
    padding: 100px 0px;
}

.female {
    display: inline-block;
    align-content: end;
}

.woman-prefer hr {
    color: #FFE8DB;
    opacity: 1 !important;
}

.small-town-dating {
    font-size: 20px !important;
    font-weight: 500 !important;
    font-family: 'Alexandria', sans-serif;
    margin-top: 30px;
}

.the-dating {
    margin-top: 30px;
    max-width: 100%;
}

.lady-finger .button-purple {
    margin-bottom: 30px;
}

.bottom-cta h2 span {
    color: #DF1B7D;
}

.bottom-cta h2 {
    font-weight: bold;
    font-family: 'Alexandria', sans-serif;
    font-size: 28px;
}

.messager {
    padding: 100px 0px;
    background: #fff;
}

.mensays h5 {
    font-size: 56px;
    font-family: 'Alexandria', sans-serif;
    font-weight: bold;
    color: #000;
    padding-bottom: 60px;
}

.messager h5 {
    font-size: 56px;
    font-family: 'Alexandria', sans-serif;
    font-weight: bold;
    color: #000;
    padding-bottom: 20px;
}

.messager h5 span {
    display: block;
}

.mensays {
background: #FEF7E5 !important;
    background: linear-gradient(90deg, rgba(249, 211, 175, 0.5) 0%, rgba(255, 113, 156, 0.3) 63%, rgba(254, 139, 74, 0.2) 100%);
    padding: 100px 0px;
}

.chat-img {
    max-width: 100%;
    margin-bottom: 20px;
}

.mensays h3,
.messager h3 {
    font-size: 40px;
    margin-top: 50px;
    position: relative;
    margin-bottom: 40px;
    font-family: 'Alexandria', sans-serif;
    line-height: 160%;
    font-weight: normal;
}

.mensays h3:after {
    position: absolute;
    content: '';
    position: absolute;
    background: url(../img/arrowl.png);
    background-size: 100%;
    right: -20px;
    top: 60px;
    width: 100px;
    height: 110px;
}

.messager h3:after {
    position: absolute;
    content: '';
    position: absolute;
    background: url(../img/arrowr.png);
    background-size: 100%;
    left: -20px;
    top: 60px;
    width: 100px;
    height: 110px;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .lg-block-2 {
        width: 380px !important;
    }

    .lg-block-1 {
        width: 580px !important;
    }

    .woman-slider:before {
        content: '';
        width: 400px;
        left: 50%;
        bottom: -110px;
        position: absolute;
        margin-left: -150px;
        height: 180px;
        background: url(../img/subs-pc.png) no-repeat center;
        background-size: 100%;
    }

    .abs-button {
        position: absolute;
        top: 1px;
        right: 20px;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {
    .abs-button {
        position: absolute;
        top: 1px;
        right: 20px;
    }

    .woman-slider {
        padding-bottom: 40px;
    }

    .abs-buttons {
        position: relative;
        display: flex;
        height: 72px;
        margin: 0px 0px;
        justify-content: center;
        bottom: 60px;
        margin-left: 160px;
    }


    .woman-slider:before {
        content: '';
        width: 400px;
        left: auto;
        bottom: -30px !important;
        right: -20px;
        position: absolute;
        margin-left: 0px;
        height: 180px;
        background: url(../img/subs-pc.png) no-repeat center;
        background-size: 100%;
    }

    .abs-buttons .button-cancel {
        width: 92px;
        height: 92px;
        margin-right: -15px;
        background: url(../css/cancel.png) center center;
        background-size: 100%;
        cursor: pointer;
    }

    .quote-block-white p,
    .quote-block p {
        font-size: 18px;
        font-family: 'Alexandria', sans-serif;
        font-weight: 500;
        line-height: 160%;
    }

    .lady-finger {
    background: #FFAEAE url(../img/lady-finger.png) no-repeat left bottom -100px !important;
    background-size: 600px !important;
    padding-bottom: 600px !important;
}

    .lady-finger .button-purple {
        font-size: 25px !important;
        margin-top: 40px;
        margin-bottom: 30px;
        width: 100%;
        padding: 20px 20px;
    }

    .arrow-behaviour:after {
        display: none;
    }

    .messager h5 {
        font-size: 40px;
    }

    .messager h3:after {
        display: none;
    }

    .messager h5 span {
        display: inline-block;
    }

    .mensays .violet-block {
        min-height: 385px !important;
    }

    .violet-block .button-purple {
        color: #fff;
        font-size: 24px;
        display: inline-block;
        text-decoration: none;
        border-radius: 8px;
        text-align: center;
        padding: 10px 15px;
        width: 100%;
        line-height: 130%;
        font-family: 'Alexandria', sans-serif;
    }

    .mensays h5 {
        font-size: 40px;
        font-family: 'Alexandria', sans-serif;
        font-weight: bold;
        color: #000;
        padding-bottom: 20px;
    }

    .header h5 {
        font-weight: bold;
        font-family: 'Alexandria', sans-serif;
        margin-top: 30px;

        font-size: 32px;
    }

    .woman-slider:before {
        content: '';
        width: 400px;
        left: auto;
        bottom: 0px;
        right: 0px;
        position: absolute;
        margin-left: 0px;
        height: 180px;
        background: url(../img/subs-pc.png) no-repeat center;
        background-size: 100%;
    }

    .header-tools {
        display: inline-flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .woman-prefer {
        padding: 50px 0px;
        background: #fff;
    }

    .woman-prefer h5 {
        font-size: 40px;
        font-family: 'Alexandria', sans-serif;
        font-weight: bold;
        color: #000;
        padding-bottom: 40px;
    }

    .woman-prefer h3 {
        font-size: 24px;
        margin-top: 50px;
        position: relative;
        font-family: 'Alexandria', sans-serif;
        line-height: 160%;
    }

    .woman-prefer h3:after {
        content: '';
        position: absolute;
        background: url(../img/arrow.png);
        background-size: 100%;
        right: -20px;
        top: 30px;
        width: 61px;
        height: 94px;
    }


    .woman-photo img {
        max-width: 200px;
    }

    .online:after {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        background-color: #6DC40F;
        border-radius: 50%;
        right: auto;
        top: 0px;
    }

    .woman-review {
        font-size: 20px;
        font-family: 'Alexandria', sans-serif;
        font-weight: 500;
        color: #000;
    }

    .violet-block h4 {
        font-size: 22px;
        color: #fff;
        letter-spacing: 1px;
        font-family: 'Alexandria', sans-serif;
        font-weight: bold;
    }

    .button-purple {

        color: #fff;
        font-size: 28px;
        display: inline-block;
        text-decoration: none;
        border-radius: 8px;
        text-align: center;
        padding: 10px 15px;
        width: 100%;
        line-height: 130%;
        font-family: 'Alexandria', sans-serif;
    }

    .violet-block {
        border-radius: 30px;
        background: #570F6D;
        padding: 20px;
        margin-bottom: 30px;
        display: flex
;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
        min-height: 395px;
    }

    .mensays h3,
    .messager h3 {
        font-size: 40px;
        margin-top: 50px;
        position: relative;
        margin-bottom: 40px;
        font-family: 'Alexandria', sans-serif;
        line-height: 113% 45.2px;
        font-weight: normal;
    }

    .woman-prefer h3:after {
        display: none;
    }

    .mensays h3:after {
        display: none;
    }

    .white-block {
        border-radius: 30px;
        background: #fff;
        padding: 20px;
        margin-bottom: 30px;
        display: flex;
        justify-content: normal;
        flex-direction: column;
        gap: 5px;
        min-height: 400px;
    }

    .white-block .icon img {
        max-width: 100px;
    }

    .actions p {
        color: #000;
        font-size: 20px;
        font-family: 'Alexandria', sans-serif;
        line-height: 160%;
        margin-bottom: 20px;
    }

    .white-block h4 {
        font-size: 28px;
        color: #000;
        max-width: 100%;
        font-family: 'Alexandria', sans-serif;
        font-weight: bold;
    }

    .story-img {
        max-height: 360px;
    }

    .violet-block img {
        max-width: 24px;
    }

    .avatar img {
        max-width: 90px;
    }

    .quote-block-white {
        border-radius: 30px;
        background: #fff;
        padding: 30px 20px;
        margin-bottom: 30px;
        min-height: 385px;
    }

    .quote-block {
        border-radius: 30px;
        background: #E6EFFF;
        padding: 30px 20px;
        margin-bottom: 30px;
        min-height: 360px;
    }

    .first-quote:before {
        background: none;
    }

    .stories h5 {
        font-size: 40px;
        font-family: 'Alexandria', sans-serif;
        font-weight: bold;
        padding-bottom: 30px;
    }

    .trust-icon {
        max-width: 100px;
        margin-top: 20px;
    }

    .trust h5 {
        font-size: 40px;
        font-family: 'Alexandria', sans-serif;
        font-weight: bold;
        color: #fff;
        padding-bottom: 40px;
    }

    .trust h4 {
        color: #FFE8DB;
        font-size: 20px;
        margin-bottom: 20px;
        font-family: 'Alexandria', sans-serif;
        margin-top: 20px;
        font-weight: bold;
    }

    .trust p small {
        font-size: 16px;
        line-height: 130%;
    }

    .margin-for-paragraph {
        margin-bottom: 40px;
    }

    .trust p {
        color: #fff;
        font-size: 22px;
        font-family: 'Alexandria', sans-serif;
        line-height: 140%;
    }

    .messager h3 {
        font-size: 28px;
        margin-top: 50px;
        font-weight: 500;
        position: relative;
        margin-bottom: 0px;
        font-family: 'Alexandria', sans-serif;
        line-height: 160%;
    }

    .messager h3:after {
        position: absolute;
        content: '';
        position: absolute;
        background: url(../img/arrowr.png);
        background-size: 100%;
        left: -20px;
        top: 60px;
        width: 70px;
        height: 76px;
    }
}

.top-page {
    color: silver;
    margin-bottom: 20px;
    font-family: 'Alexandria', sans-serif;
}

.arrowed-style {
    position: relative;
    padding: 12px 50px !important;
}

.should-marg-30 {
    margin-bottom: 40px;
}

.small-text-last {
    font-size: 20px;
    font-family: 'Alexandria', sans-serif;
    font-weight: 300;
}

.tip {
    color: gray;
    font-size: 18px;
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
    font-family: 'Alexandria', sans-serif;
    font-weight: 300;
    font-style: normal;
}

.arrowed-style:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 20px;
    background: url(../img/right-vector.png);
    width: 13px;
    height: 20px;
    background-size: 100%;
}

.container-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 680px;
}

.modal-content i {
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
}

.loading {
    position: fixed;
    z-index: 999;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: none;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 50px;
    height: 50px;
    margin-top: -0.5em;

    border: 15px solid #DF1B7D;
    border-radius: 100%;
    border-bottom-color: transparent;
    -webkit-animation: spinner 1s linear 0s infinite;
    animation: spinner 1s linear 0s infinite;


}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.modal-content .btn-primary:hover,
.modal-content .btn-primary:focus {
    background: #890447 !important;
    border-color: #890447 !important;
}

.this-margins {
    margin-top: 50px;
}

.btn-no-style {
    background: none !important;
    border: none !important;
    color: #361A37 !important;
    text-decoration: underline !important;
    font-size: 28px !important;
}

.modal-dialog {
    width: 720px !important;
}

@media (max-width: 767px) {
    .lady-finger {
        background: #FFAEAE url(../img/lady-finger.png) no-repeat left bottom !important;
        background-size: 450px !important;
        padding-bottom: 600px !important;
    }

    .buttons {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .chat-img {
        max-width: 100%;
        margin-bottom: 20px;
        margin: 0 auto;
    }

    .modal-content .btn-primary:hover,
    .modal-content .btn-primary:focus {
        background-color: #DF1B7D !important;
        border-color: #DF1B7D !important;
    }

    .abs-buttons .button-cancel {
        width: 59px;
        height: 75px;
        margin-right: 5px;
        background: url(../css/cancel.png) center center;
        background-size: cover;
        cursor: pointer;
    }

    .abs-buttons .button-heart {
        width: 59px;
        height: 75px;
        margin-right: 5px;
        background: url(../css/heart.png) center center;
        background-size: cover;
        cursor: pointer;
    }

    .abs-buttons .button-heart:hover,
    .abs-buttons .button-heart:focus {
        width: 59px;
        height: 75px;
        margin-right: 5px;
        background: url(../css/heart-green.png) center center;
        background-size: cover;
        cursor: pointer;
    }


    .abs-buttons {
        position: absolute;
        right: 40px;
        display: flex;
        height: 72px;
        margin: 0px 0px;
        justify-content: center;
        bottom: -5px;
    }

    .woman-slider {
        margin-top: 0px !important;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    }

    .modal-content .form-control {
        display: block;
        width: 100%;
        border-radius: 8px;
        font-size: 17px !important;
        font-weight: 400;
        line-height: 1.5;
        font-family: 'Alexandria', sans-serif;
        color: grey;
        font-weight: 300;
        color: #252525;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #C4C4C4;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding: 10px 20px !important;
        appearance: none;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .small-text-last {
        font-size: 16px !important;
        font-family: 'Alexandria', sans-serif;
        font-weight: 300;
    }

    .should-marg-30 {
        margin-bottom: 20px !important;
    }

    .tip {
        color: gray;
        font-size: 14px;
        margin-top: 10px;
        display: block;
        margin-bottom: 10px;
        font-family: 'Alexandria', sans-serif;
        font-weight: 300;
        font-style: normal;
    }

    .container-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 460px !important;
    }

    #exampleModal2 .padding-sides {
        padding: 0px 0px !important;
    }

    .modal-dialog {
        width: calc(100% - 1rem) !important;
    }

    .online {
        display: inline-block;
        color: #fff;
        font-weight: 600;
        font-size: 18px;
    }

    .footer-flex {
        gap: 3px;
    }

    footer p {
        margin-bottom: 5px;
        font-family: 'Alexandria', sans-serif;
        font-size: 10px !important;
        color: #444;
    }

    footer a {
        font-family: 'Alexandria', sans-serif;
        font-size: 10px !important;
    }

    .arrow-behaviour:after {
        position: absolute;
        content: '';
        display: none;
        background: url(../img/arrow.png);
        background-size: 100%;
        right: -125px;
        bottom: 15px;
        width: 122px;
        height: 192px;
    }

    .footer-flex {
        display: flex;
        flex-direction: column;
    }

    .modal-content i {
        font-size: 16px;
        font-weight: 400;
        font-style: italic;
    }

    #quiz-con {
        padding: 20px 20px;
    }

    .mensays h3,
    .messager h3 {
        font-size: 20px;
        margin-top: 50px;
        font-weight: normal;
        position: relative;
        margin-bottom: 0px;
        font-family: 'Alexandria', sans-serif;
        line-height: 160%;
        padding: 0px 20px;
    }

    #quiz-con h3 {
        font-size: 24px;
        font-family: 'Alexandria', sans-serif;
        font-weight: bold;
        margin-bottom: 30px;
    }

    #quiz-con p {
        font-family: 'Alexandria', sans-serif;
        font-size: 18px;
        font-weight: 500;
    }

    .messager h3:after {
        display: none;
    }

    .messager h5 {
        font-size: 28px;
    }

    .messager {
        padding: 50px 0px;
        background: #fff;
    }


    .mensays {
background: #FEF7E5 !important;
    background: linear-gradient(90deg, rgba(249, 211, 175, 0.5) 0%, rgba(255, 113, 156, 0.3) 63%, rgba(254, 139, 74, 0.2) 100%);
    padding: 50px 0px;
    }

    .mensays .violet-block {
        min-height: auto !important;
    }

    .mensays .violet-block h4 {
        margin-bottom: 20px;
    }

    .mensays h5 {
        font-size: 28px;
        font-family: 'Alexandria', sans-serif;
        font-weight: bold;
        color: #000;
        padding-bottom: 30px;
    }

    .bottom-cta h2 {
        font-weight: bold;
        font-family: 'Alexandria', sans-serif;
        font-size: 20px;
    }

    .small-town-dating {
        font-size: 16px !important;
        font-weight: 500 !important;
        font-family: 'Alexandria', sans-serif;
        margin-top: 30px;
    }

    .lady-finger .button-purple {
        padding: 20px;
        font-size: 20px !important;
        margin-top: 40px;
        width: 100%;
    }

    .bottom-cta h2 span {
        display: block;
    }

    .header .button-purple {
        font-size: 20px;
        padding: 15px 15px;
    }

    .header .font-small {
        font-size: 16px !important;
    }

    .hide-mob {
        display: none;
    }

    .header p {
        font-size: 20px;
        font-weight: 500;
        font-family: 'Alexandria', sans-serif;
        margin-bottom: 20px;
        margin-top: 20px;
        color: #000;
    }

    .woman-slider img {
        max-width: 100%;
        display: inline-block;
        padding-bottom: 0px;
        position: relative;
        margin-top: 10px;
    }

    .header h1 {
        font-weight: bold;
        font-family: 'Alexandria', sans-serif;
        font-size: 28px;
        margin-top: 10px;
        color: #000;
        letter-spacing: -1px;
    }

    .header h5 {
        font-weight: bold;
        font-family: 'Alexandria', sans-serif;
        margin-top: 10px;
        font-size: 19px;
    }

    .login-button {
        text-decoration: none;
        display: inline-block;
        padding: 4px 20px;
        border-radius: 5px;
        font-size: 14px;

        font-weight: 300;
        font-family: 'Alexandria', sans-serif;
    
    }

    /* #800a45 */
    .login-button {
        text-decoration: none;
        display: inline-block;
        padding: 4px 20px;
        border-radius: 5px;

        font-weight: 300;
        font-family: 'Alexandria', sans-serif;
 
    }

    .woman-slider:before {
        display: none;
    }

    .logo img {
        max-width: 150px;
    }

    .header-tools {
        display: inline-flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .woman-prefer {
        padding: 50px 0px;
        background: #fff;
    }

    .woman-prefer h5 {
        font-size: 28px;
        font-family: 'Alexandria', sans-serif;
        font-weight: bold;
        color: #000;
        padding-bottom: 40px;
        width: 100%;
    }

    .woman-prefer h3 {
        font-size: 20px;
        margin-top: 50px;
        font-weight: normal;
        position: relative;
        margin-bottom: 0px;
        font-family: 'Alexandria', sans-serif;
        line-height: 160%;
        padding: 0px 20px;
    }

    .woman-prefer h3:after {
        display: none;
    }

    .photos-block {
        display: flex;
        flex-direction: column;
        vertical-align: middle;
        gap: 0px;
        align-items: start;
    }

    .woman-photo {
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .woman-photo img {
        max-width: 200px;
    }

    .online:after {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        background-color: #6DC40F;
        border-radius: 50%;
        right: -18px;
        top: 0px;
    }

    .woman-review {
        font-size: 18px;
        font-family: 'Alexandria', sans-serif;
        font-weight: 500;
        color: #000;
    }

    .actions {
        padding: 50px 0px;
    }

    .violet-block h4 {
        font-size: 20px;
        color: #fff;
        letter-spacing: 1px;
        font-family: 'Alexandria', sans-serif;
        font-weight: bold;
    }

    .violet-block h4 img {
        max-width: 30px;
    }

    .violet-block {
        border-radius: 30px;
        background: #570F6D;
        padding: 20px 20px;
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
        min-height: 310px;
    }

    .white-block {
        border-radius: 30px;
        background: #fff;
        padding: 20px;
        margin-bottom: 30px;
        display: flex;
        justify-content: normal;
        flex-direction: column;
        gap: 10px;
        min-height: 300px;
    }

    .white-block h4 {
        font-size: 20px;
        color: #000;
        max-width: 100%;
        font-family: 'Alexandria', sans-serif;
        font-weight: bold;
    }

    .actions p {
        color: #000;
        font-size: 18px;
        font-family: 'Alexandria', sans-serif;
        line-height: 160%;
        margin-bottom: 20px;
    }

    .white-block .icon img {
        max-width: 100px;
    }

    .actions h5 {
        font-size: 28px;
        font-family: 'Alexandria', sans-serif;
        font-weight: bold;
        color: #000;
        padding-bottom: 40px;
    }

    .quote-block-white p,
    .quote-block p {
        font-size: 18px;
        font-family: 'Alexandria', sans-serif;
        font-weight: 500;
        line-height: 160%;
    }

    .story-img {
        max-height: 360px;
    }

    .avatar img {
        max-width: 90px;
    }

    .mensays h3:after {
        display: none;
    }

    .quote-block-white {
        border-radius: 30px;
        background: #fff;
        padding: 30px 20px;
        margin-bottom: 30px;
        min-height: 330px;
    }

    .quote-block {
        border-radius: 30px;
        background: #e6efff;
        padding: 30px 20px;
        margin-bottom: 30px;
        min-height: 330px;
    }

    .first-quote:before {
        width: 50px;
        top: -22px;
        height: 50px;
        left: 25px;
    }

    .stories h5 {
        font-size: 28px;
        font-family: 'Alexandria', sans-serif;
        font-weight: bold;
        padding-bottom: 30px;
    }

    .bottom-cta h5 {
        font-family: 'Alexandria', sans-serif;
        font-size: 28px;
        font-weight: bold;
        color: #000;
        line-height: 130%;
        margin-bottom: 30px;
    }

    .button-purple {
        background: #DF1B7D;
        color: #fff;
        font-size: 20px;
        display: inline-block;
        text-decoration: none;
        border-radius: 8px;
        text-align: center;
        padding: 10px 15px;
        width: 100%;
        line-height: 130%;
        font-family: 'Alexandria', sans-serif;
    }

    .bottom-cta p {
        font-size: 18px;
        font-family: 'Alexandria', sans-serif;
        font-weight: 400;
        margin-bottom: 10px;
        line-height: 130%;
    }

    .trust {
        padding: 50px 0px;
        background: #361A37;
    }

    .trust-icon {
        max-width: 120px;
        margin-top: 20px;
    }

    .trust h5 {
        font-size: 24px;
        font-family: 'Alexandria', sans-serif;
        font-weight: bold;
        color: #fff;
        padding-bottom: 40px;
    }

    .trust h4 {
        color: #FFE8DB;
        font-size: 22px;
        margin-bottom: 20px;
        font-family: 'Alexandria', sans-serif;
        margin-top: 20px;
        font-weight: bold;
    }

    .trust p small {
        font-size: 16px;
        line-height: 130%;
    }

    .margin-for-paragraph {
        margin-bottom: 40px;
        max-width: 100%;
    }

    .margin-for-paragraph {
        margin-bottom: 40px;
    }

    .trust p span {
        color: #DF1B7D;
    }

    .trust p {
        color: #fff;
        font-size: 19px;
        font-family: 'Alexandria', sans-serif;
        line-height: 140%;
    }
}

.middle-content small {
    font-style: italic;
}

footer a, .clicker {
    color: #DF1B7D;
    cursor: pointer;
}

.smaller-name {
    color: #DF1B7D;
}

.smaller small {
    font-size: 10px !important;
}