.hide {
    display: none !important;
}
.admin_panel {
    display: block;
    padding: 12px;
    background: #525252;
}
input[readonly] {
    cursor: not-allowed;
}
button[disabled] {
    cursor: not-allowed;
}
input[disabled] ~ .catalog-filters__category__decor {
    cursor: not-allowed;
    background: #eee;
}
input[disabled] ~ .catalog-filters__category__text {
    cursor: not-allowed;
    color: #979797;
}
@media only screen and (max-width: 640px) {
    .admin_panel {
        display: none;
    }
}
.order-form button.disabled {
    background: #eee;
    border: 0;
    color: var(--black);
}
main {
    min-height: calc(50vh);
}
.catalog-filters__price input {
    text-align: center;
}
.font_notice {
    display: flex;
    font-family: var(--font-family);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    padding: 15px;
    border-radius: 15px;
    background: #fff;
    margin-bottom: 15px;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}

.font_notice.form_success {
    margin-top: 50px;
    color: #26932f;
}

.font_notice.form_error {
    color: #ce273a;
}
.hero-slider img {
    width: 100% !important;
}
.header-catalog__button {
    display: flex !important;
}
.header-catalog__button.open-mobile .header-catalog {
    display: flex;
}
@media only screen and (max-width: 640px) {
    .header-catalog__submenu, .header-catalog__button > img, .header-catalog__button > span {
        display: none !important;
    }
    .header-catalog__button {
        padding: 0;
    }
}
.action-button {
    display: inline-block;
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    padding: 15px 35px;
    border-radius: 170px;
    background-color: var(--orange);
    color: var(--white);
}
.action-button.disabled {
    color: var(--black);
    background: #dbdbdb;
}
.catalog-head__checkboxes {
    width: 100%;
}
.catalog-populars__current {
    border: 0;
}
.catalog-filters__all.active {
    display: none;
}
.catalog-filters__checkboxes.hide.active {
    display: flex !important;
    margin-top: 12px;
}
.catalog-filters__checkbox {
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
}
.catalog-filters__all {
    margin-top: 15px;
}
.basket-discount__block {
    display: flex;
    justify-content: space-between;
}
.basket-block__product img {
    object-fit: scale-down;
}
.basket-order__address__info-detail {
    display: block;
    color: var(--orange);
    text-decoration: underline;
}
.unavailable {
    margin: 12px 0;
    font-size: small;
    color: #f00 !important;
    font-weight: inherit !important;
}
.header-select_city__menu {
    position: absolute;
    padding: 7px;
    background-color: var(--white);
    border-radius: 20px;
    border: 1px solid var(--deviderGrey);
    flex-direction: column;
    gap: 8px;
    right: 0;
    width: 100%;
    top: 100%;
    z-index: 22;
    display: none;
}
@media only screen and (min-width: 992px) {
    .header-select_city__menu {
        width: 320px;
        right: unset;
        left: 0;
        top: calc(100% + 10px);
    }
}
.header-select_city__menu button {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: lighter;
    text-align: left;
    padding: 7px 10px;
    font-family: var(--font-family);
    border-radius: 15px;
    transition: all .3s;
}
.header-select_city__menu button:hover {
    background-color: var(--grey);
    color: var(--orange);
    transition: all .3s;
}
.header-select_city__menu.active {
    display: flex;
}
.header-top__location img.arrow {
    transition: all 0.3s ease-in-out;
}
.header-top__location.active img.arrow {
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
}
.header-catalog__list {
    max-height: unset;
}
.header-catalog__cols_columns {
    width: 100%;
    columns: 2;
}
.header-catalog__cols_columns {
    columns: 1;
}
.header-catalog__submenu {
    height: 100%;
    align-content: flex-start;
}
@media only screen and (min-width: 660px) {
    .header-catalog__cols_columns {
        columns: 2;
    }
    .product-address__block_name {
        width: 40%;
    }
    .product-address__block_metro {
        width: 20%;
    }
    .product-address__block_worktime {
        width: 20%;
    }
}
.header-catalog__cols {
    width: 100%;
    display: block;
    break-inside: avoid-column;
}
.header-catalog__submenu__list {
    display: block;
    margin-bottom: 15px;
}
.header-catalog__submenu__list li {
    margin-bottom: 10px;
}
.basket-kurer__top {
    padding: 0;
    padding-bottom: 30px;
}
.basket-kurer__bottom {
    padding: 0;
}
.kurer-form__select select {
    font-size: 16px;
    font-family: var(--font-family);
}
.basket-form__block input:invalid, .basket-form__block select:invalid, .personal-body input:invalid {
    box-shadow: 0px 0px 0px 1px #f00;
}
.basket-form__block input:valid, .basket-form__block select:valid, .personal-body input:valid {
    box-shadow: 0px 0px 0px 1px #eee;
}
.catalog-categories__link:not(.catalog-categories__link__has_children):after {
    display: none;
}
.catalog-categories__link.active, .catalog-categories__link.back_category {
    font-weight: bold;
}
.product-slider__block img {
    object-fit: scale-down;
    max-height: 500px;
}
.product-pagination__item img {
    object-fit: scale-down;
}
.brands_page-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.brands-form {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.brands-content {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.alphabet_button {
    font-family: var(--font-family);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: var(--black);
    white-space: nowrap;
    text-transform: uppercase;
}
.brands-content-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    break-inside: avoid-column;
}
.brands-content-columns {
    column-count: 5;
    width: 100%;
}
@media only screen and (max-width: 1030px) {
    .brands-content-columns {
        columns: 3;
    }
}
@media only screen and (max-width: 660px) {
    .brands-content-columns {
        columns: 1;
    }
}
.product-characteristics__block p {
    max-width: 290px;
}
.product-characteristics__block-link {
    color: var(--orange);
    text-decoration: none;
}
.brand-content {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 34px;
}
.brands_alphabet {
    font-family: var(--font-family);
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 20px;
    color: var(--black);
}
.brands_list {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    flex-direction: column;
}
.brands-block {
    font-family: var(--font-family);
    color: var(--green);
}
.product_qty {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 3px;
    width: 100%;
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    padding: 12px 0;
    border-radius: 50px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.product-card__top {
    position: absolute;
    z-index: 1;
}
.product-card__picker {
    margin-right: 5px;
}
.product_qty .qty {
    text-align: center;
    font-size: 15px;
    height: 25px;
    border: 1px solid var(--deviderGrey);
    border-radius: 10px;
    max-width: 35px;
    font-family: var(--font-family);
    color: var(--black);
}
.product_qty .qty_btn {
    display: inline-block;
    cursor: pointer;
    width: 22px;
    height: 22px;
    line-height: 11px;
    padding: 5px;
    border-radius: 20px;
    background-color: var(--black);
    color: var(--white);
    -webkit-font-smoothing: subpixel-antialiased;
}
.product_qty .qty_btn:hover {
    background: #3c3c3c;
}
.cart_max-count {
    text-align: center;
}
.product_twin_button {
    position: relative;
}
.product_twin_button .product_qty {
    position: absolute;
    width: 100px !important;
    z-index: 1;
    background: #fff;
    border: 0;
    padding: 0;
    margin: 4px 0px 0px 4px;
    height: 44px;
}
.product_twin_button .product-right__click__button_orange {
    display: block;
    width: 100%;
    text-indent: 60px;
}
.price-old {
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: 300;
    line-height: 15px;
    color: var(--textGrey);
    text-decoration: line-through;
}
.price-new {
    font-family: var(--font-family);
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    color: var(--black);
}
#loader.active {
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #ffffff;
    opacity: .7;
    cursor: wait;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.favorite svg.in_fav {
    stroke: #f00;
}
.popular-block__bottom {
    margin-top: 0;
}
.popular-block__img img {
    object-fit: scale-down;
}
.popular-block__text {
    margin: 0;
    height: 70px;
    position: relative;
}
.popular-block__text:after {
    content: '';
    position: absolute;
    display: block;
    height: 15px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
}
.popular-block__img {
    margin: auto;
    justify-content: center;
    height: 200px;
}
.about-row p, .product_description p {
    margin: 15px 0px 20px;
}
.about-row ul, .about-row ol, .product_description ul, .product_description ol {
    margin-left: 20px;
    margin-bottom: 10px;
}
.about-row li, .product_description li {
    list-style: disc;
}
.product_description h2, .product_description h3, .product_description h5, .product_description h6 {
    margin: 30px 0px 15px 0;
}
.basket-block td {
    width: 25%;
}
@media only screen and (min-width: 660px) {
    .basket-block__sum {
        text-align: right;
        width: 150px;
    }
}
@media only screen and (max-width: 660px) {
    .basket-block td {
        width: 40%;
    }
}
.basket-block {
    justify-content: space-between;
    align-items: center;
}
.basket-block__name {
    color: var(--black);
}
.basket-block__name:hover {
    text-decoration: underline;
}
.basket-bottom {
    width: 100%;
    border-top: 1px solid #eee;
    margin-top: 35px;
    padding-top: 35px;
}
.basket-gifts {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #eee;
    margin-top: 35px;
    padding-top: 35px;
    gap: 10px;
}
.basket-block.gift {
    border: 1px solid var(--green);
}
.basket-block__calc__button:hover {
    background-color: var(--grey);
}
.basket-right {
    position: sticky;
    top:100px;
}
.personal-settings__save_success {
    padding: 15px;
    margin: 25px;
    color: var(--green);
    background: #faf7f2;
    border: 1px solid var(--green);
    border-radius: 15px;
}
.personal-settings__save_error {
    color: #f00;
}
.personal-settings__find_others {
    background: var(--grey);
    flex-direction: column;
}
.personal-orders__list {
    padding: 20px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.personal-orders__table {
    width: 100%;
}
.personal-orders__table tbody {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.personal-address {
    width: 100%;
    text-align: center;
    border: 1px solid var(--deviderGrey);
    border-radius: 15px;
}
.personal-address_short-spoiler {
    cursor: pointer;
}
.personal-delivery__save__button {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: var(--green);
    border-radius: 120px;
    border: 1px solid var(--green);
    padding: 9px 40px;
    margin: 15px 0;
}
.personal-delivery__delete__button {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: red;
    background-color: #fff;
    border-radius: 120px;
    border: 1px solid #f00;
    padding: 9px 40px;
    margin: 15px 0;
}
.personal-delivery__cancel__button {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: var(--textGrey);
    border-radius: 120px;
    border: 1px solid var(--textGrey);
    padding: 9px 40px;
    margin: 15px 0;
}
.personal-settings__change_password-button {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--green);
    border-bottom: 1px solid var(--green);
}
.personal-settings__save {
    display: flex;
}
.personal-address_short-actions__active {
    text-align: right;
}
.personal-address_short-actions__active a {
    display: block;
    background-color: var(--green);
    margin-left: 15px;
    color: #fff;
    font-size: 70%;
    line-height: 12px;
    padding: 5px;
    border-radius: 15px;
    text-align: center;
}
.personal-settings__top {
    border: 0;
}
.basket-discount__card .change_method {
    font-size: 80%;
    color: var(--orange);
    text-decoration: underline;
    cursor: pointer;
}
.basket-discount__card .change_method input {
    display: none;
}
.personal-address .personal-settings__top__label {
    width: calc(100% / 2 - 10px);
}
.personal-address .personal-settings__top__label_full {
    width: 100%;
}
.personal-settings__top__label.reviews_fields {
    width: 70%;
}
.verify_email_link {
    color: var(--orange);
}
@media only screen and (max-width: 480px) {
    .personal-address .personal-settings__top__label, .personal-settings__top__label.reviews_fields {
        width: 100%;
    }
}
.personal-settings__top__label textarea {
    width: 100%;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: var(--black);
    padding: 15px 20px;
    background-color: #F8F8F8;
    border-radius: 20px;
    border: 0;
    height: 85px;
 }
.personal-address .personal-delivery__empty__button {
    margin: 15px 0;
}
.personal-address_short {
    display: flex;
    color: var(--black);
    text-align: left;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 15px;
}
.product-reviews__content-advantages {
    background: #e6ffc9;
    padding: 10px;
    border-radius: 10px;
}
.product-reviews__content-disadvantages {
    background: #ffd9d7;
    padding: 10px;
    border-radius: 10px;
}
.product-panel__text {
    width: 100%;
}
.news-block_category {
  min-height: auto;
}
.article-content, .article-block__text {
    max-width: 960px;
}
.article-block__text img {
    max-width: 100%;
}
.article-block__img {
    max-width: 600px;
}
.article-block__text a {
    color: var(--orange);
    text-decoration: underline;
}
.article-block__text table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    border-collapse: collapse;
}
.article-block__text table th {
    font-weight: bold;
    padding: 5px;
    background: #efefef;
    border: 1px solid #dddddd;
}
.article-block__text table td {
    border: 1px solid #dddddd;
    padding: 5px;
}
.article-block__text p {
    margin-top: 10px;
    margin-bottom: 15px;
}
.article-block__text ul, .article-block__text ol {
    margin-left: 20px;
    margin-bottom: 10px;
}
.article-block__text li {
    list-style: disc;
}
.article-block__text h2, .article-block__text h3, .article-block__text h5, .article-block__text h6 {
    margin: 30px 0px 15px 0;
}
.article-block__img img {
    max-height: unset;
}
.articles-item {
    height: 100% !important;
    background: var(--white);
}
.product-pagination {
    width: 100px;
    max-height: 540px;
    overflow-y: auto;
}
.product-slider__block {
    border: 0;
    justify-content: center;
    align-items: center;
}
.sign-up-bottom__button {
    text-align: center;
}
.personal-delivery__content {
    padding: 20px;
}
.personal-card__sms-button {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 24px;
    justify-content: center;
}

.personal-card__sms-button a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--orange);
    border-bottom: 1px solid var(--orange);
}

