body {
    direction: ltr;
}

form {
    direction: ltr;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    left: auto;
    right: 30px;
}

.services-h .col-md-3:nth-child(5) .serv-block::before,
.services-h .col-md-3:nth-child(5) .serv-block::after,
.services-h .col-md-3:nth-child(10) .serv-block::before,
.services-h .col-md-3:nth-child(10) .serv-block::after {
    left: auto;
    right: -1px;
}

.services-h .col-md-3:nth-child(2) .serv-block::before,
.services-h .col-md-3:nth-child(2) .serv-block::after,
.services-h .col-md-3:nth-child(6) .serv-block::before,
.services-h .col-md-3:nth-child(6) .serv-block::after {
    right: auto;
    left: -1px;
}

.counter-h .col-md-3:nth-child(1) .count-block::before,
.counter-h .col-md-3:nth-child(4) .count-block::before {
    transform: scaleX(-1);
}

.counter-h .col-md-3:nth-child(1) .count-block::before {
    right: auto;
    left: 0;
}

.counter-h .col-md-3:nth-child(4) .count-block::before {
    left: auto;
    right: 0;
}

i.fa.fa-angle-left {
    transform: scaleX(-1);
}

.part-block::after {
    right: auto;
    left: 0;
}

.contact-h .overlay-img {
    right: 0;
    left: auto;
}

.contact-inner .form-group .form-control {
    text-align: left;
}

.foot-block h3::after {
    right: auto;
    left: 0;
}

.about-more .col-md-12:nth-child(1) .serv-block::before,
.about-more .col-md-12:last-child .serv-block::before {
    right: auto;
    left: 0;
}

.about-more .serv-block::before {
    right: auto;
    left: -1px;
}

.about-more .col-md-12 .serv-block::after {
    left: auto;
    right: -1px;
}

.about-more .col-md-12:last-child .serv-block::before {
    left: auto;
    right: 0;
}

.product-item .img-block::before {
    right: auto;
    left: -95%;
}

.all-products .product-item:nth-child(even) .img-block::before {
    left: auto;
    right: -95%;
}