* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Teko, sans-serif;
}

@font-face {
    font-family: 'Chalet';
    src: url('../style/ChaletNewYorkNineteenSeventy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    overflow-x: hidden;
}

.container {
    max-width: 828px;
    width: 100%;
    margin: 0px auto;
}

a {
    text-decoration: none;
    color: white;
}

.hidden__text {
    display: none;
}

.header {
    width: 100vw;
    height: 100vh;
    background: url("../image/desktop_compettor.png") 50% / cover;
}

.header__body {
    text-align: center;
    padding-top: 10vh;
}

.header__body_text {
    width: 400px;
    color: white;
    margin: 0px auto;
    border-radius: 40px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.79);
}

.logo_tinder_nav {
    width: 28px;
}

.header__body_text h1 {
    font-size: 29px;
    font-weight: 900;
    max-width: 300px;
    text-align: center;
    margin: 0px auto;
    font-family: "Poppins", sans-serif;
}

.header__body_text h2 {
    font-size: 17px;
    font-weight: 300;
    margin: 0px auto;
    width: 293px;
    padding-top: 20px;
    text-align: center;
    font-family: "poppins";
}

.header__body_text h3 {
    font-weight: 100;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 18px;
    margin: 0px auto;
    max-width: 300px;
    text-decoration: underline;
    font-family: "poppins";
}

.header__body_text span {
    color: rgb(222, 101, 138);
}

.header_logo {
    margin-top: 40px;
    width: 70px;
}

.header__flag {
    position: absolute;
    top: 0px;
    width: 170px;
    left: 0px;
}

.header__body_top {
    width: 90%;
    position: relative;
    left: 0%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}

.header__body_top img {
    width: 100px;
}

.header__body_top a {
    margin-top: 12px;
    color: black;
}

.msg__image {
    width: 250px;
    margin: 0px auto;
}

.header__body_join {
    font-weight: 600;
    color: white;
    font-size: 22px;
    margin: 0px auto 10px;
    text-decoration: underline;
    position: relative;
    font-style: italic;
}

.header__body_join img {
    margin-left: 10px;
    width: 25px;
    position: absolute;
}

.header__body_down_block img {
    width: 40px;
}

.header__body_down {
    width: 40px;
    margin-top: 90px;
    cursor: pointer;
}

.header_button {
    width: 300px;
    margin-top: 15px;
    background: rgb(222, 101, 138);
    border: none;
    font-size: 16px;
    border-radius: 50px;
    color: white;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    font-family: "poppins";
}

.header__body_down_block {
    width: 100%;
    margin: 0px auto;
    bottom: 20px;
    cursor: pointer;
    padding-top: 50px;
    padding-bottom: 33px;
}

.header__body_down_block p {
    margin-bottom: 10px;
}

.button_mask {
    background: rgb(255, 207, 219);
    width: 30px;
    height: 160%;
    left: 0px;
    top: -20px;
    opacity: 0.6;
    transform: skewX(-15deg) translateX(-100px);
    z-index: 999;
    position: absolute;
    transition: all 0.6s ease 0s;
    filter: blur(5px);
    font-family: "poppins";
}

.advantages {
    height: auto;
    padding-bottom: 50px;
}

.adv__body {
    width: 60%;
    margin: 0px auto;
}

.adv__list_header {
    display: flex;
    justify-content: space-between;
    width: 110%;
    left: -4.5%;
    position: relative;
    margin-bottom: 20px;
}

.list_vs {
    height: 19px;
    margin-top: 20px;
    width: 30px !important;
}

.hidden_button_text {
    border: none;
    cursor: pointer;
    font-size: 16px;
    width: 150px !important;
    background: transparent !important;
    color: black !important;
}

.hidden_button_text i {
    font-size: 10px;
}

.hiddend__text {
    text-align: center;
    margin-top: 30px;
}

.hiddend__text button {
    margin-bottom: 30px;
    font-family: Quicksand, sans-serif;
}

.hidden_text_content {
    display: none;
}

.hiddend_text_cont {
    margin-top: 20px;
    font-family: Quicksand, sans-serif;
}

