/* VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV */
/* =============== ЛОКАЛЬНАЯ СТИЛИЗАЦИЯ =============== */
/* VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV */

.delivery_section_cl {
    width: 80%;
    min-height: calc(100vh - 14vh - 70px);
    height: calc(100vh - 14vh - 70px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.delivery_section_cl>span {
    font-size: 5vh;
    font-weight: bold;
    color: black;
    font-family: 'Impact_load_font';
    padding-bottom: 5vh;
}

.delivery_section_cl>section {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: start;
}

.delivery_section_cl>section>section:nth-child(1) {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.delivery_section_cl>section>section:nth-child(1)>span {
    font-size: 3.5vh;
    color: #BFBFBF;
    font-family: 'Impact_load_font';
    transition: 300ms all;
}

.delivery_section_cl>section>section:nth-child(1)>span:hover {
    cursor: pointer;
    color: black;
    transform: translateX(2.5vw);
}

.delivery_section_cl>section>section:nth-child(2) {
    width: 80%;
}

/* SHIPPING */

.shipping_section_cl {
    width: 100%;

    /* pointer-events: none; */
    visibility: hidden;

    display: none;
    flex-direction: column;
    align-items: start;
    transform: translateY(10vh);
    opacity: 0;
    transition: 500ms all ease-out;

    gap: 2.5vh;
}

.shipping_section_cl>span {
    font-size: 2.25vh;
    color: black;
    font-weight: 600;
    /* font-family: 'Inter_load_font'; */
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: -1px;
}

/* .shipping_section_cl>span:nth-child(2)::before {
    content: 'SHIPPING CONDITIONS VARY BY COUNTRY. USUALLY DELIVERY';
}

.shipping_section_cl>span:nth-child(3)::before {
    content: 'TAKES 2-5 BUSINESS DAYS WITHIN RUSSIA.';
} */

/* ORDERS ABROAD */

.orders_abroad_section_cl {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: start;
    transform: translateY(10vh);
    opacity: 0;
    transition: 500ms all ease-out;
    gap: 2.5vh;
}

.orders_abroad_section_cl>span {
    font-size: 2.25vh;
    color: black;
    font-weight: 600;
    /* font-family: 'Inter_load_font'; */
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: -1px;
}

/* .orders_abroad_section_cl>span:nth-child(1):before {
    content: 'ORDERS ABROAD ARE DISCUSSED SEPARATELY WITH THE';
}

.orders_abroad_section_cl>span:nth-child(2):before {
    content: 'MANAGER IN WHATSAPPARRILY THROUGH THE POST AND';
}

.orders_abroad_section_cl>span:nth-child(3):before {
    content: 'TAKE 5-14 DAYS.';
} */

#butt_get_help_id {
    width: 35vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    margin-top: 2.5vh;
}

#butt_get_help_id:hover {
    cursor: pointer;
}

#butt_get_help_id>span {
    padding: 10px;
    font-size: 3vh;
    font-weight: bold;
    color: white;
    font-family: 'Inter_load_font';
}

/* GET HELP */

.get_help_section_cl {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: start;
    transform: translateY(10vh);
    opacity: 0;
    transition: 500ms all ease-out;
}

.get_help_section_cl>span {
    font-size: 2.25vh;
    color: black;
    font-weight: 600;
    /* font-family: 'Inter_load_font'; */
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: -1px;
}

.get_help_section_cl>section {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

#butt_whatsapp_id, #butt_email_id {
    width: 25vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    border: 2px solid black;
    margin-top: 2.5vh;
    transition: 300ms all;
}

#butt_whatsapp_id:hover, #butt_email_id:hover {
    cursor: pointer;
}

#butt_whatsapp_id>span, #butt_email_id>span {
    padding: 7.5px;
    font-size: 2.5vh;
    font-weight: bold;
    color: white;
    font-family: 'Inter_load_font';
    transition: 300ms all;
}

.get_help_section_cl>article {
    width: calc(40vw + 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2.5vh;
    opacity: 0;
    transform: translateX(10vh);
    transition: 500ms all;
}

.get_help_section_cl>article>input {
    width: calc(100% - 20px);
    padding: 10px;
    border: none;
    border-bottom: 2px solid #282828;
    font-size: 3vh;
    color: black;
    font-family: 'DM_Serif_Display';
}

.get_help_section_cl>article>input::placeholder {
    color: #BFBFBF;
}

.get_help_section_cl>article>section {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-self: start;
    gap: 5px;
    margin-top: 2.5vh;
}

.get_help_section_cl>article>section>div {
    width: 2.75vh;
    height: 2.75vh;
    border: 2px solid #BFBFBF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.get_help_section_cl>article>section>div:hover {
    cursor: pointer;
}

.get_help_section_cl>article>section>span {
    font-size: 2.5vh;
    font-family: 'Inter_load_font';
}

.get_help_section_cl>article>section>span:nth-child(2) {
    color: #BFBFBF;
}

.get_help_section_cl>article>section>span:nth-child(3) {
    color: black;
}

#read_agre_agreem_id:hover {
    cursor: pointer;
    text-decoration: underline;
}

