.btn:hover, .btn:focus, .btn.focus {
    /*color: #fff;*/
}

a:hover {
    color: #d12b38;
}

input:disabled {
    background: #efefef;
}

input:disabled:hover {
    cursor: no-drop;
}

.inner-text h2 {
    margin: 10px 0;
}

.inner-text p {
    line-height: 1.8;
}



.page-404 .inner__title {
    margin-top: 30px;
}

.page-404 .img-404 {
    margin: auto;
    display: block;
    width: 849px;
    height: 406px;
}

.page-404 .text p {
    margin-bottom: 20px;
    text-align: center;
}

.footer__location a {
    color: #fff;
}

.text {
    max-width: 1040px;
    width: 100%;
    margin: 6px auto 0;
    padding: 29px 85px 50px;
    font-size: 16px;
    line-height: 1.4;
}

.text p {
    margin-bottom: 18px;
}

.text a {
    text-decoration: underline;

}

.loading:not(.icon) {
    pointer-events: none;
    position: relative;
    cursor: default;
    min-height: 40px;
}

.loading:not(.icon):before {
    position: absolute;
    content: '';
    top: 0%;
    left: 0%;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    z-index: 100;
}

.loading:not(.icon):after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -1.5em 0em 0em -1.5em;
    width: 3em;
    height: 3em;
    -webkit-animation: form-spin 0.9s linear;
    animation: form-spin 0.9s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #ed2323 rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 0.2em;
    box-shadow: 0px 0px 0px 1px transparent;
    visibility: visible;
    z-index: 101;
}

#showMessage {
    opacity: 0;
    position: fixed;
    top: 0px;
    right: 10px;
    padding: 15px;
    border-radius: 5px;
    z-index: 1051;
}

.hidden {
    display: none;
}

.modal .result {
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
}

.js-error {
    color: red;
    padding: 0px 0px 3px;
}

.card__stars .star,
.search-list__star .star {
    stroke: #CCCCCC !important;
}

.card__stars[data-stars] .star,
.search-list__star[data-stars] .star {
    stroke: #D12B38;
}

.card__stars[data-stars="1"] .star:nth-child(1) ~ .star,
.search-list__star[data-stars="1"] .star:nth-child(1) ~ .star {
    stroke: #CCCCCC;
}

.card__stars[data-stars="2"] .star:nth-child(2) ~ .star,
.search-list__star[data-stars="2"] .star:nth-child(2) ~ .star {
    stroke: #CCCCCC;
}

.card__stars[data-stars="3"] .star:nth-child(3) ~ .star,
.search-list__star[data-stars="3"] .star:nth-child(3) ~ .star {
    stroke: #CCCCCC;
}

.card__stars[data-stars="4"] .star:nth-child(4) ~ .star,
.search-list__star[data-stars="4"] .star:nth-child(4) ~ .star {
    stroke: #CCCCCC;
}

.card__stars[data-stars="5"] .star:nth-child(5) ~ .star,
.search-list__star[data-stars="5"] .star:nth-child(5) ~ .star {
    stroke: #CCCCCC;
}

.in_favorite .card__favoriteIcon {
    stroke: #D12B38;
}

.filter__body.auto-hidden {
    overflow-y: auto;
    max-height: 250px;
}

@-webkit-keyframes form-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes form-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 1200px) {
    .page-404 .img-404 {
        height: 419px;
    }
}

@media only screen and (max-width: 992px) {
    .page-404 .img-404 {
        height: 380px;
    }
}

@media only screen and (max-width: 768px) {
    .page-404 .img-404 {
        height: 255px;
    }
}

@media only screen and (max-width: 575px) {
    .page-404 .img-404 {
        height: 183px;
    }
}

@media only screen and (max-width: 414px) {
    .page-404 .img-404 {
        height: 152px;
    }

    .text {
        padding: 29px 35px 50px;
    }
}

@media only screen and (max-width: 375px) {
    .page-404 .img-404 {
        height: 165px;
    }

    .text {
        padding: 29px 0px 50px;
    }
}

@media only screen and (max-width: 360px) {
    .page-404 .img-404 {
        height: 165px;
    }
}

@media only screen and (max-width: 320px) {
    .page-404 .img-404 {
        height: 145px;
    }
}
.logo-imapr{
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
.min-txt-logo{
    font-size: 10px;
    text-align: center;
    color: #fff;
}
.right-block{
    font-size: 10px;
    text-align: left;
    padding-left: 14px;
    width: 220px;
    line-height: 1.3;
}
.logo-img img{
    width: 179px;
}
.logo-imapr .right-block a{
    color: #fff;
}
.logo-imapr .right-block a:hover{
    color: #d12b38;
}
@media (max-width: 429px) {
    .logo-imapr{
        flex-wrap: wrap;
    }
    .logo-img{
        padding-bottom: 5px;
    }
}
.btn:not(:disabled):not(.disabled),
.btn_bd:not(.btn_no-hover) svg{
    fill: #ED2323;
    stroke: #ED2323;
}

a.btn_bd.tasting-event__btn{
    color: #fff !important;
}
@media (max-width: 767px) {
    .form-inline-box .login-accepts{
        margin: 17px auto;
    }
    .login__accept{
        justify-content: center;
    }
}
@media (max-width: 481px) {
    #SIMPLE_FORM_6 .contact-form__fields{
        display: flex;
    }
}
.count {
    justify-content: center;
}
@media (max-width: 768px){
    .basket-item {
        padding: 30px 25px 10px 0;
    }
    .basket-dialog{
        width: 323px;
    }
}