*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}

*:-moz-placeholder {
	color: #666;
	opacity: 1;
}

*::-moz-placeholder {
	color: #666;
	opacity: 1;
}

*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Ubuntu:300,400,500,700');
body input:focus:required:invalid,
body textarea:focus:required:invalid {}

body input:required:valid,
body textarea:required:valid {}

html.js .loader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}

html.js .loader_inner {
	background-image: url("../img/preloader.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute;
}

body {
	font-size: 15px;
	min-width: 320px;
	position: relative;
	line-height: 1.6;
	font-family: "Ubuntu", sans-serif;
	overflow-x: hidden;
}

.hidden {
	display: none;
}


/* Header */

.blick-lang {
	background: rgba(255, 255, 255, 0.20);
	font-size: 15px;
	width: 90px;
	margin-left: auto;
	padding: 5px 13px;
	;
	color: #fff;
	border-radius: 0 0 10px 10px;
	position: relative;
	right: 100px;
}

.blick-lang a {
	color: #fff;
}

.blick-lang a.active-lang {
	color: #3abb12;
}

.blick-lang a:hover {
	color: #3abb12;
}

header {
	background: url(../img/header_bg.jpg) center no-repeat;
	background-size: cover;
	background-attachment: ;
}

.header-bg {
	background: url(../img/bgset.png) top center repeat rgba(49, 59, 65, 0.65);
	padding-bottom: 90px;
}

.logo {
	padding-top: 20px;
	height: 90px;
}


/* top menu */

.top-menu {
	text-align: right;
	padding-top: 8px;
}

.top-menu ul li {
	display: inline-block;
	list-style-type: none;
}

.top-menu ul li a {
	font-family: "Ubuntu", sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	padding-right: 25px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.top-menu ul li a:hover {
	color: #3abb12;
}

.top-menu ul li a.active-menu {
	color: #3abb12;
}

.top-menu ul li span {
	position: absolute;
}

.menu_list {
	border-bottom: 9px solid rgba(255, 255, 255, 0);
}

.menu_drop::before {
	content: '';
	border: 7px solid transparent;
	border-bottom: 7px solid rgba(0, 0, 0, 0.50);
	position: absolute;
	top: -14px;
	left: 63px;
}

.menu_drop {
	z-index: 50;
	position: absolute;
	margin-top: 10px;
	padding: 10px 15px;
	width: 145px;
	background: rgba(0, 0, 0, 0.50);
	text-align: left;
	right: 134px;
	-webkit-transition: 0.8s opacity;
	transition: 0.8s opacity;
	opacity: 0;
	top: -999px;
}

.menu_list:hover .menu_drop {
	opacity: 1;
	top: 50px;
}


/* Important styles */

.toggle-menu {
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	margin-top: 61px;
	float: right
}

.toggle-menu span:after,
.toggle-menu span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
}

.toggle-menu span:after {
	top: 9px;
}

.toggle-menu span {
	position: relative;
	display: block;
}

.toggle-menu span,
.toggle-menu span:after,
.toggle-menu span:before {
	width: 100%;
	height: 3px;
	background-color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 2px;
}


/* on activation */

.toggle-menu.on span {
	background-color: transparent;
}

.toggle-menu.on span:before {
	-webkit-transform: rotate(45deg) translate(5px, 5px);
	transform: rotate(45deg) translate(5px, 5px);
}

.toggle-menu.on span:after {
	-webkit-transform: rotate(-45deg) translate(7px, -8px);
	transform: rotate(-45deg) translate(7px, -8px);
}

.toggle-menu.on + #menu {
	opacity: 1;
	visibility: visible;
}


/* header title */

.header-title {
	color: #fff;
	margin-top: 40px;
	text-align: center;
}

.header-title h1 {
	font-family: "Ubuntu", sans-serif;
	font-weight: 500;
	font-size: 40px;
	text-transform: uppercase;
	margin: 0;
	line-height: 50px
}

.header-title p {
	font-family: "Ubuntu", sans-serif;
	font-weight: 500;
	font-size: 23px;
	margin: 0;
}

