:root {
	--c-main: #4d5ca7;
	--c-main-light: #dee6f6;
	--c-main-06: rgba(77,92,167,0.6);
	--c-main-07: rgba(77,92,167,0.7);
	--c-gray: #f9f9f9;
}

html {font-family: sans-serif;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: var(--c-main);font-family: 'Roboto',Arial,sans-serif;}
body {margin: 0;padding: 0;background-color: #e1e7f5;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form,label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header,hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{margin: 0; padding: 0; border: 0;outline: none;list-style: none;color: var(--c-main);font-family: 'Roboto',Arial,sans-serif;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {display: block;}
audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}
audio:not([controls]) {display: none;height: 0;}
[hidden],template {display: none;}
a {background-color: transparent;color: var(--c-main);}
a:active,a:hover {outline: 0;}
abbr[title] {border-bottom: 1px dotted;}
b,strong {font-weight: bold;}
dfn {font-style: italic;}
mark {background: #ff0;color: #000;}
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 1em 40px;}
hr {box-sizing: content-box;height: 0;}
pre {overflow: auto;}
code,kbd,pre,samp {font-family: monospace, monospace;font-size: 1em;}
button,input,optgroup,select,textarea {color: inherit;font: inherit;margin: 0;}
button {overflow: visible;}
button,select {text-transform: none;}
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer;}
button[disabled],html input[disabled] {cursor: default;}
button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0;}
input {line-height: normal;}
input[type="checkbox"],input[type="radio"] {box-sizing: border-box;padding: 0;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-appearance: textfield;box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}
legend {border: 0;padding: 0;}
textarea {overflow: auto;}
optgroup {font-weight: bold;}
table {border-collapse: collapse;border-spacing: 0;}
td,th {padding: 0;}

section{
	max-width: 1120px;
	padding: 0 60px;
	margin: 0 auto;
}

header{
	background-color: var(--c-main-light);
}

header section{
	height: 95px;
	display: flex; align-items: center;justify-content: space-between;
}

.logo{
	width: 185px;
	height: 39px;
	background: url('logo.svg');background-size: 185px 39px;
}

menu{
	display: flex;
	gap: 50px;
}

.lng{
	background-color: var(--c-main);
	width: 35px;
	height: 67px;
	margin-bottom: 28px;
}

.lng a {
	display: block;
	width: 23px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: 23px 16px;
	background-position: 50%;
	background-color: var(--c-main);
	padding: 6px;
	position: relative;
	z-index: 1;
}

.lng li{
	display: none;
}

.lng li:first-child {
	margin-top: 34px;
	display: block;
}

.lng:hover li{
	display: block;
}

.en{
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 480"><path fill="%23012169" d="M0 0h640v480H0z"/><path fill="%23FFF" d="m75 0 244 181L562 0h78v62L400 241l240 178v61h-80L320 301 81 480H0v-60l239-178L0 64V0h75z"/><path fill="%23C8102E" d="m424 281 216 159v40L369 281h55zm-184 20 6 35L54 480H0l240-179zM640 0v3L391 191l2-44L590 0h50zM0 0l239 176h-60L0 42V0z"/><path fill="%23FFF" d="M241 0v480h160V0H241zM0 160v160h640V160H0z"/><path fill="%23C8102E" d="M0 193v96h640v-96H0zM273 0v480h96V0h-96z"/></svg>');
}
.de{
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 480"><path fill="%23ffce00" d="M0 320h640v160H0z"/><path d="M0 0h640v160H0z"/><path fill="%23d00" d="M0 160h640v160H0z"/></svg>');
}
.et{
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 480"><g fill-rule="evenodd" stroke-width="1pt"><rect width="640" height="477.9" rx="0" ry="0"/><rect width="640" height="159.3" y="320.7" fill="%23fff" rx="0" ry="0"/><path fill="%231791ff" d="M0 0h640v159H0z"/></g></svg>');
}

.burger{
	height: 26px;
	width: 30px;
	padding: 0;
	border:none;
	border-top: 2px solid var(--c-main);
	border-bottom: 2px solid  var(--c-main);
	background-color: transparent;
	display: none;
}
.burger:before{
	content: '';
	height: 2px;
	width: 30px;
	background-color: var(--c-main);
	margin: auto;
}

.slider{
	position: relative;
}

.slider-title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 1;
	background-color: var(--c-main-07);
	padding: 30px 50px;
	line-height: 1;
	color: #fff;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
}

