.mod-stidemosmenu {
	position: absolute;
	width: 100%;
	padding-top: 100px;
    top: -300px;
	opacity: 0;
	background: white;
	z-index: 50;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
	transition: top .3s, opacity .3s;
}

.mod-stidemosmenu.active {
    top: 0;
    opacity: 1;
}

.mod-stidemosmenu .article > div {
    display: flex;
    gap: 40px;
}

.mod-stidemosmenu .article > div a {
    flex: 1;
}

.mod-stidemosmenu .article h2 {
    margin-bottom: 30px;
}

.mod-stidemosmenu .article a {
    display: block;
    text-decoration: none;
    margin-bottom: 20px;
}

.mod-stidemosmenu .article a:hover strong {
    text-decoration: underline;
}

.mod-stidemosmenu .article a strong {
    display: block;
    font-weight: 600;
}

.mod-stidemosmenu .article a span {
    color: #3e3e3e;
    font-weight: 400;
    font-size: 14px;
}