/*========чек бокс картинками на 3 картинки========*/
.t-img-select__control {
    width: calc(33.33% - 10px) !important;
}





/*==================T812=================*/
.t812__pricelist-item__descr {
    text-align: left;
    max-width: 100%;
}

.t812__pricelist-item__descr li {
    list-style-type: none; /* Убираем маркеры */
   }
   
.t812__pricelist-item__descr ul {
    margin-left: 0!important; /* Отступ слева в браузере IE и Opera */
    padding-left: 0!important; /* Отступ слева в браузере Firefox, Safari, Chrome */
   }


.t812__pricelist-item__descr li:nth-child(even) {
    display: inline-block;
    text-align: right !important;
    min-width:19%;
}

.t812__pricelist-item__descr li:nth-child(odd) {
    display: inline-block;
    min-width:80%;
}




/*============================T650===================*/

.t650__text li {
    list-style-type: none; /* Убираем маркеры */
   }
   
.t650__text ul {
    margin-left: 0!important; /* Отступ слева в браузере IE и Opera */
    padding-left: 0!important; /* Отступ слева в браузере Firefox, Safari, Chrome */
   }


.t650__text li:nth-child(even) {
    display: inline-block;
    text-align: right !important;
    width:19%;
}

.t650__text li:nth-child(odd) {
    display: inline-block;
    width:80%;
}



.t470__descr {
    margin: 50px 150px;
}
.t470 .t-btn {
    margin-top: 20px;
}
/*
.block:nth-child(even) {
  background: #000;
}
.block:nth-child(odd) {
  background: #fff;
}*/