.header-title a {
	color: #fff;
	text-decoration: none;
	text-transform: none;
}

.header-title span {
	color: #3abb12;
}


/* */

.header-cont-1 {
	color: #fff;
	font-family: "Ubuntu", sans-serif;
	padding-top: 111px;
}

.header-cont-1 h3 {
	font-weight: 500;
	font-size: 25px;
	margin: 0;
}

.header-cont-1 p {
	font-weight: 300;
	font-size: 16px;
	max-width: 700px;
}

.header-cont-1 a {
	color: #3abb12;
	text-decoration: none;
}


/* */

.head-sup-bg {
	background: rgba(0, 0, 0, 0.40);
	float: right;
	margin-top: 70px;
}

.head-sup-bg h3 {
	color: #fff;
	text-align: center;
	font-size: 25px;
	margin: 15px 0px 0px 0px;
	padding: 0;
}

.head-sup-bg p {
	color: #fff;
	text-align: center;
	font-size: 17px;
	margin: 4px 0px 19px 0px;
}

.head-sup-bg form {
	width: 90%;
	margin: auto;
}

.head-sup-bg input {
	width: 100%;
	padding-left: 10px;
	margin-bottom: 15px;
	line-height: 45px;
	color: #535353;
	outline: none;
	transition: all 0.8s;
}

.head-sup-bg input:focus {
	border: 2px solid #3abb12;
	box-shadow: 0 none;
	transition: all 0.8s;
}

.head-sup-bg .buttons {
	background: #3abb12;
	border: 0px;
	width: 100%;
	height: 45px;
	color: #1c1c1c;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 25px;
	transition: all 0.6s;
}

.head-sup-bg .buttons:hover {
	background: #1e1e1e;
	color: #fff;
	box-shadow: 0px 2px 0px 0px #3abb12;
}


/* */

.arrow-wrap {
	position: relative;
	z-index: 2;
	top: 50px;
}

.arrow-wrap,
.button-wrap {
	text-align: center;
}

.arrow-bottom:hover {
	opacity: 1;
}

.arrow-bottom {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url(../img/arrow_down.png);
	cursor: pointer;
	opacity: .7;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}


/* info-section */

.info-section {
	background: #1e1e1e;
	color: #fff;
	font-family: "Ubuntu", sans-serif;
}

.info-cont {
	margin: 40px 0 40px;
}

.info-cont i {
	font-size: 70px;
	color: #3abb12;
}

.info-cont h3 {
	font-weight: 500;
	font-size: 25px;
	margin-top: -11px;
	margin-bottom: 3px;
	padding: 0;
	line-height: 28px;
}

.info-cont p {
	font-size: 13px;
	margin: 0;
	padding: 0;
}


/* */

.companiy-info a {
	color: #3abb12;
	text-decoration: none;
}

.companiy-info h1 {
	text-align: center;
}

.companiy-info i {
	position: relative;
	float: left;
	top: 5px;
	left: 5px;
	color: #3abb12;
}

.companiy-info p {
	margin-left: 25px;
}


/* */