.personal-card__sms-button a:hover {
    opacity: .7;
}
.verification_code {
    display: flex;
}
.verification_code_item {
    padding: 5px;
}
.verification_code_item input {
    width: 100%;
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    text-align: left;
    color: var(--black);
    padding: 15px;
    text-align: center;
    background-color: var(--white);
    border-radius: 150px;
    border: 1px solid var(--deviderGrey);
}
.verification_code_item input:focus {
    border-color: var(--orange);
}
.sign-up-form__button[disabled] {
    background-color: var(--textGrey);
}
.product-reviews__images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.product-reviews__images img {
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 6px #d1d1d1;
}
.product-reviews__images img:hover {
    opacity: .7;
}
.kurer-form__input select {
    width: 100%;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: var(--black);
    padding: 15px;
    background-color: #f8f8f8;
    border-radius: 150px;
}
.kurer-form__input input[readonly] {
    color: var(--textGrey);
    cursor: not-allowed;
}
.delivery_notice {
    background: #fff7d7;
    padding: 10px;
    border-radius: 10px;
}
.personal-socials__block__button {
    color: var(--black);
}
.products_reviews_form {
    padding-top: 100px;
}
.reviews_form_container {
    border: 1px solid var(--deviderGrey);
    border-radius: 20px;
}
.review_send_success, .order_send_success {
    margin: 0 25px;
    background: #e2ffc1;
    padding: 25px;
    border-radius: 25px;
    margin-bottom: 25px;
}
.review_send_error {
    margin: 0 25px;
    background: #ff5555;
    color: #fff;
    padding: 25px;
    border-radius: 25px;
}
.rating-area {
    overflow: hidden;
    margin-top: 5px;
}
.rating-area:not(:checked) > input {
    display: none;
}
.rating-area:not(:checked) > label {
    float: right;
    width: 32px;
    padding: 0;
    cursor: pointer;
    font-size: 32px;
    line-height: 32px;
    color: lightgrey;
}
.rating-area:not(:checked) > label:before {
    content: '★';
}
.rating-area > input:checked ~ label {
    color: gold;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
    color: gold;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
    color: gold;
}
.rate-area > label:active {
    position: relative;
}
.article-aside__list-nomarker:before {
    content: unset !important;
}
.article-aside__list-nomarker a {
    margin-left: 20px;
}
.catalog-pagination {
    justify-content: center;
    margin: 15px auto;
}
.product-right__price__button {
    cursor: pointer;
}
.product-right__price {
    z-index: 1;
}
.ya-share2__link_more {
    background: transparent !important;
}
.feedback-form__checkbox__text a {
    color: var(--orange);
    text-decoration: underline;
}
input[type=checkbox]:invalid ~.basket-form__checkbox__decor, input[type=checkbox]:invalid ~.request-form__checkbox__decor, input[type=checkbox]:invalid ~.feedback-form__checkbox__decor {
    border-color: #f00;
}
input[type=checkbox]:invalid ~.basket-form__checkbox__text, input[type=checkbox]:invalid ~.request-form__checkbox__text, input[type=checkbox]:invalid ~.feedback-form__checkbox__text {
    color: #f00;
}
input[type=checkbox]:invalid ~.basket-form__checkbox__text a, input[type=checkbox]:invalid ~.request-form__checkbox__text a, input[type=checkbox]:invalid ~.feedback-form__checkbox__text a {
    color: #f00;
    text-decoration: underline;
}
.order-calc {
    justify-content: center;
}
.order-calc__result input {
    display: inline-block;
    width: 20px;
    height: 35px;
    font-size: 17px;
    text-align: center;
}

