:root {
    --primary-color: #004a9b !important;
    --bs-pagination-color: var(--primary-color) !important;
}

body {
    font-family: 'a_AvanteInt', sans-serif;
}

.red-color {
    color: red;
}

.row {
    margin: 0;
}

.btn-primary,
.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

p,
li {
    font-size: 18px;
}

header .container-xxl {
    padding: 5px 0;
    background-color: #fff;
}


.nav-link {
    font-family: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 8px;
}

.offcanvas .nav-link {
    padding-left: 0;
}

header .nav-link:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: none;
}


.main-slider-row .swiper-button-next {
    right: -150px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 100px;
    height: 100px;
}

.main-slider-row .swiper-button-prev {
    left: -150px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 100px;
    height: 100px;
}

p {
    margin-bottom: 5px;
}

.navbar .nav {
    gap: 20px;
}

footer .container-xxl {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
}

footer .nav {
    flex-direction: column;
}

footer .nav-item {
    margin-bottom: 10px;
}

footer .nav-link {
    padding: 0;
}

.mobile-btn {
    border-radius: 8px;
    border: none;
    background: none;
}

.btn-close {
    opacity: 1;
}

.page-o-kompanii {
    background-image: url('/images/company-bg.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

.page-kontakty {
    background-image: url('/images/contacts-bg.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

.page-zakazat {
    background-image: url('/images/order-bg.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

body[class^="page-catalog"] {
    background-image: url('/images/catalog-bg.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

body[class^="page-novosti"] {
    background-image: url('/images/news-bg.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

body:not(.page-home) #content {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgba(255, 255, 255, 0.7);
}

.bx-breadcrumb-item-link {
    color: var(--primary-color);
}

.bx-breadcrumb-item-link>.bx-breadcrumb-item-text {
    font-weight: bold;
}

.bx-breadcrumb-item>.bx-breadcrumb-item-text {
    color: #222;
}

.devider {
    margin: 0px 5px;
}

h1 {
    font-weight: bold;
    text-transform: uppercase;
}

.pl-16 {
    padding-left: 16px;
}

.contacts-section .contact-item {
    margin-bottom: 30px;
    font-size: 30px;
}

.contacts-section .contact-item a {
    color: #000;
    text-decoration: none;
}

.contacts-section .contact-item h2 {
    font-size: 40px;
    color: #000;
    font-weight: bold;
}

.email-link {
    color: var(--primary-color) !important;
}

footer .contact-item h5 {
    font-weight: bold;
}

footer .contact-item a {
    color: #000;
    text-decoration: none;
}

footer .contact-item a:hover {
    text-decoration: underline;
}

.privacy-policy-link {
    display: inline-block;
    margin-top: 10px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

footer .nav-link {
    font-size: 16px;
}

footer h3 {
    font-weight: bold;
}

footer h5 {
    font-size: 18px;
}

footer p {
    font-size: 16px;
}

#content {
    padding-left: 100px;
    padding-right: 100px;
}

.card-title a {
    text-decoration: none !important;
    font-size: 40px !important;
    color: #000;
    font-weight: bold !important;
}

.card-img-top {
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-img-top img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.card-body {
    height: 200px;
}

.card {
    border-radius: 0 !important;
    border-color: #222;
}

.page-novosti .pagination-container {
    margin-top: 50px;
}

.news-detail-content {
    font-size: 20px;
}

.news-detail-date {
    display: none;
}

div.news-detail img.detail_picture {
    float: initial !important;
}

.page-zakazat h5 {
    font-weight: 600;
}

.page-zakazat ul {
    list-style-type: none;
}

.page-zakazat h2 {
    text-transform: uppercase;
}

.page-zakazat h3 {
    font-weight: 600;
}

.news-detail-img {
    height: 500px;
}

.page-catalog .product-item {
    border-radius: 0 !important;
    border-color: #222;
    padding-top: 0;
    border: 1px solid;
    height: 350px;
}

.product-item-image-wrapper {
    padding-top: 0;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.product-item-container.hover {
    height: auto !important;
}

.product-item-image-original {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.bx-no-touch .product-item-container.hover .product-item {
    position: initial !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: 1px solid !important;
}

.bx-no-touch .product-item-container.hover .product-item-image-original {
    opacity: 1 !important;
}

.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden {
    display: none !important;
}

.product-item-image-alternative {
    display: none !important;
}

.product-item-container {
    margin-bottom: 30px;
}
.section {
    padding: 100px 0;
}
.product-item-title {
    position: relative;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bold;
    text-align: center;
    text-overflow: unset;
    white-space: unset;
    height: 50px;
    overflow: hidden;
}
    /* .product-item-title::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 30px;
	background: linear-gradient(#fff0,#fff);
	pointer-events: none;
}
.product-item-title:hover::after {
	display: none;
} */
.product-item-title a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    color: #222;
    text-decoration: none;
    transition: color .2s ease;
}

.product-item-title a:hover {
    color: var(--primary-color);
}

.bx-touch .product-item-info-container.product-item-hidden {
    opacity: 0;
    display: none !important;
}

.product-item-detail-tab-content h3 {
    font-size: initial;
}

.product-item-detail-slider-image {
    cursor: zoom-in;
}

.product-item-detail-pay-block {
    border: none !important;
    background: none !important;
}

.product-item-detail-tabs-container {
    border: none;
}

.product-item-detail-tab-link {
    font-size: 20px;
}

.remove-product {
    margin-bottom: 4px;
}

.tablebodytext {
    display: none !important;
}
.product-item-price-current {
    display: block;
    font-size: 18px;
    text-align: center;
}
.product-item-detail-price-current {
    color: #000
}
