﻿* {
	margin: 0;
	padding: 0;
	outline: 0;
}
html {
}
body {
	font-family: Ubuntu, Arial, sans-serif;
	color: #000;
	font-size: 14px;
	background-color: #BDBDBD;
	background-image: url('../img/content_bg.webp');
	background-repeat: repeat;
}

.productList {
	padding-left: 25px;
}

.shadowClass {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.productList li::marker {
	color: #ebb600;
	content: " ▶ ";
}

.productList a:link {
	background-color: #f4433600;
	color: black;
	padding: 8px 5px;
	text-decoration: none;
	display: block;
}

.productList a:hover {
	background-color: #ebb600;
	color: white;
}

.menu-toggle {
	display: none; /* Hide by default */
	font-size: 2em;
	cursor: pointer;
	padding: 10px;
  }

.mainbg {
	background-image: url('../img/head_bg.webp');
	background-repeat: no-repeat;
	background-position: center top;
}
.headercontainer {
}

.slidercontainer {
	background-size: cover;
	background-position: center top;
	background-repeat: repeat;
	padding-top: 20px;
	background-color: #fff;
	max-width: 980px;
	max-height: 176px;
	margin: auto;
}

.shadow {
	background-position: center bottom;
	max-width: 1200px;
	margin: 0px auto;
	background-image: url('../img/shadows-bottom.png');
	background-repeat: no-repeat;
	padding-bottom: 28px;
}
#logo {
	position: absolute;
	width: 115px;
	height: 110px;
	padding: 0px 0px;
	z-index: 999;
	margin: 0px 0px 0px 0px;
}
#logo small {
}
header {
	background-position: center center;
	max-width: 940px;
	padding: 0px 20px 0px 20px;
	margin: 0px auto;
	background-repeat: no-repeat;
	min-height: 240px;
	background-image: url('../img/logo.png');
}
nav {
	width: 100%;
	height: 45px;
}
#menu ul {
	list-style-type: none;
	text-align: center;
	padding: 0px 20px 11px 20px;
	max-width: 948px;
	margin: auto;
}

#menu li {
	border-width: 1px;
	border-color: #a37cb1;
	display: inline-block;
	margin: 5px 0px;
	text-align: center;
}

#menu li a {
	display: block;
	padding: 0px 5px 0px 6px;
	text-decoration: none;
	font-size: 12px;
	color: #a5a5a5;
	font-weight: 500;
}

#menu li a.active, #menu li a:hover {
	color: white;
}

  /* Media query for smaller screens */
  @media (max-width: 768px) {
	#menu ul {
	  display: none; /* Hide the menu by default on small screens */
	  flex-direction: column; /* Stack links vertically */
	  position: absolute;
	  top: 60px; /* Adjust as needed */
	  background-color: #f9f9f9; /* Or your menu background color */
	  width: 100%;
	  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	  z-index: 1; /* Ensure it's on top */
	}

	.brLanguage {
		display: none;
	}

	#menu li:hover {
		background-color: #ffdf6f;
	}

	#menu li a.active, #menu li a:hover {
		color: black;
	}

	#menu ul.active {
		display: flex; /* Show the menu when the 'active' class is added */
		width: 50%;
		left: 0;
		right: 0;
		margin: auto;
		background-color: #BDBDBD;
		box-shadow: 0px 0px 16px 4px rgba(0,0,0,0.2);
		background-image: url('../img/content_bg.webp');
	  }
	
	#menu li {
		text-align: center;
		padding: 10px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		margin-bottom: 10px;
		background: white;
	}

	.activeLanguageButton {
		background: #ebb600!important;
	}

	#menu li a {
		color: #a5a5a5;
		font-size: 16px;
	}

	.menu-toggle {
		display: block;
		position: absolute;
		top: 18px; /* Position the top edge of the element at the middle of the parent */
		right: auto;
		color: #BDBDBD;
		transform: translateY(-50%); /* This shifts the element up by half its height */
	  }
	}

