
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
ul li {
    list-style: none;
}

:root {
    --connect-path: url('/local/templates/insapp3/assets/img_src/connect/osago.png');
    --connect-image-width: 677px;
    --connect-image-height: 512px;
    --connect-image-position-top: auto;
    --connect-image-position-left: 50%;
    --connect-image-position-right: 0;
    --connect-image-position-bottom: -161px;
    --connect-image-params: -81.198px -117.089px / 127.025% 144.803% no-repeat;
}

.feedback-form-block {
    display: flex;
    padding: 40px 80px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    background-color: var(--color-cardBackground);
    position: relative;
}

.feedback-form-block.partners form {
    display: flex;
}

.feedback-form-block-2 {
    display: flex;
    position: relative;
}
.feedback-form-block-2 .btn,
.feedback-form-block .btn {
    height: 48px;
    width: 100%;
    /* margin-top: 24px; */
}

.success-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    background-color: var(--default-card-background);
    -webkit-transition: var(--transition-normal);
    -o-transition: var(--transition-normal);
    transition: var(--transition-normal)    ;
    -moz-transition: var(--transition-normal);
    -ms-transition: var(--transition-normal);
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.success-wrapper__body {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 200px;
    margin: 0 25px;
}

.success-wrapper__buttons {
    display: flex;
    align-items: end;
    width: 100%;
    max-width: 300px;
    margin: 0 15px;
}.feedback-form-block.partners {
    /* padding: 40px 80px; */
    background-image: url('/local/templates/insapp2/assets/img/ic-feedback-from.png');
    background-repeat: no-repeat;
    background-position: 0px 210px;
    background-size: 291px;
}

.feedback-form-block.partners .feedback-form-block__header h1 {
    max-width: 50%;
}

.feedback-form-block.partners .feedback-form-block__body {
    max-width: 600px;
}

.feedback-form-block.partners .btn {
    width: 100%;
}

.feedback-form-block.partners input, .feedback-form-block.partners textarea {
    margin-bottom: 8px;
}

.feedback-form-block div {
    flex: 1;
}

.feedback-form-block__header {
    font-size: 32px;
    font-weight: 800;
}

.feedback-form-block__header h1 {
    max-width: 60%;
    margin-bottom: 16px;
}

.feedback-form-block__header h1.mortgage {
    max-width: 100%;
}

.feedback-form-block__header h1.mortgage br {
    display: none;
}

.feedback-form-block__header p {
    max-width: 70%;
    font-size: 16px;
    font-weight: 400;
    color: var(--color-white);
    margin-bottom: 32px;
}

.feedback-form-block__body {
    max-width: 600px;
}

.feedback-form-block__body .body__wrapper {
    margin-bottom: 8px;
}

.feedback-form-block__body .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.feedback-from-block__image {
    display: flex;
    flex: 1;
    justify-content: center;
}

.feedback-from-block__image img {
    object-fit: none;
}

h3 {
    /*color: var(--default-card-text-color);*/
    /*text-align: center;*/
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
}

/* Polzovatelskoe-soglashenie */
.privacy-policy {
    max-width: 1200px;
    margin-bottom: 25px;

    color: var(--footer-link-color);
}

.privacy-policy h1, .privacy-policy h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.privacy-policy p, .privacy-policy ul li, .privacy-policy a {
    font-size: 16px;
    line-height: 24px;
}

.privacy-policy p.policy-paragraph {
    margin: 20px 0;
}

.privacy-policy a {
    color: var(--custom-blue);
}

.privacy-policy ul {
    margin-left: 15px;
    margin-top: 12px;
    margin-bottom: 12px;

}

.privacy-policy ul li {
    list-style: disc;
}

.policy-page-body-right-list__link {
    color: var(--custom-blue);
}

.policy-page-body {
    margin-bottom: 25px;
}
.policy-section {
    color: var(--footer-link-color);
}
/* Polzovatelskoe-soglashenie end */
.success-wrapper__message {
    color: var(--default-card-text-color) !important;
}