

/* 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 */


/* Start:/local/templates/mtr/components/bitrix/catalog.section/slider_grid/style.css?165037793899*/
.prod_slider {
	padding-top: 70px;
}
.flex_gal.stretch {
	align-items: stretch;
	gap: 50px;
}
/* End */


/* Start:/local/templates/mtr/components/bitrix/catalog.item/item/style.css?16553984855314*/
.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;
}
.h3top {
    margin-bottom: 20px;	
}
.h3top a {
	color: #000;
    font-size: 30px;
    font-family: 'Bahnschrift';
	transition: all .2s ease;
}
.h3top a:hover {
	color: #cbde9d;
}
.h3top a 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: 75px;	
}
.shop_line_card .one_hoto_gal {
    flex: 0 0 25%;
    max-width: 25%;
    height: 125px;
}
.shop_line_card .flex_cont_gal {
	height: 505px;
}
.shop_line_card .one_hoto_gal:first-child {
    height: 380px;
}
.shop_line_card .flex_gal {
    padding-top: 0;
}
.item_slide_cont {
	
}
.img_slide_card {
    width: 100%;
    padding: 0;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 0;
    border-left: 0;
    flex-wrap: wrap;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
    padding-top: 236px;	
}
.one_photo_card {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all .3s ease;	
}
.img_slide_card:hover .one_photo_card {
    transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.cont_text_card {
	padding: 20px;	
}
.cont_text_card a {
    font-size: 20rem;
    font-family: Bahnschrift;	
	color: #000;
}
.cont_text_card a:hover {
	opacity: 0.8;
}
.item_slide {
    width: 400px;
    flex: 0 0 400px;
    background: #e0e0e0;
}
.flex_but.mini {
    gap: 15px;
    margin-top: 25px;	
}
.flex_but.mini .price_left {
    font-size: 24px;
}
.flex_but.mini .price_left span.old_price {
    margin-top: -6px;	
	font-size: 18px;
}
.flex_but.mini .price_left span.old_price span {
    font-size: 18px;
}
.flex_but.mini .price_right button {
    font-size: 18px;
    padding: 12px 25px;
}
.shop_line_card .one_gal {
    margin-bottom: 0;
    flex: 0 0 100%;
    padding: 0;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
}
@media(max-width:450px) {
	.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: 30px;
	}
	.shop_line_card .one_hoto_gal:first-child {
		height: 230px;
	}
	.h3top a {
		font-size: 26px;
	}
	.h3top a 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;
		padding-top: 50px;
		border-top: 1px solid #e1e1e1;
	}
	.shop_block {
		padding: 15px 20px;
		margin: 0 -20px;
	}
	.item_slide {
		width: 100%;
		flex: 0 0 100%;
		background: #e0e0e0;
	}
	.top_h1_new .gallery_flex {
		margin-bottom: 30px;
	}
}
/* End */
/* /local/templates/mtr/components/bitrix/catalog.element/.default/style.css?16553982735608 */
/* /local/templates/mtr/components/bitrix/breadcrumb/bread/style.min.css?1622731568467 */
/* /local/templates/mtr/components/bitrix/catalog.section/slider_grid/style.css?165037793899 */
/* /local/templates/mtr/components/bitrix/catalog.item/item/style.css?16553984855314 */
