#rec691013011 .t-btn.t400__submit {
    font-size: 20px;
}

.uc-mobile-menu .t667__row.t667__row_indent-0px.t-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.uc-mobile-menu .t667__tile {
    width: 100%;
}

.uc-mobile-menu .t667__bgimg {
    background-size: contain !important;
}

html {
    background-color: black;
}


::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #ffffff; /* Цвет ползунка */
}

::-webkit-scrollbar-track {
  background-color: #000000; /* Цвет фона */
}

scrollbar-color: #ffffff #000000; /* Цвет ползунка и фона */
-ms-overflow-style: none;
scrollbar-width: thin;