@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Light.eot');
	src: local('Proxima Nova Light'), local('ProximaNova-Light'),
		url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Light.woff') format('woff'),
		url('../fonts/ProximaNova-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Bold.eot');
	src: local('Proxima Nova Bold'), local('ProximaNova-Bold'),
		url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Bold.woff') format('woff'),
		url('../fonts/ProximaNova-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Black.eot');
	src: local('Proxima Nova Black'), local('ProximaNova-Black'),
		url('../fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Black.woff') format('woff'),
		url('../fonts/ProximaNova-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

body, html {
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #393939;
	width: 100%;
	height: 100%!important;
}
body {
	max-width: 1920px;
}
.red {
	border: dotted 1px red;
}
* {
	outline: none!important;
}
b, strong {
	font-weight: bold;
}
h1, h2, h3, h4 {
	font-weight: 900;
}
.btn-info {
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 24px;
    border-radius: 12px;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.container {
	max-width: 1140px;
}
.relative {
	position: relative;
}
.MT20 { margin-top: 20px; }
.MT25 { margin-top: 25px; }
.MT15 { margin-top: 15px; }
.MT40 { margin-top: 40px; }
.MB20 { margin-bottom: 20px; }
.MB25 { margin-bottom: 25px; }
.MB30 { margin-bottom: 30px; }

.minusML30 { margin-left: -30px; }

.NPR { padding-right:0; }
.NPL { padding-left:0; }

input.form-control[type=text] {
	padding: 23px 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	border-color: #393939;
	text-shadow: 0px 0px 0px rgba(50, 50, 50, 0.8);
}
input.form-control[type=text]:focus {
    color: #393939;
    background-color: #fff;
    border-color: #08c54a;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(8,197,74,.25);
}

input.form-control[type=text].has-error {
	padding: 23px 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	border-color: #ff3838;
	text-shadow: 0px 0px 0px rgba(50, 50, 50, 0.8);
}
input.form-control[type=text].has-error:focus {
    color: #393939;
    background-color: #fff;
    border-color: #ff3838;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255,56,56,.25);
}


.btn-red {
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	padding: 12px 20px;
	border: solid 0px;

	background: #ea2324;
	background: -moz-linear-gradient(top,  rgba(255,176,176,1) 0%, rgba(234,35,36,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,176,176,1) 0%,rgba(234,35,36,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,176,176,1) 0%,rgba(234,35,36,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb0b0', endColorstr='#ea2324',GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	
	-webkit-box-shadow: 8px 5px 20px -5px rgba(234,36,36,0.7);
	-moz-box-shadow: 8px 5px 20px -5px rgba(234,36,36,0.7);
	box-shadow: 8px 5px 20px -5px rgba(234,36,36,0.7);
}
.btn-red:hover {
	background: #ea2324;
	color: white;

	background: -moz-linear-gradient(top,  rgba(255,183,50,1) 0%, rgba(234,35,36,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,183,50,1) 0%,rgba(234,35,36,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,183,50,1) 0%,rgba(234,35,36,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb732', endColorstr='#ea2324',GradientType=0 ); /* IE6-9 */

}

.btn-green {
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	padding: 12px 20px;
	border: solid 0px;

	background: #1fb293;
	background: -moz-linear-gradient(top,  rgba(195,231,159,1) 0%, rgba(30,178,147,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(195,231,159,1) 0%,rgba(30,178,147,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(195,231,159,1) 0%,rgba(30,178,147,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3e79f', endColorstr='#1fb293',GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	
	-webkit-box-shadow: 8px 5px 20px -5px rgba(30,178,147,0.7);
	-moz-box-shadow: 8px 5px 20px -5px rgba(30,178,147,0.7);
	box-shadow: 8px 5px 20px -5px rgba(30,178,147,0.7);
	
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.btn-green:hover {
    color: white;
    background: rgb(128,219,129);
    background: -webkit-gradient(linear, 100% 0, 0 0, from(rgba(128,219,129,1)), to(rgba(12,197,74,1)));
    background: -webkit-linear-gradient(180deg, rgba(128,219,129,1) 0%, rgba(12,197,74,1) 100%);
    background: -moz-linear-gradient(180deg, rgba(128,219,129,1) 0%, rgba(12,197,74,1) 100%);
    background: -o-linear-gradient(180deg, rgba(128,219,129,1) 0%, rgba(12,197,74,1) 100%);
    background: linear-gradient(180deg, rgba(128,219,129,1) 0%, rgba(12,197,74,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80db81",endColorstr="#0cc54a",GradientType=1);
    
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    
}







#header {

}
#header .logo {
	display: inline-block;
	width: 122px;
	height: 52px;
	background: url(../img/logo.svg) no-repeat left center;
	background-size: 100% auto; 
	margin-top: 32px;
}
#header .logo-dpk {
    display: inline-block;
	width: 86px;
	height: 98px;
	background: url(../img/logo.png) no-repeat left center;
	background-size: 86px 98px; 
	margin-top: 20px;
}
#header .descriptor {
	display: inline-block;
	width: 220px;
	font-size: 16px;
	color: #393939;
	text-shadow: 0px 0px 0px rgba(50, 50, 50, 0.3);
	line-height: 19px;
	margin-left: 20px;
	transform: translateY(-38px);
}
#header .gray-circle {
	position:absolute;
	top:0; left:0;right:0;
	width:100%;
	height:820px;
	border: solid 0px red;
	overflow: hidden;
}
#header .circle {
	position: absolute;
	top: -300px;
	left: 50%;
	transform: translateX(-12%);
	background: #f5f5f5 url(../img/main-image.jpg) no-repeat;
	background-position: 50% 78%;
	width: 1100px;
	height: 1100px;
	overflow: hidden;
	-webkit-border-radius: 600px;
	-moz-border-radius: 600px;
	border-radius: 600px;
}
#header .circle-gray-gradient {
	position: absolute;
	z-index: -1;
	top: -300px;
	left: 50%;
	transform: translateX(-12%);
	background-position: 50% 78%;
	width: 1100px;
	height: 1100px;
	overflow: hidden;
	-webkit-border-radius: 600px;
	-moz-border-radius: 600px;
	border-radius: 600px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(top, #F5F5F5, #FFFFFF);
	background: -moz-linear-gradient(top, #F5F5F5, #FFFFFF);
	background: linear-gradient(to bottom, #F5F5F5, #FFFFFF);
}

#header .contact-box {
	margin-top: 28px;
	text-align: right;
	min-width: 130px;
}
#header .separator {
	position: absolute;
	top: 26px;
	right: -12px;
	width: 0px;
	height: 50px;
	border-left: solid 1px #dddddd; 
}
#header button.contact-box {
	width: 100%;
	min-width: 172px;
	height: 56px;
	border: 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 23px;
	background: rgb(195,231,159); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(195,231,159,1) 0%, rgba(7,197,73,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(195,231,159,1) 0%,rgba(7,197,73,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(195,231,159,1) 0%,rgba(7,197,73,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3e79f', endColorstr='#07c549',GradientType=0 ); /* IE6-9 */
	padding: 1px;
	-webkit-box-shadow: 5px 5px 20px -5px rgba(63,207,99,0.35);
	-moz-box-shadow: 5px 5px 20px -5px rgba(63,207,99,0.35);
	box-shadow: 5px 5px 20px -5px rgba(63,207,99,0.35);
}

#header .support {
	height: 80px;
	width: 100%;
	min-width: 50px;
}
#header #fixator.fixed {
 	position: fixed;
	z-index: 20;
	top: -5px;
	left: 0px;
	right: 0px;
	width: 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}
#header button.contact-box .bg {
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 4px 10px 0px 0px;
	transition: 0.3s;
	display: inline-block;
}
#header button.contact-box:hover .bg {
	background: transparent;
}
#header button.contact-box .bold-text,
#header button.contact-box .silver {
	display: inline-block;
}
#header button.contact-box:hover .bold-text,
#header button.contact-box:hover .silver {
	color: white;
}
#header .contact-box .silver {
	color: #c2c2c2;
	font-size: 14px;
	text-shadow: 0px 0px 0px rgba(197, 197, 197, 0.5);
}
#header .contact-box .bold-text {
	font-size: 18px;
	font-weight: bold;
}
#header button.contact-box .bold-text {
	color: #3dcf62;
	
}
#header .contact-box .icon-mail {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../img/small-icons.png) no-repeat;
	background-position: 0px 0px;
	background-size: auto 100%;
	margin-bottom: -2px;
	margin-left: 6px;
}
#header .contact-box .icon-clock {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../img/small-icons.png) no-repeat;
	background-position: -12px 0px;
	background-size: auto 100%;
	margin-bottom: -2px;
	margin-left: 6px;
}
#header .contact-box .icon-phone {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../img/small-icons.png) no-repeat;
	background-position: -24px 0px;
	background-size: auto 100%;
	margin-bottom: -2px;
	margin-left: 6px;
}
#header h1 {
	text-transform: uppercase;
	font-size: 30px;
	line-height: 45px;
	margin-top: 60px;
	color: #323232;
}
#header h1 .big {
	font-size: 50px;
	line-height: 60px;
}
#header h1 .mini {
	display: inline-block;
	margin-top: 10px;
}
#header .service-icons {
	text-shadow: 0px 0px 0px rgba(50, 50, 50, 0.3);
	margin-top: 50px;
}
#header .service-icons .separator2 {
	width: 100%;
	height: 0px;
	border-top: solid 1px #dddddd;
}
#header .icon1, #header .icon2  {
	display: inline-block;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: solid 1px silver;
	text-align: center;
	padding-top: 10px;
	float: left;
	margin-right: 20px;
}
#header .icon1 span {
	display: inline-block;
	background: url(../img/service-icons.png) no-repeat;
	background-position: 0px 0px;
	background-size: auto 27px;
	width: 27px;
	height: 27px;
}
#header .icon2 span {
	display: inline-block;
	background: url(../img/service-icons.png) no-repeat;
	background-position: -27px 0px;
	background-size: auto 27px;
	width: 34px;
	height: 27px;
}
#header .panel-form,
#content .panel-form {
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	margin-top: 80px;
	
	background: rgb(195,231,159); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(195,231,159,1) 0%, rgba(7,197,73,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(195,231,159,1) 0%,rgba(7,197,73,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(195,231,159,1) 0%,rgba(7,197,73,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3e79f', endColorstr='#07c549',GradientType=0 ); /* IE6-9 */

	padding: 10px;
	
	-webkit-box-shadow: 15px 15px 120px 10px rgba(8,197,74,0.35);
	-moz-box-shadow: 15px 15px 120px 10px rgba(8,197,74,0.35);
	box-shadow: 15px 15px 120px 10px rgba(8,197,74,0.35);
}
#content .panel-form {
	margin-bottom: 80px;
}
#header .panel-form h5,
#content .panel-form h5 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-left: 8px;
	text-shadow: 0px 0px 0px rgba(50, 50, 50, 0.25);
}
#header .panel-form-bg,
#content .panel-form-bg {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	min-height: 138px;
	background: white;
	padding: 20px 30px 20px 30px;
	position: relative;
}


