/*** Promo **/
.h-promo-image {
    background-image: url(../home/promo/bg-promo-images.png);
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 40px;
}

.h-promo-brand img {
    position: relative;
    bottom: -150px;
}

.h-promo-image p {
    margin-top: 40px;
    margin-bottom: 90px;
    font-family: DIN-Pro-Condensed-Bold, sans-serif;
    font-size: 36px;
    line-height: 48px;
    text-transform: uppercase;
    color: #ffffff;
}

.h-promo-image p > span:first-child {
    font-family: DIN-Pro-Regular, sans-serif;
    font-size: 70px;
}

.h-promo-images img:nth-child(2) {
    margin: 0 20px;
}

.h-promo-info {
    padding-top: 190px;
    padding-bottom: 210px;
    background-color: #ffffff;
    background-image: url(../home/promo/promo-info.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}

.h-promo-info h2 {
    font-family: DIN-Pro-Bold, sans-serif;
    font-size: 50px;
    color: #010101;
    text-transform: uppercase;
}

.h-promo-info p {
    margin-top: 65px;
    font-family: DIN-Pro-Bold, sans-serif;
    font-size: 36px;
    color: #010101;
}

.h-promo-check {
    display: inline-block;
    text-align: center;
    width: 56px;
    height: 56px;
    margin-right: 30px;
    border-radius: 50%;
    background-color: #c9cac8;
    box-shadow: 0px 0px 10px 3px rgba(166, 166, 166, 1);
}

.h-promo-yellow,
.h-promo-check i {
    color: #dd4814;
}

/*** start: Style for bid demo*/
#demo-of-bid {
    position: relative;
    width: 100%;
    height: 0;
    /*padding-top: 56.25%; // transfer in blade of view*/
}

#demo-of-bid iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
/*** end: Style for bid demo*/

@media screen and (max-width: 1199px) {
    .h-promo-info {
        background-size: contain;
    }
}

@media screen and (max-width: 1099px) {
    .h-promo-brand img {
        position: relative;
        bottom: -170px;
    }

    .h-promo-image p {
        font-size: 34px;
    }

    .h-promo-images img:first-child,
    .h-promo-images img:nth-child(3) {
        width: 120px;
    }
}

