/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #3A3636;
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.space {
    padding: 100px 0;
}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    color: #222;
}

h1 {
    font-size: 26px;
    line-height: 32px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
}

h3 {
    font-size: 18px;
    line-height: 28px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

h6 {
    font-size: 18px;
    line-height: 28px;
}

strong {
    font-weight: 700;
}

a {
    color: #da763a;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    color: #E3001B;
    outline: 0;
    text-decoration: none;
}

p {
    color: #484646;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.heading {
    margin: 0 0 80px 0;
    color: #1E1D29;
    font-size: 76px;
    line-height: 76px;
    font-weight: 700;
    text-align: center;
}

.button {
    padding: 12px 50px;
    border: 0;
    box-shadow: none;
    outline: none;
    text-transform: uppercase;
    border-radius: 50px;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.button i {
    margin-left: 2px;
}

.button-primary {
    background-color: #E3001B;
    color: #fff;
}

.button-primary:hover {
    background-color: #cf041d;
    color: #fff;
}

.button-secondary {
    background-color: #00ACC0;
    color: #fff;
}

.button-secondary:hover {
    background-color: #0394a5;
    color: #fff;
}

.button-outline {
    padding: 12px 35px;
    box-shadow: none;
    outline: none;
    text-transform: uppercase;
    border-radius: 50px;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.button-outline i {
    margin-left: 2px;
}

.button-outline-white {
    border: 2px solid #fff;
    color: #fff;
}

.button-outline-white:hover {
    background-color: #fff;
    color: #3A3636;
}

.button-outline-primary {
    border: 2px solid #E3001B;
    color: #E3001B;
}

.button-outline-primary:hover {
    background-color: #E3001B;
    color: #fff;
}


header {
    width: 100%;
    padding: 15px 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .6s;
    z-index: 1021;
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-115%);
    box-shadow: 0 10px 6px rgba(0, 0, 0, .02);
    background-color: #fff;
    display: none;
}

header.fixed-block {
    display: block;
}

header.fixed-show {
    transform: translateY(0);
}

header .logo {
    display: none;
}

header .logo img {
    height: 54px;
}

header.fixed .logo {
    display: block;
}

header nav {
    text-align: right;
}

header nav ul {
    display: inline-block;
    padding: 15px 0;
}

header nav ul li {
    display: inline-block;
    margin: 0 20px;
}

header nav ul li a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

header.fixed nav ul li a {
    color: #1E1D29;
}

header.fixed nav ul li a:hover {
    color: #E3001B;
}

header nav ul li a:hover {
    color: #fff;
    opacity: .6;
}


.intro {
    padding: 10px 50px 50px 50px;
    background: url("../imgs/intro.jpg") center bottom no-repeat;
    background-size: cover;
    position: relative;
    min-height: 860px;
}

.intro .intro-container {
    width: 100%;
    max-width: 1500px;
    height: 860px;
    position: relative;
    margin: 0 auto;

}

.intro .intro-text {
    position: absolute;
    width: 33%;
    right: 7%;
    bottom: 20%;
    text-align: right;
}

.intro .intro-text h1 {
    font-weight: 600;
    font-size: 50px;
    line-height: 56px;
    color: #fff;
    margin: 0 0 10px 0;
}

.intro .intro-text p {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin: 0 0 30px 0;
}


.calculator {
    width: 440px;
    position: absolute;
    top: 270px;
    left: 285px;
    padding: 0 50px;
}

.calculator .form-control {
    border-radius: 88px;
    border: 1px solid #818D92;
    height: 52px;
    padding: 0 15px 0 50px;
}

.calculator .form-group.form-icon {
    position: relative;
}

.calculator .form-group img {
    position: absolute;
    top: 14px;
    left: 20px;
    height: 20px;
}

.calculator .form-group img.email-icon {
    height: 16px;
    top: 17px;
    left: 17px;
}

.logo-calculator {
    position: absolute;
    top: 8px;
    left: 285px;
    z-index: 2;
}

.calculator-holder {
    position: relative;
}

.calculator-holder:before {
    content: "";
    background: url("../imgs/calculator-bgr.svg") center center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 900px;
    height: 847px;
    z-index: 1;
}

.calculator-holder .calculator-holder-bgr {
    position: absolute;
    top: 0;
    max-width: 900px;
}

.calculator .button {
    width: 100%;
    margin: 45px auto 0;
    display: table;
}

.calculator form {
    position: relative;
    z-index: 2;
}

.calculator .slider-holder {
    padding-bottom: 30px;
}

.calculator .slider-holder .selected-val {
    font-size: 16px;
    line-height: 22px;
    color: #3F3E4B;
    margin: 0 0 -10px 0;
}

.irs-single {
    display: none;
}

.calculator .slider-holder .selected-val span {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #3F3E4B;
    display: inline-block;
    margin: 0 3px;
}

.irs--round .irs-min,
.irs--round .irs-max {
    top: 45px;
    background-color: transparent;
    color: #605F64;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.intro .intro-container .slider-holder .irs--round .irs-handle:after {
    content: "";
    background: url("../imgs/icons/money-calculator.svg") center no-repeat;
    position: absolute;
    z-index: 100;
    background-size: 100%;
    width: 24px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -12px;
}

.irs--round .irs-handle {
    top: 13px;
    width: 36px;
    height: 36px;
    background-color: #e3001b;
    border: 0;
    cursor: pointer;
}

.irs--round .irs-line {
    top: 25px;
    height: 12px;
    background-color: #dee4ec;
    border-radius: 20px;
}

.irs--round .irs-min,
.irs--round .irs-max {
    visibility: visible !important;
}

.irs--round .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #00ACC0;
    border-radius: 20px;
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: #e3001b;
}

.calculator-total {
    padding: 5px 0 0 0;
}

.calculator-total .selected-val span {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 0 10px;
}

.calculator-total .selected-val span.sum {
    color: #E3001B;
}


.how-to-get {
    position: relative;
}

.how-to-get .heading {
    margin: 0;
}

.how-to-get:after {
    content: "";
    background: url("../imgs/htg-shape.svg") center right fixed no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.how-to-get .sticky-top {
    height: 100vh;
}

.how-to-get .step {
    height: 300px;
}

.how-to-get .step:first-child {
    margin-top: 230px;
}

.how-to-get .sticky-top img:hover {
    animation: shake 0.82s cubic-bezier(0.36,2.07,0.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.how-to-get .num {
    color: #F5DFDD;
    font-size: 160px;
    line-height: 160px;
    font-weight: 200;
}

.how-to-get .lab {
    color: #E3001B;
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.how-to-get .val {
    font-size: 18px;
    line-height: 24px;
}

.how-to-get h6 {
    color: #1E1D29;
    font-size: 56px;
    line-height: 60px;
    font-weight: 700;
    margin: 0 0 25px 0;
}

.stage .stage-desc {
    color: #3A3636;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    padding: 0 50px 0 0;
    margin: 0 0 25px 0;
}

.stage.stage-phone .stage-link {
    padding: 0 50px 0 0;
}

.stage.stage-phone .stage-link a {
    color: #E3001B;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
}

.stage.stage-phone .stage-link img {
    height: 28px;
    position: relative;
    top: -9px;
    margin-right: 6px;
}

.stage.stage-phone .stage-link span {
    color: #706F74;
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    display: block;
    margin-left: 0;
}

.stage.stage-address .stage-link {
    color: #706F74;
    font-size: 18px;
    line-height: 26px;
    text-decoration: underline;
}

.stage.stage-address .stage-link img {
    margin-right: 7px;
    height: 20px;
    position: relative;
    top: -2px;
}

.stage.stage-address .stage-link:hover {
    text-decoration: none;
}


.product {
    background: url("../imgs/product-bgr.jpg") center center no-repeat;
    background-size: cover;
}

.product .heading {
    text-align: left;
    color: #fff;
    margin: 0 0 50px 0;
}

.product h2 {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    margin: 0 0 15px 0;
}

.product ul li {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 3px 0;
    padding: 0 0 0 35px;
    position: relative;
}

.product ul li:before {
    content: "";
    background: url("../imgs/icons/product-bullet.svg") center center no-repeat;
    background-size: 22px;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
}


.product-info {
    padding: 60px 0 70px;
}

.product-info .product-desc p {
    color: #3A3636;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 40px 0;
}

.product-info .product-desc a {
    margin-right: 20px;
}

.product-info .product-features .feature:first-of-type {
    padding-top: 10px;
}

.product-info .product-features .feature {
    padding: 20px 0;
    border-bottom: 1px solid #707070;
}

.product-info .product-features .feature .lab img {
    margin-right: 10px;
    position: relative;
    top: -3px;
    height: 28px;
}

.product-info .product-features .feature .lab {
    color: #E3001B;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.product-info .product-features .feature .val {
    color: #484646;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}


.example {
    background: url("../imgs/example-bgr.jpg") center center no-repeat;
    background-size: cover;
}

.example .heading {
    text-align: left;
    margin: 0 0 20px 0;
}

.example h6 {
    text-align: left;
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    text-transform: uppercase;
}

.example p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 28px 0;
    font-weight: 400;
}

.example a {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    line-height: 26px;
    text-decoration: underline;
    font-weight: 400;
    color: #484646;
}

.example a:hover {
    text-decoration: none;
}


.short-contact {
    position: relative;
}

.short-contact:after {
    content: "";
    background: url("../imgs/short-contact-shape.svg") top right no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.short-contact .info-block {
    background-size: cover;
    border-radius: 18px;
    padding: 30px 20px;
    text-align: center;
    display: block;
}

.short-contact .info-block.find-office {
    background: url("../imgs/info-block-office-bgr.jpg") center center no-repeat;
    background-size: cover;
}

.short-contact .info-block.email {
    background: url("../imgs/info-block-email-bgr.jpg") center center no-repeat;
    background-size: cover;
}

.short-contact .info-block.phone {
    background: url("../imgs/info-block-phone-bgr.jpg") center center no-repeat;
    background-size: cover;
}

.short-contact .info-block img {
    margin: 0 0 15px 0;
    height: 70px;
}

.short-contact .info-block .val {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    min-height: 73px;
}

.short-contact .info-block .val span {
    display: block;
}

.short-contact .info-block .val small {
    font-size: 14px;
    line-height: 14px;
    display: block;
}


.short-social {
    margin: 50px auto 0;
    display: table;
}

.short-social li {
    margin: 0 7px;
    display: inline-block;
}

.short-social li a {
    color: #fff;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #97979E;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
}

.short-social li a:hover {
    background-color: #E3001B;
    color: #fff;
}

.newsletter {
    background-color: #E3001B;
    padding: 50px 0;
}

.newsletter .lab {
    font-size: 40px;
    line-height: 46px;
    color: #fff;
    font-weight: 600;
}

.newsletter .lab span {
    display: block;
}

.newsletter form {
    position: relative;
    margin: 0 0 20px 0;
}

.newsletter form .form-control {
    border-radius: 30px;
    border: 0;
    height: 50px;
    padding: 0 180px 0 20px;
}

.newsletter form .form-control:focus {
    outline: none;
    box-shadow: none;
}

.newsletter form button {
    position: absolute;
    top: 15px;
    right: 0;
    font-weight: 700;
    background-color: transparent;
    border: 0;
    color: #E3001B;
    font-size: 16px;
    line-height: 22px;
    padding: 0 20px;
    text-transform: uppercase;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.newsletter form button:hover {
    color: #3D3C47;
}

.newsletter .hint {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
}


footer {
    background-color: #3D3C47;
    padding: 50px 0 30px;
}

footer .lab {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px 0;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

footer .footer-menu li {
    margin: 15px 0;
}

footer .footer-menu li a {
    color: #DBD6D6;
    font-size: 16px;
    line-height: 22px;
    display: block;
}

footer .footer-menu li a:hover {
    color: #fff;
}

footer .social {
    margin: 0 0 50px 0;
}

footer .social li {
    margin: 0 4px 0 4px;
    display: inline-block;
}

footer .social li:first-of-type {
    margin-left: 0;
}

footer .social li a {
    color: #3D3C47;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
}

footer .social li a:hover {
    color: #E3001B;
}

footer .footer-bot {
    color: #fff;
    padding: 30px 0 0 0;
    margin: 40px 0 0 0;
    font-size: 14px;
    line-height: 20px;
    border-top: 1px solid #666666;
}




header .mobile-nav {
    margin-left: -300px;
}

header .mobile-nav.active {
    position: absolute;
    background: white;
    left: 0;
    margin-top: 15px;
    z-index: 9000;
    margin-left: -131px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
    background: linear-gradient(0deg,#f3f3f3,#fff 100%);
    width: 35vw;
    height: 100vh;
    transition: all .3s cubic-bezier(.46,.03,.52,.96);
}

header .mobile-nav.active ul li {
    display: block;
    margin: 0 20px 23px 0;
}

header .mobile-nav.active ul li a {
    font-weight: 500;
    font-size: 15px;
    color: #4E4B63;
}