





.mainBack{
    height: auto;
    background-color: grey;
    background-image: url('../img/lake-house-(5).jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.mainBack p{
    font-size: .9rem;
}

.dia{
    position: relative;
}

.mainBack{
    color: #ededed;
}

.blockBack{
    background-color: #151515;
    color: white;
}
.card{
    color: black;
    box-shadow: 10px 10px 10px rgba(0,0,0,.5);
}

.forBlock{
    font-size: 1.4rem;
    color: #52ac62;
}


.icon-smal{
    position: relative;
}

.icon-small::after{
    content: ' ';
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0px;
    right: 0px;
    margin: 0px 55px 0 0;
    background-image: url('../img/secure-shieldGreen.png');
    background-position: center;
    background-size: contain;
    border: 2px solid #00a54c;
    border-radius: 50%;
    animation: move 3s ease-in-out infinite;
    

}

#headerSale{
   background-image: url(../img/asfalt_@2X.png);
}

.carousel-inner{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



.betonBack{
    background: url(../img/betonwerkOne.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.betonBack{
    color: white;
}



.pesok{
    background: url(../img/CT660-Dumptruck-Caterpillar-Wallpapers-HD.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
    color: white;
}

.plitka{
    background: url(../img/1535571691_148212.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
    color: white;
}








@keyframes move {
  40% {
    transform: rotate(10deg);
    }
  80% {
    transform: rotate(-10deg);
    }
}