.block_1 {
    background-image: url('https://www.lok-vpn.ru/images/fon22.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply; 
    margin: 30px;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 0 20px 0px #000000;
    margin-bottom: 20px;
}

.block_1_1 {
    display: flex;
    letter-spacing: 1.1px;
    background: #0000007a;
    font-weight: 800;
    padding: 15px;
    border-radius: 10px;
    flex-direction: column;
    gap: 20px;
}

.block_1_1 h3 {
    color: #f5f5f5;
    font-size: 18px;
    font-weight: 800;
    margin-top: 10px;
    border-radius: 10px;
}

.block_1_1 a {
    width: 500px;
    height: 45px;
    display: flex;
    color: #dfdfdf;
    font-size: 17px;
    margin-bottom: 5px;
    display: flex;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(4 130 244), rgb(74 0 253), rgb(0 43 253),rgb(74 0 253), rgb(0 137 255));
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.block_1_1 h3 > span {
    background: linear-gradient(to right, rgb(4 130 244), rgb(0 43 253));
    padding: 7px;
    font-size: 22px;
    border-radius: 10px;
    display: inline-block;
    transform: rotate(-3deg); 
}

.block_1_1 p {
    color: #d8d8d8;
    font-size: 14px;
}