

/* Start:/local/templates/swmade/components/bitrix/catalog/new/style.css?17501437801282*/
.coll-header-wrap {margin-bottom: 30px !important;}
.coll-header-wrap .text p {margin: 10px 0 0 0 !important;}

.hcoll {height: 100%; width:40%}
.hcoll .img {width:50%; max-width:550px;}

.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?175044066564*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */


/* Start:/local/components/wmmg/main.action_sender/templates/.default/style.css?1750143780324*/
/*div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}*/
.name-form{display: none;}

/* End */


/* Start:/local/templates/swmade/components/bitrix/main.userconsent.request/custom/user_consent.css?17501437803855*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px; /* loader magic */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 30px 0;
	font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	padding: 5px 10px;
	width: 100%;
	height: 130px;
	border: 1px solid #999;
	background: #fff;
	box-sizing: border-box;
	outline: none;
	-moz-appearance: none;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	cursor: pointer;
	font-weight: normal;
	color: #999;
	font-size:0.7em;
	line-height: 0.8em;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text {
		height: 240px;
	}
}
/* End */


/* Start:/local/components/wmmg/main.feedback_custom/templates/presentation-request/style.css?1750143780324*/
/*div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}*/
.name-form{display: none;}

/* End */


/* Start:/local/components/wmmg/main.feedback_custom/templates/video-call-request/style.css?17501437801452*/
.name-form{display: none;}
#video-call-req .uk-modal-dialog { width:460px;}
#video-call-req .soc-icon {	width: 49%;}
#video-call-req .whts {float: left;}
#video-call-req .tlg {float: right;}
#video-call-req .soc-icon i {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-size: contain !important;
}
#video-call-req .tlg i {background: url(/local/components/wmmg/main.feedback_custom/templates/video-call-request/images/tlg.svg);}
#video-call-req .whts i {background: url(/local/components/wmmg/main.feedback_custom/templates/video-call-request/images/whts.svg);}
#video-call-req .soc-gr label {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid rgba(229, 229, 229, 0.9);
	border-radius: 7px;
	box-sizing: border-box;
	padding: 7px 0;
	cursor: pointer;
	opacity: .5;
	transition: all .2s ease-in-out;
}
#video-call-req .soc-gr label:hover, #video-call-req .soc-gr label:focus, #video-call-req .soc-gr label:active {
	border: 1px solid rgba(229, 229, 229, 1);
}
#video-call-req .soc-gr label span {padding-left: 10px;}
#video-call-req .soc-gr input[type="radio"] {
	position: absolute;
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	visibility: hidden !important;
}
#video-call-req .soc-gr input[type="radio"]:active ~ label {
	opacity: 1;
}
#video-call-req .soc-gr .whts input[type="radio"]:checked ~ label{
	opacity: 1;
	border: 1px solid #25D366;
}
#video-call-req .soc-gr .tlg input[type="radio"]:checked ~ label{
	 opacity: 1;
	 border: 1px solid #34aadf;
 }
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/webcat_news/style.css?17855693054141*/
.news-block,
.news-block * {
    font-family: 'Montserrat', sans-serif !important;
}


.news-block {
    max-width: 1745px;
    margin: 0 auto;
    padding: 20px;
}


.news-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom: none;
}

.news-header h2 {
    font-size: 1.5rem;
    text-transform: none;
    font-weight: bold;
    color: #333;
    margin: 0;
}


.news-scroll-wrapper {
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #e2001a #eaeef3;
    padding-bottom: 10px;
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;
}

.news-scroll-wrapper::-webkit-scrollbar {
    height: 6px;
}

.news-scroll-wrapper::-webkit-scrollbar-track {
    background: #eaeef3;
}

.news-scroll-wrapper::-webkit-scrollbar-thumb {
    background: #e2001a;
}


.news-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    min-width: 700px;
}


.news-card {
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid #eaedf2;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
    border-radius: 0 !important;
}

.news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    border-color: #d0d7e2;
}

.news-image-wrapper {
    position: relative;
    overflow: hidden;
}


.news-image-wrapper img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    background: #dce2ec;
    border-radius: 0 !important;
}

.news-image-wrapper a img {
    transition: opacity 0.2s;
}

.news-image-wrapper a:hover img {
    opacity: 0.9;
}


.news-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
    display: inline-block;
    background: #e2001a;
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    padding: 4px 14px;
    border-radius: 0 !important;
    max-width: calc(100% - 24px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.news-content {
    padding: 18px 20px 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
}


.news-card h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    color: #1a1f2b;
    margin: 0 0 10px 0;
}

.news-card h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.news-card h3 a:hover {
    color: #e2001a;
}


.news-date {
    font-size: 13px;
    color: #8a96a8;
    border-top: 1px solid #eff1f5;
    padding-top: 14px;
    margin-top: auto;
}


.news-footer {
    text-align: right;
    margin-top: 20px;
    padding-top: 10px;
}

.news-footer a {
    color: #e2001a;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: 0.2s;
}

.news-footer a:hover {
    text-decoration: underline;
    opacity: 0.8;
}


.news-pagination {
    margin-top: 20px;
    text-align: center;
}


