#block1 {
    padding-top: 25vh;
    position: relative;
}

#block1: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;
}

#block1 .container {
    position: relative;
}

#block1 img.abs {
    position: absolute;
    height: 670px;
    right: 0;
    bottom: 20px;
}

#block1 h1 {
    position: relative;
    z-index: 2;
    color: rgba(255, 255, 255, 0.80);
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0px 0px 50px rgba(53, 82, 98, 0.50);
}

#block1 h1 span:nth-child(1) {
    font-size: 250px;
    color: inherit;
    display: block;
    margin-bottom: -40px;
    padding-left: 40px;
}

#block1 h1 span:nth-child(2) {
    font-size: 350px;
    color: inherit;
    display: block;
}


#block2 {
    margin-top: 100px;
    margin-bottom: 220px;
}

.title h2 {
    text-align: center;
    font-size: 44px;
    margin-bottom: 40px;
    color: var(--color1);
    text-transform: uppercase;
    font-weight: 500;
}

#block2 .history {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

#block2 .history__item .image {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 163, 255, 0.50);
}

#block2 .history__item:hover .image {
    transform: scale(1.05);
}

#block2 .history__item h4 {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: var(--color1);
}



#block3 {
    background: url('../img/block3/fon3.png')no-repeat center top / cover;
}

#block3 .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;

}

#block3 .left_block {
    position: relative;
    min-height: 500px;
}

#block3 .left_block img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 700px;
    max-height: 100vh;
}

#block3 .right_block {
    padding: 70px 0;
}

#block3 .right_block .title h2 {
    font-size: 44px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px;
}

#block3 .audio {
    margin-bottom: 10px;
}

#block3 .audio p {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 5px;
    padding-left: 20px;
}

#block3 audio {
    width: 100%;
    height: 25px;
}


#block4 {
    margin-top: 150px;
    margin-bottom: 70px;
}

#block4 .galery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    grid-template-areas:
        "foto1 foto2 foto2 foto3"
        "foto1 foto5 foto6 foto3"
        "foto4 foto5 foto7 foto8";
}

#block4 .galery .image {
    width: 100%;
    border-radius: 20px;
    cursor: pointer;
}

#block4 .galery .image:hover {
    transform: scale(1.05);
}

#block4 .galery .image:nth-child(1) {
    grid-area: foto1;
    height: 380px;
}

#block4 .galery .image:nth-child(2) {
    grid-area: foto2;
    height: 190px;
}

#block4 .galery .image:nth-child(3) {
    grid-area: foto3;
    height: 485px;
}

#block4 .galery .image:nth-child(4) {
    grid-area: foto4;
    height: 380px;
    margin-top: -105px;
}

#block4 .galery .image:nth-child(5) {
    grid-area: foto5;
    height: 570px;
}

#block4 .galery .image:nth-child(6) {
    grid-area: foto6;
    height: 275px;
}

#block4 .galery .image:nth-child(7) {
    grid-area: foto7;
    height: 275px;
}

#block4 .galery .image:nth-child(8) {
    grid-area: foto8;
    height: 275px;
}

#block4 .container:nth-child(2) {
    margin-top: 70px;
}

#block4 .video,
#block5 .concert,
#block6 .news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

#block4 .video__item {
    border-radius: 20px;
    position: relative;
    height: 250px;
}

#block4 .video__item .mask {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}

#block4 .video__item:hover .mask {
    transform: translate(-50%, -50%) scale(1.05);
    box-shadow: 0px 0px 50px 0px rgba(255, 0, 0, 0.5);
}


#block5 .concert .image {
    border-radius: 20px;
    height: 530px;
    max-height: 100vh;
}

#block5 .concert .image:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 50px 0px rgba(0, 163, 255, 0.50);
}


#block6 {
    margin-top: 150px;
    margin-bottom: 100px;
}

#block6 .news .image {
    border-radius: 20px;
    height: 300px;
    position: relative;
    margin-bottom: 20px;
}

#block6 .news .image .mask {
    position: absolute;
    top: 20px;
    left: 20px;
}

#block6 .news .image .mask p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    border-radius: 20px;
    border: 1px solid #8D8B8D;
    background: rgba(101, 101, 101, 0.20);
    backdrop-filter: blur(20px);
    padding: 10px 20px;
}

#block6 .news a h4 {
    font-size: 20px;
    font-weight: 400;
    color: var(--color1);
    text-align: center;
}