/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

main {
    display: block
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

input {
    overflow: visible
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

details {
    display: block
}

summary {
    display: list-item
}

menu {
    display: block
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

@font-face {
    font-family: 'Montserrat Regular';
    src: url(../fonts/montserrat-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat Semibold';
    src: url(../fonts/montserrat-semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url(../fonts/montserrat-bold.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    font-weight: 400
}

:focus {
    outline: 2px solid #ffb92d
}

body {
    font-family: "Montserrat Regular", Arial, Helvetica, sans-serif;
    color: #000
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

a {
    color: inherit
}

input {
    border: none
}

.icons {
    display: none
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.legal {
    padding: 60px 0;
    font-size: 15px;
    line-height: 1.7
}

.legal .back-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 25px;
    padding: 10px 18px;
    border-radius: 4px;
    background-color: #f3f4ff;
    color: #303880;
    font-weight: 600;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease
}

.legal .back-button::before {
    content: "←";
    font-size: 18px;
    line-height: 1
}

.legal .back-button:hover,
.legal .back-button:focus {
    background-color: #303880;
    color: #fff
}

.legal h1 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #303880
}

.legal h2 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #303880
}

.legal p,
.legal ul {
    margin-bottom: 15px
}

.legal ul {
    padding-left: 20px
}

.icon {
    display: inline-block;
    line-height: .8
}

.icon>svg {
    display: inline-block;
    font-size: inherit;
    width: 1em;
    height: 1em;
    overflow: visible;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor
}

.header {
    background-color: #fff;
    padding: 20px 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    position: relative;
    z-index: 10
}

.header__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__title-logo {
    display: inline-block
}

.header__home-url {
    display: inline-block;
    width: auto;
    text-decoration: none;
    color: inherit
}

.header__logo-text {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #303880
}

.header__home-url:focus .header__logo-text,
.header__home-url:hover .header__logo-text {
    color: #c20e1a
}

.header__logo {
    display: block;
    width: 100%;
    height: auto
}

.header .phone {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: right;
    text-decoration: none
}

.header .phone__icon {
    display: none;
    font-size: 35px;
    color: #c20e1a
}

.header .phone__text {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #000
}

.header .phone__number {
    color: #303880;
    font-size: 24px;
    font-family: "Montserrat Semibold", Arial, Helvetica, sans-serif
}

.banner {
    background-image: url(../images/banner-xs%402x.jpg);
    background-repeat: no-repeat;
    background-size: auto 250px;
    background-position: center top
}

.banner__title {
    color: #303880;
    font-family: "Montserrat Semibold", Arial, Helvetica, sans-serif;
    padding-top: 10px;
    font-size: 20px
}

.banner__text {
    text-decoration: none;
    background-color: #303880;
    display: inline-block;
    margin: 5px 0 0;
    color: #fff;
    border-radius: 50px;
    padding: 5px 15px;
    font-size: 16px
}

.banner__cta {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 28px;
    border-radius: 4px;
    background-color: #c20e1a;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: background-color .2s ease;
}

.banner__cta:focus,
.banner__cta:hover {
    background-color: #9f0b15;
    color: #fff;
}

.banner__image {
    display: block;
    margin: 0 auto 0 auto;
    width: 211px;
    height: auto
}

.banner__column {
    text-align: center
}

.banner__column .banner__cta {
    margin-left: auto;
    margin-right: auto
}

.banner__column_quote {
    text-align: left
}

.banner-quote {
    background-color: #c20e1a;
    border-radius: 20px;
    padding: 15px 15px 20px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16)
}

.banner-quote__title {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-size: 20px
}

.about {
    padding: 40px 0 20px
}

.about__title {
    color: #303880;
    text-align: center;
    padding: 0 20px;
    font-family: "Montserrat Semibold", Arial, Helvetica, sans-serif;
    padding-bottom: 16px;
    position: relative;
    font-size: 24px
}

.about__title::before {
    content: '';
    background-color: #303880;
    height: 4px;
    width: 110px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0
}

.about-section {
    width: 100%
}

.about-section__column {
    padding: 0 20px
}

.about-section__content h3 {
    text-transform: uppercase;
    color: #c20e1a;
    font-family: "Montserrat Semibold", Arial, Helvetica, sans-serif;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 24px
}

.about-section__content p {
    margin-bottom: 20px;
    font-size: 14px
}

.about-section__content p:last-child {
    margin-bottom: 0
}

.about-section__content strong {
    font-family: "Montserrat Semibold", Arial, Helvetica, sans-serif;
    text-transform: uppercase
}

.about-section__image img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 400px;
    margin: 30px auto 0
}

.note {
    background-image: linear-gradient(to top, #303880, #3949ab);
    padding: 44px 0
}

.note__text {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 20px
}

.note strong {
    font-family: "Montserrat Bold", Arial, Helvetica, sans-serif
}

.message {
    padding: 57px 0 116px;
    background-color: #fafafa;
    border-bottom: solid 1px #ededed
}

.message__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 50vh
}

.message__content {
    text-align: center
}

.message__image {
    width: 100px;
    height: auto;
    display: block;
    margin: 0 auto 10px
}

.message__title-text_1 {
    font-size: 40px;
    display: block;
    color: #47c796;
    text-transform: uppercase
}

.message_error .message__title-text_1 {
    color: #ffb92d
}

.message__title-text_2 {
    font-size: 24px;
    display: block;
    text-transform: uppercase
}

.message__text {
    font-size: 16px;
    margin: 8px 0
}

.message .back-button {
    position: relative;
    padding: 10px 30px;
    border: none;
    border-radius: 30px;
    overflow: hidden;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    cursor: pointer;
    text-decoration: none
}

.message .back-button::after,
.message .back-button::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #303880;
    background-image: linear-gradient(to top, #303880, #3949ab)
}

.message .back-button::after {
    background-image: linear-gradient(to top, #3e48a5, #5262c5);
    opacity: 0;
    transition: opacity .2s ease
}

.message .back-button:hover::after {
    opacity: 1;
    transition: opacity .2s ease
}

.message .back-button__text {
    position: relative;
    z-index: 10;
    font-size: 16px;
    font-family: "Montserrat Semibold", Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase
}

.footer {
    padding: 40px 10px;
    font-size: 11px
}

.footer__container {
    max-width: 1250px
}

.footer__legal-notes {
    text-align: center;
    margin-bottom: 25px
}

.footer__legal-notes p {
    margin: 0 0 20px
}

.footer__legal-text {
    text-align: center
}

.footer__disclaimer {
    margin: 12px 0 0;
    font-size: 12px;
    line-height: 1.5;
}

.footer__legal-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.5;
    margin-top: 20px
}

.footer__legal-links a {
    color: #303880;
    text-decoration: none;
    display: block;
    margin: 0 10px
}

@media only screen and (min-width:530px) {
    .banner {
        background-size: auto 330px
    }

    .banner__image {
        width: 300px;
        margin-top: 25px
    }
}

@media only screen and (min-width:700px) {
    .header {
        padding: 18px 0
    }

    .header__home-url {
        width: 160px
    }

    .banner {
        background-image: url(../images/banner-lg.jpg);
        background-size: auto 480px
    }

    .banner__title {
        font-size: 31px
    }

    .banner__text {
        font-size: 19px;
        padding: 9px 25px
    }

    .banner__image {
        width: 450px
    }

    .banner-quote {
        padding: 25px 35px
    }

    .banner-quote__title {
        font-size: 24px
    }

    .about__title {
        font-size: 29px
    }

    .about-section__content h3 {
        font-size: 27px
    }

    .about-section__content p {
        font-size: 16px
    }

    .note__text {
        font-size: 24px
    }

    .message__title-text_1 {
        font-size: 47px
    }

    .message__title-text_2 {
        font-size: 27px
    }

    .message__text {
        font-size: 19px
    }
}

@media only screen and (min-width:830px) {
    .header__home-url {
        width: auto
    }

    .header .phone__icon {
        display: block
    }

    .header .phone__content {
        margin-left: 15px
    }

    .header .phone__text {
        font-size: 14px
    }

    .header .phone__number {
        font-size: 32px
    }

    .banner {
        padding-top: 60px;
        background-size: auto 650px
    }

    .banner__title {
        font-size: 42px
    }

    .banner__text {
        font-size: 22px
    }

    .banner__image {
        width: 500px
    }

    .banner-quote {
        padding: 35px 40px
    }

    .banner-quote__title {
        font-size: 28px
    }

    .about__title {
        font-size: 34px
    }

    .about-section__content h3 {
        font-size: 30px
    }

    .about-section__content p {
        font-size: 18px
    }

    .note {
        padding: 60px 0
    }

    .note__text {
        font-size: 28px
    }

    .message__image {
        width: 200px
    }

    .message__title-text_1 {
        font-size: 54px
    }

    .message__title-text_2 {
        font-size: 30px
    }

    .message__text {
        font-size: 22px;
        margin-top: 10px
    }

    .message .back-button {
        padding: 15px 30px
    }

    .message .back-button__text {
        font-size: 18px
    }

    .footer {
        padding: 50px 0 40px;
        font-size: 12px
    }
}

@media only screen and (min-width:1000px) {
    .header__home-url {
        width: auto
    }

    .banner {
        background-size: auto 700px
    }

    .banner__container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .banner__column {
        width: calc(50% - 10px)
    }

    .banner__title {
        font-size: 52px;
        padding-top: 30px
    }

    .banner__text {
        margin-top: 10px;
        font-size: 24px
    }

    .banner__image {
        width: 600px;
        margin-top: 35px
    }

    .banner-quote__title {
        font-size: 32px
    }

    .about {
        padding-bottom: 0
    }

    .about__title {
        font-size: 40px;
        margin-bottom: 45px
    }

    .about-section {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .about-section__column {
        width: 50%;
        padding: 0
    }

    .about-section__column_1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .about-section__column_2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .about-section__content {
        max-width: 660px;
        padding: 30px
    }

    .about-section__content_left {
        margin-left: auto
    }

    .about-section__content h3 {
        font-size: 32px;
        text-align: left;
        margin-top: 0
    }

    .about-section__image {
        height: 100%
    }

    .about-section__image img {
        display: none
    }

    .about-section__image_left {
        background-image: url(../images/couple-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center
    }

    .about-section__image_right {
        background-image: url(../images/businessman-suit-car-auto-insurance-600nw-2484715779.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center
    }

    .note {
        padding: 80px 0
    }

    .note__text {
        font-size: 32px
    }

    .message__title-text_1 {
        font-size: 60px
    }

    .message__title-text_2 {
        font-size: 32px
    }

    .message__text {
        font-size: 24px;
        margin-top: 12px
    }

    .footer {
        padding: 60px 0 50px;
        font-size: 13px
    }

    .footer__legal-notes {
        margin-bottom: 30px
    }

    .footer__legal-links {
        margin-top: 0
    }
}

@media only screen and (min-width:1200px) {
    .banner__column {
        width: calc(100% - 502px)
    }

    .banner__column_quote {
        width: 472px
    }

    .banner__image {
        width: 698px
    }

    .about-section__content {
        padding: 90px 60px
    }

    .footer__legal-text {
        text-align: left
    }

    .footer__legal-info {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}
