.t-select__wrapper:after {
    border-color: #F7F7F7 transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0;
    bottom: 0;
    content: " ";
    height: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 0;
    width: 0;
}



#rec1227306461 .tn-elem[data-elem-id="1747431899152"] .tn-atom {
    color: #1f265b;
    font-size: 9px;
    font-family: 'TTFirsNeue', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: -0.1px;
    text-transform: uppercase;
    border-radius: 2px 2px 2px 2px;
    background-color: #f8f8f8;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.t-checkbox__control.t-checkbox__control_flex {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    gap: 10px;
    font-size: 11px !important;
}

.t-checkbox__indicator {
    border: 2px solid #000;
    box-sizing: border-box;
    display: inline-block;
    height: 20px;
    opacity: .6;
    position: relative;
    transition: all .2s;
    vertical-align: middle;
    width: 20px;
    border-radius: 2px;
}