html {height: 100%;}

body {
	min-height: 100%;
	height: 100%;
	font-family: 'Helvetica', sans-serif;
    margin: 0px;
    padding: 0px;
	font-size: 15px;
    color: #212529;
	font-weight: 400;
	background: #ffffff;
}

.flogo img {
	width: 100%;
	height: auto;
}

.talk a {
	width: 100%;
	height: 42px;
	line-height: 42px;
	background: #00A2ED;
	color: #ffffff;
	font-size: 18px;
	display: block;
	border-radius: 10px;
	text-align: center;
	margin-top: 29px;
}

.talk a:hover {
	border: 1px solid #ffffff;
	text-decoration: none;
	line-height: 40px;
}

.lang a:hover {
	text-decoration: none;
	background: #00A2ED url(../img/caret-down.svg) no-repeat 38px center;
	border: none;
	line-height: 42px;
}

a.more:hover {
	border: 1px solid #ffffff;
	text-decoration: none;
	line-height: 71px;	
}

.cat_item {
	width: 100%;
	height: 195px;
	border-radius: 8px;
	border: 1px solid #ECECEC;
	background: #FFF;
	margin-top: 50px;
	position: relative;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	transition: all 0.3s ease;
	cursor: pointer;
}

.cat_item:hover {
	transform: scale(1.05);
	-webkit-box-shadow: 8px 8px 16px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 8px 8px 16px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 8px 8px 16px 0px rgba(34, 60, 80, 0.2);
}

.cat_ico {
	width: 80px;
	height: 80px;
	background: url(../img/ai.svg) no-repeat center center;
	background-size: cover;
	position: absolute;
	left: 50%;
	top: -8px;
	transform: translate(-50%,0);
}

