#catalog-block{

}
#catalog-block .section-header{

}
#catalog-block .section-header .section-banner{
	width: 100%;
	height: 220px;
	background-position: center center;
	background-size: cover;
}
#catalog-block .section-header h2{
	width: 100%;
	text-align: center;
	font-size: 33px;
	line-height: 34px;
	padding: 15px;
	margin: 0;
}
#catalog-block .section-header .text-two-column{
	column-count: 2;
	column-gap: 30px;
	font-size: 16px;
	line-height: 26px;
	padding: 15px 0 35px 0;
	font-family: "ptsans_regular";
}
#catalog-block .section-elements{
	width: 100%;
}
#catalog-block .section-elements .section-element{
	width: 100%;
	display: flex;
	min-height: 150px;
	padding: 30px 0;
}
#catalog-block .section-elements .section-element .text-block-element{
	flex: 0 0 calc(50% - 15px);
	margin-right: 30px;
}
#catalog-block .section-elements .section-element.left .text-block-element{
	margin-right: 0;
	margin-left: 30px;
}
#catalog-block .section-elements .section-element .text-block-element a{
	font-size: 24px;
	line-height: 26px;
	font-family:  "ptsans_regular";
	color: #1ba2b6;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#catalog-block .section-elements .section-element .text-block-element a h3{
	font-size: 24px;
	line-height: 26px;
	font-family:  "ptsans_regular";
	color: #1ba2b6;
	margin: 0;
	padding: 0;
	display: block;
	min-height: 52px;
	text-align: right;
}
#catalog-block .section-elements .section-element.left .text-block-element a h3{
	text-align: left;
}
#catalog-block .section-elements .section-element .text-block-element .text-preview-element{
	font-size: 16px;
	line-height: 26px;
	min-height: 104px;
	text-align: right;
	margin: 0;
}
#catalog-block .section-elements .section-element.left .text-block-element .text-preview-element{
	text-align: left;
}
#catalog-block .section-elements .section-element .preview-picture-element{
	flex: 0 0 calc(50% - 15px);
	background-position: center center;
	background-size: cover;
}
#catalog-block .pagen-section{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;

}
#catalog-block .pagen-section .pages{
	display: inline-block;
	border-radius: 3px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}
#catalog-block .pagen-section .pages:after{
	content: "";
	display: block;
	clear: both;
}
#catalog-block .pagen-section .pages .page-prev{
	width: 75px;
	height: 45px;
	display: block;
	float: left;
}
#catalog-block .pagen-section .pages .page-prev a{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font:11px/12px "ptsans_regular";
	text-transform: uppercase;
	text-decoration: none;
	background-color: white;
	border-radius: 3px 0 0 3px;
	color: #8b8b8b;

}
#catalog-block .pagen-section .pages .page{
	width: 75px;
	height: 45px;
	display: block;
	float: left;

}
#catalog-block .pagen-section .pages .page a{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font:16px/16px "ptsans_regular";
	text-transform: uppercase;
	text-decoration: none;
	background-color: #a3cd39;
	color: #73983e;
	font-weight: 700;
	position: relative;
}
#catalog-block .pagen-section .pages .page a:after{
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-right: 0;
    border-left: 6px solid #a3cd39;
}
#catalog-block .pagen-section .pages .page a:hover{
	background-color: #73983e;
	color: white;
}
#catalog-block .pagen-section .pages .page:hover a:after{
	border-left: 6px solid #73983e;
}

