ul.child {
    display: none;
    flex-wrap: wrap;
    position: absolute;
    padding: 0;
    background-color: #fcfcfc;
    left: 0;
    width: 1150px;
    top: 43px;
    box-shadow: 0px 2px 5px 0px #999;
    border-radius: 0 0 25px 25px;
}
ul.firstch {
    display: flex;
	position: relative;
    margin: 10px 0px;
    padding-left: 40px;
    font-size: 14px;
}
.child li {
    width: 33.33%;
    box-sizing: border-box;
}
.top-menu .child li:hover {
	background-color: initial;
	color: initial;
}
.child li a {
    color: #007bff;
    font-weight: 600;
    border-bottom: 1px solid #ebebeb;
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 15px;
}
ul.cild-sec {
    padding-left: 15px;
}
.cild-sec li a {
    color: initial;
    font-weight: 500;
    border-bottom: none;
    margin-bottom: 0px;
    font-size: 15px;
    padding-bottom: 0px;
}
.top-menu .cild-sec li {
    width: 100%;
    padding: 0;
}
.child li a:hover {
	text-decoration: underline;
}
.top-menu li {
    list-style: none;
    padding: 12px 8px;
    border-radius: 10px;
    font-weight: 500;
	cursor: pointer;
}
.top-menu {
    display: flex;
    align-items: center;
}
.top-menu li.active {
    background-color: #1c2132;
    color: #ffffff;
}
.top-menu li.active a.firstm {
	color: #ffffff;
}
.top-menu li:hover a.firstm {
	color: #ffffff;
}
.top-menu li:hover,
.top-menu li.active {
	transition: 0.5s;
	background-color: #1c2132;
    color: #ffffff;
}
.top-menu li:hover ul.child{
	display: flex;
}

ul.child:hover{
	display: flex;
}
.lk {
    max-width: 115px;
    margin-left: auto;
    color: #007bff;
    font-size: 14px;
}
.lk:hover {
    transition: 0.5s;
    color: #1c2132;

}
.lk a {
    display: flex;
    align-items: center;
}
.lk img.img1 {
    margin-right: 10px;
}
.mobile {
    display: none;
}

@media only screen and (min-width : 320px) and (max-width: 1200px) {
    .mobile {
        display: inherit;
    }
    .mainmenu {
        position: absolute;
        display: block;
        top: -5px;
        background-color: #edeff6;
        right: 0;
        margin: 0;
        width: 90%;
        box-sizing: border-box;
        padding: 25px;
        border-radius: 0 0 0 25px;
        box-shadow: 0 0 10px #999;
        padding-top: 75px;
        padding-left: 15px;
        height: 100vh;
        overflow-y: scroll;
    }
    .vid {
        display: block!Important;
    }
    .top-menu .lk {
        display: none;
    }
    .skryt {
        position: absolute;
        right: 25px;
        width: 22px;
        z-index: 999;
        top: 25px;
    }
    .top-menu {
        display: none;
    }
    .top-menu li {
        font-size: 22px;
        position: relative;
    }

    ul.child {
        position: relative;
        width: 100%;
        top: 15px;
        background-color: initial;
        box-shadow: none;
        border: 1px dashed #1c2132;
        border-radius: 25px;
    }
    .top-menu li {
        width: 100%;
    }
    .top-menu li:hover {
        background-color: initial;
        color: initial;
    }
    ul.cild-sec {
        display: none;
    }
    img.plus {
        position: absolute;
        right: 15px;
        top: 15px;
        width: 22px;
        height: 22px;
    }
    .child li a {
        font-size: 18px;
        color: #1c2132;
        padding-bottom: 0;
        margin-bottom: 0;
        box-sizing: border-box;
        padding-right: 40px;
    }
    ul.cild-sec {
        display: none;
        margin-top: 10px;
    }
    .top-menu .cild-sec li {
        padding-bottom: 10px;
    }
    .top-menu .closem {
        display: none!important;
    }
    ul.firstch {
        display: block;
        position: initial;
            padding: 0;
    }
    li.parent {
        padding-bottom: 5px;
    }
    .top-menu li:hover a.firstm {
        color: #1c2132;
    }
}

