.back {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 3px;
    text-align: left;    
    text-transform: uppercase;
    width: 100%;
    max-width: 102px;
    height: fit-content;
    position: absolute;
    right: 20px;
    top: 160px;
}
.back a {
    color: #15152d;
}
.title {
    font-family: 'Gelasio', serif;
    font-size: 60px; 
    line-height: 92px;
    text-align: left;
    color: #15152d;
    margin: 0;
}

.introText {
    font-family: 'Albert Sans', sans-serif;
    font-size: 3vh;
    line-height: 4vh;
    font-weight: 200;
    height: fit-content;
    position: relative;
    top: 20px;
}
.news-img {
    width: 100%;
    max-width: fit-content;
    margin: 80px auto;
}
.text {
    font-family: 'Albert Sans', sans-serif;
    font-size: 1.2vw;
    line-height: 4vh;
    text-align: justify;
    height: fit-content;
}

@media (min-width: 1921px) {
    .grid-gallery-images {
        margin: 0.3vh;
    } 
    .sponsors {
        max-width: 100vw;
        left: 0;
    }
    .tamogatok {
        max-width: 100vw;
        left: 0;
        text-align: center;
    }
    .logos {
        left: 7vw;
    }
    .footer {
        top: 20vh;
    }
}
@media (max-width: 1700px) {
    .content {
        max-width: 80%;
    }
    .title {
        font-size: 6vh;
    }
    .text {
        font-size: 2.5vh;
    }
    .swiper {
        width: 100%;
    }
    .grid-gallery-images {
        margin: 2.7vh;
    }
    .sponsors {
        max-width: 100vw;
        height: 350px;
        top: 30vh;
    }
    .tamogatok {
        left: 10vw;
        max-width: 80%;
        text-align: center;
    }
    .logos {
        left: 10vw;
        max-width: 80%;
    }
}
@media (max-width: 1200px) {
    .grid-gallery-images {
        margin: 2.7vh 8.3vh;
    }
    .plus-img {
        transform: translate(-44vw, 75vh);
    }
}
@media (max-width: 920px) and (max-height: 450px) and (orientation: landscape) {
    .logo,
    .logo img {
        margin-top: 0;
        margin-left: 0;
        transform: scale(0.8);
    }
    .back {
        top: 90px;
    }
    .introText,
    .text {
        font-size: 5vh;
        line-height: 6.5vh;
    }
    .news-img,
    .news-img img {
        width: 100%;
    }
    .title {
        font-size: 9vh;
        line-height: 11vh;
    }
    .swiper-gallery-img {
        width: -webkit-fill-available;
    }
    .logos {
        top: 20px;
    }
}
@media (max-width: 900px) and (orientation: portrait) {
    .content {
        top: 0;
    }
    .back {
        top: 80px;
    }
    .title {
        font-size: 4vh; 
        line-height: 6vh;
    }
    .news-img,
    .news-img img {
        width: 100%;
    }
    .swiper-gallery-img {
        width: -webkit-fill-available;
    }
    .grid-gallery {
        justify-content: center;
    }
    .grid-gallery-images {
        margin: 1vh 0;
    }
    .plus-img {
        transform: translate(-110vw, 135vh);
    }
}
@media (max-width: 550px) {
    .logo, 
    .logo img {
        transform: scale(0.85);
        margin-top: 0;
        margin-left: 0;
    }
    .back {
        font-size: 1.5vh;
        line-height: 3vh;
        right: 0px;
        top: 70px;
    }
    .content {
        top: 40px;
    }
    .title {
        line-height: 5vh;
    }
    .swiper-gallery {
        padding: 0.8em;
    }
    .plus-img {
        transform: translate(-300vw, 205vh);
    }
    .logos {
        left: 0;
    }
}

