html {
    line-height: 1.15
}

body {
    margin: 0;
    font-family: "TradeGothicNextLTPro", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #595959;
    font-weight: 400
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code, kbd, pre, samp {
    font-family: monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    vertical-align: bottom;
    max-width: 100%
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
    -moz-appearance: button;
    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
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio], legend {
    -webkit-box-sizing: border-box;
    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;
    -moz-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

@font-face {
    font-family: "TradeGothicNextLTPro";
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/trade-gothic-next-lt-pro-regular.ttf)
}

@font-face {
    font-family: "TradeGothicNextLTPro";
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/trade-gothic-next-lt-pro-bold.ttf)
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

button {
    cursor: pointer
}

li {
    list-style: none
}

@media (min-width: 768px) {
    body {
        font-size: 16px
    }
}

.visually-hidden {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.container {
    margin: 0 auto;
    width: 90%
}

@media (min-width: 768px) {
    .container {
        width: 740px
    }
}

@media (min-width: 1024px) {
    .container {
        width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1220px;
        max-width: 1220px
    }

    .container--large {
        width: 90%;
        max-width: 1830px
    }
}

.section-title {
    text-align: center
}

.btn, .section-title, h4 {
    text-transform: uppercase
}

h4 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 25px;
    color: #00469b
}

.btn {
    border: 2px solid #fabb00;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    padding: 12px 20px;
    background-color: #fabb00;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 1s;
    transition: all 1s
}

.btn:hover {
    background-color: transparent;
    border-color: #00469b;
    color: #00469b
}

@media (min-width: 768px) {
    .btn {
        font-size: 17px;
        padding: 12px 40px
    }
}

@media (min-width: 1200px) {
    .btn {
        font-size: 20px;
        padding: 12px 48px
    }
}

.scroll {
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fabb00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding-top: 2px;
    z-index: 2;
    -webkit-transition: all .5s;
    transition: all .5s
}

.scroll.scroll--features {
    bottom: 35px
}

.scroll:hover {
    background-color: rgba(250, 187, 0, .9);
    border-color: #fabb00
}

.cookie-banner, .header {
    position: fixed;
    width: 100%;
    z-index: 99
}

.cookie-banner {
    display: none;
    font-size: 12px;
    bottom: 0;
    border-top: 2px solid #fabb00;
    padding: 20px 0;
    background-color: #6e6e64
}

.cookie-banner p {
    margin-bottom: 20px;
    color: #fff
}

.cookie-banner p a {
    color: #fff
}

.cookie-banner p a:hover {
    color: #fabb00
}

.cookie-banner .cb-agree {
    font-size: 12px;
    padding: 10px
}

.cookie-banner .cb-agree:hover {
    background-color: #fff
}

.cookie-banner .cb-close {
    position: absolute;
    top: 0;
    right: 1%;
    font-size: 18px;
    background-color: transparent;
    border: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #fff
}

.cookie-banner .cb-close:hover {
    color: #fabb00
}

.header {
    background-color: #253675;
    top: 0;
    left: 0;
    padding: 25px 0
}

.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__logo {
    height: 29px
}

@media (min-width: 768px) {
    .header__logo {
        height: 35px
    }
}

@media (min-width: 1024px) {
    .header__logo {
        height: 40px
    }
}

@media (min-width: 1200px) {
    .header__logo {
        height: 50px
    }
}

.estimation {
    padding: 80px 0 80px;
    margin-top: 75px;
    background-image: url(../img/bckg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.estimation h3 {
    color: #fff;
    font-size: 32px;
    line-height: 1.15;
    max-width: 425px;
    margin: 30px 0
}

@media (min-width: 768px) {
    .estimation h3 {
        text-align: left;
        line-height: 1.2;
        font-size: 36px;
        max-width: 300px
    }
}

@media (min-width: 1200px) {
    .estimation h3 {
        font-size: 42px;
        max-width: 400px
    }
}

@media (min-width: 768px) {
    .columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.column {
    color: #fff
}

@media (min-width: 768px) {
    .column {
        max-width: 42%
    }
}

@media (min-width: 1200px) {
    .column {
        max-width: 500px
    }
}

.estimation_p {
    margin: 0 0 20px;
    font-size: 20px
}

@media (min-width: 1200px) {
    .estimation_p {
        max-width: 470px;
        margin-bottom: 60px;
        font-size: 22px
    }
}

.estimation__list {
    padding-left: 50px
}

@media (min-width: 1024px) {
    .estimation__list {
        padding-left: 0
    }
}

.estimation__list li {
    position: relative;
    margin: 0 0 10px;
    font-size: 20px
}

@media (min-width: 1200px) {
    .estimation__list li {
        margin-bottom: 25px;
        font-size: 22px
    }
}

.estimation__list li::before {
    content: '';
    position: absolute;
    left: -50px;
    top: 8px;
    width: 40px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/check.png)
}

@media (min-width: 768px) {
    .etimation__form {
        min-width: 400px
    }
}

@media (min-width: 1024px) {
    .etimation__form {
        min-width: 500px
    }
}

.etimation__form iframe {
    width: 110% !important;
    max-width: 110% !important;
    height: 1020px;
    margin-left: -5% !important
}

@media (min-width: 768px) {
    .etimation__form iframe {
        width: 100% !important;
        margin-left: -10px !important
    }
}

@media (min-width: 1200px) {
    .etimation__form iframe {
        max-width: 495px !important
    }
}

.icons__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px
}

.icons__wrap p {
    color: #595959;
    font-size: 20px;
    font-weight: 700
}

.badges, .icon, .icons__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.icon {
    width: 130px;
    min-width: 130px;
    height: 84px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.icon img {
    max-width: 100%;
    max-height: 100%
}

.badges {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 400px;
    margin-left: 15px
}

.badges img {
    height: 71px
}

.tab {
    display: none
}

@media (min-width: 768px) {
    .tab {
        display: block
    }
}

.estimation__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    .estimation__box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 60px;
        padding-right: 155px
    }
}

@media (min-width: 1024px) {
    .estimation__box {
        padding-right: 205px
    }
}

@media (min-width: 1200px) {
    .estimation__box {
        padding-right: 162px
    }
}

.hero__badge {
    border-radius: 50%;
    width: 70px
}

@media (min-width: 480px) {
    .hero__badge {
        width: 60px
    }
}

@media (min-width: 768px) {
    .hero__badge {
        width: 110px
    }
}

@media (min-width: 1200px) {
    .hero__badge {
        width: 200px
    }
}

.copy {
    color: #fff;
    background-color: #00469b;
    text-align: center;
    padding: 100px 0 75px
}

@media (min-width: 768px) {
    .copy {
        padding: 100px 0 75px
    }
}

.copy__link {
    text-decoration: none;
    color: #fff
}

.social {
    max-width: 255px;
    margin: 0 auto 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.social img {
    height: 50px
}

.form-group {
    margin-bottom: 10px;}
.form-group label{
    display: inline-block;
    margin-bottom: 3px;}
.form-group input[type="text"], .form-group textarea {
    padding: 10px 15px;
    width: 100%;}

.form-group input.is-invalid {
    border: 2px solid red;}
.form-group .invalid-feedback {
    display: inline-block;
    color: red;
    border: 1px solid red;
    padding: 2px 5px;
    background: #ededed;}


.etimation__form button, .mobile__form button {
    background-color: #fabb00;
    color: #fff;
    padding: 10px 25px;
    font-weight: 700;
    border: 2px solid #fabb00;
    width: 100%;
    margin-top: 15px;
    text-transform: uppercase;}

.etimation__form {
    padding: 50px 0 150px 0;
    max-width: 540px;
}

@media(max-width: 768px) {
    .etimation__form {
        padding: 50px 25px 5px 25px;
        max-width: calc(100% + 50px);
        margin: 0 -25px 0 -25px;
        background: #00469b;
    }
}

.privacyFieldGroup input{
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;}
.privacyFieldGroup label {
    display: inline-block;
    font-size: 12px;
    width: 91%;
    padding-left: 5px;}

.loading-button svg {
    display: none}
.loading-button.loading-active span {
    display: none}
.loading-button.loading-active svg {
    display: inline-block;}

.privacyInfo {
    margin-top: 15px;
    font-size: 11px;}

.privacyInfo a {color: #fff}

.privacyInfo .hidden {display: none;}
.privacyInfo.active .hidden {display: inline}
.privacyInfo.active .privacy-more {display: none}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -25px;
    margin-left: -25px;
}

.col-4 {
    width: 33.33333%;
    padding-left:25px;
    padding-right: 25px; 
}

.text-box {
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 1.65rem;
    color: #fff;
}

.text-box b {
    color: #fab900;
}

.estimation h1 {
    margin-bottom: 65px;
    font-size: 38px;
    color: #fff;
}

@media(max-width: 1024px) {
    .col-4 {width: 100%}
    .estimation {padding: 60px 0 60px; background-image: url(../img/cover.jpg)}

    .estimation h1 {font-size: 28px;}
}