html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}


:root {
    --text-color: #FFFFFF;
    --icinc-back-color: #3D1A59C9;
    --font-color: #6C25A4;

    --start-lin-grad-color: #5C5C5C;
    --end-lin-grad-color: #42424200;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: var(--text-color);

}


.rubik-mono-one-regular {
    font-family: "Rubik Mono One", monospace;
    font-weight: 400;
    font-style: normal;
  }

.montserrat-medium {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }


  p {
    display: block;
    padding: 0;
    margin: 0;
}


.container {
    margin: 0 auto;
}


.main {

    position: relative;
    background-image:
        url(../images/about_club_page/about_fone.png);
    background-repeat: no-repeat;
    max-width: 1440px;
    min-height: 1024px;
    background-size: cover;
    overflow: hidden;
    z-index: 10;

}


.header {
    position: relative;
    display: flex;
    /* padding: 48px 0px 50px; */
    padding-right: 10px;
    z-index: 12;
    justify-content: space-between;
    
}

.header_contacts {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px;
}

.header_contacts_ellips {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--text-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 12px;
}

.header_contacts_ellips img {
    width: 100%;
}

.header_contacts_text {
    font-size: 24px;

}


.header_logo {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 20px;
}

.header_logo_img {
    width: 120px;
    height: 70px;

}

.header_logo_img img {
    width: 100%;
    height: 100%;
}


.header_logo_en,
.header_logo_ru {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 50px;
    height: 50px;
    font-size: 28px;
    color: var(--font-color);
    border-radius: 50%;
}


.main_rectangle {
    display: flex;
    position: absolute;
    width: 250vw;
    height: 72vh;
    background-color: #6F6F6F85;
    transform: rotate(135deg);
    right:-720px;
    z-index: 11;

}


.section-content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    z-index: 13;
}


.main-par {
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0.08px;
    font-weight: 900;
    font-weight: bold;
}

.section-items {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 40px;
}


.section-each-item_geoloc {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #C4C4C466;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.section-each-item_geoloc img {
    padding-top: 5px;
    width: 150%;
    height: 120%;
}

.section-each-item {
    display: flex;
    gap: 20px;
    align-items: center;
}

.section-each-item_par {
    font-size: 24px;
}

.order-card-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 330px;
    height: 100px;
    background-color: #482259;
    border-radius: 15px;
    margin-top: 130px;
    font-weight: 600;
    font-size: 28px;
    box-shadow: 10px 7px 4px rgb(30 30 29 / 50%);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    
    .header {
        padding: 10px;
    }

    .header_logo_img {
        width: 100px;
        height: 50px;
    }

    .header_logo_img img {
        width: 100%;
        height: 100%;
    }

    .main-par {
        margin-top: 50px;
    }

    .header_logo_en,
    .header_logo_ru {
        width: 45px;
        height: 45px;
        font-size: 28px;
    }

    .header_contacts_ellips {
        width: 45px;
        height: 45px;
        padding: 14px;
    }

    .section_club_name {
        top: 190px;
    }

    .info_all_items {
        top: 530px;
        right: 260px;
        gap: 60px;
    }

    .info-item-par {
        font-size: 44px;
    }

    .section-items {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 35px;
        padding-left: 40px;
    }

    .main_rectangle {
        right: -514px;
    }
}

@media screen and (max-width: 767px) {


    .header {
        padding: 15px;
    }

    .header_logo {
        gap:10px;
        padding: 10px;
    }

    .header_logo_img {
        width: 65px;
        height: 30px;
    }

    .header_logo_img img {
        width: 100%;
        height: 100%;
    }

    .header_contacts {
        padding: 10px;
    }
    .header_contacts_ellips {
        width: 30px;
        height: 30px;
        padding: 11px;
    }


    .header_contacts_text {
        font-size: 15px;
    }

    .header_logo_en,
    .header_logo_ru {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .main-par {
        font-size: 38px;
        margin-top: 50px;
    }
    
    .info-item-par {
        font-size: 44px;
    }

    .section-items {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 30px;
        padding-left: 25px;
    }

    .section-each-item_geoloc {
        width: 45px;
        height: 45px;

    }

    .section-each-item_geoloc {
        width: 30px;
        height: 30px;
    }
    
    .section-each-item_geoloc img {
       width: 100vw;
       
    }

    .section-each-item_img {
        width: 20px;
        height: 20px;
    }

    .section-each-item_img img {
        width: 100%;
        height: 100%;
    }

    .main_rectangle {
        right: -352px;
        height: 54vh;
        width: 280vw;

    }

    .section-each-item_par {
        
        font-size: 15px;
    }

    .order-card-button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 194px;
        height: 58px;
        background-color: #482259;
        border-radius: 15px;
        margin: 0;
        font-weight: 600;
        font-size: 16px;
        box-shadow: 10px 7px 4px rgb(30 30 29 / 50%);
    }

}

