body.type-category #subcategories .subcategories-single .image {
	display: none;
}
body.type-category.showSubcatImage #subcategories .subcategories-single .image {
	display: flex;
}
.advantages {
	display: none;
}
body.type-index .advantages {
    float: left;
    width: calc(100% - (0.9375em * 2));
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    line-height: 16px;
    margin-left: 0.9375em;
    margin-right: 0.9375em;
    padding-top: 20px;
    padding-bottom: 20px;
    /*color: #9a0000;*/
    color: #7c0000;
    border-top: 1px solid #9a0000;
    flex-wrap: wrap;
}
body.type-category .advantages,
body.type-detail .advantages {
	display: flex;
	flex-direction: column;
}
body.type-index .advantages__item {
    display: flex;
    align-items: center;
    border-right: 1px dashed #dedede;
    width: calc(100% / 6);
    justify-content: center;
    padding-left: 2px;
    min-width: 193px;
}
body.type-category .advantages__item,
body.type-detail .advantages__item {
    padding: 18px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px dashed #dedede;
    color: #7c0000;
    padding-left: 50px;
    position: relative;
}
body.type-category .advantages__item:first-of-type,
body.type-detail .advantages__item:first-of-type {
	border-top: 1px dashed #dedede;
    padding: 12px 0 15px 50px;
}
body.type-index .advantages__item:last-of-type {
	border-right: none;
}
body.type-category .advantages__item:last-of-type,
body.type-detail .advantages__item:last-of-type {
	border-bottom: none;
}
body.type-index .advantages__item__text {
    /*max-width: 150px;
    font-size: 14px;*/
    max-width: 130px;
    font-size: 13px;
    text-align: center;
    display: inline-block;
}
body.type-category .advantages__item__text,
body.type-detail .advantages__item__text {
    max-width: 180px;
    margin-left: 10px;
    min-width: 12px;
    line-height: 18px;
    font-size: 14px;
}
.advantages__item.advantages__item--1:before {
    content: '10+';
    font-size: 30px;
    font-weight: 600;
    margin-right: -19px;
}
body.type-category .advantages__item.advantages__item--1:before,
body.type-detail .advantages__item.advantages__item--1:before {
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
    margin-right: 0;
}
.advantages__item.advantages__item--2:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(/user/documents/svg/ico_stock_1.svg) center no-repeat;
    background-size: contain;
    margin-right: 0;
    margin-top: -5px;
}
body.type-category .advantages__item.advantages__item--2:before,
body.type-detail .advantages__item.advantages__item--2:before {
    position: absolute;
    left: 0;
    top: calc(50% - 20px);
    margin-right: 0;
    margin-top: 0;
}
body.type-index .advantages__item.advantages__item--3 {
	padding-right: 3px;
}
.advantages__item.advantages__item--3:before {
    content: '';
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url(/user/documents/svg/ico_expressDelivery_1.svg) center no-repeat;
    background-size: contain;
    margin-right: 9px;
    margin-top: -7px;
}
body.type-category .advantages__item.advantages__item--3:before,
body.type-detail .advantages__item.advantages__item--3:before {
    position: absolute;
    left: 0;
    top: calc(50% - 25px);
    margin-right: 0;
    margin-top: 0;
}
.advantages__item.advantages__item--4:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(/user/documents/svg/ico_freeDelivery_2.svg) center no-repeat;
    background-size: contain;
    margin-right: -3px;
    margin-top: -8px;
}
body.type-category .advantages__item.advantages__item--4:before,
body.type-detail .advantages__item.advantages__item--4:before {
    width: 44px;
    height: 44px;
    position: absolute;
    left: 0;
    top: calc(50% - 26px);
    margin-right: 0;
    margin-top: 0;
}
.advantages__item.advantages__item--5:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(/user/documents/svg/ico_professional_1.svg) center no-repeat;
    background-size: contain;
    margin-right: -16px;
    margin-top: 3px;
}
body.type-category .advantages__item.advantages__item--5:before,
body.type-detail .advantages__item.advantages__item--5:before {
	width: 38px;
    height: 38px;
    position: absolute;
    left: 0;
    top: calc(50% - 19px);
    margin-right: 0;
    margin-top: 0;
}
.advantages__item.advantages__item--6:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(/user/documents/svg/ico_specialWine_1.svg) center no-repeat;
    background-size: contain;
    margin-right: 2px;
    margin-top: -2px;
}
body.type-category .advantages__item.advantages__item--6:before,
body.type-detail .advantages__item.advantages__item--6:before {
	width: 36px;
    height: 36px;
    position: absolute;
    left: 3px;
    top: calc(50% - 18px);
    margin-right: 0px;
    margin-top: 0;
}
@media (max-width: 1290px) {
	body.type-index .advantages {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	body.type-index .advantages__item {
	    width: calc(100% / 3);
        padding-top: 10px;
    	padding-bottom: 10px;
	}
	body.type-index .advantages__item:nth-of-type(3) {
		border-right: none;
	}
	body.type-index .advantages__item:nth-of-type(n+4) {
	    border-top: 1px dashed #dedede;
	}
}
@media (max-width: 860px) {
	body.type-category .advantages__item,
	body.type-detail .advantages__item {
		flex-direction: column;
	    justify-content: center;
	    text-align: center;
	    align-items: center;
	    padding: 10px 0 !important;
	}
	body.type-category .advantages__item:before,
	body.type-detail .advantages__item:before {
	    position: inherit !important;
	}
	body.type-category .advantages__item__text,
	body.type-detail .advantages__item__text {
		margin-left: 0;
		margin-top: 6px;
	}
}
@media (max-width: 640px) {
	body.type-index .advantages {
		border-top: 0;
	}
	body.type-category .advantages {
		display: none;
	}
	body.type-detail .advantages {
    	padding-top: 10px;
	}
	body.type-index .advantages__item {
	    width: calc(100% / 2);
	    min-width: 180px;
        padding-top: 5px;
    	padding-bottom: 5px;
	}
	body.type-index .advantages__item:nth-of-type(3) {
		border-right: 1px dashed #dedede;
		border-top: 1px dashed #dedede;
	}
	body.type-index .advantages__item:nth-of-type(2),
	body.type-index .advantages__item:nth-of-type(4) {
		border-right: none;
	}

	body.type-detail .advantages__item {
	    flex-direction: row;
	    justify-content: flex-start;
        width: 100%;
    	padding-left: 40px !important;
	}
	body.type-detail .advantages__item--2 {
		order: 2;
	}
	body.type-detail .advantages__item--3 {
		order: 3;
	}
	body.type-detail .advantages__item--4 {
		order: 1;
	}
	body.type-detail .advantages__item__text {
	    max-width: initial;
	    width: auto;
	    margin-top: 0;
	    margin-left: 6px;
	    font-size: 12px;
	}
	body.type-detail .advantages__item--1,
	body.type-detail .advantages__item--5,
	body.type-detail .advantages__item--6 {
		display: none;
	}
	body.type-detail .advantages__item.advantages__item--3 .advantages__item__text,
	body.type-detail .advantages__item.advantages__item--4 .advantages__item__text {
		max-width: initial;
	}
	body.type-detail .advantages__item.advantages__item--4:before,
	body.type-detail .advantages__item.advantages__item--2:before,
	body.type-detail .advantages__item.advantages__item--3:before {
		position: absolute !important;
	}
	body.type-detail .advantages__item.advantages__item--4:before {
	    width: 34px;
	    height: 34px;
	    left: 0;
	    top: calc(50% - 21px);
	}
	body.type-detail .advantages__item.advantages__item--3:before {
	    top: calc(50% - 19px);
	    width: 35px;
    	height: 35px;
	}
	body.type-detail .advantages__item.advantages__item--2:before {
	    left: 4px;
    	top: calc(50% - 14px);
    	width: 26px;
    	height: 26px;
	}
}
@media (max-width: 440px) {
	body.type-index .advantages__item {
		min-width: 120px;
	}
	.advantages__item.advantages__item--1:before {
		font-size: 24px;
	    margin-right: -12px;
	}
	body.type-index .advantages__item__text {
		font-size: 12px;
		max-width: 110px;
	}
	.advantages__item.advantages__item--2:before {
	    width: 26px;
    	height: 26px;
	}
	.advantages__item.advantages__item--3:before {
	    width: 35px;
    	height: 35px;
	    margin-right: -10px;
	}
	.advantages__item.advantages__item--3 .advantages__item__text {
	    max-width: 90px;
	}
	.advantages__item.advantages__item--4:before {
		width: 32px;
    	height: 32px;
	}
	.advantages__item.advantages__item--4 .advantages__item__text {
		max-width: 100px;
	}
	.advantages__item.advantages__item--5:before {
	    width: 30px;
    	height: 30px;
	    margin-right: -5px;
	}
	.advantages__item.advantages__item--6:before {
	    width: 30px;
    	height: 30px;
	}
}