.cat-section {
	background-image: url(../img/img_bg_1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed
}

.cat-bg {
	background: url(../img/bgset.png) top center repeat rgba(28, 30, 55, 0.75);
	;
}


/*-----------------*/


/***** Apollo *****/


/*-----------------*/

figure.effect-apollo {
	background: #3498db;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

figure.effect-apollo p {
	position: absolute;
	right: 10px;
	bottom: 10px;
	margin: 3em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-apollo h2 {
	text-align: center;
	opacity: 0;
}

figure.effect-apollo:hover h2 {
	opacity: 0.9;
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}


/* Common style */

.grid figure {
	position: relative;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 298px;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: 5px solid #1e1e1e;
	transition: all 0.6s;
}

.grid figure figcaption:hover {
	border: 5px solid #3abb12;
	background: rgba(3, 12, 23, 0.65);
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */

.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

.logo-cat {
	text-align: center;
}

.logo-cat img {
	width: 20%;
	text-align: center;
	padding-top: 10px;
}

.logo-cat p {
	color: #fff;
	font-size: 24px;
	padding-bottom: 10px;
}


/* */

.rating-info a {
	color: #3abb12;
	text-decoration: none;
}

.rating-info h1 {
	text-align: center;
}

.line-cont {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}

.line-cont:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 4px;
	background-color: #3abb12;
	left: 50%;
	margin-left: -1.5px;
}

.line-cont li h2 {
	margin: 0;
	padding: 0 25px;
	color: #3abb12;
}

.line-cont li p {
	margin: 0;
	padding: 0 25px;
}

.rate-right {
	position: relative;
	width: 50%;
	margin-left: 50%;
}

.rate-right::before {
	content: '';
	position: absolute;
	background: #1e1e1e;
	width: 10px;
	height: 10px;
	top: 13px;
	left: -4.5px;
	border-radius: 50%;
}

.rate-left {
	position: relative;
	width: 50%;
	text-align: right;
}

.rate-left::before {
	content: '';
	position: absolute;
	background: #1e1e1e;
	width: 10px;
	height: 10px;
	top: 13px;
	right: -5.5px;
	border-radius: 50%;
}


/* */

.convektor-cat {
	margin-bottom: -25px;
}

.con-title i:last-child {
	color: #3abb12;
	margin-right: 5px;
}

.con-title i {
	color: #2b2b2b;
}

.con-title h2 {
	text-transform: uppercase;
}

.img-conv {
	margin-bottom: 10px;
	width: 100%;
}

.img-conv figure {
	position: relative;
	overflow: hidden;
	background: #000;
	text-align: center;
	cursor: pointer;
	height: 250px;
	width: 105%;
}

.img-conv figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.7;
	transition: opacity 0.35s, transform 0.50s;
}

.img-conv figure i {
	font-size: 30px;
	color: #fff;
	opacity: 0.8;
}

.img-conv figure figcaption,
.img-conv figure figcaption > a {
	position: absolute;
	top: -15px;
	left: 0;
	width: 100%;
	height: 100%;
}

.img-conv figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

figure.effect-duke:hover img {
	opacity: 0.4;
	transform: scale3d(1.5, 1.5, 1);
}

figure.effect-duke p {
	position: absolute;
	top: 45%;
	left: 48%;
	text-transform: none;
	opacity: 0;
}

figure.effect-duke:hover p {
	opacity: 1;
	transform: scale3d(1, 1, 1);
}


/* overlay at start */

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}


/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}


/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}


/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}


/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}


/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.text-conv {
	margin-bottom: 42px;
}

.text-conv h3 {
	font-size: 23px;
	margin-top: 0px;
	line-height: 34px;
}

.text-conv p {
	margin-top: -18px;
	margin-bottom: 4px;
	line-height: 20px;
}

.conv-video {
	position: relative;
	right: 0;
	overflow: hidden;
	min-width: 476px;
	max-height: 310px;
	background: #000;
	cursor: pointer;
}

.conv-video img {
	position: relative;
	max-width: 100%;
	opacity: 0.5;
}

.cluster-logo-video {
	position: absolute;
	top: 15px;
	background: rgba(0, 0, 0, 0.70);
	width: 230px;
}

.cluster-logo-video img {
	width: 154px;
	margin: 10px 0px 10px 28px;
	opacity: 1;
}

.video-title {
	position: absolute;
	bottom: 20px;
	width: 100%;
	color: #fff;
	background: rgba(0, 0, 0, 0.70);
}

.video-title h4 {
	margin: 10px 20px;
	font-size: 19px;
	font-weight: 400;
}

.video-bg i {
	position: absolute;
	top: 38%;
	left: 44%;
	color: #fff;
	font-size: 73px;
	opacity: 0.4;
	transition: all 0.7s;
}

.conv-video:hover i {
	opacity: 1;
	color: #3abb12;
	transform: scale3d(1.3, 1.3, 1);
}

