@font-face {
	font-family: 'Calibri Light';
	font-style: normal;
	font-weight: normal;
	src: local('Calibri Light'), url('calibril.woff') format('woff');
}

@font-face {
	font-family: 'NEW ACADEMY NEW ACADEMY';
	font-style: normal;
	font-weight: normal;
	src: local('NEW ACADEMY NEW ACADEMY'), url('new_academy.woff') format('woff');
}

@font-face {
	font-family: 'Anita';
	font-style: normal;
	font-weight: normal;
	src: local('Anita'), url('anita_semi_square.ttf') format('truetype');
}

BODY {
	min-height:100%;
	background: #FFFFFF;
	font-size: 18px;
	line-height:1.5;
	font-family:'Calibri Light', 'DM Sans', sans-serif;
	color: #4a4a4a;
	margin: 0;
	padding: 0;
}

TD, TH {
	padding:8px;
}

IMG,EMBED,OBJECT,VIDEO {
	max-width: 100%;
	height:auto !important;
}

IFRAME {
	max-width: 100%;
}

H1, #start3 H2 {
	clear:both;
	font-size: 26px;
	padding-top:0px;
	padding-bottom:35px;
	margin:0px;
	text-align:center;
	font-weight:normal;
	font-family:'NEW ACADEMY NEW ACADEMY', 'DM Sans', sans-serif;
	color:#333333;
}


H2 {
	font-family:'NEW ACADEMY NEW ACADEMY', 'DM Sans', sans-serif;
}

H3{

}

HR {
	margin:0px;
	padding:0px;
	border:0px;
	height:1px;
	background-color: #cccccc;
}

INPUT, SELECT {
	vertical-align:middle;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	color: #000000;
	padding:6px;
}

TEXTAREA {
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	color: #000000;
	padding:6px;
}

INPUT:focus, INPUT:active, TEXTAREA:focus, TEXTAREA:active, SELECT:focus, SELECT:active {
	border:1px solid #666666;
}

INPUT[type="submit"],
INPUT[type="submit"]:hover,
.btn-primary,
.btn-primary.focus, .btn-primary:focus,
.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open > .dropdown-toggle.btn-primary{
	cursor:pointer;
	vertical-align:middle;
	margin-bottom: 2px;
	margin-top: 2px;
	border: 0px none;
	background: #8fd75a;
	border: 1px solid #8fd75a;
	color: #ffffff;
	padding:6px;
	transition: all 0.2s ease-in-out;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background: #8fd75a;
	border: 1px solid #8fd75a;
}

.bootstrap-select{
	width:100%;
}

INPUT[type="checkbox"].styled, INPUT[type="radio"].styled {
	margin:0px;
	margin-right:10px;
	border: 1px solid #275899;
	width:15px;
	height:15px;
   outline:0px none;
	padding:1px;
}

LABEL{
	font-weight:normal;
}

A, A:visited, A:active {
	color: #4a4a4a;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

A:hover {
	color: #8fd75a;
	text-decoration: none;
}


#menu1, #menu1 UL, #menu1 LI, #menu1 .nav > li > a {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 898;
}

#menu1 .dropdown-menu > li > a{
	padding-top:10px;
	padding-bottom:10px;
}

#g_menu{
	max-width:100%;
	margin:auto;
}

#menu1 {
	display:block;
	margin:0px;
	padding:0px;
}

#menu1 LI {
	white-space: nowrap;
}

#menu1 .submenu LI {
	white-space: normal;
	text-align:left;
	float:left;
}

#menu1 .submenu UL {
	width:1400px;
	max-width:100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin:auto;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content:center;
	justify-content:center;
	background:#1c2836;
}

#menu1 > LI {
	float: left;
}


#menu1 .submenu {
	visibility: hidden;
	opacity: 0;
	width:100%;
	clear:both;
	z-index: 1;
	position: absolute;
	text-align: center;
	left:0px;
	transition: all 0.2s ease-in-out;
	padding-top:5px;
	z-index: 1000;
}


#menu1 LI:hover > .submenu,
#menu1 LI.sfHover > .submenu {
	display: block;
	opacity: 1;
	z-index:1000;
	visibility: visible;
}

#menu1 A {
	display: block;
	text-decoration: none;
}

#menu1 .top_ico A{
	display:block;
	height:32px;
	line-height:32px;
	color:#8fd75a;
	font-family:icomoon;
	padding-left:10px;
	padding-right:10px;
	font-size:13px;
}

#menu1 A.item1, .language-switch > A {
	color:#ffffff;
	padding-left:20px;
	padding-right:20px;
	height:32px;
	line-height:32px !important;
	font-size:20px;
	transition: all 0.2s ease-in-out;
}

#g_menu.ru #menu1 A.item1 {
	padding-left: 10px;
	padding-right: 10px;
}

.language-switch {
	padding-left: 15px !important;
	margin-top: -2px !important;
}

.language-switch > A {
	font-size: 18px;
}

#menu1 .cc{
	font-family:icomoon;
	padding-left:7px;
}

#menu1 A.item1:hover,
#menu1 LI.sfHover A.item1,
#menu1 LI.sfHover A.current,
#menu1 LI.current A.item1{
	color:#8fd75a;
}

