.spisok01 {
    list-style-type: none;
}

.spisok01 li {
    background: url(/d/tick.png) 0 12px no-repeat;
    padding: 9px 28px 5px 39px;
    background-size: 20px;
    margin: 0px -20px;
}

/* Errorpage */
.errorpage {
    display: flex;
}
.errorpage__img {
    flex: 0 1 50%;
    display: flex;
    align-items: center;
}
.errorpage__wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 1 50%;
    padding: 40px 0;
}
.errorpage__text {
    border-radius: 10px;
    padding: 32px;
    background-size: 650px auto;
    background-color: rgb(0, 70, 128);
    color: rgba(255,255,255,1);
    font-size: 18px;
}

.textblock {
    padding: 0 10px;
    text-align: left;
}
.textblock h2, .textblock h3 {
    color: rgba(255,255,255,1);
    font-weight: 700;
}
.textblock h2 {
    font-size: 24px;
}
.textblock h3 {
    font-size: 20px;
}
.errorpage__button-wrap {
    margin: 30px 0 16px;
    text-align: center;
}
.errorpage__button {
    background-color: rgb(226, 27, 70);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    padding: 15px 30px;
    text-decoration: none;
    transition: all .2s;
    cursor: pointer;
}
.errorpage__button:hover {
    background-color: rgb(0, 190, 213);
}
.errorpage__button:active {
    background-color: #353535;
}

@media (max-width: 767px) {
    .errorpage {
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        /*max-width: 487px;*/
    }
    .errorpage__wrap {
        padding: 0;
    }
    .errorpage__img img {
        max-height: 500px;
        object-fit: cover;
    }
}
@media (max-width: 480px) {
    .errorpage__text {
        padding: 32px 10px;
    }
    .errorpage__button {
        display: block;
        text-align: center;
    }
}
/* End of Errorpage */




.shop2-filter__item{
display: block !important}