.page-form {
    padding: 191px 0 96px;
}
.page-form__content * {
    box-sizing: border-box;
}

.page-form__main-line {
    position: relative;
}
.page-form__bg {
    border-radius: 13px;
    display: block;
    height: 430px;
    width: 100%;
    object-fit: cover;
}
.page-form__main-line-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    display: flex;

    padding: 38px 20px;
}


.page-form__info {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 4px 28.7px 0px rgba(0, 0, 0, 0.12);
    width: 641px;
    height: 418px;
    margin-top: -174px;
    margin-right: 52px;
}




.page-form__title {
    color: #FFF;
    font-family: 'Roboto Slab';
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-left: 4px;
    margin-bottom: 11px;
}
.page-form__field-area {
    margin-bottom: 9px;
}
.page-form__field {
    border-radius: 8px;
    border: 1px solid #989EA3;
    background: #ffffff;
    width: 100%;
    padding: 0 12px;
    height: 48px;

    color: #7B8997;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    outline: none;
}
.page-form__field::placeholder {
    color: #7B8997;
    transition: .5s;
}
.page-form__form {
    max-width: 279px;
}
.page-form__button {
    background: linear-gradient(273deg, #E28949 0%, #EA665F 100%);
    width: 100%;
    margin-top: 10px;
    height: 48px;
    border-radius: 5px;
    border: none;
    color: #fff;
    text-align: center;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.page-form__descr {
    color: #FFF;
    text-align: center;
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 10px;
}
.page-form__descr a {
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}




.page-form__info {
    padding: 37px 34px;
}
.page-form__info-title {
    color: #242440;
    font-family: 'Roboto Slab';
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
}

.page-form__manager {
    padding: 21px 19px;

    background: #FFF;
    border-radius: 30px;
    box-shadow: 2px 4px 35.6px 0px rgba(0, 0, 0, 0.07);

    display: flex;
    margin-top: 14px;
}
.page-form__manager-image {
    width: 124px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    display: block;
}
.page-form__manager-info {
    margin-left: 17px;
    padding-top: 1px;
}
.page-form__manager-title {
    color: #242440;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.page-form__manager-sub-title {
    color: #52525B;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-top: -4px;
}
.page-form__manager-message {
    color: #7B8997;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 5px;
}
.page-form__info-descr-icon {
    border-radius: 5px;
    background: radial-gradient(135.81% 135.81% at 0% 8.11%, #FFD0B1 0%, #E3884B 100%);
    width: 37px;
    height: 37px;
    padding: 9px;
}
.page-form__info-descr-content {
    margin-left: 20px;
}
.page-form__info-descr {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
    display: flex;
    padding: 20px 22px;
    margin-top: 21px;
    align-items: center;
}
.page-form__info-descr-content {
    color: #2F3234;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.page-form__info-descr-content b {
    font-weight: 500;
}
.page-form__bg_m {
    display: none;
}


@media(max-width: 576px) {
    .page-form {
        padding: 132px 0 20px;
    }
    .page-form__content {
		width: calc(100% + 30px);
    	margin-left: -22px;
    }
    .page-form__main-line-content {
        flex-direction: column;
        padding: 14px;
    }


    .page-form__info {
	width: auto;
    max-width: 100%;
    margin-right: 0;
    padding: 20px 10px 19px;
    margin-top: -126px;
    height: auto;
    margin-left: 12px;
    }
    .page-form__info-title {
        font-size: 24px;
        line-height: 28px;
    }

    .page-form__manager-image {
        width: 84px;
    }
    .page-form__manager-title {
        font-size: 10px;
    }
    .page-form__manager-sub-title {
        font-size: 10px;
        line-height: 12px;
        margin-top: -6px;
    }
    .page-form__manager-message {
        font-size: 10px;
    }



    .page-form__content {
        /*padding: 30px 14px;*/
    }
    .page-form__manager {
        padding: 16px 5px;
        border-radius: 20px;
        margin-top: 9px;
    }
    .page-form__manager-info {
        margin-left: 7px;
        padding-top: 0px;
    }
    .page-form__manager-message {
        font-size: 10px;
        line-height: 12px;
        margin-top: 3px;
    }
    .page-form__manager-message br {
        display: none;
    }
    .page-form__info-descr {
        margin-top: 10px;
        padding: 13px 14px;
        flex-direction: column;
        align-items: flex-start;
    }
    .page-form__info-descr-icon {
        width: 32px;
        height: 32px;
        padding: 7px;
        margin-bottom: 5px;
    }
    .page-form__info-descr-content {
        color: #2F3234;
        font-family: 'Inter';
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        margin-left: 0;
        margin-top: 2px;
    }
    .page-form__bg_m {
        display: block;
    }
    .page-form__bg_d {
        display: none;
    }
    .page-form__bg {
        height: 560px;
    }
    .page-form__form {
		padding-top: 22px;
    	padding-left: 18px;
    	padding-right: 6px;
    	max-width: 100%;
    }
}
@media(min-width: 320px) and (max-width: 575px) {
    .page-form__content {
width: calc(99% + 41px) !important;
    margin-left: -33px !important;
    }
.page-form__bg {
    width: 98%;
}
}