@media screen and (max-width:1200px) {
    .wrapper{
        width: 345px;
    }
    .fashion-people-awards__header .wrapper{
        flex-direction: column;
        align-items: center;
    }
    .fashion-people-awards__header p{
        text-align: center;
    }
    #main{
        background-size:123%;
    }
    #fashion-people-awards h1{
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .backgroun-text{
        font-size: 34px;
        line-height: 41px;
        top:-5px;
    }
    .fashion-people-awards__participant{
        width: 162.5px;
        height: 202px;
    }
    .fashion-people-awards__votes-results ul li{
        flex-wrap: wrap;
    }
    .fashion-people-awards__votes-results ul li div:last-of-type{
        order:2;
    }
    .progress-line{
        order:3;
        margin-top: 10px;
    }
    .fashion-people-awards__votes-results ul li>div:first-of-type{
        width: 230px;
    }
    .fashion-people-awards__modal-content{
        flex-direction: column;
        height: auto;
    }
    .fashion-people-awards__modal-content img{
        width: 100%;
        height: 313px;
        object-fit: cover;
        object-position: top;
        flex:none;
        border-radius: 20px 20px 0 0;
    }
    .ashion-people-awards__modal-text{
        height: 200px;
        overflow-y: auto;
    }
    
    .fashion-people-awards__modal-description{
        border-radius: 0 0 20px 20px;
    }
    .fashion-people-awards__swiper{
        width: 345px;
    }
    .fashion-people-awards__swiper-pagination{
        max-width: 298px;
    }
    .fashion-people-awards__modal-description .fashion-people-awards-button{
        margin:30px auto 0px auto;
    }
    .awards-modal-close{
        padding: 20px;
        top:0;
        right: 0;
    }
    .awards-modal-close path{
        fill:white;
    }
    .fashion-people-awards__modal-description .fashion-people-awards__votes-results ul li>div:last-of-type{
        width: 65px;
    }
    .fashion-people-awards__modal .fashion-people-awards__votes-results ul li>div:first-of-type{
        width: 180px;
    }
}