.button-conv {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #3abb12;
	font-size: 19px;
	border: 0;
	transition: all 0.9s;
	margin-bottom: 10px;
	color: #1e1e1e;
	text-align: center;
}

.button-conv:hover {
	background: #1e1e1e;
	color: #fff;
	text-decoration: none;
}

.customer-reviews {
	background: url(../img/reviews.jpg) center no-repeat;
	background-size: cover;
	height: auto;
}

.customer-reviews_bg {
	background: rgba(00, 00, 0, 0.60);
	height: auto;
}

.customer-reviews h1 {
	text-align: center;
	color: #fff;
	font-weight: 400;
}

.rev-cont {
	text-align: center;
	padding: 5px;
}

.rev-img {
	overflow: hidden;
	!important;
	transform: scale3d(1, 1, 1);
	margin: auto;
	position: relative;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	border: 11px solid rgba(255, 255, 255, 0.28);
	transition: 0.5s all;
}

.rev-img:hover {
	overflow: hidden;
	transform: none;
	margin: auto;
	position: relative;
	width: 220px;
	height: 220px;
	border-radius: 20%;
	border: 10px solid rgba(255, 255, 255, 0.28);
}

.rev-img img {
	position: relative;
	max-width: 100%;
}

.rev-cont h4 {
	color: #fff;
	margin-top: 7px;
	margin-bottom: -5px;
}

.rev-cont p {
	color: #fff;
	font-size: 13px;
	line-height: 20px;
}


/* */

.photo-galeria {
	margin-bottom: 20px;
	text-align: center;
}

.galeriy {
	position: relative;
	overflow: hidden;
	margin: 19px auto;
	max-height: 600px;
}

.sl-slide img {
	width: 100%;
	height: 100%;
}

.galeriy {
	border-style: solid;
	border-width: 5px;
	border-color: rgb(58, 187, 18);
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.45);
}

.galeriy-nav {
	height: 115px;
}

.sl-1 {
	height: 108px;
	margin: 0 10px;
}

.sl-1 img {
	width: auto;
	height: 100%;
	border: 5px solid #2b2b2b;
	cursor: pointer;
	transition: all 0.5s;
}

.sl-1 img:hover,
.galeriy-nav .slick-current img {
	border: 5px solid #3abb12;
}

.slick-prev:before,
.slick-next:before {
	color: #bfbfbf;
	font-size: 20px;
}

.photo-galeria .btn-gal {
	background: #3abb12;
	border: none;
	width: 300px;
	height: 40px;
	transition: 0.8s all;
	margin-top: 10px;
}

.photo-galeria .btn-gal:hover {
	background: #2b2b2b;
	color: #fff;
}


/* */

.contacts {
	background: url(../img/support-img.jpg) center no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
}

.cont-bg {
	background: url(../img/bgset.png) top center repeat rgba(46, 48, 89, 0.80);
}

.contacts h1 {
	font-weight: 400;
}

.support-form {
	margin: auto;
	width: 70%;
}

.contacts input {
	width: 100%;
	height: 50px;
	color: #1c1c1c;
	padding-left: 40px;
	padding-right: 10px;
	background: rgba(0, 0, 0, 0);
	border: none;
	outline: none;
	border: 2px solid #2b2b2b;
	transition: all 0.5s;
}

.contacts textarea {
	width: 100%;
	height: 200px;
	padding-left: 10px;
	color: #000;
	border: 2px solid #2b2b2b;
	outline: none;
	transition: all 0.5s;
}

.contacts textarea:focus {
	border: 2px solid #89d571;
}

.cont-input {
	background: #fff;
	margin-bottom: 10px;
}

.cont-input input:focus {
	border: 2px solid #89d571;
}

.cont-input i {
	color: #c4c4c4;
	position: absolute;
	font-size: 23px;
	padding-top: 13px;
	margin-left: 11px;
}

.contacts button {
	color: #1e1e1e;
	background: #3abb12;
	border: none;
	float: right;
	width: 200px;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 40px;
	transition: all 0.6s;
}

