.t-input-title{
    text-align:center;
}

.t-img-select__text{
    font-weight: 600;
    text-align: center;
}
.t-img-select__indicator{
    border: 1px solid #fff;
}

@media screen and (min-width: 640px) {
.t-img-select__control{
        width: calc(20% - 10px)!important;
}
}
@media screen and (max-width: 640px) {
.t-img-select__item{
        width: calc(20% - 10px)!important;
}
.t-img-select__text{
    color:#fff!important;
}
}

@media screen and (max-width: 560px) {
    .t702 .t-popup__block-close{
        background: #00283b!important;
    }
.t-img-select__indicator{
    border:0!important;
}
    
}