html {
    scroll-behavior: smooth;
}
.header {
    background-color: #FFF !important;
    color: #ba222c;
}
.header-btn.header-btn--sign-in {
    font-size: 24px;
    border: 1px solid #DC0707;
    color: #000000;
    border-radius: 4px;
}
.header-btn--sign-in.active, .header-btn--sign-in:hover {
    background: #dedede;
}
.default-form-grid {
    display: grid;
    grid-template-areas:
        "slogan picture"
        "form picture";
    grid-template-columns: 628px 1fr;
    gap: 20px;
}
.default-form-grid__slogan {
    grid-area: slogan;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 600;
}
.default-form-grid__slogan-text {
    font-size: 50px;
    line-height: 1.4;
    color: #2F2F2F;
}
.default-form-grid__slogan-text em {
    background: #FFEAEC;
    font-style: normal;
    padding: 0 2px;
}
.default-form-grid__form {
    grid-area: form;
    display: flex;
    justify-content: flex-start;
}
.default-form-grid__picture {
    grid-area: picture;
    z-index: 1;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 720px;
}
.default-form-grid__picture-img {
    object-position: left top;
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
}
.default-form-grid__picture-img-wrap {
    overflow: hidden;
    box-shadow: 0 0 8px #00000040;
}
.default-form-grid__picture-img-wrap--1 {
    border-radius: 70px 0 0 70px;
    margin-bottom: 70px
}
.default-form-grid__picture-img-wrap--2 {
    border-radius: 0 70px 70px 0;
    margin-top: 70px
}
.default-style-1 {
    line-height: 1.40;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    text-align: center;
    text-shadow: 0 0 2px #00000040;
    color: #EA6F78;
}
.default-style-1 strong {
    color: #BA222C;
    font-weight: 600
}
.default-online-users__header {
    font-size: 32px;
}
.strike-behind-1 {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 2ex;
}
.strike-behind-1::before, .strike-behind-1::after {
    content: "";
    display: block;
    height: 1px;
    background: currentColor;
    flex: 1;
}
.default-online-users {
    margin-top: 80px;
    display: grid;
    gap: 30px;
    width: 100%;
    overflow: hidden;
    grid-template-columns: 100%;
}
.default-online-users__slides {
    display: flex;
    flex-wrap: nowrap;
    gap: 37px;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: Poppins, sans-serif;
    padding-bottom: 50px;
}

.default-online-users__slide {
    position: relative;
    flex: 0 0 304px;
    min-width: 0;
    border-radius: 15px;
    overflow: hidden;
    color: #fff;
    padding-top: 403px;
    display: block;
}
.default-online-users__slide::after {
    display: block;
    content: "";
    position: absolute;
    top: 60%;
    left: 0; right: 0; bottom: 0;
    background: linear-gradient(to bottom, #00000000, #000000ff);
    z-index: 2;
}

.default-online-users__slide a {
    display: contents;
    color: #fff
}

.default-online-users__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
    z-index: 1;
}

.default-online-users__btn {
    position: absolute;
    border: none;
    border-radius: 50%;
    background: #00000080;
    color: inherit;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
    padding: 10px;
    z-index: 3;
}
.default-online-users__btn svg {
    flex: 1;
}

.default-online-users__btn--chat {
    top: 13px;
    left: 11px;
}
.default-online-users__btn--heart {
    top: 13px;
    right: 11px;
}

span.default-online-users__name-age {
    position: absolute;
    bottom: 16px;
    left: 17px;
    z-index: 3;
    right: 17px;
    display: flex;
    justify-content: space-between;
}

span.default-online-users__name {
    flex: 1;
    white-space: nowrap;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-inline-end: 1ex;
}
.default-online-users__slides.owl-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 210px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}
.default-online-users__slides.owl-carousel .default-online-users__nav-btn {
    color: #BA222C!important;
    pointer-events: auto;
    display: flex;
}
.default-online-users__slides.owl-carousel .owl-next {
    transform: scaleX(-1);
}
.default-online-users__slides.owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    left: 18px;
    width: 173px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 17px;
    height: 21px;
}
.default-online-users__slides.owl-carousel .owl-dot {
    background: #F4B7BB;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.default-online-users__slides.owl-carousel .owl-dot.active {
    background: radial-gradient(#BA222C,#BA222C 5px,#F4B7BB 5px);
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.default-online-users__online-link-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 4ex;
    padding-left: 4ex;
    left: 215px;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    z-index: 1;
}

.default-online-users__online-link {
    color: #BA222C;
}

.default-online-users__online-link-wrap::before {
    content: "";
    display: block;
    height: 1px;
    background: #EA6F78;
    flex: 1;
}

.default-advantages-wrap {
    background: #FFF6F7;
    margin-top: 40px;
}

.default-advantages {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
    font-family: 'Poppins', sans-serif;
    color: #000000;
    display: grid;
    gap: 40px;
}

.default-advantages__header {
    margin: 0;
    color: #EC6671;
    font-weight: 600;
    text-align: center;
    font-size: 40px;
    line-height: 1.4;
    text-shadow: 0 0 2px #00000040;
}

.default-advantages__header strong {
    color: #BA222C;
    font-weight: 600;
}

.default-advantages__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background-image: url(../img/v-separator.svg);
    background-size: 25% 84%;
    background-repeat: repeat-x;
    background-position: 16.5% bottom;
    background-clip: content-box;
    padding-right: 3px;
    margin-right: -2px;
}