.xactive #menu1 .sub A.item1::after {
    content: '\E9C1';
    display: block;
    float: right;
    margin-left: 10px;
    font-family: icomoon;
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}

#menu1 A.item2 {
	color:#ffffff;
	font-weight:normal;
	font-size:18px;
	text-align:left;
	padding:8px;
	padding-left:25px;
	padding-right:25px;
	border-top:0px none;
	transition: all 0.2s ease-in-out;
}

#menu1 A.item2:hover {
	color:#8fd75a;
}

#mobnav-btn {
	display: none;
	font-weight: normal;
	padding: 10px;
	text-align:left;
	cursor: pointer;
	font-size:18px;

	overflow-y:auto;
}

#mobnav-bt:hover {
	opacity:0.8
}

#mobnav-btn DIV{
	float:left;
	width: 36px;
	margin-top:3px;
	border-radius: 6px;
	padding-left: 6px;
	background-color: #8fd75a;
}

#mobnav-btn DIV::after{
	display:block;
	content:"";
	font-family:icomoon;
	font-size:24px;
	content: "\ec6e";
	color: #1c2836;
	transition: all 0.2s ease-in-out;
}

.xactive #mobnav-btn DIV {
	background-color: rgba(0,0,0,0);
}

.xactive #mobnav-btn DIV::after{
	content: "\ed6a";
	color:#000000;
	background-color: rgba(0,0,0,0);
}

#d_menu{
}

#d_menu UL{
	list-style-type:none;
	display:table;
	padding:0px;
	margin:auto;
}

#d_menu LI{
	list-style-type:none;
	display:block;
	padding:0px;
	margin:0px;
	float:left;
	border-right:1px solid #a2a2a2;
}

#d_menu UL LI:last-child{
	border-right:0px none;
}

#d_menu A{
	display:block;
	padding-left:10px;
	padding-right:10px;
	font-size:13px;
	color:#949494;
}

#d_menu A:hover{
	color:#000000;
}

#top_firma_bg {
	width: 100%;
	max-width: 100%;
	height: 100vh;
	position: relative;
	left: 0;
	top: 0;
	overflow: hidden;
}

#top_firma_fg,
#top_firma_fg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;

}

#top_firma_fg video {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover !important;
}

#top{
	z-index:1000;
	width:100%;
	max-width: 100%;
	padding: 15px 25px;
	position: fixed;
	top: 0%;
	left: 0%;
}

#top0{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin:auto;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	width:1400px;
	max-width:100%;
	margin:auto;

}

#top1{
	float:left;
}

#top2{
	float:right;
	padding-top:15px;
	padding-left: 50px;
}

#top1 > a > img {
	width: 200px;
}

form {
	overflow-x: hidden;
}

MAIN{
	background:#ffffff;
	z-index:8;
	position: relative;
}

MAIN::before{
	content:'';
	display:block;
	margin:auto;
	width:38px;
	height:38px;
	line-height:38px;
	background:#8fd75a;
	margin-top:-19px;
	z-index:9;
	position: absolute;
	left:50%;
	transform: translateX(-50%);
}


#maincontent2{
	width:1400px;
	padding-top:80px;
	padding-bottom:80px;
	max-width:98%;
	margin:auto;
	text-align:left;
}

#maincontent3{

}

#foot{
	clear:both;
	padding-top:20px;
	overflow-y:auto;
	background-color: #1c2835;
	color: #ffffff;
}

#foot0{
	width:1400px;
	max-width:98%;
	margin:auto;
	font-size:13px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	padding-top: 25px;
	border-top: 1px solid #8fd75a;
}

#foot0 A{
	color: #ffffff;
}

#foot0 A:hover{
	color: #8fd75a;
}

#foot1{
	float:left;
	text-align:left;
	padding-bottom:20px;
}

#foot2{
	float:left;
	text-align:center;
	padding-bottom:20px;
}

#foot3{
	float:right;
	text-align:right;
	padding-bottom:20px;
}

#stopka_logo {
	margin-left: 6px;
}

#lang_menu .dropdown-menu {
    min-width: 180px;
    padding: 7px 0;
    color: #333333;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	color: #8fd75a;
	font-size: 16px;
}

.nav > li.language-switch > a {
	cursor:pointer;
	text-transform:uppercase;
}

.nav > li.language-switch > a:focus, .nav > li.language-switch > a:hover {
    background-color:transparent;
	color: #8fd75a;
}

.nav .language-switch.open > a, .nav .language-switch.open > a:focus, .nav .language-switch.open > a:hover {
    background-color:transparent;
	 color: #8fd75a;
}

#menu1 .navbar-nav .language-switch a > img {
    position: relative;
    top: 3px;
	margin-right:15px;
	width:20px;
	height:20px !important;
	border-radius:8px;
}

#menu1 .nav > li > a > img {
	position: relative;
	top: -1px !important;
	margin-right: 10px !important;
}

.dropdown-menu > li > a > img, .dropdown-menu > .dropdown-header > img {
    max-height: 16px;
}

