

/* Start:/local/templates/mtr/components/bitrix/catalog.element/.default/style.css?16553982735608*/
.item_flex {
    display: flex;	
}
.left_item {
    flex: 0 0 50%;
    max-width: 50%;	
	padding-right: 0;
}
.right_item {
    flex: 0 0 50%;
    max-width: 50%;	
	padding-left: 60px;
}
.shop_section {
    padding-top: 30rem;
    padding-bottom: 10rem;
}
.shop_section .flex_gal {
    padding-top: 0;
}
.shop.head_back h1 {
    position: absolute;
    bottom: 15px;
    left: 30px;
    color: #fff;
    font-size: 50px;
    line-height: normal;
}
.h3top {
    margin-bottom: 20px;	
}
.portfolio-wrapper .h3top h1 {
    color: #000;
    font-size: 30px;
    font-family: 'Bahnschrift';
    transition: all .2s ease;
    line-height: normal;
    text-align: left;
    font-style: normal;
    margin: 0;
}
.portfolio-wrapper .h3top h1 span {
	color: #000;
    font-size: 30px;
    font-family: 'Bahnschrift';
	display: block;
}
.prop_list {
    font-size: 20px;
    font-family: Bahnschrift;
    margin-bottom: 20px;	
}
.prop_list div {
	
}
.prop_list div span {
	
}
.shop_block {
    background: #ebebeb;
    padding: 15px 30px;
    margin: 0 -30px;
}
.shop_block > div:not(.flex_but) {
    font-size: 20px;
    font-family: Bahnschrift;
	margin-bottom: 20px;	
}
.shop_block div span {
	
}
.flex_but {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;	
}
.price_left {
    font-size: 36px;	
}
.price_left span {
    font-size: 16px;
    display: block;
    margin-bottom: -5px;	
}
.price_right {
	
}
.price_left span.old_price {
    display: block;
    font-size: 25px;
    margin-top: -13px;	
}
.price_left span.old_price span {
    font-size: 25px;
    position: relative;
    color: #9f9f9f;	
	display: inline-block;
}
.price_left span.old_price span:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #bc0d0d;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(350deg);
    left: 50%;
}
.price_right button {
	font-size: 20px;
    font-family: 'Bahnschrift';
    color: #000;
    background: #cbde9d;
    border: none;
    padding: 12px 35px;
	transition: all .2s ease;
}
.price_right button:hover {
	box-shadow: 0 0 25px 10px rgb(0 0 0 / 5%);
}
.desc_item {
    margin-top: 30px;
    font-size: 16px;
}
.desc_item h4 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 500;	
}
.product-item-line-list:not(:first-child) .shop_line_card {
	margin-top: 100px;	
}
.top_h1_new .one_hoto_gal {
    flex: 0 0 25%;
    max-width: 25%;
    height: 125px;
}
.top_h1_new .flex_cont_gal {
	height: auto;
}
.top_h1_new .one_hoto_gal:first-child {
    height: 380px;
}
.top_h1_new .flex_gal {
    padding-top: 0;
}
.portfolio-wrapper.info_t.top_h1_new .bx-breadcrumb:after {
    content: none;
}
.top_h1_container:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -30px;
    width: calc(100% + 60px);
    height: 1px;
    background: #ccc;
}
.top_h1_container {
    padding-bottom: 0;
    position: relative;
	padding-top: 80px;
	margin-bottom: 50px;
}
.portfolio-wrapper .top_h1_container h1 {
	margin: 0;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 30px;
}
.top_h1_new .flex_gal {
	padding-top: 0;
}
.catalog_left.catalog-choose-car.new_shop {
    padding-top: 85px;
}
@media only screen and (max-width: 767px) {
	.content .left-portfolio-menu.catalog-choose-car.new_shop {
		top: 0;
	}
}
@media(max-width:450px) {
	.top_h1_container:after {
		content: none;
	}
	.catalog_left.catalog-choose-car.new_shop {
		padding-top: 30px;
	}
	.top_h1_container {
	    padding-bottom: 0;
		position: relative;
		padding-top: 0;
		margin-bottom: 5px;
	}
	.left_item {
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0;
	}
	.right_item {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0;
	}
	.item_flex {
		display: flex;
		flex-wrap: wrap;
	}
	.shop_section .gallery_flex {
		margin-bottom: 0;
	}
	.h3top {
		font-size: 26px;
	}
	.h3top span {
		font-size: 26px;
		margin-top: 10px;
	}
	.flex_but {
		display: flex;
		align-items: center;
		gap: 15px;
		justify-content: center;
		flex-wrap: wrap;
	}
	.price_left {
		font-size: 30px;
		flex: 0 0 100%;
		text-align: center;
	}
	.price_right {
		flex: 0 0 100%;
	}
	.price_right button {
		width: 100%;
	}
	.shop_block > div:not(.flex_but) {
		font-size: 18px;
		text-align: center;
	}
	.product-item-line-list:not(:first-child) .shop_line_card {
		margin-top: 50px;
	}
	.shop_block {
		padding: 15px 20px;
		margin: 0 -20px;
	}
	.shop_section {
		padding-top: 0;
		padding-bottom: 10rem;
	}
	.shop.head_back h1 {
		position: relative;
		bottom: auto;
		left: auto;
		color: #fff;
		font-size: 25px;
		line-height: normal;
	}
	.shop_content .head_back {
		height: auto;
		width: 100%;
		padding: 20px;
	}
	.shop_content .portfolio-wrapper.info_t .bx-breadcrumb > div {
		display: none;
	}
	.shop_content .portfolio-wrapper.info_t .bx-breadcrumb > div:nth-last-child(3) {
		display: block;
		float: none;
		margin: 0;
		position: relative;
		padding-left: 15px;
	}
	.shop_content .portfolio-wrapper.info_t .bx-breadcrumb {
		padding-bottom: 20px;
		margin: 0;
		justify-content: flex-start;
	}
	.shop_content .portfolio-wrapper.info_t .bx-breadcrumb .bx-breadcrumb-item span {
		font-family: 'Bahnschrift';
		font-size: 16px;
		white-space: normal;
		line-height: normal;
	}
	.shop_content .portfolio-wrapper.info_t .bx-breadcrumb i {
	    font-size: 16px;
		margin-right: 0;
		transform: rotate(180deg) translateY(50%);
		position: absolute;
		top: 50%;
		left: 0;
	}
	.porfolio-info .top_h1_new .gallery_flex {
		margin-bottom: 0px;
	}
}
/* End */


/* Start:/local/templates/mtr/components/bitrix/breadcrumb/bread/style.min.css?1622731568467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */
/* /local/templates/mtr/components/bitrix/catalog.element/.default/style.css?16553982735608 */
/* /local/templates/mtr/components/bitrix/breadcrumb/bread/style.min.css?1622731568467 */
