* {
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
}

*:focus {
    outline: none;
}

a{
    cursor: pointer;
}

a, li, span, article, header, footer, h1, h2, h3, h4, h5, h6, img, svg, nav {
    outline: none;
    transition: all 0.3s ease;
}

strong{
    font-weight: bold;
}

html{
    overflow-x: hidden;
    width: 100%;
}

html,body{
    height: auto;
}

body {
    color: #1c2028;
    font-family: 'Cera', Arial;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
    font-weight: inherit;
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

span {
    font-weight: inherit;
}

img {
    height: auto;
    margin-bottom: -7px;
    max-width: 100%;
}

p {
    margin: 0;
}



input, select{
    background: rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 1.125em;
    font-weight: bold;
    padding: 12px 16px;
    text-transform: uppercase;
    width: 100%;
}

::placeholder {
    color: #fff;
}

button{
    background: rgb(23,26,33);
    background: linear-gradient(0deg, rgba(23,26,33,1) 0%, rgba(34,38,48,1) 100%);
    border-radius: 4px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.125em;
    font-weight: bold;
    padding: 12px 16px;
    text-align: center;
    width: 100%;
}

.main-row{
    margin-left: auto;
    margin-right: auto;
    width: 1280px;
}

.main-row-normal{
    margin-left: auto;
    margin-right: auto;
    width: 1020px;
}



.site-header{
    padding: 25px 0;
}

.site-header__content{
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.lp_logo img{
    max-width: 240px;
}

.lp-phone{
    align-items: center;
    display: flex;
    font-size: 1.125em;
    font-weight: bold;
}

.lp-phone__icon{
    margin-right: 10px;
}

.lp-phone__icon img{
    max-width: 48px;
}

.lp-phone__number{
    color: #ff9600;
    font-size: 1.66em;
    font-weight: 900;
}




.main-section{
    background: #1c2028;
    color: #fff;
    padding: 40px 0;
    position: relative;
}

.ms_thanks{
    background: #1c2028;
    color: #fff;
    padding: 200px 0;
    position: relative;
}

.main-section__content{
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.main-section__title{
    border-left: 8px solid #ff9600;
    font-size: 3.75em;
    font-weight: 900;
    line-height: 0.9em;
    padding: 20px 0 20px 40px;
    max-width: 40%;
    text-transform: uppercase;
}

.main-section__title__thanks{
    font-size: 1.5em;
    line-height: 1.4em;
    text-align: center;
}

.main-section__title__thanks h1{
    font-size: 2em;
    font-weight: 900;
    line-height: 0.9em;
    text-transform: uppercase;
}

.main-section__title__thanks h2{
    font-size: 1.4em;
    font-weight: 600;
    margin: 10px 0 20px;
}

.quotebox{
    background: rgb(255,129,0);
    background: linear-gradient(0deg, rgba(255,129,0,1) 0%, rgba(255,171,0,1) 100%);
    border-radius: 4px;
    flex: 0 0 40%;
    padding: 50px;
    position: relative;
}

.quotebox:before{
    background-image: url(../images/arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    height: 82px;
    display: block;
    left: -100px;
    margin-top: -36px;
    position: absolute;
    top: 50%;
    animation: move 0.3s infinite  alternate;
    width: 132px;
}

@keyframes move {
    0% { transform: translateX(0); }
    100% { transform: translateX(-10px); }
}

.quotebox__title{
    font-size: 1.65em;
    font-weight: 900;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
}

.form__item{
    margin-top: 20px;
}

.wpcf7-not-valid-tip {
    color: #fff;
    background: #dc3232;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1em;
    margin-top: 4px;
    padding: 5px 8px;
    text-transform: uppercase;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2em;
    margin: 10px 0 0;
    padding: 8px 16px;
    text-transform: uppercase;
}

.main-section__background{
    background-size: cover;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.submitting:before{
    background: rgba(0,0,0,0.8) url(../images/loading.svg) center no-repeat!important;
    cursor: default!important;
    height: 100%!important;
    content: ''!important;
    left: 0!important;
    position: fixed!important;
    top: 0!important;
    width: 100%!important;
    z-index: 999999!important;
    animation: initial!important;
    opacity: 1!important;
}




.block-section{
    padding: 80px 0;
}

.block-section__title{
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.block-section__big-title{
    font-size: 2.25em;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.first-services{
    background: #12141a;
    color: #fff;
}

.first-services__list{
    display: flex;
    flex-wrap: wrap;
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1em;
    justify-content: center;
    margin: -20px;
    text-transform: uppercase;
}

.first-services__item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 20%;
    padding: 10px;
    text-align: center;
}

.first-services__item__wrapper{
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 25px;
}

.first-services__icon{
    margin-bottom: 15px;
}

.first-services__icon img{
    flex: 0 0 64px;
    max-width: 64px;
}

.first-services__item h2{
    font-size: 1.125em;
    font-weight: bold;
    flex: 1;
    line-height: 1em;
    text-transform: uppercase;
}




.testimonials__list{
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
}

.testimonials__item{
    flex: 1;
    padding: 20px;
}

.testimonials__wrapper{
    background: #f3f6f8;
    border-radius: 10px;
}

.testmonials__quote{
    background: #fff;
    border-radius: 10px;
    border-left: 4px solid #ff9600;
    box-shadow: 10px 0 50px rgba(50, 60, 72, 0.16);
    padding: 40px;
    position: relative;
}

.testmonials__quote a{
    color: #ff9600;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.testmonials__quote:before{
    background-image: url(../images/quote-arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -10px;
    content: '';
    height: 10px;
    left: 40px;
    position: absolute;
    width: 48px;
}

.testimonials__person{
    padding: 25px 40px;
}

.testimonials__person h3{
    color: #ff9600;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1em;
}

.testimonials__person span{
    font-size: 14px;
    text-transform: uppercase;
}




.solution{
    background: rgb(255,129,0);
    background: linear-gradient(0deg, rgba(255,129,0,1) 0%, rgba(255,171,0,1) 100%);
    color: #000;
    font-size: 2.625em;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
}

.solution__title{
    color: #fff;
    font-size: 1.2em;
    font-weight: 900;
    line-height: 1em;
    text-transform: uppercase;
}



.items__list{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.125em;
    font-weight: bold;
    margin: -20px -20px 20px -20px;
    text-transform: uppercase;
}

.items__item{
    align-items: center;
    display: flex;
    flex: 0 0 50%;
    padding: 20px;
}

.items__icon{
    flex: 0 0 32px;
    margin-right: 10px;
}






.last-services{
    background: #e1e6eb;
}

.last-services__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -10px;
}

.last-services__item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 25%;
    padding: 10px;
    text-align: center;
}

.last-services__item__wrapper{
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px;
    padding: 25px;
}

.last-services__icon{
    margin-bottom: 15px;
}

.last-services__icon img{
    flex: 0 0 64px;
    max-width: 64px;
}

.last-services__item h2{
    font-size: 1.125em;
    font-weight: bold;
    flex: 1;
    line-height: 1em;
    text-transform: uppercase;
}



.last-quotebox .quotebox:before{
    content: none;
}

.last-quotebox .main-section__title{
    font-size: 3em;
}




.site-footer__cta{
    background: #1c2028;
    color: #fff;
    padding: 80px 0;
}

.site-footer__cta__content{
    align-items: center;
    font-size: 1.4em;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    line-height: 1.2em;
    text-transform: uppercase;
}

.site-footer__cta__content > div{
    align-items: center;
    display: flex;
    flex: 1;
}

.site-footer__cta__icon{
    flex: 0 0 72px;
    margin-right: 10px;
}

.site-footer__cta__caption span{
    font-size: 1.25em;
    font-weight: 900;
    text-transform: none;
}

.site-footer__bottom{
    padding: 60px 0;
    text-align: center;
}




@media screen and (max-width: 1279px) {

    body{
        font-size: 14px;
    }
    
    .main-row-normal{
        width: 80%;
    }
    
    .main-section__title{
        font-size: 3em;
    }

    .quotebox{
        padding: 30px;
    }

    .quotebox__title{
        font-size: 1.4em;
    }

    .form__item{
        margin-top: 10px;
    }

    .quotebox:before{
        height: 62px;
        left: -70px;
        margin-top: -24px;
        width: 100px;
    }

    button{
        padding: 12px;
    }

    .testimonials__list{
        margin: -15px;
    }

    .testimonials__item{
        padding: 15px;
    }

    .testmonials__quote{
        padding: 25px;
    }

    .testimonials__person{
        padding: 15px 25px;
    }

    .solution__title br,
    .solution__subtitle br{
        display: none;
    }

    .last-services__item{
        flex: 0 0 33.33%;
    }

    .site-footer__cta__content{
        display: block;
    }

    .site-footer__cta__content > div:first-child{
        margin-bottom: 20px;
    }

}



@media screen and (max-width: 767px) {

    .site-header__content{
        display: block;
        text-align: center;
    }

    .lp-phone{
        justify-content: center;
        margin: 20px auto 0;
    }

    .block-section{
        padding: 40px 0;
    }

    .main-section__content{
        display: block;
    }

    .main-section__title{
        margin-bottom: 20px;
        max-width: 100%;
        text-align: center;
    }

    .first-services__item{
        flex: 0 0 50%;
    }

    .testimonials__item{
        flex: 0 0 100%;
    }

    .last-services__item{
        flex: 0 0 50%;
    }

    .solution{
        font-size: 2em;
    }

}


@media screen and (max-width: 639px) {
    
    .main-row-normal{
        width: 86%;
    }

    .block-section__big-title{
        font-size: 1.5em;
    }

    .lp-phone__icon{
        margin-right: 6px;
    }

    .main-section__title{
        font-size: 2.4em;
    }

    .first-services__item,
    .items__item,
    .last-services__item{
        flex: 0 0 100%;
    }

    .site-footer__cta,
    .block-section{
        padding: 30px 0;
    }

    .site-footer__cta__content > div{
        display: block;
        text-align: center;
    }

    .site-footer__cta__icon{
        margin: 0 0 10px 0;
    }

    .site-footer__cta__icon img{
        max-width: 64px;
    }

    .site-footer__bottom{
        padding: 25px 0;
    }

}