*,  *:before, *:after {
    margin: 0;
    padding: 0;
    font-family: "Inter", Arial, sans-serif;
}
.bg{
    background: url("https://political.nifti.xyz/img/bgpolitsoon1.jpg");
    background-position-y: 75%;
    background-size: cover;
    position: absolute;
    overflow: hidden;
    z-index: -999;
    width: 100%;
    height: 100%;
    display: block;
}
.soon{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.text{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.title{
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    text-shadow: 3px 3px 15px rgb(0 0 0 / 68%);
    text-align: center;
    margin-bottom: 5px;
}
.subtitle{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding: 0px 10px;
}
.socialmedia{
    margin-top: 20px;
}
.titlet{
    text-align: center;
    font-size: 25px;
    font-weight: 200;
    color: #fff;
}
.list{
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.s{
    display: flex;
    padding: 20px 20px 20px 20px;
    min-width: 331px;
    border-radius: 10px;
}
.s.vk{
    background: #fff;
    margin-right: 20px;
}
.discord{
    background: #5865F2;
    
}
.logo{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
.logo img{
    width: 50px;
    height: 50px;
}
.txt{
    display: flex;
    flex-direction: column;
}
.txt span{
    font-size: 15px;
}
.discord .txt span{
    color: #fff;
}
.txt a{
    text-decoration: none;
}
.btn{
    padding: 5px 20px;
    display: inline-block;
    margin-top: 7px;
    border-radius: 10px;
    font-size: 15px;
    transition: 0.3s;
}
.vk .btn{
    background: #07f;
    color: #fff;
}
.discord .btn{
    background: #fff;
    color: #000;
}
.vk .btn:hover{
    background: #0068de;
}
.discord .btn:hover{
    background: #c8c8c8;
}
@media (max-width: 800px) {
    .list{
        flex-direction: column;
    }
    .s.vk{
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .title{
        font-size: 45px;
    }
    .subtitle{
        font-size: 16px;
    }
}
@media (max-width: 800px) {
    .list{
        flex-direction: column;
    }
    .s.vk{
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .title{
        font-size: 45px;
    }
    .subtitle{
        font-size: 16px;
    }
}
@media (max-width: 600px) {
    .title{
        font-size: 35px;
    }
    .s{
        padding: 10px;
        min-width: 331px;
    }
    .titlet{
        font-size: 20px;
    }
    .logo img{
        width: 35px;
        height: 35px;
    }
}
@media (max-width: 400px) {
    .s{
        padding: 10px;
    }
    .txt span{
        font-size: 13px;
    }
    .btn{
        font-size: 13px;
    }
}
.c{
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
}