* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

ul,
ol {
    list-style: none;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    border: none;
    background: none;
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.container {
    width: 100%;
    max-width: 1208px;
    margin: 0 auto;
    padding: 0 15px;
}

.header {
    padding: 30px 0;
}

.header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.contact__icon {
    width: 50px;
    height: 50px;
    margin-top: -4px;
}

.contact__phone a {
    font-weight: 700;
    font-size: 22px;
    line-height: 73%;
    color: #0e3f60;
}

.contact__phone a span {
    color: #009cd6;
}

.contact__info {
    font-weight: 400;
    font-size: 14px;
    line-height: 133%;
    color: #57758f;
}

.contact__wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact__phone-mob {
    display: none;
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo .block-icon {
    margin-right: 13px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
}

.logo .block-icon img {
    display: block;
    width: 100%;
    max-width: 120px;
    height: auto;
}

.logo .block-content .logo-name {
    font-size: 27px;
    line-height: 30px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: bold;
    color: #009cd6;
    text-transform: uppercase;
}

.logo .block-content .logo-name .color-accent {
    color: #f35150;
}

.logo .block-content .logo-info {
    font-size: 14px;
    line-height: 20px;
    color: #57758f;
}

.hero {
    background: linear-gradient(90deg, #1b77dc 0%, #35a8ea 100%);
    position: relative;
    overflow: hidden;
}

.hero__linkmob {
    display: none;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 252px;
    height: 339px;
    background: url("../images/herobg_1.svg") no-repeat center center/cover;
}

.hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 380px;
    height: 427px;
    background: url("../images/herobg_2.svg") no-repeat center center/cover;
}

.hero__wrapper {
    padding: 59px 0;
    position: relative;
}

.hero__image {
    position: absolute;
    top: 25px;
    right: 0;
    bottom: 25px;
    height: calc(100% - 50px);
    transform: translateX(50%);
    z-index: 1;
}

.hero__image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.hero__content {
    position: relative;
    z-index: 2;
    max-width: 900px;
}

.hero__content h1 {
    font-weight: 500;
    font-size: 50px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 30px;
}

.hero__content span {
    font-weight: 500;
    font-size: 26px;
    line-height: 85%;
    color: #93e8fc;
    display: block;
    margin-bottom: 40px;
}

.hero__content p {
    max-width: 697px;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
    margin-bottom: 0;
}

.hero__btn {
    margin-top: 40px;
}

.btn {
    border: 1px solid #fff;
    border-radius: 60px;
    padding: 10px 38px;
    width: 224px;
    height: 42px;
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.btn:hover {
    opacity: 0.7;
}

.btn-blue {
    transition: all 0.3s ease;
}

.btn-blue:hover {
    opacity: 0.7;
}

.advantages {
    padding: 70px 0;
}

.advantages__item {
    width: 33.333333%;
    box-shadow: 0 4px 20px 0 rgba(14, 63, 96, 0.1);
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.advantages__wrapper {
    display: flex;
    gap: 20px;
}

.advantages__icon {
    width: 80px;
    height: 80px;
}

.advantage__icon {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.advantage__wrap {
    display: flex;
    gap: 10px;
}

.advantage__content h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #0e3f60;
    margin-bottom: 10px;
}

.advantage__content p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #57758f;
}

.check-form {
    background: #f2f7fd;
    padding: 70px 0;
}

.check-form__result .form-content__wrapper p {
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
    color: #57758f;
}

.check-form__error {
    background: #ffeceb;
}

.check-form__error .form-content__btn {
    margin-top: 40px;
}

.check-form__error-contact {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.check-form__error-contact__icon {
    width: 45px;
    height: 45px;
}

.check-form__error-contact .contact__wrapper {
    gap: 0;
}

.check-form__error-contact .contact__info {
    font-size: 14px;
}

.check-form__error-contact .contact__phone {
    font-size: 24px;
}

.check-form__error-contact .contact__phone a {
    font-size: 24px;
}

.check-form__error-icon {
    width: 50px;
    height: 50px;
}

.check-form__error-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.check-form__error span {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #57758f;
}

.check-form__wrapper {
    display: flex;
    gap: 70px;
    align-items: center;
    position: relative;
}

.check-form__loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f7fdb3;
    transition: all 0.3s ease;
}

.check-form__image {
    max-width: 518px;
    width: 100%;
    flex-shrink: 0;
}

.check-form__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.check-form__content {
    width: 100%;
}

.form-content {
    width: 100%;
}

.form-content h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 122%;
    color: #0e3f60;
}

.form-content h2 span {
    color: #f35150;
}

.form-content__wrapper {
    margin-top: 30px;
}

.form-content__wrapper-btns {
    display: flex;
    gap: 30px;
    margin-top: 20px;
    justify-content: space-between;
}

.form-content__wrapper p {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: #57758f;
    margin-bottom: 10px;
}

.form-content__wrapper p:last-child {
    margin-bottom: 0;
}

.form-content__wrapper form {
    margin-top: 40px;
}

.form-content__wrapper form input {
    margin-bottom: 30px;
}

form {
    display: flex;
    flex-direction: column;
}

form input {
    width: 100%;
    background: #fff;
    border: 1px solid #c8ced4;
    border-radius: 3px;
    padding: 19px 16px;
    width: 350px;
    height: 52px;
    font-weight: 400;
    font-size: 15px;
    color: rgba(87, 117, 143, 0.84);
    max-width: 350px;
}

.btn-blue {
    width: 270px;
    height: 52px;
    box-shadow: 0 2px 6px 0 rgba(34, 87, 142, 0.17);
    background: linear-gradient(88deg, #1b77dc 0%, #35a8ea 100%);
    border-radius: 60px;
    padding: 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 107%;
    color: #fff;
}

.success-table {
    margin-top: 20px;
    border: 1px solid #c8ced4;
    border-radius: 3px 0 0 0;
    width: 100%;
}

.success-table tr {
    border: 1px solid #c8ced4;
    border-radius: 3px 0 0 0;
    width: 285px;
    height: 45px;
    background: #fff;
    font-size: 15px;
    color: rgba(87, 117, 143, 0.84);
}

.success-table tr:nth-child(2n) {
    background: #f4f4f4;
}

.success-table tr td {
    width: 50%;
    padding: 10px 16px;
}

.success-table tr td:first-child {
    font-weight: 600;
    border-right: 1px solid #c8ced4;
}

.btn-white {
    border: 1px solid #1b77dc;
    background: #fff;
    border-radius: 60px;
    padding: 10px 33px;
    font-weight: 500;
    font-size: 15px;
    line-height: 107%;
    background-color: white;
    color: #1b77dc;
    white-space: nowrap;
}

.form-image {
    height: 100%;
    width: 518px;
    flex-shrink: 0;
}

.form-image img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.info-blocks {
    padding: 70px 0;
}

.info-blocks__title {
    max-width: 733px;
    margin: 0 auto 40px;
}

.info-blocks__title h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 122%;
    text-align: center;
    color: #0e3f60;
    margin-bottom: 0;
}

.info-blocks__wrapper {
    columns: 2;
    column-gap: 55px;
}

.info-blocks__text,
.info-blocks__image {
    margin: 0;
    break-inside: avoid;
}

.info-blocks__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #57758f;
}

.info-blocks__text a {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.info-blocks__text ul {
    margin-bottom: 10px;
    margin-top: 10px;
}

.info-blocks__text ul li {
    list-style-type: disc;
    margin-left: 25px;
}

.info-blocks__blockquote-blue {
    background: #f2f7fd;
    padding: 20px 30px;
    border-left: 2px solid #009dd9;
    border-radius: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.info-blocks__blockquote-blue p {
    font-size: 16px;
    line-height: 150%;
    color: #57758f;
    margin-bottom: 10px;
}

.info-blocks__blockquote-blue p:last-child {
    margin-bottom: 0;
}

.info-blocks__blockquote-blue p i {
    font-style: italic;
    font-weight: 100;
}

.info-blocks__b {
    margin-bottom: 40px;
}

.info-blocks__c p {
    margin-bottom: 30px;
}

.info-blocks__d p {
    margin-bottom: 30px;
}

.info-blocks__blockquote-red {
    background: #f2f7fd;
    border-left: 2px solid #f35150;
    border-radius: 5px;
    padding: 20px 30px;
    margin-top: 30px;
}

.info-blocks__blockquote-red p:last-child {
    margin-bottom: 0;
}

.about-center {
    background: #f2f7fd;
    padding: 70px 0 35px;
}

.about-center__title {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-center__title h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 122%;
    text-align: center;
    color: #0e3f60;
    margin-bottom: 20px;
}

.about-center__title p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #57758f;
    max-width: 626px;
}

.advantages-cards {
    display: flex;
    gap: 20px;
}

.adv-card {
    width: 33.33%;
    border-radius: 5px;
    padding: 20px 55px 36px 55px;
    box-shadow: 0 4px 20px 0 rgba(14, 63, 96, 0.1);
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.adv-card p {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: #0e3f60;
    margin-bottom: 10px;
}

.adv-card span {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: #57758f;
}

.adv-number {
    width: 80px;
    height: 80px;
    margin-bottom: 14px;
}

.legal-info {
    background: #f2f7fd;
    padding: 35px 0 70px;
}

.legal-info__wrapper {
    display: flex;
    align-items: center;
    gap: 43px;
}

.legal-info__right {
    width: 679px;
    flex-shrink: 0;
}

.legal-info__left h3 {
    font-weight: 500;
    font-size: 36px;
    line-height: 139%;
    color: #0e3f60;
    margin-bottom: 20px;
}

.legal-info__left p {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #57758f;
    margin-bottom: 25px;
}

.legal-info__left p span {
    display: inline-block;
    margin-top: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #57758f;
}

.faq {
    padding: 70px 0;
}

.faq__title {
    margin-bottom: 40px;
}

.faq__title h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 122%;
    text-align: center;
    color: #0e3f60;
    margin-bottom: 0;
}

.faq__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.faq-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.faq-question {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #0e3f60;
    padding: 16px 30px;
    width: 100%;
}

.faq-answer {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #57758f;
    padding: 30px;
    background: #f4f8fd;
    width: 100%;
}

.footer {
    background: #f2f7fd;
    padding: 40px 0;
}

.footer .logo .block-icon img {
    max-width: 120px;
}

.footer__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.footer-left {
    display: flex;
    width: 340px;
    flex-shrink: 0;
}

.footer-right {
    width: 290px;
    flex-shrink: 0;
}

.footer__contact {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer__contact .icon {
    width: 47px;
    height: 47px;
}

.footer__contact .contact__phone {
    margin-bottom: 0;
}

.footer__contact .contact__phone a {
    font-size: 25px;
}

.footer__contact .contact__info {
    font-size: 15px;
}

.footer-center {
    font-weight: 400;
    font-size: 20px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #57758f;
}

.copyright {
    font-weight: 300;
    font-size: 14px;
    color: #57758f;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1200px) {
    .header__contact .contact__icon {
        display: none;
    }
    .header__contact .contact__wrapper {
        display: none;
    }
    .header__contact .contact__phone-mob {
        display: flex;
        width: 50px;
        height: auto;
        align-items: center;
        justify-content: center;
        margin-top: -4px;
    }
    .contact__phone-mob svg {
        width: 50px;
        height: 36px;
        object-fit: contain;
        object-position: center;
    }
    .logo .block-icon img {
        max-width: 38px;
    }
    .logo .block-content .logo-info {
        display: none;
    }
    .header {
        padding: 13px 0;
    }
    .hero__wrapper {
        padding: 55px 0;
        position: relative;
    }
    .hero__content h1 {
        font-weight: 500;
        font-size: 30px;
        line-height: 120%;
        color: #fff;
        margin-bottom: 20px;
    }
    .hero__content span {
        font-weight: 500;
        font-size: 20px;
        line-height: 120%;
        color: #93e8fc;
        display: block;
        margin-bottom: 30px;
    }
    .hero__content p {
        max-width: 697px;
        font-weight: 400;
        font-size: 16px;
        line-height: 130%;
        color: #fff;
        margin-bottom: 0;
    }
    .hero__image {
        position: relative;
        top: 25px;
        right: 0;
        bottom: 25px;
        height: calc(100% - 50px);
        transform: translateX(0);
        z-index: 1;
    }
    .btn.hero__btn {
        display: none;
    }
    .advantages {
        padding: 40px 0;
    }
    .advantages__wrapper {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }
    .advantages__item {
        width: 100%;
        box-shadow: 0 4px 20px 0 rgba(14, 63, 96, 0.1);
        background: #fff;
        padding: 20px;
        border-radius: 5px;
    }
    .advantage__wrap {
        display: flex;
        gap: 10px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .check-form {
        padding: 40px 0;
    }
    .check-form__wrapper {
        display: flex;
        gap: 20px;
        align-items: center;
        flex-direction: column;
    }
    .form-image {
        height: 100%;
        width: 100%;
        flex-shrink: 0;
    }
    .form-content h2 {
        font-weight: 500;
        font-size: 26px;
        line-height: 115%;
        text-align: center;
    }
    .form-content__wrapper {
        margin-top: 20px;
    }
    .form-content__wrapper form {
        margin-top: 20px;
    }
    form input {
        width: 100%;
        background: #fff;
        border: 1px solid #c8ced4;
        border-radius: 3px;
        padding: 16px 14px;
        width: 100%;
        height: 40px;
        font-weight: 400;
        font-size: 15px;
        color: rgba(87, 117, 143, 0.84);
        max-width: 350px;
    }
    .form-content__wrapper form input {
        margin-bottom: 20px;
    }
    .btn-blue {
        width: 100%;
    }
    .form-content__wrapper-btns {
        display: flex;
        gap: 20px;
        margin-top: 20px;
        justify-content: space-between;
        flex-direction: column;
    }
    .form-content__wrapper-btns button {
        height: 52px;
    }
    section.check-form.check-form__error .form-content h2 {
        text-align: left;
    }
    .check-form__error span {
        font-weight: 600;
        font-size: 18px;
        line-height: 100%;
        color: #57758f;
    }
    .check-form__error-contact .contact__phone a {
        font-size: 18px;
    }
    .check-form__error .form-content__btn {
        margin-top: 20px;
    }
    .info-blocks {
        padding: 40px 0;
    }
    .info-blocks__title h2 {
        font-weight: 500;
        font-size: 26px;
        line-height: 115%;
        text-align: center;
        color: #0e3f60;
        margin-bottom: 0;
    }
    .info-blocks__title {
        margin: 0 auto 20px;
    }
    .info-blocks__wrapper {
        columns: 1;
        column-gap: 55px;
        display: flex;
        flex-direction: column;
    }
    .info-blocks__a {
        margin-bottom: 0;
        order: 2;
    }
    .info-blocks__e {
        margin-bottom: 20px;
        order: 4;
    }
    .info-blocks__b {
        margin-bottom: 20px;
        order: 1;
    }
    .info-blocks__c {
        margin-bottom: 20px;
        order: 3;
    }
    .info-blocks__d {
        margin-bottom: 0;
        order: 5;
    }
    .info-blocks__blockquote-blue {
        background: #f2f7fd;
        padding: 20px 15px;
        border-left: 0px solid #009dd9;
        border-radius: 5px;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .info-blocks__c p {
        margin-bottom: 0;
    }
    .info-blocks__blockquote-red {
        background: #f2f7fd;
        border-left: 0px solid #f35150;
        border-radius: 5px;
        padding: 20px 15px;
        margin-top: 20px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .about-center {
        background: #f2f7fd;
        padding: 40px 0 20px;
    }
    .about-center__title h2 {
        font-weight: 500;
        font-size: 26px;
        line-height: 122%;
        text-align: center;
        color: #0e3f60;
        margin-bottom: 15px;
    }
    .advantages-cards {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }
    .adv-card {
        width: 100%;
        border-radius: 5px;
        padding: 20px 20px 36px 20px;
        box-shadow: 0 4px 20px 0 rgba(14, 63, 96, 0.1);
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .legal-info__left h3 {
        font-weight: 500;
        font-size: 26px;
        line-height: 139%;
        color: #0e3f60;
        margin-bottom: 20px;
    }
    .legal-info__wrapper {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-direction: column-reverse;
    }
    .legal-info__right {
        width: 100%;
        flex-shrink: 0;
    }
    .legal-info {
        background: #f2f7fd;
        padding: 20px 0 40px;
    }
    .faq {
        padding: 40px 0;
    }
    .faq__title h2 {
        font-weight: 500;
        font-size: 26px;
        line-height: 122%;
        text-align: center;
        color: #0e3f60;
        margin-bottom: 0;
    }
    .faq__title {
        margin-bottom: 20px;
    }
    .faq-question {
        font-weight: 500;
        font-size: 16px;
        line-height: 140%;
        color: #0e3f60;
        padding: 16px 30px;
        width: 100%;
    }
    .faq__list {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-left: -15px;
        margin-right: -15px;
    }
    .faq-answer {
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        text-align: center;
        color: #57758f;
        padding: 19px;
        background: #f4f8fd;
        width: 100%;
    }
    .footer__wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 40px;
        flex-direction: column;
        gap: 40px;
    }
    .footer-left {
        display: flex;
        width: 100%;
        flex-shrink: 0;
        justify-content: center;
    }
    .footer .logo .block-content .logo-info {
        display: inline-flex;
    }
    .hero__linkmob {
        display: inline-flex;
        font-weight: 500;
        font-size: 13px;
        line-height: 185%;
        text-transform: uppercase;
        color: #0e3f60;
        padding: 11px 30px;
        background: rgba(255, 255, 255, 0.79);
        border-radius: 60px;
        margin-top: 40px;
        z-index: 10;
        position: relative;
    }
    .dflex {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 20px
    }
    .logo .block-content .logo-name {
        font-size: 15px;
        line-height: 20px;
    }
    .logo .block-icon img {
        max-width: 80px;
    }    
}

.dflex {
    display: flex;
    align-items: center;
    gap: 20px
}
/*# sourceMappingURL=main.css.map */