/* товар галерея и описание */

.t-col_9 {
    max-width: 71%;
}
.t-col_3 {
    max-width: 23%;
    background-color: #f5f5f5;
    padding: 0 2vh 0 2vh;
    height: 624px;
    border: 1px;
    border-color: #000000;
    border-radius: 10px;
}

/* растяжка 1400 */

.t-col_12 {
    max-width: 1400px;
}

.t-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1400px;
    padding: 0;
}

.t-col {
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.t-width_12 {
    max-width: 1400px;
}

.t-col_8 {
    max-width: 100%;
}

/* footer */
.t-col_4 {
    max-width: 33%;
}


/* video */
.t-col_6 {
    max-width: 50%;
}


/* header */
.t967__maincontainer.t967__c12collumns {
    max-width: 1400px;
    margin: 0 auto;
}


/* products */
.t784__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media screen and (max-width: 860px) {
    .t-col_1, .t-col_2, .t-col_3, .t-col_4, .t-col_5, .t-col_6, .t-col_7, .t-col_8, .t-col_9, .t-col_10, .t-col_11, .t-col_12 {
        width: 100%;
        max-width: 100%;
        height: auto;

    }
}