.heading {
	text-align: right;
	padding-top: 25px;
	color: #333;
	line-height: 1.2em;
	font-size: 14px;
	font-weight: 300;
}
.heading a {
	text-decoration: none;
	color: #6a2670;
	font-size: 18px;
	font-weight: 400;
}
.heading a:hover {
	color: #4b2c00;
}
h1,h2, h4 {
	background-position: center top;
	padding: 25px 20px;
	line-height: 1em;
	font-weight: 500;
	background-color: #ebb600;
	color: #000;
	font-size: 22px;
	text-align: center;
	margin: 0px auto;
	background-repeat: no-repeat;
	max-width: 940px;
}
h3 {
	padding: 15px 20px 0px 20px;
	text-align: center;
	font-weight: 300;
	font-size: 24px;
	margin: 0px auto 0px auto;
}
h5{
	padding-top: 20px;
	text-align: center;
	font-weight: 500;
	font-size: 15px;
	color: #000;
	margin:0;
}
.abs {
	width: 100%;
	margin: auto;
}
article {
	max-width: 980px;
	margin: 0px auto 0px auto;
	background-color: #fff;
}
@media (max-width:980px){
article {
	margin: 0px auto;
}
}
article p {
	padding-left: 30px;
	padding: 20px;
	padding-bottom: 0px;
	text-align: left;
	font-weight: 300;
	font-size: 15px;
	color: #000;
}
article p a:hover {
	color: #000;
}
.col1-3 p {
	padding: 0px 20px 20px 20px;
}
.push-left {
	float: right;
	margin: 0px 0px 0px 20px;
	height: 80px;
}
.name {
	font-size: 20px;
	font-weight: 500;
	color: rgb(255,51,0);
}
.equalcol {
	display: table;
}
.equalcol-row {
}
.col1-2 {
	width: 50%;
	display: table-cell;
	float: left;
}
.col1-3 {
	width: 33.3333%;
	display: table-cell;
	float: left;
}
.col1-4 {
	width: 25%;
	display: table-cell;
	float: left;
}
.col3-4 {
	width: 75%;
	display: table-cell;
	float: left;
}
.clearfix {
	clear: both;
	height: 0px;
}
.bgins {
}

.clickableImage:hover{
	outline: 2px solid #ebb600;
	transform: scale(0.95);
	transition-duration: 0.35s;
}

.clickableImage:not(:hover) {
	color:#ebb600;
	transform: scale(1);
	transition-duration: 0.35s;
}

