

/* Start:/local/templates/wm_2212013/components/bitrix/system.pagenavigation/round/style.css?17146387993154*/
.bx-pagination {
	margin: 2rem 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-flex;
    grid-gap: 0.5rem 0.5rem;
}
.bx-pagination .bx-pagination-container ul li {
	display: grid;   
    height: 50px;
    align-items: center;         
}
.bx-pagination .bx-pagination-container ul li a, li.bx-active, li.bx-pag-prev a, li.bx-pag-next a {
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	padding: 0.5rem 1.5rem;   
	min-width: 2rem;
    height: 50px;
    display: flex;
    align-items: center;  
	line-height: 150%; 
    background: #fff/*#E5EBF6*/;
    color:#3F6CB3;  
	font-size: 1.125rem;
	border-radius: 0.5rem;  
    text-align: center;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    transition: 0.5s ease-out all;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;            
	color: #3F6CB3;
}
.bx-pagination .bx-pagination-container ul li a:hover {
	background: #3F6CB3;
    color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-active {
	background: #3F6CB3;
	color: #fff;
}  
             
li.bx-pag-next a span {font-size: 0; background: url('/local/templates/wm_2212013/assets/icons/icn-arrow-next.svg') no-repeat center center; background-size: 6.6px 11.24px; width: 6.6px; height: 11.24px;}
li.bx-pag-prev a span {font-size: 0; background: url('/local/templates/wm_2212013/assets/icons/icn-arrow-prev.svg') no-repeat center center; background-size: 6.6px 11.24px; width: 6.6px; height: 11.24px;}  

li.bx-pag-next a:hover span {font-size: 0; background: url('/local/templates/wm_2212013/assets/icons/icn-arrow-next-w.svg') no-repeat center center;}
li.bx-pag-prev a:hover span {font-size: 0; background: url('/local/templates/wm_2212013/assets/icons/icn-arrow-prev-w.svg') no-repeat center center;} 

    
                      
@media (max-width: 576px){ 
   .bx-pagination .bx-pagination-container ul li.bx-pag-next a {padding: 0.5rem; width: 50px; height: 50px; text-align: center; text-align: center; justify-content: center;}
   .bx-pagination .bx-pagination-container ul li.bx-pag-prev a {padding: 0.5rem; width: 50px; height: 50px; text-align: center; text-align: center; justify-content: center;}     
   
   .bx-pagination .bx-pagination-container ul li.bx-pag-next,
   .bx-pagination .bx-pagination-container ul li.bx-pag-next {
        display: grid;   
        height: 50px;
        width: 50px;
        align-items: center;
        text-align: center; 
        justify-content: center;
    }
                                                                                        
}
/* End */


/* Start:/local/templates/wm_2212013/components/bitrix/catalog.section/detail_industries/style.css?17748549162156*/
.catalog-section.container-fluid,
.catalog-section.container-fluid .row {
	--bs-gutter-x: 0;
}

.catalog-section.container-fluid { padding: 0 calc(var(--bs-gutter-x) / 2); }

.catalog-section .main-ui-loader-custom {
	position: absolute;
	top: unset;
	left: 50%;
	bottom: 5px;
	transform: translate3d(-50%, 0, 0);
	z-index: 100;
}

@media (min-width: 576px) {
	.catalog-section.container-fluid,
	.catalog-section.container-fluid .row {
		--bs-gutter-x: 15px !important;
	}
}

.catalog-element-addinational-blocks .catalog-section {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media (max-width: 575px) {
	.catalog-section {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (max-width: 991px) {
	.catalog-section-item-wrapper {
		min-width: 273px;
		flex-grow: 1 !important;
		max-width: 100% !important;
	}
	.catalog-section .main-ui-loader-custom {
		position: absolute;
		top: unset;
		left: 50%;
		bottom: 5px;
		transform: translate3d(-50%, 0, 0);
		z-index: 100;
	}
}


.h1_mobile {
    display: block;
    font-family: 'Ruberoid'; 
    font-style: normal; 
    font-weight: 700; 
    font-size: 1.35rem; 
    line-height: 140%; 
    letter-spacing: 0.03rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
#imgSectionBrand {
    order: 1;
    margin-bottom: 2rem;
}
#textBrand {
    order: 2;
}
#imgSectionBrand img, #imgSectionBrand .video_div, #imgSectionBrand .video_div video {
    border-radius: 0.625rem;
    object-fit: cover;
    width: 100%;  
    max-height: auto !important;
    height: auto;
    display: block;
}
#brandPreviewInfo {
    margin-bottom: 0;
}

@media (min-width: 768px) {     
    .h1_mobile {
        font-size: 1.75rem;   
    }
}
@media (min-width: 1024px) {  
    #brandPreviewInfo {
        margin-bottom: 2.063rem;
    }
     .h1_mobile {
        display: none;
    }
    #imgSectionBrand {
        order: 2;
        margin-bottom: 0;
    }
    #textBrand {
        order: 1;
    }
    
     #imgSectionBrand img, #imgSectionBrand .video_div, #imgSectionBrand .video_div video {border-radius: 0.625rem;object-fit: cover;width: 100%; height: auto;display: block;}
}
/* End */
/* /local/templates/wm_2212013/components/bitrix/system.pagenavigation/round/style.css?17146387993154 */
/* /local/templates/wm_2212013/components/bitrix/catalog.section/detail_industries/style.css?17748549162156 */
