section{
    width: 100%;
    overflow: hidden;
}
section .reklama3{
    margin: 30px 0;
    position: relative;
}

section .reklama3 .wer{
    width: 100%;
    height: 206px;
    border-radius: 10px;
}
section .reklama3 .top .cent img{
    transform-origin: 50% 100%;

}
section .reklama3 .top{
    width: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    justify-content: space-between;
}
section .reklama3 .top h3{
    color: #eee;
}
section .reklama3 .top .left{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 20px 0 55px;
}
section .reklama3 .top .right{
    margin: 0 40px 0 0;
}
section .reklama3 .top .right a{
    margin: 0 0 0 15px;
    color: #ddd;
    font-weight: 600;
}
section .reklama3 .top .left a{
    color: #eee;
    padding: 10px 12px;
    margin: 5px;
    border-radius: 10px;
    background: #fff2;
}
section .reklama3 .top .left a:hover{
    color: #8527D8;
    background: #fff8;
}
section .reklama3 .top .right .iew{
    display: flex;
    flex-wrap: wrap;
    margin: 7px 0 0 0;
}
section .reklama3 .top .right img{
    width: 170px;
    height: 50px;
}
section .reklama3 .top .right img:hover{
    transform: scale(1.1);
}
section .reklama3 .top .right .iew img{
    max-width: 170px;
    height: 50px;
    border-radius: 7px;
    margin: 0 0 10px 17px;
}

footer{
    width: 100%;
    min-height: 500px;
    overflow: hidden;
    background: #161B2A;
}
footer .container{
    padding: 0 30px;
}
footer .top, footer .top1, footer .top2{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
footer .top1{
    margin: 0 60px 0 0;
}
footer .top a{
    color: #bbb;
}
footer .top .so{
    display: flex;
    align-items: center;
}
footer .top .so .du{
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background: #8527D8;
    margin: 0 5px 30px 0;
}
footer .top .so h3{
    margin: 0 0 30px 0;
}
footer .top .so span{
    color: #8527D8;
}
footer .top .row{
    max-width: 240px;
}
footer .top .row4{
    max-width: 300px;
}
footer .top .wrap2, footer .top .wrap3, footer .top .wrap4{
    color: #bbb;
    margin: 90px 0 0 0;
}
footer .top .wrap1{
    margin: 50px 0 0 0;
}
footer .top .wrap1 .so img{
    width: 147px;
    height: 80px;
    margin: 0 0 50px 0;
}
footer .top .wrap1 ul li{
    margin: 0 0 45px 0;
}
footer .top .wrap1 ul li:first-of-type{
    display: flex;
}
footer .top .wrap1 ul li:first-of-type i{
    color: #bbb;
    font-size: 20px;
    margin: 0 15px 0 0;
}
footer .top .wrap1 ul li a:hover{
    color: #8527D8;
}
footer .top .wrap1 ul li a i{
    font-size: 20px;
    margin: 0 15px 0 0;
}
footer .top .wrap2 .row .soz{
    display: flex;
    flex-wrap: wrap;
}
footer .top .wrap2 .row .soz li{
    width: 65px;
    height: 27px;
    text-align: center;
    margin: 0 15px 15px 0;
}
footer .top .wrap2 .row .soz li a{
    border-radius: 50px;
    padding: 5px 15px;
    border: 1px solid #bbb;
}
footer .top .wrap2 .row .soz li a:hover{
    background-color: #eee;
    color: #8527D8;
    font-weight: 700;
    border: 1px solid #8527D8;
}
footer .top2 .wrap3 .row ul li{
    margin: 0 0 25px 0;
}
footer .top2 .wrap3 .row ul li a i{
    color: #8527D8;
    margin: 0 10px 0 0;
}
footer .top2 .wrap3 .row ul li a:hover{
    color: #8527D8;
}
footer .top2 .wrap3 .row ul li a:hover i{
    color: #eee;
}
footer .top2 .wrap4 .row ul li {
    display: flex;
    margin: 0 0 25px 0;
}
footer .top2 .wrap4 .row ul li img{
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin: 0 10px 0 0;
}
footer .top2 .wrap4 .row ul li .tar a{
    font-size: 15px;
    margin: 6px 0 0 0;
}
footer .top2 .wrap4 .row ul li .tar a:hover{
    color: #8527D8;
}
footer .top2 .wrap4 .row ul li .tar .be{
    display: flex;
    align-items: center;
}
footer .top2 .wrap4 .row ul li .tar .be1{
    color: #00f;
}
footer .top2 .wrap4 .row ul li .tar .be2{
    color: #ff0;
}
footer .top2 .wrap4 .row ul li .tar .be3{
    color: #f00;
}
footer .top2 .wrap4 .row ul li .tar .be .kva1{
    width: 20px;
    height: 6px;
    margin: 0 10px 0 0;
    background: #00f;
}
footer .top2 .wrap4 .row ul li .tar .be .kva2{
    width: 20px;
    height: 6px;
    margin: 0 10px 0 0;
    background: #ff0;
}
footer .top2 .wrap4 .row ul li .tar .be .kva3{
    width: 20px;
    height: 6px;
    margin: 0 10px 0 0;
    background: #f00;
}
footer .bottom{
    color: #bbb;
    margin: 20px 0 0 0;
}


@media (max-width: 1184px){
    section .reklama3 .top .left div{
        margin: 20px 0 0 0;
    }
}
@media (max-width: 1100px) and (min-width: 100px){
    footer .top1{
        margin: 0 30px 0 0;
    }
}
@media (max-width: 1000px) and (min-width: 900px){
    footer .top1{
        margin: 0 20px 0 0;
    }
}
@media (max-width: 800px) and (min-width: 700px){
    section .reklama3 .top .right {
        margin: 30px 30px 0 0;
    }
}

@media (max-width: 900px) and (min-width: 800px){
    footer .top1{
        margin: 0 10px 0 0;
    }
}
@media (max-width: 800px){
    section .reklama3 .top .cent img{
        display: none;
    }
    footer .top{
        flex-direction: column;
        justify-content: center;
    }
    footer .top .wrap1{
        margin: 50px 20px 0 0;
    }
    footer .top .wrap2{
        margin: 50px 0 0 20px;
    }
    footer .top .wrap3{
        margin: 20px 20px 0 0;
    }
    footer .top .wrap4{
        margin: 20px 0 0 20px;
    }
    footer .top1, footer .top2{
        justify-content: center;
    }
    footer .bottom{
        color: #bbb;
        margin: 20px 0 30px 0;
    }
}
@media (max-width: 700px){
    section .reklama3 .top{
        margin: 30px 0 0 0;
    }
}

@media (max-width: 500px){
    section .reklama3{
        display: none;
    
    }
}
@media (max-width: 400px){
    footer .top1, footer .top2{
        flex-direction: column;
        justify-content: center;
    }
}