.default-advantages__item {
    padding: 0 20px 20px;
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
    display: grid;
    gap: 1em;
    grid-template-rows: 122px auto auto;
}

.default-advantages__icon {display: flex;justify-content: center;align-items: center;color: #BA222C;}
.default-advantages__icon svg {
    height: 100%
}

.default-advantages__title {
    font-size: 1.22em;
    font-weight: 600;
    color: #BA222C;
}

.default-bottom-story {
    background: #FFF6F7;
}

.default-bottom-story__top {
    background: #fff;
    clip-path: url('#default-bottom-story-top-clip');
}

.default-bottom-story__content {
    max-width: 1400px;
    margin: 0 auto
}

.default-bottom-story__content--bottom {
    font-size: 64px;
    line-height: 1.2;
    padding: 0.7em 0 1em;
}

.default-bottom-story__content--top {
    display: grid;
    grid-template-areas:
        "pic slogan"
        "pic slogan-2"
        "pic button-area";
    grid-template-columns: 748px 1fr;
    grid-template-rows: 1fr auto 1fr;
}

.default-bottom-story__pic {
    grid-area: pic;
    display: flex;
}

.default-bottom-story__slogan {
    grid-area: slogan;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 64px;
    text-align: left;
    line-height: 1.2;
}

.default-bottom-story__slogan-2 {
    grid-area: slogan-2;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-size: 20px;
}

.default-bottom-story__button-wrap {
    grid-area: button-area;
    display: flex;
    align-items: flex-start;
}

button.default-bottom-story__button {
    background: #BA222C;
    border: none;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 600;
    padding: 25px 40px;
    border-radius: 99px;
    margin-top: 2em;
    box-shadow: 0 0 4px #00000040;
}
.reg-form-block--sign-in-link {
    display: none;
}

@media (max-width: 1000px) {
    .container--main {
        padding: 0 10px;
    }
    .default-online-users__header-text {
        position: relative;
    }
    .default-online-users__hanging-line {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 100%);
    }
    .default-online-users__header {
        gap: 10px;
        font-size: 22px;
        line-height: 1.25;
        margin-bottom: 1em;
    }
    .header .header-buttons-box .header-buttons-list li .header-btn {
        font-size: 18px;
        padding: 10px 30px;
    }
    .menu-toggle-btn {
        color: inherit;
    }
    .default-form-grid {
        grid-template-areas:
            "picture"
            "slogan"
            "form";
        grid-template-columns: 100%;
        grid-template-rows: auto auto auto;
    }
    .default-form-grid__picture {
        grid-template-rows: 100%;
        max-width: 460px;
        justify-self: center;
    }
    .default-form-grid__picture-img-wrap--1 {
        margin-bottom: 20px;
    }
    .default-form-grid__picture-img-wrap--2 {
        margin-top: 20px;
    }
    .default-form-grid__slogan {
        text-align: center;
        margin: 0;
    }
    .default-form-grid__slogan-text {
        font-size: 24px;
    }
    .social-reg-form {
        font-size: 20px;
    }
    .default-online-users {
        margin-top: 1em
    }
    .default-online-users__btn {
        width: 22px;
        height: 22px;
        padding: 5px;
    }
    .default-online-users__online-link-wrap {
        right: 10px;
        padding-left: 2ex;
        gap: 2ex
    }
    .default-advantages {
        padding: 20px;
    }
    .default-advantages__header {
        font-size: 22px;
    }
    .default-advantages__list {
        grid-template-columns: 1fr 1fr;
        background-size: 105% 100%;
    }
    .default-advantages__item {
        grid-template-rows: 68px auto auto;
        font-size: 14px;
    }
    .default-form-grid__form {
        justify-content: center;
    }
    .default-bottom-story__content--top {
        grid-template-areas:
            "pic"
            "slogan"
            "slogan-2"
            "button-area";
        grid-template-columns: 100%;
        grid-template-rows: auto auto auto auto;
    }
    .default-bottom-story__pic img {
        width: 100%
    }
    .default-bottom-story__slogan {
        font-size: 24px;
        text-align: center;
        justify-content: center;
    }
    .default-bottom-story__slogan-2 {
        font-size: 18px;
        text-align: center;
    }
    .default-bottom-story__button-wrap {
        justify-content: center;
    }
    button.default-bottom-story__button {
        margin-top: 1em;
        font-size: 18px;
        padding: 14px 32px;
    }
    /* To use the same clip path */
    .default-bottom-story__top {
        margin: 0 -200px;
        padding: 0 200px 50px;
    }
    .default-bottom-story__content--bottom {
        font-size: 24px
    }
    .default-online-users__slide {
        padding-top: 201px;
    }
    .footer__mid-line-item--phone {
        font-size: 1em;
    }
}