@media (min-width:790px){
	.bgins2 {
		display: grid; grid-template-columns: 3fr 1fr;
	}
}
.bgins3 {
	background-color: #eee;
}
.bgins4 {
	background-color: rgb(233, 233, 233);
}
.ins2 {
	color: #fff;
}
.ins3 {
	color: #000;
}
.bgins a, .bgins4 a {
	color: #4695D5;
}
.bgins a:hover, .bgins4 a:hover {
	color: #fff;
}
.intro {
	font-size: 16px;
	color: #fff;
	line-height: 1em;
}
.foto {
	text-align: center;
	padding: 20px 0px 20px 0px;
}
.fotos {
	text-align: center;
	padding: 0px 0px 20px 0px;
}
.fotos img {
	padding: 0px;
	margin: 8px 4px;
	border: none;
	height: 140px;
}
.foto img:hover {
}
.foto img {
	padding: 0px;
	margin: 4px;
	border: none;
	height: 110px;
}
.foto2 img {
}
.foto3 img {
	width: auto;
}
.foto4 img {
	width: auto;
}
.foto5 img {
	width: auto;
}
.padding20y {
	padding: 20px 0px;
	text-align: center;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.center strong {
	font-weight: 400;
	font-size: 24px;
	color: #6a2670;
}
footer {
	text-align: center;
	max-width: 980px;
	margin: 0px auto;
	background-color: #fff;
	background-color: rgba(255,255,255,0.5);
}
footer small {
	font-size: 11px;
	opacity: 0.85;
	margin-top: 10px;
	display: inline-block;
}
footer p {
	padding: 20px;
	font-size: medium;
	text-align: center;
}
footer a {
	color: #363636;
}
footer a:hover {
	color: #000;
}
.google-maps {
	border-width: 0px;
	border-color: #FFFFFF;
	padding: 0px;
	height: 320px;
	margin: auto;
	width: 100%;
}
#author {
	margin: 0px auto;
	text-align: center;
	padding: 10px 20px;
	font-size: 11px;
	color: #999;
	background-color: #eee;
	max-width: 940px;
}
#author img {
	border: none;
	vertical-align: middle;
}
#author a {
	color: #555;
}
.inside {
	max-width: 480px;
}
@media (max-width:944px){
.col1-4 {
	width: 50%;
}
.col1-2 {
	width: 100%;
}
}
@media (max-width:509px){
.heading {
	display: none;
}
#menu ul {
	text-align: center;
}
#logo {
	position: relative;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 0px;
}
h1 {
	padding: 15px 20px;
}
}
@media (max-width:310px){
body {
	background-image: none;
}
}
@media (max-width:759px){
.floating {
	float: none;
	width: 100%;
	margin: 20px 0;
}
.center strong {
	font-size: 18px;
}
.col1-3 {
	width: 100%;
}
}
@media (max-width:479px){
.floating {
	display: none;
}
.inside {
	width: 100%;
}
}
@media (max-width:319px){
.push-left {
	display: none;
}
}
.pdf {
	float: right;
	margin: 20px 20px 20px 20px;
	text-align: center;
	background-color: #fff;
	padding: 20px 20px;
	color: #666;
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
}
.pdf img {
	border-style: none;
	text-align: center;
	height: 64px;
	padding-bottom: 10px;
}
.pdf a {
	color: #000;
}
.pdf a:hover {
	color: #555;
	text-decoration: none;
}
@media (max-width:479px){
.pdf {
	float: none;
	display: inline-block;
	width: 100%;
	margin: 10px 0px;
	padding: 10px 0px;
}
}
.name_icon {
	background: #2c0e6e;
	height: 15px;
	opacity: .9;
	margin-left: -5px;
	margin-top: 0px;
	border-right: 15px solid #fff;
	border-bottom: 15px solid transparent;
}
.names {
	height: 28px;
}
.photo_icon {
	width: 122px;
	height: 122px;
	margin: 0px auto;
	transition-duration: 0.35s;
}
.photo_icon:hover {
	transform: scale(0.95);
	transition-duration: 0.35s;
}
.img-responsive {
	display: block;
	width: auto;
	max-height: 100%;
	margin: auto;
}
.name_icon a {
	color: #fff;
	line-height: 30px;
	margin-left: 15px;
	font-size: 13px;
	text-decoration: none;
}
.names a {
	color: #fff;
	line-height: 0.8em;
	margin-left: 5px;
	font-size: 10px;
	text-decoration: none;
}
.product {
	width: 144px;
	height: 165px;
	border: 2px solid #eeeeee;
	margin: 5px;
	background-color: #fff;
	display: inline-block;
	vertical-align: top;
	transition-duration: 0.35s;
}
.product:hover {
	border: 2px solid #ddd;
	transition-duration: 0.35s;
}
.list-product {
	text-align: center;
	padding: 20px 0px;
	height: auto;
	background-color: #fff;
}
.cert {
	padding: 0px;
	text-align: center;
}
.cert img {
	height: 100px;
	margin: 0px 8px;
}
.floating {
	float: right;
	margin: 0px 0px 0px 0px;
	width: 250px;
	background-color: #D8D8D8;
}
.floating-ru {
	width: 290px;
}
.borderside {
	border-right-style: solid;
	border-left-style: solid;
	border-width: 1px;
	border-color: #eee;
}
.prod {
	text-align: center;
	padding: 25px 0px;
}
.prod .item {
	display: inline-block;
	max-width: 23%;
	margin: 0.7% 0.5%;
}
.prod .item a {
	display: block;
	color: #777;
	padding-bottom: 20px;
	border: 1px solid rgba(200, 200, 200, 0.5);
	font-size: 16px;
	font-weight: 300;
}
.prod .item img {
	width: 100%;
}
.prod .item a:hover {
	color: #6a2670;
	border: 1px solid #ccc;
}
.prod .item a:hover img {
	transform: scale(0.94);
	transition-duration: 0.35s;
}
@media (max-width:639px){
.prod .item {
	max-width: 48%;
	margin: 0.7% 0.5%;
}
}
@media (max-width:359px){
.prod .item {
	max-width: 97%;
	margin: 2.7% 0.5%;
}
}
