.hidden {
    display: none !important;
}
.breadcrumb .breadcrumb__item a {
    text-decoration: none;
    color: #00000080;
}
.events__both a {
    text-decoration: none;
    color: #111;
}
.another__item {
    background: right top no-repeat;
}
.header__row > .header__link {
    padding: 0;
}
.map__short {
    z-index: 6;
}
.title__desc-container {
    display: flex;
    justify-content: space-between;
}
.title__desc-container a.form__btn {
    margin-top: 35px;
    height: 70px;
    border: 1px solid #aab7bf;
    text-align: center;
    text-decoration: none;
}
.form--serv__request .form__bg {
    border-radius: unset;
}
.side__roster .side__option.disabled {
    pointer-events: none;
    color: gray;
}
.side__roster .side__option.disabled:after {
    border-color: gray;
}
.footer__both {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.footer__made {
    color: #000;
    text-decoration: none;
}
@media screen and (max-width: 992px) {
    .footer__copyright {
        display: block;
    }
    .footer__both {
        flex-direction: column;
        gap: 7px;
    }
    .footer__made {
        text-align: left;
        font-size: 12px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0.20000000298023224px;
    }
}
.title__wrap {
    display: flex;
    align-items: flex-end;
}
.delivery__point--gray .delivery__hover {
    display: none;
}
.h3 {
    font-weight: 400;
}
.btn--align{
    align-self: flex-start;
    z-index: 5;
    position: relative;
}
@media(max-width: 768px){
    .btn--align{
        margin-bottom: 52px;
    }
    .hero__title{margin-bottom:100px}
}