/*!
Theme Name: smtc
Theme URI: https://lentafree.ru/
Author: evgeniy shershnev
Author URI: https://lentafree.ru/
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: smtc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
.header-email {
    font-family: var(--font-family);
    font-weight: normal;
    font-size: 18px;
    line-height: 123%;
    color: #edc742;
    text-decoration: underline !important;
}

.footer__col.inn {
    margin-top: auto;
}

.form-send {
    flex-wrap: wrap;
    gap: 20px;
}

.form__orange {
    font-weight: 400;
    color: #edc742;
}

.brand__form--info .orange {
    font-weight: 400;
    color: #edc742;
}

.footer__form input,
.form input {
    width: 100% !important;
    font-size: 20px !important;
}

.footer__form .error-message,
.form > .form-send .error-message {
    text-align: center;
}

.form button {
    width: 100% !important;
}

.category__form input {
    width: 34% !important;
    font-size: 16px !important;
}

.category__form input[type="submit"] {
    width: auto !important;
    padding: 0 25px;
}

.category__form input[type="email"] {
    height: 51px !important;
}

.category__form .error-message {
    text-align: left;
    white-space: nowrap;
}

@media (max-width: 998px) {
    .category__form .error-message {
        text-align: left;
        white-space: pre-wrap;
    }
}

.d-none {
    display: none;
}

.complience {
    padding-top: 10rem;
}

.return-page {
    display: flex;
    gap: 0.5rem;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 117%;
    color: #edc742;
    text-decoration: underline !important;
    margin-bottom: 3rem;
}

.return-page .img-arrow {
    width: 20px;
}

.comp-content {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
}

.comp-content a {
    text-decoration: underline !important;
}

.comp-content h2 {
    font-size: 2rem;
    margin-bottom: 0.8rem;
    margin-top: 1rem;
}

.comp-content h3 {
    font-size: 2rem;
    margin-top: 1rem;
    margin-bottom: 0.8rem;
}

@media (max-width: 768px) {
    .complience {
        padding-top: 6rem;
    }

    .return-page .img-arrow {
        width: 18px;
    }

    .comp-content,
    .return-page {
        font-size: 14px;
        margin-bottom: 1rem;
    }

    .comp-content h2,
    .comp-content h3 {
        font-size: 1.3rem;
    }
}

.header__logo {
    width: 160px;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin: 10px;
}

#filter-form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.selected {
    border-radius: 10px;
    width: 90px;
    height: 41px;
    background: #edc742;
    font-family: var(--font-family);
    font-weight: 700;
    line-height: 41px;
    font-size: 13px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #0e0e0e;
    cursor: pointer;
}

.dropdown {
    display: flex;
    border-radius: 10px;
    background: #fff;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.01em;
    color: #0e0e0e;
    padding: 10px 15px;
    position: relative;
    white-space: nowrap;
    gap: 0 10px;
}

.dropdown .menu-icon.active {
    transform: rotate(180deg);
    margin-top: 1px;
}

.dropbtn {
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    left: -50%;
    top: 100%;
    transform: translateX(16%);
    white-space: nowrap;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 186%;
    text-transform: uppercase;
    color: #464646;
    padding: 21px;
    flex-direction: column;
    justify-content: center;
}

.show {
    display: flex;
}

input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked),
input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]:checked + label,
input[type="checkbox"]:not(:checked) + label,
input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 24px;
    padding-bottom: 9px;
    line-height: 16px;
    cursor: pointer;
    display: flex;
    gap: 12px 5px;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before,
input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    border: 0.8px solid #464646;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    padding: 8px;
}

input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 2px;
}

input[type="checkbox"]:checked + label:before {
    background: #010101;
}

input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
    border-radius: 100%;
}

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after,
input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after {
    left: 4px;
    top: 4px;
    width: 10px;
    height: 7px;
    border-radius: 1px;
    border-left: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #fff;
}

input[type="checkbox"]:not(:checked) + label:after,
input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
}

input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after {
    opacity: 1;
}

.dropdown-content li {
    display: flex;
    gap: 12px;
}

.red {
    font-weight: 700;
    color: #ea303a;
}

.product__cart_picture {
    overflow: hidden;
    border-radius: 10px;
    height: 140px;
    width: 100%;
    position: relative;
}

.product__cart_picture img {
    object-position: center;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 140px;
}

.hero-video {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero .container {
    position: relative;
    z-index: 10;
}

.hero::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #0b0909;
    z-index: 3;
    opacity: 0.7;
}

@media (max-width: 998px) {
    .hero-video,
    .hero::before {
        display: none;
    }
}

.site-main {
    margin-top: 94px;
    padding-top: 50px;
    border-top: 1px solid #909090;
}

.search-cat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 73px 0 45px;
}

.search-cat span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.01em;
    color: #d9d9d9;
    display: block;
    width: 100%;
    max-width: 11%;
}

.close-filter,
.open-filter {
    display: none;
}

.filter-row {
    align-items: center;
    display: flex;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .open-filter {
        display: flex;
        justify-content: flex-end;
        margin-left: auto;
        margin-right: 28px;
        border: 1px solid #dadada;
        border-radius: 8px;
        padding: 9px 10px;
        font-family: var(--font-family);
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 0.01em;
        text-align: center;
        color: #fff;
    }

    .close-filter {
        display: block;
        position: absolute;
        z-index: 10;
        top: 10px;
        right: 10px;
    }

    .search-cat {
        flex-direction: column;
    }

    .search-cat span {
        max-width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .search-cat span br {
        display: none;
    }

    .search_form {
        max-width: 100%;
    }

    .head {
        display: none !important;
        max-width: 100%;
        width: 100%;
        height: 100%;
        flex-direction: column;
        background: #fff;
        align-items: start !important;
        justify-content: start !important;
        position: absolute;
        left: 0;
        right: 0;
        overflow: hidden;
        z-index: 100;
    }

    .category-buttons {
        flex-wrap: wrap;
    }

    .category-buttons button {
        white-space: normal !important;
    }

    .filter-active {
        display: flex !important;
    }

    .selected {
        order: 3;
        width: 100%;
        background: transparent;
        padding: 10px 15px 14px 47px;
        font-family: var(--font-family);
        font-weight: 500;
        font-size: 12px;
        line-height: 125%;
        letter-spacing: 0.01em;
        text-decoration: underline;
        text-decoration-skip-ink: none;
        text-align: center;
        color: #d4b02f;
    }

    #brands-list {
        height: 120px;
        overflow-x: hidden;
    }

    .show {
        display: table-cell;
        vertical-align: middle;
    }

    .dropbtn {
        font-family: var(--font-family);
        font-weight: 500;
        font-size: 18px;
        letter-spacing: 0.01em;
        text-align: center;
        color: #0e0e0e;
    }

    .dropdown-content {
        left: 0;
        white-space: normal;
        transform: translateX(0);
        min-width: 220px;
        width: 100%;
        overflow-x: hidden;
    }
}

.search_form {
    max-width: 90%;
    display: block;
    width: 100%;
    margin-left: 6px;
    position: relative;
}

.search-result ul {
    width: 100%;
    padding: 30px;
    border: 1px solid;
    border-radius: 10px;
    position: absolute;
    z-index: 100;
    background: #000;
}

#search-results ul li {
    border-bottom: 1px solid;
    padding-top: 15px;
    padding-bottom: 15px;
}

.product-search-form {
    display: flex;
    position: relative;
}

.product-search-form input {
    border: 1px solid;
    width: 100%;
    padding: 7px 20px 7px;
    border-radius: 10px;
}

.serach-submit {
    border-radius: 0 10px 10px 0 !important;
    width: 115px !important;
    height: 37px !important;
    background: #edc742 !important;
    font-family: var(--font-family) !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    letter-spacing: 0.01em !important;
    text-align: center !important;
    color: #2e2e2e !important;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.search-result-close {
    position: absolute;
    top: 19%;
    right: calc(130px);
    cursor: pointer;
}

.search-result-over {
    position: absolute;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    z-index: 100;
    background: #fff;
    color: #000;
}

.search-result-text {
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.search-result-text:last-of-type {
    border: none;
    padding-bottom: 0;
}

.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 30px;
}

.woocommerce-notices-wrapper {
    display: none;
}

.product__cart .attachment-woocommerce_thumbnail {
    display: none;
}

.product__cart picture {
    overflow: hidden;
    border-radius: 10px;
    height: 140px;
    width: 100%;
}

.woocommerce-pagination {
    margin-top: 30px;
}

.woocommerce-pagination .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 0 10px;
}

.page-numbers .current {
    color: #edc742;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "" !important;
}

.popup {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 10000;
}

.popup.is--active {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}

.popup__wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.popup__inner {
    display: table-cell;
    vertical-align: middle;
    padding: 50px 0;
}

.popup-thanks .popup__inner {
    padding: 0;
}

.popup-thanks a {
    display: block;
    width: 100%;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #edc742;
}

.popup-thanks a svg {
    width: 10px;
    height: 10px;
}

.popup-thanks a.d-flex {
    margin-bottom: 23px;
    column-gap: 5px;
}

.popup__content {
    border: 1px solid #484848;
    border-radius: 10px;
    max-width: 439px;
    width: 100%;
    min-height: 532px;
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    padding: 28px;
}

@media (max-width: 998px) {
    .popup__content {
        max-width: 90%;
    }
}

.form {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 15px 0 15px;
}

.form-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 144%;
    text-align: center;
    color: #fafafa;
}

.bottom__form--text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 10px;
    line-height: 130%;
    text-align: center;
    color: #9d9d9d;
}

.bottom__form--text a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.popup-thanks .popup__content {
    background: #fff;
    padding: 70px 20px;
    max-width: 100%;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    background-image: url("/wp-content/uploads/2025/02/fon-1-ekrana.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.popup__content--fluid {
    padding-left: 0;
    padding-right: 0;
}

.form-title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 28px;
    line-height: 154%;
    text-align: center;
    color: #fafafa;
}

.form__title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 28px;
    line-height: 125%;
    text-align: center;
    color: #edc742;
}

.popup__btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.popup__title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 36px;
    line-height: 117%;
    color: #edc742;
}

.popup__subtitle {
    font-size: 24px;
    width: 350px;
    margin: 20px 0 20px;
}

.popup__subtitle--thanks {
    width: 100%;
}

.popup__subtitle--error a {
    white-space: nowrap;
}

.entry-content {
    line-height: 170%;
    font-size: 18px !important;
}

.entry-content h2,
.entry-content .wp-block-heading {
    font-family: var(--font-family) !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 150% !important;
    color: #fafafa !important;
}

.no-padding {
    margin-top: 0 !important;
}

.category-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 20px;
}

.category-buttons button {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 12px;
    border: 1px solid #dadada;
    border-radius: 10px;
    padding: 10px 13px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    position: relative;
}

.category-buttons button::after {
    content: "X";
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -3px;
}

#filtered-products {
    margin-top: 50px;
}

.tumb-img {
    max-width: 500px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}

.tumb-img img {
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100% !important;
}

@media (max-width: 998px) {
    .tumb-img {
        margin-bottom: 30px;
        height: 250px;
    }
}

.error-404 h1 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 220px;
    line-height: 34%;
    color: #edc742;
}

.error-404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    height: 100vh;
    text-align: center;
}

.error-404 .link-404 svg {
    width: 10px;
    margin-top: 5px;
}

.error-404 .link-404 {
    text-align: center;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 1rem;
    align-items: center;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #edc742;
}

.error-404 .page-content {
    margin-top: 6rem;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
}

.nav__list {
    font-size: 14px !important;
    column-gap: 20px !important;
}

@media (min-width: 1200px) {
    .nav__list {
        column-gap: 20px !important;
    }
}

.about-partners .block__partners--item-text {
    font-size: 14px !important;
}

/*PAGE ARTICLES*/