.dropdown-menu > li > a > i, .dropdown-menu > .dropdown-header > i, .dropdown-menu > li > a > img, .dropdown-menu > .dropdown-header > img {
    margin-right: 12px;
    float: left;
    margin-top: 2px;
    top: 0;
}

.dane_tech {
	font-size: 22px;
	cursor: pointer;
	padding: 10px 0px 15px 20px;
	border-bottom: 2px solid #f0f0f0;
	transition: color .2s ease-in-out;
}

html[lang="ru"] .dane_tech {
	font-size: 19px !important;
}

.dane_tech:hover {
	color: #8fd75a !important;
}

.dane_tech::before {
	content: '\f067';
	font-family:'FontAwesome';
	padding-right: 15px;
	color: #1c2835;
	font-size: 16px;
	font-weight: 400;
}

.show .dane_tech::before {
	content: '\f068';
}

.dane_tech_tabela {
	display: none;
}

/* slider examle */

#slider{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:100vh;
	z-index:2;
	overflow:hidden;
	display: flex;
	margin:auto;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content:center;
	justify-content:center;
	background:#666666;
}

#slider_img{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:2;
}

.slider_el{
	width:100%;
	height:100%;
	background-position: top center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment: fixed;
}

.slider_el2{
	width:100%;
	height:100%;
	/*background:rgba(0,0,0,0.6);*/
	background: rgba(28, 40, 54, 0.8);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-self:center;
	vertical-align:center;
	align-items:center;
	-webkit-justify-content:center;
	justify-content:center;
	color:#ffffff;
	font-size:20px;
	line-height:1.1;
	font-weight:400;
}

#wwwpage #slider, #wwwpage #slider_img, #wwwpage .slider_el, #wwwpage .slider_el2{
	height:600px;
}

.slider_el3{
	width:900px;
	max-width:98%;
	margin:auto;
	text-align:center;
}

#wwwpage .slider_el3{
	display:none;
}

#slider .name{
	font-size:48px;
	padding-bottom:20px;
	font-family:'Anita', 'DM Sans', sans-serif;
}

#slider .name::after{
	content:'';
	display:block;
	margin:auto;
	margin-top:15px;
	height:5px;line-height:5px;
	background:#8fd75a;
	width:290px;
	max-width:90%;
	margin-top:20px;
}

#slider .more{
	clear:both;
	padding-top:15px;
}

#slider .more A{
	display:table;
	margin:auto;
	color:#ffffff;
	padding:6px;
	padding-left:40px;
	padding-right:40px;
	border:1px solid #61814b;
	background-color: #1c2836;
}

#slider .more A:hover{
	background-color: #2a3c52;
}

#slider_naw{
	position:absolute;
	z-index:3;
	bottom:20px;
	right:20px;
	overflow:hidden;
}

#naw{
	display:block;
	padding:0px;
	margin:0px;
	list-style-type:none;
	float:left;
}

#naw LI{
	display:block;
	padding:0px;
	margin:0px;
	list-style-type:none;
	padding-left:10px;
	float:left;
}

#naw LI A{
	display:block;
	float:left;
	width:17px;
	height:17px;
	overflow:hidden;
	border:1px solid #cccccc;
}

#naw LI A.activeSlide, #naw LI.activeSlide A {
	background:#ffffff;
}

.nav-tabs {
	margin-bottom:15px;
}

#dol{
	clear:both;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	background-color: #1c2836;
	z-index: 12;
}

#dol::before{
	content:'';
	width:38px;
	height:38px;
	position: absolute;
	left: 50%;
	top: 0%;
	transform: translate(-50%,-50%);
	background:#8fd75a;
}

#dol0{
	width:1400px;
	max-width:98%;
	margin:auto;
	padding: 30px 0 15px 0;
	color: #ffffff;
}

#dol1{
	width: 100%;
	max-width: 100%;
	font-size:17px;
}

/*
#dol1::before{
	content:'\eef3';
	font-family:icomoon;
	color:#8fd75a;;
	font-size:24px;
	padding-right:14px;
}
*/

#dol1 A{
	color:#ffffff;
}

#dol1 A:hover{
	color:#8fd75a;
}

#stopka_lista {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	padding-top: 50px;
	list-style-type: none;
}

#stopka_lista > li {
	width: 24%;
	min-height: 122px;
	margin: 0;
	padding: 0;
	padding-left: 40px;
	border-right: 2px solid #8fd75a;
}

#stopka_lista > li:first-child {
	padding-left: 0;
}

#stopka_lista > li:last-child {
	border-right: none;
}

#stopka_lista h2 {
	margin-top: 0;
}

#social_menu{
	list-style-type:none;
	padding:0px;
	margin:0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	align-items: center;
}

#social_menu LI{
	padding:0px;
	margin:0px;
	float:left;
	padding-right: 8px;
}

#social_menu A{
	display:flex;
	justify-content: center;
	align-items: center;
	color:#ffffff;
	font-family:icomoon;
	width:36px;
	height:36px;
	line-height:36px;
	font-size:24px;
	border-radius:18px;
	overflow:hidden;
	background:#1c2836;
	text-align:center;
}

#social_menu A:hover{
	color:#8fd75a;
}

