html,
body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
}

body {
    background: #2c173a;
}

header {
    position: relative;
    display: block;
    padding-bottom: 30px;
    background:
        linear-gradient(rgba(53, 23, 77, 0.95), rgba(53, 23, 77, 0.95)),
        url("/theme/images/header-intro-new.png") right center / cover no-repeat;
}

header .top-bar {
    width: 100%;
    height: 31px;
    background-color: transparent;
}

header .logo {
    margin-top: 80px;
    margin-bottom: 60px;
}

header .logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

header .top-message,
header .enter-to-website,
header .leaver-to-website {
    text-align: center;
}

header .top-message {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 25px;
}

header .top-message-small {
    font-size: 15px;
    margin-bottom: 15px;
}

header .terms-and-conditions {
    font-weight: 300;
    font-size: 13px;
    color: #fff;
    margin-bottom: 40px;
}

header .terms-and-conditions a {
    font-weight: 700;
    font-size: 13px;
    color: #ed0677;
}

header .enter-to-website-button {
    margin-bottom: 25px;
}

.button {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 8px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.enter-button {
    max-width: 400px;
    background: #ec0677;
    color: #fff;
    font-size: 21px;
}

.leave-button {
    max-width: 70px;
    background: #2d163e;
    border: 1px solid #552679;
    color: #fff;
    font-size: 16px;
}

.publish-button {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 10px;
    max-width: none;
    width: auto;
}

.contact-button {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    max-width: none;
    width: auto;
}

header .enter-to-website-categories {
    background-color: #2d163e;
    border: 1px solid #552679;
    border-radius: 5px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 30px;
    padding: 15px;
}

header .enter-categories-title {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

header .enter-categories-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

header .enter-categories-list li {
    position: relative;
    padding: 10px 14px;
}

header .enter-categories-list li::after {
    content: "|";
    position: absolute;
    color: #53306e;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
}

header .enter-categories-list li:last-child::after {
    content: "";
}

header .enter-categories-list li a {
    color: #ed0677;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

section.intro {
    background: #2c173a;
    padding-top: 25px;
    padding-bottom: 25px;
}

section.intro-for-escort {
    background: #241530;
    padding-top: 25px;
    padding-bottom: 25px;
}

.container {
    max-width: 1440px;
    width: 100%;
    margin-inline: auto;
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

h1,
h2 {
    color: #ed0677;
    font-weight: 700;
}

h1 {
    font-size: 27px;
}

h2 {
    font-size: 22px;
}

.subtitle {
    display: block;
    font-size: 18px;
    line-height: 27px;
    color: #dad3e0;
    font-weight: 400;
    margin-bottom: 10px;
}

p {
    font-size: 16px;
    line-height: 24px;
    color: #dad3e0;
    font-weight: 300;
}

section.benefits {
    background-color: #35174d;
    padding-top: 40px;
    padding-bottom: 40px;
}

.h2-line-divider {
    width: 100%;
    position: relative;
}

.h2-line-divider::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ed0677;
    z-index: 0;
}

h2.h2-line {
    position: relative;
    display: block;
    width: fit-content;
    margin: 0 auto 10px;
    padding: 0 10px;
    text-align: center;
    background: #35174d;
    z-index: 1;
}

.subtitle-center {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #dad3e0;
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
}

.benefits-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 50px;
    width: 100%;
    margin-bottom: 30px;
}

.benefits-item {
    width: 100%;
}

.benefits-item-container {
    display: flex;
    align-items: flex-start;
}

.benefits-item-number {
    flex-shrink: 0;
    padding-right: 8px;
    font-size: 30px;
    line-height: 32px;
    color: #ed0677;
    font-weight: 300;
}

.benefits-item-content {
    text-align: left;
}

.benefits-item-title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 300;
}

.benefits-item-content p {
    margin: 0;
}

footer {
    background: #2d163e;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-title {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 700;
}

.footer-info {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
}

.footer-item {
    flex: 1 1 220px;
    min-width: 220px;
}

.footer-item img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 900px) {
    header .enter-to-website-categories {
        width: calc(100% - 40px);
        max-width: 500px;
    }

    .benefits-list {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-info {
        gap: 30px;
    }
}

@media (max-width: 600px) {
    header .logo {
        margin-top: 50px;
        margin-bottom: 40px;
    }

    header .top-message {
        font-size: 16px;
    }

    .enter-button {
        font-size: 18px;
    }

    header .enter-categories-list {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0;
    }

    header .enter-categories-list li {
        padding: 10px 14px;
    }

    header .enter-categories-list li::after {
        content: "|";
    }

    header .enter-categories-list li:last-child::after {
        content: "";
    }

    .benefits-item-title {
        font-size: 26px;
        line-height: 28px;
    }

    .benefits-item-number {
        font-size: 26px;
        line-height: 28px;
    }

    .footer-item:last-child {
        text-align: left;
    }

    .publish-button,
    .contact-button {
        display: inline-block;
        width: auto;
        margin-bottom: 0;
        margin-right: 10px;
    }
}

.social-link {
    color: #dad3e0;
}