.hidden_text_title {
    font-family: Quicksand, sans-serif;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.hiddend_text_desc {
    font-family: Quicksand, sans-serif;
}

.adv__list_header img {
    width: 100px;
}

.hidden_text_content {
    text-align: left;
}

.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: 40%;
}

.adv__item_text img {
    width: 40px;
    height: 40px;
}

.adv__item>img {
    width: 40px;
    height: 40px;
}

.adv__item_desc {
    font-weight: 300;
    font-size: 14px;
    width: 100%;
    font-family: Poppins, sans-serif;
}

.adv__item_text {
    align-items: center;
    text-align: center;
}

.adv__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.adv_item_right {
    display: flex;
    justify-content: space-between;
    width: 35%;
}

.adv_item_right img {
    width: 70px;
    height: 70px;
}

.questions {
    background-color: rgb(248, 248, 248);
    width: 100vw;
}

.main_plot {
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    padding-top: 40px;
}

.spoiler {
    width: 110%;
    padding-left: 15px;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    overflow: hidden;
    margin-top: 14px;
}

.spoiler_open {
    height: 27px;
}

.spoiler_title {
    display: flex;
    align-items: center;
}

.spoiler_title img {
    padding-right: 10px;
    width: 30px;
}

.spoiler_title p {
    font-size: 16px;
    max-width: 100%;
    font-weight: 300;
    font-family: Poppins, sans-serif !important;
}

.spoiler_text {
    max-width: 604px;
    padding-right: 58px;
}

.spoiler_text p {
    font-size: 16px;
    padding-left: 30px;
    font-weight: 300;
    max-width: 100%;
    opacity: 0.8;
    font-family: Poppins, sans-serif !important;
}

.spoiler_text span {
    font-weight: 700;
    font-family: Poppins, sans-serif !important;
}

.spoiler_list {
    margin: 0px auto;
    max-width: 600px;
    padding-bottom: 50px;
}

.popular {
    background-color: rgb(248, 248, 248);
    padding-bottom: 30px;
}

.popular_title {
    display: flex;
    align-items: center;
    margin: 0px auto;
    max-width: 450px;
}

.popular_title img {
    width: 50px;
    padding-right: 15px;
}

.popular_title h1 {
    font-size: 12px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    max-width: 100%;
    line-height: 20px;
}

.popular_online {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px auto;
    max-width: 630px;
    overflow: hidden;
    margin-bottom: 20px;
}

.popular_block {
    width: 100%;
    padding-top: 50px;
    height: 340px;
}

.popular_block img {
    width: 300px;
    margin-top: -50px;
    height: 150px;
}


/* 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;
    font-family: Poppins, sans-serif !important;
}

.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;
    font-family: Poppins, sans-serif !important;
}

.info__contects h1 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    padding-top: 30px;
    font-weight: 800;
    margin: 0 auto;
    width: 350px;
}

.info__contects h2 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    margin-top: 30px;
}

.info__contects p {
    font-weight: 200;
    font-size: 16px;
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
    font-family: "Poppins", sans-serif;
}

.info__contects div {
    text-align: center;
}

.info__contects img {
    width: 350px;
}

.register_blinks {
    margin-left: 5px;
    animation: 1s cubic-bezier(0, -0.04, 0.54, 1.23) 0s infinite normal none running reg_blinks;
}

@keyframes reg_blinks {
    0% {
        transform: translate3d(0px, 0px, 0px);
    }
    50% {
        transform: translate3d(3px, 0px, 0px);
    }
    100% {
        transform: translate3d(0px, 0px, 0px);
    }
}

.fa,
.fas {
    font-weight: 500;
}

.fa,
.far,
.fas {
    font-family: Teko, sans-serif;
}

.fa,
.fab,
.fal,
.far,
.fas {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.counter {
    display: flex;
    justify-content: space-between;
    width: 300px;
    margin: 40px auto 0px;
}

.counter__block {
    width: 50px;
    height: 60px;
    background: rgb(43, 43, 43);
    color: white;
    font-size: 30px;
    font-weight: 300;
    padding-top: 10px;
    margin-left: 10px;
    font-family: Poppins, sans-serif;
    border-radius: 10px;
}

.count1 {
    color: white;
    font-size: 30px;
    font-weight: 300;
}

.count2 {
    color: white;
    font-size: 30px;
    font-weight: 300;
}

.count3 {
    color: white;
    font-size: 30px;
    font-weight: 300;
}

.count4 {
    color: white;
    font-size: 30px;
    font-weight: 300;
}

.footer {
    height: auto;
    padding-bottom: 20vh;
    background-repeat: no-repeat;
    /* margin-top: 50px; */
}