.contact_info {
	margin-top: 30px;
}

#contact_mapa{
	clear:both;
	padding-top:60px;
}

#contact_mapa IFRAME{
	width:100%;
	height:450px;
	border:0px none;
}

div#sub2
{
    padding: 15px 0px 15px 15px;
}

div.sub_prod
{
    width: 100%;
    background: #fff;
    border-bottom: 2px solid #e7e5e6;
}

div.sub_prod2
{
    padding: 15px 20px;
    width: 670px;
    display: table;
}

div.sub_prod2 a.tyt
{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

div.sub_prod_op
{
    clear: both;
}

div.sub_prod_op div.l
{
    width: 127px;
    float: left;
}

div.sub_prod_op div.p
{
    width: 528px;
    float: right;
}

#start2{
	clear:both;
	text-align:center;
	width:1400px;
	max-width:98%;
	margin:auto;
	padding-top:50px;
}

#start1{
	clear:both;
	width:1400px;
	max-width:98%;
	margin:auto;
}

#start1 UL{
	list-style-type:none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: auto;
	flex-wrap: wrap;
	-webkit-justify-content:space-around;
	justify-content:space-around;
	padding:0px;
}

#start1 LI {
	list-style-type:none;
	display:block;
	float:left;
	width:32%;
	max-width:100%;
	position: relative;
	top: 0;
	left: 0;
	overflow:hidden;
}

#start1 LI A{
	display:block;
	width: 100%;
	height: 100%;
}

#start1 LI IMG{
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	transition:ease .5s;
	-webkit-transition:ease .5s;
	will-change: transform;
	text-align: center;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

#start1 LI IMG:hover{
	transform:scale(1.05) rotate(0.1deg);
	-webkit-transform:scale(1.05) rotate(0.1deg);
}

.start1_wideo_opis {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0);
	color: #ffffff;
	margin: 0;
	padding: 10px;
	font-size: 16px;
	line-height: 17px;
	letter-spacing: 0;
	text-transform: initial;
	text-align: left;
}

#start3{
	clear:both;
	padding-top:50px;
}

#start3::before{
	content: '';
	display: block;
	margin: auto;
	margin-top: auto;
	width:38px;
	height:38px;
	line-height:38px;
	background:#8fd75a;
	margin-bottom:30px;
}


#start3 > UL,
#wwwpage #maincontent3 .submenu-news-list {
	list-style-type: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin:auto;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	padding:0px;
}


#start3 > UL > LI,
#wwwpage #maincontent3 .submenu-news-list > li {
	list-style-type:none;
	display:block;
	float:left;
	padding: 20px 10px;
	width:25%;
	max-width:100%;
}

#start3 > UL > LI > DIV,
#wwwpage #maincontent3 .submenu-news-list > li > div {
	height:100%;
	background:#ffffff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 15px
	rgba(0, 0, 0, 0.15);
}

#start3 .tr{
	padding:22px;
	padding-top:15px;
	font-size:16px;
}

#start3 .tr2{
	min-height:230px;
}

#start3 .pic{
	text-align:center;
}

#start3 .date{
	font-size:14px;
	color:#7a7a7a;
	padding-bottom:10px;
}

#start3 H3{
	padding:0px;
	margin:0px;
	padding-bottom:15px;
	color:#000000;
	font-size:20px;
	font-weight:bold;
	line-height:1.2;
	font-family:'Calibri Light', 'DM Sans', sans-serif;
}

#start3 .more{
	clear:both;
	padding-top:10px;
}

#start3 .more A{
	display:table;
	margin:auto;
	font-size:15px;
	color:#656565;
	width:80%;
	padding:10px;
	text-align:center;
	font-size:15px;
	border:1px solid #d7d7d7;
}

#start3 .more A:hover{
	border:1px solid #000000;
}


.breadcrumb {
    font-size:14px;
	 color:#666666;
}

.breadcrumb A {
	 color:#666666;
}

#art{
	display:block;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin:auto;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

#art_menu{
	width:22%;
	padding-right:25px;
}

#art_right{
	width:78%;
}

#l_menu{
	background:#ffffff;
	padding:10px;
}

#l_menu UL{
	list-style-type:none;
	display:block;
	padding:0px;
	margin:0px;
}

#l_menu LI{
	display:block;
	padding:0px;
	margin:0px;
}

#l_menu A{
	display:block;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin:auto;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	padding:7px;
	color:#000000;
}

#l_menu A:hover{
	color:#8fd75a;
}

#l_menu > UL > LI > A::before{
	content:'';
	display:block;
	width:10px;
	height:10px;
	line-height:10px;
	background:#f8f8f8;
	margin-right:10px;
	margin-top:8px;
}


#l_menu > UL > LI.current > A::before{
	background:#8fd75a;
}

#l_menu UL UL > LI.current > A{
	color:#8fd75a;
}

#l_menu .current > A{

}

#l_menu > UL >LI{
	border-top:1px solid #e3e3e3;
}

#l_menu > UL >LI:first-child{
	border-top:0px none;
}

#l_menu UL UL{
	padding-left:30px;
}