.cat_ico img {
	max-width: 80%;
	max-height: 80%;
	width: auto;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

a.catname {
	color: #2D3336;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	display: block;
	width: 80%;
	margin: 105px auto 0px auto;
}

a.catname:hover {
	text-decoration: none;
}

.news_item {
	min-height: 605px;
	border-radius: 8px;
	background: #F0F2F3;
	margin-top: 42px;
	margin-bottom: 15px;
	padding: 21px;
	position: relative;
}

.news_item img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.news_info {
	min-height: 245px;
	margin-top: 27px;
}

.news_info a {
	color: #2D3336;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	min-height: 50px;
}

.news_short {
	color: #676767;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	margin-top: 20px;
}

.created {
	width: 73px;
	height: 30px;
	border-radius: 8px;
	background: #FFF;
	color: #676767;
	font-size: 12px;
	font-style: normal;
	line-height: 30px;
	position: absolute;
	left: 21px;
	bottom: 21px;
	text-align: center;
}

a.readmore {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	height: 30px;
	line-height: 30px;
	border-radius: 8px;
	background: #00A2ED url(../img/arrow-right-up.svg) no-repeat 80px center;
	position: absolute;
	right: 21px;
	bottom: 21px;
	padding-left: 29px;
	padding-right: 38px;
}

a.readmore:hover {
	border: 1px solid #ffffff;
	text-decoration: none;
	line-height: 29px;
}

a.all_news {
	color: #2D3336;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	line-height: 72px;
	letter-spacing: 1.2px;
	height: 72px;
	border-radius: 10px;
	border: 1px solid #2D3336;
	display: inline-block;
	margin-top: 75px;
	padding-left: 63px;
	padding-right: 63px;
	transition: all 0.3s ease;
}

a.all_news:hover {
	background: #00A2ED;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #00A2ED;
}

.aboutpic img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.aboutpic {
	padding-top: 59px;
	position: relative;
}

.aboutpic::before {
	position: absolute;
	left: 15px;
	top: 42px;
	width: 220px;
	height: 5px;
	background: #00A2ED;
	border-radius: 3px;
	content: "";
}

.aboutpic::after {
	position: absolute;
	right: 15px;
	bottom: -17px;
	width: 220px;
	height: 5px;
	background: #00A2ED;
	border-radius: 3px;
	content: "";
}

.minislogan {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	padding-top: 12px;
	padding-bottom: 24px;
}

.brd {
	border-bottom: 1px solid #383F43;
}

.copyrights a {
	color: #BDBDBD;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.copyrights {
	padding-top: 23px;
	color: #BDBDBD;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

@media (min-width: 768px) {
	
	.fr {
		float: right;
	}
	
	#header {
		height: 100px;
		background: #2D3336;
	}
	
	.logo img {
		width: 100%;
		height: auto;
		margin-top: 10px;
	}
	
	.lang a {
		height: 42px;
		line-height: 40px;
		display: inline-block;
		border-radius: 10px;
		border: 1px solid #BDBDBD;
		padding-left: 13px;
		padding-right: 33px;
		float: right;
		color: #FFFFFF;
		margin-top: 29px;
		font-size: 18px;
		background: url(../img/caret-down.svg) no-repeat 38px center;
	}
	
	.slogan {
		color: #FFF;
		font-size: 68px;
		font-weight: bold;
		line-height: normal;
		text-transform: uppercase;
	}

	.slogan_desc {
		color: #FFF;
		font-size: 30px;
		font-style: normal;
		line-height: normal;
		padding-top: 21px;
	}
	
	.slider {
		height: calc(100vh - 110px);
		position: relative;
	}

	.slider_ {
		height: calc(100vh - 110px);
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 82.22%, rgba(0, 0, 0, 0.70) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0.00) 39.23%, rgba(0, 0, 0, 0.39) 60.24%, rgba(0, 0, 0, 0.70) 82.22%);
		position: relative;
	}
	
	.p50 {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	
	a.more {
		display: block;
		width: 290px;
		height: 72px;
		line-height: 72px;
		border-radius: 10px;
		background: #00A2ED;
		text-align: center;
		color: #FFF;
		font-size: 24px;
		font-style: normal;
		letter-spacing: 1.2px;
		margin-top: 56px;
	}
	
	#categories {
		background: #F0F2F3;
		padding-top: 110px;
		padding-bottom: 110px;
	}
	
	#subcategories {
		padding-bottom: 40px;
	}
	
	.contentheading {
		color: #2D3336;
		font-size: 48px;
		font-style: normal;
		font-weight: bold;
		line-height: normal;
		text-align: center;
	}
	
	#news {
		padding-top: 75px;
		padding-bottom: 75px;
	}
	
	#about {
		background: #F0F2F3;
		padding-top: 110px;
		padding-bottom: 110px;
	}
	
	.abouttext {
		color: #2D3336;
		font-size: 18px;
		font-style: normal;
		line-height: normal;
		padding-top: 80px;
	}
	
	#foooter {
		padding-top: 43px;
		padding-bottom: 43px;
		background: #2D3336;
	}
	
	.ftext, .ftext a {
		color: #BDBDBD;
		font-size: 16px;
		line-height: normal;
	}
	
	.fhead {
		color: #FFF;
		font-size: 16px;
		font-style: normal;
		text-transform: uppercase;
		height: 34px;
		line-height: 34px;
		border-radius: 20px;
		border: 1px solid #474747;
		background: #272E31 url(../img/location.svg) no-repeat 23px center;
		display: inline-block;
		padding-left: 51px;
		padding-right: 39px;
		margin-bottom: 14px;
	}
	
	.topmenu ul {
		margin: 36px 0px 0px 0px;
		padding: 0px;
		list-style: none;
		font-size: 18px;
	}

	.topmenu ul li {
		display: inline-block;
		padding-left: 10px;
		padding-right: 10px;
	}

	.topmenu ul li a:link, .topmenu ul li a:visited {
		color: #ffffff;
	}
	
	a.phone {
		display: block;
		padding-left: 31px;
		background: url(../img/phone.svg) no-repeat left center;
	}
	
	.submenu {
		position: absolute;
		left: -5px;
		top: 25px;
		background: #2D3336;
		min-width: 350px;
		z-index: 2000;
		padding: 15px;
		display: none;
	}
	
	.submenu a {
		display: block;
		width: 100%;
		height: 37px;
		line-height: 37px;
		border-bottom: 1px solid #555555;
	}
	
	.other_lang {
		position: absolute;
		height: 40px;
		width: 70px;
		right: 15px;
		top: 70px;
		z-index: 3000;
		display: none;
	}
	
	#forma input[type="text"], #forma input[type="email"] {
		display: block;
		width: 100%;
		height: 40px;
		margin-bottom: 5px;
		outline: none;
		border: 1px solid #555555;
	}
	
	#forma textarea {
		display: block;
		width: 100%;
		height: 100px;
		margin-bottom: 5px;
		outline: none;
		border: 1px solid #555555;
	}
	
	.add a {
		display: block;
		width: 100%;
		height: 40px;
		background: #00A2ED;
		color: #ffffff;
		text-transform: uppercase;
		text-align: center;
		line-height: 40px;
		font-weight: bold;
		margin-top: 10px;
		transition: all 0.3s ease;
	}
	
	.char_item {
		display: inline-block;
		width: 19.5%;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 25px;
	}
	
	.product_item {
		border: 1px solid #cccccc;
		margin-bottom: 15px;
	}
	
	.product_description {
		border-top: 1px solid #cccccc;
		margin-top: 25px;
	}
	
}

