/*
	Theme Name: kompas
*/

.main {
	overflow-x: hidden;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 2em;
    margin-bottom: 2em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 2em;
    margin-bottom: 2em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.availability-label.availability-label--red {
    color: #ab1621;
}

.category-card__media {
    height: 105px;
}

.category__main {
    width: 100%;
}

.main_page_404-content {
    padding: 200px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-404__code {
    font-size: 8rem;
    font-weight: 700;
    color: #ab1621;
    text-align: center;
    margin-bottom: 20px;
}

.header__bottom .menu__item.backgrount-red {
    min-width: 185px;
    padding: 12px 30px;
    text-decoration: none;
    background-color: #ab1621;
    margin: 0;
}

.header__bottom .menu__item.backgrount-red a {
    color: #fff;
}

@media (max-width: 768px)  {
    .page-404__code {
        font-size: 6rem;
        margin-bottom: 10px;
    }
    .main_page_404-content {
        padding: 80px 0 130px;
    }

}


.category__buttons .category__button {
    flex-direction: column;
}

.category__buttons .category__icon {
    height: auto;
    width: 100%;
}

.category__buttons .category__icon img {
    height: auto;
    width: 45%;
    margin: 0 auto;
}

.hero__banner:before {
    display: none;
}

.hero .hero__column {
    width: 100%;
}


.category.category-page {
    padding-bottom: 0;
    overflow-y: auto;
}

.hero .hero__content {
    margin-top: auto;
    margin-bottom: 5px;
}


.article-page__main-media-add img {
    height: auto;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

.product-card__price-manager {
    margin-top: auto;
    font-weight: 600;
}

.product-page__price-manager {
    margin-top: 25px;
    font-size: 1.3rem;
    font-weight: 600;
}

.article-cards-solutions .article-card {
    width: 100%!important;
}

.swiper-pagination {
    bottom: 0;
    position: relative;
}

.mySwiper-solutions {
    width: 100%;
}

.mySwiper-solutions-2 .swiper-slide {
    max-height: 500px;
}

.mySwiper-solutions-2 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 767px) {
    .mySwiper-solutions-2 .swiper-slide {
        max-height: 300px;
    }
}

.article-page__gallery {
    padding: 0 55px;
    position: relative;
}

.swiper-btn {
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.hero__carousel .hero__banner {
    height: 100% !important;
    max-height: 500px;
    padding: 0;
    min-height: auto!important;
}

.hero__carousel .hero__banner picture,
.hero__carousel .hero__banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .hero__carousel .hero__banner {
        max-height: none;
    }

    .hero__carousel .hero__banner picture,
    .hero__carousel .hero__banner img{
        width: 100%;
        height: auto;
    }
}

@media (max-width: 767px) {
    .article-page__gallery {
        padding: 0 25px;
    }

    .swiper-btn:after {
        font-size: 25px!important;
    }

    .swiper-btn:before {
        font-size: 25px!important;
    }

    .swiper-button-next {
        right: -10px;
    }
    .swiper-button-prev {
        left: -10px;
    }
}

@media (max-width: 1024px) {
    .header__bottom .menu__item.has-submenu {
        padding: 5px 50px 5px 30px;
    }

    .header__bottom .menu__item.has-submenu>a {
        padding: 7px 25px 7px 0!important;
    }
}