#top_product{
	height:100vh;
	width:100%;
	text-align:center;
	color:#ffffff;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center center;
	background-attachment: fixed;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin:auto;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
}

#top_product0{
	width:100%;
	height:100%;
	/*background: rgba(0,0,0,0.6);*/
	background: rgba(28, 40, 54, 0.8);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-self:bottom;
	vertical-align:bottom;
	align-items:bottom;
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
}

#top_product2{
	width:1400px;
	max-width:98%;
	margin:auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-self:bottom;
	vertical-align:bottom;
	align-items:bottom;
	-webkit-justify-content:center;
	justify-content:center;
	margin-bottom:0px;
	padding-bottom:180px;
}

#top_product3 p{
	line-height: 26px;
}

#top_product H1{
	color:#ffffff;
	font-size:48px;
	font-family: 'Anita', 'DM sans', sans-serif;
}

#top_product H1::after {
    content: '';
    display: block;
    margin: auto;
    height: 5px;
    line-height: 5px;
    background: #8fd75a;
    width: 290px;
    max-width: 90%;
}

#top_product .params{
	clear:both;
	padding-top:30px;
}


#top_product .params UL{
	list-style-type:none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin:auto;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content:center;
	justify-content:center;
}


#top_product .params UL LI{
	display:block;
	padding-left:30px;
	padding-right:30px;
}

#top_product .name{
	text-align:center;
	font-size:15px;
}

#top_product .value{
	text-align:center;
	font-size:24px;
	font-weight:300;
font-family: 'Lato', sans-serif;
}

.para1{
	clear:bioth;
}

.para1{
	padding:20px;
	/*background:#333333;*/
	background-color: #1c2835;
	color:#ffffff;
	margin-top:20px;
	margin-bottom:20px;
}

.para1 H2{
	text-align:center;
}

ARTICLE .panel-title A{
	cursor:pointer;
}

ARTICLE .panel-default{
	border:0px none;
	background:#ffffff;
}

ARTICLE .panel-default > .panel-heading {
    color: #333;
	background-color:#ffffff;
}

ARTICLE .panel-default H4 {
	font-size:22px;
}

/*
ARTICLE .panel-default H4 a::before {
    content: '+';
	padding-right: 15px;
	color: #1c2835;
    color: #8fd75a;
	font-size: 25px;
	font-weight: bold;
}*/

.fa.fa-plus,
.fa.fa-minus {
	font-size: 16px;
	font-weight: 400;
	padding-right: 10px;
	color: #1c2835 !important;
}

.top_baner0 {
	width: 100%;
	height: 600px;
	position: relative;
	left: 0;
	top: 0;
	background-color: #cccccc;
	overflow: hidden;
}

.top_baner1 {
	width: 100%;
	height: 100%;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.top_baner2	 {
	width:100%;
	height:100%;
	/*background:rgba(0,0,0,0.6);*/
	background: rgba(28, 40, 54, 0.7);
	display: flex;
	align-items:center;
	justify-content:center;
}

.top_baner_opis {
	width: 800px;
	max-width: 90%;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #ffffff;
	text-align: left;
}

.top_baner_opis h1 {
	font-size: 35px;
	color: #ffffff;
	padding-bottom: 20px;
}

.top_baner_opis p {
	font-size: 21px;
	line-height: 26px;
	color: #ffffff;
}

.top_baner_opis ul {
	list-style-type: none;
	font-size: 20px;
	padding-top: 10px;
}

.top_baner_opis ul > li::before {
	content: '\ed6f';
	font-family: 'icomoon';
	margin: 0px 15px 0px -32px;
	padding: 0;
}

.top_baner_opis a {
	color: #ffffff;
	font-size: 22px;
}

#contact_serwis a {
	color: #666666;
}

#contact_serwis a:hover {
	color: #8fd75a;
}

.praca_opis_przel {
	font-size: 21px;
	font-weight: bold;
	color: #8fd75a !important;
	cursor: pointer;
	padding-top: 10px;
}

.praca_opis_przel::before {
	content: '+';
	font-weight: bold;
	font-size: 25px;
	padding-right: 10px;
}

.praca_opis_przel.open::before {
	content: '-';
}

.praca_opis_stan {
	display: none;
	margin-top: 25px;
	margin-bottom: 30px;
}

.serwis_info {
	margin: auto;
	padding: 50px;
	border: 2px solid #8fd75a;
	border-radius: 10px;
	margin-bottom: 30px;
}

.serwis_info a {
	color: #726d6d;
}

.serwis_info a:hover {
	color: #8fd75a;
}

.serwis_info ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	list-style-type: none;
	margin: auto;
	padding: 0;
	padding-top: 50px;
}

.serwis_info ul > li {
	display: block;
	width: 24%;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	text-align: center;
}

.kontakt_info {
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
}

.kontakt_info a:hover {
	color: #8fd75a;
}

.para.para0 {
	padding-bottom: 30px;
}

.para.para0 a > img {
	margin-right: 10px;
	margin-top: 10px;
}

#timeline {
	width: 1200px;
	max-width: 98%;
	position: relative;
	margin: 50px auto;
	padding: 0;
}

