.list {
    min-height: 300px;
}

.list .item {
    width: 20%;
    max-height: 480px;
    box-sizing: border-box;
    flex-shrink: 0;
    height: auto;
    text-transform: uppercase;
}

.list .item img {
    height: 100%;
    object-fit: cover;
}

.model-list {
    box-sizing: border-box;
    /*padding: 20px;*/
    display: none;
}

.model-list li {
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 0 20px;
}

@media screen and (max-width: 640px) {
    .list .item {
        width: 74%;
        border: none;
    }
}


nav > ul > li:hover {
    transform: scale(1.1);
    transition: all 200ms;
}

nav > ul > li:hover a {
    /*  border-bottom: 1px solid #fff;*/
    color: #999;
    transition: all .5s;
}

.list-t .item {
    display: flex;
    justify-content: center;
    /*  flex-direction: column;*/
    align-items: center;
}

.list-t .s-item {
    text-transform: uppercase;
}

.list-t {
    flex-direction: column;
    padding: 0 20px;
    text-align: center;
}

.list-t span {
    text-transform: uppercase;
}

.list-t .item img {
    width: 24px;
    height: 24px;
}

@media screen and (max-width: 640px) {
    .list-t {
        padding: 0 10px;
    }

    .list-t .item img {
        width: 24px;
        height: 24px;
    }

    .map {
        width: 100%;
        height: 300px;
    }

    /*.modelSwiper {*/
    /*    display: none;*/
    /*}*/

    /*.model-list {*/
    /*    display: block;*/
    /*}*/
}
