.newcatalog_page .page-template {
	margin-top: -365px;
}

.newcatalog_page .page-title__title {
	margin-bottom: 35px;
}

.newcatalog_page .page-title__sub-title-with-bread-crumbs .sub-title__title {
	max-width: 640px;
	margin: 0 auto 40px auto;
}

.newcatalog_page .spisok-container {
	position: relative;
	background-color: transparent;
}

.newcatalog_page .spisok-nav {
	background: -webkit-gradient(linear, left top, left bottom, from(#585b64), to(#383a40));
	background: -webkit-linear-gradient(top, #585b64, #383a40);
	background: -moz-linear-gradient(top, #585b64, #383a40);
	background: -o-linear-gradient(top, #585b64, #383a40);
	background: linear-gradient(180deg, #585b64, #383a40);
	height: 318px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 30px 0;
	margin-bottom: -290px;
	list-style: none;
}

.newcatalog_page .filter-link {
	cursor: pointer;
}

.newcatalog_page .spisok-tabs {
	display: none;
}

.newcatalog_page .spisok-tabs.active {
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, from(#585b64), to(#383a40));
	background: -webkit-linear-gradient(top, #585b64, #383a40);
	background: -moz-linear-gradient(top, #585b64, #383a40);
	background: -o-linear-gradient(top, #585b64, #383a40);
	background: linear-gradient(180deg, #585b64, #383a40);
	height: 535px;
    margin-bottom: -360px;
}

.newcatalog_page .spisok-tab {
	display: none;
	padding: 0 43px;
}

.newcatalog_page .spisok-tab.active {
	display: block;
}

.newcatalog_page .filters {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.newcatalog_page .filters-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	padding: 20px 0;
}

.newcatalog_page .filters-item.full {
	width: 100%;
}

.newcatalog_page .filters-item.half {
	width: -webkit-calc(50% - 1px);
	width: -moz-calc(50% - 1px);
	width: calc(50% - 1px);
}

.newcatalog_page .filters-item:first-child {
	border-bottom: 1px solid #707070;
}

.newcatalog_page .filters-item:nth-child(2) {
	border-right: 1px solid #707070;
}

.newcatalog_page .check {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	padding: 5px 18px;
}

.newcatalog_page .check-box {
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	clip: rect(0 0 0 0);
}

.newcatalog_page .check-box:checked + .check-custom svg {
	opacity: 1;
}

.newcatalog_page .check-custom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	margin-right: 10px;
	border: 1px solid #909298;
}

.newcatalog_page .check-custom svg {
	opacity: 0;
	fill: #909298;
}

.newcatalog_page .check-text {
	color: #AEB1BA;
	font-size: 12px;
	line-height: 22px;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
}

.newcatalog_page .check-text s {
	vertical-align: super;
	text-decoration: none;
	font-size: 8px;
}

.newcatalog_page .spisok-buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	   -moz-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 200px;
    margin-top: -100px;
	background: transparent;
	padding: 22px 43px;
	/* width: 100%;*/
}

.newcatalog_page .spisok-buttons.active {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	   -moz-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#585b64), to(#383a40));
	background: -webkit-linear-gradient(0, #585b64, #383a40);
	background: -moz-linear-gradient(0, #585b64, #383a40);
	background: -o-linear-gradient(0, #585b64, #383a40);
	background: linear-gradient(0, #585b64, #383a40);
}

.newcatalog_page .spisok-buttons.active .spisok-clear {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.newcatalog_page .spisok-buttons.active .spisok-all {
	display: none;
}

.newcatalog_page .spisok-btn {
	margin: 0 11px;
	padding: 16px 33px;
	-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
	        border-radius: 30px;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
}

.newcatalog_page .spisok-btn.load {
	background-color: #2754EB;
}

.newcatalog_page .spisok-btn.all {
	background-color: #585B64;
}

.newcatalog_page .spisok-btn.clear {
	background-color: #383A40;
}

.newcatalog_page .spisok-btn svg {
	fill: #FFF;
	margin-left: 16px;
}

.newcatalog_page .spisok-clear {
	display: none;
}

.newcatalog_page .spisok-all {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.newcatalog_page .justmargin {
	height: 200px;
}

.newcatalog_page .catalog-blocks-container-flex .catalog-block-item {
   background-size: cover;
}

.not-result {
	padding: 25px 15px 29px 15px;
	width: 100%;
	margin: 15px 0;
	border: 1px solid #909298;
	border-radius: 13px;
	box-sizing: border-box;
	text-align: center;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: #AEB1BA;
}

.newcatalog_page .catalog-block-item__content .catalog-block-btn {
	bottom: 55px;
}
.marginishe {
	margin-bottom: 20px !important;
}

.pdf-download {
	margin-top: 40px;
}