.contacts button:hover {
	background: #1e1e1e;
	color: #fff;
	box-shadow: 0px 2px 0px 0px #3abb12;
}


/* */

.footer {
	background: #1c1c1c;
}

.footer-logo {
	margin-top: 20px;
}

.footer-logo img {
	height: 48px;
}

.footer-logo p {
	color: #979797;
}

.partner h4 {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	margin-top: 15px;
}

.fot-contact h4 {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.fot-contact {
	margin-bottom: 25px;
}

.fot-contact p {
	margin: 0;
	font-family: Ubuntu, sans-serif;
	font-weight: 300;
	padding-left: 8px;
	color: #969696;
}

.fot-contact span {
	font-family: Ubuntu, sans-serif;
	font-weight: 500;
	font-size: 17px;
	color: #b9b9b9;
}

.fot-contact i {
	padding-right: 5px;
}


/* --------------------------------------------------------------- */

.breadcrumbs {
	background: #1e1e1e;
	height: 50px;
	color: #fff;
	font-size: 15px;
}

.breadcrumbs .container {
	line-height: 50px;
}

.breadcrumbs a:first-of-type {
	font-weight: 500;
	text-decoration: none;
	font-size: 18px;
}

.breadcrumbs m {
	color: #3abb12;
}

.breadcrumbs a {
	color: #fff;
	cursor: pointer;
	padding: 0 5px;
}

.breadcrumbs span {
	color: #3abb12;
	padding: 0 5px;
}


/* */

.full-content h1 {
	margin: 10px 0 0 0;
	text-align: center;
	font-weight: 300;
	font-size: 40px;
}

.text-full p {
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
}

.text-full p b {
	font-weight: 500;
}

.text-full ul {
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
}


/* */

.full-models h2 {
	font-weight: 400;
	text-align: center;
}

.bgcont {
	background: #1e1e1e;
	max-height: 300px;
	max-width: 360px;
	border: 2px solid #1e1e1e;
	transition: all 0.8s;
	margin: 0 50px 30px;
}

.bgrx22 {
	position: relative;
	background: #000;
	width: 100%;
	max-height: 240px;
	overflow: hidden;
}

.bgrx22 i {
	position: absolute;
	top: 40%;
	left: 45%;
	font-size: 50px;
	color: rgba(255, 255, 255, 0.99);
	opacity: 0;
	transition: 0.6s opacity;
}

.bgrx22 img {
	position: relative;
	width: 130%;
	right: 15%;
	transition: all 0.6s;
	transform: scale3d(1.0, 1.0, 1);
}

.bgcont h4 {
	color: #fff;
	line-height: 59px;
	margin: 0;
	padding-left: 16px;
	transition: all 0.6s;
}

.bgcont a {
	position: absolute;
	height: 300px;
	width: 360px;
	z-index: 1000;
	font-size: 0;
	opacity: 0
}

.bgcont p {
	position: absolute;
	bottom: -11px;
	color: #fff;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
	opacity: 0;
	transition: opacity 0.6s;
	line-height: 25px;
	font-weight: 200;
}

.bgcont:hover {
	background: #3abb12;
	border: 2px solid #3abb12;
}

.bgcont:hover i {
	opacity: 1;
}

.bgcont:hover h4 {
	color: #1e1e1e;
}

.bgcont:hover > .bgrx22 p {
	opacity: 1;
}

.bgcont:hover > .bgrx22 img {
	opacity: 0.3;
	transform: scale3d(1.5, 1.5, 1);
}

.rx22 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.full-models2 h2 {
	font-weight: 400;
	text-align: center;
}

.bgcont2 {
	background: #1e1e1e;
	max-height: 210px;
	max-width: 260px;
	border: 2px solid #1e1e1e;
	transition: all 0.8s;
	margin: 0 5px 30px;
}

.bgrx222 {
	position: relative;
	background: #000;
	width: 100%;
	max-height: 160px;
	overflow: hidden;
}

.bgrx222 i {
	position: absolute;
	top: 40%;
	left: 45%;
	font-size: 35px;
	color: rgba(255, 255, 255, 0.99);
	opacity: 0;
	transition: 0.6s opacity;
}

.bgrx222 img {
	position: relative;
	width: 120%;
	right: 10%;
	transition: all 0.6s;
	transform: scale3d(1.0, 1.0, 1);
}

.bgcont2 h4 {
	color: #fff;
	line-height: 50px;
	margin: 0;
	padding-left: 16px;
	transition: all 0.6s;
}

.bgcont2 a {
	position: absolute;
	height: 209px;
	width: 260px;
	z-index: 1000;
	font-size: 0;
	opacity: 0
}

.bgcont2 p {
	position: absolute;
	bottom: -8px;
	color: #fff;
	font-size: 15px;
	padding-left: 10px;
	padding-right: 10px;
	opacity: 0;
	transition: opacity 0.6s;
	line-height: 20px;
	font-weight: 200;
}

.bgcont2:hover {
	background: #3abb12;
	border: 2px solid #3abb12;
}

.bgcont2:hover i {
	opacity: 1;
}

.bgcont2:hover h4 {
	color: #1e1e1e;
}

.bgcont2:hover > .bgrx222 p {
	opacity: 1;
}

.bgcont2:hover > .bgrx222 img {
	opacity: 0.3;
	transform: scale3d(1.5, 1.5, 1);
}

.rx222 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}