#timeline::after {
	content: '';
	width: 2px;
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	background-color: #8fd75a;
	transform: translateX(-50%);
}

.timeline_box_left,
.timeline_box_right {
	position: relative;
	width: 50%;
	left: 0;
	margin: 0;
	padding: 10px 50px 10px 0;
	background-color: #ffffff;
}

.timeline_box_right {
	left: 50%;
	padding: 10px 0 10px 50px;
}

.timeline_box_left::after {
	content: url('../img/timeline_arrow_left.png');
	position: absolute;
	right: 0px;
	top: 30px;
}

.timeline_box_right::after {
	content: url('../img/timeline_arrow_left.png');
	position: absolute;
	left: 0px;
	top: 30px;
}

.box_content {
	position: relative;
	margin: 0;
	padding: 20px 0;
	background-color: #ffffff;
	border-radius: 10px;
}

.box_text {
	  display: flex;
	  align-items: flex-start;
	  width: 100%;
	  flex-wrap: wrap;
}

.timeline_box_right .box_text {
	padding-left: 100px;
}

.box_text h2 {
	margin: 0;
	padding: 0;
	padding-right: 20px;
	font-size: 30px;
	font-weight: 400;
	font-family:'Calibri Light', sans-serif;
	line-height: 30px;
	color: #8fd75a;
	text-align: left;
}

.box_text p {
	display: flex;
	max-width: 350px;
	margin: 0;
	padding: 2px 0 5px 20px;
	font-size: 17px;
	line-height: 24px;
	color: #191919;
	font-weight: 400;
	text-align: left;
	font-family:'Calibri Light', sans-serif;
	border-left: 2px solid #8fd75a;
}

.box_obrazek {
	margin: 40px auto 0 auto;
	width: 200px;
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	border-radius: 50%;
}

#box_logo {
	margin-top: 40px;
	text-align: center;
}

.box_obrazki {
	display: flex;
	margin: auto;
}

.newsone{
	width:1000px;
	max-width:100%;
	margin:auto;
}


.branze{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin:auto;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	cursor:pointer;
}

.branze_left{
	width:25%;
	padding-right:30px;
}

.branze_right{
	width:75%;
}

