.breadcrumbs__link {
    color: #e2e5ea;
}

.breadcrumbs__link:hover {
    color: #e2e5ea;
    text-decoration: underline;
    background: none;
}

.breadcrumbs__link:hover span {
    color: #e2e5ea;
}

.breadcrumbs__link span {
    color: #e2e5ea;
}

.sidebar-news li {
    list-style: none !important;
}

.acceptance-checkbox {
    margin-right: 5px
}

.event-calendar__date {
    display: block;
    font-size:12px;
}

.event-calendar__datepicker .air-datepicker-nav--title i {
    display:none;
}

.exhibition__header {
    margin-bottom:0 !important;
}
.exhibitions-dropdown {
    float:right;
    border: 2px solid #2d2c2c;
    padding: 10px 25px;
    background: #1b1b1b;
    margin-bottom:20px;
}

.search-form-contanier {
    display: none;
    height: 100vh;
    align-items: center;
    justify-content: center;
    position: fixed;
    top:0; bottom:0; left:0; right:0;
    background: rgba(0,0,0, 0.9);
    z-index: 999;
}

.search-form {
   /*display:inline-block;*/
    margin:0;
}

.search-form .search-field {
    font-size: 16px;
    border: 2px solid #fff;
    width: 400px;
    background: #222;
    padding: 10px 10px;
    color: #fff;
}

.search-form .search-submit {
    padding: 10px 30px;
    border: 2px solid #fff;
    background: #222;
    color: #fff;
}

.search-form .search-submit:hover {
    background: #2d2d2d;
    cursor:pointer;
}

.search-form-close-button {
    position: absolute;
    top:40px; right:40px;
    width: 34px; height: 34px;
    font-size:34px;
    color: #fff;
    cursor:pointer;
}

@media (max-width: 408px) {
    .search-form .search-field {
        width: 200px;
    }

    .search-form-close-button {
        top:40px; right:20px;
        width: 24px; height: 24px;
        font-size:24px;
    }

    .search-form .search-submit {
        padding: 10px 10px;
    }
}