.base-article__body {
    margin-bottom: auto;
    text-align: center;
}

.articles-container,
.single-article {
    padding-top: 45px;
}

.single-article-container {
    padding-top: 50px;
}

.single-article {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
}

.single-article h2,
.single-article h3,
.single-article h4 {
    font-family: var(--second-family);
    line-height: 125%;
    color: #edc742;
}

.single-article h2 {
    font-size: 1.6em;
}

.single-article h3 {
    font-size: 1.4em;
}

.single-article h4 {
    font-size: 1.2em;
}

.single-article :where(p, ul, ol, h2, h3, h4) {
    margin: 0.5em 0 1em;
}

.single-article :where(h2, h3, h4) {
    margin: 1em 0 0.5em;
}

.single-article :where(ul li) {
    list-style: disc;
    margin-left: 20px;
}

.single-article :where(ol li) {
    list-style: decimal;
    margin-left: 20px;
}

@media (max-width: 768px) {
    .single-article-container .block-title {
        font-size: 28px;
    }

    .single-article h2 {
        font-size: 1.2em;
    }

    .single-article h3 {
        font-size: 1.1em;
    }

    .single-article h4 {
        font-size: 1em;
    }
}

.woocommerce-tabs {
    display: none;
}

.video-block {
    aspect-ratio: 16/9;
    display: block;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.video-block iframe {
    width: 100%;
    height: 100%;
    border: 0px;
}

.popup-about-video .popup__content {
    padding: 0px !important;
    height: auto !important;
    min-height: 0px;
    min-width: 0px !important;
    max-width: 800px;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.popup-about-video .popup__content iframe {
    width: 100%;
    height: 100%;
    border: 0px;
}

.main__about--adv {
    display: flex;
    padding: 0px !important;
    align-items: center;
    overflow: hidden;
    width: 100%;
    justify-content: space-between;
    cursor: pointer;
}

.main__about--adv > span {
    padding: 0px 20px;
}

.main__about__play {
    background: #fff;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.main__about__play svg {
    width: 100%;
    height: 100%;
    transition: transform 0.2s;
    max-width: 30px;
    max-height: 30px;
}

.main__about--adv:hover .main__about__play svg {
    transform: scale(0.8);
}

.breadcrumb {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.breadcrumb .divider {
    pointer-events: none;
    opacity: 0.5;
    font-size: 14px;
    position: relative;
    top: -1px;
}

.hero__offer {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 50px;
}

.hero__offer .svg-block {
    max-height: 50px;
    overflow: hidden;
}

.main__catalog--item img {
    object-fit: contain;
}

@media screen and (max-width: 767px) {
    .hero__offer {
        grid-template-columns: 1fr;
    }
}

.footer__row {
    gap: 30px;
}

.footer-nav__wrapper {
    flex-wrap: wrap;

    gap: 30px;
}

.footer-nav__wrapper {
    margin-left: 0px !important;
}

.footer__menu--nav {
    max-width: 270px;
}

.footer__menu--nav:nth-child(3) {
    max-width: 150px;
}

.main-catalog__wrapper,
.cat-products,
.block__partners .wrapper {
    justify-content: center !important;
}

.block__partners .block__partners--logos .block__partners--text {
    max-width: 100%;
    width: auto;
    display: table;
}

.main-about--equipment .main__about--title {
    margin-bottom: 25px;
}

.main-about--equipment .main__about--desc {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    max-width: 100% !important;
    color: #a7a3a3 !important;
    font-size: 20px !important;
}

.main-about--equipment .main__about--col-rigth img {
    object-fit: contain;
}

.brand-name {
    margin-top: 15px;
}

@media screen and (max-width: 991px) {
    .block__partners .block__partners--logos {
        justify-content: center;
    }

    .main-about--equipment .main__about--desc,
    .main-about--equipment .main-catalog__wrapper {
        display: none;
    }
}

.block-info--equipment .col-rigth::after {
    display: none !important;
}

.block-info--equipment .col-left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
}

.block-info--equipment .col-rigth {
    flex: 0 0 40% !important;
}

.block-info--equipment .block__info--desc {
    margin: 0px !important;
}

.block-info--equipment .wrapper {
    gap: 30px;
    align-items: center;
}

.main-about--new {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.main-about--new .main__about--desc {
    width: 100%;
    max-width: 100% !important;
}

@media screen and (max-width: 998px) {
    .block-info--equipment {
        padding-bottom: 0px !important;
    }

    .block-info--equipment .wrapper {
        flex-direction: column;
    }

    .block-info--equipment .col-left,
    .block-info--equipment .col-rigth {
        width: 100% !important;
    }
}

@media screen and (max-width: 521px) {
    .col-left {
        display: flex !important;
        flex-direction: column;
    }
}

.block__partners--info .block__partners--text {
    margin: 0px !important;
}

.block__partners--info {
    align-items: center !important;
    background: #000000;
    border: 1px solid #484848;
    border-radius: 10px;
    padding: 25px;
    justify-content: space-around;
}

.partner-btn {
    margin: 0px !important;
}

.block__delivery {
    padding-top: 83px;
    padding-bottom: 88px;
    border-bottom: 1px solid #909090;
}

.hero__form--equipment {
    align-items: center !important;
    background: #000000;
    border: 1px solid #484848;
    border-radius: 10px;
    padding: 25px;
    justify-content: space-around;
}

.hero__form--equipment .form-send input {
    flex: 1;
}

.block__delivery .wrapper {
    flex-direction: column;
}

.block__delivery .block__title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 36px;
    line-height: 117%;
    color: #edc742;
    margin-bottom: 80;
}

.block__delivery .hero__form--equipment {
    margin-top: 0px;
}

.order-warning {
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin-top: 15px;
}

.order-warning:before {
    content: "*";
}

@media screen and (max-width: 991px) {
    .hero__form--equipment .form-send input {
        flex: initial;
    }
}

@media (max-width: 768px) {
    .block__delivery .block__title {
        font-size: 22px;
        line-height: 141%;
    }

    .block__delivery {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.product-block {
    background: #000000;
    border-radius: 17px;
    display: block;
    margin-top: 30px;
    padding: 30px;
}

.product-block__title {
    font-family: "mr_NorwesterG";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
    color: #edc742;
    margin-bottom: 10px;
}

.product-block__table {
    width: 100%;
    border-collapse: collapse;
}

.product-block__table th {
    max-width: 200px;
    display: table-cell;
    width: 100%;
    text-align: left;
    padding: 10px 30px;
    border: 0px;
}

.product-block__table td {
    width: 100%;
    text-align: right;
    padding: 10px 30px;
    border: 0px;
}

.product-block__table tr:nth-child(odd) {
    background: #d9d9d926;
}

.product .slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-block {
    display: flex !important;
    flex-direction: column;
    gap: 15px;
}

.product-block__content ul li {
    list-style: disc;
    margin: 0px 20px;
}

.product-block__content ul li:not(:last-child) {
    margin-bottom: 5px;
}

.product-block--analogues {
    background: none;
    padding: 0px;
}

.menu-menyu2-container .footer__menu--catalog {
    flex-direction: column;
}