/* Дизайнерский отступ */  
    .uc-text{
        text-indent:25%;
    }
    
/* Стиль для выпадающего списка ME602 */
/* Сброс стилей для десктопа */
@media (min-width: 769px) {
  .t397__wrapper_mobile {
    display: none !important;
  }
}

/* Стили только для мобильных устройств */
@media (max-width: 768px) {
  .t397__wrapper_mobile {
    position: relative;
    margin: 20px 0;
    display: block !important;
  }

  .t397__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 16px 50px 16px 20px;
    border: 1px solid #c8d8c0;
    border-radius: 10px;
    background-color: #f8faf7;
    font-size: 16px;
    color: #3a5639;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(139, 170, 131, 0.15);
  }

  .t397__select.placeholder-visible {
    color: #9bb996;
    font-style: italic;
  }

  .t397__wrapper_mobile:after {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 14px;
    color: #6a8a67;
    pointer-events: none;
  }

  .t397__select:focus {
    outline: none;
    border-color: #7da67a;
  }
}