#header .envelope1 {
	position: absolute;
	z-index:-1;
	top: 160px;
	left:-60px;
	pointer-events: none; 
}
#header .envelope2 {
	position: absolute;
	z-index:1;
	top:-70px;
	right:-90px;
	pointer-events: none; 
}
#header .ellipse1 {
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-776px);
	z-index: 1;
	pointer-events: none; 
}
#header .ellipse2 {
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(650px);
	z-index: 1;
	pointer-events: none; 
}
#header .ellipse3 {
	position: absolute;
	top: 550px;
	left: 50%;
	transform: translateX(-520px);
	z-index: -1;
	pointer-events: none; 
}
#header .clouds1 {
	position: absolute;
	top: 90px;
	left: 50%;
	transform: translateX(300px);
	z-index: 1;
	pointer-events: none; 
}
#header .clouds2 {
	position: absolute;
	top: 460px;
	left: 50%;
	transform: translateX(-50px);
	z-index: 1;
	pointer-events: none; 
}
#header .clouds3 {
	position: absolute;
	top: 640px;
	left: 50%;
	transform: translateX(160px);
	z-index: 2;
	pointer-events: none; 
}
#header .btn-red {
	/* z-index: 10;
	position: absolute;
	left: 20%; */
}
#header .btn-play {
	width: 80px;
	height: 80px;
	border:0;
	background: #ff3838;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	position: relative;
	margin-top: 10px;
	margin-left: 30px;
	text-align: center;
	animation: animate-playbtn2 4s linear infinite;
}
#header .btn-play span {
	display: inline-block;
	width: 40px;
	border: solid 20px transparent;
	border-left: solid 20px white;
	transform: scaleY(0.75);
	position: absolute;
	top: 20px;
	margin-left: -6px;
}
#header .btn-play:hover span {
	border-left: solid 20px black;
}
#header .btn-play::before,
#header .btn-play::after {
	content: '';
	display: block;
	position: absolute;
	border: 50%;
	border: 1px solid #ff3838;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: animate-playbtn 2s linear infinite;
	opacity: 0;
	backface-visibility: hidden; 
}
#header .btn-play::after {
	animation-delay: 0.7s;
}
@keyframes animate-playbtn {
	0% {
		transform: scale(0.5);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}
@keyframes animate-playbtn2 {
	0% {
		transform: scale(1);
	}
	10% {
		transform: scale(0.94);
	}
	15% {
		transform: scale(1);
	}
}
#content {
	padding-top: 80px;
}
#content p {
	text-shadow: 0px 0px 0px rgba(50, 50, 50, 0.3);
}
#catalog {
	padding-top: 130px;
	position: relative;
	overflow: h
}
#catalog .gray-bg {
	position: absolute;
	top: 590px;
	bottom: 0px;
	width: 100%;
	background: #f5f5f5;
}
#catalog h2 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
}
#catalog h2 .black {
	display: inline-block;
	width: 100%;
	font-size: 48px;
	margin-bottom: 6px;
}
#catalog h2 .light {
	font-size: 30px;
	font-weight: 300;
}
#slider1 {
	max-height: 460px;
}
#slider1 .slick-slide {
	padding: 30px 30px 40px 30px;
	text-align: center;
}
#slider1 .slide {
	text-align: left;
	background: white;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	height: 384px;
	border: solid 0px #efefef;
	max-width: 680px;
	
	-webkit-box-shadow: 5px 5px 40px -5px rgba(0,0,0,0.2), 0px 0px 0px 1px rgba(0,0,0,0.04);
	-moz-box-shadow: 5px 5px 40px -5px rgba(0,0,0,0.2), 0px 0px 0px 1px rgba(0,0,0,0.04);
	box-shadow: 5px 5px 40px -5px rgba(0,0,0,0.2), 0px 0px 0px 1px rgba(0,0,0,0.04);
}
#slider1 .img {
	border: solid 0px red;
	width: 100%;
	height: 280px;
	overflow: hidden;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	position: relative;
	text-align: center;
}
#slider1 .img img {
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
#slider1 .img .text {
	position: absolute;
	top: 24px;
	left: 32px;
	z-index: 10;
	max-width: 300px;
	text-align: left;
	font-size: 26px;
	line-height: 30px;
	font-weight: 900;
}
#slider1 .info-box {
	font-size: 18px;
	padding: 0px 30px;
}
#slider1 .separator {
	height: 0px;
	margin-bottom: 24px;
	border-bottom: solid 1px #dddddd;
}
#slider1 .title {
	font-weight: bold;
	margin-bottom: 5px;
}
#slider1 .price {
	text-shadow: 0px 0px 0px rgba(50, 50, 50, 0.3);
}
#slider1 .price span {
	font-weight: 900;
	font-size: 20px;
	text-shadow: 0px 0px 0px rgba(50, 50, 50, 0);
}
#slider1 .btn-green {
	min-width: 150px;
	float: right;
	margin-top: -46px;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-36px);
	height: 64px;
	width: 64px;
	color: #c2c2c2;
	background: transparent;
	display: block;
	font-size: 12px;
	border: none;
	z-index: 10;
}
.slick-arrow::before {
	position: absolute;
	content:'';
	display: inline-block;
	top: 0px;
	left:0px;
	width: 64px;
	height: 64px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
	border: solid 1px #363636;
}
.slick-arrow span {
	width: 94px;
	text-align: center;
	display: inline-block;
	transform: translateX(-20px) translateY(44px);
}
.slick-prev {
	left: -80px;
}
.slick-prev::before {
	background: white url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+nhxg7wAAAARnQU1BAACxjwv8YQUAAAABc1JHQgCuzhzpAAAAxlBMVEUAAAA2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjafBRc5AAAAQXRSTlMANv76h1BCq79E/aOfPVZIi0mkuIxVP7Lof6CNQDxjWCae45mFO93VMp1RdO4w+S9KODGR/HyO+6mJ96Y1rMCcobQ/nFQAAADCSURBVEjH7ZU3FsJADEQXFjCYaJucTM45Z9D9L8XqcQFNgStPsdX/o230pFSYAJLojTsInyIiC+k3PM2xfurL+SbzUzmfZT4j51vMd8H+upwfgv+JRA3vyvkt82mwH+FtjN8xf5fzS01kX+X8emX69ftjSfJ0H2pBUG5KYwKpMr/ni5eU5OU5v6U5HNG1pBNs7BEjz0YBMTZsNOAZRcRw4F/F2YghxoyNwX9n4EaOjRpstBHDN0IFOiil6mgSntXg8wWiLz55cZRiEwAAAABJRU5ErkJggg==');
	background-position: 19px 19px;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	transition: 0.2s;
}
.slick-prev:hover::before {
	background: #dddddd url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+nhxg7wAAAARnQU1BAACxjwv8YQUAAAABc1JHQgCuzhzpAAAAxlBMVEUAAAA2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjafBRc5AAAAQXRSTlMANv76h1BCq79E/aOfPVZIi0mkuIxVP7Lof6CNQDxjWCae45mFO93VMp1RdO4w+S9KODGR/HyO+6mJ96Y1rMCcobQ/nFQAAADCSURBVEjH7ZU3FsJADEQXFjCYaJucTM45Z9D9L8XqcQFNgStPsdX/o230pFSYAJLojTsInyIiC+k3PM2xfurL+SbzUzmfZT4j51vMd8H+upwfgv+JRA3vyvkt82mwH+FtjN8xf5fzS01kX+X8emX69ftjSfJ0H2pBUG5KYwKpMr/ni5eU5OU5v6U5HNG1pBNs7BEjz0YBMTZsNOAZRcRw4F/F2YghxoyNwX9n4EaOjRpstBHDN0IFOiil6mgSntXg8wWiLz55cZRiEwAAAABJRU5ErkJggg==');
	background-position: 19px 19px;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}

