body,
h1,
h2,
h3,
h4,
h5,
p,
ul {
	margin: 0;
	padding: 0;
	font-family: "Open Sans", arial;
}

:root {
	--mobile-navigation-fisrt-color: #000;
	--mobile-navigation-second-color: grey;
}

:focus {
	outline: none;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

.wrapper {
	width: 95%;
	margin: 0 2.5%;
}

.policy {
	display: none;
	float: left;
	width: 100%;
	text-align: center;
	line-height: 1.5;
	font-size: 14px;
	background-color: #fff;
}

.policy.popup {
	position: fixed;
	z-index: 11;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #9b9b9bd1;
	backdrop-filter: blur(5px);
}

.policy.popup .wrapper {
	padding: 30px 4%;
	margin: 0 20px;
	max-width: 900px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	animation-name: fadeIn;
	animation-duration: 0.5s;
	height: 90%;
	overflow-y: scroll;
}

.policy .close {
	display: none;
}

.policy.popup .close {
	display: inline-block;
	position: absolute;
	top: 6px;
	right: 10px;
	font-size: 35px;
	cursor: pointer;
}

.policy.popup .close:hover {
	color: #ff3837;
}

nav {
	float: left;
	width: 100%;
	background: #f3f3f3;
}

nav #logo {
	float: left;
	width: 100%;
	text-align: center;
	height: 120px;
	background: #dcdcdc;

}

nav #logo img {
	display: inline-block;
	margin: 28px 0;
	max-width: 200px;
	max-height: 80px;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

nav #top_nav {
	float: left;
	width: 100%;

}

nav #top_nav .language-option {
	float: left;
	line-height: 47px;
	color: #e8e8e8;
	font-size: 14px;
	padding: 0 14px;
	font-weight: bold;
	margin-right: 1px;
	box-sizing: border-box;
	width: calc(50% - 1px);
	text-align: center;
}

nav #top_nav a.language-option {
	cursor: pointer;
	color: #656565;
}

nav #top_nav a.language-option:hover {
	color: #252525;
	transition: 0.3s ease;
}

nav #top_nav div.language-option {
	color: var(--mobile-navigation-fisrt-color);
}


nav #top_nav ul {
	float: right;
}

nav #top_nav ul li {
	float: left;
	line-height: 50px;
	color: #868686;
	font-size: 16px;
	width: 50%;
	text-align: center;
	display: flex;
	gap: 6px;
}


nav #top_nav ul li:first-of-type {
	width: 100%;
}

nav #top_nav ul li:last-of-type {
	color: #fff;
	background-color: transparent !important;
}

nav #top_nav ul li i {
	margin-right: 7px;
	font-size: 18px;
}

nav #bot_nav {
	float: left;
	width: 100%;
	box-sizing: border-box;
}

nav #bot_nav ul {
	float: left;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	gap: 10px;
}

nav #bot_nav ul li {
	float: left;
}

nav #bot_nav ul li a {
	float: left;
	color: #d4d4d4;
	font-size: 15px;
	font-weight: bold;
	padding: 25px 0;
	width: 100%;
	text-align: center;
}

nav #bot_nav ul li a:hover,
nav #bot_nav ul li a.active {
	color: #000;
}

#banner_mailchimp {
	float: left;
	width: 100%;
	background: linear-gradient(0deg, #252525c9, #252525c9), url(/design/img/site/pievedums.jpg);
	background-size: cover;
	background-position: center;
	padding: 25px 0;
	margin-top: 25px;
	text-align: center;
}

#banner_mailchimp h1 {
	display: inline-block;
	width: 100%;
	font-size: 20px;
	background: #ffd800;
	color: #000;
	padding: 9px 15px 14px;
	box-sizing: border-box;
	margin: 0;
	font-family: "Exo 2", sans-serif;
}

#banner_mailchimp input[type="text"] {
	display: inline-block;
	width: 100%;
	padding: 16px 25px 15px;
	background: #fff;
	border: 1px #353a3d;
	border-top: none;
	box-sizing: border-box;
}

#banner_mailchimp button {
	display: inline-block;
	width: 100%;
	height: 45px;
	padding: 13px 25px 34px;
	background: #528819;
	color: #fff;
	box-sizing: border-box;
	border: none;
	text-transform: uppercase;
	font-family: "Exo 2", sans-serif;
	font-weight: bold;
	font-size: 16px;
}

#banner_mailchimp h2 {
	display: none;
	float: left;
	width: 100%;
	text-align: center;
	background: #f2c40f;
	padding: 20px 0;
	font-family: arial;
	font-size: 20px;
}

footer {
	float: left;
	width: 100%;
	height: auto;
	padding: 10px 0;
	background: #313131 linear-gradient(to bottom, #3e3e3e, #252525);
	text-align: center;
}

footer img {
	display: inline-block;
	height: 30px;
	background: #fff;
	padding: 10px 15px;
}

footer ul {
	float: right;
	width: 100%;
}

footer ul li {
	float: left;
	color: #ccc;
	width: 100%;
	line-height: 50px;
}

footer ul li i {
	margin-right: 9px;
	color: #ffd800;
}

