.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: rtl;
}

#header .menu-site {
    margin-right: auto;
    margin-left: inherit;
}

.intro .caption>a:after {
    margin-left: 0;
    margin-right: 5px;
}

.about figure {
    clip-path: polygon(80% 0%, 100% 38%, 100% 100%, 0 100%, 0 0);
}

.about .content:before {
    left: inherit;
    right: -10px;
    transform: scaleX(-1);
}

.home .project .swiper-button-prev {
    right: inherit;
    left: 150px;
}

.home .project .swiper-button-next {
    right: inherit;
    left: 210px;
}

.contact .image {
    right: inherit;
    left: 0;
    padding-left: 0;
    padding-right: 50px;
}

@media (min-width: 1399.98px) {
    .contact .image {
        height: 660px;
    }
}

footer .end-block {
    margin-left: inherit;
    margin-right: auto;
}

.wpcf7-form-control.wpcf7-select {
    background-position: left 13px center;
}

.home .service .row {
    flex-direction: row-reverse;
}

.contact .box-s {
    padding-right: 40px;
    padding-left: 0px;
}

.social .links>a {
    margin-right: 0;
    margin-left: 20px;
}

footer .end-block span {
    margin-right: 0;
    margin-left: 25px;
}

.details {
    border-left: 0;
    padding-left: 0;
    border-right: 2px solid #111;
    padding-right: 30px;
}

@media (min-width: 1399.98px) {

    .about figure {
        padding-right: inherit;
        padding-left: 130px;
    }

}

@media (max-width: 767.98px) {
    .intro {
        height: 740px;
        min-height: auto;
    }
}

@media (max-width: 991.98px) {
    #primary-menu {
        right: 0;
        left: inherit;
        transform: translate3d(100%, 0, 0);
    }

    .head:before {
        right: 0;
    }
}