.slick-next {
	right: -80px;
}
.slick-next::before {
	background: white url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+nhxg7wAAAARnQU1BAACxjwv8YQUAAAABc1JHQgCuzhzpAAAAxlBMVEUAAAA2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjafBRc5AAAAQXRSTlMANv76h1BCq79E/aOfPVZIi0mkuIx0P0Cd6GOgVd1YmZ4m4+7VhTwyf1GyMTsv+UowjTj8kY77fKmJppz3NcCsoSzdVdoAAADCSURBVEjH7ZVHFoJQDEWjqChWwN57771r9r8pCSvIG8iIN743L3+Q84nCBJ7esJ+ABJOZU4hQ8gSGOjqMdlTFqCBGRowsYnTFGCNGA+7wt1oihuMJ0QhipMXYwwbcYUHGXYwFYtwsZmNL9HI+pibfh+F1rFf0ZCgDwng2yHbfSU3c61mEsv7RlwN2TCfwlI4gXxA+r+d3wm/0fBGc7+9j6/mY8HE9PxJ+9r/5KD8VPqfn6yBPc49vI2c5adWa4bcaRH5D0z55x9XS7wAAAABJRU5ErkJggg==');
	background-position: 19px 19px;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	transition: 0.2s;
}
.slick-next:hover::before {
	background: #dddddd url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+nhxg7wAAAARnQU1BAACxjwv8YQUAAAABc1JHQgCuzhzpAAAAxlBMVEUAAAA2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjafBRc5AAAAQXRSTlMANv76h1BCq79E/aOfPVZIi0mkuIx0P0Cd6GOgVd1YmZ4m4+7VhTwyf1GyMTsv+UowjTj8kY77fKmJppz3NcCsoSzdVdoAAADCSURBVEjH7ZVHFoJQDEWjqChWwN57771r9r8pCSvIG8iIN743L3+Q84nCBJ7esJ+ABJOZU4hQ8gSGOjqMdlTFqCBGRowsYnTFGCNGA+7wt1oihuMJ0QhipMXYwwbcYUHGXYwFYtwsZmNL9HI+pibfh+F1rFf0ZCgDwng2yHbfSU3c61mEsv7RlwN2TCfwlI4gXxA+r+d3wm/0fBGc7+9j6/mY8HE9PxJ+9r/5KD8VPqfn6yBPc49vI2c5adWa4bcaRH5D0z55x9XS7wAAAABJRU5ErkJggg==');
	background-position: 19px 19px;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}

