.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    text-align: center;
}
.alert-info{
    color: #ffffff;
    background-color: #9cb6e1;
    border-color: #9cb6e1;
}
.alert-danger{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.page-intro__description{
    width: 100%;
    font-size: 20px;
}
.bounty-conditions{
    margin-bottom: 40px;
}
.bounty-conditions-text{
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 20px;
}
.bounty-conditions-list{
    list-style: disc;
}
.copy-code__value {
    font-size: 20px;
}
.social-wrap{
    display: flex;
}
.social-wrap a{
    margin: 0 5px;
}
.payment-confirm-list__value img {
    width: 110px;
}
.dropdown-image {
    height: 35px;
}
@media screen and (max-width: 767px){
    .levels-composition__scheme{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 430px){
    .mobile-menu .btn {
        font-size: 12px!important;
        padding: 0px 12px;
    }
    .mobile-menu .select-language {
        margin-right: 10px;
    }
}