.btnn{
    padding: 5px;
    background: #F3C55D;
}
.glow-box .tn-atom{
    box-shadow:
    0 0 6px rgba(230,184,106,0.9),
    0 0 18px rgba(230,184,106,0.7),
    0 0 40px rgba(230,184,106,0.45),
    0 0 80px rgba(230,184,106,0.25);
}
.dopp{
    padding: 12px;
    background: #FFF6F8;
}
.doppp{
    padding: 12px;
    background: #FFF6F8;
}
.dopp-border{
    padding: 5px;
    background: #4D1D2A;
}
.t-container {
    max-width: 1280px !important;
}
#rec2138021463 .t1186__card{
    background: transparent!important;
}
.uc-otz .t1186__slider > div:not(:last-child){
    border-right: 2px solid #F3C55D;
}
.uc-otz .t1186__text{
    font-style: italic;
}
.tn-form__submit button{
    width: 100%!important;
}
/* Для Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #2a0505; /* тёмный фон */
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #c89b3c, #e7c15a);
  border-radius: 10px;
  border: 2px solid #2a0505;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #ddb24b, #f0cf74);
}

::-webkit-scrollbar-corner {
  background: #2a0505;
}

/* Для Firefox */
html {
  scrollbar-width: thin;
  scrollbar-color: #c89b3c #2a0505;
}

@media (max-width: 500px){
    .formmm{
        width: 95%!important;
        left: 2.5%!important;
    }
}
