/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Bricolage Grotesque", serif;
    background: #fff;
}

header {
    background: url("../images/header-bg.jpg") no-repeat center center / 100%;
}

@media(max-width:1920px){
    header {
        background: url("../images/header-bg-1920.jpg") no-repeat center center / cover;
    }
}

@media(max-width:1440px){
    header {
        background: url("../images/header-bg-1440.jpg") no-repeat center center / cover;
    }
}

@media(max-width:440px){
    header {
        background: url("../images/header-bg-390.jpg") no-repeat center center / cover;
    }
}

.header-container {
    max-width: 906px;
    margin: 0 auto;
    padding: 61px 15px 80px;
}

.logo-wrapper {
    display: flex;
    justify-content: center;
    padding-bottom: 28px;
}

.logo-wrapper a {
    display: block;
    width: 258px;
    height: 58px;
}

.logo-wrapper a img {
    width: 100%;
    display: block;
}

.call-us {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 150% */
}

.call-us img {
    flex-shrink: 0;
    margin-right: 5px;
}

.header-container h1 {
    color: #FFF;
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    max-width: 759px;
    margin: 0 auto;
    line-height: 54px; /* 122.727% */
    padding-top: 34px;
    padding-bottom: 19px;
}

.header-container h1 span {
    color: #3D8AFF;
}

.header-container p {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 37.5px; /* 125% */
    padding-bottom: 40px;
}

.header-container form {
    max-width: 513px;
    margin: 0 auto;
}

.header-container input {
    border-radius: 10px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);
    height: 58px;
    width: 100%;
    margin-bottom: 20px;
    padding: 17px 21px;
    color: #292929;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #292929;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #292929;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #292929;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

:-moz-placeholder { /* Firefox 18- */
    color: #292929;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header-container button {
    border-radius: 50px;
    background: var(--blue-gradient-window, linear-gradient(90deg, #3F8BFF 0%, #00129B 100%));
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);
    height: 56px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
    border: none;
}

.header-container button svg {
    flex-shrink: 0;
    margin-left: 11px;
}

.main-block {
    display: flex;
}

.main-block-info-wrapper {
    background: #fff;
    display: flex;
    justify-content: flex-end;
    width: 50%;
}

.main-block-info {
    max-width: 520px;
    padding: 50px 40px 30px 0;
}


.main-block-img {
    width: 50%;
    background: url("../images/windows.jpg") no-repeat center center / cover;
}

.main-block-info h4 {
    color: #444;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 37px; /* 142.308% */
}

.main-block-info h4 a {
    color: #2767C8;
    text-decoration: none;
}

.main-block-info p {
    color: #444;
    font-family: "Bricolage Grotesque";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.6px; /* 130% */
    padding-top: 18px;
    padding-bottom: 24px;
}

.main-block-info ul li {
    color: #595959;
    font-family: "Bricolage Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 116.667% */
    margin-bottom: 23px;
    display: flex;
}

.main-block-info ul li span {
    color: #2767C8;
}

.main-block-info ul li:before {
    width: 19px;
    height: 21px;
    display: block;
    content: "";
    background: url("../images/plus.svg") no-repeat center center / cover;
    margin-right: 10px;
    flex-shrink: 0;
}

.call-now {
    background: #0D1651;
    backdrop-filter: blur(7.5px);
}

.call-now-block {
    padding: 47px 15px;
    color: #3D8AFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px; /* 114.815% */
}

.phone-btn {
    border-radius: 58px;
    background: var(--blue-gradient-window, linear-gradient(90deg, #3F8BFF 0%, #00129B 100%));
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);
    width: 310px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-decoration: none;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 118.519% */
    margin-left: 20px;
}

.phone-btn svg {
    flex-shrink: 0;
    margin-right: 10px;
}

.disclaimer {
    background: #EAF1FF;
}

.disclaimer-container {
    max-width: 863px;
    padding: 15px;
    margin: 0 auto;
}

.disclaimer-container p {
    color: #111;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.45px; /* 165% */
}

.disclaimer-container p a {
    color: #2767C8;
    text-decoration: none;
}

footer {
    background: #101024;
}

.footer-container {
    max-width: 1460px;
    margin: 0 auto;
    padding: 30px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

footer nav a {
    color: #A4A4A4;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 118.75% */
    margin: 0 13px;
}

.rights {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
    max-width: 142px;
}

@media (max-width: 1100px) {
    .footer-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    footer nav {
        padding: 17px 0;
        flex-wrap: wrap;
    }

    .rights {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .main-block {
        flex-direction: column-reverse;
    }

    .main-block-info {
        width: 100%;
        max-width: 100%;
        padding: 20px;
    }

    .main-block-img {
        width: 100%;
        min-height: 300px;
    }

    .main-block-info, .main-block-info-wrapper {
        width: 100%;
    }

}

@media (max-width: 700px) {
    .header-container h1 {
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: 44px; /* 122.222% */
    }

    .call-us {
        font-size: 18px;
        line-height: 27px; /* 150% */
    }

    .header-container p {
        font-size: 24px;
        line-height: 30px; /* 125% */
    }

    .main-block-info h4 {
        font-size: 24px;
        line-height: 28px; /* 116.667% */
    }

    .main-block-info p {
        font-size: 18px;
        line-height: 23.4px; /* 130% */
    }

    .main-block-info ul li {
        font-size: 18px;
        line-height: 21px; /* 116.667% */
    }

    .call-now-block {
        flex-direction: column;
        padding: 15px;
    }

    .phone-btn {
        margin-top: 20px;
        margin-left: 0;
    }

    footer nav {
        justify-content: center;
        display: flex;
    }

    footer nav a {
        margin: 0;
        padding: 17px;
    }

    .rights {
        max-width: 142px;
        text-align: center;
    }

    .header-container h1 span {
        display: block;
    }
}