.wraps .wrapper_inner .middle .catalog_detail {
	position: relative;
	padding: 0 15px;
	width: 100%;
	height: auto;
}
.tabs_section .tabs-body {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}
.tabs_section .forms .text_block {
	width: 100%;
}
.tabs_content div.current {
	display: block;
}
.tabs_content li.current {
	padding: 0 10px;
}
.tabs_section {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 100%;
	height: auto;
}
.catalog_detail .props_list {
	max-width: 1024px;
}
.current .forms .form_block,
.current .forms .form_block form {
	width: 100%;
	height: auto;
	position: relative;
	max-width: inherit;
}
.current .form .form_body {
	position: relative;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	max-width: 700px;
}
.current .form .form_right {
	width: 100%;
	max-width: 320px;
}
.current .form .form_left {
	width: 100%;
	max-width: 320px;
}
.catalog_detail .tabs_section ul.tabs_content > li {
	width: 100%;
	max-width: inherit;
	height: auto;
	position: relative;
}
.catalog_detail .props_list {
	max-width: 95vw;
	width: 100%;
	height: auto;
}
.catalog_detail .props_list tr {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	max-width: 90vw;
}
.catalog_detail .props_list td {
	width: auto;
	max-width: 50%;
}
.tabs_section ul.tabs_content>li.current .title-tab-heading + div {
	width: 100%;
	height: auto;
}
.prop-articul {
	display: block;
	width: fit-content;
	position: absolute;
	height: auto;
	font-size: 16px;
	font-weight: 500;
	margin-top: -9px;
	margin-left: 100px;
}
@media (max-width: 1024px) {
	.catalog_detail .tabs_section ul.tabs_content>li.current {
		padding: 10px;
		width: 100%;
		height: auto;
		max-width: 100%;
		position: relative;
		overflow: hidden;
	}
	.catalog_detail .props_list,
	.current .forms .form_block,
	.current .forms .form_block form  {
		max-width: 960px;
	}
	.form .form_body {
		flex-wrap: wrap;
	}
	.form .form_right {
		max-width: 100%;
	}
	.form .form_left {
		max-width: 100%;
	}
}
@media (max-width: 768px) {
	.catalog_detail .props_list td.char_name {
		width: 50%;
		max-width: 100%;
	}
	.catalog_detail .props_list td.char_value{
		width: 50%;
		max-width: 100%;
	}
	.current .form .form_body {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.catalog_detail .props_list,
	.current .forms .form_block,
	.current .forms .form_block form  {
		max-width: inherit;
	}
	.catalog_detail .props_list td  {
		max-width: 100%;
	}
}
@media (max-width: 650px) {
	.current .forms .form_block,
	.current .forms .form_block form  {
		max-width: inherit;
		width: 100%;
	}
	.catalog_detail .props_list td span {
		font-size: 12px;
		line-height: 1.25;
	}
	.form .form_body {
		flex-wrap: wrap;
	}
	.form .form_right {
		max-width: 100%;
	}
	.form .form_left {
		max-width: 100%;
	}
	.catalog_detail .props_list,
	.current .forms .form_block,
	.current .forms .form_block form  {
		max-width: inherit;
	}
}

@media (max-width: 475px) {
	.catalog_detail .props_list td span {
		font-size: 12px;
	}
	.catalog_detail .props_list td.char_name {
		background: none;
	}
}

@media (max-width: 374px) {
	.catalog_detail .props_list tr {
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
}

#popup_iframe_wrapper .catalog-delivery .catalog-delivery-title{
	padding-left: 40px;
    padding-right: 40px;
}
#popup_iframe_wrapper .catalog-delivery form{
	padding-top: 20px;
    padding-bottom: 20px;
	flex-wrap: wrap;
}
#popup_iframe_wrapper .catalog-delivery form .catalog-delivery-fields,
#popup_iframe_wrapper .catalog-delivery form .catalog-delivery-items{
	width: 100%;
}