.art-news-title-main { 
    background: url(/ru/static/images/news/Siberian-cup/siberian-cup-main1.jpg);
    background-size: cover;
    background-position: center;
}

.navbar {
    width: 100%;
}

.gen-section {
    margin-bottom: 6em;
}

.main-text {
    color: white;
    text-shadow: black 3px 3px 5px;
}


.cup-info {
    margin-top: 3em;
}

.cup-info-1 {
    background-image: url(/ru/static/images/news/Siberian-cup/mef-sibir1.png);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
}

.cup-info-2 {
    padding-left: 2em;
}

.cup-info-2 img {
    display: none;
    width: 100%;
}

.cup-info-title-div {
    margin-top: 1em;
}

.cup-info-title {
    text-align: center;
    font-size: 46px;
    font-weight: bold;
}


.feelings-div {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 300px;
    padding-right: 300px;
}

.feelings-main-title {
    text-align: center;
    margin-bottom: 2em;
}

.feelings-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5em;
}

.feelings-img {
    width: 200px;
    height: 200px;
    margin-right: 10px;
    border-radius: 50%;
}

.feelings-title {
    font-size: 48px;
}

.sec-results {
    margin-top: 2em;
    padding-left: 300px;
    padding-right: 300px;
}

.results-main-title {
    text-align: center;
}

.emotions {
    padding-left: 100px;
    padding-right: 100px;
}

.sibir-emotion-title-1 {
    text-align: center;
}

.text-03 {
    font-size: 18px;
}

.grid-1 {
    margin-top: 5em;
}

.grid-left-1-img {
    display: flex;
    justify-content: center;
}
.grid-left-1-img>img {
    width: 345px;
    object-fit: contain;
}

.grid-1-parts {
    display: flex;
    margin-top: 32px;
    margin-bottom: 32px;
}

.grid-1-img {
    position: relative;
    width: 125px;
    height: 125px;
    object-fit: cover;
    margin-right: 15px;
}

.heading-tutor {
    margin-left: 0.7em;
    margin-right: 0.7em;
}

@media (max-width: 2100px) {
    .art-news-title-main {
        background-size:contain;
        background-position: center;
    }

    .cup-info-1 {
        background-position: 15%;
    }
}

@media (max-width: 1921px) {
    .art-news-title-main {
        background-size: cover;
    }

    .grid-left-1-img {
        justify-content: right;
    }

    .grid-left-1-img>img {
        width: 380px;

    }

    .cup-info-1 {
        background-position: left;
    }
}

@media (max-width: 1280px) {
    .cup-info-1 {
        display: none;
    }
    .cup-info-2 {
        padding-left: 0.7em;
        padding-right: 0.7em;
    }

    .cup-info-2 img {
        display: block;
    }

    .feelings-div {
        padding-left: 100px;
        padding-right: 100px;
    }
    
    .sec-results {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .feelings-div {
        padding-left: 25px;
        padding-right: 25px;
    }

    .feelings-row {
        display: block;
    }

    .feelings-title {
        text-align: center;
        font-size: 36px;
    }

    .feelings-img-div {
        display: flex;
        align-items: center;
    }

    .feelings-img {
        margin-left: auto;
        margin-right: auto;
        height: 250px;
        width: 250px;
    }
    .grid-left-1-img {
        margin-bottom: 1.5em;
    }

    .grid-left-1-img>img {
        width: 350px;
        height: 250px;
        object-fit: cover;
        object-position: 0% 20%;
    }
    .grid-1-img {
        width: 135px;
        height: 135px;
        margin-right: 15px;
    }

    .emotions {
        padding-left: 15px;
        padding-right: 15px;
    }
}