#sale {
	position: relative;
	padding-bottom: 50px;
}
#sale .bg {
	position: absolute;
	z-index: 0;
	top:0;
	width: 100%;
	height: 100%;
	border: solid 0px red;
	overflow: hidden;
}
#sale .bg2 {
	position: absolute;
	z-index: 2;
	top:-160px;
	width: 100%;
	height: 2500px;
	border: solid 0px red;
	overflow: hidden;
	pointer-events: none;
}
#sale .bg-gray {
	position: absolute;
	background: #f5f5f5;
	top: 0;
	height: 600px;
	width: 100%;
}

#sale .bg-green {
	position: absolute;
	left: 50%;
	transform: translateX(-50%) rotateX(51deg);
	width: 2200px;
	height: 2200px;
	top: -140px;
	-webkit-border-radius: 1500px;
	-moz-border-radius: 1500px;
	border-radius: 1500px;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c3e69f+0,06c549+46,06c549+100 */
background: rgb(195,230,159); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(195,230,159,1) 5%, rgba(6,197,73,1) 80%, rgba(6,197,73,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(195,230,159,1) 5%,rgba(6,197,73,1) 80%,rgba(6,197,73,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(195,230,159,1) 5%,rgba(6,197,73,1) 80%,rgba(6,197,73,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3e69f', endColorstr='#06c549',GradientType=0 ); /* IE6-9 */

}
#sale .bg-dark {
	background: #323232!important;
	position: absolute;
	top: 800px;
	bottom:0px;
	width: 100%;
}
#sale .kubs {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 840px;
	background: url(../img/kubs.png) no-repeat;
	background-position: top center;
	transform: translateX(20px);
}
#sale .instruments {
	position: absolute;
	top: 930px;
	width: 100%;
	height: 840px;
	background: url(../img/instruments.png) no-repeat;
	background-position: top center;
	transform: translateX(0px);
}
#sale .clouds4 {
	position: absolute;
	top: 250px;
	left: 50%;
	transform: translateX(-900px);
}
#sale .clouds5 {
	position: absolute;
	top: 700px;
	left: 50%;
	transform: translateX(-700px) scale(1.5,1.5);
}
#sale .clouds6 {
	position: absolute;
	top: 650px;
	left: 50%;
	transform: translateX(450px);
}
#sale .clouds7 {
	position: absolute;
	top: 1400px;
	left: 50%;
	transform: translateX(-850px) scale(1.2,1.2);
}
#sale .clouds8 {
	position: absolute;
	top: 2000px;
	left: 50%;
	transform: translateX(-800px) scale(1.2,1.2);
}
#sale .clouds9 {
	position: absolute;
	top: 2180px;
	left: 50%;
	transform: translateX(450px) scale(1.1,1.1);
}
#sale .folders {
	position: absolute;
	top: 1760px;
	left: 50%;
	transform: translateX(-50%);
}
#sale .ellipse4 {
	position: absolute;
	top: 1850px;
	left: 50%;
	transform: translateX(380px);
}
#sale h2 {
	color: #33b895;
	font-size: 48px;
	line-height: 46px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 60px;
}
#sale h2 span {
	display: inline-block;
	width: 100%;
	
}
#sale .box-sale {
	width: 730px;
	height: 238px;
	position: relative;
	display: inline-block;
}
#sale .sale-label {
	position: absolute;
	top:-20px;
	right: 65px;
	width: 150px;
	height: 150px;
	background: #008fe3;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
	z-index: 3;
	color: white;
	overflow: hidden;
	text-align: center;
	transform: rotate(12deg);
	
	-webkit-box-shadow: 5px 5px 30px 0px rgba(0,0,0,0.2), 2px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 5px 30px 0px rgba(0,0,0,0.2), 2px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 30px 0px rgba(0,0,0,0.2), 2px 2px 5px 0px rgba(0,0,0,0.2);
}


#sale .sale-label .clockTime {
	animation: clockTime 1s infinite ease-in-out;
    -webkit-animation: clockTime 1s infinite ease-in-out;
}
@keyframes clockTime {
   0%		{color: transparent; }
	40%	{color: white; }
	60%	{color: white; }
	100%	{color: transparent; }
}
@-webkit-keyframes clockTime {
   0%		{color: transparent; }
	40%	{color: white; }
	60%	{color: white; }
	100%	{color: transparent; }
}




#sale .sale-label .black {
	font-weight: 900;
	font-size: 42px;
	margin-top: 36px;
	text-transform: uppercase;
}
#sale .sale-label .bold {
	font-weight: bold;
	font-size: 16px;
	margin-top: 12px;
}
#sale .sale-label .timer {
	font-weight: 900;
	font-size: 30px;
	margin-top: 10px;
}
#sale .bg-bilet {
	text-align: left;
	content:'';
	position: absolute;
	top:-22px;
	left: -22px;
	width: 774px;
	height: 292px;
	z-index: 2;
	padding: 22px 0px 0px 22px;
}
#sale .bg-bilet::before {
	content:'';
	position: absolute;
	top:0px;
	left:0px;
	width: 774px;
	height: 292px;
	background: url(../img/sale-bg.png) no-repeat;
	z-index: -1;
}
#sale .vertical-text {
	position: absolute;
	top: 100px;
	right: -74px;
	width: 238px;
	height: 22px;
	z-index: 3;
	font-size: 14px;
	overflow: hidden;
	transform: rotate(-90deg);
	text-shadow: 0px 0px 0px rgba(50, 50, 50, 0.3);
}
#sale .bg-bilet.clone-blur {
	transform: translateY(10px) rotate(0deg) scale(0.99,0.99);
	z-index: 1;
	height: 286px;
	transition: 0.8s;
	filter: blur(1.6px);
	overflow: hidden;
}
#sale .bg-bilet.clone-blur.rotate {
	transform: translateY(10px) rotate(6deg) scale(0.98,0.98);
}
#sale .img {
	width: 190px;
	height: 238px;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