@media only screen and (max-width: 576px) {

	.form-horizontal .form-group {
	    margin-left: 0px;
	    margin-right: 0px;
	}

	#facebook_pan {
	    background:#3b5998;
	    float: none;
	    padding: 0;
	    position: static;
	    right: auto;
	    top: auto;
	    width: 100%;
	    z-index: 1;
	}

	#facebook_pan2 {
	    margin-left: 0px;
		 overflow:hidden;
	}

	#menu1 A.item1 {
		padding-left:12px;
		padding-right:12px;
		font-size:15px;
	}

	#g_menu, #menu1{
		overflow-y: auto;
		width:100%;
		display:block;
	}

	#mobnav-btn {
		display: block;
		clear:both;
		position: absolute;
		top:13px;
		right:10px;
		z-index:13;
	}

	#menu1 {
		width: 100% !important;
		display: none;
	}

	.xactive #menu1 {
		display: block!important;
	}

	.xactive #menu1 .sub A.item1::after {
		display: block;
	}

	#menu1{
		float:none;
		text-align:left;
		width:100%;
		height: 100vh;
		background:#ffffff;
		position: absolute;
		top:0px;
		left:0px;
		z-index:12;
		padding-top:40px;
	}

	#menu1 > LI {
		float: none;
		width:100%;
		position:static;
		border-bottom:1px solid #e7e7e7;
	}

	#menu1 .submenu UL{
		background:#ffffff;
	}

	#menu1 A.item2 {
	    color:#000000;
	}

	#menu1 .submenu {
		position: static !important;
		opacity: 1 !important;
		visibility: visible !important;
		width: 100%;
		transition: all 0.2s ease-in-out;
		display: block !important;
		height: 0px !important;
		max-height: 0px !important;
		overflow: hidden;
	}

	#menu1 .open .submenu {
	display:block;
	   height: auto !important;
	   max-height: 600px !important;
	}

	#menu1 A.item1, .language-switch > A {
	    padding-top:10px;
		 padding-bottom:10px;
		 color:#000000;
	    height: auto;
	    line-height: 1.2 !important;
		 font-size:16px;
	}

	.language-switch {
		padding-left: 0px !important;
		margin-top: -2px !important;
	}

	#lang_menu .dropdown-menu {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	#menu1 A.item2 {
	    padding: 7px;
	    padding-left: 35px;
	    padding-right: 10px;
	}

	#menu1 .submenu {
	    padding-top:0px;
	}

	#menu1 UL LI {
		width:100%;
		white-space: normal;
		text-align:left;
	}

	#top1_1, #top1_2{
		float:none;
		clear:both;
		width:auto;
		text-align:center;
	}

	#top_product3 h1 {
		padding-top: 70px;
	}

	#top_product3 p{
		line-height: 20px;
	}

	#top0 {
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
	}

	#top1,#top2{
		width:100%;
	}

	#top2 {
		padding-left: 0;
	}

	#top_product .params{
		display: none;
	}

	#start1 UL{
		flex-direction: column;
	}

	#start1 LI {
		width:100%;
		margin-bottom: 20px;
	}

	#start3 > UL > LI,
	#wwwpage #maincontent3 .submenu-news-list > li {
		width: 100%;
	}

	#art {
		flex-direction: column-reverse;
	}

	#art_menu {
		width: 100%;
		margin-top: 50px;
	}

	#art_right {
		width: 100%;
	}

	#l_menu a {
		justify-content: center;
	}

	.serwis_info ul > li {
		width: 100%;
	}

	.kontakt_info {
		flex-direction: column;
		text-align: center;
	}

	#timeline {
		margin-top: 0;
		margin-bottom: 0;
	}

	#timeline::after {
		display: none;
	}

	.timeline_box_left,
	.timeline_box_right {
		width: 100%;
		left: 0;
		padding: 0;
	}

	.timeline_box_left::after,
	.timeline_box_right::after {
		display: none;
	}

	.box_text {
		width: 100%;
		max-width: 100%;
	}

	.box_text h2 {
		max-width: 27%;
	}

	.box_text p {
		max-width: 73%;
		padding-left: 20px;
		font-size: 17px;
		line-height: 24px;
	}

	.box_content {
		padding: 20px 0 50px 0;
	}

	.timeline_box_right .box_text {
		padding-left: 0;
	}

	.box_obrazki {
		max-width: 500px;
	}

	.box_obrazki > div {
		max-width: 150px;
		max-height: 150px;
	}

	#box_obrazki_2 > div {
		max-width: 110px;
		max-height: 110px;
	}

        #stopka_logo {
                display: none;
        }

	#stopka_lista {
		padding-top: 0;
	}

	#stopka_lista > li {
		width: 95%;
		margin-bottom: 0;
		padding: 2.5rem 1rem;
		text-align: center;
		border-right: none !important;
	}

        #stopka_lista > li:not(:last-child) {
                border-bottom: 2px solid #8fd75a;
        }
	
	#social_menu {
		justify-content: center;
	}

	#social_menu LI{
		padding-right: 5px;
	}

	#foot {
		padding-top: 10px;
	}

	#foot0 {
		flex-direction: column;
		justify-content: center;
	}

	#foot1 {
		order: 2;
	}

	#foot2 {
		order: 1;
	}

	#foot3 {
		order: 3;
	}

	#foot1, #foot2, #foot3{
		float:none;
		clear:both;
		width:auto;
		text-align:center;
		padding-bottom: 10px;
	}

	#menu1 .nav > li > a{
		padding:10px;
	}

	#menu1 .nav > li, #menu1  .nav > li > a {
	    position:static;
	}

	.branze{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.branze_left{
		width:100%;
		padding-right:0px;
	}

	.branze_right{
		width:100%;
	}

	.para1{
		padding-left: 5px;
 		padding-right: 5px;
	}

	.breadcrumb-line {
		display: none;
	}

	#art_right .panel.panel-default iframe {
		width: 100%;
		display: block;
		margin-bottom: 4px;
	}

}

