.tmenu-mobile {
    position: absolute;
    width: 100%;
    background-color: transparent !important;
}

.uc-formsite .t-input {
    opacity: 0.8;
}

.uc-formsite .t-select {
    opacity: 0.8;
    font-family: 'roboto';
    color: #888888 !important;
}

.t228__rightside a.t-btn {
    font-family: 'roboto';
    font-size: 18px;
}

.t-descr {
    font-family: 'Benzinfontbold';
}

#rec864236821 .t698__descr {
    margin-bottom: 20px;
}

#rec864236821 .t698__title {
    margin-bottom: 30px;
}

#field-title_1739223610031 {
    font-family: 'Benzinfontbold';
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

.t-input {
    font-family: 'roboto';
}

.scroll-container {
    display: none;
    width: 320px; /* Ширина контейнера */
    overflow-x: auto; /* Включаем горизонтальный скролл */
    padding: 10px 0;
    padding-bottom: 20px;
    padding-bottom: 20px;
}

.scroll-wrapper {
    display: flex; /* Flexbox для горизонтального размещения элементов */
    gap: 15px; /* Расстояние между элементами */
    width: fit-content; /* Ширина будет зависеть от контента */
}

.scroll-wrapper .item {
    width: 200px;
    gap: 15px;
}

.scroll-wrapper .item img {
    display: block;
    width: 50%;
    margin: 0 auto;
}

.scroll-wrapper .item .flex_title {
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: flex-end;
    margin-top: 5px;
}

.scroll-wrapper .item h3 {
    vertical-align: middle;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 700;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-align: center;
}

.scroll-wrapper .item p {
    vertical-align: middle;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.3;
    font-weight: 400;
    opacity: 0.85;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-align: center;
}

.t-form__successbox {
    background: #FC1919;
}


@media (max-width: 640px) {
    .scroll-container {
      display: none;
    }
    
    #nav862930761 {
      position: absolute !important;
      z-index: 9;
      padding-top: 70px;
    }
}

@media (max-width: 440px) {
    .t-title_xs {
        font-size: 22px;
    }
    
    .t-submit {
        font-size: 14px;
    }
    
    #field-title_1739223610031 {
        margin-top: 30px;
        text-align: left;
    }
    
    #rec864236821 .t698__title {
        text-align: left;
    }
    
    #rec864236821 .t698__descr {
        text-align: left;
    }
    
    .scroll-container {
        display: flex;
    }
}
  
  