body{
    font-family: "Cabin", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
}

img{
    max-width: 100%;
    height: auto;
}
a{
    transition: all .3s;
}
a.link{
    line-height: 50px;
    border-radius: 25px;
    padding: 0 50px;
    font-weight: 600;
    background: #3018a6;
    color: #fff;
    display: inline-block;
}
a.link:hover{
    background: #160279;
    text-decoration: none;
}
.first{
    min-height: 80vh;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    position: relative;
}
.first:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.5;
}
.first h1{
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 9;
    max-width: 600px;
}
.first a{
    position: relative;
    z-index: 9;
}
.section{
    padding: 70px 0;
}
.bg-purple{
    background: #010217;
    color: #fff;
}
.popular-games{
    background: #f4f4f4;
}
.wrapper-popular-games{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    
}
.wrapper-popular-games .item{
    width: calc((100% - 60px) / 4);
    text-align: center;
    position: relative;
    transition: all .2s;
    overflow: hidden;
}
.wrapper-popular-games .item:before{
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
}
.wrapper-popular-games .item:hover{
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.45);
}
.wrapper-popular-games .item .overlay{
    position: absolute;
    padding: 20px;
    left: 0;
    width: 100%;
    top: calc(100% - 60px);
    transition: all .4s;
    height: 100%;
}
.wrapper-popular-games .item .overlay p.title{
    font-weight: 600;
    color: #fff;
    font-size: 20px;
}
.wrapper-popular-games .item .overlay .link{
    position: relative;
    margin-top: 15px;
    transition: all .2s;
}
.wrapper-popular-games .item:hover .overlay{
    top: 0;
    background: rgba(0,0,0,.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

footer{
    padding: 80px 0;
    background: #010217;
    color: #fff;
}
footer h2{
    margin: 0 0 20px;
}
footer .logo-l{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}
footer .logo-l img{
    height: 50px;
}
.copyright-site{
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    color: #f5f5f5;
}
.bg-grey{
    background: #f5f5f5;
}
.wrapper-benefits{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.wrapper-benefits .item{
    padding: 30px;
    border: 1px solid #c3c3c3;
    background: #160279;
    width: calc((100% - 20px) / 2);
    border-radius: 5px;
}
.wrapper-benefits .item p{
    color: #fff;
}
.wrapper-benefits .item p.title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}

img.center{
    display: block;
    margin: 15px auto 20px;
}

.title-section{
    margin: 0 0 20px;
}

.float-left{
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}
.center-link{
    display: block;
    text-align: center;
}
.footer-socials a{
    margin: 0 15px;
    display: inline-block;
}

@media screen and (max-width: 1199px){
    .wrapper-popular-games .item{
        width: calc((100% - 20px) / 2);
    }
}

@media screen and (max-width: 991px){
    .footer-socials{
        margin-top: 30px;
        text-align: center;
    }
}

@media screen and (max-width: 767px){
    .wrapper-benefits .item{
        width: calc((100% - 20px) / 2);
    }
    .float-left{
        margin-right: 0;
    }
}

@media screen and (max-width: 590px){
    .wrapper-popular-games .item{
        width: 100%;
    }
    .wrapper-benefits .item{
        width: 100%;
    }
}

/*
playback timings (ms):
  captures_list: 1.151
  exclusion.robots: 0.048
  exclusion.robots.policy: 0.028
  esindex: 0.025
  cdx.remote: 7.639
  LoadShardBlock: 76.654 (3)
  PetaboxLoader3.datanode: 2517.471 (4)
  PetaboxLoader3.resolve: 87.805 (2)
  load_resource: 2532.071
*/