.address {
    padding: 10px 10px 10px 50px;
    background: #f69b0f33;
}

.collapse-toggle:hover {
    color: var(--thirdColor);
    cursor: pointer;
}

.main-nav-link:hover {
    color: var(--thirdColor);
    cursor: pointer;
}

.breadcrumb-item {
    margin: 0;
}

.breabcrumbs {
    margin: 10px 0 0 90px;
}

/*** Custom YK 20012026 ***/

.level-3 a, .level-4 a {
    font-size: 12px!important;
}

/* Home page */
.main-menu {
    background: #960802;
}
.main-link:hover {
    background: #DA251E!important;
}
.level-3 a:hover, .level-4 a:hover {
    background: #DA251E!important;
    color: #fff;
}

.lp-course-category-slider.owl-carousel.owl-drag .owl-item:hover,
.star-lp-single-course-category.aos-init.aos-animate img:hover {
    transform: scale(1.08);
    transition: 0.2s ease-out;
}
.lp-course-category-slider .star-lp-single-course-category,
.star-lp-single-course-category.aos-init.aos-animate {
    border: 1px solid #960802;
    border-radius: 10px;
}
/* Новини */
.star-single-blog .post-image {
    max-width: 430px;
}
.star-single-blog .post-content {
    border-radius: 0 0 10px 10px;
}
/* Факультети слайдер */
.star-lp-course-category-area {
    position: absolute;
    top: -11.5em;
    width: 100%;
}
[data-id="a196956"] {
    padding-top: 6em;
}
.star-lp-single-course-category:hover {
    background: #DA251E;
    transition: 0.2s ease-out;
    color: #222;
}
.lp-course-category-slider .star-lp-single-course-category:hover {
    img {
        filter: none;
        color: #fff;
        filter: brightness(5);
    }
}
.star-lp-single-course-category:hover {
    h4 {
        color: #fff;
    }
}
.star-lp-single-course-category:hover {
    img {
        filter: invert(1);
        transition: 0.2s ease-out;
    }
}

/* Breadcrumbs */
.breadcrumb {
    display: inline-block;
    margin-bottom: 0;
    border-radius: 5px;
    overflow: hidden;
}
li.breadcrumb-item {
    padding: 10px 18px 10px 36px;
    text-decoration: none;
    outline: none;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    background: #960802;
    position: relative;
}
li.breadcrumb-item:nth-child(n+2) {
    padding: 10px 18px 10px 36px;
    text-decoration: none;
    outline: none;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #960802;
    background: #FFEBEA;
    position: relative;
}
li.breadcrumb-item:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 0;
    right: -18px;
    width: 36px;
    height: 36px;
    transform: scale(0.7) rotate(45deg);
    z-index: 1;
    background: #960802;
    box-shadow: 2px -2px 0 2px rgb(255, 255, 255), 3px -3px 0 2px rgba(198, 169, 247, 0.3);
    border-radius: 0 5px 0 50px;
}

li.breadcrumb-item:nth-child(n+2)::after {
    content: "";
    position: absolute;
    top: 0;
    right: -18px;
    width: 36px;
    height: 36px;
    transform: scale(0.7) rotate(45deg);
    z-index: 1;
    background: #FFEBEA;
    box-shadow: 2px -2px 0 2px rgb(255, 255, 255), 3px -3px 0 2px rgba(198, 169, 247, 0.3);
    border-radius: 0 5px 0 50px;
}
li.breadcrumb-item:hover:nth-child(n+2), li.breadcrumb-item:nth-child(n+2):hover::after {
    background: #FFBFBC;
    transition: 0.2s ease-out;
    cursor: pointer;
}
li.breadcrumb-item a {
    color: #fff !important;
}
.breadcrumb-item+.breadcrumb-item::before {
	content: none!important;
}
li.breadcrumb-item:nth-child(n+2) a {
    color: #960802 !important;
}

/* Кафедри */
.departments-page .learn-press-courses .course {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    background: #fff;
    border: 1px solid #970702;
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 1.5em;
}
.departments-page .learn-press-courses .course .course-separator {
	display: none;
}
.departments-page .learn-press-courses .column {
    border: none;
}
.departments-page .learn-press-courses .course-item {
    align-items: center;
}

/* Footer */
.star-footer-area, .star-copyright-area {
    background-color: #740400;
    color: #fff;
}
.star-footer-area .single-footer-widget h3 {
    color: #fff;
}
.star-footer-area .single-footer-widget .menu li a,
.star-footer-area .single-footer-widget .footer-contact-info li,
.star-footer-area .single-footer-widget .footer-contact-info li i {
    color: #FFEBEA;
}
.star-copyright-area p {
    color: #FFEBEA;
    text-align: center;
}