body {
	padding: 0 5px;
}
* {
margin: 0;
padding: 0;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
box-sizing: border-box;
}
ul {
	padding: 5px 0 5px 20px;
	list-style-type: square;
}
li {
	padding: 2px 0;
}
h1 {
	width: 100%;
	padding: 5px 0 10px 25%;
	color: rgba(68, 70, 72, 1.0);
	font-size: 24px;
	margin: 0;
}
h2 { 
	width: 100%;
}
h3 {
	padding-bottom: 10px;
	color: rgb(72,70,68);
	font-size: 1.1em;
}
h4 {
	padding-bottom: 10px;
	color: rgb(72,70,68);
}
h1 span {
	font-size: 1em;
}
@media screen and (max-width: 600px) {
	h1 span {
		width: 100%;
		display: block;
		}
}
@media screen and (max-width: 600px) {
	h1 {
		padding: 5px 0 10px 0;
	}
}
h2 {
	font-size: 20px;
	color: rgba(68, 70, 72, 1.0);
	padding: 10px 0;
}
p {
	padding: 5px 0;
	line-height: 1.2em;
}
sup {
	font-size: .7em;
	position: relative;
	bottom: .4em;
}
.container {
	max-width: 959px;
	min-width: 300px;
	margin: 0 auto;
	padding: ;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.ul-reset {
	padding-left: 0;
}
.ul-reset li {
	list-style-type: none;
}
/* Баннер */
.title figure {
	width: 100%;
	position: relative;
	margin: 0;
	background-color: rgba(72,70,68,.1);
	background-image: url('img/background.jpg');
	background-repeat: no-repeat;
	background-position: 50% 30%;
}
.title img {
	align-self: center;
	padding: 5%;
	width: 80%;
	display: flex;
	margin-left: auto;
	margin-right: auto;
}
.title figure::before {
	content: "*По результатам исследования российского рынка промышленных силовых разъемов, проведенного Агентством DISCOVERY Research Group (официальный партнер RBC).";
	padding: 2px 4px;
	display: inline-block;
	color: white;
	font-size: 8px;
	letter-spacing: 0.08em;
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 10px;
	font-weight: 600;
}
@media screen and (max-width: 850px) {
	.title figure {
		background-size: cover;
	}
	.title img {
		width: 90%;
	}
	.title figure::after {
		width: 70px;
		height: 70px;
		bottom: 10px;
		right: 5px;
	}
}
@media screen and (max-width: 450px) {
	.title figure::after {
		width: 50px;
		height: 50px;
	}
}
/* Ссылка на информационную листовку */
.leaflet {
	align-items: center;
	width: 230px;
	margin: auto;
	padding: 5px 0 15px 0;
}
.leaflet img {
	margin-right: 5px;
	align-self: center;
	width: 16px;
	height: 16px;
}
.leaflet a {
	text-decoration: none;
	align-self: center;
}
.leaflet a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 450px) {
	.leaflet {
		margin: 0;
	}
}
/* Преимущества */
.privilege {
	padding-bottom: 10px;
}
.privilege li {
	width: 50%;
	display: flex;
}
.privilege img {
	width: 25%;
	padding: 2%;
	align-self: center;
	/*border: 1px solid rgb(255,204,24);*/
}
.privilege span {
	width: 75%;
	padding-left: 10px;
	align-self: center;
}
@media screen and (max-width: 650px) {
	.privilege li  {
	width: 49%;
	}
}
@media screen and (max-width: 450px) {
	.privilege li  {
		width: 100%;
	}
}
/* Видео */
.video-box {
	padding-bottom: 20px;
}
.video-box iframe {
	width: 60%;
	display: flex;
	padding-right: 10px;
	height: 300px;
}
.video-box span {
	width: 40%;
	padding-left: 10px;
	line-height: 1.3em;
}
@media screen and (max-width: 650px) {
	.video-box iframe, .video-box span {
		width: 100%;
		padding: 5px 0;
	}
}
/* Технические характеристики */
.technical-parameters {
	justify-content: space-between;
}
.technical-parameters dl {
	width: 49%;
	background: rgba(255, 204, 24, 0.5);
	padding: 10px;
	margin: 5px 0;
}
.technical-parameters dt {
	width: 70%;
	padding: 7px 5px;
	margin: 0;
}
.technical-parameters dd {
	width: 30%;
	padding: 7px 10px 7px 15px;
	margin: 0;
}
@media screen and (max-width: 650px) {
	.technical-parameters dl {
		width: 100%;
		margin: 0;
	}
	.technical-parameters dl:nth-child(2) {
		padding-bottom: 0;
	}
	.technical-parameters dl:last-child {
		padding-top: 0;
	}
}
/* Ассортимент */
.product ul {
	width: 102%;
	padding-left: 0;
	margin: 0 -1%;
}
.product li {
	list-style-type: none;
	width: 31.3%;
	padding: 30px;
	background: rgba(72,70,68,.07);
	position: relative;
	margin: 1%;
}
.product .goods-new::before {
	content: "новинка";
	padding: 0 5px;
	font-size: 16px;
	line-height: 20px;
	display: block;
	background: #fe2512;
	color: white;
	letter-spacing: 0.06em;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 10px;
	text-transform: uppercase;
	font-weight: 600;
}
.product li:hover {
	box-shadow: 0 5px 7px rgba(0,0,0,0.3);
	bottom: 5px;
	cursor: pointer;
	background-color: rgba(255, 204, 24, 0.5);
  transition: 0.8s ease;
}
.product li a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
}
.product li div {
	width: 100%;
	height: 90%;
	display: flex;
	align-items: center;
}
.product li img {
	width: 100%;
	height: auto;
	padding: 20px;
	align-self: center;
}
.product li h3 {
  text-align: center;
  line-height: 1.3em;
  font-size: 16px;
}
@media screen and (max-width: 700px) {
	.product li {
		width: 48%;
	}
}
@media screen and (max-width: 460px) {
	.product li {
		width: 100%;
		margin: 5%;
	}
}
/*Особенности конструкции*/
.feature ul {
	width: 100%;
	padding: 10px 0;
	margin: 0 -1%;
}
.feature li {
	width: 23%;
	margin: 1%;
}
.feature img {
	width: 100%;
	align-self: center;
	margin-bottom: 5px;
	border: 1px solid rgb(72,70,68);
}
.feature span {
	width: 100%;
	padding-bottom: 10px;
	display: block;
	line-height: 1.2em;
}
@media screen and (max-width: 700px) {
	.feature li {
		width: 48%;
	}
}
@media screen and (max-width: 460px) {
	.feature li {
		width: 100%;
	}
}