

/* Start:/business/templ/style.css?15913650365421*/
.truck-img {
    position: absolute;
    left: 45%;
    height: 228px;
    width: 60vw;
    overflow: hidden;
    bottom: 0;
}
.truck-img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 140px;
    height: 2px;
    background-color: #333;
    animation: animationHorizont linear 2s;
    -webkit-animation: animationHorizont linear 2s;
    -moz-animation: animationHorizont linear 2s;
    -o-animation: animationHorizont linear 2s;
    -ms-animation: animationHorizont linear 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
}
.truck-img__car {
    background: url("/business/templ/images/truck.svg") no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: -10px;
    bottom: 0;
    z-index: 1;
}
.truck-img__mountains {
    position: absolute;
    width: 265px;
    height: 30px;
    background: url("/business/templ/images/mountains.svg") no-repeat;
    left: -90px;
    top: 40px;
}
.truck-img__mountains_2 {
    transform: rotate(2deg);
    left: -244px;
    top: 45px;
}
.truck-img__cloud {
    position: absolute;
    width: 90px;
    height: 71px;
    background: url("/business/templ/images/cloud.svg") no-repeat;
    left: 0px;
    top: 5px;
}

.animation-truck-cloud {
    animation: animationCloud linear 8s;
    -webkit-animation: animationCloud linear 8s;
    -moz-animation: animationCloud linear 8s;
    -o-animation: animationCloud linear 8s;
    -ms-animation: animationCloud linear 8s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
}
.animation-truck-mountains {
    animation: animationMountains linear 8s;
    -webkit-animation: animationMountains linear 8s;
    -moz-animation: animationMountains linear 8s;
    -o-animation: animationMountains linear 8s;
    -ms-animation: animationMountains linear 8s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
}
.animation-truck-car {
    animation: animationCar linear 2s;
    -webkit-animation: animationCar linear 2s;
    -moz-animation: animationCar linear 2s;
    -o-animation: animationCar linear 2s;
    -ms-animation: animationCar linear 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
}

@keyframes animationHorizont {
    0% {
        transform: translate(0, 0);
    }
    15% {
        transform: translate(0, 2px);
    }
    25% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes animationCar {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-1.8%, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes animationCloud {
    0% {
        transform: translate(-105px, 0);
    }
    100% {
        transform: translate(320px, 0);
    }
}
@keyframes animationMountains {
    0% {
        transform: translate(-100px, 0);
    }
    100% {
        transform: translate(300px, 0);
    }
}

@media (min-width: 992px) {
    @keyframes animationCloud {
        0% {
            transform: translate(-205px, 0);
        }
        100% {
            transform: translate(520px, 0);
        }
    }
    @keyframes animationMountains {
        0% {
            transform: translate(-200px, 0);
        }
        100% {
            transform: translate(500px, 0);
        }
    }
}
@media (max-width: 1199px) {
    .truck-img {
        left: calc(50% + 32px);
        height: 170px;
    }
    .truck-img:before {
        top: 80px;
        height: 1px;
    }
    .truck-img__car {
        background-size: 900px auto;
    }
    .truck-img__mountains {
        background-size: 100% auto;
        width: 100px;
        left: -20px;
    }
    .truck-img__cloud {
        background-size: 100% auto;
        width: 60px;
    }
}
/*@media (max-width: 991px) {
    .truck-img {
        left: calc(52% + 32px);
        height: 130px;
        bottom: -20px;
    }
    .truck-img__car {
        background-size: 800px auto;
    }
}*/
@media (max-width: 991px) {
    .truck-img {
        position: relative;
        left: -20px;
        min-width: calc(100% + 40px);
        width: auto;
        margin-top: 30px;
        bottom: 0;
        overflow: visible;
    }
    .truck-img:before {
        left: -150px;
    }
    .truck-img__car {
        left: 20%;
        background-size: 900px auto;
        width: 900px;
        right: auto;
    }
}
@media (max-width: 575px) {
    .truck-img:before {
        top: 70px;
        left: 0;
    }
    .truck-img__car {
        left: 15%;
        background-size: 650px auto;
    }
}
@media (max-width: 479px) {
    .truck-img__car {
        left: 0%;
    }
}

/* End */
/* /business/templ/style.css?15913650365421 */
