.rent-section {
    padding: 20px 0;
    margin: 0 auto;
}

.rent-section:nth-of-type(3) {
    padding: 0 0 20px 0;
}

.rent-section:last-of-type {
    padding: 20px 0 40px 0;
}

.rent-text-wrapper {
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.rent-text {
    font: 400 20px/28px 'PT Sans Narrow', sans-serif;
    color: #19263A;
}

.rent-text--city {
    line-height: 23px;
}

.rent-text--icon {
    display: flex;
    gap: 4px;
    color: #707070;
    font-weight: 600;
    line-height: 23px;
    align-items: center;
}

.rent-text--icon:before {
    content: '';
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: url(/local/templates/.default/img/icon__location-green.svg) no-repeat center center / contain;
}

.rent-text--advantages {
    font-size: 18px;
    line-height: 23px;
    color: #000000;
}

.rent-text--requirements {
    font-size: 14px;
    line-height: 18px;
}

.rent-text--question-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 16px;
}

.rent-text--question-link-text {
    font-size: 16px;
    line-height: 22px;
}

.rent-text--question-link {
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    color: #328A27;
}

.rent-text--question-link:hover {
    text-decoration: underline;
}

.rent-cities {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
}

.rent-section .rent-button-feedback {
    width: fit-content;
    padding: 0 40px;
    height: 46px;
    border-radius: 23px;
    font: 400 20px/26px 'PT Sans Narrow', sans-serif;
}

.rent-section__title {
    font: 700 36px/47px 'PT Sans Narrow', sans-serif;
    color: #707070;
    margin: 0;
    padding-bottom: 16px;
}

.rent-advantages {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    gap: 16px;
    align-items: center;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
}

.rent-advantages__item {
    display: flex;
    gap: 20px;
    align-items: center;
}

.rent-advantages__item-icon-wrapper {
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 15px;
    border-radius: 50%;
    border: 1px solid #F1F1F7;
}

.rent-advantages__item-icon {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
}

.rent-requirements {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
}

.rent-requirements__card {
    display: flex;
    position: relative;
    gap: 16px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    flex-direction: column;
	overflow: hidden;
}

.rent-requirements__title-card {
    margin: 0;
    font: 700 26px/36px 'PT Sans Narrow', sans-serif;
    color: #707070;
}

.rent-requirements__card-list {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
    max-width: 290px;
	position: relative;
	z-index: 2;
    flex-direction: column;
}

.rent-requirements__card:nth-child(2) .rent-requirements__card-list {
    max-width: 217px;
}

.rent-requirements__card-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.rent-requirements__card-item:before {
    content: '';
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    margin-top: 1px;
    background: url(/local/templates/.default/css/../img/icon__check-item-green.svg) no-repeat center center / contain;
}

.rent-requirements__card-image {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.rent-requirements__card:first-child .rent-requirements__card-image {
    bottom: -9px;
    right: -9px;
    width: 101px;
    height: 101px;
}

.rent-requirements__card:nth-child(2) .rent-requirements__card-image {
    bottom: -21px;
    right: -25px;
    width: 117px;
    height: 117px;
}

.rent-requirements__card:nth-child(3) .rent-requirements__card-image {
    bottom: -17px;
    right: -19px;
    width: 123px;
    height: 123px;
}

#feedbackSection {
    scroll-margin-top: 60px;
}

.feedback-title {
    padding: 16px 0;
    display: inline-block;
    font: 700 18px/23px 'PT Sans Narrow', sans-serif;
    color: #707070;
}

.feedback-order {
    display: flex;
    gap: 16px;
    max-width: 630px;
    flex-direction: column;
    scroll-margin-top: 120px;
}

