
.our--custom-anketa {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px;
}
.our--custom-anketa-head {
    padding: 70px 0 70px 0;
}
h1.our--custom-anketa--label {
    color: #2F2F2F;
    line-height: 110%;
    font-size: 70px;
    font-weight: 500;
    z-index: 1;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}
.our--custom-anketa--image {
    max-width: 500px;
    display: inline-block;
    margin-left: -115px;
    margin-bottom: 30px;
    vertical-align: bottom;
}

.our--custom-anketa--block {
    margin-bottom: 52px;
}
.our--custom-anketa--label {
    display: block;
    color: #2F2F2F;
    line-height: 125%;
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 13px;
}
.our--custom-anketa--label span {
    display: block;
    color: #2F2F2F;
    line-height: 125%;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    font-family: "SangBleuSunrise";
    padding-top: 5px;
}
.our--custom-anketa--input {
    border-radius: 20px;
    background-color: #ffffff;
    border: 0;
    outline: none;
    padding: 22px 20px;
    width: 100%;
    font-size: 26px;
    color: #2F2F2F;
    font-weight: 400;
}
.our--custom-anketa--input--email {
    background-color: transparent;
    border: 1px solid #000000;
}
.our--custom-anketa--input--email::placeholder {
    color: rgba(0, 0, 0, 0.4);
}
.our--custom-anketa--input--fio::placeholder {
    color: rgba(0, 0, 0, 0.4);
}
textarea.our--custom-anketa--input {
    resize: vertical;
    overflow: auto;
    min-height: 240px;  
}

.our--custom-anketa--submitBtn {
    width: 100%;
    color: #FFFFFF;
    line-height: 110%;
    font-size: 28px;
    font-weight: 500;
    border: 0;
    outline: none;
    background-color: #2F2F2F;
    border-radius: 30px;
    height: 90px;
    cursor: pointer;
    margin-top: 10px;
}
.our--custom-anketa--submitBtn:hover {
    background-color: #1A1A1A;
    transition: all 0.15s ease-in;
}


.our--custom-anketa--form__label {
    display: block;
    color: #2F2F2F;
    line-height: 110%;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.our--custom-anketa--form__link {
    display: inline-block;
    text-decoration: underline;
}
.our--custom-anketa--form__checkbox {
    margin-right: 10px;
    font-size: 20px;
    width: 19px;
    height: 20px;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    display: inline-block;
}
.our--custom-anketa--form__checkbox:before {
    background-image: url(checkbox-unactive.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: contain;
    z-index: 10;
    content: "";
    width: 19px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
}
.our--custom-anketa--form__checkbox:checked:before {
    background-image: url(checkbox-active.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: contain;
    z-index: 10;
    content: "";
    width: 19px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
}

.my-form-status__order__title {
    font-size: 42px;
    padding: 80px 0 210px;
}

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

    .my-form-status__order__title {
        font-size: 32px;
        padding: 80px 0 210px;
    }

    .our--custom-anketa {
        margin-bottom: 100px;
    }

    .our--custom-anketa-head {
        padding: 70px 0 50px 0;
    }

    .our--custom-anketa--block {
        margin-bottom: 40px;
    }

    .our--custom-anketa-header {
        position: relative;
    }
    h1.our--custom-anketa--label {
        font-size: 36px;
        font-weight: 600;
    }
    .our--custom-anketa--image {
        max-width: 500px;
        width: 50%;
        display: inline-block;
        position: absolute;
        margin-left: inherit;
        margin-bottom: inherit;
        vertical-align: top;
        top: 0;
        right: 0;
        margin-top: -35px;
    }
    .our--custom-anketa--label {
        font-size: 21px;
        font-weight: 500;
        padding-bottom: 13px;
        line-height: 120%;
    }
    .our--custom-anketa--input {
        font-size: 22px;
        padding: 18px 18px;
    }
    textarea.our--custom-anketa--input {
        min-height: 160px;  
    }
    .our--custom-anketa--label span {
        display: block;
        color: #2F2F2F;
        line-height: 125%;
        font-size: 16px;
        font-weight: 500;
        font-style: italic;
        font-family: "SangBleuSunrise";
        padding-top: 5px;
    }
    .our--custom-anketa--form__label {
        display: block;
        color: #2F2F2F;
        line-height: 110%;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 12px;
    }
    .our--custom-anketa--form__label__span {
        display: inline-block;
        width: 90%;
        list-style: 20px;
        vertical-align: top;
    }
    .our--custom-anketa--form__checkbox {
        margin-right: 10px;
        font-size: 20px;
        width: 15px;
        height: 16px;
        vertical-align: middle;
        appearance: none;
        -webkit-appearance: none;
        cursor: pointer;
        display: inline-block;
    }
    .our--custom-anketa--form__checkbox:before {
        background-image: url(checkbox-unactive.png);
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: contain;
        z-index: 10;
        content: "";
        width: 15px;
        height: 16px;
        display: inline-block;
        vertical-align: middle;
        margin-top: -10px;
    }
    .our--custom-anketa--form__checkbox:checked:before {
        background-image: url(checkbox-active.png);
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: contain;
        z-index: 10;
        content: "";
        width: 15px;
        height: 16px;
        display: inline-block;
        vertical-align: middle;
        margin-top: -10px;
    }
    .our--custom-anketa--submitBtn {
        width: 100%;
        color: #FFFFFF;
        line-height: 110%;
        font-size: 22px;
        font-weight: 500;
        border: 0;
        outline: none;
        background-color: #2F2F2F;
        border-radius: 30px;
        height: 60px;
        cursor: pointer;
        margin-top: 10px;
    }
}