body {
    background-color: #FAFAFA;
}

.margin-container {
    margin-top: 100px;
    margin-bottom: 100px;
}

.first-head {
    color: black;
    font-family: "CuristicBold";
    font-size: 44px;
    line-height: 53.64px;
    margin-bottom: 20px;
}

.first-head.faq {
    margin-top: 100px;
}

.descrip {
    color: #737373;
    font-family: "CuristicRegular";
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}

.contact-vr {
    border: 3px solid #1DAC8E;
    margin-inline-end: 20px;
}

.contact-list-head {
    color: #737373;
    font-family: "CuristicBold";
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.contact-list-text {
    color: black;
    font-family: "CuristicBold";
    font-size: 24px;
    line-height: 29.26px;
    margin-bottom: 40px;
}

.contact-list-text.last {
    margin-bottom: 20px;
}

.contact-badges {
    list-style: none;
    margin: 8px 0 32px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-badges li {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #737373;
    font-family: "CuristicRegular";
    font-size: 18px;
    line-height: 26px;
}

.contact-badge-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #D9EDE8;
    background-color: #F4FBF9;
    color: #1DAC8E;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.contact-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.contact-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 0 18px 0 #00000012;
    padding: 18px 16px;
    text-decoration: none;
    color: inherit;
    min-height: 132px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

a.contact-card:hover {
    color: inherit;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px 0 #00000018;
}

.contact-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #F4FBF9;
    color: #1DAC8E;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 8px;
}

.contact-card__label {
    color: #737373;
    font-family: "CuristicRegular";
    font-size: 18px;
    line-height: 26px;
}

.contact-card__value {
    color: #000;
    font-family: "CuristicBold";
    font-size: 16px;
    line-height: 22px;
    word-break: break-word;
}

.contact-card__hint {
    color: #737373;
    font-family: "CuristicRegular";
    font-size: 18px;
    line-height: 26px;
}

.contact-photo {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 24px;
    margin-bottom: 20px;
    display: block;
}

.contact-form {
    box-shadow: 0px 0px 40px 0px #0000001A;
    border-radius: 24px;
    padding: 44px;
    background-color: white;
}

.contact-form label {
    color: #737373;
    font-family: "CuristicRegular";
    font-size: 18px;
    line-height: 21.94px;
    margin-bottom: 10px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    color: #B9B9B9;
    background-color: white;
    font-family: "CuristicMedium";
    font-size: 20px;
    line-height: 24.38px;
    margin-bottom: 10px;
    padding: 24px;
    border: 2px solid #F2F2F2;
    border-radius: 14px;
    width: 100%;
}

.contact-form input[type="file"] {
    color: #737373;
    font-size: 16px;
    line-height: 1.4;
    padding: 18px 20px;
    cursor: pointer;
}

.contact-form .contact-hint {
    font-family: "CuristicRegular";
    font-size: 13px;
    color: #8a8a8a;
    margin-top: -2px;
    margin-bottom: 0;
}

.contact-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('/Assets/Images/select-arrow-down.svg');
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.5rem auto;
    padding-inline-end: 3.25rem;
    margin-bottom: 0px;
}

.contact-form button {
    color: #FFFFFF;
    background-color: #B9B9B9;
    padding: 14px 42px;
    border-radius: 14px;
    font-family: "CuristicBold";
    font-size: 18px;
    line-height: 21.94px;
    margin-bottom: 0px;
}

.contact-form button:hover {
    color: #FFFFFF;
    background-color: #B9B9B9;
}

.q-card {
    box-shadow: 0px 0px 15px 0px #0000001A;
    border-radius: 8px;
    padding: 24px;
    background-color: white;
    margin-bottom: 20px;
}

.q-card .question {
    color: black;
    font-family: "CuristicSemiBold";
    font-size: 18px;
    line-height: 21.94px;
    margin-bottom: 0px;
}

.q-card .answer {
    color: #737373;
    font-family: "CuristicRegular";
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0px;
}




@media (max-width: 480px) {
    .margin-container {
        margin-top: 40px;
        margin-bottom: 80px;
    }

    .first-head {
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 15px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .descrip {
        margin-left: 10px;
        margin-right: 10px;
    }

    .contact-list-text {
        font-size: 22px;
    }

    .contact-form {
        padding: 24px;
        margin: 30px 10px 0px 10px;
    }

    .contact-info {
        padding: 0px 10px;
    }

    .contact-badges {
        margin: 4px 0 28px;
        padding: 0 10px;
    }

    .contact-cards {
        padding: 0 10px;
        grid-template-columns: 1fr;
    }

    .contact-photo {
        height: 180px;
        margin: 24px 10px 16px;
        width: calc(100% - 20px);
    }

    .first-head.faq {
        margin-top: 70px;
    }

    .q-card {
        padding: 20px;
    }

    .q-card .question {
        margin-right: 10px;
        line-height: 30px;
        font-size: 16px;
    }

    .q-card .answer {
        margin-top: 12px;
        font-size: 16px;
    }

    .contact-form input,
    .contact-form textarea,
    .contact-form select {
        font-size: 18px;
    }
}