#sale .info-box {
	float: left;
	width: 280px;
	font-size: 18px;
	padding: 30px 0px 10px 32px;
}
#sale .box-sale .title {
	font-weight: bold;
	border-bottom: solid 1px #dddddd;
	padding-bottom: 10px;
	margin-bottom: 24px;
	height: 33px;
}
#sale .box-sale .price {
	display: inline-block;
	text-shadow: 0px 0px 0px rgba(50, 50, 50, 0.5);
	position: relative;
	margin-bottom: 5px;
}
#sale .box-sale .price::before {
	content:'';
	position: absolute;
	top: 10px;
	left: -5px;
	right: -5px;
	border-bottom: solid 2px #dc1111;
}
#sale .box-sale .price span {
	font-weight: 900;
	font-size: 18px;
	text-shadow: 0px 0px 0px rgba(50, 50, 50, 0);
}
#sale .sale-price {
	color: #dc1111;
	text-shadow: 0px 0px 0px rgba(50, 50, 50, 0.3);
	margin-bottom: 24px;
}
#sale .sale-price span {
	font-weight: 900;
	font-size: 22px;
	text-shadow: 0px 0px 0px rgba(50, 50, 50, 0);
}

#sale h3 {
	font-size: 48px;
	line-height: 46px;
	text-transform: uppercase;
	color: white;
	max-width: 700px;
	display: inline-block;
	margin-top: 116px;
	margin-bottom: 30px;
}
#sale .digit-circle {
	font-weight: 900;
	color: white;
	width: 108px;
	height: 108px;
	font-size: 39px;
	border: solid 1px white;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	text-align: center;
	padding-top: 42px;
	margin-top: 30px;
	position: relative;
}
#sale .process {
	margin-top: 30px;
	color: white;
	font-size: 17px;
	line-height: 21px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.4);
}
#sale .BoxStage:nth-child(1) .digit-circle::before {
	content:'';
	position: absolute;
	top: 36px;
	right: -122px;
	width: 122px;
	height: 30px;
	background: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg viewBox="0 0 137.5 18.5" xmlns="http://www.w3.org/2000/svg"><path d="m0.5 16.529s24.229-16.029 42.17-16.029c18.868 0 29.689 12.501 50.605 12.022 23.493-0.538 43.225 4.007 43.225 4.007" fill="none" fill-rule="evenodd" stroke="rgb(255,255,255)" stroke-dasharray="4, 2" stroke-width="1px"/></svg>') no-repeat;
	background-position: 0px 0px;
}
#sale .BoxStage:nth-child(2) .digit-circle::before  {
	content:'';
	position: absolute;
	top: 44px;
	right: -123px;
	width: 122px;
	height: 30px;
	background: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg viewBox="0 0 137.5 15.5" xmlns="http://www.w3.org/2000/svg"><path d="m136.5 2.242s-24.229 12.258-42.17 12.258c-18.868 0-29.689-9.56-50.605-9.194-23.493 0.412-43.225-3.064-43.225-3.064" fill="none" fill-rule="evenodd" stroke="rgb(255,255,255)" stroke-dasharray="4, 2" stroke-width="1px"/></svg>') no-repeat;
	background-position: 0px 0px;
}
#sale .BoxStage:nth-child(3) .digit-circle::before  {
	content:'';
	position: absolute;
	top: 36px;
	right: -123px;
	width: 122px;
	height: 30px;
	background: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg viewBox="0 0 137.5 21.5" xmlns="http://www.w3.org/2000/svg"><path d="m0.5 17.661s14.959-17.161 28.253-17.161c19.985 0 38.336 12.715 60.852 17.161 20.882 4.123 46.725 0 46.725 0" fill="none" fill-rule="evenodd" stroke="rgb(255,255,255)" stroke-dasharray="4, 2" stroke-width="1px"/></svg>') no-repeat;
	background-position: 0px 0px;
}
#sale .BoxStage:nth-child(4) .digit-circle::before  {
	content:'';
	position: absolute;
	top: 50px;
	right: -124px;
	width: 124px;
	height: 30px;
	background: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg viewBox="0 0 139.5 11.5" xmlns="http://www.w3.org/2000/svg"><path d="m0.787 2.888c24.986-3.45 49.667 5.979 78.424 6.496 26.671 0.479 58.417-8.066 58.417-8.066" fill="none" fill-rule="evenodd" stroke="rgb(255,255,255)" stroke-dasharray="4, 2" stroke-width="1px"/></svg>') no-repeat;
	background-position: 0px 0px;
}
#sale .BoxPrice {
	background: white;
	text-align: center;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	margin-top: 100px;
	-webkit-box-shadow: 20px 20px 60px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 20px 20px 60px 0px rgba(0,0,0,0.15);
	box-shadow: 20px 20px 60px 0px rgba(0,0,0,0.15);
}
#sale .BoxPrice h2 {
	max-width: 600px;
	display: inline-block;
	margin-top: 80px;
	margin-bottom: 40px;
}
#slider2 {
	height: 300px;
	width: 600px;
	display: inline-block;
}
#slider2 .slide {
	border: solid 0px red;
	padding-bottom: 40px;
}
#slider2 .image {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
#slider2 .image img {
	display: inline-block;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2);
}
#slider2 .title {
	font-size: 16px;
	font-weight: bold;
}
#slider2 .price {
	display: inline-block;
	text-shadow: 0px 0px 0px rgba(50, 50, 50, 0.3);
}
#slider2 .price span {
	font-weight: 900;
	font-size: 18px;
	text-shadow: 0px 0px 0px rgba(50, 50, 50, 0);
}
#sale .navigator {
	border-bottom: solid 1px #dddddd;
}
#sale .navigator ul {
	list-style: none;
	padding: 0;
	margin:0;
}
#sale .navigator ul li {
	display: inline-block;
	text-shadow: 0px 0px 0px rgba(50, 50, 50, 0.3);
	margin: 0px 20px;
}
#sale .navigator button {
	border:0;
	background: transparent;
	padding: 0;
	padding-bottom: 10px;
}
#sale .navigator button.active {
	border:0;
	font-weight: bold;
	background: transparent;
	border-bottom: solid 3px #64d674;
}
#sale .BoxForm {
	text-align: left;
	background: #ebebeb;
	text-shadow: 0px 0px 0px rgba(130, 130, 130, 0.3);
	border-top: solid 10px #c1e79e;
	border-bottom: solid 8px #06c549;
	
}
#sale .BoxForm h4 {
	margin-top: 30px;
	font-size: 23px;
	text-transform: uppercase;
	color: #f50c0c;
	text-shadow: 0px 0px 0px rgba(50, 50, 50, 0);
}
#sale .BoxForm p {
	margin-bottom: 30px;
	max-width: 380px;
	color: black;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
}
#sale .BoxForm .TitleBox {
	padding-left: 60px;
}
#sale .BoxForm .btn-red {
	height: 48px;
	padding-top: 8px;
	line-height: 16px;
	max-width: 200px;
	position: absolute;
	z-index: 10;
}
#sale .BoxForm input,
#sale .BoxForm button {
	margin-top: 56px;
}
#foto-gallery {
	background: #323232;
	position: relative;
	padding-bottom: 50px;
}
#foto-gallery .bg {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#foto-gallery h3 {
	font-size: 48px;
	line-height: 46px;
	text-transform: uppercase;
	color: white;
	max-width: 500px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 20px;
}
#foto-gallery .box-gallery {
	background: white;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	margin-top: 160px;
	-webkit-box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.5);
	box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.5);
	min-height: 184px;
}
#foto-gallery .box-gallery .img {
	text-align: center;
	height: 50px;
	position: relative;
}

