/*.header__menu-item.active a,*/
/*.header-submenu li.active a{*/
/*    color: #2377bc;*/
/*}*/
/*.footer__list li.active a {*/
/*    color: #962343;*/
/*}*/

.visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}

.is-invalid {
    border: 1px solid red;
}

.error-page {
    padding-top: 70px;
    padding-bottom: 40px;
    text-align: center;
    height: calc(100vh - 300px);
}
.modal__txt a,
.f-screen__content a,
.drawer-form__text a{
    text-decoration: underline;
}
.modal__txt a:hover,
.modal__txt a:focus,
.f-screen__content a:hover,
.f-screen__content a:focus,
.drawer-form__text a:hover,
.drawer-form__text a:focus{
    text-decoration: none;
}
.product__title  {max-width: 390px;}
@media (max-width: 500px) {
    .error-page {
        height: calc(100vh - 560px);
    }
}

