
body{
    background-image: url("/assets/img/cement.jpg");
	background-size: cover;
	background-position: center;
}
.counts li span{
    font-size: 20px;
}
.header .btn-get-price{
    padding: 15px;
    width: auto;
    line-height: 1;
    font-size: 14px;
    margin-top: 0;
    margin-left: 10px;
    height: 50px;
}
.address p{
    display: table;
}
.language a{
    color: white;
}
@media screen and (max-width: 1440px){
    .counts li span{
        font-size: 17px;
        line-height: 1;
    }
    .counts li p{
        line-height: 1;
    }
}
@media screen and (max-width: 680px){
    .header .btn-get-price{
        margin-left: 0;
        margin-top: 10px;
        font-size: 13px;
        padding-bottom: 10px;
        height: 45px;
    }
    .counts li p{
        font-size: 13px;
    }
}
#exampleModal iframe{
    width: 100% !important;
}
.counts li p {
    line-height: 1.2;
    font-size: 16px;
    text-transform: lowercase;
    max-width: 90%;
    margin: 0 auto;
}

.counts li {
    width: 200px;
}


.advantages li:before {
    display: none;
}

.advantages {
    margin: 0;
}

.advantages li i {
    color: #0CA25C;
    font-size: 22px;
    margin-right: 10px;
}

.advantages li {
    font-size: 24px;
}
.phone table i {
    font-size: 24px!important;
    margin: 0 5px 0 0!important;
    color: #0CA25C;
}

.phone table td a {
    font-size: 24px;
}

.phone table i.fa-telegram-plane {
    color: #0dd7ff;
}

.phone table i.fa-whatsapp {
    color: #26eb90;
}

.phone table i.fa-phone {
    font-size: 20px!important;
}

.counts li span {
    font-size: 26px;
}

.counts li p {
    font-size: 18px;
}

.counts li {
    width: 250px;
    height: auto;
    padding: 25px 0;
}
img.logo.img-fluid.w-100 {
    height: 100px;
}
.header .btn-get-price {
    margin-left: 25px;
}

body>div {
    z-index: 2;
    position: relative;
}
body .overlay{
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background: rgba(2, 2, 0, .8);
    z-index: 0;
}

.main h1 {
    margin: 10vh 0 5vh;
}

.advantages {
    margin-bottom: 30px;
}
.header .btn-get-price {
    margin-left: 25px;
}

@media(max-width: 678px) {
    .phone table td a {
        font-size: 14px;
    }

    .phone table i {
        font-size: 18px!important;
    }

    .phone table i.fa-phone {
        font-size: 16px!important;
    }

    img.logo.img-fluid.w-100 {
        height: auto;
    }

    .phone table {
        margin: 5px 0 15px;
    }

    .address p {
    }

    .header .btn-get-price {
        margin: 10px 0 0;
        width: 100%;
        padding: 0;
    }

    ul.d-flex.pt-sm-3.pt-4.ml-3.language {
        position: absolute;
        right: 15px;
        top: 0;
        padding: 0!important;
        margin: 0;
    }

    .address {
        position: relative;
    }

    .main h1 {
        margin-top: 40px;
        line-height: 1.5;
    }

    .btn-price {
        top: -120px;
    }

    .advantages li {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .advantages li i {
        font-size: 14px;
    }

    .advantages {
        margin-bottom: 0;
    }
    .counts li {
        width: 48%;
    }

    .counts li p {
        font-size: 14px;
    }

    .counts li span {
        font-size: 17px;
    }

    .container {
        max-width: calc(100% - 10px);
    }

    .address {
        margin-top: 15px;
    }

    .header .btn-get-price {
        margin-top: 15px;
    }
}