html, body {
    width: 100%;
    overflow-x: hidden;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    border: none;
    color: #052931;
}

input, textarea, button, select {
    font-size: 21px;
    line-height: normal;
    font-weight: 400;
}

button {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    display: block;
    font-family: 'Fraunces', serif;
    text-transform: none;
    color: #052931;
}

h1, h2, h3, h4 {
    font-weight: 700;
}

h5, h6 {
    font-weight: 400;
}

h1 {
    font-size: 64px;
    line-height: 72px;
}

h2 {
    font-size: 54px;
    line-height: 72px;
}

h3 {
    font-size: 38px;
    line-height: 54px;
}

h4 {
    font-size: 24px;
    line-height: 32px;
}

h5 {
    font-size: 14px;
    line-height: 21px;
}

strong {
    font-weight: 700;
}

a, button {
    text-decoration: none;
    display: inline-block;
    transition: 0.4s;
}

a {
    color: #339DB5;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

img {
    width: 100%;
    max-width: 100%;
    border: none;
}

main {
    display: block;
}

section {
    position: relative;
}

.get-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    border-radius: 7px;
    transition: 0.4s;
    text-decoration: none;
}

.get-btn:hover {
    text-decoration: none;
}

.primary {
    width: 240px;
    height: 80px;
    background-color: #5BC6DD;
    color: #fff;
}
.primary:disabled,
.primary:disabled:hover {
    background: #B0B1B5;
}
.primary:hover {
    background-color: #339DB5;
}
.primary:focus {
    background-color: #339DB5;
}

.secondary {
    width: 140px;
    height: 60px;
    background-color: transparent;
    color: #052931;
    border: 2px solid #052931;
}
.secondary:disabled,
.secondary:disabled:hover {
    color: #B5D3D3;
    border: 2px solid #B5D3D3;
}
.secondary:hover,
.secondary:focus {
    border: none;
    background-color: #052931;
    color: #fff;
}

.wrapper {
    width: 100%;
    max-width: 1210px;
    height: 100%;
    margin: 0 auto;
    padding: 0 50px;
}

.large {
    max-width: 1820px;
}

.flex-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.block-important {
    display: block !important;
}

.height-marker {
    height: 100%;
    min-height: 675px;
}


/*--------------- PREFORM ---------------*/

.preform .fieldset,
.preform .field-box {
    position: relative;
}

.preform .fieldset .get-btn {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 7px 7px 0;
}

.preform .fieldset {
    width: 480px;
    margin: 0 auto;
}

.preform .fieldset input {
    height: 80px;
    border: 2px solid #9E9E9E;
    border-radius: 7px;
    padding: 0 74px;
    font-size: 16px;
    line-height: 16px;
    color: #636363;
    width: 100%;
}

.preform .fieldset input:focus {
    border-color: #339DB5;
}

.preform .fieldset input.input-error {
    background: url("../img/icon-error.svg") no-repeat 43% 50% #ffffff;
    background-size: 20px 20px;
    border-color: #DD6F5B;
}

.preform .fieldset input.input-error ~ .icon path {
    fill: #DD6F5B;
}

.preform .fieldset input.input-valid {
    border: 2px solid #50C299;
}

.preform .fieldset input.input-valid ~ .icon path {
    fill: #50C299;
}

.preform .fieldset .icon {
    width: 18px;
    height: 28px;
    position: absolute;
    top: calc(50% - 14px);
    left: 45px;
}

.preform .fieldset .icon svg {
    width: 100%;
    height: 100%;
}

.preform .fieldset label {
    position: absolute;
    top: 32px;
    left: 88px;
    color: #636363;
    background: transparent;
    transition: 0.4s;
    pointer-events: none;
    font-size: 16px;
    line-height: 16px;
}

.preform .fieldset input:focus ~ label,
.preform .fieldset input.completed ~ label,
.preform .fieldset input.input-valid ~ label,
.preform .fieldset input.input-error ~ label {
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    top: 10px;
    left: 40px;
}