#catalog-block .pagen-section .pages .page.active{
	width: 75px;
	height: 45px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	font:16px/16px "ptsans_regular";
	text-transform: uppercase;
	text-decoration: none;
	background-color: #73983e;
	color: white;
	font-weight: 700;
	position: relative;
}
#catalog-block .pagen-section .pages .page.active:after{
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-right: 0;
    border-left: 6px solid #73983e;
}
#catalog-block .pagen-section .pages .page-next{
	width: 75px;
	height: 45px;
	display: block;
	float: left;
}
#catalog-block .pagen-section .pages .page-next a{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font:11px/12px "ptsans_regular";
	text-transform: uppercase;
	text-decoration: none;
	background-color: white;
	border-radius: 0 3px 3px 0;
	color: #8b8b8b;
}
#catalog-block .pagen-section .pages > span.nonono{
	border-radius: 0 3px 3px 0;
}
#catalog-block .pagen-section .pages > span.nononoleft{
	border-radius: 3px 0 0 3px;
}
#catalog-block .pagen-section .pages > span.nonono:after{
	display: none;
}
#catalog-block .element-head{
	/*width: 1070px;
	margin: 0 auto;*/
	padding-bottom: 170px;
}
#catalog-block .element-head::after{
	content: "";
	display: block;
	clear: both;
}
#catalog-block .element-head .detail-image{
	width: calc(50% - 15px);
	margin-right: 30px;
	float: left;
}
#catalog-block .element-head .detail-image img{
	max-width: 100%;
	margin: 0;
	border: 0;
	border-radius: 3px;
}
#catalog-block .element-head .element-info{
	width: calc(50% - 15px);
	float: right;
}
#catalog-block .element-head .element-info h2{
	margin: 0;
	padding: 0;
	text-align: left;
	font: 33px/34px "ptsans_regular";
}
#catalog-block .element-head .element-info p.detail-text-block{
	font: 16px/26px "ptsans_regular";
	color: #676767;
	margin: 0;
	padding: 20px 0;
}
#catalog-block .element-head .element-info .green-button-demo{
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: white;
	width: 100%;
	margin: 0;
	height: 55px;
	font: 18px/20px "ptsans_regular";
	background-color: #70943d;
	border-radius: 4px;
}
#catalog-block .element-tabs{

}
#catalog-block .element-tabs .element-tab-line{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#catalog-block .element-tabs .element-tab-line .element-tab{
	width: calc(50% - 15px);
	height: 75px;
	border-bottom: 2px solid #b4b5b5;
	color: #b4b5b5;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	cursor: pointer;
	transition: all 0.2s linear;
}
#catalog-block .element-tabs .element-tab-line .element-tab.active{
	border-bottom: 2px solid #1ba2b6;
	color: #1ba2b6;
}
#catalog-block .element-tabs .element-tab-line .element-tab:first-child{
	margin-right: 30px;
}
#catalog-block .element-tabs .element-tab-content{
	background-color: white;
	border-radius: 3px;
	box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
	display: none;
	margin-top: 50px;
	padding: 40px 80px 70px 80px;
}
#catalog-block .element-tabs .element-tab-content.active{
	display: block;
}
#catalog-block .element-tabs .element-tab-content .element-col-container{
	column-count: 2;
	column-gap: 30px;
}
#catalog-block .element-tabs .element-tab-content .element-col-container p.element-property{
	margin: 0 0 40px 0;
	font-size: 16px;
	line-height: 26px;
	color: #8f8f8f;
}
#catalog-block .element-tabs .element-tab-content .element-col-container p.element-property span{
	display: block;
	color: #676767;
	font-weight: 700;
}
#catalog-block .element-tabs .element-tab-content h4{
	font-size: 20px;
	line-height: 34px;
	color: #1ba2b6;
	padding: 40px 0;
	margin: 0;
	text-transform: none;
}
#catalog-block a.element-calback-button{
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: white;
	width: 420px;
	margin: 0 auto;
	margin-top: -27px;
	height: 55px;
	font: 18px/20px "ptsans_regular";
	background-color: #70943d;
	border-radius: 4px;
}
@media (max-width:970px) {
	#catalog-block{
		padding-left: 15px;
		padding-right: 15px;
	}
	#catalog-block .element-head .detail-image, #catalog-block .element-head .element-info{
		float: none;
		width: auto;
		max-width: 100%;
		margin: 0;
	}
	#catalog-block .element-tabs .element-tab-line{
		flex-direction: column;
	}
	#catalog-block .element-tabs .element-tab-line .element-tab{
		width: 100%;
		margin: 0 !important;
		text-align: center;
	}
	#catalog-block .element-tabs .element-tab-content .element-col-container{
		column-count: 1 !important;
		column-gap: 0 !important;
	}
	#catalog-block a.element-calback-button{
		max-width: 90%;
	}
}
@media (max-width:700px) {
	#catalog-block .section-elements .section-element{
		flex-direction: column;
	}
	#catalog-block .section-elements .section-element .preview-picture-element{
		flex: auto;
		order: 1;
		height: 100px;
	}
	#catalog-block .section-elements .section-element .text-block-element{
		flex: auto;
		order: 2;
		margin: 0 !important;
		text-align: left !important;
	}
	#catalog-block .section-elements .section-element .text-block-element .text-preview-element, #catalog-block .section-elements .section-element .text-block-element a h3{
		margin: 0 !important;
		text-align: left !important;
	}
	#catalog-block .section-header .text-two-column{
		column-count: 1;
		column-gap: 0;
	}
	#margin_content{
		padding-bottom: 0;
	}
	#catalog-block .section-header .section-banner{
		height: 120px;
	}
}
