.news-other-slider .swiper-slide a{
	width: 100%;	
}

.gui-hidden{
	display:none !important;
}


.catalogue-section-title a{
	 text-decoration: none !important;
	 color: #2B2B2A;
}

.detail-filter-dividers-item strong {
    color: #2B2B2A;
    
    display: block;
    margin: 5px 0 0 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #757575;
    text-align: center;    
}

.header-phone {
    display: flex;
    align-items: center;
    flex-flow: column;
    margin-top: 21px;
}
.header-phone a {
    text-decoration: none;
    color: rgba(43, 43, 42, 0.7);
    display: flex;
    align-items: center;
}
.header-phone a:hover {
        color: #2B2B2A;
}
.page-with-welcome .header-phone a {
    color: #FFFFFF;
}
@media (min-width: 1200px) {
    .page-with-welcome .header-phone:hover svg {
        stroke: #FFFFFF;
    }
    .page-with-welcome .header-phone a:hover svg {
        stroke: #E42026;
    }
    .page-with-welcome .header-phone a:hover {
        color: #E42026;
    }
}
@media (max-width:1440px) {
	.detail {margin-top: 30px;}
	.detail .detail-right-title {line-height: 26px;}
	.detail .detail-filter {margin-top: 5px;}
}
.catalogue-slider-item-param {
	min-height: 57px;
}

@media (max-width: 1199px) {
    .main-catalogue-item-preview {
        padding: 64.13% 0 0 0;
    }
}