@media (min-width: 1101px) {
    .news-grid {
        min-width: auto;
    }
}

@media (max-width: 1100px) {
    .news-grid {
        grid-template-columns: repeat(4, 280px);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .news-grid {
        grid-template-columns: repeat(4, 260px);
        gap: 16px;
    }

    .news-image-wrapper img {
        height: 160px;
    }

    .news-header h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .news-grid {
        grid-template-columns: repeat(4, 240px);
        gap: 14px;
    }

    .news-image-wrapper img {
        height: 140px;
    }

    .news-content {
        padding: 14px 16px 18px;
    }

    .news-card h3 {
        font-size: 15px;
    }

    .news-header h2 {
        font-size: 1.5rem;
    }
}

.bx-dark .news-card {
    background: #1a1f2b;
    border-color: #2d3342;
}

.bx-dark .news-card h3 {
    color: #ffffff;
}

.bx-dark .news-date {
    color: #6a7284;
    border-top-color: #2d3342;
}

.bx-dark .news-header h2 {
    color: #ffffff;
}

/* End */


/* Start:/local/templates/swmade/components/bitrix/system.pagenavigation/.default/style.css?17501437804216*/
.bx_pagination_bottom *{vertical-align: baseline;}

.bx_pagination_bottom .bx_pagination_page, .bx_pagination_bottom a{
	color: #646464;
	white-space: nowrap;
	font-size: 18px;
	font-weight: bold;
}

.bx_pagination_bottom .bx_pagination_page {
	margin-top: -5px;
}

.bx_pagination_page .quotes {
	font-size: 28px;
	margin:0 !important;
}

.bx_pagination_bottom .bx_pagination_section_one{
	float: right;
	text-align: right;
}
.bx_pagination_bottom .bx_pagination_section_two{
}
.bx_pagination_bottom .bx_pg_section{
	display: inline-block;
	height: 30px;
	vertical-align: top;
	/*line-height: 30px;*/
}

.bx_pagination_bottom .bx_pagination_select_container{display: inline-block;}
.bx_pagination_bottom .bx_pagination_select_container select{
	position: relative;
	margin: 2px 20px 2px 10px;
	padding: 1px 25px 3px 5px;
	height: 22px;
	outline: none;
	border: 1px solid #e0e0e0;
	border-radius: 1px;
	background: #fff url(/local/templates/swmade/components/bitrix/system.pagenavigation/.default/images/select_arrow.png) no-repeat right center;
	color: #8d8d8d;
	font-size: 11px;
	/*line-height: 16px;*/
	resize: none;
	-webkit-appearance: none;
}
@-moz-document url-prefix(){
	.bx_pagination_bottom .bx_pagination_select_container select{
		background: #fff !important;
		padding-right: 5px;
	}
}



.bx_pagination_bottom .bx_pagination_page ul{
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height:100%;

}
.bx_pagination_bottom .bx_pagination_page li{
	display: inline-block;
	/*min-width: 22px;*/
	color: #646464;
	text-align: right;
	/*line-height: 22px;*/
	padding-left: 25px;
}
.bx_pagination_bottom .bx_pagination_page li a{
	display: block;
	/*min-width: 22px;*/
	color: #646464;
	text-align: right;
	text-decoration: none;
	/*line-height: 22px;*/
}
.bx_pagination_bottom .bx_pagination_page li a:hover{color: #555;}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
	color: #e2001a;
	/*border-radius: 3px;
	background: #dbecf4;
	box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.1);*/
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display: block;}
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right: 5px;}


.bx_pagination_bottom .bx_wsnw{white-space: nowrap;}




/*1*/
@media (min-width:981px){

}
/*2*/
@media (min-width:640px) and (max-width:980px){

}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:479px) {
	.bx_pagination_bottom .bx_pagination_section_one{ }
	.bx_pagination_bottom .bx_pagination_section_two{
		float: none;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_select_container{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 47%;
	}
	.bx_pagination_bottom .bx_pagination_select_container select{
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0 !important;
		width: 90%;
	}
	.bx_pagination_bottom .bx_pg_section{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	.bx_pagination_bottom .bx_pagination_page{white-space: normal;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width: 100%;height: auto;text-align: center;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display: none;}
	.bx_pagination_bottom .bx_pg_text{
		display: inline-block;
		width: 50%;
	}
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display: none;}
}
/*5*/
@media (max-width:320px){
}

.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding-right: 1%;
}

/* End */
/* /local/templates/swmade/components/bitrix/catalog/new/style.css?17501437801282 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?175044066564 */
/* /local/components/wmmg/main.action_sender/templates/.default/style.css?1750143780324 */
/* /local/templates/swmade/components/bitrix/main.userconsent.request/custom/user_consent.css?17501437803855 */
/* /local/components/wmmg/main.feedback_custom/templates/presentation-request/style.css?1750143780324 */
/* /local/components/wmmg/main.feedback_custom/templates/video-call-request/style.css?17501437801452 */
/* /bitrix/templates/.default/components/bitrix/news.list/webcat_news/style.css?17855693054141 */
/* /local/templates/swmade/components/bitrix/system.pagenavigation/.default/style.css?17501437804216 */
