* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}
body {
	background: #fff;
	
	color: #313131;
	min-height: 100vh;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
}
a {
    color: #2F6C1A;
    text-decoration: none;
    font-weight: 700;
   }
.rus {
	color:blue;
}
.lv {
	color:blue;
}


header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	height:80px;
	background:#b3daff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    display: flex;
    padding: 5px 0;
    align-items: center;
    justify-content: space-between;

}

.container{
    width: 100%;
	max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
    position: relative;
}

.header__nav {
    position: absolute;
    right: 36px;
    display: block;
}
.header__menu {
    display: flex;
	position: relative;
	z-index: 2;
}
.header__menu li {
	list-style: none;
	margin: 0px 0px 0px 36px;
	color:#2F6C1A;
	font-size: 16px;
	text-decoration: none;
}
@media (max-width: 1200px) {

	.header__menu li {
		list-style: none;
		margin: 0px 0px 0px 26px;
		color:#2F6C1A;
		font-size: 15px;
		
		text-decoration: none;
	}
	
}

@media (max-width: 992px) {

	.header__menu li {
		list-style: none;
		margin: 0px 0px 0px 10px;
		color:#2F6C1A;
		font-size: 12px;
		text-decoration: none;
	}
	
}


@media(max-width: 768px){ 
.header__nav {
	display: block;
	position: absolute;
    top: 55px;
    left: 0;
    background: rgb(255, 253, 218);
    box-shadow: #ccc;
	width: 100%;
    box-shadow: 0 4px 2px -2px rgba(36, 36, 36, 0.37);
    transition: all 0.4s ease;
	left:-100%;
}
.header__menu {
	display: block;
}
.header__nav.open-menu{
    left:0;
}
.header__menu li {
	margin: 40px 0px 40px 33px;
   
	}
.menu-burger__header {
	position: relative;
    width: 40px;
    height: 35px;
    display: block;
    margin-left: 10px;
   }
.menu-burger__header span, .menu-burger__header:after, .menu-burger__header:before{
	height: 3px;
	width: 100%;
	position: absolute;
	background: #515758;
	margin: 0 auto;
}
.menu-burger__header span{
	top: 16px;
}
.menu-burger__header:after, .menu-burger__header:before{
	content: '';
}
.menu-burger__header:after{
	bottom: 5px;
}
.menu-burger__header:before{
	top: 5px;
}
.menu-burger__header.open-menu span {
	opacity:0; 
    transition: 0.5s; 
}
.menu-burger__header.open-menu:before {
	transform: rotate(38deg);
    top: 16px;
    transition: 0.4s;
}
.menu-burger__header.open-menu:after {
	transform: rotate(-38deg);
    bottom: 16px;
    transition: 0.4s;
}

header {
	height: 60px;
}

.fixed-pade {
    overflow: hidden;
}


}