#foto-gallery .box-gallery .img img {
	width: 190px;
	height: auto;
	position: absolute;
	top: calc(50% - 1px);
	left: 12px;
	transform: translateY(-50%);
}
#foto-gallery .box-gallery .img > div {
	display: inline-block;
	position: relative;
	text-align: center;
	height: 155px;
	width: 215px;
	transform: rotate(-4deg);
	overflow: hidden;
	padding: 10px;
	top: -100px;
	transition: 0.34s;
}
#foto-gallery .box-gallery .img > div:hover {
	transform: rotate(0deg);
}
#foto-gallery .box-gallery .img:hover::before {
	opacity: 0.3;
}
#foto-gallery .box-gallery .img > div::before {
	content:'';
	position: absolute;
	top: 0px;
	left: 0px;
	right:0px;
	bottom:0px;
	width: 215px;
	height: 158px;
	z-index:1;
	background: url(../img/ramka-ipad.png) no-repeat;
	background-size: 100% auto;
	pointer-events: none; 
}
#foto-gallery .box-gallery .img::before {
	content:'';
	position: absolute;
	top: 46px;
	left: -30px;
	width: 250px;
	height: 30px;
	z-index:0;
	background: url(../img/shadow-ipad.png) no-repeat;
	transition: 0.3s;
}
#foto-gallery .box-gallery .desc {
	padding: 30px 20px 20px 20px;
}
#foto-gallery .box-gallery .title {
	font-weight: bold;
	line-height: 18px;
}
#foto-gallery .box-gallery p {
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 14px;
	line-height: 18px;
	color: #888888;
	text-shadow: 0px 0px 0px rgba(50, 50, 50, 0.3);
}

#about-dpk {
	position: relative;
	padding-bottom: 100px;
}
#about-dpk .bg {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#about-dpk .bg-roulette {
	background: url(../img/bg-roulette.jpg) no-repeat;
	background-size: 100% auto; 
	background-position: top center;
	position: absolute;
	top:0;
	height: 690px;
	width: 100%;
}
#about-dpk .gray-circle {
	position: absolute;
	top: 410px;
	left: 50%;
	transform: translateX(-50%);
	background: #eeeeee;
	opacity: 0.15;
	width: 680px;
	height: 680px;
	-webkit-border-radius: 350px;
	-moz-border-radius: 350px;
	border-radius: 350px;
}
#about-dpk .bg-gray {
	position: absolute;
	background: #f5f5f5;
	width: 100%;
	height: 660px;
	bottom: 0;
}
#about-dpk .white-circle {
	position: absolute;
	bottom: 220px;
	left: 50%;
	transform: translateX(-50%);
	background: white;
	width: 2500px;
	height: 2200px;
	-webkit-border-radius: 1100px;
	-moz-border-radius: 1100px;
	border-radius: 1100px;
	z-index:0;
}
#about-dpk .panel-form {
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	margin-top: 90px;
	
	background: rgb(195,231,159); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(195,231,159,1) 0%, rgba(7,197,73,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(195,231,159,1) 0%,rgba(7,197,73,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(195,231,159,1) 0%,rgba(7,197,73,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3e79f', endColorstr='#07c549',GradientType=0 ); /* IE6-9 */

	padding: 10px;
	
	-webkit-box-shadow: 15px 15px 80px 10px rgba(8,197,74,0.35);
	-moz-box-shadow: 15px 15px 80px 10px rgba(8,197,74,0.35);
	box-shadow: 15px 15px 80px 10px rgba(8,197,74,0.35);
}
#about-dpk .panel-form h5 {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-left: 8px;
	text-shadow: 0px 0px 0px rgba(50, 50, 50, 0.25);
}
#about-dpk .panel-form-bg {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	min-height: 138px;
	background: white;
	padding: 30px 30px 40px 30px;
	position: relative;
}
#about-dpk .btn-red {
	width: 96%;
}
#about-dpk h3 {
	color: #33b895;
	font-size: 48px;
	line-height: 46px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 140px;
	margin-bottom: 40px;
}
#about-dpk .orange-line {
	margin-top: 40px;
	border-left: solid 5px #fab547;
	padding-left: 18px;
	text-shadow: 0px 0px 0px rgba(10, 10, 10, 0.3);
	line-height: 20px;
}

