* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Quicksand', sans-serif;
}

html,
body {
    overflow-x: hidden;
}

.container {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: white;
}


/* HEADER */

.header_logo {
    padding-top: 30px;
    margin-left: 10%;
    position: absolute;
}

.hidden__text {
    display: none;
}

.header {
    background: #F9F9F9;
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background: url(../image/desktop_compettor.webp);
    background-size: cover;
}

.header__body {
    text-align: center;
    padding-top: 22vh;
}

.header__body_text {
    width: 600px;
    height: 550px;
    color: white;
    margin: 0 auto;
    border-radius: 25px;
    position: relative;
}

.header__body_top {
    width: 90%;
    position: relative;
    left: 0%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.header__body_top img {
    width: 100px;
}

.header__body_top a {
    margin-top: 12px;
    color: black;
}

.header__body_title {
    margin: 0 auto;
    margin-top: 15px;
    font-size: 50px;
    font-weight: 800;
    color: #e9e9e9;
    font-family: 'Montserrat', sans-serif;
}

.header__body_text h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 800;
}

.header__body_title img {
    width: 40px;
}

.header__body_subtitle {
    font-weight: 600;
    font-size: 20px;
    color: white;
    margin: 0 auto;
    font-style: italic;
    margin-top: 40px;
}

.header__body_subtitle span {
    letter-spacing: 0px;
    text-decoration: none;
    border-bottom: 1px solid white;
}

.msg__image {
    width: 250px;
    margin: 0 auto;
}

.header__body_join {
    font-weight: 600;
    color: white;
    font-size: 20px;
    margin: 0 auto;
    margin-bottom: 10px;
    text-decoration: underline;
    position: relative;
    font-style: italic;
}

.header__body_join img {
    margin-left: 10px;
    width: 25px;
    position: absolute;
}

.header__body_down_block p {
    font-size: 20px;
}

.header__body_down_block img {
    width: 40px;
}

.header__body_down {
    width: 40px;
    margin-top: 90px;
    cursor: pointer;
}

.header_button {
    width: 300px;
    margin-top: 35px;
    background: #cf6c89;
    border: none;
    font-size: 18px;
    border-radius: 50px;
    color: white;
    padding: 15px 35px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.header__body_down_block {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    cursor: pointer;
}

.header__body_down_block p {
    margin-bottom: 10px;
}

.button_mask {
    position: absolute;
    background: #ffcfdb;
    width: 30px;
    height: 160%;
    left: 0;
    top: -20px;
    opacity: 0.6;
    transform: skewX(-15deg) translateX(-100px);
    z-index: 999;
    position: absolute;
    transition: 0.6s;
    filter: blur(5px);
}


/* ADVANTAGES */

.advantages {
    height: auto;
    padding-top: 150px;
    padding-bottom: 50px;
}

.adv__body {
    width: 60%;
    margin: 0 auto;
    position: relative;
}

.adv__list_header {
    display: flex;
    justify-content: space-between;
    width: 580px;
    top: -100px;
    left: -36px;
    position: absolute;
}

.hidden_button_text {
    width: 150px !important;
    background: transparent !important;
    color: black !important;
    border: none;
    cursor: pointer;
    font-size: 20px;
}

.hidden_button_text i {
    font-size: 14px;
}

.hiddend__text {
    text-align: center;
    margin-top: 30px;
}

.hidden_text_title {
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
}

.hidden_text_content {
    text-align: left;
    display: none;
    margin-left: 20px;
    margin-right: 20px;
}

.adv_item_left {
    width: 65%;
    display: flex;
    align-items: center;
}

.adv_item_icon {
    width: auto;
    height: 70px;
    margin-right: 5%;
}

.adv__item_text {
    font-size: 18px;
    width: 50%;
    margin-top: 20px;
}

.adv__item_text img {
    width: 40px;
    height: 40px;
}

.adv__item>img {
    width: 60px;
    height: 60px;
}

.adv__item_desc {
    font-weight: 700;
    font-size: 16px;
    width: 100%;
}

.adv__item_text {
    align-items: center;
    text-align: center;
}

.adv__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
    align-items: center;
}

.adv_item_right img {
    width: 70px;
    height: 70px;
}


/* INFO */

.info__button {
    text-align: center;
    margin-top: 50px;
}

