.h1,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

body,
.h2,
.h3 {
    margin: 0;
    font-family: "Gotham Pro", sans-serif;

}


.loader-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -70px 0 0 -70px;
    width: 140px;
    height: 140px;
}

.loader-ring-light {
    width: 140px;
    height: 140px;
    -moz-border-radius: 140px;
    -webkit-border-radius: 140px;
    border-radius: 140px;
    -moz-box-shadow: 0 4px 0 #a6ae8d inset;
    -webkit-box-shadow: 0 4px 0 #a6ae8d inset;
    box-shadow: 0 4px 0 #a6ae8d inset;
    animation: rotate-360 2s linear infinite;
}

.loader-ring-track {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 140px;
    -moz-border-radius: 140px;
    -webkit-border-radius: 140px;
    border-radius: 140px;
    -moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
}

@keyframes rotate-360 {
    from {
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    background: rgb(23, 22, 22);
    position: relative;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: opacity 0.3s linear;
}

#t-header .t199__header.t199__is__active {
    background-color: #677462;

}

#t-header .t199__header.t199__is__active .t199__holder,
#t-header .t199__header .t199__holder {
    color: #fff;
}

#t-header .t199__header .t199__holder .t199__menu-item {
    font-size: 25px;
}

#t-header .t199__header.t199__is__active .t-menusub__menu {
    background-color: #677462;

}

#t-header .t199__header .t-menusub__menu {
    max-width: 100%;
    width: auto;

    background-color: #67746245;
}

#t-header .t199__header .t-name {
    font-size: 16px;
    line-height: 1;
    text-align: left;
}

#t-header .t199__header .t-menusub__list-item {
    margin-bottom: 8px;
}

#t-header .t199__header .t-menusub__menu_bottom:before,
#t-header .t199__header .t-menusub__menu_bottom:after {
    display: none;
}

.uc-breadcrumbs,
.uc-breadcrumbs-rest,
.uc-breadcrumbs-bani,
.uc-breadcrumbs-hotel,
.uc-breadcrumbs-inner,
.uc-breadcrumbs-menu,
.uc-breadcrumbs-vino,
.uc-breadcrumbs-rent,
.uc-breadcrumbs-banya {
    z-index: 30 !important;
    position: relative;
}

.uc-breadcrumbs-rest .t-container,
.uc-breadcrumbs-hotel .t-container {
    max-width: 100%;
    margin-left: 40px;
}

.uc-breadcrumbs-vino .t-container {
    max-width: 997px;
}
.uc-breadcrumbs-banya .t-container {
    max-width: 1140px;
}

.uc-breadcrumbs .t758,
.uc-breadcrumbs-rest .t758,
.uc-breadcrumbs-bani .t758,
.uc-breadcrumbs-hotel .t758,
.uc-breadcrumbs-inner .t758,
.uc-breadcrumbs-menu .t758,
.uc-breadcrumbs-vino .t758,
.uc-breadcrumbs-rent .t758,
.uc-breadcrumbs-banya .t758 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #161616;
    overflow: visible;
    display: flex;
    align-items: center;
}
.uc-breadcrumbs-menu .t758 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.uc-breadcrumbs-rest .t758,
.uc-breadcrumbs-rent .t758,
.uc-breadcrumbs-banya .t758 {
    padding-top: 36px;
    padding-bottom: 0px;
}
.uc-breadcrumbs-bani .t758,
.uc-breadcrumbs-hotel .t758 {
    background-color: #000000;
    padding-top: 36px;
    padding-bottom: 0px;
}

.uc-breadcrumbs-inner .t758 {
    background-color: #000000;
}

.uc-breadcrumbs.uc-breadcrumbs-light .t758 {
    background-color: #000000;
}
.uc-mob-menu .t-menusub__menu {
    background-color: #fff !important;
}
@media screen and (max-width: 980px) {
    .uc-mob-menu .t-menusub__menu li {
        padding-left: 10px;
    } 
}