header {
    margin-bottom: 140px !important;
}

body {
    background-color: #141413;
}

.my-text-stroke .tn-atom {
    /* Укажи толщину обводки */
    -webkit-text-stroke: 2px;
    -webkit-text-fill-color: transparent;
}

.t-checkbox__indicator:after {
    border: solid #b7a876 !important;
    border-width: 0 2px 2px 0 !important;
}

.t-checkbox__indicator {
    border: 2px solid #fff !important;
}

.t-input-group_cb.t-input-group_inrow-last {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.t-popup.t-popup_show .t-input-group_cb.t-input-group_inrow-last {
    align-items: center;
    gap: 10px;
}

.t-input-group_cb.t-input-group_inrow-last .t-input-title {
    color: #fff !important;
}

.t-popup.t-popup_show .t-input-group_cb.t-input-group_inrow-last .t-input-title {
    padding-bottom: 0 !important;
}

.t-input-group_cb div a {
    color: #b7a876 !important;
}

.t-popup.t-popup_show .t-input-group_cb .t-input-error {
    display: none !important;
}

.uc-alert-cookies a {
  color: #b7a876 !important;
}

@media screen and (max-width: 850px) {
  header {
    margin-bottom: 0px !important;
  }
}