#about-dpk .image-dpk {
	margin: 0px 0px 0px -70px;
	position: relative;
}
#about-dpk .bullit1,
#about-dpk .bullit2,
#about-dpk .bullit3 {
	position: absolute;
	left: -3px;
	width: 14px;
	height: 14px;
	background: #fab547;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	z-index: 2;
	color: transparent;
}
#about-dpk .bullit1 {
	top: 54px;
}
#about-dpk .bullit2 {
	top: 148px;
}
#about-dpk .bullit3 {
	top: 258px;
}
#about-dpk ul {
	list-style: none;
	position:absolute;
	z-index:1;
	text-shadow: 0px 0px 0px rgba(10, 10, 10, 0.3);
	padding: 0;
}
#about-dpk ul li {
	border: dashed 1px #eeeeee;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	line-height: 20px;
	padding: 10px 16px;
	width: 220px;
	margin-top: 30px;
	margin-bottom: 10px;
}
#about-dpk ul li:hover {
	border: dashed 1px #fab547;
}
#about-dpk ul li:last-child {
	margin-top: 38px;
}
#about-dpk .BoxIcons {
	text-shadow: 0px 0px 0px rgba(10, 10, 10, 0.3);
	line-height: 20px;
}
#about-dpk h4 {
	font-size: 48px;
	text-transform: uppercase;
	max-width: 480px;
	display: inline-block;
	line-height: 45px;
	margin-top: 120px;
}
#about-dpk h4 .light {
	font-weight: 300;
	font-size: 30px;
	display: inline-block;
}
#about-dpk .for-inner-spacer {
	padding-top: 130px;
}
#sertificate {
	background: #f5f5f5;
	overflow: hidden;
	padding-bottom: 80px;
}
#sertificate h3 {
	color: #33b895;
	font-size: 48px;
	line-height: 46px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	display: inline-block;
}
#sertificate .img {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background: white;
	text-align: center;
	-webkit-box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.15);
	box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.15);
	display: inline-block;
	padding: 14px;
	margin-bottom: 20px;
}
#sertificate .img img {
	display: inline-block;
	width: 180px;
	height: 254px;
}
#publications {
	background: #f5f5f5;
	padding-bottom: 120px;
}
#publications h3 {
	color: #33b895;
	font-size: 48px;
	line-height: 46px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	display: inline-block;
}
#publications .btn-green {
	margin: 16px;
	width: calc(100% - 32px);
}
#slider3 {
}
#slider3 .slide {
	padding: 14px;
	position: relative;
	text-align: left;
}
#slider3 .img {
	border-radius: 20px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.3);
}
#slider3 .img img {
	width: 100%;
}
#slider3 .img::before {
	content: '';
	position: absolute;
	background: rgba(0,0,0,0.1);
	top:14px;
	bottom:14px;
	left:14px;
	right:14px;
	z-index: 1;
	border-radius: 20px;
	pointer-events: none;
}
#slider3 .img::after {
	content: '';
	position: absolute;
	top:14px;
	bottom:14px;
	left:14px;
	right:14px;
	z-index: 1;
	border-radius: 20px;

	background: #00000000;
	background: -webkit-linear-gradient(top, #00000000, #00000080);
	background: -moz-linear-gradient(top, #00000000, #00000080);
	background: linear-gradient(to bottom, #00000000, #00000080);
	pointer-events: none;
}
#slider3 .text {
	font-size: 20px;
	position: absolute;
	bottom: 30px;
	left: 32px;
	right: 32px;
	z-index: 2;
	text-shadow: 1px 1px 3px #000000;
}
#slider3 .text a {
	display: inline-block;
}
#slider3 a {
	color: white;
	font-weight: bold;
}
#slider3 a:hover {
	text-decoration: none;
}
#slider3 .slide.hide {
	display: none;
}

#footer {
	background:#e0e0e0;
	position: relative;
}
#footer .adress-box {
	position: absolute;
	top: -40px;
	right: 0px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background: white;
	-webkit-box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.15);
	box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.15);
	padding: 30px;
	z-index: 2;
	max-width: 280px;
}
#footer .adress-box p {
	margin-bottom: 0px;
	text-shadow: 0px 0px 0px rgba(10, 10, 10, 0.3);
}
#footer .requisit {
	padding: 20px 280px 20px 0px;
}
#map {
	width: 100%;
	height: 340px;
}
form {
	position: relative;
}
.success-message {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: white;
	font-weight: bold;
	text-align: center;
	
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.success-message h6 {
	font-size: 22px;
	font-weight: bold;
}
#Form2 .success-message {
	top: 30px;
	background: #ebebeb;
	justify-content: flex-start;
}
.wait-preloader {
	display:none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,0.75) url(../img/spinner.svg) center center no-repeat;
	font-weight: bold;
	text-align: center;
	
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
#Form2 .wait-preloader {
	background: rgba(235,235,235,0.75) url(../img/spinner.svg) center center no-repeat;
}

.modal-content {
	min-width: 300px;
}

.category-menu {
    border-bottom: solid 1px #ddd;
    margin-bottom: 30px;
}
.category-menu ul.category {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.category-menu ul.category > li {
    display: inline-block;
    margin: 0 20px;
}
.category-menu ul.category > li > a {
    color: black;
    display: inline-block;
    text-decoration: none;
    border-bottom: solid 3px transparent;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    padding-bottom: 10px;
}
.category-menu ul.category > li > a:hover {
    text-decoration: none;
    border-bottom: solid 3px #64d674;
}
.category-menu ul.category > li.active > a {
    font-weight: bold;
    border-bottom: solid 3px #64d674;
}
.category-menu .scroller2 {
    position: absolute;
    width: 100%;
    left:0;
    right:0;
    margin-top: 20px;
    border: dotted 0px red;
    display:none;
}
.category-menu ul.category > li.active > .scroller2 {
    display: block;
}
.category-menu ul.submenu {
    padding:0 20px;
    list-style: none;
}
.category-menu ul.submenu > li {
    display: inline-block;
    margin: 0 20px 16px 0px;
}
.category-menu ul.submenu > li > a {
    display: inline-block;
    border: solid 1px silver;
    text-decoration: none;
    padding: 3px 8px 2px 8px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
    transition: 0.2s;
    text-shadow: 0px 0px 0px rgba(200,200,200, 0.6);
    color: gray;
}
.category-menu ul.submenu > li > a:hover {
    border: solid 1px #00b43c;
    background: #00b43c;
    box-shadow: 0 0 0 0;
    text-shadow: 0px 0px 0px rgba(255,255,255, 0.4);
    color: white;
}
.category-menu ul.submenu > li.active > a {
    border: solid 1px #6c757d;
    background: #6c757d;
    color: white;
}

/*--------------------------------*/



.product-card {
	text-align: left;
	background: white;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border: solid 0px #efefef;
	margin-bottom: 30px;
	padding-bottom: 20px;
	
	-webkit-box-shadow: 5px 5px 30px -5px rgba(0,0,0,0.18), 0px 0px 0px 1px rgba(0,0,0,0.02);
	-moz-box-shadow: 5px 5px 30px -5px rgba(0,0,0,0.18), 0px 0px 0px 1px rgba(0,0,0,0.02);
	box-shadow: 5px 5px 30px -5px rgba(0,0,0,0.18), 0px 0px 0px 1px rgba(0,0,0,0.02);
	transition: 0.32s;
}
.product-card:hover {
    -webkit-box-shadow: 5px 5px 30px 0px rgba(0,0,0,0.18), 0px 0px 0px 3px rgba(100,214,116,1);
	-moz-box-shadow: 5px 5px 30px 0px rgba(0,0,0,0.18), 0px 0px 0px 3px rgba(100,214,116,1);
	box-shadow: 5px 5px 30px 0px rgba(0,0,0,0.18), 0px 0px 0px 3px rgba(100,214,116,1);
}
.product-card .product-img {
    display: block;
    width: 100%;
    min-height: 40px;
    position: relative;
    border-radius: 12px 12px 0px 0px; 
    overflow: hidden;
}
.product-card .product-img .title {
    position: absolute;
    bottom: 0px;
    display: inline-block;
    width: 100%;
    padding: 0px 20px;
    color: #323232;
    font-weight: bold;
	margin-bottom: 14px;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 2px rgba(255, 255, 255, 1);
}
.product-card .product-img img {
    width: 100%;
}
.product-card .price {
	font-weight: 900;
	font-size: 20px;
}
.product-card .btn-green {
	min-width: 110px;
	float: right;
	margin-right: 20px;
	padding: 8px 12px;
	border-radius: 8px;
}
.price, .price-info {
    line-height: 20px;
    padding-left: 20px;
}

.product-card .separator {
	height: 0px;
	margin: 0px 20px 20px 20px;
	border-bottom: solid 1px #dddddd;
}


/*--------------------------------*/


#category-products {
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -ms-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    margin-top: 36px;
}
#category-products .content {
    min-height: 300px;
}


