h1, h2, h3, h4, h5{
    margin: 0;
}

a:visited{
    color: white;
}

#wpadminbar{

}

.carousel{
    height: auto;
    margin-top: -85px;

}


.choices__item a{
    text-decoration: none;
    color: white;
}


.carousel a img{

}

.slick-track{
    height: 100%;
}

.slick-list{
height: 100%;
}

.vh-filter{
    display: none;
}


.game_catalog_list .desktop :hover{
    display: block;
}

.vh-thumb-link{
    position: relative;
}

.descopt{
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0, 0.7);
}

.game_catalog_list li:hover .descopt{
    display: block;
}

.game_catalog_list .desktop :hover{
    display: inline-flex;
}

.gamecard .gamecard_links{
    height: 100%;
}

.gamecard .gamecard_flags{
    left: -15px;
	list-style: none;
}

.poviders{
    display: none;
    position: absolute;
    left: 99999999999;
    z-index: -9999;
}

.news{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
}

.news .block {
        flex-wrap: wrap;
        margin: 0 auto;
}

.news-items{
    width: 49%;
    position: relative;
    background: rgba(0,0,0, 0.7);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
}

.news-items a{
    text-decoration: none;
    width: 100%;
    display: inline-flex;
}

.news-items a h3{
    font-size: 18px;
    position: absolute;
    top: 15px;
    left: 25px;
    z-index: 999;
}

.wrapper-img{
width: 100%;
height: 20vh;
display: inline-block;
}

.wrapper-img img{
    opacity: 0.7;
}

.wrapper-img p{
    position: absolute;
    top: 55px;
    left: 25px;
    color: white;
}

.footer-text{
    display: block;
    padding: 50px 10px;
}
p{
    margin-bottom: 15px;
}

 h2{
    margin-bottom: 10px;
}

.footer-text ol{
    list-style-type: circle;
    padding: 5px 15px;
}

.custom-content-style ol{
    list-style-type: circle;
    padding: 5px 15px;
}

@media only screen and (max-width: 768px) { 
.news{
    width: 100%;
}

.news-items{
    width: 75%;
}

.news .block {
    justify-content: center;
}

}

