h1 {
    font-size: 48px
}

h2 {
    font-size: 33px
}

h3 {
    font-size: 26px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 19px
}

h6 {
    font-size: 16px
}

p {
    line-height: 1.5;
}

table.table {
    word-break: break-word;
    line-height: 1.5;
}

.container {
    font-family: Roboto, sans-serif;
    max-width: 100%;
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 992px) {
    .container {
        width: 972px;
    }
}

@media (max-width: 768px) {
    .container {
        width: 100%;
    }
}

.table {
    display: table;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
    border: 1px solid #e3e3e3;
    border-collapse: collapse;
}

.table p {
    hyphens: auto;
    hyphenate-limit-chars: 6 3 3;
}

.table td:not(:first-child),
.table th:not(:first-child) {
    border-left: 1px solid #e3e3e3;
}

.table td:not(:first-child),
.table th:not(:first-child) {
    border-left: 1px solid #e3e3e3;
}

.table td,
.table th {
    padding: 5px 12px;
    vertical-align: top;
    border-bottom: 1px solid #e3e3e3;
}

.table td,
.table th {
    padding: 5px 12px;
    vertical-align: top;
    border-bottom: 1px solid #e3e3e3;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

a:hover,
a:focus {
    color: #da2b2b;
}

ul {
    margin-top: 15px;
}

ul li {
    line-height: 24px;
}

.img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.page__canvas {
    margin-top: 162px;
}

.page__header {
    margin-top: 40px;
    margin-bottom: 20px;
}

.page__header-title {
    margin: 0;
    font-size: 64px;
}

@media (max-width: 1024px) {
    .page__header-title {
        font-size: 48px;
    }
}

.footer_form {
    margin-top: 20px;
}

.footer_form {
    margin-bottom: 60px;
    font-family: Roboto;
}

.footer_form__content {
    position: relative;
    background: #F1F2F4;
    padding: 40px;
    border-radius: 40px;
    width: 100%;
}

@media (max-width: 991px) {
    .footer_form__content {
        display: flex;
        flex-direction: column;
        padding-bottom: 0;
        align-items: center;
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .footer_form__content {
        border-radius: 20px;
        padding: 24px 15px 0;
    }
}

#footer_form,
.footer_form__content_left {
    display: flex;
    flex-direction: column;
    max-width: 568px;
    gap: 20px;
}

.form_footer__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 37.5px;
}

@media (max-width: 768px) {
    .form_footer__title {
        font-size: 22px;
        line-height: 26px;
    }
}

.footer_form__desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

@media (max-width: 768px) {
    .footer_form__desc {
        font-size: 16px;
        line-height: 20px;
    }
}

#footer_form,
.footer_form__content_left {
    display: flex;
    flex-direction: column;
    max-width: 568px;
    gap: 20px;
}

@media (max-width: 1200px) {
    .footer_form__content_left {
        width: 400px;
    }
}

@media (max-width: 991px) {
    #footer_form,
    .footer_form__content_left {
        width: 100%;
        max-width: unset;
    }
}

.footer_form__control input[type="tel"] {
    border: unset;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    background-color: #E6E6E6;
    color: #000000;
    padding: 19px 23px;
}

.footer_form__submit {
    border-radius: 10px;
    background: #DA2B2B;
    border: none;
    font-weight: 600;
    width: 100%;
    color: #ffffff;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    padding: 18px;
    cursor: pointer;
}

.footer_form__content_right {
    right: 99px;
    position: absolute;
    bottom: 0;
}

@media (max-width: 1200px) {
    .footer_form__content_right {
        right: 0;
        width: 400px;
    }
}

@media (max-width: 991px) {
    .footer_form__content_right {
        position: relative;
        width: 305px;
    }
}

.form-row:nth-child(8) .formRow-label {
    display: block;
}