.feedback-order__inputs {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.feedback-order__input-wrapper {
    position: relative;
}

.feedback-order__field {
    position: relative;
}

.feedback-order__field--textarea {
    height: 100px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #E4E8EC;
}

.feedback-order__field--error input {
	border-color: #C10010;
}

.feedback-order__field--error input::placeholder {
	color: #C10010;
}

.feedback-order__field--error .feedback-order__input-wrapper--file {
    border-color: #C10010;
}

.feedback-order__input-wrapper--file {
	width: 100%;
	cursor: pointer;
    border: 1px solid #E4E8EC;
    border-radius: 14px;
    padding: 23px 16px  6px 16px;
    min-height: 51px;
}

.feedback-order__input {
    width: 100%;
    height: 53px;
    padding: 7px 16px;
    border: 1px solid #E4E8EC;
    border-radius: 14px;
    font: 400 16px/20px 'PT Sans Narrow', sans-serif;
    color: #19263A;
}

.feedback-order__input::placeholder {
	opacity: 1;
    font: 400 16px/20px 'PT Sans Narrow', sans-serif;
    color: #A9AEC4;
}

.feedback-order__input--textarea {
	height: 100%;
	resize: none;
    border: none;
}

.feedback-order__input--file,
.feedback-order__input--file:disabled {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
}

.feedback-order__input--file:disabled:hover {
    opacity: 0 !important;
}

.feedback-order__field--file .feedback-order__input--file:disabled + .feedback-order__file-button {
    background-image: url('/local/templates/.default/img/icon__attach-old.svg');
    background-color: #328A27;
}

.user-info__label--change .feedback-order__input,
.feedback-order__input--phone,
.feedback-order__input:focus {
	padding: 25px 16px 8px 16px;
}

.feedback-order__load-file {
    width: calc(100% - 40px);
}

.feedback-order__field-name {
    position: absolute;
    top: 50%;
	transform:translateY(-50%);
    left: 16px;
    font: 400 16px/20px 'PT Sans Narrow', sans-serif;
    color: #A9AEC4;
    cursor: text;
}

.feedback-order__field-name--star {
    color: #C10010;
    top: 0 !important;
    right: -7px;
    left: auto;
    transform: translateY(0);
}

.feedback-order__field--textarea .feedback-order__field-name {
	top: 16px;
	transform: translateY(0);
}

.feedback-order__field-error {
	display: none;
    padding-top: 4px;
	font: 400 14px/19px 'PT Sans Narrow', sans-serif;
	color: #C10010;
}

.feedback-order__field--error .feedback-order__field-error {
    display: block;
}

.user-info__label--change .feedback-order__field-name,
.feedback-order__field-name--add-file,
.feedback-order__input:focus + .feedback-order__field-name,
.feedback-order__input:focus + .feedback-order__field-name .feedback-order__field-name--star,
.feedback-order__input:focus:not(.feedback-order__input--file) + .feedback-order__field-name,
.feedback-order__input:focus:not(.feedback-order__input--file) + .feedback-order__field-name .feedback-order__field-name--star,
.feedback-order__input.feedback-order__input--file:not(.feedback-order__input--file) + .feedback-order__field-name {
    font-size: 10px;
    line-height: 13px;
    top: 8px;
    transform: translateY(0);
}

.user-info__label--change.feedback-order__field--file .feedback-order__field-name {
    top: 6px;
}

.feedback-order__field--error .feedback-order__input + .feedback-order__field-name {
    color: #C10010;
}

.feedback-order__field--error .feedback-order__input:focus:not(.feedback-order__input--file) + .feedback-order__field-name,
.feedback-order__field--error .feedback-order__input:not(:placeholder-shown) + .feedback-order__field-name,
.feedback-order__field--phone.feedback-order__field--error .feedback-order__input + .feedback-order__field-name {
    color: #C10010;
}

.user-info__label--change.feedback-order__field--textarea .feedback-order__field-name,
.feedback-order__input--textarea:focus + .feedback-order__field-name {
    display: block;
    width: calc(100% - 32px);
    background-color: #fff;
    padding: 7px 0 3px 0;
    top: 0 !important;
}

.feedback-order__field-decor {
	text-decoration: underline;
}

.user-info__label--change.feedback-order__field--file .feedback-order__field-decor {
    text-decoration: none;
}

.feedback-order__load-file {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
	align-items: center;
}

.feedback-order__add-file {
    position: relative;
    display: flex;
    gap: 4px;
    align-items: center;
    padding-left: 24px;
    font: 400 16px/20px 'PT Sans Narrow', sans-serif;
    color: #19263A;
    z-index: 3;
    overflow-wrap: anywhere;
}

.feedback-order__add-file:hover {
    color: #C10010;
}

.feedback-order__add-file::before {
    content: '';
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background: url('/local/templates/.default/img/icon--load-document.svg') no-repeat center center / contain;
}

.feedback-order__delete-file {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url('/local/templates/.default/img/icon__delete-load-file-old.svg') no-repeat center center / contain;
}

.feedback-order__add-file:hover .feedback-order__delete-file {
    background-image: url('/local/templates/.default/img/icon__delete-load-file-old--hover.svg');
}

.feedback-order__file-button {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 4px;
	right: 3px;
	cursor: pointer;
	border-radius: 12px;
	background: url('/local/templates/.default/img/icon__attach-old--grey.svg') no-repeat center center / 20px 20px, #F1F1F7;
	transition: background .3s ease;
}

.feedback-order__field--file:active .feedback-order__file-button {
    background: url('/local/templates/.default/img/icon__attach-old.svg') no-repeat center center / 20px 20px, #328A27;
}

@media (hover: hover) {
    .feedback-order__field--file:hover .feedback-order__file-button {
        background: url('/local/templates/.default/img/icon__attach-old.svg') no-repeat center center / 20px 20px, #328A27;
    }
}

.feedback-order .control {
    cursor:auto;
    padding-left: 34px;
    min-height: 26px;
}

.feedback-order .control input:disabled:hover {
    opacity: 0 !important;
}

.feedback-order .control .control__indicator,
.feedback-order .control input{
    width: 26px;
    height: 26px;
    top: 0;
    border-radius: 6px;
    transform: translateY(0);
}

.feedback-order__control-text {
    font: 400 16px/20px 'PT Sans Narrow', sans-serif;
    color: #19263A;
}

.feedback-order__control-text--link {
    text-decoration: none;
    color: #328A27;
}

.feedback-order__control-text--link:hover {
    text-decoration: underline;
}

.feedback-order__bottom {
	display: flex;
	gap: 16px;
	flex-direction: column;
}

.control.control--error .control__indicator {
    border-color: #C10010;
}

.control.control--error:active .control__indicator,
.control.control--error input:active:checked~.control__indicator {
    border-color: #328A27;
}

@media (hover: hover) {
    .control.control--error:hover .control__indicator,
    .control.control--error input:hover:checked~.control__indicator {
        border-color: #328A27;
    }
}

.control.control--error input:checked~.control__indicator {
    border-color: #E4E8EC;
}

.feedback-order__warning-submit {
    display: none;
	font: 400 14px/15px 'PT Sans Narrow', sans-serif;
	color: #C10010;
}

.feedback-order__warning-submit--show {
    display: block;
}

.feedback-order__submit {
    max-width: 154px;
    min-width: 0 !important;
    width: 100%;
    height: 46px !important;
    padding: 0 40px !important;
    border-radius: 23px !important;
    font: 400 20px/26px 'PT Sans Narrow', sans-serif;
}

.feedback-order__status {
	display: block;
	width: 100%;
	padding: 20px;
	text-align: center;
	border-radius: 14px;
	font: 400 16px/19px "PT Sans Narrow", sans-serif;
	color: #19263A;
}

.feedback-order__status:empty {
	display: none;
}

.feedback-order__status--success {
	background-color: #EBF6F0;
}

.feedback-order__status--error {
	background-color: #FDE8E8;
}

.rent-question {
    padding: 24px;
    border-radius: 14px;
    border: 1px solid #328A27;
}

.rent-question__title {
    font: 700 26px/33px 'PT Sans Narrow', sans-serif;
    color: #19263A;
    margin: 0 0 20px 0;
}

.rent-question__contacts-wrapper {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

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

    .rent-section:last-of-type {
        padding: 20px 0 32px 0;
    }

    .rent-advantages {
        grid-template-columns: repeat(2, minmax(auto, 1fr));
    }

    .rent-advantages__item:first-child .rent-text--advantages br,
    .rent-advantages__item:nth-child(4) .rent-text--advantages br,
    .rent-advantages__item:nth-child(5) .rent-text--advantages br {
        display: none;
    }

    .rent-text--advantages {
        font-size: 16px;
        line-height:20px;
    }

    .rent-requirements {
        grid-template-columns: 100%;
    }

    .rent-requirements__card-list {
        max-width: 494px;
    }

    .rent-requirements__card:nth-child(2) .rent-requirements__card-list {
        max-width: 494px;
    }

    .rent-requirements__card-image {
        top: 50%;
        transform: translateY(-50%);
    }

	.rent-requirements__card:first-child .rent-requirements__card-image {
		right: 31px;
	}

	.rent-requirements__card:nth-child(2) .rent-requirements__card-image {
		right: 25px;
	}

	.rent-requirements__card:nth-child(3) .rent-requirements__card-image {
		right: 19px;
	}

    .rent-question__title {
        margin: 0 0 20px 0;
    }

    .feedback-title {
        font-size: 20px;
        line-height: 26px;
    }

    .feedback-order {
        scroll-margin-top: 110px;
    }

    .rent-text--question-text {
        font-size: 20px;
        line-height: 26px;
    }
}

@media screen and (max-width: 767px) {
    .rent-section {
        padding: 12px 0;
    }

    .rent-section:nth-of-type(3) {
        padding: 0 0 12px 0;
    }

    .rent-section:last-of-type {
        padding: 12px 0 20px 0;
    }

    .rent-text-wrapper {
        gap: 12px;
    }

    .rent-text {
        font-size: 16px;
        line-height: 21px;
    }

    .rent-text--icon {
        font-size: 18px;
        line-height: 23px;
    }

    .rent-text--city {
        width: 100%;
    }

    .rent-cities {
        gap: 4px 12px;
    }

    .rent-requirements {
        gap: 8px;
    }

    .rent-requirements__card {
        gap: 12px;
        padding-right: 80px;
    }

    .rent-text--requirements {
        font-size: 12px;
        line-height: 16px;
    }

    .rent-text--advantages br {
        display: none;
    }

    .rent-requirements__card-item {
        gap: 6px;
    }

    .rent-section .rent-button-feedback {
        margin: 0;
        height: 46px;
        max-width: 193px;
    }

    .rent-section__title {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 12px;
    }

    .rent-advantages {
        gap: 8px;
        grid-template-columns: 100%;
    }

    .rent-advantages__item {
        gap: 8px;
    }

    .rent-advantages__item-icon-wrapper {
        width: 72px;
        height: 72px;
        padding: 11px;
    }

    .rent-text--advantages {
        font-size: 14px;
        line-height: 19px;
    }

    .rent-requirements__title-card {
        font-size: 20px;
        line-height: 25px;
    }

    .rent-requirements__card-list {
        max-width: 217px;
    }

	.rent-requirements__card-image {
		top: auto;
		transform: translateY(0);
	}

    .rent-requirements__card:first-child .rent-requirements__card-image {
        bottom: -22px;
        right: -22px;
        width: 100px;
        height: 100px;
    }

    .rent-requirements__card:nth-child(2) .rent-requirements__card-image {
        bottom: -25px;
        right: -29px;
        width: 112px;
        height: 112px;
    }

    .rent-requirements__card:nth-child(3) .rent-requirements__card-image {
        bottom: -29px;
        right: -31px;
        width: 118px;
        height: 118px;
    }

    .feedback-title {
        font-size: 16px;
        line-height: 20px;
        padding: 12px 0;
    }

    .feedback-order {
        gap: 12px;
        max-width: 100%;
        scroll-margin-top: 140px;
    }

    .feedback-order__inputs {
        gap: 8px;
    }

    .feedback-order__input {
        height: 51px;
    }

    .feedback-order__input, .feedback-order__field-name, .feedback-order__add-file {
        font-size: 14px;
        line-height: 18px;
    }

    .feedback-order__input::placeholder {
        font-size: 14px;
        line-height: 18px;
    }

    .button--large.feedback-order__submit {
        height: 44px;
        max-width: 100%;
    }

	.feedback-order__bottom {
		gap: 10px;
	}

    .feedback-order__field--file-mobile {
        min-height: 51px;
        padding: 28px 16px 7px 16px;
    }

    .feedback-order__field--file .feedback-order__field-name,
    .feedback-order__field--file .feedback-order__field-error {
        width: calc(100% - 65px);
    }

	.feedback-order__status {
		padding: 12px;
	}

    .rent-question__title {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 12px 0;
    }

    .rent-text--question-text {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .rent-question__contacts-wrapper {
        gap: 4px;
    }

    .rent-text--question-link-text {
        font-size: 14px;
        line-height: 20px;
    }

    .rent-text--question-link {
        font-size: 14px;
        line-height: 20px;
    }
}