footer ul li a {
	color: inherit;
}

footer ul#social {
	text-align: center;
	margin: 20px 0 10px;
}

footer ul#social li {
	float: none;
	display: inline-block;
	width: auto;
}

footer ul#social li a {
	padding: 10px;
	text-align: center;
	width: 100%;
	font-size: 34px;
	margin: 0 5px;
}

footer ul#social li a i {
	margin-right: 0;
}

#cookie_policy {
	display: none;
	position: fixed;
	float: left;
	width: 100%;
	bottom: 0;
	z-index: 99;
	text-align: center;
	background: #2c2c2c;
	padding: 10px 0;
}

#cookie_policy p {
	display: inline-block;
	color: #fff;
	font-family: tahoma;
	font-size: 15px;
}

#cookie_policy a {
	color: #007cba;
}

#cookie_policy button {
	display: inline-block;
	margin-left: 30px;
	border: none;
	background: #007cba;
	padding: 7px 20px;
	color: #fff;
}

#prefooter-block {
	float: left;
	width: 100%;
	padding: 30px 0;
}

#prefooter-block h2,
#prefooter-block h3,
#prefooter-block h4 {
	float: left;
	width: 100%;
	text-align: center;
	margin: 7px 0;
}

#prefooter-block p {
	float: left;
	width: 100%;
	text-align: justify;
	margin: 7px 0;
	line-height: 24px;
	font-size: 15px;
}

#prefooter-block img {
	float: left;
	width: 100%;
}

#prefooter-block center {
	float: left;
	width: 100%;
	text-align: center;
	margin: 7px 0;
}

#prefooter-block center a {
	display: inline-block;
	padding: 10px 35px;
	background: #ffd800;
	border-radius: 5px;
	font-size: 15px;
	color: #000;
	font-weight: bold;
}

#prefooter-block ul {
	float: left;
	width: 100%;
	list-style-type: square;
	margin: 7px 0;
	padding-left: 20px;
	box-sizing: border-box;
}

#prefooter-block ul li {
	float: left;
	width: 100%;
	margin: 5px 0;
}

#navigation_contact {
	display: block !important;
}

#navigation_for_car {
	display: none;
}



@media screen and (min-width: 640px) {
	nav #bot_nav {
		padding-right: 20px;
	}
}

@media screen and (min-width: 800px) {
	nav #logo {
		width: 200px;
		height: 100px;
	}

	nav #logo img {
		margin: 18px 0;
	}

	nav #top_nav {
		width: calc(100% - 200px);
		min-height: 100px;
	}

	nav #top_nav .language-option {
		box-sizing: unset;
		width: auto;
	}



	nav #bot_nav {
		width: 100%;
	}

	nav #bot_nav ul li {
		width: auto;
	}

	nav #bot_nav ul li a {
		padding: 25px 18px;
		width: auto;
	}
}

@media screen and (min-width: 960px) {
	.wrapper {
		width: 960px;
		margin: 0 auto;
	}

	nav #logo {
		height: 120px;
	}

	nav #logo img {
		margin: 28px 0;
	}

	nav #top_nav {
		min-height: unset;
	}

	nav #bot_nav {
		width: calc(100% - 200px);
	}

	nav #bot_nav ul {
		padding-left: 30px;
	}

	nav #bot_nav ul li {
		width: auto;
	}

	nav #bot_nav ul li a {
		padding: 25px 18px;
		width: auto;
	}

	#banner_mailchimp h1 {
		width: unset;
		box-sizing: unset;
	}

	#banner_mailchimp input[type="text"] {
		width: unset;
		margin-left: 14px;
		margin-right: -4px;
	}

	#banner_mailchimp button {
		width: unset;
	}

	footer {
		height: 50px;
		text-align: unset;
	}

	footer img {
		float: left;
	}

	footer ul {
		width: auto;
	}

	footer ul li {
		width: unset;
		margin-right: 35px;
	}

	footer ul#social {
		margin-top: 0;
	}
}

@media screen and (min-width: 1125px) {
	.wrapper {
		width: 1100px;
	}


	nav #logo {
		width: 250px;
	}

	nav #top_nav {
		width: calc(100% - 250px);
	}

	nav #top_nav .language-option {
		box-sizing: unset;
		width: auto;
	}

	nav #top_nav ul li,
	nav #top_nav ul li:first-of-type {
		width: auto;
		text-align: left;
		margin-left: 15px;
	}

	nav #bot_nav {
		width: calc(100% - 250px);
	}
}

nav {
	top: 0;
	z-index: 10;
	padding: 10px 0;
}


nav #logo {
	height: unset;
	background-color: transparent;
}

nav #logo img {
	margin: unset;
	width: 200px;

}

nav #top_nav {
	display: flex;
	flex-direction: row-reverse;
	gap: 10px;
	background-color: transparent;
	align-items: center;
	margin-bottom: 10px;
	white-space: nowrap;
}

nav #top_nav ul {
	width: fit-content;
	display: flex;
	gap: 20px;

}

