#CarBox {
    margin-top: 30px;
    max-width: none;
    width: 96%;
}

.color, .color:hover, .color.active {
    background-image: none;
}

.color {
    left: auto;
    height: 20px;
}

.color:nth-child(n+2) {
    border-left: none;
}

.color_name {
    font-size: 36px;
    line-height: 58px;
    font-weight: 200;
    color: #222222;
}

#slide63_image7, #slide63_image8 {
    top: 125px;
}

.color_txt {
    min-height: 83px;
    color: #222222;
}

#CarColor {
    background: url(https://static.lada.ru/images_new/cars/common/bg_colors.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;;
}

@media only screen and (max-width: 768px) {
    #CarBox {
        height: 340px;
    }
}

@media only screen and (max-width: 650px) {
    .color, .color:hover, .color.active {
        height: 20px;
    }

    #CarBox {
        height: 330px;
    }
}

@media only screen and (max-width: 520px) {
    .color, .color:hover, .color.active {
        height: 20px;
    }

    #CarBox {
        height: 260px;
    }

    .color_name {
        width: 100%;
        text-align: center;
        font-size: 1.7em;
        line-height: 1.1em;
        font-weight: 200;
    }

    .color_txt {
        display: none;
        margin-top: 15px;
        width: 94%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 480px) {
    #CarBox {
        height: 250px;
    }
}

@media only screen and (max-width: 375px) {
    #CarBox {
        height: 200px;
    }
}

@media only screen and (max-width: 320px) {
    #CarBox {
        height: 185px;
    }
}