@media (max-width: 767px) {
	
	.product_description {
		border-top: 1px solid #cccccc;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	
	.product_item {
		border: 1px solid #cccccc;
		margin-bottom: 15px;
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.char_item {
		display: inline-block;
		width: 49%;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 25px;
	}
	
	.add a {
		display: block;
		width: 100%;
		height: 30px;
		background: #00A2ED;
		color: #ffffff;
		text-transform: uppercase;
		text-align: center;
		line-height: 30px;
		font-weight: bold;
		margin-top: 10px;
		transition: all 0.3s ease;
	}
	
	#forma input[type="text"], #forma input[type="email"] {
		display: block;
		width: 100%;
		height: 30px;
		margin-bottom: 5px;
		outline: none;
		border: 1px solid #555555;
	}
	
	#forma textarea {
		display: block;
		width: 100%;
		height: 70px;
		margin-bottom: 5px;
		outline: none;
		border: 1px solid #555555;
	}
	
	.other_lang {
		position: absolute;
		height: 40px;
		width: 70px;
		left: 15px;
		top: 70px;
		z-index: 3000;
		display: none;
	}
	
	.submenu a {
		display: block;
		width: 100%;
		padding-top: 7px;
		padding-bottom: 7px;
		border-bottom: 1px solid #ffffff;
		line-height: 24px;
	}
	
	.submenu a:last-child {
		border: none !important;
	}
	
	.submenu {
		background: #008ccd;
		padding: 0px 15px 0px 15px;
		display: none;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.menu-close {
		position: absolute;
		right: 15px;
		top: 15px;
		background: #00A2ED url(../img/close.svg) no-repeat center center;
		background-size: 35px 35px;
		border-radius: 50%;
		width: 45px;
		height: 45px;
		z-index: 3000;
	}
	
	a.phone {
		display: inline-block;
		padding-left: 31px;
		background: url(../img/phone2.svg) no-repeat left center;
	}
	
	.topmenu ul {
		margin: 100px 0px 0px 0px;
		padding: 0px;
		list-style: none;
		font-size: 24px;
	}

	.topmenu ul li {
		display: block;
		text-align: center;
	}

	.topmenu ul li a:link, .topmenu ul li a:visited {
		color: #ffffff;
	}
	
	#hamburger {
		position: fixed;
		right: 15px;
		top: 15px;
		background: #00A2ED url(../img/hamburger.svg) no-repeat center center;
		background-size: 25px 20px;
		border-radius: 50%;
		width: 45px;
		height: 45px;
		z-index: 1000;
	}
	
	.fhead {
		color: #FFF;
		font-size: 16px;
		font-style: normal;
		text-transform: uppercase;
		height: 34px;
		line-height: 34px;
		border-radius: 20px;
		border: 1px solid #474747;
		background: #272E31 url(../img/location.svg) no-repeat 23px center;
		display: inline-block;
		padding-left: 51px;
		padding-right: 39px;
		margin: 0px auto 14px auto;
	}
	
	.ftext, .ftext a {
		color: #BDBDBD;
		font-size: 16px;
		line-height: normal;
		text-align: center;
		display: block;
		padding-bottom: 20px;
	}
	
	.minislogan {
		text-align: center;
	}
	
	#foooter {
		padding-top: 15px;
		padding-bottom: 15px;
		background: #2D3336;
		text-align: center;
	}
	
	.abouttext {
		color: #2D3336;
		font-size: 18px;
		font-style: normal;
		line-height: normal;
		padding-top: 50px;
	}
	
	#about {
		background: #F0F2F3;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	#news {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.logo {
		text-align: center;
	}
	
	.contentheading {
		color: #2D3336;
		font-size: 38px;
		font-style: normal;
		font-weight: bold;
		line-height: normal;
		text-align: center;
	}
	
	#categories {
		background: #F0F2F3;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	#subcategories {
		padding-bottom: 40px;
	}
	
	a.more {
		display: block;
		width: 200px;
		height: 62px;
		line-height: 62px;
		border-radius: 10px;
		background: #00A2ED;
		text-align: center;
		color: #FFF;
		font-size: 24px;
		font-style: normal;
		letter-spacing: 1.2px;
		margin-top: 56px;
	}
	
	.slider {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.slider_ {
		padding-top: 20px;
		padding-bottom: 20px;
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 82.22%, rgba(0, 0, 0, 0.70) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0.00) 39.23%, rgba(0, 0, 0, 0.39) 60.24%, rgba(0, 0, 0, 0.70) 82.22%);
		position: relative;
	}
	
	.slogan {
		color: #FFF;
		font-size: 38px;
		font-weight: bold;
		line-height: normal;
		text-transform: uppercase;
	}

	.slogan_desc {
		color: #FFF;
		font-size: 20px;
		font-style: normal;
		line-height: normal;
		padding-top: 21px;
	}
	
	.lang a {
		height: 42px;
		line-height: 40px;
		display: inline-block;
		border-radius: 10px;
		border: 1px solid #BDBDBD;
		padding-left: 13px;
		padding-right: 33px;
		color: #FFFFFF;
		margin-top: 29px;
		font-size: 18px;
		background: url(../img/caret-down.svg) no-repeat 38px center;
	}

	.topmenu {
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0px;
		top: 0px;
		background: #00A2ED;
		z-index: 5000;
	}
	
	.logo img {
		width: 70%;
		height: auto;
		margin-top: 10px;
	}

	#header {
		background: #2D3336;
		padding-bottom: 10px;
	}

}

