/*Кнопки «Назад»*/
.underlined-button * {
    text-decoration: underline !important;
}

/*Текстовые блоки с оранжевыми ссылками*/
.orange-links-block .tn-atom a {
    color: #ee9933!important;
    text-decoration: underline !important;
}

/*Текстовые блоки с белыми ссылками*/
.white-links-block .tn-atom a {
    color: #ffffff!important;
    text-decoration: underline !important;
}

.white-links-block .tn-atom a:visited {
    color: green !important;
}

/*Эффекты при наведении на все ссылки*/
.underlined-button *:hover,
.white-links-block .tn-atom a:hover,
.orange-links-block .tn-atom a:hover {
    text-decoration: none !important;
}

/*Цвет посещённых ссылок*/
a:visited {
  color: #869539;
}

/*Свечение основных кнопок*/
.btn-main .tn-atom {
    box-shadow: 0px 4px 28px 0px rgba(238, 153, 51, 0.28);
    transition: box-shadow 300ms;
}

.btn-main-left .tn-atom {
    box-shadow: 0px 4px 28px 0px rgba(238, 153, 51, 0.28);
    transition: box-shadow 300ms;
    padding-left: 18px;
}

.btn-add-left .tn-atom {
    padding-left: 18px;
}

.btn-main .tn-atom:hover,
.btn-main-left .tn-atom:hover {
    background-color: #E48F2A;
    box-shadow: none;
}

/*Шрифт у числа коинов*/
.coins {
    font-family: SFpro !important;
    weight: 400;
}

