.swiper .swiper-button-container .swiper-button-prev::after,
.swiper .swiper-button-container .swiper-button-next::after {
    content: none;
}

.swiper .swiper-button-container .swiper-button-prev,
.swiper .swiper-button-container .swiper-button-next {
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    transition: all .3s ease;
    background-image: none;
    background: #10101987;
}

.swiper-button-container {
    top: 50%;
    transform: translateY(-50%);
    z-index: 8;
}

.swiper-button-container:hover .swiper-button {
    background: #101019;
}

.swiper .swiper-button-prev {
    left: 0;
}

.swiper .swiper-button-next {
    right: 0;
}

.swiper .swiper-pagination {
    z-index: 9;
}

.swiper-slide.active .fadeInLeft {
    animation: fadeInLeft 1s ease forwards;
}

.swiper-slide.active .fadeInRight {
    animation: fadeInRight 1s ease forwards;
}

.swiper-slide.active .fadeInTop {
    animation: fadeInTop 1s ease forwards;
}

.service-item.active {
    animation: fadeInUp 1s ease forwards;
}

.service-item:hover img {
    transform: scale(1.1);
}

.new-item .new-img:hover img {
    transform: scale(1.1);
}

.new-item.active {
    animation: fadeInUp 1s ease forwards;
}

.partners-item img {
    max-width: 202px;
}

.news-item.active {
    animation: fadeInUp 1s ease forwards;
}

.swiper2 .swiper-pagination {
    position: absolute;
    left: 0;
    top: 160px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-container {
    background-image: url(../images/contact-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.error-text {
    color: #ef4444;
    display: none;
}

#contactForm input:focus,
#contactForm select:focus,
#contactForm textarea:focus {
    outline: none;
    border-color: #00a9f4;
    box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.1);
}

#contactForm .input-error {
    border-top-color: #a94442;
    border-left-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.contactForm .input-error {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.text-underline:hover {
    text-decoration: underline;
}


@media (max-width: 1024px) {

    .swiper .swiper-button-container .swiper-button-prev,
    .swiper .swiper-button-container .swiper-button-next {
        width: 30px;
        height: 30px;
        text-align: center;
        color: #fff;
        font-size: 20px;
        transition: all .3s ease;
        background-image: none;
        background: #10101987;
    }

}