* { box-sizing: border-box; margin: 0; padding: 0; }
body {
	font-family: 'Scada', sans-serif;
}

img { border: none; }
ul { list-style: none; }

a {
	border-bottom: 1px solid #bdc5d4;
	color: #3071ca;
	text-decoration: none;
	transition: all 0.2s ease;
}

a:hover {
	border-bottom-color: #dfbbf8;
	color: #7130ca;
}

h1, h2, h3, h4 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
}

form div { margin: 10px 0; }
form div.extend-margin { margin: 20px 0; }

label { color: #666; display: inline-block; margin-bottom: 5px; }

textarea,
select,
input[type=text] {
	border: 1px solid #d1d1d1;
	font-family: 'Scada', sans-serif;
	font-size: 16px;
	padding: 8px 10px;
	width: 100%;
}

textarea { height: 140px; }

textarea:focus,
input[type=text]:focus {
	border-color: #7130ca;
	box-shadow: none;
	outline: none;
}

input[type=radio],
input[type=checkbox] { position: relative; top: 1px; }

input[type=submit],
input[type=button],
a.button {
	background: #477dce;
	border: none;
	border-bottom: 2px solid rgba(0,0,0,.8);
	color: #fff;
	display: inline-block;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 17px;
	letter-spacing: 1px;
	padding: 10px 20px;
	text-transform: uppercase;
}

input[type=submit]:hover,
input[type=button]:hover,
a.button:hover {
	background: #682eb0;
}

.row:after { clear: both; }
.row:before,
.row:after {
	clear: both;
    content: ' ';
    display: table;
}

.row-margin { margin: 0 -10px; }

.lside,
.main,
.c01, .c02, .c03, .c04, .c05, .c06, .c07, .c08, .c09, .c10, .c11, .c12 {
	display: block;
	float: left;
	position: relative;
}

.c01 { width: 8.3333%; }
.c02 { width: 16.6666%; }
.c03 { width: 25%; }
.c04 { width: 33.3333%; }
.c05 { width: 41.6666%; }
.c06 { width: 50%; }
.c07 { width: 58.3333%; }
.c08 { width: 66.6666%; }
.c09 { width: 75%; }
.c10 { width: 83.3333%; }
.c11 { width: 91.6666%; }
.c12 { width: 100%; }

.lside { width: 18.3333%; }
.main { width: 81.6666%; }

.container {
	margin: 0 auto;
	width: 1200px;
}

.logo a { border: none; }

header {
	background: #fcfcfd;
	padding: 20px 0;
}

header nav {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	margin: 10px -10px 0 -10px;
	justify-content: space-between;
	text-transform: uppercase;
	width: 100%;
}

header nav li {
	display: inline-block;
	padding: 5px 10px;
}

header nav li.active {
	color: #fff;
	background-image: linear-gradient(to right, #6d9efe, #8741bc);
}

header nav li.active a { color: #fff; border: none; }


header nav li a {
	display: inline-block;
	padding: 0 0 6px;
	position: relative;
}

header nav li a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #7130ca;
	content: '';
	opacity: 0;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	transform: translateY(-10px);
}

header nav li a:hover::after,
header nav li a:focus::after {
	height: 5px;
	opacity: 1;
	transform: translateY(0px);
}

header .container {
	display: flex;
	justify-content: space-between;
}

header .container:before,
header .container:after { content: ''; display: none; }


.header-main {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 5px;
	width: 65%;
}
.header-phone { margin-top: 10px; width: 25%; }
.header-phone .phone {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
}

.header-phone .phone small {
	color: #aaa;
	font-size: 13px;
	font-family: 'Scada', sans-serif;
	font-weight: normal;
	margin-right: 4px;
	position: relative;
	top: -2px;
}

.header-phone .cart {
	border: 2px solid #d1d1d1;
	padding: 10px 20px;
}

.search-box { position: relative; width: 400px; }
.search-box input[type=text]:focus { box-shadow: none; outline: none; border-color: #d1d1d1; }
.search-box input[type=submit] {
	background: #fff url(/i/search.png) no-repeat;
	border: 0;
	cursor: pointer;
	height: 20px;
	padding: 0;
	opacity: .8;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
}

.search-box input[type=submit]:active { }
.search-box input[type=submit]:hover { opacity: 1; }

.content .suggest,
.suggest {
	background: #fff;
	border: 1px solid #d1d1d1;
	border-top: none;
	display: none;
	padding: 0 10px;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 99;
}

.content .suggest ul,
.suggest ul {
	border-top: 1px solid #ddd;
	margin: 5px 0 0 0;
}

.content .suggest ul li,
.suggest ul li {
	background: none;
	margin: 0;
	padding: 0;
}
.suggest ul a {
	border-bottom: none;
	display: block;
	padding: 5px 0;
}

.about {
	background-image: url('/i/pagebg.jpg');
	background-size: cover;
	color: #fff;
	margin-bottom: 70px;
	padding: 40px 0;
}

.about a { color: #d5f1ff; border-bottom-color: #7087a2; }
.about a:hover { color: #fff; }

.about .about-text { padding-right: 55px; }
.about .about-text h3 { font-size: 27px; margin-bottom: 5px; }
.about .about-text p { color: #ced5df; font-size: 17px; line-height: 1.5; }
.about .about-text .video-link a {
	background: url('/i/about-video-icon.png') 2px 2px no-repeat;
	border: 2px solid #859ab2;
	color: #fff;
	display: inline-block;
	margin-top: 10px;
	padding: 2px 10px 2px 35px;
}
.about .about-text .video-link a:hover { border-color: #fff; }

.about .about-text .years {
	border-left: 3px solid #bf7cee;
	float: right;
	font-size: 21px;
	line-height: 1;
	margin: 0 0 20px 40px;
	padding-left: 30px;
	width: 220px;
}
.about .about-text .years img { margin: 5px 0 2px 0; }

.about .about-text ul { margin-top: 25px; }
.about .about-text li {
	color: #ced5df;
	float: left;
	font-size: 14px;
	padding-left: 50px;
	position: relative;
	width: 30%;
}
.about .about-text li img {
	left: 0;
	position: absolute;
	top: 6px;
}

/*
.video { color: #ced5df; font-size: 14px; }
.video-container {
	margin-bottom: 5px;
	margin-top: 40px;
	position: relative;
}

.video-poster-animate {	position: absolute; }

.video:hover .video-poster-animate { display: none; }
*/

.best100 {
	color: #ced5df;
	font-size: 15px;
	margin-top: 40px;
	padding-left: 170px;
	position: relative;
}

.best100 strong {
	color: #fff;
	display: block;
	font-size: 20px;
	margin-top: 5px;
}

.best100 a { border: none; }

.best100 > a {
	left: 0;
	outline: none;
	position: absolute;
	top: 0;
}

.best100 a div {
	background: rgba(113, 48, 202, .7);
	height: 50px;
	border-radius: 8px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: 0;
	position: absolute;
	transition: all .4s;
	top: 50%;
	width: 50px;
}
.best100 a:hover div { opacity: 1; }
.best100 a:hover div img {
    height: 32px;
    margin: -16px 0 0 -16px;
    width: 32px;
}

.best100 a div img {
    height: 4px;
    fill: #fff;
    left: 50%;
    margin: -2px 0 0 -2px;
    position: absolute;
    transition: all .5s;
    top: 50%;
    width: 4px;
}

.best100 > img { margin-bottom: 10px; }


.catalog,
.ware,
.calc { padding: 0 10px; }

.catalog > div,
.ware > div,
.calc > div {
	border: 3px solid #e1e1e1;
	color: #666;
	height: 370px;
}

.catalog h4,
.ware h4,
.calc h4 { font-size: 27px; margin-bottom: 2px; }

.catalog > div {
	background: url(/i/catalog.jpg) no-repeat;
	padding: 290px 25px 20px 25px;
}

.catalog > div span { color: #666; font-size: 16px; }

.ware > div > div {
	border-bottom: 1px dotted #ddd;
	padding: 20px 25px;
}
.ware > div > div:last-child { border-bottom: none }

.ware .ware-download p {
	font-size: 15px;
	margin-top: 5px;
}

.ware .ware-download {
	background: url(/i/xls.png) 25px 25px no-repeat;
	padding-left: 70px;
}

.ware .ware-subscribe input[type=text] {
	margin-bottom: 10px;
	width: 270px;
}

.ware .ware-subscribe input[type=submit] {
	background: #3071ca;
	border: none;
	color: #fff;
	font-size: 18px;
	padding: 8px 18px;
}

.ware .ware-subscribe input[type=submit]:disabled { background: #ccc; }

.ware .ware-subscribe p {
	color: #aaa;
	font-size: 14px;
	line-height: 1.2;
}

.calc h4 { color: #111; margin-bottom: 10px; }
.calc > div > div {
	border-bottom: 1px dotted #ddd;
	padding: 20px 25px;
	position: relative;
}
.calc > div > div:last-child { border-bottom: none }

.calc > div > div > div {
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
	width: 48%;
}

.calc > div > div > div:nth-child(3) {
	position: relative;
	left: 7px;
}

.calc > div > div > div span { left: 105%; position: absolute; top: 32px; }

.calc input[type=text]:focus { border-color: #d1d1d1; }

.calc .suggest { top: 57px; }

.calc .total-weight {
	color: #111;
	display: block;
	font-size: 48px;
	width: auto;
}

.calc .total-weight span { position: static; }

.news-c,
.awards { margin-top: 40px; overflow: hidden; }
.news-c h4,
.awards h4,
.partners h4 { font-size: 23px; margin-bottom: 15px; }

.news {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
 }
.news > div {
	margin-bottom: 20px;
	width: 47%;
}

.news .date {
	color: #777;
	font-size: 14px;
	line-height: 1.2;
}

.news h4,
.content .news h4 {
	font-size: 20px;
	margin: 5px 0 10px;
}

.text .date { color: #777; margin-bottom: -15px; }

.awards ul { height: 175px; width: 10000em; }
.awards li {
	color: #ced5df;
	float: left;
	font-size: 14px;
	margin-right: 25px;
	position: relative;
}
.awards li p {
	height: 52px;
	overflow: hidden;
	position: absolute;
	top: 104%;
	width: 100%;
}
.awards a { border-bottom: none; }

.awards li img { display: block; transition: all .3s; }

.awards li div {
	background: rgba(113, 48, 202, .7);
    height: 50px;
    border-radius: 8px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0;
    position: absolute;
    transition: all .4s;
    top: 50%;
    width: 50px;
}

.awards li div img {
	height: 4px;
	fill: #fff;
	left: 50%;
	margin: -2px 0 0 -2px;
	position: absolute;
	transition: all .5s;
	top: 50%;
	width: 4px;
}

.awards a:hover div img { height: 32px; margin: -16px 0 0 -16px; width: 32px; }

.awards a:hover > img {
    transform: scale(1.02);
}

.awards a:hover div { opacity: 1; }

.partners {
	margin-top: 70px;
	margin-bottom: 70px;
}

.partners li {
	color: #ced5df;
	display: inline-block;
	font-size: 14px;
	margin: 0 35px 40px 0;
	vertical-align: middle;
}

.content .partners { margin-top: 0; }

.content .partners li {
	background: none;
	margin: 0 50px 50px 0;
	padding: 0;
}

.content .partners li a { border-bottom: none; }

footer {
	background: #fcfcfd;
	border-top: 1px solid #eeecf4;
	color: #999;
	font-size: 14px;
	padding: 35px 0;
}

footer a { color: #879ec5; }

footer .developer { text-align: right; }



.h {
	background-image: url('/i/pagebg.jpg');
	background-size: cover;
	color: #fff;
	margin-bottom: 40px;
	padding: 25px 0;
}

.h h1 .button {
	margin: -10px 0 -10px 20px;
	position: relative;
	top: -6px;
}

h1 {
	font-size: 36px;
	text-transform: uppercase;
}


.subnav li { font-size: 17px; margin-bottom: 15px; }
.subnav li a { }
.subnav li.active a {
	background-image: linear-gradient(to right, #6d9efe, #8741bc);
	border-bottom: none;
	color: #fff;
	margin-left: -10px;
	padding: 5px 10px;
}

.adv-icons { margin: 75px 0; position: relative; left: -10px; }
.adv-icons li {
	line-height: 1.2;
	margin: 20px 0;
	min-height: 100px;
	padding-left: 70px;
	padding-right: 40px;
	position: relative;
}

.adv-icons li img {
	left: 0;
	margin-top: -30px;
	position: absolute;
	top: 50%;
}


.content {
	margin-bottom: 70px;
	min-height: 400px;
}

.content h3 {
	color: #333;
	font-size: 23px;
	margin: 25px 0 10px 0;
}

.content h3:first-child { margin-top: -5px; }

.content h4 {
	color: #333;
	font-size: 21px;
	margin-bottom: 25px;
}

.content p {
	font-size: 17px;
	line-height: 1.4;
	margin-bottom: 25px;
}

.content blockquote {
	border-top: 3px solid #457ccd;
	border-bottom: 3px solid #457ccd;
	padding: 50px 0;
	margin: 60px 0;
}

.content blockquote p.big { font-size: 40px; line-height: 1 }
.content blockquote p { margin: 10px 0; }
.content blockquote.map { position: relative; }
.content blockquote.map img { left: -40px; position: absolute; top: -220px; z-index: -1; }



.content ol,
.content ul { margin-bottom: 25px; }

.content ul ol,
.content ol ul,
.content ol ol,
.content ul ul { margin-bottom: 0; }

.content ul li {
	background: url(/i/li.png) 0 10px no-repeat;
	font-size: 17px;
	margin: 8px 0;
	padding-left: 30px;
}

.content ol li {
	font-size: 17px;
	margin: 8px 0 8px 30px;
}

.content table {
	border-collapse: collapse;
	margin-bottom: 25px;
	width: 100%;
}

.content table thead {
	border-bottom: 2px solid #416dad;
}

.content table th {
	border-bottom: 1px solid #eee;
	color: #aaa;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0 0 10px 0;
	text-align: left;
	text-transform: uppercase;
}

.content table td {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
}

.content table tr:hover td {
	background: #fefeed;
}

.content .video {
	color: #999;
	float: right;
	font-size: 15px;
	margin: 0 0 30px 30px;
}

.content .gallery li {
	background: none;
	display: inline-block;
	padding: 0;
	margin: 0 10px 20px 0;
}
.content .gallery a { border-bottom: none; }

.content .staff li {
	background: none;
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 50px;
	overflow: hidden;
	padding: 0;
	width: 300px;
	vertical-align: top;
}

.content .staff li:nth-child(3n) { margin-right: 0 }

.content .staff li img { border: 1px solid #eee; margin-bottom: 10px; }

.content .staff h5 {
	color: #111;
	font-size: 24px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 5px;
	text-transform: uppercase;
}


.content .awards { margin: 0; }

.content .awards li {
	background: none;
	display: inline-block;
	float: none;
	padding: 0;
	margin: 0 30px 70px 0;
	vertical-align: middle;
}
.content .awards li img { border: 1px solid #eee; }
.content .awards li a:hover img { box-shadow: 0 8px 16px #eee; }

.content .awards li p {
	color: #777;
	height: 60px;
	font-size: 14px;
	line-height: 1.2;
	overflow-y: hidden;
}

.content .catalog-group-list li {
	background: none; 
	display: inline-block;
	padding: 0;
	margin: 0 0 10px 0;
	vertical-align: top;
	width: 49%;
}

.content .tabs {
	margin-left: 3px;
	margin-bottom: 10px;
}

.content .tabs li {
	background: #dce5ea;
	display: inline-block;
	margin-left: -3px;
	padding: 3px;
	position: relative;
}

.content .tabs li a {
	background: #fff;
	border-bottom: none;
	display: inline-block;
	padding: 12px 20px;
}

.content .tabs li.active {
	background-image: linear-gradient(to right, #6d9dfd, #8741bc);
	z-index: 2;
}
.content .tabs li.active a { cursor: default; }
.content .tabs li.active span {
	border: none;
	color: #333;
}

.content .tabs li span {
	border-bottom: 1px dotted #9db5c9;
}

.content h2.cable-name { font-size: 48px; line-height: 1; margin-bottom: 20px; }


.content dl { margin-bottom: 20px; }
.content dl dt {
	clear: both;
	color: #666;
	float: left;
	margin-bottom: 5px;
	width: 110px;
}

.content dl dd { float: left; }


.content .catalog-ware-list { margin-top: -10px; }
.content .catalog-ware-list li {
	background: none; 
	border: 1px solid #fff;
	font-size: 17px;
	margin: 0 0 1px -20px;
	padding: 10px 20px;
}

.content .catalog-ware-list li > a { border-bottom-style: dotted; }
.content .catalog-ware-list li > span {
	color: #333;
	font-size: 15px;
	margin-left: 15px;
}

.content .catalog-ware-list li a.collapse { display: none; }

.content .catalog-ware-list li:hover { border-color: #eee; }

.content .catalog-ware-list li:hover > span,
.content .catalog-ware-list li.active > span { color: #aaa; }

.content .catalog-ware-list li.active {
	border: 3px solid #eee;
	padding: 10px 20px;
	position: relative;
}

.content .catalog-ware-list li.active > a {
	font-size: 24px;
	font-weight: 700;
}

.content .catalog-ware-list table { margin: 20px 0 0 0; }

.order-list table td,
.content .catalog-ware-list table td { font-size: 15px; }
.order-list table tr td:last-child,
.content .catalog-ware-list table tr td:last-child { text-align: left; }
.content .catalog-ware-list table tr:last-child td { border-bottom: none; }

.content .catalog-ware-list table td em { color: #8741bc; font-style: normal; }

.content .catalog-ware-list li.active a.collapse {
	background: url(/i/collapse.png) 0 4px no-repeat;
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
	padding-left: 22px;
	position: absolute;
	right: 20px;
	top: 18px;
}


.content .file p {
	color: #666;
	font-size: 15px;
	margin-top: 5px;
}

.content .file {
	background: url(/i/xls.png) 0 5px no-repeat;
	font-size: 17px;
	padding-left: 45px;
}

.content .ware-subscribe { width: 400px; }

.content .ware-subscribe input[type=text] { margin-bottom: 10px; width: 320px; }

.ware .ware-subscribe input[type=text] {
	margin-bottom: 10px;
	width: 270px;
}

.ware-subscribe input[type=submit] {
	background: #3071ca;
	border: none;
	color: #fff;
	font-size: 18px;
	padding: 7px 18px 8px;
	position: relative;
	top: 1px;
}

.ware-subscribe input[type=submit]:disabled { background: #ccc; }

.ware-subscribe p {
	color: #aaa;
	font-size: 14px;
	line-height: 1.2;
}

form p.form-error {
	background: #fefeed;
	color: #834848;
	display: none;
	padding: 4px 8px;
}

.weight-form .col {
	display: inline-block;
	margin: 0 10px 0 0;
	position: relative;
	width: 150px;
}

.weight-form .roll { display: none; }

.weight-form .roll select + select { display: none; }
.weight-form .total-weight { margin-top: 20px; }
.weight-form .total-weight span { font-size: 50px; }

.weight-form .suggest { top: 48px; }

.order-form,
.qa-form {
	background: #eee;
	margin-bottom: 40px;
	padding: 20px 25px;
	width: 66.666%;
}

.qa-form { display: none; margin-top: -20px; }

.qa-form p { display: none; }

.order-form input[type=text],
.qa-form input[type=text] { width: 50%; }

.qa-list {
	border-collapse: collapse;
}

.qa-list td {
	border: 1px solid #eee;
	padding: 20px 25px;
	vertical-align: top;
	width: 33.333%;
}
.qa-list td .q {
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 5px;
}
.qa-list td .a { line-height: 1.4; margin-left: 20px; }



.paging { margin: 40px 0 40px 10px; }

.content .paging li,
.paging li {
	background: none;
	display: inline-block;
	font-size: 21px;
	margin-right: 15px;
	padding: 0;
}

.paging li.active {
	background-image: linear-gradient(to right, #6d9dfd, #8741bc);
	margin-left: -10px;
	margin-right: 5px;
	padding: 2px;
}

.paging li.active a {
	background: #fff;
	border: none;
	color: #444;
	display: inline-block;
	padding: 3px 8px 2px;
}

.d-calc select { width: 200px; }
.d-calc p { margin-bottom: 5px; }
.d-calc input[type=radio] { margin-left: 20px; }

.total-d { margin: 20px 0 40px; }
.total-d span { font-size: 50px; }

.tab-content {
	display: none;
}
.tabs + .tab-content {
	display: block;
}
.text h4 {
	margin: 20px 0 5px 0;
}
.text .pull-right {
	float: right;
}
#phone-send {
    background: #3071ca;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
    border: 0;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 17px;
    font-weight: 700;
    cursor:pointer;
    border-bottom: 2px solid rgba(0,0,0,.8);
    letter-spacing: 1px;
  
    text-transform: uppercase;
}
#phone-send:hover {
    background: #8741bc;
}

body::after {
  content: "";
  background-color: rgba(41, 0, 19, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

body.pp::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background-color: #ffffff;
  padding: 40px;
  width: 100%;
  max-width: 370px;
  border-radius: 3px;
}

.lock .popup__content {
  visibility: visible;
}

.popup__close {
    background: transparent;
    width: 25px;
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer;
    z-index: 30;
    color: #23283b;
    outline: none;
    border: 0;
}

.popup__block {
  padding: 0px 0px 0px 0px;
}

.popup__block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 348px;
          flex: 0 1 348px;
  margin: 1px 0px 0px -1px;
}

.popup__image img {
  border-radius: 20px 0px 0px 20px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.popup__form {
  border: 1px solid #ccc
  padding: 52px 70px 52px 52px;
}

.popup__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 36px;
  margin: 0px 0px 12px 0px;
}

.popup__subtitle {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin: 0px 0px 32px 0px;
}

.popup__item {
  margin: 0px 0px 16px 0px;
}

.popup__label {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  margin: 0px 0px 4px 0px;
}

.popup__input {
  font-family: "Lato", sans-serif;
  background: #ffffff;
  border: 1px solid rgba(35, 40, 59, 0.1);
  border-radius: 0px;
  height: 52px;
  width: 100%;
  padding: 16px 20px;
  margin: 8px 0px 0px 0px;
  font-size: 14px;
  line-height: 17px;
  color: #23283b;
}

.popup__input::-webkit-input-placeholder {
  color: rgba(35, 40, 59, 0.3);
}

.popup__input::-moz-placeholder {
  color: rgba(35, 40, 59, 0.3);
}

.popup__input:-ms-input-placeholder {
  color: rgba(35, 40, 59, 0.3);
}

.popup__input::-ms-input-placeholder {
  color: rgba(35, 40, 59, 0.3);
}

.popup__input::placeholder {
  color: rgba(35, 40, 59, 0.3);
}

.popup__input._form-focus {
  outline: none;
}

.popup__input._active {
  border: 1px solid rgba(35, 40, 59, 0.1);
}

.popup__button {
text-align:center;
  width: 100%;
  margin: 16px 0px 0px 0px;
}
.popup-show body::after {
    opacity: 1;
}

[class*=_icon-]:before {
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class*=_icon-]:before {
    display: block;
}
._icon-close:before {
    content: "\e904";
}
.error {
  color: red;
  
}
#count,#count2 {
display:none;
}
label.error {
    display: block !important;
}
input.error {
border:1px solid red;
}
video {
  width: 100%;
  height: auto;
  max-height: 100%;
}