@media screen and (max-width: 959px) {
    .h-promo-brand img {
        position: static;
        margin-top: 105px;
        max-width: 516px;
    }

    .h-promo-info {
        padding-top: 150px;
        padding-bottom: 170px;
    }

    .h-promo-info h2 {
        font-size: 45px;
    }

    .h-promo-info p {
        margin-top: 50px;
        font-size: 24px;
    }

    .h-promo-check {
        width: 38px;
        height: 38px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 639px) {
    .h-promo-brand img {
        margin-top: 65px;
    }

    .h-promo-info {
        padding-top: 130px;
        padding-bottom: 150px;
    }

    .h-promo-info h2 {
        font-size: 36px;
    }

    .h-promo-info p {
        margin-top: 40px;
        font-size: 20px;
    }

    .h-promo-check {
        width: 32px;
        height: 32px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 499px) {
    .h-promo-brand img {
        margin-top: 55px;
    }

    .h-promo-image p {
        font-size: 28px;
    }

    .h-promo-image p > span:first-child {
        margin-top: 30px;
        margin-bottom: 55px;
        font-size: 60px;
    }

    .h-promo-images img:first-child,
    .h-promo-images img:nth-child(3) {
        width: 96px;
    }

    .h-promo-info {
        padding-top: 100px;
        padding-bottom: 120px;
    }

    .h-promo-info h2 {
        font-size: 30px;
    }

    .h-promo-info p {
        margin-top: 32px;
        font-size: 18px;
    }

    .h-promo-check {
        width: 30px;
        height: 30px;
    }

    .h-promo-info .h-products-delivery {
        font-size: 14px !important;
    }

}
/*** end Promo **/

/*** Products **/
.h-products {
    background-image: url(../home/products/bg-product-title.png);
    background-size: cover;
}

.h-products h1 {
    padding: 50px 0;
    text-align: center;
    font-family: DIN-Pro-Bold, sans-serif;
    font-size: 60px;
    color: #ffffff;
}

.h-products h1 > span {
    color: #e98300;
}

.h-products-hr {
    height: 6px;
    background-image: url(../home/products/bg-hr.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.h-products-item {
    margin-top: 150px;
    margin-bottom: 60px !important;
}

.h-products-item img {
    margin-bottom: 60px;
}

.h-products-download-pdf {
    display: inline-block;
    padding: 25px 30px 25px 60px;
    font-family: DIN-Pro-Bold, sans-serif;
    font-size: 22px;
    color: #dd4814;
    text-transform: uppercase;
    background-image: url(../home/products/bg-ico-pdf.png);
    background-repeat: no-repeat;
    background-position: left 30px center;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}

.h-products-item h2 {
    text-align: left;
    text-transform: uppercase;
    font-family: DIN-Pro-Condensed-Bold, sans-serif;
    font-size: 60px;
    color: #ffffff;
}

.h-products-item h2 > span {
    color: #f06521;
}

.h-products-item p {
    text-align: left;
    font-family: DIN-Pro-Regular, sans-serif;
    font-size: 24px;
    color: #ffffff;
}

.h-products-delivery {
    display: inline-block;
    margin: 0;
    padding: 25px 30px;
    font-family: DIN-Pro-Bold, sans-serif !important;
    font-size: 22px !important;
    color: #ffffff !important;
    text-transform: uppercase;
    background-image: linear-gradient( 0deg, rgb(221,72,20) 0%, rgb(233,131,0) 100%);
    box-shadow: 0px 4px 9.6px 0.4px rgba(0, 0, 0, 0.004);
    border: 1px solid rgb(229, 229, 229);
    border-radius: 10px;
    float: left;
    clear: both;
}

.h-products-oil > div {
    display: inline-block;
    padding: 15px 20px;
    border: 1px solid #ffffff;
    border-radius: 10px;
}

.h-products-oil p {
    text-align: center;
    margin: 0;
    font-family: DIN-Pro-Regular, sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #df5418;
}

.h-products-item div > div > p {
    font-size: 18px;
}

.h-products-oil img {
    margin: 0;
}

.h-products-oil span {
    margin-left: 32px;
    font-family: DIN-Pro-Bold, sans-serif;
    font-size: 40px;
    color: #ffffff;
}

.h-products-econom {
    float: left;
    position: relative;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 80px;
    padding: 10px 0 8px 0;
    font-family: DIN-Pro-Bold, sans-serif;
    border: 1px solid #ff8400;
    border-radius: 10px;
    background-color: #ff8400;
}

.h-products-econom span:nth-child(1) {
    display: inline-block;
    width: 100px;
    padding: 0 15px 2px 15px;
    text-transform: lowercase;
    font-family: DIN-Pro-Bold, sans-serif;
    font-size: 36px;
    line-height: 34px;
    color: #ffffff;
    border-right: 1px solid #ffffff;
}

.h-products-econom span:nth-child(2) {
    display: inline-block;
    position: relative;
    top: -20px;
    padding: 0 15px;
    font-family: DIN-Pro-Regular, sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 34px;
    color: #000000;
}

.h-products-econom img {
    margin: 0;
    position: absolute;
    top: -1px;
    right: -60px;
    height: 92px;
}

@media screen and (max-width: 1199px) {
    .h-products h1,
    .h-products-item h2 {
        font-size: 50px;
    }

    .h-products-item p {
        font-size: 18px;
    }

    .h-products-oil span {
        font-size: 34px;
    }

    .h-products-econom span:nth-child(1) {
        font-size: 30px;
        line-height: 28px;
        width: 84px;
    }

    .h-products-econom span:nth-child(2) {
        font-size: 22px;
        top: -14px;
    }

    .h-products-econom img {
        height: 83px;
        right: -56px;
    }
}

@media screen and (min-width: 500px) and (max-width: 639px) {
    .h-products h1,
    .h-products-item h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 499px) {
    .h-products-item {
        margin-top: 100px;
    }

    .h-products h1,
    .h-products-item h2 {
        font-size: 30px;
    }

    .h-products-download-pdf {
        font-size: 14px;
    }

    .h-products-item p {
        font-size: 12px;
    }

    .h-products-oil span {
        font-size: 30px;
    }

    .h-products-econom {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .h-products-econom span:nth-child(1) {
        font-size: 18px;
        line-height: 16px;
        width: 50px;
    }

    .h-products-econom span:nth-child(2) {
        font-size: 14px;
        top: -6px;
        padding-left: 5px;
    }

    .h-products-econom img {
        height: 63px;
        right: -41px;
    }

    .h-products-item p {
        font-size: 16px;
    }
}
/*** end Products **/

/*** CountDown **/
.h-countdown {
    background-color: #e25a1a;
}

.h-countdown h2 {
    font-family: DIN-Pro-Bold, sans-serif;
    font-size: 60px;
    color: #ffffff;
    margin: 60px 0;
}

.h-countdown-wrapper {
    margin-bottom: 60px !important;
}

.h-countdown-wrapper > div {
    margin: 0 70px;
    padding: 0;
}

.h-countdown-wrapper .uk-countdown-number {
    height: 180px;
    width: 130px;
    font-family: DIN-Pro-Condensed-Bold, sans-serif;
    font-size: 80px;
    color: #000000;
    text-align: center;
    border-radius: 10px;
    background-image: url(../home/countdown/bg-countdown.png), linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(255,255,255) 53%, rgb(245,245,245) 100%);
    background-repeat: repeat-x;
    background-position-y: center;
    box-shadow: 0px 5px 0px 0px rgba(179,179,179,1);
}

.h-countdown-wrapper .uk-countdown-label {
    font-family: DIN-Pro-Bold, sans-serif;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    .h-countdown-wrapper > div {
        margin: 0 40px;
    }
}

@media screen and (min-width: 640px) and (max-width: 959px) {
    .h-countdown h2{
        font-size: 45px;
        margin: 50px 0;
    }

    .h-countdown-wrapper > div {
        margin: 0 15px;
    }

    .h-countdown-wrapper .uk-countdown-number {
        height: 140px;
        width: 100px;
        font-size: 65px;
    }

    .h-countdown-wrapper .uk-countdown-label {
        font-size: 18px;
        margin-top: 15px;
    }

    .h-countdown-wrapper {
        margin-bottom: 60px !important;
    }
}

@media screen and (max-width: 639px) {
    .h-countdown h2{
        font-size: 45px;
        margin: 50px 0;
    }

    .h-countdown-wrapper > div:nth-child(1),
    .h-countdown-wrapper > div:nth-child(3) {
        margin: 0 10px 0 100px;
    }

    .h-countdown-wrapper > div:nth-child(2),
    .h-countdown-wrapper > div:nth-child(4) {
        margin: 0 100px 0 10px;
    }

    .h-countdown-wrapper .uk-countdown-number {
        height: 140px;
        width: 100px;
        font-size: 65px;
    }

    .h-countdown-wrapper .uk-countdown-label {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .h-countdown-wrapper {
        margin-bottom: 60px !important;
    }
}

@media screen and (max-width: 449px) {
    .h-countdown-wrapper > div:nth-child(1),
    .h-countdown-wrapper > div:nth-child(3) {
        margin: 0 10px 0 30px;
    }

    .h-countdown-wrapper > div:nth-child(2),
    .h-countdown-wrapper > div:nth-child(4) {
        margin: 0 30px 0 10px;
    }
}
/*** end CountDown **/

/*** Who are We **/
.h-who-are-we {
    background-image: url(../home/who-are-we/bg-who-are-we-960px.png);
    background-size: cover;
    padding-bottom: 65px;
}

.h-who-are-we h2 {
    margin: 65px 0 !important;
    font-family: DIN-Pro-Bold, sans-serif;
    font-size: 50px;
    color: #292929;
}

.h-waw-info {
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 6px rgba(166, 166, 166, 1);
    font-family: DIN-Pro-Regular, sans-serif;
    font-size: 18px;
    color: #292929;
}

.h-waw-info p {
    margin: 0;
    padding: 35px 25px 25px 25px;
}

.h-waw-info a {
    color: #00b8e4;
    text-decoration: underline;
}

.h-waw-download {
    margin: 0;
    border: 1px solid #dd4814;
    border-radius: 10px;
    font-family: DIN-Pro-Regular, sans-serif;
    font-size: 22px;
    line-height: 22px;
    color: #010101;
    padding: 20px 5px;
    text-align: center;
}

.h-name {
    font-family: DIN-Pro-Bold, sans-serif;
    color: #dd4814;
}

@media screen and (max-width: 959px) {
    .h-who-are-we h2 {
        font-size: 40px;
    }

    .h-waw-info,
    .h-waw-download {
        max-width: 460px;
        text-align: center;
        margin: 0 auto;
    }

    .h-waw-download {
        margin-top: 40px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 549px) {
    .h-who-are-we h2 {
        font-size: 32px;
    }

    .h-waw-info,
    .h-waw-download {
        max-width: 300px;
    }
}
/*** end Who are We **/

/*** Contacts **/
.h-contacts {
    background-color: #e6e6e6;
}

.h-contacts h2 {
    padding: 65px 0;
    font-family: DIN-Pro-Bold, sans-serif;
    font-size: 50px;
    color: #292929;
    background-color: #ffffff;
    text-transform: uppercase;
}

.h-contacts-hr {
    width: calc(100% - 30px);
    height: 1px;
    background-color: #bcbdbc;
}

.h-contacts-info-wrapper {
    padding: 20px 0 20px 15px;
}

.h-contacts-info-wrapper.h-contacts-active,
.h-contacts-info-wrapper:hover {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 6px rgba(166, 166, 166, 1);
    cursor: pointer;
}

.h-contacts-info-wrapper h3 {
    font-family: DIN-Pro-Condensed-Bold, sans-serif;
    font-size: 30px;
    color: #191919;
    margin: 0;
}

.h-contacts-info-wrapper p {
    display: block;
    margin: 0;
    padding-top: 12px;
    font-family: DIN-Pro-Bold, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.h-contacts-info-wrapper i {
    color: #808080;
    font-size: 22px;
    margin-right: 10px;
}

.h-contacts-map {
    padding-left: 0;
    position: relative;
    height: 960px;
}
#h-contacts-map {
    position: absolute;
    height: 100%;
}

@media screen and (max-width: 639px) {
    .h-contacts-hr {
        width: 100%;
    }

    .h-contacts-info {
        margin: 0 auto;
        width: 100%;
        max-width: 420px;
    }
    .h-contacts .uk-container {
        padding: 0;
    }

    .h-contacts-map {
        height: inherit;
    }

    #h-contacts-map {
        position: static;
    }
}

@media screen and (max-width: 499px) {
    .h-contacts-info {
        max-width: 320px;
    }
}
/*** end Contacts **/