nav #top_nav ul li,
nav #top_nav ul li a,
nav #top_nav ul li i,
nav #top_nav ul li:first-of-type {
	font-size: 14px;
	color: #656565 !important;
	margin: 0;
	line-height: unset;

}

nav #top_nav ul a:hover,
nav #top_nav ul li a:hover {
	color: #000 !important;
}

nav #top_nav .language-option,
nav #top_nav div.language-option {
	text-decoration: unset;
	padding: unset;
	background-color: transparent !important;
}

nav #bot_nav {
	padding: unset;
	background-color: transparent;
	padding-bottom: 10px;
}

nav #bot_nav ul {
	float: right;
	width: fit-content;
	gap: 20px;
	align-items: center;
}

nav #bot_nav ul li a {
	padding: 0 !important;
	font-size: 16px;
	transition: color 0.5s ease;
	position: relative;
	color: #3b3b3b;
}

nav #top_nav .language-option,
nav #top_nav div.language-option {
	position: relative;
	height: fit-content;
	text-decoration: unset !important;
}

nav #top_nav .language-option::before,
nav #top_nav div.language-option::before,
nav #bot_nav ul li a::before {
	content: '';
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #000;
	transition: width 0.5s ease;
}


nav #bot_nav ul li a::before {
	bottom: -4px;
}

nav #top_nav a.language-option:hover::before,
nav #bot_nav ul li a:hover::before {
	width: 100%;
}

nav #bot_nav ul li a:hover,
nav #top_nav ul a:hover li:first-of-type,
nav #top_nav ul a:hover i,
nav #top_nav ul li:hover i {
	text-decoration: unset;
}

#mobile-mavigation {
	display: none;
}

@media screen and (max-width: 900px) {
	nav {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#mobile-mavigation {
		display: flex;
		flex-direction: column;
		width: 26px;
		cursor: pointer;
		order: 1;
		margin: 10px 0;
		border: 2px solid var(--mobile-navigation-fisrt-color);
		padding: 6px 6px;
		border-radius: 8px;
		transition: 0.5s ease;
		background: var(--mobile-navigation-second-color);
	}

	.labelColor-active {
		background: var(--mobile-navigation-fisrt-color) !important;
	}

	#mobile-mavigation span {
		background: var(--mobile-navigation-fisrt-color);
		border-radius: 10px;
		height: 2px;
		margin: 3px 0;
		transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
	}

	#mobile-mavigation .spanColor-active {
		background: var(--mobile-navigation-second-color) !important;
	}

	#mobile-mavigation span:nth-of-type(1) {
		width: 50%;

	}

	#mobile-mavigation span:nth-of-type(2) {
		width: 100%;
	}

	#mobile-mavigation span:nth-of-type(3) {
		width: 75%;
	}

	#mobile-mavigation input[type="checkbox"] {
		display: none;
	}

	#mobile-mavigation input[type="checkbox"]:checked~span:nth-of-type(1) {
		transform-origin: bottom;
		transform: rotatez(45deg) translate(3px, 1px);
	}

	#mobile-mavigation input[type="checkbox"]:checked~span:nth-of-type(2) {
		transform-origin: top;
		transform: rotatez(-45deg)
	}

	#mobile-mavigation input[type="checkbox"]:checked~span:nth-of-type(3) {
		transform-origin: bottom;
		width: 50% !important;
		transform: rotatez(45deg) translate(5px, -10px);
	}

	nav .wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	nav #top_nav {
		flex-direction: column;
		white-space: wrap;
		gap: 0;
		display: none;
	}

	nav #top_nav.active {
		display: flex;
	}

	nav #top_nav .language-option {
		line-height: 30px;
	}

	nav #top_nav a.language-option {
		cursor: pointer;
	}

	nav #top_nav .language-option,
	nav #top_nav div.language-option {
		width: fit-content;
	}

	nav #top_nav ul {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 10px 0;
		gap: 10px;
		width: 100%;
	}

	nav #top_nav ul a {
		margin: 0 auto;

	}

	nav #top_nav ul li {
		display: inline;
		margin: 0 auto;
		text-align: center;

	}

	nav #top_nav ul li,
	nav #top_nav ul li a,
	nav #top_nav ul li i,
	nav #top_nav ul li:first-of-type {
		color: #000 !important;
	}

	nav #top_nav ul li i {
		display: none;
	}

	#top_nav>ul>li:nth-child(3) {
		display: flex;
		flex-direction: column;
		gap: 10px;
		width: 100%;
	}

	nav #top_nav .language-option:hover::before, nav #top_nav div.language-option:hover::before, nav #bot_nav ul li a:hover::before {
		display: none;
	}

	nav #bot_nav ul {
		width: 100%;
		display: flex;
		align-items: center;
		flex-direction: column;
		gap: 20px;
	}

	nav #logo {
		order: 1;
		margin: 10px 0;
	}

	nav #top_nav {
		order: 3;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		column-gap: 40px;
		display: none;
	}

	nav #bot_nav {
		order: 2;
		border-bottom: 1px solid #c7c5c5;
		width: fit-content;
		display: none;
	}

	nav #bot_nav.active {
		display: flex;
		padding-top: 16px;
	}
}