@font-face {
    font-family: 'MetaOffc-Light';
    src: url('../fonts/MetaOffc-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/MetaOffc-Light.woff') format('woff'), url('../fonts/MetaOffc-Light.ttf')  format('truetype'), url('../fonts/MetaOffc-Light.svg#MetaOffc-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MetaOffc-Medi';
    src: url('../fonts/MetaOffc-Medi.eot?#iefix') format('embedded-opentype'),  url('../fonts/MetaOffc-Medi.woff') format('woff'), url('../fonts/MetaOffc-Medi.ttf')  format('truetype'), url('../fonts/MetaOffc-Medi.svg#MetaOffc-Medi') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MetaOffc-Book';
    src: url('../fonts/MetaOffc-Book.eot?#iefix') format('embedded-opentype'),  url('../fonts/MetaOffc-Book.woff') format('woff'), url('../fonts/MetaOffc-Book.ttf')  format('truetype'), url('../fonts/MetaOffc-Book.svg#MetaOffc-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'MetaOffc-Norm';
    src: url('../fonts/MetaOffc-Norm.eot?#iefix') format('embedded-opentype'),  url('../fonts/MetaOffc-Norm.woff') format('woff'), url('../fonts/MetaOffc-Norm.ttf')  format('truetype'), url('../fonts/MetaOffc-Norm.svg#MetaOffc-Norm') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'MetaOffc-Black';
    src: url('../fonts/MetaOffc-Black.eot?#iefix') format('embedded-opentype'),  url('../fonts/MetaOffc-Black.woff') format('woff'), url('../fonts/MetaOffc-Black.ttf')  format('truetype'), url('../fonts/MetaOffc-Black.svg#MetaOffc-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MetaPro-Light';
    src: url('../fonts/MetaPro-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/MetaPro-Light.woff') format('woff'), url('../fonts/MetaPro-Light.ttf')  format('truetype'), url('../fonts/MetaPro-Light.svg#MetaPro-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
  
  
  
body{
    font-family: 'MetaOffc-Light';
    margin: 0;
    padding: 0;
}

*, *::before, *::after {
    box-sizing: border-box;
}

h1,h2{
    font-weight: 500;
}

a{
    text-decoration: none;
}

.dimex__font__bold{
    font-family: 'MetaOffc-Medi' !important;
}


.wrapper{
    margin: 0 auto;
    width: 1100px;
}

.dimex__subtitle{
    color:#6ba539;
    font-family: 'MetaOffc-Norm';
    font-size: 1.9em;
    margin: 0;
    padding: .8em 0;
    text-align: center;
    text-transform: uppercase;
}

.header{
    background-color: #fff;
    padding: 15px 0;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
}

.header .wrapper{
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.header__logo{
    height: 56px;
    width: auto;
}




.dimex__phone{
    align-items: center;
    background-color: #6ba539;
    border-radius:30px;
    display: flex;
    height: 48px;
    justify-content: space-between; 
    padding: 2px;
}

.cta__button:hover,
.dimex__phone:hover{
    transform: scale(1.05);
    transition: all .2s ease;
}

.dimex__phone__text{
    color: #fff;
    font-family: 'MetaOffc-Norm';
    font-size: 1.5em;
    padding: 0 18px 0 25px;
    text-decoration: none; 
}


.dimex__phone__icon{
    align-items: center;
    background-color:#fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    height: 44px;
    width: 44px;
}

.dimex__phone__icon__img{
    width: 25px;
}


/* home */
.wrapper__home{
    display: flex;
    justify-content: space-between;
}

.home__content__text{
    padding-top: 200px;
    width: 60%;
}
.home{
    /*background-image: url('../img/background-home-2.jpg');*/
    background-color: #454545;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    color:#fff;
    margin-top: 86px;
    padding: 90px 0;
    position: relative;
}

.home__bg{
    background-image: url('../img/header-dimex2.jpg');
    background-position: 0 -40px;
}

.home__bg__1{
    background-image: url('../img/header-dimex.jpg');
    background-position: top;
}



.header:before {
    position: absolute;
    bottom: -20px;
    background-image: url('../img/shadow-top.png');
    background-size: 100% 20px;
    display: inline-block;
    width: 100%; 
    height: 20px;
    content:"";
    font-size: 16px;
}

.home .wrapper{
    position: relative;
}

.home__title{
    font-size: 1.9em;
    line-height:1;
}

.home__title__bold{
    font-family: 'MetaOffc-Medi';
    font-size: 1.1em;
}

.home__title__bold::after { 
    content: '\A'; 
    white-space: pre;
}

.home__list{
    margin-left: 30px;
}

.home__list__item{
    font-family: 'MetaOffc-Book';
    font-size: 1.5em;
    margin: 0px;
}

.home__list__item:before {
    content: "•"; 
    font-size: 16px; /* or whatever */ 
    padding-right: 10px; 
}

.home__shield{
    background-image: url(../img/icon-shield.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 260px;
    bottom: -278px;
    left: 75px;
    font-family: 'MetaOffc-Black';
    padding: 35px 0 70px;
    position: absolute;
    text-align: center;
    width: 258px;
}

.home__shield__text{
    font-size: 1.2em;
    margin: 0px;
    text-transform: uppercase;
}
.home__shield__hours{
    font-size: 2.4em;
    margin: 0px;
}


.home__shield__img{
    
    height: 150px;
}

.home__form__container{
    display: flex;
    justify-content: space-between;
    width: 465px;
}

.home__form__shadow{
    display: block;
    height: 100%;
    width: 4%;
}

.home__form{
    background-color: #fff;
    border-radius: 20px;
    color:#3f4444;
    padding: 2.1em;
    
    
    
}

.home__form__title{
    color:#6ba539;
    font-family: 'MetaOffc-Book';
    font-size: 1.8em;
    margin: 0;
}

.home__form__description{
    font-family: 'MetaOffc-Medi';
    font-size: 1em;
    margin-top: 0.3em;
}

.home__form__label{
    border: 1px solid #6ba539;
    display: flex;
    margin-bottom: 10px;
    padding: 1px;
    width: 100%;
}

.home__form__icon-form{
    height: 34px;
    display: inline-block;
    width: 34px;
}

.home__form__label-checkbox{
    display: flex;
    justify-content: start;
    padding-top: 7px;
}

.home__form__checkbox{
    margin-bottom: 20px;
}
.home__form__checkbox::before {
    background-size: 9px 9px;
    height: 14px;
    margin-right: 3px;
    width: 14px;
}

.home__form__checkbox.checked::before {
    background-image: url(../img/icon-checked-black.svg);
}

.home__form__checkbox::before {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    border: solid 1px #dcdcdc;
    content: '';
    cursor: pointer;
    display: inline-block;
    height: 20px;
    position: relative;
    vertical-align: top;
    width: 20px;
    z-index: 1;
}

.home__form__checkbox__text{
    color: #3f4444; 
    padding-left: 16px;
}

.home__form__checkbox__text:hover{
    text-decoration: underline;
}

.home__form__label__phone{
    width: 58%;
}

.home__form__input{
    background-position: left;
    background-repeat: no-repeat;
    background-size: 35px 40px;
    border:none;
    color: #404040;
    font-size: .9em; 
    height: 34px;
    /*padding-left: 40px;*/
    padding-left: 10px;
    width: 100%;  
}

.home__form__input::placeholder{
    color:#3f4444;
}


.home__form__select{
    color:#3f4444;
    background-color: #fff;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 30px;
    background-image: url(../img/icon-select-arrow-down.png);
    border:none;
    font-size: .9em;
    height: 34px;
    padding-left: 10px; 
    padding-right: 30px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

.home__form__select::-ms-expand{
   display: none;
}

.home__form__button{
    background-color: #6ba539;
    border: none;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-family: 'MetaOffc-Norm';
    font-size: 1.1em;
    margin: 0 0 0 auto;
    padding: 8px 30px 6px 30px;
    text-align: center;
    transition: all .2s ease;
    width: 180px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

.home__form__button:hover{
    transform: scale(1.07);
    transition: all .2s ease;
}

.home__form__button:focus{
    outline:0px;
}



.home__form__error{
    color: #dc4016;
    margin-bottom: 10px;
}

/* Credit */
.credit {
   /* padding: 330px 0 20px;*/
   padding: 150px 0 20px;
}

.credit__title{
    color: #3f4444;
    font-family: 'MetaOffc-Book';
    font-size: 1.6em;
    text-align: center;
}

.credit__title__green{
    color:#00843d;
}

.credit__logos{
    display: flex;
    justify-content: center;
}

.credit__logos__img{
    height: 85px;
    margin: 0 40px;
}

/* about-credit */
.about,
.features,
.about-credit{
    padding-bottom: 20px;
    padding-top: 20px;
}

.about-credit__between{
    display: flex;
    justify-content: space-between;
}

.about-credit__title{
    text-align: center;
}

.about-credit__list{
    background-color: #6ba539;
    color:#fff;
    padding:20px 30px;
    width: 50%;
}

.credit__list__item{
    font-family: 'MetaOffc-Medi';
    font-size: 1.3em;
    margin: 10px 0;
}

.credit__list__item:before {
    content: "•"; 
    font-size: 16px; /* or whatever */ 
    padding-right: 10px; 
}

.about-credit__cta{
    background-color: #fff;
    border-radius: 30px;
    color: #6ba539;
    cursor:pointer;
    display: none;
    font-family: 'MetaOffc-Norm';
    font-size: 1.1em;
    margin: 20px auto 10px;
    padding: 8px 30px 6px 30px;
    text-align: center;
    transition: all .2s ease;
    width: 180px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

.about-credit__cta:hover{
    transform: scale(1.05);
}

.about-credit__img{
    height: auto;
    background-image: url('../img/about-credit.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 50%;
}

/*features */
.features__between{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.features__item{
    text-align: center;
    padding: 0 16px 16px;
    width: 30%;
}

.features__item__description{ 
    border-top: 1px solid #ab91b9;
    font-size: 1.2em;
    margin: .8em 0;
    line-height: 1.2;
    padding-top: .5em;
}

.features__item__img{
    display: block;
    margin: 0 auto;
    height: 60px;
}

/*about*/
.about{
    background-color: #f1f1f1;
}

.about__between{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 140px;
}

.about__item{
    font-family: 'MetaOffc-Norm';
    text-align: center;
    width: 25%;
}

.about__item__img{
    width: 100%;
}

.about__item__content{
    display: flex;
}

.about__item__2003{ 
    border-left: 2px solid #6ba539; 
    height: 70px;
}

.about__item__2006{
    border-left: 2px solid #00843d; 
    height: 70px;
}

.about__item__2009{
    border-left: 2px solid #008578; 
    height: 70px;
}

.about__item__now{
    border-left: 2px solid #3f4444; 
    height: 70px;
}

.about__item__description__2003{
    color:#6ba539;
    margin: 0 10px;
}

.about__item__description__2006{
    color:#00843d;
    margin: 0 10px;
}

.about__item__description__2009{
    color:#008578;
    margin: 0 10px;
}

.about__item__description__now{
    color:#3f4444;
    margin: 0 10px;
}

/*cta*/
/*cta*/
.cta{
    font-size: 1.8em;
    text-align: center;
    padding: 10px 0 40px !important;
}
.cta__title{
    color: #6ba539;
    line-height: 1;
}

.cta__description{
    color:#3f4444;
    line-height: 1;
}

.cta__description__green{
    color:#00843d;
}

.cta__button{
    background-color: #6ba539;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-family: 'MetaPro-Light';
    padding: 0px 35px 4px;
    /*padding: 4px 35px;*/
    text-decoration: none;
    transition: all .2s ease;
}

.cta__button__span{
    display: block;
    height: 25px;
    background-color: red;
}

/*footer */
.footer{
    background-color: #3f4444;
    color:#fff;
    padding: 36px 0;
    text-align: center;
}


.footer__between,
.footer__between__contact{
    display: flex;
    justify-content: space-between
}


.footer__logo{
    height: 44px;
}

.footer__facebook{
    height: 40px;
    margin-right: 24px;
    width: 40px;
}

.footer .dimex__phone{
    height: 40px;
}

.footer .dimex__phone__icon{
    height: 36px;
    width: 36px;
}

.footer .dimex__phone__text{
    font-size: 1.3em;
    padding: 0 14px 0 18px;
}

.footer .dimex__phone__icon__img{
    width: 20px;
}

.footer__terms{
    font-size: .85em;
    padding-top: 6px;
}

a.footer__policy__text{
    color:#fff;
    margin: 0 50px;
    text-decoration: underline;
}

.footer__copyright{
    margin: 0px;
}

.footer__policy__content{
    padding: .8em 0 1.6em;
}

.thankyou__icon{
    display: block;
    margin: 0 auto;
    width: 130px;
}

.thankyou{
    padding: 150px 0 150px;
}

.thankyou__content{
    margin: 0 auto;
    width: 80%;
}

.thankyou__title{
    font-family: 'MetaOffc-Medi';
    font-size: 40px;
    line-height: 1;
    text-align: center;
}

.thankyou__description{
    font-size: 30px;
    line-height: 1;
    text-align: center;
}

.legal{
    margin-top: 86px;
}

.legal__title{
    font-size: 1.5em;
    font-weight: 700;
    padding-top: 50px;
    text-align: center;
}

.legal h2{
    font-size: 1.17em;
    font-weight: 700;
    text-align: center;
}

.legal p{
    text-align: justify;
}

.legal ul{
    list-style: none;
}

.legal a{
    color:#5255f2 !important;
}

.legal__date{
    text-align: right !important;
}

@media screen and (max-width: 1560px){
    .home__bg{    
        background-position:initial;
    }
}


@media screen and (max-width: 1266px){
    .home__bg,
    .home__bg__1{
        background-size:auto 100%;
    }

    .thankyou {
        padding: 184px 0 184px;
    }
}

@media screen and (max-width: 1120px){

    .wrapper{
        padding: 0 20px;
        width: 100%;
    }

    .wrapper__home{
        padding: 0px;
    }

    .home{
        background-position-x: -80px;
    }

    .home__title{
        padding: 0 20px;
    }

    .home__shield{
        left: 30px;
    }

    .home__form__container{
        right: 30px;
        top: initial;
        width: 425px;
    }

    .home__form{
        right: 17px;
    }

    .home__title {
        font-size: 1.5em;
    }

    .home__title__bold {
        font-size: 1.1em;
    }

    .credit {
        padding: 150px 0 20px;
    }

    .about-credit__img {
        background-size: auto 100%;
    }

    .about__between{
        margin: 0 60px;
    }
}

@media screen and (max-width: 920px){
    .home__form__container{
        width: 40%;
    }

    .home__title__bold::after {
        content: '';
        white-space: normal;
    }
}

@media screen and (max-width: 768px){
    .dimex__subtitle{
        font-size: 1.6em;
        line-height: 1.2;
    }

    .wrapper__home{
        display: block;
    }

    .home__content__text,
    .home__form__container{
        width: 100%;
    }

    .home{
        background-size: cover;
        padding: 70px 0 0px;
        background-position-x: initial;
        background-position: top;
        margin-top: 0px;
    }

    .thankyou{
        padding: 160px 0 80px 0;
    }

    .home__content__text {
        margin: 0 auto;
        padding-top: 10px;
        width: 70%;
    }

    .home__form{
        margin: 10px auto 30px;
        -webkit-box-shadow: 0px 0px 6px 1px rgba(157,158,157,1);
        -moz-box-shadow: 0px 0px 6px 1px rgba(157,158,157,1);
        box-shadow: 0px 0px 6px 1px rgba(157,158,157,1);
        padding: 1em 2em;
        width: 90%;
    }

    .home__form__shadow{
        display: none;
    }

    .header__logo{
        height: 40px;
    }

    .header:before {
        bottom: -10px;
        background-size: 100% 10px;
        height: 10px;
    }

    .header .dimex__phone {
        height: 40px;
    }

    .header .dimex__phone__icon{
        height: 36px;
        width: 36px;
    }

    

    .home__shield{
        display: none;
    }

    
    .home__title__bold {
        font-size: 1.1em;
    }

    .credit__list__item,
    .dimex__phone__text {
        font-size: 1em;
    }

    .home__list__item{
        font-size: 1.2em;
    }

    .home__form__container{
        margin: 10px auto;
        position: relative;
        right: initial;
        width: 70%;
    }

    .home__form{
        position: relative;
        margin-bottom: 1.5em;
        right:initial;
    }
    /*
    .home__form__title{
        font-size: 1.6em;
    }
    */

    .credit {
        padding-top: 0px;
    }

    .features__item{
        width: 46%;
    }

    .about__between{
        margin: 0px;
    }

    .about-credit__cta{
        display: block;
    }

    .cta {
        font-size: 1.6em;
        padding: 40px 20px !important;
    }

    .thankyou__icon{
        display: none;
    }

    .thankyou__title{
        font-size: 30px;
    }

    .thankyou__description {
        font-size: 20px;
    }

    .legal__title{
        padding-top: 20px;
    }

    .legal__title{
        font-size: 1.3em;
    }

    .legal h2{
        font-size: 1.1em;
    }
}

@media screen and (max-width: 600px){
    .home__content__text,
    .home__form__container {
        width: 100%;
    }

    .home__title{
        font-size: 1.2em;
    }

    .home__list__item{
        font-size: 1em;
    }

    .home__form__title{
        font-size: 1.4em;
    }

    .home__form__description {
        font-size: .9em;
    }

    

    .home__form__label__phone{
        width: 100%;
    }

    
    .home__form__button:hover{
        transform: scale(1.05);
    }


    .credit{
        padding: 20px;
    }

    .credit__title{
        font-size: 1.4em;
    }

    .about-credit__between{
        display: block;
    }

    .about-credit__list,
    .about-credit__img{
        width:100%;
    }

    .about-credit__img{
        padding: 120px 0;
    }

    .about-credit__img{
        background-size: 100% auto;
    }

    .about__between{
        margin: 0 30px;
    }

    .about__item{
        padding-bottom: 30px;
        width: 50%; 
    }

    .footer__between{
        display: block;
    }

    .footer__between__contact{
        justify-content: center;
        padding-top: 24px;
    }

    a.footer__policy__text{
        display: block;
        margin:0px;
        padding: 4px 0;
    }

    .footer .dimex__phone__text {
        font-size: 1.1em;
        padding: 0 8px 0 16px;
    }

    .thankyou__content {
        padding-bottom: 20px;
    }

    .thankyou__title{
        font-size: 26px;
    }
    
}

@media screen and (max-width: 400px){
    .home__form{
        padding:1em;
        text-align: center;
    }
    .header__logo{
        height: 35px;
    }

    .header .dimex__phone {
        height: 35px;
    }

    .header .dimex__phone__text{
        padding: 0 6px 0 6px;
    }

    .header .dimex__phone__icon{
        display: none;
    }
    
    .home__title__bold::after { 
        content: ''; 
        white-space: pre;
    }

    .features__item {
        width: 100%;
    }

    .about-credit__img{
        background-size: auto 100%;
    }

    .about-credit__list{
        padding: 14px;
    }

    .about__item{
        width: 80%;
    }

    .cta__button{
        font-size: .8em;
    }
}


