/*ФОРМА КАРТИНКИ*/
.t-img-select__indicator {
    background-size: cover !important;
    position: relative !important;
    width: 100% !important;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%) !important;
    border-radius: 8px !important;
    
}

.t-img-select__indicator_3-2 {
    padding-bottom: 70%;
}

.t-img-select__text {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    color: #ffffff !important;
    font-size: 1px  !important;
}

/*КНОПКА ЗАГРУЗКИ*/
.uploadcare--widget__button.uploadcare--widget__button_type_open {
    font-family: GoogleSans !important;
    font-size: 10px !important;;
    white-space: nowrap !important;
    background-color: #ffffff !important;
    border-radius: 3px !important;
    color: #235BC6 !important;
    text-align: center !important;
    cursor: pointer !important;
}


.t-radio__indicator {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 15px !important;
    width: 15px !important;
    border-color: #4385F5 !important;
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: .6;
}

.t-img-select__indicator:after {
    content: ' ';
    width: 23px !important;
    height: 23px !important;
    position: absolute;
    -webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,.4) !important;
    box-shadow: 0 0px 0px 0 rgba(0,0,0,.4) !important;
}

/*ОТСТУПЫ В КАРТОЧКЕ*/
.t786__container_indent.t786__container_clgap-20px {
    padding: 0 65px 0 65px;
}

/*ОТСТУПЫ В КАРТОЧКЕ*/
.t-popup__container {
    border-radius: 15px !important;
}