#block7 {
    background: url('../img/block1/fon1.jpg')no-repeat center top / cover;
    padding-top: 70px;
    position: relative;
}

#block7:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 600px;
    max-height: 50vh;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, #FFF 100%);
    z-index: 1;
}

#block7 .container {
    display: grid;
    grid-template-columns: 4fr 8fr;
    grid-gap: 20px;
    align-items: center;
}

#block7 .right_block div {
    width: 680px;
    max-width: 100vw;
    padding: 40px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(20px);
    position: relative;
    z-index: 2;
}

#block7 .right_block div h2 {
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: var(--color1);
}

#block7 .right_block div a:nth-child(2) {
    font-size: 36px;
    font-weight: 300;
    color: var(--color1);
    margin-right: 10px;
    vertical-align: middle;
}

#block7 .right_block div a:nth-child(3) img,
#block7 .right_block div a:nth-child(4) img,
#block7 .right_block div a:nth-child(7) img,
#block7 .right_block div a:nth-child(8) img {
    width: 35px;
    border-radius: 100%;
    vertical-align: middle;
    margin-left: 10px;
}

#block7 .right_block div a img:hover {
    transform: scale(1.2);
}

#block7 .right_block div a:nth-child(5) {
    font-size: 32px;
    font-weight: 300;
    display: block;
    margin-top: 10px;
    color: var(--color1);
    margin-bottom: 40px;
}

#block7 .right_block div h4 {
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    color: var(--color1);
    margin-right: 10px;
    margin-bottom: -5px;
}