.footer__body {
    text-align: center;
    padding-top: 50px;
}

.footer__body_title {
    width: 50%;
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 30px;
    color: white;
    margin: 0px 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: rgb(207, 108, 137);
    cursor: pointer;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 7px 10px;
}

.footer__body_bottom {
    padding-top: 15px;
    padding-bottom: 15px;
    position: fixed;
    bottom: 0px;
    width: 100vw;
    text-align: center;
    background: white;
    height: auto;
    transform: translate3d(0px, 110%, 0px);
    transition: all 0.5s ease 0s;
    box-shadow: rgba(0, 0, 0, 0.2) 0px -11px 15px 0px;
}

.footer__body_content {
    display: inline-grid;
    width: 100%;
}

.footer__body_bottom img {
    width: 30%;
    margin: 0px auto;
}

.footer__body_button_2 {
    background: rgb(207, 108, 137);
    border: none;
    overflow: hidden;
    font-size: 16px;
    border-radius: 50px;
    color: white;
    padding: 10px 30px;
    cursor: pointer;
    width: 40%;
    margin: 0px auto;
    font-family: "poppins";
    font-weight: 700px;
}

.footer__body_button_2:hover {
    transition: all 0.3s ease 0s;
    box-shadow: rgba(237, 92, 130, 0.2) 0px 0px 52px 35px;
}

.footer__body_text {
    font-size: 20px;
    color: black;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "poppins";
}

.footer__body_text img {
    width: 20px;
    height: 20px;
}

.footer__body_bottom {
    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: 14px;
}

.footer__body {
    text-align: center;
    display: inline-grid;
    margin: 0px auto;
    width: 100%;
}

.footer__title {
    font-weight: 900;
    font-size: 40px;
}

.footer_desc {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}

.footer_button {
    background: rgb(207, 108, 137);
    border: none;
    font-size: 25px;
    border-radius: 50px;
    color: white;
    padding: 10px 35px;
    cursor: pointer;
    width: 40%;
    margin: 0px auto;
    height: 60px;
}

.footer_button:hover {
    transition: all 0.3s ease 0s;
    box-shadow: rgba(237, 92, 130, 0.2) 0px 0px 52px 35px;
}

.footer_counter {
    margin: 30px auto 0px;
    width: 250px;
}

.header_button i {
    font-size: 15px;
    position: relative;
    bottom: 0px;
}

.footer_button i {
    font-size: 18px;
    position: relative;
    bottom: 1px;
}

.footer__body_button_2 {
    font-size: 16px;
    position: relative;
    bottom: 0px;
}

.footer_links {
    display: flex;
    margin: 0px auto;
}

.footer_links span {
    padding-left: 15px;
    padding-right: 15px;
}

.footer_links a {
    font-family: Poppins, sans-serif;
    display: flex;
    color: rgb(207, 108, 137);
    font-size: 14px;
    font-weight: 300;
}

.faq_active {
    height: 30px;
    overflow: hidden;
}

.logo_tinder {
    width: 100px;
}

.logo_sasha {
    width: 120px;
}

.info__contects a {
    color: black;
    text-align: center;
    font-family: Poppins, sans-serif;
    margin-top: 30px;
    cursor: pointer;
    text-decoration: revert;
    font-size: 20px;
    transition: all 0.4s ease 0s;
    font-weight: 700;
}

.info__contects a:hover {
    color: red;
}

.info__contects div {
    text-align: center;
}

.signup {
    margin-top: 80px;
}

.signup_block {
    max-width: 740px;
    margin: 0 auto;
}

.signup_block img {
    width: 740px;
}

.signup_block h1 {
    color: white;
    background-color: black;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    font-size: 20px;
    padding-left: 19px;
    padding-right: 27px;
    padding-top: 5px;
    align-items: center;
    display: flex;
}

.signup_block h2 {
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
}

