.item {
	margin-bottom: 20px;
    padding: 20px;
    background-color: #181616;
    border-radius: 3px;
}

.itemspecs {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.iteminfo {
	display: flex;
	/* justify-content: space-between; */
}

.iteminfo .image {
	margin-right: 25px;
	font-size: 12px;
    line-height: 14px;
    color: #818181;
}

.iteminfo .image img {
	width:209px;
	height:117px;
	object-fit:none;
	margin-bottom: 7px;
}

.itemname {
	width:270px;
}

.itemname h3 {
	font-weight: 600;
    font-size: 20px;
    line-height: 24px;
	
	margin-bottom:7px;
}

.highlight {
	margin-top: 6px;
    padding: 4px 8px;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    background: #e10000;
    border-radius: 1px;
}

.itemdata {
	display: flex;
	justify-content: flex-end;
}

.itemdata p {
	margin-right: 40px;
}

.itemdata p:last-child {
	margin-right: 0;
}



.databold {
	font-weight: 700;
}

.itemcolors {
	display:flex;
	overflow: hidden;
    background-color: #211f1f;
    border-radius: 3px;
	flex-flow: row wrap;
	
	position: relative;
}

.itemcolors .color {
	width: calc(100% / 8);
	min-height: 125px;
    padding: 18px;
    border-right: 1px solid #423f3f;
    border-bottom: 1px solid #423f3f;
	margin-right: -1px;
    margin-bottom: -1px;
	font-size: 12px;
    line-height: 14px;
    text-align: center;
}

.color img {
	width:100%;
	height:40px;
	object-fit:cover;
	margin-bottom: 6px;
}

/* сопутствующие товары */

div.soputstvuyushhie {
	display: flex;
	flex-flow: row wrap;
}

div.soputstvuyushhie_item {
	width: calc(100% / 3 - 28px);
    margin-right: 28px;
    margin-bottom: 30px;
    background-color: #1c1a1a;
	
}

.soputstvuyushhie_image img {
	width:100%;
	height:190px;
	object-fit:cover;
}

.soputstvuyushhie_header {
	padding:20px;
}

.soputstvuyushhie_description {
	padding:20px;
}

.soputstvuyushhie_header {
	font-weight: bold;
}

p.soputstvuyushhie_nextitem {
	margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #3b3838;
}

p.soputstvuyushhie_nextitem:last-child {
	border-bottom: unset;
}

p.soputstvuyushhie_smallimage {
	display: flex;
	align-items: center;
	
}

.soputstvuyushhie_smallimage span {
	margin-right: 20px;
}

p.price2 {
	margin-bottom: 0 !important;
}

/* о компании */

.cert img {
	margin-right: 15px;
}

.video-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.articles-other__text {
	margin-bottom:0;
}

.articles-other__link {
	border-bottom: unset !important;
}

.articles-other {
	padding: 80px 0 0 0;
}

span.data {
	display: block;
}

/* swiper */

.swiper-button-next, .swiper-button-prev {
	color: white !important;
	background-color: rgba(22, 22, 22, 0.5);
	backdrop-filter: blur(5px);
	padding:30px;
	top:48% !important;
	pointer-events: unset !important;
}

.swiper-pagination-bullet {
	background-color: #cccccc !important;
}

.swiper-pagination-bullet-active {
	background-color: white !important;
}

.swiper-scrollbar-drag {
	background-color: white !important;
	height: calc(100% + 4px) !important;
	top: -2px !important;
}

.swiper-scrollbar {
	background-color: rgba(255,255,255,0.2) !important;
}

/* адаптивность */

@media only screen and (max-width:1200px) {
	
	span.data {
	display: inline;
	margin-right: 15px;
	}
	
	.itemdata {
		flex-flow: column nowrap;
		margin-top: 1em;
	}
	
	.itemdata {
		margin-top:0;
		justify-content: unset;
	}
	
	.itemname {
		width:180px;
	}
	
	
	span.data:first-child {
	    display:block;
	}
	
	span.data:last-child {
	    margin-right: 0;
	}
	
	.itemcolors .color {
		width:calc(100% / 6);
	}
	
	
	
}

@media only screen and (max-width:800px) {
	.itemcolors .color {
		width:calc(100% / 3);
	}
	
	.itemspecs {
		flex-flow: column nowrap;
	}
	
	.itemdata {
		flex-flow: column nowrap;
		margin-top: 1em;
	}
	
	.soputstvuyushhie {
		flex-flow: column nowrap !important;
	}
	
	.soputstvuyushhie_item {
		width: calc(100% - 28px) !important;
	}
}

@media only screen and (max-width:800px) {
	.itemcolors .color {
		width:calc(100% / 2);
	}
	
	.iteminfo {
		flex-flow: column nowrap;
	}
	
	.itemname {
		margin-top: 1em;
		width:unset;
	}
}

.partners a {
	border-bottom: unset !important;
}

.justifydata {
	width:100% !important;
	display:inline-block !important;
	line-height: 0.5px;
}

.justifydata:after {
        content: "";
        display: inline-block;
        width: 100%;	
    }
	
.min40 {
	min-width: 30%;
	justify-content:flex-start;
}

.video {
	margin-bottom: 20px;
}

@media screen and (max-width:700px)
{
	.indexmobile5 {
		margin-top:5px !important;
	}
	
	.indexmobile15 {
		margin-top:15px !important;
	}
}