/* Меняем название фильтров в мобильной версии */
    #rec825792239 .t-store__filter__item-title, #rec825792239 .t-store__filter__opts-mob-btn,
    #rec825792372 .t-store__filter__item-title, #rec825792372 .t-store__filter__opts-mob-btn,
    #rec825792464 .t-store__filter__item-title, #rec825792464 .t-store__filter__opts-mob-btn,
    #rec825792482 .t-store__filter__item-title, #rec825792482 .t-store__filter__opts-mob-btn {
        font-size: 0px;
    }
    
    #rec825792239 .t-store__filter__item-title, #rec825792239 .t-store__filter__opts-mob-btn:after,
    #rec825792372 .t-store__filter__item-title, #rec825792372 .t-store__filter__opts-mob-btn:after,
    #rec825792464 .t-store__filter__item-title, #rec825792464 .t-store__filter__opts-mob-btn:after,
    #rec825792482 .t-store__filter__item-title, #rec825792482 .t-store__filter__opts-mob-btn:after {
        content: "filters";
        font-size: 14px;
    }

/* Меняем шрифт фильтров */
    #rec825792239 .t951 .t951__sidebar .t-store__filter__item .t-checkbox__control,
    #rec825792372 .t951 .t951__sidebar .t-store__filter__item .t-checkbox__control,
    #rec825792464 .t951 .t951__sidebar .t-store__filter__item .t-checkbox__control,
    #rec825792482 .t951 .t951__sidebar .t-store__filter__item .t-checkbox__control {
        font-family: FreeSetCTT!important;
        font-size: 14px!important;
        font-weight: 200!important;
    }

/* Выравнивание фильтров */
    #rec825792239 .t-store__filter__title,
    #rec825792372 .t-store__filter__title,
    #rec825792464 .t-store__filter__title,
    #rec825792482 .t-store__filter__title {
        vertical-align: middle;
    }

/* Выравнивание иконки фильтров */
    #rec825792239 .t-store__filter__opts-mob-btn-icon,
    #rec825792372 .t-store__filter__opts-mob-btn-icon,
    #rec825792464 .t-store__filter__opts-mob-btn-icon,
    #rec825792482 .t-store__filter__opts-mob-btn-icon {
        margin-top: -9px!important;
    }



.t-filters {
    position: absolute; /* Скрывает фильтры, оставляя их функциональность */
    opacity: 0;
    pointer-events: none;
}








 


    
    window.onbeforeunload = function () {
  window.scrollTo(0, 0);
}





    




    Наш Флот
    
        Яхты
        Катамараны
        Снидботы
        Рыбацкие Лодки
    



.custom-dropdown {
    position: relative;
    display: inline-block;
    font-family: 'Arial', sans-serif;
}

.custom-dropdown-menu {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 200px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    z-index: 1000;
    overflow: hidden;
    margin-top: 10px;
}

.custom-dropdown:hover .custom-dropdown-menu {
    display: block;
    animation: fadeIn 0.3s ease-in-out;
}

.custom-dropdown-menu a {
    color: #333333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.custom-dropdown-menu a:hover {
    background-color: #f3f4f6;
    color: #007BFF;
    font-weight: bold;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}




