:root {
    --body-background-color: #ffffff;
    --body-font-color: #black;
    --link-color: #B60000;
    --link-color-hover: #ff0000;
    --alt-box-bg-color: #ebc1c1;
    --content-box-table-cell-border-color: #d0d0d0;
    --content-box-table-cell-active-text-color: #111111;
    --highlight-border-color: #d4d4d4;
    --top-navigation-background-color: #fcfcfc;
    --top-navigation-selector-color: ##F44336;
    --top-navigation-selector-box-shadow-color: rgba(0, 0, 0, 0.638);
    --top-navigation-icon-color: #ff0000;
    --top-navigation-button-border-color: rgb(255 0 0 / 50%);
    --top-navigation-menu-border-color: rgb(255 0 0 / 30%);
    --top-navigation-menu-color: #B60000;
    --top-navigation-menu-active-color: #290000;
    --header-background-color: rgb(244 244 244 / 40%);
    --header-slider-background-color: #ffffff;
    --header-slider-background-picture-color: #ff9e9e;
    --header-slider-opacity: 0.40;
    --header-tabs-background-color: #f9d8d8;
    --header-tabs-no-slides-background-color: rgb(176 0 0 / 30%);
    --header-tabs-icon-active-filter: brightness(0.066);
    --header-search-form-title-color: #000000;
    --header-banner-color: #d78686;
    --btn-color: #ffffff;
    --btn-background-color: #d00000;
    --btn-background-color-hover: #d00000;
    --form-disabled-background-color: #f3e6e6;
    --form-checked-background-color: #b40000;
    --form-checked-background-color-hover: #b40000;
    --form-checked-background-color-active: #b40000;
    --form-checked-text-color: #ffffff;
    --form-background-color: #fffbfb;
    --form-text-color: #290000;
    --form-field-line-color: #ff0000;
    --form-field-line-color-hover: #b40000;
    --form-field-line-color-focus: #b40000;
    --form-error-background-color: #fff2f4;
    --form-error-text-color: #c92a44;
    --form-error-shadow: #f79d9d;
    --middle-no-sidebar-background-color: #d0cece12;
    --bottom-no-sidebar-background-color: #fbfbfb;
    --featured-no-sidebar-background-color: white;
    --featured-no-sidebar-font-color: black;
    --featured-background-color: white;
    --featured-title-color: #111111;
    --featured-accounts-background-color: #f7f8f9;
    --listing-card-icon-fill-color: #f7f7f7;
    --listing-card-icon-color: #dd1010;
    --listing-card-active-icon-color: white;
    --listing-card-shadow-color: rgb(255 69 69 / 30%);
    --listing-print-icon: url("../img/print.svg");
    --listing-favorite-icon: url("../img/like.svg");
    --listing-favorite-icon-active: url("../img/like-active.svg");
    --listing-compare-icon: url("../img/compare.svg");
    --listing-compare-icon-active: url("../img/compare-active.svg");
    --listing-gallery-media-background-color: #ffffff;
    --listing-mask-background-color: rgba(245, 231, 213, 0.6);
    --listing-thumbnail-background-color: #fdfdfd;
    --content-background-color: #fafafa;

    --countries-title-color: #B60000;
    --countries-title-hover-color: #343a40;
    --countries-title-background-color: linear-gradient(189deg,#fff 0,rgb(248 249 250) 100%);
    --countries-item-color: #343a40;
    --countries-item-background-color: #fff;
    --countries-border-color: #ddd;
    --countries-icon-opacity: 0.1;

    --info-field-color: #867c7c;
    --empty-category-color: #000000;
    --empty-category-filter: brightness(1.2);
    --fieldset-header-background-color: #ebc1c1;
    --logo-filter: initial;
    --icon-filter: initial;
    --icon-filter-background: brightness(20);
    --icon-filter-img-background: brightness(0);
    --upload-zone-border-color: #cb0000;
    --upload-zone-background-color: #ebc1c1;
    --plans-border-color: rgb(41 0 0 / 30%);
    --steps-background-color: #ffffff;
    --popup-mask-background-color: rgb(255 255 255 / 30%);
    --side-block-button-border-color: rgb(115 34 34 / 50%);
    --table-list-border-color: #ffffff;
    --table-list-me-border-color: #ffffff;
    --tabs-active-background-color: #cb0000;
    --tabs-side-block-border-color: #ffffff;
    --dropdown-arrow-icon: url("../img/dropdown-arrow.svg");
    --map-icon: url("../img/map.svg");
    --footer-background-color: #000000;
    --footer-text-color: rgb(255 255 255 / 90%);
    --footer-menu-title-color: #ff0000;
    --footer-menu-link-color: #ffffff;
    --footer-menu-link-hover-color: #ff0000;
    --footer-menu-link-active-color: #ff0000;
    --footer-icon: url("../img/footer-icons-dark.svg");
    --footer-icon-rss: url("../img/footer-icon-rss-dark.svg")
}

#theme-switcher-sun {
    display: none
}