.preform .fieldset input.input-valid ~ label {
    color: #50C299;
}

.preform .fieldset input.input-error ~ label {
    color: #DD6F5B;
}

.preform .zip-error {
    font-size: 12px;
    line-height: 24px;
    color: #FF6741;
    position: absolute;
    left: 0;
    bottom: -20px;
}


/*--------------- HEADER ---------------*/

header {
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(46, 47, 55, 0.07);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 995;
    padding: 10px 0;
}

header .logo {
    width: 110px;
    min-width: 110px;
    height: 96px;
    margin: 0;
}

header .menu-container.flex-box {
    justify-content: flex-end;
}
header .menu .navigate {
    justify-content: flex-start;
}

header .menu .navigate li {
    margin: 0 60px 0 0;
}

header .menu .navigate li a {
    font-size: 16px;
    line-height: 36px;
}

header .menu .navigate li a:hover,
header .menu .navigate li a.active {
    color: #339DB5;
    text-decoration: underline;
}

header .menu .navigate li a.active:hover {
    text-decoration: none;
}

header .menu .navigate li.mobile-visible {
    display: none;
}

header .hum-box {
    display: none;
    margin: 0 0 0 25px;
    cursor: pointer;
}

header .hum-box .hum {
    width: 25px;
    height: auto;
    position: relative;
}

header .hum-box .hum span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #142335;
    margin: 8px 0;
}