.vacancy-block__title {
    font-family: var(--font-family);
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    text-align: left;
    color: var(--black);
    margin-bottom: 15px;
}
.vacancy-block__list {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vacancy-block__list-item {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.vacancy-block__list-item span {
    width: 20px;
    flex-shrink: 0;
    font-family: var(--font-family);
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -2px;
    text-align: left;
    color: var(--orange);
}

.vacancy-block__list-item p {
    font-family: var(--font-family);
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: var(--black);
}

.vacancy-block__list-item p a {
    color: var(--black);
    border-bottom: 1px solid var(--black);
}
.news-block, .articles-item {
    flex-direction: column;
    width: calc(33% - 5px);
}
.news-block__img, .news-block__content, .articles-item__left, .articles-item__right {
    width: 100%;
    height: 100%;
}

.news-block__img img, .articles-item__left img {
    max-height: 190px;
}
.get-left__block span {
    font-family: var(--font-family);
    font-size: 22px;
    font-weight: 500;
    line-height: 24.2px;
    text-align: left;
    color: var(--black);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.get-left__block span:before {
    content: '';
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--orange);
    display: flex;
    flex-shrink: 0;
}
@media only screen and (max-width: 660px) {
    .news-block, .articles-item {
        width: 100%;
        max-width: 500px;
    }
    .news-block__img {
        height: auto;
    }
    .basket-order__address {
        margin-bottom: 25px;
    }
}
.restore_basket_product {
    display: flex;
    flex-direction: column;
    background: var(--grey);
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}
.restore_basket_product small {
    display: flex;
    margin-bottom: 10px;
}
.restore_basket_product .basket-block__calc {

}
.basket-info__bottom_min_order {
    padding: 0px 10px 10px;
    font-size: 80%;
    color: #fb0b06;
    text-align: center;
}
.basket-form__button.disabled {
    color: var(--black);
    background: #dbdbdb;
}
.catalog-products__block {
    display: flex !important;
}
@media only screen and (max-width: 500px) {
    .catalog-products__block {
        min-width: unset;
        width: calc(100% / 2 - 20px / 2);
    }
    .popular-block__price-new {
        font-size: 16px;
        white-space: nowrap;
    }
    .product-card__top {
        flex-direction: column;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 370px) {
    .catalog-products__block {
        padding: 5px;
    }
}
ul.footer__socials {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
}
.news-content {
    justify-content: flex-start;
}
