.details2,
.benefits,
.details,
.payment_delivery .system{
	box-shadow: 0px 0px 8px 2px #E9E9E9;
    border: 2px solid #E9E9E9;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}
.details2 ul,
.benefits ul,
.details ul{
	padding-left: 20px;
}
.about_company h4{
    font-weight: bold;
    font-size: 18px;
    font-weight: normal;
    color: #474747;
    text-align: center;
}
.return{
	margin-left: 10px;
	color: #ff9d00;
}
.return a,
.return a:visited{
	color: #ff9d00;
	margin: 10px;
	text-decoration: none;
}
.contacts h4{
	font-weight: bold;
	margin: 10px 0 !important;
}
.block-main div{
	box-shadow: 0px 0px 8px 2px #E9E9E9;
    border: 2px solid #E9E9E9;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
}

.block-main div .time{
	border: none;
    box-shadow: none;
    padding: 0 0 10px 0;
    margin-top: -2px;
    font-size: 112%;
    color: #ff9d00 !important;
    text-transform: uppercase;
    font-weight: bold;
}
.block-map{
	text-align: center;
}
div.payment .dollar {
    background: url(/bitrix/templates/ws/images/dollar.png) 0% 0% no-repeat;
    min-height: 45px;
}
div.payment .dollar h3 {
    padding: 0 0 0 60px;
    font-size: 23px;
}
div.delivery .auto h3{
	padding: 0 0 0 80px;
    font-size: 23px;
}
div.delivery .auto {
    background: url(/bitrix/templates/ws/images/auto.png) 0% 0% no-repeat;
    min-height: 45px;
}
.payment_delivery .system h4{
	text-align: center;
}
.payment_delivery .system .icon{
	background: url(/bitrix/templates/ws/images/auto_time.png) 50% 50% no-repeat;
    width: 77px;
    height: 49px;
}
.payment_delivery .system .icon2 {
    background: url(/bitrix/templates/ws/images/auti_time_2.png) 50% 50% no-repeat;
    width: 77px;
    height: 49px;
}
.payment_delivery .system .icon3 {
    background: url(/bitrix/templates/ws/images/auto_time_3.png) 50% 50% no-repeat;
    width: 127px;
    height: 70px;
}
.payment_delivery .system .price{
	font-size: 112%;
    color: #ff9d00 !important;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.payment_delivery .system .post{
	text-align: center;
}
.pony {
	/*background: url(/bitrix/templates/ws/images/pony.png) 50% 50% no-repeat;*/
	background: url(/bitrix/templates/ws/images/sdek.png) 50% 50% no-repeat;
    height: 60px;
}
.spsr {
    background: url(/bitrix/templates/ws/images/spsr.png) 50% 50% no-repeat;
    height: 60px;
}
.ems {
    background: url(/bitrix/templates/ws/images/ems.png) 50% 50% no-repeat;
    height: 60px;
}
#collapse-detail-new table {
	overflow-x: auto;
	width: 100%;
	display: block;
}
#collapse-detail-new table td,
#collapse-detail-new table th{
	min-width: 80px;
	padding: 5px 10px;
}
.bx_order_make h1,
.bx_order_make h2{
	padding: 0;
	margin: 0;
	color: #333333;
}
.bx_order_make h1{
	padding: 0 0 25px;
	font-size: 30px;
}
.bx_order_make h2{
	font-size: 20px;
}
#sb-site{
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}

.account{
	display: flex;
	align-items: center;
	margin: 11px 0 11px 0;
}
.account a{
	color: #333333 !important;
   text-decoration: none !important;
}
.display-type{
	width: 100%;
   display: inline-block;
	position: relative;
	text-align: right;
	padding: 10px 0 10px;
}

.display-type div{
   position: relative;
}
.display-type span{
   padding-right: 10px;
   display: inline-block;
}
.display-type a{
	display: inline-block;
	margin-right: 30px;
}
.display-type .icon{
	width: 24px;
	height: 24px;
	display: block;
	background-size: contain;
	position: absolute;
   top: 0;
}
.display-type a.display_list.active .icon-list-hover,
.display-type a.display_table.active .icon-tile-hover{
	display: block;
}
.display-type a.display_list.active .icon-list,
.display-type a.display_table.active .icon-tile{
	display: none;
}
.display-type .icon-list:hover,
.display-type .icon-tile:hover {
	display: none;
}
.display-type .display_list:hover .icon-list-hover,
.display-type .display_table:hover .icon-tile-hover{
	display: block;
}
.display-type  .icon-list{
	background-image: url("../images/icons/display_list_grey.png");
}
.display-type .icon-list-hover{
	background-image: url("../images/icons/display_list_orange.png");
	display: none;
}
.display-type .icon-tile{
	background-image: url("../images/icons/display_table_grey.png");
}
.display-type .icon-tile-hover{
	background-image: url("../images/icons/display_table_orange.png");
	display: none;
}

.section-list {
	border-top: 1px solid #eeeeee;
}
.section-list .wrap-item {
	padding: 15px;
	border: 1px solid #eeeeee;
	margin-left: -1px;
	margin-top: -1px;
	-webkit-transition: box-shadow 150ms ease;
	-o-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
	display: inline-block;
   width: 100%;
}
.section-list .wrap-item .wrap-img {
	width: 100%;
	display: block;
}
.section-list .wrap-item .content_block a.name {
	display: block;
	color: #333333;
	text-decoration: none;
	line-height: 1.3em;
}
.section-list .image_block{
	float: left;
	width: 16%;
	min-width: 80px;
	padding-right: 15px;
}
.section-list .content_block{
	/*width: 84%;
	float: left;*/
}
.overlay-content .search-form-header{
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	background-color: #fff;
	/*border: none;*/
}
.overlay-content .search-form-header .wrap {
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.wrap-nav-top.search-block{
	/*background-color: #ff9d00;*/
	margin: 0 0 -15px;
	/*padding: 20px 20px 20px;*/
	padding: 20px 20px 0px;
}
@media(max-width: 638px){
	.wrap-slider-main {
		margin: -16px 0 10px;
	}
}
@media(max-width: 393px){
	.wrap-block-header{
		display: none;
	}
}
@media(max-width: 393px){
	.wrap-block-header{
		display: none;
	}
}