@charset "utf-8";
/* CSS Document */

.icms-header__middle {
    background-color: rgba(0, 0, 0, 0.8);
}
.icms-header__middle .d-flex {
    flex-wrap: wrap;
}
.icms-header__middle a[title="Поиск"] {
	color: #fffdfb; 
}

/*embedvideo*/
.player_container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow:hidden;
}
.player_container iframe,
.player_container object,
.player_container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