header .menu .close {
    display: none;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

header .menu .close:before,
header .menu .close:after {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #F5F2F0;
}

header .menu .close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

header .menu .close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*--------------- HOME ---------------*/

.section {
    text-align: center;
}

.section .content {
    padding: 0 15px;
}

.section .content p.subtitle {
    margin: 60px 0 0;
    max-width: 800px;
    text-align: center;
}

.main-preform-section {
    padding: 215px 0 293px;
    background: linear-gradient(180deg, #E8F6F6 0%, rgba(232, 246, 246, 0) 104.36%);
}

.main-preform-section .animation,
.main-preform-section .image,
.main-preform-section .cloud {
    position: absolute;
    width: 100%;
    z-index: 2;
}

.main-preform-section .animation-1 {
    max-width: 410px;
    height: 358px;
    top: 170px;
    right: -20px;
    transition: 0.3s;
}
.main-preform-section .animation-1.scroll-1 {
    transform: scale(0.9);
    top: 310px;
    left: -18px;
}
.main-preform-section .animation-1.scroll-2 {
    transform: scale(0.8);
    top: 340px;
    left: -40px;
}

.main-preform-section .animation-2 {
    max-width: 182px;
    height: 186px;
    top: 170px;
    left: 0;
    transition: 0.3s;
}
.main-preform-section .animation-2.scroll-1 {
    transform: scale(0.9);
    top: 340px;
}
.main-preform-section .animation-2.scroll-2 {
    transform: scale(0.8);
    top: 470px;
}

.main-preform-section .animation-3 {
    max-width: 512px;
    left: 0;
    bottom: 145px;
}

.main-preform-section .image {
    max-width: 410px;
    height: 225px;
    right: 0;
    bottom: 133px;
}


.main-preform-section .content {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
}

.main-preform-section .content p.subtitle {
    font-family: 'Fraunces', serif;
    margin: 60px 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.inform-section .content {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.inform-section .anim {
    width: 100%;
    height: 650px;
}

.how-works-section {
    padding: 105px 0 185px;
}

.how-works-section p.subtitle {
    margin: 35px 0 80px;
}

.how-works-section .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.how-works-section .item {
    margin: 0 0 57px;
    position: relative;
}

.how-works-section .item:nth-child(2):before,
.how-works-section .item:nth-child(2):after {
    content: '';
    display: block;
    width: 300px;
    height: 3px;
    background-color: #5BC6DD;
    position: absolute;
    top: 35px;
}

.how-works-section .item:nth-child(2):before {
    left: -63%;
}

.how-works-section .item:nth-child(2):after {
    right: -63%;
}

.how-works-section .item p.num {
    font-family: 'Fraunces', serif;
    font-size: 64px;
    line-height: 72px;
    font-weight: 700;
    color: #5BC6DD;
    margin: 0 0 60px;
}

.how-works-section .item .icon {
    width: 188px;
    min-width: 188px;
    height: 188px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
}

.how-works-section .item .text {
    margin: 26px 0 0;
    max-width: 305px;
    text-align: center;
}

.how-works-section .item .text p {
    margin: 26px 0 0;
    font-size: 21px;
    line-height: 32px;
}

.why-car-insurance .content {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}

.why-car-insurance .content p.subtitle {
    margin: 50px 0;
}

.why-car-insurance .mobile-visible {
    display: none;
}

.your-benefits-section {
    padding: 207px 0 0;
}

.your-benefits-section .benefit-item {
    margin: 0 0 120px;
}

.your-benefits-section .benefit-item:nth-child(1) .image {
    width: 392px;
    min-width: 392px;
    height: 290px;
}

.your-benefits-section .benefit-item:nth-child(2) .image {
    width: 460px;
    min-width: 460px;
    height: 244px;
}

.your-benefits-section .benefit-item:nth-child(3) .image {
    width: 444px;
    min-width: 444px;
    height: 268px;
}

.your-benefits-section .benefit-item .info {
    width: 100%;
    max-width: 480px;
    margin: 0 0 0 40px;
    text-align: left;
}

.your-benefits-section .benefit-item:nth-child(2) .info {
    width: 100%;
    max-width: 480px;
    margin: 0 40px 0 0;
}

.your-benefits-section .benefit-item .info p {
    margin: 20px 0 0;
}

.partners-section {
    padding: 250px 0 173px;
    background-color: #E8F7F7;
}

.partners-section .wrapper {
    position: relative;
    z-index: 2;
}

.partners-section .mobile-visible {
    display: none;
}

.partners-section .content p {
    max-width: 865px;
    margin: 60px auto 0;
}

.partners-section .partners-list {
    width: 100%;
    max-width: 600px;
    margin: 60px auto 0;
}

.partners-section .partners-list li {
    background-color: #fff;
    filter: drop-shadow(0px 4px 13px rgba(0, 0, 0, 0.07));
    margin: 0 0 18px;
    padding: 17px 28px;
    border-radius: 4px;
}

.partners-section .partners-list .info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 0 20px;
}

.partners-section .partners-list .info p {
    margin: 0 0 0 7px;
    font-size: 26px;
    font-weight: 700;
}

.partners-section .partners-list .info p span {
    font-size: 30px;
    color: #3BAFC9;
}

.partners-section .partners-list .info span {
    font-size: 13px;
    line-height: 26px;
}

.partners-section .partner-image {
    position: absolute;
    z-index: 1;
}

.partners-section .partner-image-1 {
    top: 126px;
    left: 88px;
    width: 330px;
}

.partners-section .partner-image-2 {
    left: 0;
    bottom: 0;
    width: 390px;
}

.partners-section .partner-image-3 {
    top: 12px;
    right: 0;
    width: 549px;
}

.partners-section .partner-image-4 {
    right: 15%;
    bottom: 400px;
    width: 174px;
}

.partners-section .partner-image-cloud {
    top: 267px;
    right: 159px;
    width: 99px;
}

.partners-section .partner-image-main {
    width: 100%;
    height: 688px;
    left: 0;
    bottom: 72px;
}


.faq-section {
    padding: 130px 0 115px;
}

.faq-section .accordeon {
    margin: 60px 0 0;
}

.faq-section .accordeon .box-acc {
    margin: 0 0 16px;
    text-align: left;
}

.faq-section .accordeon .box-acc.shadow {
    box-shadow: 0 4px 20px rgba(91, 91, 91, 0.07);
}

.faq-section .accordeon .ac-head {
    padding: 48px 110px 48px 48px;
    background-color: #EEEEEE;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

.faq-section .accordeon .ac-head:before {
    display: block;
    content: '';
    width: 12px;
    height: 6px;
    position: absolute;
    top: calc(50% - 3px);
    right: 82px;
    background: url("../img/icon-arrow-accordeon.svg") no-repeat;
    background-size: cover;
    transition: 0.4s;
}

.faq-section .accordeon .ac-head.in {
    padding: 48px 110px 32px 48px;
    background-color: #E8F6F6;
}

.faq-section .accordeon .ac-head.in:before {
    transform: rotate(180deg);
}

.faq-section .accordeon .ac-body {
    display: none;
    background-color: #E8F6F6;
    padding: 0 110px 35px 48px;
}

.easy-start-section {
    padding: 190px 0 295px;
}

.easy-start-section .content {
    position: relative;
    z-index: 2;
}

.easy-start-section .content p {
    margin: 60px 0;
}

.easy-start-section .image,
.easy-start-section .animation {
    position: absolute;
}

.easy-start-section .image {
    left: 30px;
    bottom: 0;
    width: 564px;
    height: 534px;
}

.easy-start-section .animation {
    right: 34px;
    bottom: 0;
    width: 450px;
    height: 550px;
}


/*--------------- TERMS / PRIVACY ---------------*/

.terms {
    padding: 217px 0 10px;
}

.terms h1,
.terms h3,
.terms article,
.terms p {
    color: #333333;
}

.terms h1 {
    text-align: center;
    margin: 0 0 110px;
}

.terms h3 {
    padding: 0 0 21px;
}

.terms p {
    padding: 0 0 37px;
    font-size: 18px;
}

.terms article {
    padding: 0 0 40px;
}


/*--------------- CONTACT ---------------*/

.contact-us-section {
    padding: 217px 0 123px;
}

.contact-us-section h1 {
    text-align: center;
    margin: 0 0 117px;
}

.contact-us-section .info h4 {
    margin: 0 0 32px;
}

.contact-us-section .info p {
    margin: 0 0 100px;
}

.contact-us-section .form-container {
    width: 626px;
    min-width: 626px;
    padding: 67px 60px;
    background: #F5F2F0;
    border-radius: 7px;
    margin: 0 0 0 40px;
    position: relative;
}

.contact-us-section .form-container .box-error-field {
    width: 100%;
    position: relative;
    margin: 0 0 30px;
}

.contact-us-section .form-container .flex-box .box-error-field {
    width: 48%;
}

.contact-us-section .form-container input,
.contact-us-section .form-container textarea {
    background: #FFFFFF;
    border-radius: 7px;
    border: 2px solid #B0B1B5;
    width: 100%;
    padding: 32px 24px;
    font-size: 16px;
    line-height: 16px;
    color: #636363;
}

.contact-us-section .form-container input::placeholder,
.contact-us-section .form-container textarea::placeholder {
    visibility: hidden;
    pointer-events: none;
}

.contact-us-section .form-container input:focus,
.contact-us-section .form-container textarea:focus {
    border-color: #9F9F9F;
}

.form-container .box-error-field input.error,
.form-container .box-error-field textarea.error {
    border: 2px solid #DD6F5B;
    background: url("../img/icon-error.svg") no-repeat #ffffff;
    background-size: 20px 20px;
    background-position: calc(100% - 20px) 50%;
}

.form-container .box-error-field textarea.error {
    background-position: calc(100% - 20px) 10%;
}

.form-container .box-error-field input.valid,
.form-container .box-error-field textarea.valid {
    border: 2px solid #71A78F;
}

.contact-us-section .form-container input {
    height: 80px;
}

.form-container .box-error-field.field-text {
    height: 188px;
}

.contact-us-section .form-container textarea {
    height: 100%;
}

.contact-us-section .form-container p.holder {
    position: absolute;
    top: 32px;
    left: 24px;
    font-size: 16px;
    line-height: 16px;
    color: #636363;
    transition: 0.4s;
    pointer-events: none;
}


.form-container .box-error-field input:focus:not(select) ~ p.holder,
.form-container .box-error-field input:not(select):not(:placeholder-shown) ~ p.holder,
.form-container .box-error-field textarea:focus:not(select) ~ p.holder,
.form-container .box-error-field textarea:not(select):not(:placeholder-shown) ~ p.holder,
.form-container .box-error-field input.error ~ p.holder,
.form-container .box-error-field textarea.error ~ p.holder {
    font-size: 12px;
    line-height: 16px;
    top: 10px;
}

.form-container .box-error-field input.valid ~ p.holder,
.form-container .box-error-field textarea.valid ~ p.holder {
    color: #71A78F;
}

.form-container .box-error-field input.error ~ p.holder,
.form-container .box-error-field textarea.error ~ p.holder {
    color: #DD6F5B;
}

.form-container .box-error-field label {
    display: none;
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 12px;
    line-height: 18px;
    color: #FF6741;
}

.form-container .box-error-field textarea+label {
    bottom: -16px;
}

.form-container .box-error-field input.error + label,
.form-container .box-error-field textarea.error + label {
    display: block;
}

.form-container .box-bot-form p {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 30px;
}

.form-container .box-bot-form p.notification-required {
    font-size: 12px;
    line-height: 16px;
    margin: 10px 0 0;
}

.contact-us-section .mobile-visible {
    display: none;
}

.form-container .desc {
    padding: 230px 0 190px;
}

.form-container .desc .image {
    width: 100%;
    max-width: 210px;
    margin: 0 auto;
}

.form-container .desc h4,
.form-container .desc p {
    font-family: 'Fraunces', serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #333333;
    text-align: center;
}

.form-container .desc h4 {
    margin: 30px 0 18px;
}


/*--------------- FOOTER ---------------*/

footer {
    margin-top: auto;
    padding: 58px 0;
    background: #052931;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
}

footer a {
    color: #fff;
}

footer .menu-container {
    margin: 43px 0 0;
}

footer .footer-menu li {
    margin: 0 30px 0 0;
}

footer .footer-menu li a {
    text-decoration: underline;
}

footer .footer-menu li a:hover {
    text-decoration: none;
}

footer .footer-menu li a.active {
    color: #3BAFC9;
    text-decoration: none;
}

footer .footer-menu li a.active:hover {
    text-decoration: underline;
}

footer p.copyright {
    font-size: 12px;
    line-height: 36px;
}


/* modal */

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1007;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.79);
    cursor: pointer;
}

.modal {
    display: flex;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1007;
    overflow-y: auto;
}

.modal .window {
    width: 870px;
    position: relative;
    z-index: 1008;
    text-align: center;
    border-radius: 7px;
    background-color: #EEEEEE;
    animation: modal 0.5s ease-in;
    -webkit-animation: modal 0.5s ease-in;
    -moz-animation: modal 0.5s ease-in;
    padding: 90px 50px 140px;
}

.modal .window .content {
    margin: 0 auto 60px;
    width: 100%;
}

.modal .window .image {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 26px;
}

.modal .window h2,
.modal .window p.notification {
    text-align: center;
}

.modal .window p.notification {
    color: #000000;
    max-width: 390px;
    margin: 38px auto 0;
}

.modal .window p.notification > span {
    font-weight: 600;
    color: #5BC6DD;
}

/* close modal */

.modal .window .close-modal {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.modal .window .close-modal:before,
.modal .window .close-modal:after {
    content: '';
    position: absolute;
    top: 7px;
    right: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333333;
    transition: 0.4s;
}

.modal .window .close-modal:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal .window .close-modal:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* captcha contact us */

div#feedCaptcha {
    transform: scale(0.8);
    position: relative;
}

#feedCaptcha > div {
    position: relative;
    left: -38px;
    margin: 0 0 0 1px;
}