.c-products-head {
	display: flex;
	align-items: flex-start;
}

.c-products-head__images {
	width: calc(50% - 64px);
}

.c-products-head__content {
	width: 50%;
	margin-left: auto;
}

.c-products-head__title {
	border-bottom: 1px solid #000;
	font-weight: 700;
	font-size: 28px;
	margin-top: 0;
	margin-bottom: 24px;
	padding-bottom: 12px;
}

.c-products-head__text {
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 32px;
}

.c-products-head__description__title {
	font-weight: 700;
	margin-bottom: 6px;
}

.c-products-head__description {
	font-size: 15px;
	line-height: 1.7;
}

.c-products-head__buttons {
	display: flex;
	margin-top: 24px;
}


.c-products-head__buttons .c-button {
	width: calc(50% - 8px)!important;
	min-width: calc(50% - 8px)!important;
	max-width: calc(50% - 8px)!important;
}

.c-products-head__buttons .c-button:nth-child(2n) {
	margin-left: auto;
}
h3.heading{
	background-color: #ededed;
    padding: 8px 16px;
    border-left: 4px solid #000168;
    margin-bottom: 40px;
    font-size: 20px;
    letter-spacing: 2px;
}

.c-products-head__images__main {
	width: 100%;
/*	height: 400px;*/
	background-size: cover;
	border: 1px solid #CCC;
	background-position: center center;
	transition: all .2s;
}

.c-products-head__images__thumbnails {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 24px;
}

.c-products-head__images__thumbnail {
	width: calc(25% - 12px);
	margin-right: 16px;
	height: 100px;
	background-size: cover;
	border: 1px solid #CCC;
	background-position: center center;
	position: relative;
	cursor: pointer;
	margin-bottom: 12px;
}
.c-products-head__images__thumbnail:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	opacity: 0;
	transition: all .2s;
	pointer-events: none;
}

.c-products-head__images__thumbnail:hover:after {
	opacity: 0.4;
}

.c-products-head__images__thumbnail:nth-child(4n) {
	margin-right: 0!important;
}

@media (max-width: 750px) {
	.c-products-head {
		display: block;
	}
	.c-products-head__images {
		width: 100%;
	}
	.c-products-head__images__main {
/*		height: 80vw;*/
	}
	.c-products-head__content {
		width: 100%;
	}
	.c-products-head__images__thumbnails {
		margin-top: 8px;
	}
	.c-products-head__images__thumbnail {
		width: calc(25% - 3px);
		height: 20vw;
		margin-right: 4px;
		margin-bottom: 4px;
	}
	.c-products-head__content {
		margin-top: 32px;
	}
	.c-products-head__title {
		font-size: 24px;
		margin-bottom: 8px;
	}
	.c-products-head__text,
	.c-products-head__description {
		font-size: 13px;
	}
}

.c-products-detail{
	margin-top: 10%;
}

.c-products-head__buttons {
	display: flex;
	margin-top: 24px;
}


.c-products-head__buttons .c-button {
	width: calc(50% - 8px)!important;
	display: block;
	min-width: calc(50% - 8px)!important;
	max-width: calc(50% - 8px)!important;
	background: #000168;
	color: #fff !important;
	text-align: center;
	line-height: 50px;
}

.c-products-head__buttons .c-button:nth-child(2n) {
	margin-left: auto;
}

.pc-slide .swiper-slide .imgauto{
	display: block;
	font-size: 0;
}
.pc-slide .swiper-slide .imgauto img{
	width: 100%;
}

.preview .swiper-slide{
	cursor: pointer;
}