.signup_block h3 {
    text-align: center;
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.signup_list {
    display: flex;
    justify-content: space-between;
    max-width: 325px;
    margin: 0 auto;
}

@media (max-width: 1740px) {
    .header__body {
        text-align: center;
        padding-top: 5vh;
    }
    .header__body_text {
        width: 360px;
    }
}

@media (max-width: 1500px) {
    .header__body {
        text-align: center;
        padding-top: 2vh;
    }
}

@media (max-width: 1024px) {
    .container {
        max-width: 840px;
        width: 100%;
        margin: 0px auto;
    }
    .header {
        background-position-x: 50%;
    }
    .header {
        background-repeat: no-repeat;
        height: 750px;
    }
    .header__body {
        text-align: center;
    }
    .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: 0px auto;
    }
    .footer {
        background-repeat: no-repeat;
        background-color: rgb(239, 239, 239);
    }
    .text {
        padding-bottom: 15vh;
    }
    .footer__body_title {
        width: 70%;
        font-size: 40px;
    }
    .footer__body_text {
        font-size: 18px;
    }
    .footer__body_button {
        width: 35%;
        font-size: 25px;
    }
    .not_cards img {
        margin: 0px auto 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: 20px;
        position: relative;
    }
    .different__body_item_text {
        font-size: 22px;
        text-align: left;
    }
    .msg__body_image img {
        width: 70%;
        margin: 0px 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%;
    }
    .item_block img {
        width: 40px;
    }
}

@media (max-width: 768px) {
    .header__body_text {
        width: 70%;
        margin: 0px auto;
    }
    .header {
        background-position-x: 50%;
    }
    .header__body_top {
        width: 40%;
        left: 44%;
    }
    .different__body_items {
        width: 80%;
        margin: 0px auto;
    }
    .not__body_header {
        left: 16%;
    }
    .not__body_text {
        width: 60%;
    }
    .footer {
        background-position-x: 40%;
    }
    .footer__body_text {
        font-size: 16px;
    }
    .header__body_top {
        width: 80%;
        left: 0%;
        margin: 0px auto;
    }
    .woman__banner {
        width: 100vw;
        max-width: 1920px;
        margin-top: 80px;
        object-fit: none;
        height: 13vh;
    }
    .footer__body_text {
        font-size: 20px;
    }
    .footer__body_button_2 {
        width: 40%;
        font-size: 2vw;
    }
}

@media (max-width: 700px) {
    .adv__list_header {
        display: flex;
        justify-content: space-between;
        width: 468px;
        left: -37px;
    }
    .popular_block {
        width: 300px;
        margin: 0px auto;
    }
    .mobile_hiden {
        display: none;
    }
    .header__body_text h1 {
        font-size: 28px;
    }
    .header__body_text h2 {
        font-size: 18px;
    }
    .popular_block {
        height: 440px;
    }
}

@media (max-width: 650px) {
    .header__body_down_block {
        bottom: 10px;
    }
    .header__body_title {
        margin-top: 70px;
        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: 0px 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: 0px auto;
    }
    .footer__body_title {
        width: 70%;
        font-size: 26px;
    }
    .footer__body_button {
        width: 45%;
        font-size: 25px;
    }
    .footer__body_text {
        font-size: 14px;
    }
    .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: 20px;
    }
    .footer__body_button_2 {
        width: 60%;
        font-size: 3vw;
    }
    .text {
        padding-bottom: 3vh;
    }
    .footer__title {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 400px;
        margin: 0 auto;
        font-size: 40px;
    }
    .signup_block {
        max-width: 482px;
        margin: 0 auto;
    }
    .signup_block img {
        width: 485px;
    }
    .signup {
        margin-top: 72px;
    }
    .signup_list {
        max-width: 260px;
    }
}

