

/* Start:/local/templates/.default/components/bitrix/catalog/catalog/style.css?16260626014589*/
.catalog{
	display: flex;
}
.sidebar_menu{
	position: relative;
	width: 24%;
}
.main {
	width: 76%;
	padding: 0 0 0 61px;
}


/* for sections.php */

	.catalog .title{
		font-size: 24px;
		line-height: 29px;
		margin: 0 0 27px;
	}
	.category_des{margin-bottom: 36px;}
	.catalog_categories{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		text-align: center;
	}
	.catalog_categories .item{
		padding: 34px 34px 33px;
		width: 33.34%;
		/*outline: 1px dashed;*/
		border: 1px solid #eee;
		margin: -1px -1px 0 0;
	}
	.catalog_categories .item .img{
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
		width: 100%;
		height: 228px;
	}
	.catalog_categories .item h4{
		color: #333;
		font-size: 20px;
		line-height: 24px;
	}
	.catalog_categories .item h4 span{font-weight: normal;}
	.catalog_categories .item .img,
	.catalog_categories .item h4{
		-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;
	}
	.catalog_categories .item a:hover .img {opacity: 0.8;}
	.catalog_categories .item a:hover h4 {color: #0059A4;}

/* END for sections.php */




/* for section.php */

	.catalog_elements{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		margin: 0 -10px;
		font-size: 16px;
		line-height: 20px;
		font-weight: bold;
	}
	.catalog_elements .item{
		padding: 34px 19px 21px;
		width: 31.33%;
		margin: 0 1% 20px;
		border: 1px solid #eee;
	}
	.catalog_elements .img{
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
		width: 100%;
		height: 228px;
	}
	.catalog_elements h4{
		color: #333;
		font-size: 18px;
		line-height: 22px;
		margin: 21px 0 4px;
	}
	.catalog_elements .article{color: #888; margin-bottom: 7px;}
	.catalog_elements .des{color: #333;}
	.catalog_elements .img,
	.catalog_elements h4{
		-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;
	}
	.catalog_elements a:hover .img {opacity: 0.8;}
	.catalog_elements a:hover h4 {color: #0059A4;}

/* END for section.php */



/* for detail.php */

	.catalog_detail{
		display: flex;
		font-size: 16px;
		line-height: 20px;
	}
	.catalog_detail .slider{
		padding-right: 80px;
		width: 38.5%; /*44%;*/
		flex-shrink: 0;
	}
	.detail_slider {
		background: #F9F9F9;
		padding: 15px;
	}
	.detail_slider .item{
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		/*height: 436px;*/
		height: 406px;
	}
	.catalog_detail .text{width: 61.5%;}

	/*.catalog_detail .text{width: 63%;}*/
	dl.des{margin: 0;}
	dl.des dt{margin-bottom: 7px; padding-right: 15px;}
	dl.des dt{
		float: left;
		clear: left;
		width: 61%;
		font-weight: normal;
	}

	dl.des dd {
		margin: 0 0 7px 61%;
		padding: 0;
		font-weight: normal;
	}

	.btn_request{margin-top: 56px;}
	.btn_request .btn{
		background: #02478A;
		font-size: 12px;
		line-height: 15px;
		font-family: montserrat-bold;
		padding: 16px 45px 17px;
		font-weight: normal;
	}
/* END for detail.php */


@media (max-width: 1429px) {
	.catalog_detail .slider{padding-right: 60px; width: 41%;}
}

@media (max-width: 1279px) {
	.catalog_elements{margin: 0 -6px;}
	.catalog_detail .slider {padding-right: 45px; width: 42%;}
	dl.des dt{width: 55%;}
	dl.des dd {margin: 0 0 7px 55%;}
}

@media (max-width: 991px) {
	.sidebar_menu{width: 28%;}
	.main {width: 72%; padding: 0 0 0 40px;}
	.catalog_categories .item{width: 50%;}
	.catalog_categories .item .img{height: 170px;}
	.catalog_elements {margin: 0 -5px;}
	.catalog_elements .item{width: 48%; margin: 0 1% 12px;}
	.catalog_detail{flex-direction: column;}
	.catalog_detail .slider {padding-right: 0; margin-bottom: 40px; width: 100%;}
	.detail_slider .item{height: 460px;}
}
@media (max-width: 767px) {
	.catalog{flex-direction: column;}
	.main, .sidebar_menu{width: 100%; padding: 0;}
	.main{margin-top: 45px;}
	.catalog_categories .item h4{font-size: 18px; line-height: 20px;}
	.detail_slider .item {height: 370px;}
}
@media (max-width: 529px) {
	.catalog_categories .item {width: 100%;}
	.catalog_elements {margin: 0;}
	.catalog_elements .item{width: 100%; margin: 0 0 12px;}
	dl.des dt{width: 100%; float: none; margin: 0; padding: 0;}
	dl.des dd {margin: 0 0 10px 0; color: #999;}
	.detail_slider .item {height: 310px;}
}
/* End */
/* /local/templates/.default/components/bitrix/catalog/catalog/style.css?16260626014589 */