#button_send_id {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    margin-top: 2.5vh;
    filter: blur(0px);
    transition: 300ms all;
}

#button_send_id:hover {
    cursor: pointer;
}

#button_send_id>span {
    padding: 10px;
    font-size: 3vh;
    font-weight: bold;
    color: white;
    font-family: 'Inter_load_font';
}

#error_falback_id {
    width: 100%;
    font-size: 2vh;
    color: #7E0001;
    font-family: 'DM_Serif_Display';
    font-style: italic;
    transform: translateY(2vh);
    display: none;
}

/* ========== ОКНО ОБРАТНОЙ СВЯЗИ ========== */

#feedback_window_id {
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.25);
    visibility: collapse;
    opacity: 0;
    transition: 500ms all;
}

#feedback_window_id>section {
    padding: 20px;
    padding-left: 60px;
    padding-right: 60px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#feedback_window_id>section>svg {
    width: 20vh;
    height: 5vh;
    color: black;
}

#feedback_window_id>section>span {
    text-align: center;
    font-size: 2vh;
    font-weight: bold;
    color: black;
    font-family: 'Inter_load_font';
}

#feedback_window_id>section>div {
    padding: 7.5px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: black;
    font-size: 2vh;
    font-weight: bold;
    color: white;
    font-family: 'Inter_load_font';
    margin-top: 10vh;
}

#feedback_window_id>section>div:hover {
    cursor: pointer;
}

@media (max-width: 1000px) {
    
    .delivery_section_cl {
        width: 95%;
    }

    .delivery_section_cl>span {
        font-size: 4.25vh;
    }

    .shipping_section_cl>span, .orders_abroad_section_cl>span, .get_help_section_cl>span {
        font-size: 2.25vh;
        letter-spacing: -1px
    }

    .shipping_section_cl>span:nth-child(2)::before {
        content: 'SHIPPING CONDITIONS VARY BY COUNTRY. USUALLY';
    }

    .shipping_section_cl>span:nth-child(3)::before {
        content: 'DELIVERY TAKES 2-5 BUSINESS DAYS WITHIN RUSSIA.';
    }

    .orders_abroad_section_cl>span:nth-child(1):before {
        content: 'ORDERS ABROAD ARE DISCUSSED SEPARATELY WITH';
    }

    .orders_abroad_section_cl>span:nth-child(2):before {
        content: 'THE MANAGER IN WHATSAPPARRILY THROUGH THE';
    }

    .orders_abroad_section_cl>span:nth-child(3):before {
        content: 'POST AND TAKE 5-14 DAYS.';
    }

    #butt_get_help_id {
        width: 70%;
    }

    #butt_whatsapp_id, #butt_email_id {
        width: 45%;
    }

    #butt_get_help_id>span, #butt_whatsapp_id>span, #butt_email_id>span, #button_send_id>span {
        padding: 7.5px;
        font-size: 2.75vh;
    }

    .get_help_section_cl>article {
        width: calc(90% + 20px);
    }

    .get_help_section_cl>article>input {
        font-size: 2.75vh;
    }

    .get_help_section_cl>article>section>div {
        width: 2.25vh;
        height: 2.25vh;
    }

    .get_help_section_cl>article>section>span {
        font-size: 2vh;
    }

}

@media (max-width: 600px) {

    .delivery_section_cl {
        width: 85%;
    }

    .delivery_section_cl>span {
        font-size: 3.5vh;
    }

    .delivery_section_cl>section {
        flex-direction: column;
        align-items: center;
    }

    .delivery_section_cl>section>section:nth-child(1) {
        width: 100%;
        flex-direction: row;
        align-items: start;
        justify-content: space-between;
        margin-bottom: 2.25vh;
    }
    
    .delivery_section_cl>section>section:nth-child(1)>span {
        font-size: 2.25vh;
    }

    .delivery_section_cl>section>section:nth-child(1)>span:hover {
        color: black;
        transform: translateX(0vw);
    }

    .delivery_section_cl>section>section:nth-child(2) {
        width: 100%;
    }

    .shipping_section_cl>span, .orders_abroad_section_cl>span, .get_help_section_cl>span {
        font-size: 1.5vh;
        font-weight: 700;
        letter-spacing: -0.5px
    }

    #butt_get_help_id {
        width: 100%;
        scale: 1.15;
    }

    .get_help_section_cl>section {
        scale: 1.15;
        justify-content: center;
        gap: 10px;
    }

    #butt_whatsapp_id, #butt_email_id {
        width: 50%;
    }

    #butt_get_help_id>span, #butt_whatsapp_id>span, #butt_email_id>span, #button_send_id>span {
        font-size: 1.75vh;
    }

    .get_help_section_cl>article {
        margin-top: 7.5vh;
        scale: 1.15;
        width: calc(100%);
    }

    .get_help_section_cl>article>input {
        font-size: 2.25vh;
    }

    .get_help_section_cl>article>section>div {
        width: 1.5vh;
        height: 1.5vh;
    }

    .get_help_section_cl>article>section>span {
        font-size: 1.25vh;
    }

    #feedback_window_id>section {
        padding-left: 20px;
        padding-right: 20px;
        margin: 20px;
    }

}

