.filter--option.fff a{
    color: #000;
}
.filter--option.fff:hover a{
    color: #fff !important;
}
.filter--option.fff.active{
    background-color: #3c5abc;
}
.filter--option.fff.active a{
    color: #fff !important;
}
.auth-button a{
    padding-left: 2rem;
}
.auth-button {
    padding-right: 30px;
}
.slider{
    padding: 0;
}
.slider__images{
    height: 500px;
}
.promo-code--advertisement--address::before{
    content: '';
}
.js-ymap {
    min-height: 15rem;
}
.profile-navigation--list li a{
    color: #8D899B;
}
.profile-navigation--list li.active a {
    color: #3C5ABC;
}
a:hover{
    text-decoration: none !important;
}
.modal-close{
    cursor: pointer;
}
.form-submit-button:disabled,
.form-submit-button[disabled]{
    background-color: transparent;
    color: #3C5ABC;
    border: 1px solid #3C5ABC;
}
.form-submit-button:disabled:hover{
    box-shadow: none;
    transform:none;
}

#modalCart .modal-fullscreen{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
    overflow: hidden;
}
.map-page{
    /*padding-top: 6rem;*/
}
.map-page--categories{
    overflow-y: scroll;
    display: block;
    overflow-y: scroll;
}
#all-promo{
    height: 100% !important;
}
.list-promo {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    min-width: 665px;

}
.modal-fullscreen .modal-content{
    height: 100% !important;
}
.form-control{
    height: 56px;
}

.alert{
    padding: 1rem;
    /*background-color: #FFDE93;*/
    font-weight: bold;
}

#result .error {
    color: red;
}
.categories .filter--option:hover{
    text-decoration: none !important;
}