/*
Theme Name: Строительная компания
Version: stable
Author: Сергей Сергеевич
*/

@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);

.custom-logo {
    width: 200px;
    height: 43px;
}

.main-wrapper {
    max-width: 100%;
}


.dark\:bg-pattern {
    background: url("images/pattern.svg") no-repeat center center / cover;
}

.section-top.opened {
    padding-bottom: 0;
}

.section-top.opened .section-menu {
    margin-top: .5rem;
}

.pagination .nav-links a,
.pagination .nav-links span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    min-width: 36px;
    height: 36px;
}


a:hover {
	text-decoration: none !important;
}