.about{
	padding: 90px 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 80px;
	
}
.about>div:first-child{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.about p+p{
	margin-top: 20px;
}
.about h6{
	font-size: 22px;
	font-weight: bold;
}

.products-bg{
	background: #ccc url(/f/products_bg.webp);
	background-size: cover;
	overflow: hidden;
}
.products-box{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 80px;
}

.products-box>div{
	padding-top: 80px;
	padding-bottom: 120px;
}

.products-box>div *{
	color: #fff;
}

.products-box>div:last-child{
	position: relative;
}

.products-box>div:last-child:before{
	position: absolute;
	content: '';
	background-color: rgba(77,92,167,0.72);
	width: 400%;
	height: 100%;
	top: 0;
	left: -40px;
}
.products-box>div:last-child p{
	position: relative;
	z-index: 1;
}

.products-box p+p{
	margin-top: 20px;
}
.products-box h6{
	font-size: 22px;
	font-weight: bold;
}
.products-box li{
	font-size: 22px;
	margin-top: 12px;
}

.products-list{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}

.products-list h6{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	
}
.products-list p{
	display: block;
	padding: 12px;
	background-color: #fff;
    height: 95px;
}

.products-list img{
	width: 100%;
}

.section-h{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}


.map-bg{
	height: 500px;
	position: relative;
	margin-bottom: 80px;
}


.map-bg iframe{
	position: absolute;
	height: 500px;
	width: 100%;
}

.contacts{
	position: relative;
	top: 0;
}

.warehouse{
	position: absolute;
	width: 430px;
	height: 502px;
	background-color: var(--c-main-07);
}

.warehouse div{
	padding: 30px;
	box-sizing: border-box;
	position: relative;
    top:20%;
}

/* .warehouse_en:before{
	content: 'Warehouse:';
	color: #fff;
	position: absolute;
	left: 30px;
}
.warehouse_de:before{
	content: 'Lager:';
	color: #fff;
	position: absolute;
	left: 30px;
}
.warehouse_et:before{
	content: 'Ladu:';
	color: #fff;
	position: absolute;
	left: 30px;
} */


.warehouse *{
	color: #fff;
}

.section-subh{
	text-align: center;
}

.team{
	display: flex; justify-content: space-around;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 80px;
}
.team img{
	margin-bottom: 40px;
}

footer{
	background-color: var(--c-main);
	padding-top: 40px;
	padding-bottom: 80px;
}

footer section{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}

footer .logo{
	filter: brightness(0) saturate(100%) invert(93%) sepia(0%) saturate(7500%) hue-rotate(63deg) brightness(110%) contrast(107%);
}
footer *{
	color: #fff;
}

footer a:hover{
	color: #fff;
}

footer menu{
	display: block;
}

.uk-offcanvas-bar{
	background-color: var(--c-main);
}

.uk-offcanvas-bar menu{
	padding-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	font-size: 22px;
}

.uk-offcanvas-bar .lng{
	background-color: transparent;
	width: auto;
	height: auto;
	margin-top: 40px;
}

.uk-offcanvas-bar .lng a {
	display: block;
	width: 46px;
	height: 32px;
	background-size: 46px 32px;
	background-position: 50%;
	background-color: transparent;
}

.uk-offcanvas-bar .lng li{
	display: inline-block;
}

.uk-offcanvas-bar .lng li:first-child {
	margin-top: 0;
	display: inline-block;
}









@media screen and (max-width: 960px) {

	.burger{
		display: flex;
	}

	header menu {
		display: none;
	}

	header .lng {
		display: none;
	}

	.about {
		grid-template-columns: repeat(1, 1fr);
		gap: 40px;
	}
	.about h6{
		margin-top: 40px;
	}

	.products-box {
		grid-template-columns: repeat(1, 1fr);
		gap: 40px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.products-box>div {
		padding:0;
	}

	.products-box>div:last-child:before{
		display: none;
	}

	.products-list {
		grid-template-columns: repeat(2, 1fr);
	}

	footer section {
		grid-template-columns: repeat(2, 1fr);
	}

}


@media screen and (max-width:768px){
}


@media screen and (max-width:640px){

	section{
		padding: 0 30px;
	}

	.slider-title {
		font-size: 24px;
	}

	.warehouse {
		width: auto;
		height: auto;
		margin-left: -30px;
	}

	.map-bg iframe{
		display: none;
	}

}

@media screen and (max-width:480px){

	.products-list {
		grid-template-columns: repeat(1, 1fr);
	}

	.team {
		flex-direction: column;
		gap: 40px;
	}

	footer section {
		grid-template-columns: repeat(1, 1fr);
	}

}