.with {
	position: relative;
}

.static {
	padding-bottom: 40px;
}

.bread {
	font-size: 13px;
	color: #adaeae;
	padding-top: 35px;
}

.bread a {
	color: #adaeae;
}

.bread span {
	color: #00A2ED;
}

.pagination {
	margin: 0px 0;
	font-size: 13px;
}

.pagination ul {
	display: inline-block;
	*display: inline;
	margin-bottom: 0;
	margin-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*zoom: 1;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
	display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #999999;
	cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
	color: #999999;
	cursor: default;
	background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
}

.pagination-centered {
	text-align: center;
}

.pagination a:link, .pagination a:visited {
	color: #0088cc;
	text-decoration: none;
}

.pagination a:link, .pagination a:visited {
	color: #005580;
	text-decoration: none;
}

.pagipagi {
	padding-top: 50px;
}

.gallery_item img {
	width: 100%;
	height: auto;
}

.gallery_item {
	border: 1px solid #cccccc;
	padding: 4px;
	margin-bottom: 30px;
}

.createdate {
	color: #adaeae;
	margin-bottom: 30px;
	font-size: 13px;
}

.cert_img {
	height: 300px;
	position: relative;
}

.cert_item {
	min-height: 505px;
	border-radius: 8px;
	background: #F0F2F3;
	margin-top: 42px;
	margin-bottom: 15px;
	padding: 21px;
	position: relative;
}

.cert_item img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	position: absolute;
	max-width: 100%;
	max-height: 300px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.cert_info {
	margin-top: 27px;
}

.cert_info a {
	color: #2D3336;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	min-height: 50px;
}

.lang {
	position: relative;
}

.other_lang a {
	margin-top: 0px !important;
	background: #00A2ED !important;
}

.lang a:focus {
	text-decoration: none !important;
}

#forma p {
	margin-bottom: 0px;
	font-weight: bold;
}

#forma label {
	padding-left: 7px;
}

.add a:hover {
	text-decoration: none;
	background: #0384c0;
}

.red {
	color: red;
}

#errors {
	color: red;
	font-size: 12px;
}

.okstatus {
	display: none;
	color: #ff0000;
	font-weight: bold;
	font-size: 17px;
}

.product_name {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 4px;
}

.ppic img {
	max-width: 100%;
	height: auto;
}

a.dn_pdf {
	display: block;
	width: 150px;
	height: 23px;
	line-height: 25px;
	background: #00A2ED;
	color: #ffffff;
	margin: 10px auto 0px auto;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 15px;
}

a.dn_pdf:hover, a.dn_pdf:focus {
	text-decoration: none;
	background: #0384c0;
}

.ppic {
	border-right: 1px solid #cccccc;
}

.ct {
	font-weight: bold;
	font-size: 12px;
}

.cd {
	font-size: 12px;
}

.product_description {
	font-size: 12px;
	padding-left: 10px;
	padding-top: 25px;
}

#sforma input[type="text"] {
	display: block;
	width: 100%;
	height: 40px;
	border-radius: 10px;
	border: 1px solid #bbbbbb;
	padding-left: 10px;
	outline: none;
}

#sforma input[type="submit"] {
	display: inline-block;
	height: 40px;
	margin-top: 15px;
	border-radius: 10px;
	background: #00A2ED;
	color: #ffffff;
	outline: none;
	border: none;
	text-transform: uppercase;
	padding-left: 25px;
	padding-right: 25px;
}