.product-old_price {
    text-decoration: line-through;
}

.footer__ask {
    display: none !important;
}

.btn-stock {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    height: 60px;
    padding: 0 50px;
    margin-left: auto;
    outline: none;
    border: none;
    text-decoration: none;
    background-image: linear-gradient(#808000, #808000), linear-gradient(#808000, #808000), linear-gradient(to right bottom, transparent calc(50% - 1px), transparent calc(50% - 1px), #808000 50%, transparent calc(50% + 1px)), linear-gradient(#808000, #808000), linear-gradient(#808000, #808000), linear-gradient(to right bottom, transparent calc(50% - 1px), transparent calc(50% - 1px), #808000 50%, transparent calc(50% + 1px));
    background-size: calc(100% - 15px) 1px, 1px calc(100% - 15px), 15px 15px, calc(100% - 15px) 1px, 1px calc(100% - 15px), 15px 15px;
    background-position: 15px 0, 100% 0, 100% 100%, 0 100%, 0 15px, 0 0;
    background-repeat: no-repeat;
    background-color: #808000;
    clip-path: polygon(14px 0%, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0% 14px);
    font-weight: 400;
    font-size: 14px;
    color: #222;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-stock span {
    position: relative;
    z-index: 2;
}

.btn-stock::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 99px;
    height: 60px;
    background-image: url('../img/index/ic-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1
}

.btn-stock:hover {
    background-color: #909010;

    box-shadow:
        0 10px 25px rgba(128, 128, 0, 0.5),
        0 5px 10px rgba(0, 0, 0, 0.1);
}

.products-aside {
    min-width: 304px;
    padding: 25px;
}

.products-aside__nav>ul {
    gap: 12px;
}

.products-aside__nav-heading {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000;
}

.page-title::before {
    background-color: #808000;
}

.product-right__block {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    gap: 20px;
}

@media (max-width: 1519px) {
    .footer__nav-left ul>li:not(:last-child)::after {
        right: -55px;
    }

    .footer__info {
        margin-right: 0;
    }
}

@media (max-width: 1439px) {
    .footer__nav-left ul>li:not(:last-child)::after {
        right: -45px;
    }

    .footer__info-wrap:not(:last-child) {
        padding-right: 20px;
    }

    .footer__info-wrap:not(:first-child) {
        padding-left: 20px;
    }

    .footer__top {
        gap: 20px;
    }
}

@media (max-width: 1339px) {
    .footer__nav-left ul>li:not(:last-child)::after {
        right: -40px;
    }

    .btn-stock {
        margin: 0;
    }
}

@media (max-width: 1299px) {
    .footer__nav-left ul>li:not(:last-child)::after {
        right: -35px;
    }
}

@media (max-width: 1259px) {
    .footer__nav-left ul>li:not(:last-child)::after {
        right: -30px;
    }
}

@media (max-width: 1199px) {

    .footer__nav-left ul>li:not(:last-child)::after {
        display: none;
    }

    .footer__nav-right ul {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1023px) {
    .footer__nav-left a {
        font-size: 17px;
    }
}

@media (max-width: 959px) {
    .footer__nav-left ul {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 799px) {
    .footer__top {
        align-items: flex-start;
    }

    .footer__info-wrap:not(:first-child) {
        padding-left: 0;
    }
}