/*
.mainmenu-lvl1 > li a:hover {
	color: #303032;
}
.mainmenu-lvl1 > li:hover > .strelka {
	color: #303032;
}
*/
/*img { max-width: 100%}*/
.img-responsive {
	width: 100%
}
.index-block__text {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.header-nav img, .absolute-icon img { max-width: 100%; width: 100%;}
.slick-dots {
	list-style-type: none;
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	padding-top: 5px;
    padding-left: 50px;
    padding-right: 50px;
    color: #fff;
    width: 300px;
    background-color: #ce1126;
    background-image: url(../../../../img/indexmenu_overlay.png.html);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 3;
	margin-bottom: 0;
	position: absolute;
}
.slick-slide {
	height: 70vh;
	display: flex !important;
}
.slick-dots li {
	margin-right: 10px;
}
.slick-dots li.slick-active button {
	background-color: #4d6172;
	color: #4d6172;
}
.slick-dots li:last-child {
	margin-right: 0;
}
.slick-dots button {
	display: block;
    color: #fff;
    width: 25px;
	height: 25px;
    border: none;
	background-color: white;
}

.index-block h2 {
	width: 377px;
}
.index-block .who {
	width: 377px;
}
.overflow_hidden {
	overflow: hidden;
}
.header-db {
	display: flex !important;
}
.header-nav a {
	background-color: #E8EAEC;
	border-radius: 50%;
	width: 65px;
	height: 65px;
	padding: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
}
.header-nav a img{
		width: 100%;
		height: 100%;
	}
@media (max-width: 1500px){
	.absolute-icon {
		right: 30px;
	}
}
@media (max-width: 1300px) and (min-width: 1200px){
	.absolute-icon {
		right: 2px;
	}
	.absolute-icon a {
		padding: 0;
		width: 40px;
		height: 40px;
		border: 10px solid #E8EAEC;
	}
	.absolute-icon img {
		width: 100%;
		height: 100%;
	}
	.absolute-icon>.header-nav__lang {
		align-items: center;
		justify-content: center;
	}
}
@media (max-width: 1200px){
	.header-nav a {
		background-color: #E8EAEC;
		border-radius: 50%;
		width: 65px;
		height: 65px;
		padding: 20px;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 18px;
	}
}
@media (max-width: 992px) {
	.mainmenu.open {
		height: -webkit-calc(100vh - 90px);
    	height: calc(100vh - 90px);
		height: -webkit-calc(var(--vh, 1vh) * 100 - 90px);
		height: calc(var(--vh, 1vh) * 100 - 90px);
	}
	.index-text {
		padding-left: 15px;
		padding-right: 15px;
	}
	.index-content {
		padding-left: 0;
		padding-right: 0;
	}
	.index-block::before, .index-block::after {
		display: none;
	}
	.who-text p {
		line-height: 20px;
	}
	.who-text p:last-child {
		margin-bottom: 0;
	}
	.index-block .who-text {
		margin-bottom: 15px;
	}
	.index-block .who {
		margin-left: 0;
	}
	.index-block h2 {
		margin-left: 0;
	}
}
@media (max-width: 768px){
	.header-nav a {
		width: 45px;
		height: 45px;
		padding: 12px;
		margin-right: 10px;
	}
	.header-nav a img{
		width: 100%;
		height: 100%;
	}
	.index-block .who {
		width: 100%;
	}
	.index-block h2 {
		width: 100%;
	}
}