@media (min-width: 1200px) {
	.header__container::after {
		bottom: 110px !important;
	}
}

@media(min-width: 1024px) {
    /* Главная */
    .widget_pw_latest_news .latest-news__image {
        min-height: 210px;
    }
    .page-template-tpl-catalog-page-php .boxed-container {
        overflow: unset;
    }
    .page-template-tpl-catalog-page-php .boxed-container .hentry {
        margin-bottom: 0;
    }
    .page-template-tpl-catalog-page-php .custom-sidebar-block .sidebar {
        position: sticky;
        top: 80px;
    }
}

@media(min-width: 992px) {
    .home .js-jumbotron-slider .item:first-child .jumbotron-content {
        width: inherit;
    }
    .home .js-jumbotron-slider .item:first-child .jumbotron-content .jumbotron-content__title,
    .home .js-jumbotron-slider .item:first-child .jumbotron-content .jumbotron-content__description,
    .home .js-jumbotron-slider .item:first-child .jumbotron-content .jumbotron-content__description .jumbotron__control {
        width: 550px !important;
        margin-left: auto;
        margin-right: 0;
    }
}

@media(max-width: 1023px){
    .catalog-page-related-pages .related-page-thumbnail img {
        height: auto;
    }
}

@media(max-width: 991px){
    .header__container {
        background: #231f20 !important;
    }
    .header__logo img{
        width: 60px !important;
    }

    .header__widgets{
        height: auto !important;
        padding: unset !important;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .header_zagolovok{
        max-width: none;
        flex: 0 0 100%;
        text-align: center;
    }

    .header_call_us{
        flex: 0 0 25%;
    }

    .header_email_us{
        flex: 0 0 25%;
    }

    .header_email_us .icon-box{
        min-height: 90px;
    }

}

@media(max-width: 600px){
    .header_call_us{
        flex: 0 0 50%;
    }

    .header_email_us {
        flex: 0 0 50%;
    }
	
    .custom-tabs .tab-titles {
        flex-wrap: wrap;
    }
    .custom-tabs .tab-content .single-product__attributes-wrapper {
        grid-template-columns: 1fr;
    }
    .custom-tabs .tab-content .single-product__attributes-item {
        padding: 10px;
    }
    .custom-tabs .tab-content .single-product__attributes-item .single-product__attributes-label {
        text-align: center;
    }
    .custom-tabs .tab-content .single-product__attributes-item .single-product__attributes-value {
        text-align: center;
    }

    .catalog-page-related-pages .related-page-card {
        margin: 0;
    }

    /* О компании */
    .callback-block .wpcf7-submit {
        margin: 0 auto;
    }
}