.title {
    font-family: 'Gelasio', serif;
    font-size: 60px;
    line-height: 92px;
    text-align: left;
    color: #15152d;
    margin: 0;
}
.text {
    width: 100%;
    max-width: 1402px;
    height: fit-content;
    position: relative;
    top: 100px;
    font-family: 'Albert Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: normal;
    text-align: left;
    color: #000035;
    margin: 0;
}
.columns {
    height: 70vh;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
}
.video {
    position: relative;
    top: 30vh;
    display: flex;
    justify-content: center;
}

@media (min-width:1921px) {
    .columns {
        height: 30vh;
    }
    .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%;
    }
    .slider .slider-nav {
        left: 68vw;
    }
    .columns {
        display: block;
        height: fit-content;
    }
    .columns > * {
        width: 100%;
        margin-right: 0;
    }
    .grid-gallery-images {
        margin: 1.5vw
    }
    .plus-img {
        transform: translate(-43vw, 44vh);
    }
    .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: 1100px) {
    .content {
        top: 0;
    }
    .slider .slider-nav {
        left: 65vw;
    }
    
    .grid-gallery {
        justify-content: center;
    }
    .grid-gallery-images {
        margin: 1vw 0;
    }
    .plus-img {
        transform: translate(-110vw, 130vh);
    }
    .sponsors {
        top: 20vh;
    }
    .footer {
        top: 50vh;
    }
}
@media (max-width:920px) and (max-height: 450px) and (orientation: landscape) {
    .logo,
    .logo img {
        transform: scale(0.8);
        margin-top: 0;
        margin-left: 0;
    }
    .back {
        top: 90px;
    }
    .content {
        top: 30px;
    }
    .title {
        font-size: 5vw;
        line-height: 15vh;
    }
    .img-slider,
    .slider,
    .header-swiper {
        height: 100vh;
        top: 2vh;
    }
    .header-slide img {
        height: 100vh;
    }
    .slider .slider-nav {
        top: 85vh;
        left: 60vw;
    }
    .text {
        top: 10vh;
    }
    .grid-gallery {
        justify-content: flex-start;
    }
    .grid-gallery-images {
        margin: 0.5vw;
    }
    .sponsors {
        top: 60vh;
        height: fit-content;
    }
    .logos{
        top: 2vh;
    }
    .footer {
        top: 70vh;
    }
}
@media (max-width: 900px) and (orientation: portrait) {
    .slider .slider-nav {
        left: 62vw;
    }
}
@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;
    }
    .title {
        font-size: 11vw;
        line-height: 9vh;
    }
    .img-slider,
    .slider,
    .header-swiper {
        height: 40vh;
    }
    .header-slide img {
        height: 30vh;
        box-shadow: rgba(0, 0, 0, 0.35) 6px 6px 10px;
    }
    .slider .slider-nav {
        top: 35vh;
        left: 25vw;
    }
    .sponsors {
        height: 100vh;
    }
    .logos {
        margin: 0;
    }
    .footer {
        top: 30vh;
    }
}
