/* изменение цвета стрелок слайдера */
.tn-elem__4277180361648211684899, .tn-elem__4277180361648211673873 {
    filter: invert(99%) sepia(0%) saturate(13%) hue-rotate(207deg) brightness(108%) contrast(103%);
}
/* изменение цвета стрелок слайдера при наведении курсора */
.tn-elem__4277180361648211684899:hover, .tn-elem__4277180361648211673873:hover {
    filter: invert(46%) sepia(62%) saturate(4333%) hue-rotate(29deg) brightness(91%) contrast(101%);
}
/* изменение цвета ссылоке в меню при наведении курсора */
#allrecords a:hover {
    color: #a26f00;
}
/* цвет ссылок в меню */
#allrecords a {
    color: #000000;
}
/* изменение цвета фона и анимация при наведении курсора на кнопку */
.t-submit:hover {
    background-color:#8e6203 !important;
    transition: 0.2s ease-in-out;
}
/* обратная анимация смены цвета фона при наведении курсора на кнопку*/
.t-submit {
    transition: 0.2s ease-in-out;
}
/* исправление переноса текста */
.t-rec {
word-break: normal !important;
}
/* шрифт в виджете отзывов */
.eapps-booking-reviews-db4bcbe9-4583-4763-83ec-4d5ef5149d80-custom-css-hook {
    font-family: 'Gilroy',Arial,sans-serif !important;
}
/* цвет ссылки "подробнее" в виджете отзывов */
.lkFSzH {
    color: #a26f00 !important;
}
.t-datepicker__icon {
    width: 16px !important;
    filter: invert(40%) sepia(91%) saturate(704%) hue-rotate(12deg) brightness(90%) contrast(101%);
}
/* календарь */
.t_datepicker__inner {
    color: #a26f00 !important;
    border: 1px solid #a26f00 !important;
}
.t_datepicker__selected-day:before {
    display: none !important;
}
.t_datepicker__selected-day {
    background-color: #a26f00;
}
/* таблица с ценами */
.t431__table {
    text-align: center;
}