/* Скругление чекбокса */
.t-input-group_cb .t-input-block .t-checkbox__indicator{
 border-radius:6px;
}

@media (max-width:480px){

 /* Чеквокс размер шрифта */
 #form1036124071 .t-input-group span{
  font-size:13px;
 }
}
 
 
 /*сетка для крошек 1360*/
@media screen and (min-width: 1400px) {
    .t758 .t-container { width: 1320px !important; max-width: 1320px; }
    .t758 .t-col ul { margin-bottom: -5px !important; }
}
/*сетка для крошек 1200*/
@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .t758 .t-container { width: 1180px !important; max-width: 1180px; }
    .t758 .t-col ul { margin-bottom: -5px !important; }
}
/*сетка для крошек 960*/
@media screen and (min-width: 960px) and (max-width: 1199px) {
    .t758 .t-container { width: 940px !important; max-width: 940px; }
    .t758 .t-col ul { margin-bottom: -5px !important; }
}
/*сетка для крошек 640*/
@media screen and (min-width: 640px) and (max-width: 959px) {
    .t758 .t-container { width: 640px !important; max-width: 640px; }
    .t758 .t-col ul { margin-bottom: -5px !important; }
    .t-rec_pt_30 { padding-top: 20px !important; }
}
