@media screen and (max-width: 1200px) {
    .wrapper {
        width: 900px;
    }
    .main_about {
        padding: 15px 20px;
    }
}

@media screen and (max-width: 920px) {
    .wrapper {
        width: 800px;
    }
    .main_gift_items a:nth-child(2) .gift {
        width: 150px;
        height: 280px;
    }
    .gift {
        height: 200px;
        width: 220px;
    }
    .firts_place {
        font-size: 25px;
    }
    .second_place {
        font-size: 18px;
    }
}

@media screen and (max-width: 820px) {
    .wrapper {
        width: 700px;
    }
    .partner {
        height: 56px;
    }
    .main_gift_title {
        padding: 0 50px;
    }
    .main_about {
        padding: 15px 0;
    }
    .inner_main {
        padding: 0;
    }
}
@media screen and (max-width: 720px) {
    .wrapper {
        width: 100%;
        padding: 0 15px;
    }
    .btn_register_main {
        margin: 20px 0 0 0;
    }
    .main_gift_title {
        padding: 0 50px;
    }
    .main_about {
        padding: 15px 0;
    }
    .main_about_title {
        font-size: 22px;
    }
    .main_about_text {
        font-size: 13;
    }
    .main_about_table-item {
        font-size: 12px;
    }
    .inner_main {
        padding: 0;
    }
    .gamefest {
        font-size: 40px;
    }
    .inner_undertitle {
        font-size: 40px;
    }
    .inner_title {
        font-size: 60px;
    }
}
@media screen and (max-width: 670px) {
    .main_about_table {
        flex-wrap: wrap;
        justify-content: center;
    }
    .main_about_text {
        padding: 0 10px;
    }
    .firts_place {
        font-size: 20px;
    }
    .second_place {
        font-size: 15px;
    }
    .main_gift_items a:nth-child(2) .gift {
        width: 130px;
        height: 260px;
    }
    .main_rule_text {
        width: 400px;
        font-size: 12px;
    }
    .inner_title {
        letter-spacing: -3px;
    }
    .inner_text_about {
        font-size: 13px;
        padding: 0 10px;
    }
    .gift {
        height: 180px;
        width: 180px;
    }
}
@media screen and (max-width: 550px) {
    .main_gift_items {
        flex-wrap: wrap;
    }
    .main_arrow_down { 
        display: none;
    }
    .main_images .wrapper .img_location_item {
        width: 180px;
    }
    .img_cont .img_location_item_cont {
        width: 158px;
    }
    .main_gift_items a:nth-child(2) .gift {
        width: 305px;
        height: 260px;
    }
    .partner {
        height: 50px;
    }
    .inner_title {
        padding: 0 5px;
    }
    .main_gift_items a:nth-child(2){
        order: 1;
    }
    .main_gift_items a:nth-child(1){
        order: 2;
    }
    .main_gift_items a:nth-child(3) {
        order: 3;
    }
    .gift {
        height: 250px;
        width: 270px;
    }
}
@media screen and (max-width: 500px) {
    .btn_register_main {
        font-size: 20px;
    }
    /* .parner_text_logo {
        display: flex;
        position: absolute;
        color: #99f00d;
        width: 10px;
        text-align: center;
        bottom: 0;
        left: 0;
        font-family: 'Oswald', sans-serif;
    } */
    .main_about_title {
        padding: 0 10px;
    }
    .img_link {
        display: none;
    }
    .partner {
        height: 90px;
    }
    .img_link.active {
        display: flex;
    }
    .img_link.active img {
        transform: scale(1.3);
    }
    .mg-top-m {
        margin-top: 50px;
    }
    .main_about_table {
        flex-direction: column;
    }
    .main_about_table-row {
        width: 100%;
    }
    .inner_undertitle {
        margin-top: 10;
        font-size: 35px;

    }
    .main_rule_text {
        width: 350px;
    }
    .main_gift_title {
        padding: 15px 10px;
        font-size: 20px;
    }
    .inner_title {
        font-size: 55px;
    }
    .inner_text_about {
        font-size: 12px;
    }
    .inner_main {
        height: 540px;
    }
}
@media screen and (max-width: 480px) {

    .inner_main .logo {
        height: 150px;
    }
}
@media screen and (max-width: 470px) {
    .main_gift_items a:nth-child(2) .gift {
        width: 280px;
        height: 260px;
    }
}
@media screen and (max-width: 450px) {
    .inner_button a button {
        font-size: 13px;
    }
    .form_container .logo {
        height: 110px;
    }
    .inner_title {
        font-size: 50px
    }
    .inner_undertitle {
        font-size: 28px;
        margin-top: 8px;
    }
    .partner {
        height: 80px;
    }
}
@media screen and (max-width: 420px) {
    .gamefest {
        font-size: 30px;
        margin-bottom: -5px;
    }
    .inner_undertitle {
        /* font-size: 30px; */
        margin-top: 10px;
    }
    .main_images .wrapper .img_location_item {
        width: 150px;
    }
    .img_cont .img_location_item_cont {
        width: 130px;
    }
    .inner_title {
        font-size: 38px;
        letter-spacing: -1px;
    }
    .inner_button a button {
        padding: 12px 18px;
    }
    .main_rule_text {
        width: 290px;
    }
}
@media screen and (max-width: 420px) {
    .main_about_title {
        padding: 0 2px;
    }
}
@media screen and (max-width: 355px) {
    .partner {
        height: 70px;
    }
    .inner_main .logo {
        height: 130px;
    }
}
@media screen and (max-width: 340px) {
    .inner_text_about {
        margin-top: 5px;
    }
    .gamefest {
        font-size: 25px;
    }
    .main_rule_text {
        width: 250px;
    }
    .inner_text_about {
        font-size: 10px;
    }
    .main_images .wrapper .img_location_item {
        width: 130px;
    }
    .img_cont .img_location_item_cont {
        width: 112px;
    }
    .form {
        width: 100%;
    }
    .inner_undertitle {
        font-size: 20px;
    }
    .inner_title {
        font-size: 35px;
    }
    .inner_button button {
        margin: 0;
    }
    .btn_register_main {
        font-size: 15px;
    }
}