@media (max-width: 570px) {
    .footer__body_bottom {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .footer__body_text {
        font-size: 14px;
    }
    .item_list {
        padding-top: 80px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@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__body_top a {
        margin-top: 5px;
        font-size: 18px;
    }
    .header_button {
        font-size: 17px;
        margin-top: 15px;
    }
    .popup__notify {
        bottom: 20%;
    }
    .adv__item>img {
        width: 40px;
        height: 40px;
        margin-top: 14px;
    }
    .header__body_top {
        width: 45%;
        left: 43%;
    }
    .header {
        background-image: url("../image/hero-img-mobile.webp");
        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: 18px;
        margin-bottom: 20px;
    }
    .footer__body_button_2 {
        width: 70%;
        font-size: 18px;
    }
    .msg__body_image img {
        width: 85%;
        margin: 0px auto;
    }
    .footer__body_text {
        width: 90%;
        font-size: 17px;
        margin: 0px 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: 0px auto;
    }
    .footer_desc {
        margin-top: 20px;
        font-size: 22px;
        margin-bottom: 30px;
    }
    .footer_button {
        width: 80%;
    }
    .footer_counter {
        margin: 30px auto 0px;
        width: 60%;
    }
    .footer_links a {
        margin-right: 5px;
        display: flex;
        color: rgb(237, 92, 130);
        font-size: 15px;
    }
    .footer__body_button_2 {
        width: 80%;
        font-size: 18px;
    }
    .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: 85%;
        margin: 0px auto;
    }
    .header__body {
        text-align: center;
        padding-top: 18vh;
    }
    .footer__body_text img {
        width: 15px;
        height: 15px;
    }
    .header__body_text h1 {
        max-width: 292px;
        margin: 0 auto;
    }
    .header__body_text h1 {
        max-width: 243px;
        margin: 0 auto;
    }
    .header__body_text h1 {
        font-size: 30px;
    }
    .advantages {
        padding-top: 70px;
    }
}

@media (max-width: 450px) {
    .header__body_subtitle {
        font-size: 14px;
    }
    .header__body_join {
        font-size: 16px;
    }
    .header__body_join img {
        margin-left: 10px;
        width: 18px;
        padding-top: 10px;
    }
    .header__body_down_block {
        bottom: 100px;
    }
    .signup_list {
        max-width: 230px;
    }
    .signup_block img {
        width: 400px;
    }
    .signup {
        margin-top: 51px;
    }
    .signup_block {
        max-width: 400px;
        margin: 0 auto;
    }
    .signup_block h3 {
        font-size: 35px;
    }
}

@media (max-width: 430px) {
    .header__flag {
        width: 150px;
    }
    .header__body {
        text-align: center;
        padding-top: 6vh;
    }
    .header__body_ashley {
        font-size: 28px;
    }
    .text__body {
        width: 75%;
        margin: 0px auto;
    }
    .text__body_title {
        font-size: 25px;
    }
    .text__body_desc {
        font-size: 18px;
    }
    .footer {
        background-position-x: 50%;
    }
    .header_button {
        width: 80%;
    }
    .header_button i {
        font-size: 15px;
    }
    .woman__banner {
        width: 100vw;
        max-width: 1920px;
        margin-top: 30px;
        height: 22vh;
    }
    .footer__title {
        font-size: 40px;
    }
    .adv__item_desc {
        font-weight: 300;
        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: 24px;
        width: 80%;
    }
    .spoiler_title p {
        font-size: 14px;
    }
    .spoiler_open {
        height: 40px;
    }
    .spoiler_list {
        max-width: 340px;
    }
    .popular_title {
        max-width: 346px;
    }
    .popular_title h1 {
        font-size: 12px;
    }
    .footer__body {
        padding-top: 50px;
    }
    .spoiler_title {
        padding-bottom: 20px;
        max-width: 300px;
    }
    .header__body_text h2 {
        width: 240px;
    }
    .header__body_down_block {
        padding-top: 25px;
    }
    .signup_block img {
        width: 376px;
    }
}

@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 {
        width: 80%;
        margin: 0px auto;
    }
    .header__body {
        text-align: center;
        padding-top: 5vh;
    }
    .header_button {
        margin-top: 15px;
        padding: 15px 20px;
    }
    .footer_button i {
        font-size: 20px;
        position: relative;
        bottom: 1px;
    }
    .footer__body_button_2 {
        width: 90%;
        font-size: 18px;
    }
    .footer__body_button_2 i {
        font-size: 6vw;
        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: 17px;
        margin-bottom: 0px;
    }
    .header__body_down_block {
        bottom: 115px;
    }
    .info__contects h1 {
        font-size: 28px;
    }
    .main_plot {
        font-size: 35px;
    }
}
