@media screen and (max-width: 767px) {
    .app-team-hero.app-team-hero {
        height: 230px;
        border-radius: 0 0 50% 50% / 0 0 14% 14%;
    }

    .app-team-hero__content.app-team-hero__content {
        width: calc(100% - 2.5rem);
        padding-top: 3.6rem;
        padding-right: 7.5rem;
    }

    .app-team-hero__logo.app-team-hero__logo {
        top: -48px;
        right: -42px;
        width: 205px;
        height: 205px;
    }

    .app-team-hero__subtitle.app-team-hero__subtitle {
        max-width: none;
        font-size: 1rem;
    }

    :root {
        --switchSize: 1.25rem;
        --profilImageSize: 20vw;
        --chooseHeight: 60px;
    }

    SquareGrid {
        --columns: 8;
    }

    /*main.extended {*/
    /*    margin: 70px 0 50px 0;*/
    /*}*/

    main.headExt {
        margin-top: calc(var(--headerHeight) + 40px);
    }

    main.fixedChoose .chooseBox {
        /*height: 7rem;*/
        height: 5rem;
        display: flex;
        flex-wrap: wrap;
        padding: 0 1.5rem;
        /*justify-content: flex-end;*/
        justify-content: center;
        font-size: 1.2rem;
    }

    .chooseBox .selectionBox {
        width: 100%;
    }

    .chooseBox .selectionHead {
        width: 70%;
    }

    .chooseBox .selectionHead .game {
        font-size: 0.8rem;
        text-align: center;
    }

    main.fixedChoose .chooseContent {
        padding-top: 7rem;
    }

    .gameBox {
        padding: 1.5rem 0;
        border-bottom: 1px solid #f2f2f2;
    }

    .gameBox:nth-child(2n) {
        background: #fff;
    }

    .gameBox.shadow {
        box-shadow: unset;
    }

    .gameBox .gamePart .teamImage {
        width: 25%;
        margin-bottom: 0;
    }

    .gameBox .gamePart .result {
        font-size: 1rem;
    }

    .gameBox .tipPart {
        padding-bottom: 0;
        align-items: center;
    }

    .gameBox .tipPart .content {
        font-size: 1rem;
    }

    .popUp {
        width: 90%;
    }

    /*.lower-group {*/
    /*    justify-content: space-between;*/
    /*}*/

    /*.invite, .lower-group form {*/
    /*    width: 48%;*/
    /*}*/

    /*.lower-group form button {*/
    /*    width: 100%;*/
    /*}*/

    #groupsData .group:nth-child(2n) {
        background: #ebebeb; /* Old browsers */
        background: -moz-linear-gradient(left, #ebebeb 0%, #ffffff 30%, #ffffff 70%, #ebebeb 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #ebebeb 0%,#ffffff 30%,#ffffff 70%,#ebebeb 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #ebebeb 0%,#ffffff 30%,#ffffff 70%,#ebebeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ebebeb',GradientType=1 ); /* IE6-9 */
        color: #323232;
    }

    #groupsData .group:nth-child(2n) button {
        color: #323232;
        border-color: #323232;
    }

    #groupsData .group:nth-child(2n) button:hover {
        background: #323232;
        color: #fff;
    }

    #new_group .lower-group {
        justify-content: flex-end;
    }

    #new_group .lower-group form {
        width: auto;
    }

    .actionBox a, .actionBox input[type="submit"], .actionBox button {
        font-size: 1rem;
    }

    .big_nav_point {
        font-size: 2rem;
    }

    .chooseBox {
        order: 0;
        padding: 1rem 0;
        margin-bottom: 0;
        font-size: 1rem;
    }

    .chooseBox .tipper {
        min-width: 50%;
    }

    .chooseBox .game {
        width: 60%;
    }

    .chooseBox .game .teamImage {
        margin-bottom: 0;
    }
}
