input:focus-visible, textarea:focus-visible {
    outline: none;
}

button[type="submit"]:disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
}

.menu__link {
    cursor: pointer;
}

.lang-picker-item.active {
    background: rgba(251, 55, 27, .1);
    border-bottom: 2px solid #fb371b;
}

.tabs-services__slide img {
    height: 600px;
    width: auto;
    object-fit: cover;
}

@media (max-width: 992px) {
    .tabs-services__slide img {
        height: 250px;
        width: auto;
    }
}

.tabs-services .swiper-slide-active img {
    border-radius: 0 0 100px 0;
}