.pagination .page-link {
    color: #1c2241;
    font-size: 14px;
}

.page-item.active .page-link {
    border-color: #1c2241;
    background-color: #1c2241;
}

.gallery-item {
    overflow: hidden;
}

.gallery-item img {
    transition: .3s ease-out;
}

.gallery-item:hover img {
    transform: scale(1.2);
}

.custom-slider {
    position: relative;
    margin-bottom: 20px;
}

.custom-slider-item img {
    width: 100%;
}

.custom-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.custom-slider .owl-dots button {
    outline: none;
}

.custom-slider .owl-dots button span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
}

.custom-slider .owl-dots button.active span {
    background-color: #fff;
}

@media (min-width: 992px){
    .contacts__department {
        flex-wrap: wrap;
    }

    .contacts .contacts-department {
        max-width: 50%;
        margin-bottom: 3.2rem !important;
    }
}