/*--------------------------------*/

.modal-content {
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
}

#product-modal .modal-content {
    overflow: hidden;
    border-radius: 12px;
    min-height: 500px;
}
#product-modal .modal-lg {
    max-width: 840px;
}
#product-modal .close {
    position: absolute;
    z-index: 1;
    top: 16px;
    right: 16px;
    font-size: 26px;
    line-height: 10px;
}
#product-modal .modal-gallery {
    width: 500px;
    height: 500px;
    margin-right: 340px;
    background: white;
}
#product-modal .modal-body {
    position: absolute;
    z-index: 0;
    top:0;
    right:0;
    bottom:0;
    width: 340px;
    background: #eaeef2;
    padding: 20px 24px;
}
#product-modal .product-title {
    margin-right: 30px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}
#product-modal .product-price {
    margin-bottom: 26px;
}
#product-modal .btn-outline-secondary {
    display: block;
    padding: 0px 6px 0px 6px;
    font-size: 14px;
    line-height: 20px;
    border: dashed 1px #c2c2c2;
    float:left;
    margin-top: -1px;
    box-shadow: 0 0 0 0;
}
#product-modal .btn-outline-secondary.active {
    border: solid 1px #6c757d;
}
#product-modal .btn-outline-secondary:hover {
    border: solid 1px #00b43c;
    background: #00b43c;
}
#product-modal .btn-outline-secondary {
    margin-right: 6px;
}
#product-modal .btn-outline-secondary:last-child {
    margin-right: 0px;
}
#product-modal .price1,
#product-modal .price2,
#product-modal .price3 {
    font-size: 30px;
    font-weight: 800;
    display: none;
}
#product-modal .btn-green {
    min-width: 160px;
}
#product-modal .button-down {
    position: absolute;
    bottom:0;
    right: 0;
    left:0;
    text-align: center;
    padding: 30px 0px;
}
#product-modal .product-info {
    max-height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
    color: #393939;
    font-size: 14px;
    line-height: 20px;
    text-shadow: 0px 0px 0px rgba(50,50,50, 0.5);
}


#product-modal .product-info .scroll-body {
    padding-bottom: 10px;
}
#product-modal .product-info ul {
    list-style: none;
    margin:0;
    padding:0;
}

/* хром, сафари */
#product-modal .product-info::-webkit-scrollbar { width: 0; }

/* ie 10+ */
#product-modal .product-info { -ms-overflow-style: none; }

/* фф (свойство больше не работает, других способов тоже нет)*/
#product-modal .product-info { overflow: -moz-scrollbars-none; }


#product-modal .fotorama__nav-wrap {
    position: absolute;
    bottom:0;
}
#product-modal .fotorama__dot {
    width: 6px;
    height: 6px;
    box-shadow: 0px 0px 0px 2px rgba(255,255,255,1);
    background: white;
}

.modal-backdrop.show {
    opacity: 0.7;
}
.modal-backdrop::before {
    content:'';
    position: fixed;
    z-index:-1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(255,255,255,0.1);
}

.option-color-item {
    display: inline-block;
    border: solid 1px white;
    border-radius: 20px;
    width: 25px;
    height: 25px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(209,207,209,1);
    -moz-box-shadow: 0px 0px 0px 3px rgba(209,207,209,1);
    box-shadow: 0px 0px 0px 3px rgba(209,207,209,1);
    transition: all 0.3s;
    margin-right: 6px;
}
.option-color-item:hover {
    -webkit-box-shadow: 0px 0px 0px 3px rgba(150,150,150,1);
    -moz-box-shadow: 0px 0px 0px 3px rgba(150,150,150,1);
    box-shadow: 0px 0px 0px 3px rgba(150,150,150,1);
}
.option-color-item.active {
    -webkit-box-shadow: 0px 0px 0px 3px rgba(18,198,77,1);
    -moz-box-shadow: 0px 0px 0px 3px rgba(18,198,77,1);
    box-shadow: 0px 0px 0px 3px rgba(18,198,77,1);
}
.option-color-item label {
    cursor: pointer;
}
.option-color-item label div {
    width: 25px;
    height: 25px;
}
.option-color-item input {
    display: none;
}

.product-size {
    margin-top: 16px;
}
.option-size-item {
    cursor: pointer;
    display: inline-block;
    border: solid 1px white;
    border-radius: 2px;
    height: 22px;
    width: 35px;
    font-size: 13px;
    overflow: hidden;
    background: white;
    transition: all 0.3s;
    margin-right: 6px;
    margin-bottom: 6px;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(209,207,209,1);
    -moz-box-shadow: 0px 0px 0px 3px rgba(209,207,209,1);
    box-shadow: 0px 0px 0px 3px rgba(209,207,209,1);
}
.option-size-item:hover {
    -webkit-box-shadow: 0px 0px 0px 3px rgba(150,150,150,1);
    -moz-box-shadow: 0px 0px 0px 3px rgba(150,150,150,1);
    box-shadow: 0px 0px 0px 3px rgba(150,150,150,1);
}
.option-size-item.active {
    -webkit-box-shadow: 0px 0px 0px 3px rgba(18,198,77,1);
    -moz-box-shadow: 0px 0px 0px 3px rgba(18,198,77,1);
    box-shadow: 0px 0px 0px 3px rgba(18,198,77,1);
}

.option-size-item label input {
    display: none;
}
.option-size-item label {
    width: 100%;
    margin-bottom: 0;
    display: inline-block;
}
.option-size-item label div {
    width: 100%;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    margin-top: -4px;
}

.product-card .badge {
    position: absolute;
    top: 10px;
    left:10px;
    font-weight: normal;
}



.box-video {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.box-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}