* { margin: 0; padding: 0; box-sizing: border-box; }

@font-face {
	font-family: 'AGLetterica';
	src: url('../fonts/agletterica.woff') format('woff');
}

@font-face {
	font-family: 'AGLetterica Bold';
	src: url('../fonts/agletterica-bold.woff') format('woff');
}

body {
	color: #333;
	font-family: 'AGLetterica', 'Arial Narrow', sans-serif;
	}

a {
	border-bottom: 1px solid #e5c2c2;
	color: #b01f23;
	text-decoration: none;
	}

a:hover {
	color: #791616;
	transition: color 0.3s;
}

h1,
h2,
h3 {  }

h1 { }
h2 { }
h3 { }
h4 { }


h5 {
	color: #777;
	font-size: 19px;
	font-weight: normal;
	margin: 15px 0;
}

p { line-height: 1.4; }

table { border-collapse: collapse; }

.row:after,
.container:after { clear: both; }
.row:before,
.row:after,
.container:before,
.container:after {
	clear: both;
	content: ' ';
	display: table;
	}

.container { margin: 0 auto; width: 1200px; }

h3.slash {
	color: #000;
	font-family: 'AGLetterica Bold', 'Arial Narrow', sans-serif;
	font-size: 36px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h3.slash:before {
	content: '/////';
	color: #b01f23;
	display: inline-block;
	font-family: 'AGLetterica Bold', 'Arial Narrow', sans-serif;
	font-size: 36px;
	letter-spacing: -9px;
	line-height: 1;
	margin-right: 25px;
	position: relative;
	top: -2px;
	
}

section.catalog,
section.news,
section.awards { margin: 75px auto 100px; }


header {
	background: #b01f23;
	color: #daa9aa;
	padding-left: 277px;
	position: relative;
	z-index: 2;
}

header a { color: #fff; border-bottom: none; }
header > div {
	border-left: 1px solid #d17978;
	height: 50px;
	padding: 14px 24px;
	position: relative;
}

header > div:last-child { border-top: 1px solid #d17978; }

header .phone { color: #daa9aa; float: left; }
header .phone span {
	color: #fff;
	font-size: 18px;
	margin-left: 5px;
	position: relative;
	top: 1px;
}

header .phone a { color: #fff; }

header .login {
	float: right;
	margin-right: 25px;
	position: relative;
	top: 2px;
}

header .login a {
	background: url(../img/login.png) 0 2px no-repeat;
	color: #daa9aa;
	padding-left: 20px;
}

header .login a:hover { color: #fff; }

header .cart {
	color: #daa9aa;
	float: right;
	position: relative;
	top: 2px;
}

header .cart em { font-style: normal; }

header .cart a { color: #daa9aa; }
header .cart a:hover { color: #fff; }

header .cart span,
header .login span {
	background: #fff;
	border-radius: 50%;
	color: #b01f23;
	display: inline-block;
	font-family: 'AGLetterica Bold', 'Arial Narrow', sans-serif;
	font-size: 14px;
	height: 22px;
	margin-left: 2px;
	padding-top: 2px;
	text-align: center;
	width: 22px;
}

header nav {
	float: left;
	font-family: 'AGLetterica Bold', 'Arial Narrow', sans-serif;
	font-size: 17px;
	letter-spacing: 1px;
	margin-top: 1px;
	text-transform: uppercase;
}
header nav a {
	display: inline-block;
	margin-right: 20px;
}

header nav a:hover { color: #ffd4d5; }
header nav a.active { color: #f6b16f; }


header .search {
	position: absolute;
	right: 0;
	top: 0;
	width: 205px;
}

header .search label {
	margin: 0;
	position: absolute;
	right: 25px;
	top: 15px;
	z-index: 1;
}

header .search input[type=text] {
	background: none;
	border: none;
	color: #fff;
	font-size: 17px;
	height: 49px;
	padding: 10px 15px;
	position: relative;
	z-index: 2;
	width: 100%;
}

header .search input[type=text]:hover {  }

header .search input.nonempty,
header .search input[type=text]:focus {
	background: #870f12;
	outline: none;
}

header .search label:after {
	background: url('../img/search.png') no-repeat;
	content: ' ';
	display: block;
	height: 22px;
	left: -30px;
	position: absolute;
	top: 0;
	width: 22px;
	z-index: 2;
}

header .search .suggest {
	background: #870f12;
	display: none;
	position: absolute;
	left: 0;
	list-style: none;
	text-align: left;
	top: 100%;
	width: 100%;
	z-index: 99;
	}

/*header .search .suggest span,*/
header .search .suggest a {
	border-top: 1px solid #944244;
	color: #fff;
	font-size: 17px;
	display: block;
	padding: 10px 15px;
	}

header .search .suggest a span {
	color: rgba(255,255,255,.5);
	}

header .search .suggest a:hover { color: #ffd4d5; }

header .logo {
	left: 35px;
	position: absolute;
	top: 21px;
}


.subnav {
	border: 1px solid rgba(255, 255, 255, .4);
	display: inline-block;
	font-size: 17px;
	margin-bottom: 20px;
	padding: 10px 15px;
}

.subnav a {
	border-bottom-color: rgba(255,255,255,.6);
	color: #fff;
	display: inline-block;
	font-family: 'AGLetterica Bold', 'Arial Narrow', sans-serif;
	letter-spacing: 1px;
	margin: 10px 15px;
	text-transform: uppercase;
}

.subnav a:hover { border-bottom-color: rgba(255,255,255,.2); color: #ffd4d5; }
.subnav a.active { border-bottom: none; color: #f6b16f; }

/*
.page-head.page-about {	background-image: url('../img/page-about.jpg'); }
*/


.page-head.page-buillon {
	background-color: rgb(194,222,223);
}


.page-about .container {
	color: #fff;
	text-align: center;
}

.page-about .container p {
	font-size: 26px;
	margin: 50px 0 30px;
}

.intro {
	background-image: url('../img/intro.jpg');
	background-size: cover;
	min-height: 550px;
	min-width: 1200px;
	padding-top: 30px;
	padding-bottom: 20px;
	position: relative;
}

.intro.grey-bg { background: #eee; }

.intro header { box-shadow: 0 16px 16px rgba(0,0,0,.1); }

.intro.red-bg {  }

.intro .slide {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@keyframes grad {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}
/*
.fifteen .img,
.fifteen .bg {
	animation: grad 15s ease infinite;
	background: linear-gradient(-45deg, #770e0c, #5e31a7, #b01f23, #6f2360);
	background-size: 400% 400%;
	border-left: 15px solid #fff;
	height: 100%;
	left: 15%;
	position: absolute;
	top: 0;
	transform: skew(-10deg);
	z-index: 0;
	width: 100%;
}

.fifteen .img {
	animation: none;
	background-image: url("../img/15/logo-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
}

.fifteen {
	color: #fff;
	height: 100%;
	right: 0;
	overflow: hidden;
	padding-top: 230px;
	position: absolute;
	text-align: left;
	transition: .3s width;
	top: 0;
	width: 36%;
	z-index: 1;
}

.fifteen .text {
	left: 50%;
	margin-left: -100px;
	position: relative;
	z-index: 2;
}

.fifteen strong {
	font-size: 80px;
	line-height: .7;
}
*/

.comm {
	background: radial-gradient(ellipse at center, #fff 50%, #bbb 100%);
	overflow: hidden;
	padding-top: 160px;
	text-align: center;
	z-index: 1;
}

.comm .ks-cables {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.comm .ks-cables div {
	bottom: 0;
	height: 65%;
	position: absolute;
}

.comm .ks-cables div:nth-child(1) { left: -2%; height: 95%; }
.comm .ks-cables div:nth-child(2) { left: 10%; height: 85%; }
.comm .ks-cables div:nth-child(3) { left: 25%; bottom: -160px; }
.comm .ks-cables div:nth-child(4) { left: 38%; bottom: -160px; }
.comm .ks-cables div:nth-child(5) { left: 50%; bottom: -160px; }
.comm .ks-cables div:nth-child(6) { left: 67%; bottom: -160px; }
.comm .ks-cables div:nth-child(7) { left: 82%; height: 85%; }
.comm .ks-cables div:nth-child(8) { right: -2%; height: 95%; }

.comm .ks-cables div img {
	display: block;
	max-height: 100%;	
}

.comm a {
	border: none;
	color: #791616;
}

.comm .text {
	position: relative;
	z-index: 2;
}

.intro .comm h3 {
	font-size: 9.3vw;
	letter-spacing: -0.01em;
	margin-bottom: 0;
}

.intro .comm p {
	background: #fbf5e7;
	display: inline-block;
	font-size: 22px;
	margin: 0 auto;
	padding: 4px 8px;
}

.about {
	color: #fff;
	margin: 140px auto 100px;
	max-width: 900px;
	text-align: center;
	width: 70%;
}

.about p { font-size: 28px; }

.intro h3 {
	font-size: 42px;
	font-family: 'AGLetterica Bold', 'Arial Narrow', sans-serif;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.intro a.btn {
	border: 3px solid #fff;
	color: #fff;
	display: inline-block;
	font-family: 'AGLetterica Bold', 'Arial Narrow', sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 25px;
	padding: 15px 25px 12px;
	position: relative;
	text-transform: uppercase;
	transition: all .3s;
}

.intro a.btn:after {
	content: '\2192';
	font-size: 23px;
	position: absolute;
	opacity: 0;
	top: 20%;
	right: 20px;
}

.intro a.btn:hover { letter-spacing: 2px; padding: 15px 60px 12px 25px; transition: all .2s; }

.intro a.btn:hover:after { opacity: 1; }

.intro .constructor {
	min-height: 300px;
	padding-top: 160px;
	padding-bottom: 20px;
	text-align: center;
}

.intro .constructor h2 {
	color: #630a0c;
	font-family: 'AGLetterica Bold', 'Arial Narrow', sans-serif;
	font-size: 12em;
	letter-spacing: -0.25em;
	line-height: 1;
	text-align: center;
	position: relative;
	transition: .4s all;
	white-space: nowrap;
}

.intro .constructor h2 span {
	display: inline-block;
	margin: 0 -0.04em;
	position: relative;
	vertical-align: middle;
}

.intro .constructor h2:hover { letter-spacing: -0.21em; }

.intro .constructor h2 span:nth-child(2) { margin-left: -0.07em; margin-top: 0.035em; }
.intro .constructor h2 span:nth-child(4) { margin-top: 0.035em; }
.intro .constructor h2 span:nth-child(5) { margin-left: -0.08em; }
.intro .constructor h2 span:nth-child(7) { margin-left: -0.08em; margin-top: 0.04em; }
.intro .constructor h2 span:nth-child(10) { margin-top: 0.035em; }

.intro .constructor a.btn {
	color: #b01f23;
	border-color: #b01f23;
}

.intro .constructor p {
	color: #777;
	font-size: 19px;
	margin-top: 30px;
}

.intro .cables {
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.intro .cables img { position: absolute; }

.cables img.cable1 {
	bottom: -10%;
	left: 35%;
	transform: scale(.5) rotateZ(-60deg);
	-o-transform: scale(.5) rotateZ(-60deg);
}
.cables img.cable2 {
	top: -10%;
	left: -10%;
	transform: scale(.5) rotateZ(120deg);
	-o-transform: scale(.5) rotateZ(120deg);
}
.cables img.cable3 {
	bottom: -10%;
	left: 60%;
	transform: scale(.5) rotateZ(-60deg);
	-o-transform: scale(.5) rotateZ(-60deg);
}
.cables img.cable4 {
	top: -10%;
	left: 50%;
	transform: scale(.5) rotateZ(120deg);
	-o-transform: scale(.5) rotateZ(120deg);
}
.cables img.cable5 {
	bottom: -10%;
	left: 0;
	transform: scale(.5) rotateZ(-60deg);
	-o-transform: scale(.5) rotateZ(-60deg);
}
.cables img.cable6 {
	bottom: -10%;
	left: -25%;
	transform: scale(.5) rotateZ(-60deg);
	-o-transform: scale(.5) rotateZ(-60deg);
}


.catalog > div {
	background: #e5e5e5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #fff;
	height: 200px;
	float: left;
	position: relative;
	overflow: hidden;
	width: 33.333%;
}

.catalog > div.br { border-right: 1px solid #ccc; }
.catalog > div.bb { border-bottom: 1px solid #ccc; }

.catalog > div a {  }

.catalog h3 { margin-bottom: 25px; }

.catalog .catalog-download {
	float: right;
	padding: 0 0 0 50px;
	position: relative;
	top: -5px;
}

.catalog .catalog-download div { padding: 0 0 15px 45px; }
.catalog .catalog-download:after {
	content: "";
	display: table;
}

.catalog-download div {
	background: url('../img/catalog-download.png') no-repeat;
	padding: 30px 0 0 45px;
}

.catalog-download a {
	background: #b01f24;
	border: 3px solid #fff;
	color: #fff;
	display: inline-block;
	font-family: "AGLetterica", "Arial Narrow", sans-serif;
	font-size: 20px;
	font-weight: normal;
	padding: 6px 10px;
	line-height: 1.4;
	margin-top: 2px;
	text-transform: none;
	transition: all .2s;
	vertical-align: top;
}

.catalog-download a:hover { background-color: #573529; }

.catalog > div img {
	filter: grayscale(100%);
	left: 0;
	position: absolute;
	top: 20px;
	transition: all .3s;
}

.catalog > div h4 {
	bottom: 20px;
	font-family: 'AGLetterica Bold', 'Arial Narrow', sans-serif;
	font-size: 21px;
	left: 20px;
	position: absolute;
	transition: all .3s;
	z-index: 2;
	width: 85%;
}

.catalog > div ul {
	display: none;
	opacity: 0;
	margin: 80px 20px;
	position: relative;
	transition: all .3s;
	top: 40px;
	z-index: 2;
}

.catalog > div ul li {
	display: inline-block;
	margin-bottom: 8px;
	margin-left: 1%;
	white-space: nowrap;
	width: 32%;
}

.catalog > div ul a {
	border-bottom: none;
	color: #fff;
	font-size: 13px;
	opacity: .8;
}

.catalog > div:after {
	background: rgba(176, 31, 36, .8);
	content: ' ';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all .3s;
	width: 100%;
	z-index: 1;
}

.catalog > div:hover {
	box-shadow: 0 4px 16px rgba(183,0,0,.5);
	border-color: rgba(183,0,0,.5);
	z-index: 2;
}

.catalog > div:hover:after { opacity: 1; }

.catalog > div:hover h4 { bottom: 130px; }
.catalog > div:hover h4 a { border-bottom-color: rgba(255,255,255,.2); color: #fff; }
.catalog > div:hover img { transform: scale(1.15); }
.catalog > div:hover ul { display: block; opacity: 1; top: 0; }

.catalog > div ul a:hover { opacity: 1; }


.catalog > div.odd {
	background: none;
	border: none;
	padding: 30px 40px;
}
.catalog > div.odd:after { content: none; }
.catalog > div.odd:hover { box-shadow: none; border-color: #ccc; }

.catalog > div.odd div {
	padding: 0 0 15px 45px;
	background: url('../img/catalog-download.png') no-repeat;
	padding: 10px 0 0 45px;
}

.catalog > div.odd a {
	border: 1px solid #b01f24;
	background: #fff;
	display: inline-block;
	font-family: "AGLetterica", "Arial Narrow", sans-serif;
	font-size: 20px;
	font-weight: normal;
	padding: 6px 10px;
	line-height: 1.4;
	margin: 2px 0 5px;
	text-transform: none;
	transition: all .2s;
	vertical-align: top;
}

.catalog > div.odd a:last-child {
	border: none;
	border-bottom: 1px solid #b01f24;
	font-size: 16px;
	padding: 0;
}

.catalog > div.odd span {
	color: #777;
	font-size: 16px;
}


.news .col {
	float: left;
	width: 50%;
}

.news .col > div {
	padding-left: 190px;
	padding-right: 50px;
	position: relative;
}

.news .col > div + div {
	margin-top: 50px;
}

.news .col > div.xl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 310px;
	padding: 20px 40px;
	overflow: hidden;
}

.news .col > div.xl:after {
	background: rgba(0,0,0,.5);
	content: ' ';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.news .col > div.xl > * {
	position: relative;
	z-index: 2;
}

.news .col > div.xl .date,
.news .col > div.xl p { color: rgba(255,255,255,.7); }

.news .col > div.xl img {
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	transition: all .2s;
	z-index: 0;
}

.news .col > div.xl:hover img {
	transform: scale(1.1);
}

.news .col > div.xl a { color: #fff; border-bottom-color: rgba(255,255,255,.4); }


.news .col > div img {
	left: 0;
	position: absolute;
	top: 0;
}

.news .date {
	color: #777;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.news h5 {
	font-family: 'AGLetterica Bold', 'Arial Narrow', sans-serif;
	font-size: 21px;
	margin: 8px 0 10px;
}

.news p {
	font-size: 18px;
	line-height: 1.4;
}


.awards li {
	display: inline-block;
	list-style: none;
	position: relative;
	margin-right: 100px;
	vertical-align: top;
}
.awards li:last-child { margin-right: 0; }
.awards li a { border: none; }
.awards li img {
	box-shadow: 0 4px 64px #ddd;
	display: block;
	margin-bottom: 10px;
	position: relative;
	transition: all .2s;
}

.awards li a:hover img {
	box-shadow: 16px 16px 64px #ddd;
	top: -2px;
}

.awards li p {
	font-size: 15px;
	width: 200px;
}

.awards li span {
	color: #777;
	font-size: 12px;
	left: 185px;
	letter-spacing: 1px;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	width: 70px;
}

.partners {
	background: #fbf5e7;
	padding: 50px 0;
	width: 100%;
}

.partners ul { display: flex; align-items: center; }

.partners li {
	align-items: center;
	display: flex;
	list-style: none;
	width: 25%;
}

.partners li img {
	filter: grayscale(100%);
	float: left;
	margin-right: 15px;
	opacity: .6;
	transition: .3s all;
	}
.partners li p { }
.partners li:hover img {
	filter: none;
	opacity: 1;
	}



footer {
	background: #333;
	color: #999;
	font-size: 15px;
	padding: 40px 0;
	width: 100%;
}

footer a {
	border-bottom-color: #444;
	color: #ddd;
}

footer a:hover { color: #fff; border-bottom-color: #777; }

footer .copy {
	background: url('../img/logo-s.png') 0 0 no-repeat;
	margin-right: 10%;
	padding: 5px 0 10px 60px;
	position: relative;
	top: -5px;
}

footer .copy,
footer .address {
	float: left;
	line-height: 1.6;
}

footer .address span { color: #eee;  margin-right: 20px; }
footer .address a { }

footer .dev { float: right; font-size: 13px; margin-top: 4px; }
footer .dev a { color: #aaa; }



.page-head {
	background-color: rgb(239,239,239);
	/* background: url('../img/intro.jpg') center bottom no-repeat; */
	background-size: cover;
	padding: 30px 0;
}

.page-content { margin-bottom: 120px; }

.page-content h3 {
	font-family: 'AGLetterica Bold', 'Arial Narrow', sans-serif;
	font-size: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.page-content p,
.page-content ol,
.page-content ul {
	font-size: 18px;
	line-height: 1.4;
	margin: 15px 0;
}

.page-content p + h3,
.page-content ul + h3,
.page-content ol + h3,
.page-content div + h3 {
	margin-top: 40px;
}

.path {
	background-color: #fff;
	border-bottom: 1px solid #d7d7d7;
	color: #9b9b9b;
	left: 0;
	padding: 25px 0;
	position: absolute;
	width: 100%;
}

.path .container {
	padding-left: 400px;
	position: relative;
}

.path .container > div { display: inline-block; position: relative; }
.path .container > div > a { color: #9b9b9b; border-bottom: none; }
.path .container > div > a:hover { color: #b01f23; }

.path .back {
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #aaa;
	display: inline-block;
	left: 0;
	padding: 10px 20px 10px 15px;
	position: absolute;
	top: -10px;
}

.path span:before { content: '/'; margin: 0 10px; }
.path span:first-child:before { content: none; }

.path .container > div span:after {
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cpath d='M4.708 12.56L9 8.268l4.292 4.292 1.415-1.414L9 5.44l-5.707 5.706'/%3E%3C/svg%3E ");
	content: ' ';
	cursor: pointer;
	display: inline-block;
	height: 18px;
	margin-left: 4px;
	opacity: .5;
	top: 4px;
	position: relative;
	transform: scale(1,-1);
	transition: .2s all;
	width: 18px;
	z-index: 3;
	}

.path .container > div span.open:after { transform: none; }

.path .container > div ul {
	background: #fff;
	box-shadow: 0 4px 16px rgba(0,0,0,.2);
	display: none;
	font-size: 16px;
	list-style: none;
	margin-left: -30px;
	padding: 15px 20px;
	position: absolute;
	right: -10px;
	top: 10px;
	z-index: 2;
}

.path .container > div ul li { margin-bottom: 15px; white-space: nowrap; }
.path .container > div ul li:last-child { margin-bottom: 0; }

.page-content p.back {
	color: #999;
	display: inline-block;
	border: 1px solid #eee;
	border-radius: 2px;
	padding: 10px 20px;
	}

.page-content p.back a { border: none; }


.page-header { vertical-align: middle; }

.page-header h1 {
	color: #111;
	display: inline-block;
	font-family: 'AGLetterica Bold', 'Arial Narrow', sans-serif;
	font-size: 48px;
	letter-spacing: 2px;
	margin: 40px 50px 30px 0;
	text-transform: uppercase;
	vertical-align: middle;
}

.page-header h2 {
	font-family: 'AGLetterica Bold', 'Arial Narrow', sans-serif;
	font-size: 32px;
	margin: 50px 0 30px;
	text-transform: uppercase;
	}

.page-header h4 {
	font-family: 'AGLetterica Bold', 'Arial Narrow', sans-serif;
	font-size: 32px;
	margin: 40px 0 30px;
	}
.page-header h1 + span,
.page-header h1 + a {
	position: relative;
	top: 5px;
}

.page-header + .content { margin-top: 0; }

.page-header .cable-name {
	text-transform: none;
	margin-right: 0;
	width: 400px;
	}

.subnav-tab {
	display: inline-block;
	margin-top: -5px;
	vertical-align: middle;
}

.subnav-tab li {
	border-bottom: 1px solid #ddd;
	font-family: 'AGLetterica Bold', 'Arial Narrow', sans-serif;
	font-size: 23px;
	display: inline-block;
	padding-right: 30px;
}

.subnav-tab li:last-child { padding-right: 0; }

.subnav-tab li a {
	border-bottom: none;
	display: inline-block;
	padding: 5px 0;
}

.subnav-tab li a:hover {
	border-bottom: 3px solid #b01f23;
	padding-bottom: 2px;
}

.subnav-tab li.active a {
	border-bottom: 3px solid #111;
	color: #111;
	padding-bottom: 2px;
}

.clients-care-btn,
.cable-add-tocart {
	float: right;
	margin-top: 42px;
}

.cable-add-tocart a {
	background: url(../img/addtocart.png) 30px 17px no-repeat;
	border: 2px solid #b01f23;
	display: inline-block;
	font-family: 'AGLetterica Bold', 'Arial Narrow', sans-serif;
	letter-spacing: 2px;
	line-height: 1;
	overflow: hidden;
	padding: 15px 30px 14px 55px;
	position: relative;
	text-transform: uppercase;
}

.cable-add-tocart a:hover { color: #fff; }

.cable-add-tocart a:after {
	content: ' ';
	height: 0;
	top: 50%;
	left: 50%;
	background: #b01f23;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transition: all 0.3s;
	width: 100%;
	z-index: -1;
	}

.cable-add-tocart a:hover:after { height: 420%; opacity: 1; }


.cable-content > div { float: left; }

.cable-content .left { width: 400px; }
.cable-content .main { width: 600px; }
.cable-content .side { float: right; text-align: right; }

.cable-content .left img { border: 1px solid #ddd; }

.cable-content .cable-description { font-size: 19px; line-height: 1.4; }

.cable-content .img { position: relative; }

.cable-content .img span {
	background: #fff;
	border-radius: 50%;
	color: #b01f23;
	display: block;
	font-size: 20px;
	height: 40px;
	line-height: 1;
	margin-left: 120px;
	margin-top: -40px;
	padding-top: 10px;
	position: absolute;
	text-align: center;
	width: 40px;
	z-index: 3;
}

.cable-content .img span:after {
	border-top: 2px solid #444;
	content: ' ';
	display: block;
	margin-left: -120px;
	margin-top: 4px;
	position: absolute;
	width: 120px;
	z-index: 1;
	transform: rotate(-11deg);
}

.cable-content .img span:before {
	background: #fff;
	border-radius: 50%;
	content: ' ';
	display: block;
	height: 5px;
	left: -120px;
	position: absolute;
	top: 44px;
	width: 5px;
	z-index: 2;
}

.layers-list {
	counter-reset: li;
	list-style-type: none;
}
.layers-list li { margin: 10px 0; }

.layers-list li:before {
	color: #b01f23;
	content: counter(li) ".";
	counter-increment: li;
	margin-right: 10px;
	font-weight: bold;
}

.variants li {
	display: inline-block;
	list-style: none;
	margin-bottom: 15px;
	white-space: nowrap;
}

.variants a {
	border: 1px solid #ddd;
	padding: 6px 10px;
}

.variants a:hover {
	background: #b01f23;
	border-color: #b01f23;
	color: #fff;
}

.marksizes h6 {
	color: #999;
	font-family: 'AGLetterica', 'Arial Narrow', sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.marksizes .group {
	margin-bottom: 25px;
	position: relative;
}

.marksizes .group h4 {
	font-family: 'AGLetterica Bold', 'Arial Narrow', sans-serif;
	font-size: 24px;
	left: 0;
	position: absolute;
	top: 0;
}

.marksizes .group > div { margin-left: 80px; }

.marksizes .group > div .col {
	border-top: 1px solid #ddd;
	float: left;
	font-size: 17px;
	width: 25%;

}

.marksizes .group > div .col:first-child a { border-left: 1px solid #ddd; }

.marksizes .group > div a {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #333;
	display: block;
	padding: 14px 20px 12px;
	width: 100%;
}

.marksizes .group > div a span:after {
	content: '\00d7';
	color: #999;
	margin: 0 4px;
	}

.marksizes .group > div a:hover { background: #b01f23; color: #fff; transition: .2s all; }
.marksizes .group > div a:hover span:after { color: #fff; }

.marksizes.marksizes-inline .group h4 {
	margin-bottom: 10px;
	position: static;
	}

.marksizes.marksizes-inline .group > div { margin-left: 0; }
.marksizes .group > div .col.col-3 { width: 33.3333%; }


.certificates li {
	font-size: 14px;
	list-style: none;
	margin-bottom: 30px;
	max-width: 130px;
	text-align: left;
}
.certificates li a {
	border: none;
	line-height: 1.4;
	padding: 5px 0;
}


.content { margin-top: 70px; }

.content h2 {
	font-family: 'AGLetterica Bold', 'Arial Narrow', sans-serif;
	font-size: 32px;
	margin-bottom: 20px;
	}

.content p {
	font-size: 19px;
	margin-bottom: 20px;
}

.content p.large { font-size: 23px; }

.content ul { margin: 20px 0 20px 20px; }

.content table th {
	color: #777;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    vertical-align: bottom;
}

.content table td {
	border: 1px solid #eee;
	font-size: 17px;
	padding: 8px 10px;
	vertical-align: top;
}

.content .image-right {
	float: right;
	margin: 0 0 40px 60px;
	}

.content .image-right img {
	display: block;
	margin-bottom: 10px;
	}

.content .file em {
	color: #999;
	display: block;
	font-size: 16px;
	font-style: normal;
	margin-top: 6px;
	}

.content .file {
	background: url(../img/file.png) 0 2px no-repeat;
	font-size: 19px;
	padding-left: 50px;
	margin: 20px 0;
	}

.file.file-pdf { background: url(../img/file-pdf.png) 0 2px no-repeat; }
.file.file-doc { background: url(../img/file-doc.png) 0 2px no-repeat; }
.file.file-xls { background: url(../img/file-xls.png) 0 2px no-repeat; }
.file.file-docx { background: url(../img/file-docx.png) 0 2px no-repeat; }
.file.file-xlsx { background: url(../img/file-xlsx.png) 0 2px no-repeat; }
.file.file-zip { background: url(../img/file-zip.png) 0 2px no-repeat; }
.file.file-jpg { background: url(../img/file-jpg.png) 0 2px no-repeat; }
.file.file-png { background: url(../img/file-png.png) 0 2px no-repeat; }



.page-content .catalog-download { margin-bottom: 40px; }
.content .catalog-download {
	float: right;
	margin: 0 0 40px 60px;
	}

.content .catalog-download a { max-width: 280px; }

figure figcaption {
	font-size: 14px;
	color: #999;
	}

.page-about-map {
	color: #111;
	font-size: 23px;
	line-height: 1.6;
	margin: 100px 0;
	padding-left: 200px;
	padding-right: 100px;
	position: relative;
}

.page-about-map img {
	left: 0;
	position: absolute;
	top: -130px;
	z-index: -1;
}

.page-about-map:after {
	color: #b01f23;
	content: '/';
	font-size: 170px;
	left: 100px;
	line-height: 1;
	position: absolute;
	top: -35px;
	z-index: 1;
}


.content .gallery-inline {
	text-align: center;
	margin: 20px 0; 
}

.gallery-inline li {
	background-color: #eee;
	display: inline-block;
	height: 175px;
	list-style: none;
	max-width: 300px;
}

.gallery-inline li a { border-bottom: none; }

.gallery-inline li img { display: block; }


.catalog-list > div {
	display: flex;
	justify-content: space-between;
	margin-bottom: 75px;
	vertical-align: top;
}

.catalog-list > div > div {
	border-right: 3px solid #ccc;
	flex: 0 0 320px;
	padding-right: 30px;
	vertical-align: top;
	width: 320px;
}

.catalog-list .catalog-download {
	border: none;
	max-width: 190px;
	padding: 0;
	}
.catalog-list .catalog-download div { padding: 20px 0 0 20px; }
.catalog-list .catalog-download a { font-size: 17px; }

.catalog-list h4 {
	font-size: 24px;
	font-family: 'AGLetterica Bold', 'Arial Narrow', sans-serif;
	line-height: 1.4;
	margin-right: 20px;
	text-transform: uppercase;
}

.catalog-list p { margin-bottom: 0; }

.catalog-list > div > ul {
	flex: auto;
	margin: -8px 0 -8px 70px;
	list-style: none;
	vertical-align: top;
}

/*.catalog-list > div:first-child > ul { width: 50%; }*/

.catalog-list ul li {
	display: inline-block;
	margin: 8px 0;
	width: 200px;
}

.cable-description ul {
	list-style: none;
	margin-left: 40px;
}
.cable-description ul li { margin: 5px 0; }
.cable-description ul li:before {
	color: #f6b16f;
	content: '/////';
	font-size: 8px;
	font-weight: bold;
	letter-spacing: -3px;
	left: -15px;
	position: relative;
	top: -4px;
}

.catalog-group-list {
	border: 1px solid #eee;
	padding: 30px 45px;
	position: relative;
	}

.catalog-group-list li {
	display: inline-block;
	font-size: 18px;
	list-style: none;
	margin: 10px;
	width: 160px;
	}

.catalog-group-list.wide li { width: 198px; }

.catalog-group-list li.file-download {
	border-left: 1px solid #eee;
	height: 100%;
	margin: 0;
	padding: 40px;
	position: absolute;
	right: 0;
	top: 0;
	width: 300px;
	}

.tenders { list-style: none; }

.tenders li.archive-header {
	font-size: 23px;
	line-height: 1;
	margin-top: 30px;
	padding-left: 0;
	}

.tenders li.archived a {
	border-bottom-color: #ddd;
	font-size: 17px;
	color: #777;
	}

.tenders li {
	font-size: 19px;
	margin-bottom: 20px;
	padding-left: 200px;
	position: relative;
	}

.tenders li .dt {
	color: #444;
	font-size: 12px;
	left: 0;
	letter-spacing: 1px;
	position: absolute;
	text-transform: uppercase;
	top: 8px;
	}

.tenders li .dt em {
	color: #777;
	font-style: normal;
	padding-left: 10px;
	}

.tender-date { color: #777; }
.tender-date strong { color: #111; margin-left: 10px; }

.page-content .awards li { margin-bottom: 50px; }
.page-content .awards li:nth-child(4n) { margin-right: 0; }

.page-content .news { margin-top: 70px; }
.page-content .news .col { margin-bottom: 60px; width: 45%; }
.page-content .news .col:nth-child(2n) { margin-left: 5%; }
.page-content .news .col:nth-child(2n-1) { clear: both; }

.page-content .partners {
	background: none;
	margin-top: 70px;
	padding: 0;
	}

.page-content .partners li {
	display: block;
	margin-bottom: 50px;
	min-height: 100px;
	padding-left: 200px;
	position: relative;
	width: 100%;
	}

.page-content .partners h5 {
	color: #111;
	font-family: 'AGLetterica Bold', 'Arial Narrow', sans-serif;
	font-size: 21px;
	margin-bottom: -10px;
	}

.page-content .partners img {
	filter: none;
	float: none;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 20px;
	}
.page-content .partners a { border-bottom: none; }


.staff {
	display: flex;
	flex-wrap: wrap;
	}

.staff li {
	list-style: none;
	margin-bottom: 30px;
	width: 20%;
	}

.staff li h5 {
	color: #111;
	font-family: 'AGLetterica Bold', 'Arial Narrow', sans-serif;
	margin-bottom: 5px;
	margin-top: 5px;
	}

.staff li p { margin: 4px 0; }

.staff li h5 + p {
	color: #777;
	margin-bottom: 10px;
	}

.staff li p.p,
.staff li p.e {
	font-size: 16px;
	padding-left: 20px;
	}

.staff li p.p { background: url('../img/phone-icon.png') 0 5px no-repeat; }
.staff li p.e { background: url('../img/email-icon.png') 0 6px no-repeat; }

.staff li img { border: 1px solid #ddd; }


.paging { list-style: none; }

.paging li {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 5px 10px;
	}

.paging li.active { border: 1px solid #aaa; border-radius: 2px; }

.paging li.active a {
	border: none;
	color: #777;
	}


.fade {
	background: rgba(0,0,0,.8);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	}

.fade .window {
	background: #fff;
	left: 50%;
	margin-left: -300px;
	opacity: 0;
	padding: 110px 50px 40px 50px;
	position: absolute;
	top: 15%;
	width: 600px;
	}

.fade .window .close {
	border: none;
	cursor: pointer;
	display: block;
	height: 32px;
	opacity: .6;
	position: absolute;
	right: 25px;
	top: 25px;
	transform: rotate(45deg);
	transition: .2s all;
	width: 32px;
	z-index: 2;
	}

.fade .window .close:after {
	background: #000;
	content: ' ';
	display: block;
	height: 4px;
	left: 0;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 100%;
	}

.fade .window .close:before {
	background: #000;
	content: ' ';
	display: block;
	height: 100%;
	margin-left: -2px;
	left: 50%;
	position: absolute;
	top: 0;
	width: 4px;
	}

.fade .window .close:hover {
	opacity: 1;
	transform: rotate(-45deg);
	}
.fade .window h3 {
	border-bottom: 1px solid #eee;
	color: #999;
	font-size: 23px;
	left: 0;
	line-height: 1;
	padding: 30px 50px 25px;
	position: absolute;
	top: 0;
	width: 100%;
	}

.fade .window label { }

.fade .window form div {
	font-size: 24px;
	margin: -35px 0 30px 150px;
	}

.fade .window form div strong {
	font-family: 'AGLetterica Bold', 'Arial Narrow', sans-serif;
	line-height: 1.5;
	}

.fade .window form div select { width: 200px; }

.fade .window .success { display: none; }

.fade .window .success a {
	display: inline-block;
	margin-right: 20px;
	}


input[type=text],
input[type=password],
textarea,
select {
	border: 1px solid #ccc;
	font-family: 'AGLetterica', sans-serif;
	font-size: 18px;
	padding: 8px 10px 7px;
	}

textarea { width: 100%; }

span.button,
a.button,
button.submit,
input[type=submit] {
	background: none;
	border: 2px solid #b01f23;
	color: #b01f23;
	display: inline-block;
	font-family: 'AGLetterica Bold', 'Arial Narrow', sans-serif;
	font-size: 17px;
	letter-spacing: 2px;
	line-height: 1;
	padding: 15px 30px 14px;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	transition: all 0.3s;
	z-index: 1;
	}

a.button.button-s {
	font-size: 15px;
	padding: 10px 20px 9px;
}

a.button:hover,
button.submit:hover,
input[type=submit]:hover {
	color: #fff;
	}

a.button:after,
button.submit:after,
input[type=submit]:after {
	background: #b01f23;
	content: ' ';
	height: 100%;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: skew(45deg);
	transition: all 0.3s;
	width: 0;
	z-index: -1;
	}

a.button:hover:after,
button.submit:hover:after,
input[type=submit]:hover:after {
	height: 100%;
	opacity: 1;
	transform: translateX(-50%) skew(45deg);
	width: 100%;
	}

button.submit + span { margin: 0 20px; }
button.submit + span a {
	font-size: 18px;
	margin-left: 5px;
}

label {
	display: inline-block;
	margin: 5px 0;
	}

.form-error {
	display: block;
	color: #791616;
	font-size: 17px;
	margin-top: 30px;
	}


.order-list {
	position: relative;
	margin-bottom: 40px;
	width: 70%;
	}

.order-list tbody tr:hover { background: #feffe1; }

.order-list th {
	color: #aaa;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 5px 10px;
	text-align: left;
	text-transform: uppercase;
	}

.order-list th:last-child { text-align: right; }

.order-list td {
	border-bottom: 1px solid #eee;
	font-size: 18px;
	padding: 10px;
	}

.content .order-list td { vertical-align: middle; }

.order-list tr td:first-child { font-family: 'AGLetterica Bold', 'Arial Narrow', sans-serif; }
.order-list tr td:nth-child(4) { width: 150px; }
.order-list tr td:last-child {
	font-size: 15px;
	text-align: right;
	width: 80px;
	}

.order-list td input { margin: -2px 0; padding: 6px 5px 4px; width: 100px; }

.order-form-fields {
	background: #f9f2e1;
	padding: 50px 70px;
	position: relative;
	width: 70%;
	}

.order-form form {
	margin: auto;
	width: 80%;
	}

.signup-form input[type=text],
.order-form-fields input[type=text] { width: 100%; }

.order-form-fields select { width: 45%; }

.order-form-fields textarea { height: 120px; }

.order-form-fields aside {
	color: #333;
	font-size: 17px;
	left: 105%;
	line-height: 1.4;
	position: absolute;
	top: 0;
	width: 32%;
	}

form .form-group { margin-bottom: 15px; position: relative; }

form .row .error,
form .form-group .error {
	background-color: #ffe7e7;
	bottom: 8px;
	color: #b01f23;
	display: none;
	left: 105%;
	padding: 2px 5px;
	position: absolute;
	white-space: nowrap;
}

form .row {
	display: flex;
	justify-content: space-between;
	position: relative;
}
form .row:after,
form .row:before { content: none; }
form .row .form-group { width: 45%; }
form .row .form-group.c3 { width: 32%; }


form .form-group.switch label {
	border: 1px solid #aaa;
	padding: 10px 15px;
	position: relative;
	left: -1px;
	z-index: 0;
}

form .form-group.switch label:first-child { left: 0; }

form .form-group.switch .active {
	background: #b01f23;
	border-color: #b01f23;
	color: #fff;
	z-index: 2;
}

form .form-group.switch input {  }

.login-form,
.profile-form {
	display: flex;
	align-items: top;
}

.login-form form {
	border: 2px solid #eee;
	margin-right: 50px;
	padding: 30px 50px;
	width: 300px;
}

.login-form form input,
.profile-form form input { width: 100%; }

.login-form > div {
	border: 2px solid #eee;
	font-size: 20px;
	padding: 30px 50px;
	position: relative;
}
.login-form > div p { margin: 2px 0; }
.login-form > div a {  }

.logout {
	background: url(../img/logout.png) 100% 3px no-repeat;
	float: right;
	margin: 55px 0 0 0;
	padding-right: 21px;
}


.signup-form,
.profile-form > form {
	margin-right: 50px;
	width: 500px;
}

.change-pwd-form { width: 250px; }

.change-pwd-form form {
	display: none;
	margin-top: 20px;
	width: 100%;
}

.change-pwd-form a {
	border-bottom-style: dashed;
	font-size: 20px;
}

.change-pwd-form button { text-align: center; width: 100%; }


.order-list .order-name td {
	border: none;
	font-size: 18px;
	font-family: 'AGLetterica', sans-serif;
	padding: 100px 10px 10px 0;
	text-align: left;
	width: auto;
}

.order-list .order-name:first-child td { padding-top: 20px; }

.order-list tbody tr.order-name:hover { background: #fff; }

.order-list .date {
	color: #777;
	font-size: 14px;
	text-transform: uppercase;
}


.order-list .order-name td {

}

.resp {
	background: #fbf5e7;
	font-size: 18px;
	margin: 0 0 30px 0;
	padding: 20px 70px 20px 30px;
	position: relative;
}

.resp .close {
	border: none;
	font-size: 36px;
	position: absolute;
	right: 30px;
	top: 10px;
}

.private-news li {
	align-items: center;
	display: flex;
	list-style: none;
	margin-bottom: 20px;
}

.private-news li div {
	color: #555;
    font-size: 13px;
    flex-shrink: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 10px;
	width: 120px;
}

.private-news li h5 { margin: 0; }

.private-news .notread h5 { font-family: 'AGLetterica Bold', sans-serif; }

.private-news .notread h5:after {
	background-color: #efefef;
	color: #000;
	content: 'Не прочитано';
	display: inline-block;
	font-family: 'AGLetterica', sans-serif;
	font-size: 14px;
	padding: 2px 4px;
	margin-left: 10px;
}

.ask {
	width: 500px;
}

.ask input[type=text],
.ask select {
	width: 100%;
}


.ware-subscribe form {
	width: 200px;
}

.ware-subscribe form input,
.ware-subscribe form button { width: 100%; }

.subscribe-link {
	background: url(../img/email.png) no-repeat;
	float: right;
	margin: 0 0 40px 30px;
	padding: 8px 0 10px 50px;
}

.subscribe-link a {
	background: #b01f24;
	color: #fff;
	display: inline-block;
	font-family: "AGLetterica", "Arial Narrow", sans-serif;
	font-size: 17px;
	padding: 6px 10px;
	line-height: 1.4;
	text-transform: none;
	transition: all .2s;
}

.news .col-subscribe {
	background-color: #eee;
	padding: 60px;
}

.news .col-subscribe > div {
	float: none;
	margin: 0;
	padding-left: 90px;
}