.info__button button {
    background: #cf6c89;
    border: none;
    font-size: 20px;
    border-radius: 50px;
    color: white;
    padding: 10px 35px;
    cursor: pointer;
    height: 60px;
}

.info__button button:hover {
    transition: 0.3s;
    -webkit-box-shadow: 0px 0px 52px 35px rgba(237, 92, 130, 0.2);
    -moz-box-shadow: 0px 0px 52px 35px rgba(237, 92, 130, 0.2);
    box-shadow: 0px 0px 52px 35px rgba(237, 92, 130, 0.2);
}

.info__button p {
    margin-top: 10px;
    font-style: italic;
}

.info__contects h1 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    padding-top: 30px;
    font-weight: 800;
    margin: 0 auto;
    width: 350px;
}

.info__contects h2 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    margin-top: 30px;
}

.info__contects p {
    font-weight: 400;
    font-size: 22px;
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

.info__contects div {
    text-align: center;
    margin-top: 40px;
}

.info__contects img {
    width: 350px;
}

.footer__body_content img {
    width: 40px;
    height: 40px;
}

.register_blinks {
    margin-left: 5px;
    animation-name: reg_blinks;
    animation: reg_blinks 1s cubic-bezier(0, -0.04, 0.54, 1.23) infinite;
}

@keyframes reg_blinks {
    0% {
        transform: translate3d(0px, 0, 0);
    }
    50% {
        transform: translate3d(3px, 0, 0);
    }
    100% {
        transform: translate3d(0px, 0, 0);
    }
}

.hiddend_text_desc {
    margin-top: 10px;
    font-size: 22px;
}


/* FOOTER */

.counter {
    display: flex;
    justify-content: space-between;
    width: 300px;
    margin: 0 auto;
    margin-top: 40px;
}

.counter__block {
    width: 50px;
    height: 60px;
    background: black;
    color: white;
    font-size: 30px;
    font-weight: 400;
    padding-top: 10px;
    margin-left: 10px;
}

.count1 {
    color: white;
    font-size: 30px;
    font-weight: 400;
}

.count2 {
    color: white;
    font-size: 30px;
    font-weight: 400;
}

.count3 {
    color: white;
    font-size: 30px;
    font-weight: 400;
}

.count4 {
    color: white;
    font-size: 30px;
    font-weight: 400;
}

.footer {
    background-color: #e9e9e9;
    height: auto;
    padding-bottom: 20vh;
    background-repeat: no-repeat;
    margin-top: 50px;
}

.footer__body {
    text-align: center;
    padding-top: 100px;
}

.footer__body_title {
    width: 50%;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 30px;
    margin-bottom: 30px;
    color: white;
    margin: 0 auto;
    text-align: center;
}

.footer__body_button {
    margin-top: 30px;
    width: 25%;
    box-sizing: unset;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 100px;
    border: none;
    background: white;
    color: #cf6c89;
    cursor: pointer;
    box-shadow: 0px 0px 7px 10px rgb(255 255 255 / 10%);
}

.footer__body_bottom {
    padding-top: 15px;
    padding-bottom: 15px;
    position: fixed;
    bottom: 0;
    width: 100vw;
    text-align: center;
    background: white;
    height: auto;
    transform: translate3d(0, 110%, 0);
    transition-timing-function: cubic-bezier(1, 0.01, 0.31, 0.98);
    transition: 0.5s;
    -webkit-box-shadow: 0px -11px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -11px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -11px 15px 0px rgba(0, 0, 0, 0.2);
}

.footer__body_content {
    display: inline-grid;
    width: 100%;
}

.footer__body_bottom img {
    width: 30%;
    margin: 0 auto;
}

.footer__body_button_2 {
    margin-bottom: 30px;
    background: #cf6c89;
    border: none;
    overflow: hidden;
    font-size: 24px;
    border-radius: 50px;
    color: white;
    padding: 10px 30px;
    cursor: pointer;
    width: 40%;
    margin: 0 auto;
}

.footer__body_button_2:hover {
    transition: 0.3s;
    -webkit-box-shadow: 0px 0px 52px 35px rgba(237, 92, 130, 0.2);
    -moz-box-shadow: 0px 0px 52px 35px rgba(237, 92, 130, 0.2);
    box-shadow: 0px 0px 52px 35px rgba(237, 92, 130, 0.2);
}

.footer__body_text {
    font-size: 20px;
    color: black;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer__body_text img {
    width: 20px;
    height: 20px;
}

.footer__body_bottom {
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer__body_text_1 {
    margin-top: 5px;
    font-weight: 400;
    font-size: 16px;
}

.footer__body_button i {
    font-size: 10px;
}

.footer__body_button_2 i {
    font-size: 15px;
}

.footer__body {
    text-align: center;
    display: inline-grid;
    margin: 0 auto;
    width: 100%;
}

.footer__title {
    font-weight: 700;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
}

.footer_desc {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.footer_button {
    margin-bottom: 30px;
    background: #cf6c89;
    border: none;
    font-size: 20px;
    border-radius: 50px;
    color: white;
    padding: 10px 35px;
    cursor: pointer;
    width: 40%;
    margin: 0 auto;
    height: 60px;
}

.footer_button:hover {
    transition: 0.3s;
    -webkit-box-shadow: 0px 0px 52px 35px rgba(237, 92, 130, 0.2);
    -moz-box-shadow: 0px 0px 52px 35px rgba(237, 92, 130, 0.2);
    box-shadow: 0px 0px 52px 35px rgba(237, 92, 130, 0.2);
}

.footer_counter {
    margin: 0 auto;
    margin-top: 30px;
    width: 250px;
}

.header_button i {
    font-size: 16px;
    position: relative;
    bottom: 0px;
}

.footer_button i {
    font-size: 12px;
    position: relative;
    bottom: 1px;
}

.footer__body_button_2 {
    font-size: 18px;
    position: relative;
    bottom: 0px;
}

.footer_links {
    display: flex;
    margin: 0 auto;
}

.footer_links a {
    margin-right: 3px;
    display: flex;
    color: #cf6c89;
    font-size: 18px;
    font-weight: 600;
}

.faq_active {
    height: 30px;
    overflow: hidden;
}

.logo_tinder {
    width: 100px;
}

.logo_sasha {
    width: 120px;
}

.info__contects a {
    color: black;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    margin-top: 30px;
    cursor: pointer;
    text-decoration: revert;
    font-size: 20px;
    transition: 0.4s;
}

.info__contects a:hover {
    color: red;
}

.info__contects div {
    text-align: center;
}


/*CookieTable*/

#CybotCookiebotDialog[data-template=slideup].CybotCookiebotDialogActive {
    top: 100%;
    height: 100px;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogHeaderLogosWrapper {
    align-self: stretch;
    display: flex;
    align-items: baseline;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogHeader {
    display: none;
}

#CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper {
    flex-direction: unset;
    margin: 0 auto;
    max-width: 96%;
    position: relative;
    align-items: center;
}

#CybotCookiebotDialog *,
#CybotCookiebotDialogBodyUnderlay * {
    font-size: 13px;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton,
#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyContentControlsWrapper:not(.CybotCookiebotDialogHide)+#CybotCookiebotDialogBodyButtonsWrapper .CybotCookiebotDialogBodyButton {
    width: 145px;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
    flex: auto;
    display: flex;
    flex-direction: unset;
    align-items: baseline;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyBottomWrapper {
    width: 20%;
}

#CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogBodyBottomWrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 1.5em;
    padding-left: 0.375em;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
    flex: auto;
    display: flex;
    flex-direction: unset;
    align-items: baseline;
    margin-top: 20px;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
    color: grey;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    background-color: #8080804d;
    border: none;
    border-radius: 0.25em;
    color: #595858;
    display: flex;
    font-weight: 600;
    justify-content: center;
    padding: 0.3em;
    user-select: none;
    width: 100%;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background: linear-gradient(90deg, #bb6fc2, #de6489);
    border: #de6489;
    color: #ffffff;
}

#CybotCookiebotDialog *,
#CybotCookiebotDialogBodyUnderlay * {
    color: grey;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a:after {
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    color: gray;
    content: "";
    display: block;
    height: 0.563em;
    margin-left: 1em;
    transform: rotate(45deg);
    width: 0.563em;
}

#CybotCookiebotDialog h2 {
    font-weight: 600;
    letter-spacing: .25px;
    font-size: 15px;
    line-height: 1.6em;
    margin-bottom: 0.3em;
}


/* ADAPTIVE */

@media (max-width: 1024px) {
    .container {
        max-width: 840px;
        width: 100%;
        margin: 0 auto;
    }
    .header {
        background-position-x: 50%;
    }
    .header {
        background-repeat: no-repeat;
        height: 750px;
    }
    .header__body {
        text-align: center;
        padding-top: 8vh;
    }
    .different__body_item_text {
        font-size: 22px;
    }
    .different__body_item img {
        width: 25px;
    }
    .header__body_top a {
        margin-top: 5px;
        font-size: 25px;
    }
    .text__body {
        width: 65%;
        margin: 0 auto;
    }
    .footer {
        background-repeat: no-repeat;
        background-color: #EFEFEF;
    }
    .text {
        padding-bottom: 15vh;
    }
    .footer__body_title {
        width: 70%;
        font-size: 40px;
    }
    .footer__body_text {
        font-size: 25px;
    }
    .footer__body_button {
        width: 35%;
        font-size: 25px;
    }
    .not_cards img {
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .footer__body_button {
        width: 45%;
        font-size: 2vw;
    }
    .footer__body_button i {
        font-size: 1.4vw;
        position: relative;
    }
    .footer__body_button_2 {
        width: 55%;
        font-size: 2vw;
    }
    .footer__body_button_2 i {
        font-size: 10px;
        position: relative;
    }
    .different__body_item_text {
        font-size: 22px;
        text-align: left;
    }
    .msg__body_image img {
        width: 70%;
        margin-left: 0%;
        margin: 0 auto;
    }
    .popup__notify {
        bottom: 12%;
    }
    .msg__sasha {
        width: 30%;
    }
    .msg__image {
        width: 100px;
    }
    .msg__text {
        font-size: 20px;
        width: 100%;
    }
    .msg_icon {
        width: 50px;
        height: 50px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .msg__body {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .header__body_text {
        width: 60%;
        margin: 0 auto;
    }
    .header {
        background-position-x: 50%;
    }
    .header__body_top {
        width: 40%;
        left: 44%;
    }
    .different__body_items {
        width: 80%;
        margin: 0 auto;
    }
    .not__body_header {
        left: 16%;
    }
    .not__body_text {
        width: 60%;
    }
    .footer {
        background-position-x: 40%;
    }
    .footer__body_text {
        font-size: 20px;
    }
    .header__body_top {
        width: 80%;
        left: 0%;
        margin: 0 auto;
    }
    .woman__banner {
        width: 100vw;
        max-width: 1920px;
        margin-top: 80px;
        object-fit: none;
        height: 13vh;
    }
    .footer__title {
        font-size: 35px;
    }
    .footer__body_text {
        font-size: 30px;
    }
    .footer__body_button_2 {
        width: 40%;
        font-size: 2vw;
    }
}

@media (max-width: 700px) {
    .adv__list_header {
        display: flex;
        justify-content: space-between;
        width: 468px;
        top: -100px;
        left: -37px;
        position: absolute;
    }
}

@media (max-width: 650px) {
    .header__body_down_block {
        bottom: 10px;
    }
    .header__body_title {
        margin-top: 70px;
        font-size: 40px;
    }
    .header__body_text h2 {
        font-size: 40px;
    }
    .header__body_top a {
        margin-top: 10px;
        font-size: 18px;
    }
    .header__body_top {
        width: 45%;
        left: 44%;
    }
    .header {
        background-position-x: 50%;
    }
    .adv_item_icon {
        height: 50px;
    }
    .adv__body {
        width: 80%;
        margin: 0 auto;
    }
    .adv_item_right {
        width: 40%;
    }
    .adv_item_right img {
        width: 50px;
        height: 50px;
    }
    .adv__item_text {
        font-size: 18px;
        width: 50%;
        align-items: center;
    }
    .adv__list_header {
        width: 46%;
        left: 58%;
    }
    .different__body_items {
        width: 100%;
        margin: 0 auto;
    }
    .footer__body_title {
        width: 70%;
        font-size: 26px;
    }
    .footer__body_button {
        width: 45%;
        font-size: 25px;
    }
    .footer__body_text {
        font-size: 18px;
    }
    .footer__body_button_2 {
        margin-bottom: 10px;
    }
    .footer__body_bottom img {
        margin-top: 10px;
    }
    .footer__body_text_1 {
        margin-top: 14px;
    }
    .different__body_item_text {
        font-size: 18px;
    }
    .different__body_item img {
        width: 20px;
    }
    .header__body_top {
        width: 80%;
        left: 0%;
    }
    .header__body_top a {
        margin-top: 10px;
        font-size: 22px;
    }
    .adv__list_header {
        width: 100%;
        left: 0%;
    }
    .msg__body>img {
        width: 40px;
        height: 30px;
        margin-top: 60px;
    }
    .msg__sasha {
        width: 40%;
    }
    .footer_button {
        font-size: 22px;
        width: 60%;
    }
    .footer__body_text {
        font-size: 28px;
    }
    .footer__body_button_2 {
        width: 60%;
        font-size: 3vw;
    }
    .text {
        padding-bottom: 3vh;
    }
}

@media (max-width: 570px) {
    .footer__body_bottom {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .footer__body_text {
        font-size: 18px;
    }
}

@media (max-width: 490px) {
    .header__body_title {
        margin-top: 50px;
    }
    .info__contects p {
        margin-left: 30px;
        margin-right: 30px;
    }
    .info__contects h2 {
        font-size: 22px;
    }
    .header_logo {
        margin-left: 30%;
    }
    .header__body_top a {
        margin-top: 5px;
        font-size: 18px;
    }
    .header_button {
        width: 70%;
        font-size: 18px;
        margin-top: 15px;
        padding: 15px 20px;
    }
    .popup__notify {
        bottom: 20%;
    }
    .adv__item>img {
        width: 40px;
        height: 40px;
        margin-top: 14px;
    }
    .header__body_top {
        width: 45%;
        left: 43%;
    }
    .header {
        background-repeat: no-repeat;
        height: 460px;
        background-position-x: 50%;
    }
    .adv__item_text img {
        width: 40px;
        height: 40px;
    }
    .header__body_top img {
        width: 70px;
    }
    .header__body_top a {
        margin-top: 5px;
        font-size: 14px;
    }
    .header__body {
        text-align: center;
        padding-top: 8vh;
    }
    .header__body_desc {
        font-size: 30px;
    }
    .header__body_ashley {
        font-size: 36px;
    }
    .header__body_ashley {
        letter-spacing: 10px;
    }
    .header__body_join {
        font-size: 20px;
    }
    .header__body_down {
        width: 20px;
        margin-top: 45px;
    }
    .adv_item_icon {
        height: 40px;
    }
    .adv__item_text {
        font-size: 16px;
        width: 50%;
    }
    .adv_item_right img {
        width: 40px;
        height: 40px;
    }
    .different__body_item_text {
        font-size: 16px;
    }
    .not__body_text {
        width: 50%;
        text-align: left;
        font-size: 14px;
    }
    .text__body_desc {
        font-size: 22px;
    }
    .footer__body_title {
        width: 100%;
        font-size: 24px;
    }
    .footer__body_button {
        width: 70%;
        font-size: 18px;
        margin-top: 15px;
    }
    .footer__body_text {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .footer__body_button_2 {
        width: 70%;
        font-size: 18px;
    }
    .msg__body_image img {
        width: 85%;
        margin-left: 0%;
        margin: 0 auto;
    }
    .footer__body_text {
        width: 90%;
        font-size: 18px;
        margin-bottom: 20px;
        margin: 0 auto;
    }
    .header__body_join {
        font-size: 16px;
    }
    .header__body_top {
        width: 80%;
        left: 0%;
    }
    .msg__text {
        font-size: 16px;
        width: 100%;
    }
    .text__body {
        width: 75%;
        margin: 0 auto;
    }
    .footer__title {
        font-size: 25px;
    }
    .footer_desc {
        margin-top: 20px;
        font-size: 22px;
        margin-bottom: 30px;
    }
    .footer_button {
        font-size: 20px;
        width: 80%;
    }
    .footer_counter {
        margin: 0 auto;
        margin-top: 30px;
        width: 60%;
    }
    .footer_links a {
        margin-right: 5px;
        display: flex;
        color: #ED5C82;
        font-size: 19px;
    }
    .footer__body_button_2 {
        width: 80%;
        font-size: 18px;
        margin-top: 20px;
    }
    .header__body {
        text-align: center;
        padding-top: 4vh;
    }
    .woman__banner {
        width: 100vw;
        max-width: 1920px;
        margin-top: 30px;
        object-fit: contain;
        height: 22vh;
    }
    .header__body_top {
        width: 50%;
        left: 16%;
    }
    .header__body_top img {
        width: 100px;
    }
    .header__body_top a {
        margin-top: 10px;
        font-size: 20px;
    }
    .header__body_ashley {
        font-size: 30px;
    }
    .header__body_join {
        font-size: 22px;
        line-height: 35px;
    }
    .adv__list_header {
        width: 120%;
        left: -10%;
    }
    .header {
        height: 100vh;
    }
    .header__body_text {
        width: 90%;
        margin: 0 auto;
    }
    .header__body {
        text-align: center;
        padding-top: 18vh;
    }
    .footer__body_text img {
        width: 15px;
        height: 15px;
    }
}

@media (max-width: 450px) {
    .header__body_subtitle {
        font-size: 20px;
    }
    .header__body_join {
        font-size: 16px;
    }
    .header__body_join img {
        margin-left: 10px;
        width: 18px;
        padding-top: 10px;
    }
    .header__body_down_block {
        bottom: 100px;
    }
}

@media (max-width: 430px) {
    .header__body {
        text-align: center;
        padding-top: 14vh;
    }
    .header__body_ashley {
        font-size: 28px;
    }
    .text__body {
        width: 75%;
        margin: 0 auto;
    }
    .text__body_title {
        font-size: 25px;
    }
    .text__body_desc {
        font-size: 18px;
    }
    .footer {
        background-position-x: 50%;
    }
    .header_button {
        width: 90%;
    }
    .header_button i {
        font-size: 12px;
    }
    .woman__banner {
        width: 100vw;
        max-width: 1920px;
        margin-top: 30px;
        height: 22vh;
    }
    .footer__title {
        font-size: 23px;
    }
    .adv__item_desc {
        font-weight: 500;
        font-size: 15px;
        width: 100%;
    }
    .header__body_top a {
        margin-top: 5px;
        font-size: 16px;
    }
    .adv__list_header {
        width: 109%;
        left: -5%;
    }
    .header__body_top a {
        margin-top: 10px;
        font-size: 16px;
    }
    .header__body_top img {
        width: 80px;
    }
    .header__body_ashley {
        font-size: 24px;
    }
    .header__body_join {
        line-height: 35px;
    }
    .footer_button {
        padding: 12px 40px;
    }
    .footer_button {
        font-size: 14px;
        width: 70%;
    }
    .adv__list_header {
        width: 115%;
        left: -7%;
    }
    .msg__body>img {
        height: 15px;
    }
    .footer {
        background-position-x: 50%;
        padding-bottom: 23vh;
    }
    .footer_button {
        font-size: 18px;
        width: 80%;
    }
}

@media (max-width: 375px) {
    .footer__body_text img {
        width: 15px;
        height: 15px;
    }
    .info__button button {
        font-size: 17px;
    }
    .adv__list_header {
        width: 340px;
        left: -11%;
    }
    .hiddend_text_desc {
        margin-left: 20px;
        margin-right: 20px;
    }
    .hidden_text_title {
        margin-left: 20px;
        margin-right: 20px;
    }
    .header__body_text {
        height: 80vh;
        width: 90%;
        margin: 0 auto;
    }
    .header__body {
        text-align: center;
        padding-top: 10vh;
    }
    .header_button {
        font-size: 16px;
        margin-top: 15px;
        padding: 15px 20px;
    }
    .footer_button i {
        font-size: 10px;
        position: relative;
        bottom: 1px;
    }
    .footer__body_button_2 {
        width: 90%;
        font-size: 18px;
        margin-top: 20px;
    }
    .footer__body_button_2 i {
        font-size: 3vw;
        position: relative;
    }
    .popup__notify {
        bottom: 25%;
        left: calc(100vw - 335px);
    }
    .header {
        background-position-x: 50%;
    }
    .adv__item_text {
        font-size: 12px;
        width: 55%;
    }
    .header__body_join {
        font-size: 14px;
    }
    .not__body_title {
        font-size: 30px;
    }
    .not__body_text {
        width: 70%;
        text-align: left;
        font-size: 14px;
    }
    .not__body_header {
        left: 7%;
    }
    .footer__body_text {
        font-size: 18px;
        margin-bottom: 0px;
    }
    .header__body_down_block {
        bottom: 115px;
    }
    .info__contects h1 {
        font-size: 28px;
    }
}