/* */

.convektors-section h1 {
	font-weight: 400;
	text-align: center;
	font-size: 25px;
}

.full-conv-block {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.title-conv-block {
	background: #1e1e1e;
	width: 98%;
	max-height: 40px;
}

.title-conv-block h4 {
	line-height: 40px;
	margin: 0;
	padding-left: 15px;
	color: #fff;
	font-weight: 500;
}

.title-conv-block h4 i {
	font-weight: 400;
}

.img-1-conv-block,
.img-1-conv-block > a {
	max-width: 98%;
	max-height: 282px;
	border-left: 2px solid #1e1e1e;
	border-right: 2px solid #1e1e1e;
	border-bottom: 2px solid #1e1e1e;
	overflow: hidden;
	background: #000;
}

.img-1-conv-block img,
.img-2-conv-block img,
.img-3-conv-block img {
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}

.img-1-conv-block > a {
	z-index: 999;
	position: absolute;
	width: 92.5%;
	height: 100%;
	opacity: 0;
}

.img-1-conv-block i {
	position: relative;
	left: 47%;
	bottom: 57%;
	font-size: 40px;
	color: #fff;
	opacity: 0;
	transition: opacity 0.6s;
}

.img-1-conv-block:hover img,
.img-2-conv-block:hover img,
.img-3-conv-block:hover img {
	opacity: 0.4;
	transform: scale3d(1.5, 1.5, 1);
}

.img-1-conv-block:hover i,
.img-2-conv-block:hover i,
.img-3-conv-block:hover i {
	opacity: 1;
}

.img-2-conv-block {
	width: 49%;
	max-height: 140px;
	border-left: 2px solid #1e1e1e;
	border-right: 2px solid #1e1e1e;
	border-bottom: 2px solid #1e1e1e;
	overflow: hidden;
	background: #000;
}

.img-2-conv-block > a,
.img-3-conv-block > a {
	z-index: 999;
	position: absolute;
	width: 46%;
	height: 17%;
	opacity: 0;
}

.img-2-conv-block i,
.img-3-conv-block i {
	position: relative;
	left: 47%;
	bottom: 60%;
	font-size: 30px;
	color: #fff;
	opacity: 0;
	transition: opacity 0.6s;
}

.img-3-conv-block {
	width: 49%;
	max-height: 140px;
	border-right: 2px solid #1e1e1e;
	border-bottom: 2px solid #1e1e1e;
	overflow: hidden;
	background: #000;
}

.title-conv-block-2 {
	background: #3abb12;
	width: 98%;
	max-height: 35px;
	border-left: 2px solid #1e1e1e;
	border-right: 2px solid #1e1e1e;
	border-bottom: 2px solid #1e1e1e;
}

.title-conv-block-2 h4 {
	line-height: 35px;
	margin: 0;
	padding-left: 15px;
	color: #1e1e1e;
	font-weight: 500;
}

.title-conv-block-2 h4 i {
	font-weight: 400;
}

.convektors-section ul {
	list-style-type: none;
	padding-left: 15px;
	font-size: 15px;
}

.convektors-section ul li {
	line-height: 28px;
	cursor: pointer;
}

.convektors-section ul li:hover i {
	color: #1e1e1e;
}

.convektors-section ul li i {
	font-size: 18px;
	padding-right: 5px;
	color: #3abb12;
	transition: all 0.5s;
}

.conv-table {
	margin-bottom: 20px;
}

.conv-table span {
	color: #838383;
	font-size: 13px;
	padding-left: 10px;
}

table.param {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	margin-bottom: 10px;
}

table.param tr:nth-child(odd) {
	background-color: #eeeeee;
}

table.param th {
	font-weight: normal;
	color: white;
	background-color: #1e1e1e;
}

.param th,
.param td {
	text-align: center;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding: 3px;
}

table.darkgrey tr:nth-child(1) td,
table.darkgrey tr:nth-child(2) td,
table.darkgrey tr:nth-child(3) td {
	background: #3abb12;
	color: #1e1e1e;
}

table.darkgrey tr:nth-child(1) td,
table.darkgrey tr:nth-child(3) td {
	background: #3abb12;
	color: #1e1e1e;
	font-weight: 500;
}

.darkgrey {
	width: 100%;
}

.button-buy {
	margin: 48px auto;
	text-align: center;
}

.button-buy a {
	padding: 20px 120px;
	background: #3abb12;
	color: #1e1e1e;
	text-decoration: none;
	font-size: 25px;
	transition: all 0.5s;
}

.button-buy a:hover {
	background: #1e1e1e;
	color: #fff;
	text-decoration: none;
	font-size: 25px;
}


/* */

.title-np {
	background: #1e1e1e;
	height: 40px;
	width: 100%;
	color: #fff;
	line-height: 40px;
	text-align: center;
}

.title-np h4 {
	font-weight: 400;
}

.np-images {
	border-left: 2px solid #1e1e1e;
	border-right: 2px solid #1e1e1e;
	width: 100%;
	max-height: 600px;
	overflow: hidden;
}

.np-images img {
	width: 100%;
	height: 100%;
}

.np-images-1 {
	width: 50%;
	max-height: 330px;
	border-bottom: 2px solid #1e1e1e;
	border-top: 2px solid #1e1e1e;
	border-left: 2px solid #1e1e1e;
	border-right: 2px solid #1e1e1e;
	float: left;
	overflow: hidden;
}

.np-images-1 img {
	width: 100%;
	height: 100%
}

.np-images-2 {
	width: 50%;
	max-height: 330px;
	border-bottom: 2px solid #1e1e1e;
	border-top: 2px solid #1e1e1e;
	border-right: 2px solid #1e1e1e;
	float: right;
	overflow: hidden;
}

.np-images-2 img {
	width: 100%;
	height: 100%
}


/* */

.section-1e {
	background: #1e1e1e;
	height: auto;
	width: 100%;
	text-align: center;
	color: #fff;
}

.punkt-1 {
	max-height: 300px;
}

.punkt-1 img {
	margin-top: 30px;
	margin-bottom: 0;
	width:
}

.punkt-1 h3 {
	margin: 0;
	margin-top: 10px;
	line-height: 20px;
}

.punkt-1 p {
	line-height: 20px;
	font-weight: 100;
	font-size: 13px;
}

.section-2e {
	background: #3abb12;
	height: auto;
	text-align: center;
	color: #1e1e1e;
}

.section-2e h2 {
	font-weight: 500;
	font-size: 20px;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 20px;
}

.section-2e h4 {
	margin: 0;
	margin-bottom: 20px;
}

.fivi-buy h1 {
	text-align: center;
	margin: 0;
	font-weight: 500;
}