.container-info{
    display: none;
    position: absolute;
    background: #f0f0f0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    padding: 10px;
    top: 18px;
    width: 236px;
    left: -56px;
    color: #000;
    z-index: 999;
}
.info-price:hover div.container-info{
    display: block;
}
.info-price{
    cursor: pointer;
}
.input__note {
    position: absolute;
    display: none;
    top: 30px;
    right: -224px;
    width: 200px;
    padding: 8px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2e2d2d;
    color: #fcd708;
    font-family: "Roboto";
    font-size: 13px;
    font-weight: 400;
    z-index: 10;
}

.input__note::before {
    content: "";
    position: absolute;
    top: 11px;
    left: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 18px 12px 0;
    border-color: transparent #2e2d2d transparent transparent;

}

/*Блок брендов*/
.brand_block{
	text-align: center;
	position: relative;
}
.brand_block .brand_list{
    display: flex;
    flex-wrap: wrap;
    margin-right: 15px;
}
.brand_block .brand_item{
margin: 3px 3px 10px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    float: left;
    background-color: #191616;
}
.brand_block .brand_item a{
	display: block;
	width: 100px;
	height: 50px;
	vertical-align: middle;
	display: table-cell;
	font-family: "Bebas Neue";
	letter-spacing: 1px;
	color: #ffffff;
}
.brand_block .brand_item img{
	max-width: 100%;
	max-height: 100%;
}
.brand_block button{
	color: #2e2d2d;
	background: #ffffff;
	border: 1px solid #e06e1e;
	height: 36px;
	font-size: 15px;
	font-weight: 400;
	font-family: "Clear Sans";
}
.brand_block button:hover{
	background: #e06e1e;
	color: #ffffff;
	text-decoration: none;
}
.brand_block button span.down{

}
.brand_block .brand_more_btn{
	margin: 20px auto 20px;
}
.brand_block .all_brands:before{
	content: '≡';
	display: block;
	position: absolute;
	left: 5px;
	top: 16px;
	font-size: 25px;
	line-height: 0;
}
.brand_block .all_brands{
	position: absolute;
	right: 0;
	top: -56px;
    background: #101010;
	color: white;
    border: 1px solid #dce5e4;
	width: 120px;
	height: 36px;
	font-size: 15px;
	font-weight: 400;
	font-family: "Clear Sans";
	display: block;
	line-height: 33px;
	padding-left: 20px;
	border-radius: 5px;
}
.brand_block .all_brands:hover{
	background: #e06e1e;
	color: #ffffff;
	text-decoration: none;
}

.order__main{
	padding-left: 15px;
	padding-right: 15px;
}

.order-detail-map{
	overflow: hidden;
	border-radius: 2px;
}

.order-detail-map, .order-row-map{
	width: 470px;
	height: 300px;
}

.order-row-map{
	margin-top: 40px;
}

.order__courier{
	margin-top: 40px;
}

.order__courier .order__row span:first-child{
	width: 300px !important;
}
.good__name.vapproducttitle b{
	    background: #fff !important;
    color: #2e2d2d !important;
}