@font-face{
    font-family: 'GothamPro';
    font-weight: 300;
    src: url(../fonts/GothamPro-Light.eot);
    src: url(../fonts/GothamPro-Light.woff);
    src: url(../fonts/GothamPro-Light.ttf);
}

@font-face{
    font-family: 'GothamPro';
    font-weight: 400;
    src: url(../fonts/GothamPro.eot);
    src: url(../fonts/GothamPro.woff);
    src: url(../fonts/GothamPro.ttf);
}

@font-face{
    font-family: 'GothamPro';
    font-weight: 500;
    src: url(../fonts/GothamPro-Medium.eot);
    src: url(../fonts/GothamPro-Medium.woff);
    src: url(../fonts/GothamPro-Medium.ttf);
}

@font-face{
    font-family: 'GothamPro';
    font-weight: 800;
    src: url(../fonts/GothamPro-Bold.eot);
    src: url(../fonts/GothamPro-Bold.woff);
    src: url(../fonts/GothamPro-Bold.ttf);
}

@font-face{
    font-family: 'GothamPro';
    font-weight: 900;
    src: url(../fonts/GothamPro-Black.eot);
    src: url(../fonts/GothamPro-Black.woff);
    src: url(../fonts/GothamPro-Black.ttf);
}

*{
    margin: 0;
    padding: 0;
}

body{
    font-family: 'GothamPro';
    font-weight: 400;
}

.header{
    height: 100vh;
    background: url(../images/header-bg.png) 100% no-repeat;
    background-size: cover;
    padding-top: 20px;
}

.top-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo{
    display: flex;
    align-items: center;
}

.logo > img{
    margin-right: 20px;
    width: 100px;
}

.logo > span{
    font-size: 18px;
    display: inline-block;
}

.call{
    text-align: right;
}

.call > h4{
    font-size: 20px;
    color: #fff;
}

.call > h5 > a{
    font-weight: 800;
    color: #fff;
    font-size: 20px;
}

.call > h5 > a{
text-decoration:none;
}

.sales{
    margin-top: 80px;
    color: #000;
}

.sales > h1{
    font-weight: 900;
    font-size: 45px;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 30px;
}

.sales > h3{
    font-weight: 900;
    font-size: 22px;
    margin-bottom: 50px;
}

.sales > p{
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 30px;
}

.sales > p > span{
    color: rgb(0, 174, 149);
}

.time{
    display: flex;
}

.time-img{
    margin-right: 20px;
}

.time-text{
    color: #fff;
}

.feature{
    background: url(../images/feat-bg.png) 100% no-repeat;
    background-size: cover;
    padding: 120px 0;
}

.feature .title{
    margin-bottom: 100px;
}

.feature-list{
    width: 100%;
    display: flex;
}

.feature-list > div{
    height: 235px;
    width: 25%;
}

.feature-item{
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 35px;
    justify-content: flex-end;
    position: relative;
}

.feature-item > img{
    width: 64px;
}

.feature-item > h4{
    font-weight: 800;
    color: #000;
    font-size: 18px;
    margin-top: 20px;
}

.feature-item > span{
    font-weight: 800;
}

.feature-num{
    position: absolute;
    right: 20px;
    top: 20px;
}

.feature-num > span{
    font-size: 25px;
}

.feature-img img{
    width: 100%;
    height: 235px;
}

.why{
    padding: 100px 0;
    background: #fff;
    position: relative;
    text-align: center;
}

.why::before{
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background: #F8F8F8;
}

.why-left > img, .why-right > img{
    margin-bottom: 50px;
}

.why-left > h3, .why-right > h3{
    color: #000;
    font-weight: 900;
    margin-bottom: 60px;
}

.why-item{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.why-img{
    margin-right: 10px;
}

.why-text > p{
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.why-icon{
    margin-top: 50px;
    padding: 0 50px;
    text-align: left;
}

.why-icon > h3{
    margin-top: 30px;
    color: rgb(0, 174, 149);
    font-weight: 800;
    font-size: 30px;
}

.why-icon > p{
    color: #000;
    font-size: 18px;
    font-weight: 800;
}

.history{
    padding: 100px 0;
    background: #E9F6F8 url(../images/history-bg.webp) 100% no-repeat fixed;
    background-size: cover;
}

.history .title{
    margin-bottom: 50px;
}

.hystory-item > img{
    width: 100%;
}

.hystory-item{
    background: #fff;
    margin-bottom: 30px;
    text-align: center;
}

.hystory-title{
    padding: 10px 0;
}

.hystory-title > span{
    font-weight: 800;
    font-size: 17px;
}

.price{
    padding: 100px 0;
    background: url(../images/price-bg.png) 100% no-repeat;
    background-size: cover;
    color: #fff;
}

.price .title{
    margin-bottom: 100px;
}

.price-item{
    display: flex;
    margin-bottom: 30px;  
    align-items: center;  
}

.price-img{
    margin-right: 20px;
}

.price-des > span{
    font-weight: 800;
    font-size: 20px;
}

.price-counter{
    margin-left: 20px;
    background: rgb(0, 174, 149);
    padding: 10px;
    font-weight: 900;
    font-size: 18px;
}

.price-button{
    margin-top: 100px;
}

.callback{
    background: url(../images/callback-bg.jpg) 100% no-repeat;
    padding: 200px 0;
    position: relative;
}

.callback h1{
    font-weight: 900;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.callback p{
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 30px;
}

.callback-go{
    margin-top: 50px;
}

.callback-go > p{
    font-weight: 300;
}

.callback-go > a{
    color: rgb(0, 174, 149);
    font-weight: 900;
    font-size: 20px;
}

.callback-go > a:hover{
    text-decoration: none;
}

.callback-img{
    position: absolute;
    top: 30%;
    right: 0%;
}

.footer{
    background: #000;
    color: #fff;
    padding: 20px 0;
}

.footer-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-flex p{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}

.footer-flex p a{
    color: rgb(0, 174, 149);
}

.footer-flex p a:hover{
    text-decoration: none;
}

.modal-body{
    padding: 20px;
    text-align: center;
}

.modal-body p{
    font-weight: 300;
    font-size: 16px;
}

.form-modal > input{
    width: 100%;
    padding: 15px 25px;
    border-radius: 50px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.form-modal > input:focus{
    outline: 0 !important;
}

.form-input__button{
    background: rgb(0, 174, 149);
    color: #fff;
    font-weight: 800;
}

.why-item{
  padding-left: 50px;
}