

.contact-form {
    margin-top: 32px;
    padding: 0;
    position: relative;
    width: 100%;
    background-color: #F1F3F5;
    padding: 64px 0;
}

@media screen and (max-width: 760px) {
    .contact-form {
        padding: 12px 0 36px;
    }
}

.contact-form__content {
    width: 80.36%;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media screen and (max-width: 760px) {
    .contact-form__content {
        width: 90%;
    }
}

.contact-form__text-header {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  width: 100%;
}

@media screen and (max-width: 760px) {
    .contact-form__text-header {
        width: 100%;
    }
}
  
.contact-form__row {
    flex-shrink: 0;
    width: 100%;
    position: static;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-form__text {
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: #4F4F4F;
}

.contact-form__text-required {
    color: #FE2E00;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-weight: 400;
}

.contact-form__input {
    background: white;
    border: 2px solid #E5E5E5;
    height: 62px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    padding: 16px 24px;
}

.contact-form__input::placeholder {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #999999;
    opacity: 1;
}

.contact-form__textarea {
    background: white;
    border: 2px solid #E5E5E5;
    width: 100%;
    height: 160px;
    font-size: 20px;
    line-height: 1.4;
    padding: 16px 24px;
}

.contact-form__privacy {
    width: fit-content;
    margin: 0 auto;
    margin-top: 64px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.07em;
}

.contact-form__privacy a {
    color: unset;
    text-underline-offset: 4px;;
}

.contact-form_checkbox {
    width: 16px;
    height: 16px;
    margin-right: 16px;
}

.contact-form__btn {
    display: block;
    width: 50%;
    max-width: 500px;
    height: 90px;
    margin: 0 auto;
    margin-top: 44px;
    background-color: #2559AE;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: center;
    position: relative;
}

@media screen and (max-width: 760px) {
    .contact-form__btn {
        width: 300px;
        height: 60px;
        padding-left: 0;
        margin-top: 40px;
    }
}

.contact__privacy {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.contact__privacy-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact__privacy-title {
    color: #4F4F4F;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
}

.contact__privacy-text {
    color: black;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.6;
}
