* {
margin: 0;
padding: 0;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
box-sizing: border-box;
}
ul {
	margin: 10px 0;
	padding-left: 20px;
}
li {
	padding: 2px 0;
}
h1 {
	display: block;
	font-size: 25px;
	margin-left: 25%;
}
h4 {
	padding-bottom: 10px;
	font-size: 1.2em;
}
.bg {
	max-width: 100%;
	min-width: 300px;
	width:auto;
	padding: 20px;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.subtitle {
	width: 100%;
	margin-top: 20px;
}
.subtitle h1 {
	margin: 0;
	padding: 10px 0;
}
.container {
	max-width: 959px;
	min-width: 300px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.bread-crumbs {
	padding-bottom: 10px;
	font-size: 12px;
}
.bread-crumbs a {
	color: rgba(68, 70, 66, 1.0);
	text-decoration: none;
	font-size: 12px;
}
.bread-crumbs a:hover {
	text-decoration: underline;
}
.left-column {
	width: 43%;
	float: left;
	padding-right: 3%;
}
.right-column {
	width: 57%;
	float: left;
}
.img_block1 img {
	width: 100%;
	height: auto;
}
.where_to_buy {
	background-color: rgba(255, 204, 24, 1.0);
	width: 120px;
	margin: 15px 0;
}
.where_to_buy:hover {
	background-color: #f2ab26;
}
.where_to_buy a:hover {
	color: white;
}
.where_to_buy a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color: black;
	text-align: center;
}

.submenu-container {
	width: 100%;
	box-sizing: border-box;
}
.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
.submenu {
	display: block;
	width: 100%;
}
.submenu-button {
	border: 0;
	background-color: #ffcc18;
	margin-top: 0;
	display: none;
	padding: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 5px;
}

.submenu-button:hover {
	cursor: pointer;
	background-color: #f2ab26;
}

.submenu-button::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(../img/icon-menu.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.submenu-button--active::before {
    background-image: url(../img/icon-cross.svg);
}
.submenu ul {
	display: flex;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	margin-top: -2px;
}
.submenu li {
	flex-grow: 1;
	list-style-type: none;
	border-right: 1px solid white;
	box-sizing: border-box;
}
.submenu li a {
	display: block;
	width: 100%;
	color: black;
	padding: 6px 0;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	background: rgba(255, 204, 24, 1.0);
}
.submenu li a:hover {
	background: rgba(68, 70, 66, 1.0);
	color: white;
	margin: 0;
}
@media (min-width: 970px){
	#top_nav{
	z-index: 1000;
	max-width: 940px;
	min-width: 600px;
	margin: 0 auto;
	display: block;
	}
/*	.subtitle {
		margin-bottom: 40px;
	}*/
}
.seria-container {
	padding-bottom: 15px;
}
.title-container {
	margin: 15px 0;
	width: 100%;
}
.descriprion-block {
	padding-bottom: 20px;
}
.title-text h2 {
	display: block;
	padding: 30px 0 20px 0;
	font-size: 20px;
}
.title-text span {
	font-size: 18px;
	color: rgba(68, 70, 66, 1.0);
	display: block;
}
.type-protection img {
	float: right;
	width: 260px;
	padding-right: 0px;
	display: none;
}
.description-img img {
	width: 100%;
	display: block;
}
.description-text span {
	display: block;
	padding: 15px 0;
}
.characteristic-name-value {
	padding: 5px 0;
	border-top: 1px solid rgba(255, 204, 24, 1.0);
	width: 100%;
}
.characteristic-name-value:hover {
	background: rgba(255, 204, 24, 0.5);
}
.characteristic-name-value:last-child {
	border-bottom: 1px solid rgba(255, 204, 24, 1.0);
}
.characteristic-name {
	width: 70%;
	text-align: left;
	float: left;
}
.characteristic-value {
	width: 30%;
	text-align: left;
	float: left;
}
.icons-block {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 10px 0;
	background: rgba(255, 204, 24, 0.5);
}
.icons-box {
	width: 150px;
}
.icons-box img {
	width: 60%;
	margin: 0 auto;
	display: block;
}
.icons-box span {
	display: block;
	width: 60%;
	margin: 0 auto;
	color: rgba(68, 70, 66, 1.0);
	padding-top: 10px;
}
.connection-type {
	width: 100%;
	padding-bottom: 10px;
}
.connection-type + .no-bottom {
	padding-bottom: 0;
}
.connection-type div {
	float: left;
	border: 1px solid rgba(255, 204, 24, 1.0);
	width: 3em;
	text-align: center;
	margin-left: -1px;
}
.socket1 {background: rgba(231, 231, 231, 1.0);}
.terminal1 {background: rgba(68, 70, 66, 1.0);}
.blank {background: white;}
.socket1, .terminal1, .blank {padding: 3px;}
.socket a {background: rgba(231, 231, 231, 1.0);}
.terminal a {background: rgba(68, 70, 66, 1.0);}
.socket a, .terminal a {
	padding: 3px;
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: block;
}
.socket a {
	color: black;
}
.terminal a {
	color: white;
}
.socket a:hover, .terminal a:hover {
	background: rgba(255, 204, 24, 0.8);
	color: black;
	cursor: pointer;
	color: black;
}
.connection-type span {
	display: block;
	padding: 3px 0;
}
.pbd {
	padding: 0;
	margin: 0;
}
.footer {
	margin: 10px 0;
	border-top: 1px solid rgba(255, 204, 24, 1.0);
	padding: 10px 0;
}
.footer p {
	display: block;
	float: left;
}
.social-container {
	float: right;
	width: 285px;
}
.social-block {
	float: right;
	margin-right: 15px;
}
.social-icon, .social-name {
	display: block;
	float: left;
}
.social-icon img {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
}
.social-name a {
	text-decoration: none;
	color: rgba(68, 70, 66, 1.0);
}
.social-name a:hover {
	text-decoration: underline;
}
#button-up {
    display:none;
    left: 25px;
    margin: 0;
    position: fixed;
    bottom: 25px;
    outline:none;
    color: #333333;
    line-height: 30px;
    text-decoration: none;
	padding: 0 15px;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    box-shadow: 0 2px 4px #999;
    -webkit-box-shadow: 0 2px 4px #999;
    -moz-box-shadow: 0 2px 4px #999;
    -o-box-shadow: 0 2px 4px #999;
    cursor:pointer;
	background: rgba(255, 204, 24, 0.5);
}
#button-up:hover {
	background: rgba(255, 204, 24, 1.0);
}
@media screen and (max-width: 800px){
	.icons-block {
		padding: 10px;
	}
	#button-up {
		bottom: 10px;
		left: 10px;
		background: white;
	}
	#button-up:hover {
		background: rgba(255, 204, 24, 1.0);
	}
}
@media screen and (max-width: 600px){
	.bread-crumbs {
		display: none;
	}
	.right-column, .left-column {
		width: 100%;
	}
	.left-column {
		padding-right: 0;
	}
	.type-protection img {
		display: none;
	}
	.icons-box span {
		display: none;
		padding:15px;
		margin-top:17px;
		background:white;
		-moz-box-shadow:0 5px 5px rgba(0,0,0,0.3);
		-webkit-box-shadow:0 5px 5px rgba(0,0,0,0.3);
		box-shadow: 0 0 10px rgba(0,0,0,0.7);
	}
	.icons-box:hover span {
		display:block;
		position:absolute;
		z-index:9999;
		max-width:600px;
		min-width: 300px;
		border-radius: 15px;
		left: 20px;
		color: black;
	}
	.icons-block {
		background: rgba(255, 204, 24, 1.0);
		padding: 5px;
	}

	.characteristic-name {
	width: 52%;
	text-align: left;
	float: left;
	}
	.characteristic-value {
	width: 48%;
	text-align: left;
	float: left;
	}
}
@media screen and (min-width: 300px) and (max-width: 450px) {
	.img_comment img {
		width: 80%;
	}
	.icons-box img {
    width: 80%;
	}
}
@media screen and (max-width: 700px) {
	.footer p {
		margin-top: 15px;
	}
}

@media(max-width: 959px) {
	.submenu {
		display: flex;
		align-items: flex-start;
	}
	.submenu-button {
		display: flex;
	}
	.submenu ul {
		display: none;
		width: 200px;
	}
	.submenu li {
		border-right: none;
	}
	.submenu li a {
		padding: 9px 0;
	}
	.title-text h2 {
		padding-top: 40px;
	}
}

.menu-fixed {
	position: fixed;
	top: 0;
}
.menu-open {
	display: block !important;
}