.navPaths {
    gap: 5px;
    display: flex;
    margin-bottom: 24px;
}

.navPaths span {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    opacity: 0.5;
    cursor: pointer;
}

.contacts {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 103px;
}

.incontacts {
    display: flex;
    flex-direction: column;
    max-width: 1760px;
    width: 100%;

}

.areaContacts {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.titleContacts {
    display: flex;
    color: #0E1735;
    text-align: center;
    font-family: "Inter Tight";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.blockInfoContacts {
    gap: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.leftPartContacts {
    max-width: 870px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    flex-wrap: wrap;

}

.itemContacts {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 234px;
    max-width: 400px;
    width: 100%;
    padding: 32px;
    border-radius: 20px;
    border: 1px solid var(--Gray-Line-2, #EAEAEA);
}

.topLIneIcon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2000px;
    background: var(--Gray-Store, #EFEFEF);
    width: 48px;
    height: 48px;
}

.smallIconContact {
    position: absolute;
    top: 0;
    right: 0;
}

.simpleIconContact {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottomLineInfoContact {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.numberContact {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.descContact {
    color: var(--Gray-Font-Store, #919199);
    font-family: "Inter Tight";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.infoDataContactCard {
    color: var(--Gray-Font-Store, #919199);
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.bottomLineInfoContact {
    color: var(--Gray-Font-Store, #919199);
    font-family: "Inter Tight";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    gap: 4px;
}

.rightPartContact {
    display: flex;
    gap: 24px;
    height: 100%;
    width: 100%;
    flex-direction: column;
    border-radius: 20px;
    display: flex;
    max-width: clamp(480px, 46vw, 870px);
    height: 484px;
    padding: clamp(56px, 2.5vw, 72px);
    box-sizing: border-box;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 10px;
    flex-shrink: 0;
    border: 1px solid var(--Gray-Line-2, #EAEAEA);
}

.blockQuestions {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.titleQuestionContact {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.titleDescQuestions {
    color: var(--Gray-Font, #767676);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    max-width: 506px;
    font-weight: 500;
    line-height: normal;
}

.areaFormContact {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.formAreaTop {
    display: flex;
    gap: 8px;
    width: 100%;
    justify-content: space-between;
}

.inputFormContact {
    border: none;
    border-radius: 8px;
    background: var(--Gray-Store, #EFEFEF);
    display: flex;
    max-width: clamp(250px, 26vw, 359px);
    width: 100%;

    box-sizing: border-box;
    padding: 10px 16px;
    align-items: start;
    gap: 10px;
    color: var(--Gray-Font, #767676);
    text-align: start;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.formAreaBottom {
    width: 100%;
    display: flex;
}

.formAreaBottom textarea {
    max-width: 100% !important;
    width: 100% !important;
    height: 77px !important;
}

.sendFormContact {
    display: flex;
    width: 137px;
    height: 40px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    gap: 10px;
    box-sizing: border-box;
    border-radius: 200px;
    color: var(--Black-Store, #1B1B1B);
    text-align: center;
    font-family: "Inter Tight";
    font-size: 16px;
    border: none;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: var(--green-yellow, #CCF512);
}

@media screen and (max-width: 1860px) {
    .incontacts {
        padding: 0 32px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1726px) {
    .itemContacts {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 234px;
        max-width: inherit;
        width: 100%;
        padding: 32px;
        border-radius: 20px;
        border: 1px solid var(--Gray-Line-2, #EAEAEA);
    }


}

@media screen and (max-width: 1200px) {
    .navPaths {
        gap: 5px;
        display: flex;
        margin-bottom: 24px;
    }

    .navPaths span {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        opacity: 0.5;
        cursor: pointer;
    }

    .contacts {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-bottom: 103px;
    }

    .incontacts {
        display: flex;
        flex-direction: column;
        max-width: 1040px;
        width: 100%;

    }

    .areaContacts {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .titleContacts {
        display: flex;
        color: #0E1735;
        text-align: center;
        font-family: "Inter Tight";
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .blockInfoContacts {
        gap: 16px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    /* .leftPartContacts {
        max-width: 512px;
        width: 100%;
        display: flex;
        gap: 16px;
        flex-wrap: wrap;
        flex-direction: row;
        max-width: 512px;
    } */

    .itemContacts {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 192px;
        width: 248px;
        padding: 32px;
        border-radius: 20px;
        border: 1px solid var(--Gray-Line-2, #EAEAEA);
    }

    .topLIneIcon {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 2000px;
        background: var(--Gray-Store, #EFEFEF);
        width: 40px;
        height: 40px;
    }

    .smallIconContact {
        position: absolute;
        top: 0;
        right: 0;
    }

    .simpleIconContact {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bottomLineInfoContact {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .numberContact {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .descContact {
        color: var(--Gray-Font-Store, #919199);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .infoDataContactCard {
        color: var(--Gray-Font-Store, #919199);
        font-family: "Inter Tight";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .bottomLineInfoContact {
        color: var(--Gray-Font-Store, #919199);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        gap: 4px;
    }

    .rightPartContact {
        display: flex;
        gap: 24px;
        height: 100%;
        width: 100%;
        flex-direction: column;
        border-radius: 20px;
        display: flex;
        max-width: 512px;
        height: 484px;
        padding: 56px;
        box-sizing: border-box;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 10px;
        flex-shrink: 0;
        border: 1px solid var(--Gray-Line-2, #EAEAEA);
    }

    .blockQuestions {
        display: flex;
        gap: 8px;
        flex-direction: column;
    }

    .titleQuestionContact {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .titleDescQuestions {
        color: var(--Gray-Font, #767676);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        max-width: 226px;
        font-weight: 500;
        line-height: normal;
    }

    .areaFormContact {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }

    .formAreaTop {
        display: flex;
        gap: 8px;
        width: 100%;
    }

    .inputFormContact {
        border: none;
        border-radius: 8px;
        background: var(--Gray-Store, #EFEFEF);
        display: flex;
        max-width: 196px;
        width: 100%;

        box-sizing: border-box;
        padding: 10px 16px;
        align-items: start;
        gap: 10px;
        color: var(--Gray-Font, #767676);
        text-align: start;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .formAreaBottom {
        width: 100%;
        display: flex;
    }

    .formAreaBottom textarea {
        max-width: 100% !important;
        width: 100% !important;
        height: 77px !important;
    }

    .sendFormContact {
        display: flex;
        width: 137px;
        height: 40px;
        padding: 10px 16px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        gap: 10px;
        box-sizing: border-box;
        border-radius: 200px;
        color: var(--Black-Store, #1B1B1B);
        text-align: center;
        font-family: "Inter Tight";
        font-size: 12px;
        border: none;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        background: var(--green-yellow, #CCF512);
    }
}

@media screen and (max-width: 1130px) {
    .rightPartContact {
        display: flex;
        gap: 24px;
        height: 100%;
        width: 100%;
        flex-direction: column;
        border-radius: 20px;
        display: flex;
        max-width: max-content;
        height: 484px;
        padding: 32px;
        box-sizing: border-box;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 10px;
        flex-shrink: 0;
        border: 1px solid var(--Gray-Line-2, #EAEAEA);
    }
}

@media screen and (max-width: 1040px) {
    .blockInfoContacts {
        gap: 64px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .leftPartContacts {
        max-width: 100%;
    }

    .itemContacts {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 192px;
        width: 100%;
        padding: 32px;
        border-radius: 20px;
        border: 1px solid var(--Gray-Line-2, #EAEAEA);
    }

    .rightPartContact {
        display: flex;
        gap: 24px;
        height: 100%;
        width: 100%;
        flex-direction: column;
        border-radius: 20px;
        display: flex;
        max-width: 100%;
        height: auto;
        padding: 0;
        box-sizing: border-box;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 10px;
        box-sizing: border-box;
        flex-shrink: 0;
        border: none;
    }

    .inputFormContact {
        border: none;
        border-radius: 8px;
        background: var(--Gray-Store, #EFEFEF);
        display: flex;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 16px;
        align-items: start;
        gap: 10px;
        color: var(--Gray-Font, #767676);
        text-align: start;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .contacts {
        margin-top: 16px;
    }

    .incontacts {
        padding: 0 16px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 570px) {
    .formAreaTop {
        display: flex;
        gap: 8px;
        width: 100%;
        flex-direction: column;
    }

    .leftPartContacts {
        grid-template-columns: 1fr;
    }
}