@media only screen and (max-width: 768px) and (min-width: 577px) {

	.form-horizontal .form-group {
	    margin-left: 0px;
	    margin-right: 0px;
	}

	#facebook_pan {
	    background:#3b5998;
	    float: none;
	    padding: 0;
	    position: static;
	    right: auto;
	    top: auto;
	    width: 100%;
	    z-index: 1;
	}

	#facebook_pan2 {
	    margin-left: 0px;
		 overflow:hidden;
	}

	#menu1 A.item1 {
		padding-left:12px;
		padding-right:12px;
		font-size:15px;
	}

	#g_menu, #menu1{
		overflow-y: auto;
		width:100%;
		display:block;
	}

	#mobnav-btn {
		display: block;
		clear:both;
		position: absolute;
		top:13px;
		right:10px;
		z-index:13;
	}

	#menu1 {
		width: 100% !important;
		display: none;
	}

	.xactive #menu1 {
		display: block!important;
	}

	.xactive #menu1 .sub A.item1::after {
		display: block;
	}

	#menu1{
		float:none;
		text-align:left;
		width:100%;
		height: 100vh;
		background:#ffffff;
		position: absolute;
		top:0px;
		left:0px;
		z-index:12;
		padding-top:40px;
	}

	#menu1 > LI {
		float: none;
		width:100%;
		position:static;
		border-bottom:1px solid #e7e7e7;
	}

	#menu1 .submenu UL{
		background:#ffffff;
	}

	#menu1 A.item2 {
	    color:#000000;
	}

	#menu1 .submenu {
		position: static !important;
		opacity: 1 !important;
		visibility: visible !important;
		width: 100%;
		transition: all 0.2s ease-in-out;
		display: block !important;
		height: 0px !important;
		max-height: 0px !important;
		overflow: hidden;
	}

	#menu1 .open .submenu {
	display:block;
	   height: auto !important;
	   max-height: 600px !important;
	}

	#menu1 A.item1, .language-switch > A {
	    padding-top:10px;
		 padding-bottom:10px;
		 color:#000000;
	    height: auto;
	    line-height: 1.2 !important;
		 font-size:16px;
	}

	.language-switch {
		padding: 10px !important;
		padding-right: 0 !important;
		margin-top: -2px !important;
	}

	#lang_menu .dropdown-menu {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	#menu1 A.item2 {
	    padding: 7px;
	    padding-left: 35px;
	    padding-right: 10px;
	}

	#menu1 .submenu {
	    padding-top:0px;
	}

	#menu1 UL LI {
		width:100%;
		white-space: normal;
		text-align:left;
	}

	#top1_1, #top1_2{
		float:none;
		clear:both;
		width:auto;
		text-align:center;
	}

	#top_product3 h1 {
		padding-top: 40px;
	}

	#top_product3 p{
		line-height: 22px;
	}

	#top0 {
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
	}

	#top1,#top2{
		width:100%;
	}

	#top2 {
		padding-left: 0;
	}

	#top_product .params{
		display: none;
	}

	#start1 LI {
		width: 48%;
		margin-bottom: 30px;
	}

	#start3 > UL > LI,
	#wwwpage #maincontent3 .submenu-news-list > li {
		width: 50%;
	}

	#art {
		flex-direction: column-reverse;
	}

	#art_menu {
		width: 100%;
		margin-top: 50px;
	}

	#art_right {
		width: 100%;
	}

	#l_menu a {
		justify-content: center;
	}

	.serwis_info ul > li {
		width: 48%;
	}

	#timeline::after {
		left: 2%;
	}

	.timeline_box_left,
	.timeline_box_right {
		width: 95%;
		left: 2%;
		padding: 0;
	}

	.timeline_box_left::after {
		content: url('../img/timeline_arrow_left.png');
		transform: scale(0.6);
		margin-left: -25%;
		left: 0px;
		top: 20px;
	}

	.timeline_box_right::after {
		transform: scale(0.6);
		margin-left: -24px;
		top: 20px;
	}

	.box_text p {
		max-width: 300px;
		padding-left: 20px;
		font-size: 17px;
		line-height: 24px;
	}

	.box_content {
		padding: 20px 0 50px 110px;
	}

	.timeline_box_right .box_text {
		padding-left: 0;
	}

	.box_obrazki {
		max-width: 500px;
	}

	.box_obrazki > div {
		max-width: 175px;
		max-height: 175px;
	}

	#box_obrazki_2 > div {
		max-width: 120px;
		max-height: 120px;
	}

	#stopka_lista > li {
		width: 48%;
		margin-bottom: 40px;
	}

	#stopka_lista > li:nth-child(2) {
		border-right: none;
	}

	#stopka_lista > li:nth-child(3) {
		padding-left: 0;
	}

	#foot {
		padding-top: 10px;
	}

	#foot0 {
		flex-direction: column;
		justify-content: center;
	}

	#foot1 {
		order: 2;
	}

	#foot2 {
		order: 1;
	}

	#foot3 {
		order: 3;
	}

	#foot1, #foot2, #foot3 {
		float:none;
		clear:both;
		width:auto;
		text-align:center;
		padding-bottom: 10px;
	}


	.branze{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.branze_left{
		width:100%;
		padding-right:0px;
	}

	.branze_right{
		width:100%;
	}

	.para1{
		padding-left: 5px;
 		padding-right: 5px;
	}

	#art_right .panel.panel-default iframe {
		width: 100%;
		display: block;
		margin-bottom: 4px;
	}
}

@media only screen and (max-width: 1199px) and (min-width: 769px) {

	#menu1 A.item1, .language-switch > A {
		padding-left:12px;
		padding-right:12px;
	}

	.language-switch {
		padding-left: 12px !important;
	}

	#top_product3 p{
		line-height: 24px;
	}

	#start3 > UL > LI,
	#wwwpage #maincontent3 .submenu-news-list > li {
		width:33%;
	}

	#art_menu{
		width:30%;
		padding-right:20px;
	}

	#art_right{
		width:70%;
	}

	.serwis_info ul > li {
		width: 32%;
	}

	#timeline::after {
		left: 2%;
	}

	.timeline_box_left,
	.timeline_box_right {
		width: 85%;
		left: 2%;
		padding: 0;
	}

	.timeline_box_left::after {
		content: url('../img/timeline_arrow_left.png');
		left: 0px;
		top: 20px;
	}

	.timeline_box_right::after {
		top: 20px;
	}

	.box_content {
		padding: 20px 0 50px 150px;
	}

	.timeline_box_right .box_text {
		padding-left: 0;
	}

	.box_obrazki {
		max-width: 500px;
	}

	#dol1{
		font-size:16px;
	}

	#stopka_lista > li {
		padding-left: 12px;
	}

}

/*@media (min-aspect-ratio: 16/9) {
	#top_firma_fg { height: 300%; top: -100%; }
}

@media (max-aspect-ratio: 16/9) {
	#top_firma_fg { width: 300%; left: -100%; }
}*/

@media print {

	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a, a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,h2,h3 {
		orphans: 3;
		widows: 3;
	}

	h2,h3 {
		page-break-after: avoid;
	}

	DIV{
		max-width:100%;
	}

}