.custom-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .custom-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .custom-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .custom-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .custom-container {
        max-width: 1140px;
    }
}

.custom-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

[class*="custom-col-"] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

@media (min-width: 576px) {
    .custom-col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .custom-col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .custom-col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .custom-col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .custom-col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .custom-col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .custom-col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .custom-col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

@media (min-width: 576px) {
    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }
}

@media (min-width: 992px) {
    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }
}

.d-flex {
    display: flex;
}

.align-items-start {
    align-items: flex-start;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-sm-end {
    justify-content: flex-start;
}

@media (min-width: 576px) {
    .justify-content-sm-end {
        justify-content: flex-end;
    }
}

.d-none {
    display: none;
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block;
    }
}

.collapse:not(.show) {
    display: none;
}

.collapse.show {
    display: block;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 576px) {
    .custom-container {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .custom-container {
        padding: 0 10px;
    }
}

@media (min-width: 768px) {
    .custom-container {
        max-width: 100%;
        padding: 0 22px;
    }
}

@media (min-width: 992px) {
    .custom-container {
        max-width: 984px;
    }
}

@media (min-width: 1200px) {
    .custom-container {
        max-width: 1224px;
    }
}

.custom-row {
    margin: 0;
}

.custom-col-sm-4, .custom-col-sm-8, .custom-col-sm-12,
.custom-col-lg-2, .custom-col-lg-3, .custom-col-lg-7, .custom-col-lg-10, .custom-col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
}

@media (max-width: 575px) {
    .custom-col-sm-4, .custom-col-sm-8, .custom-col-sm-12,
    .custom-col-lg-2, .custom-col-lg-3, .custom-col-lg-7, .custom-col-lg-10, .custom-col-lg-12 {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (max-width: 575px) {
    .custom-row {
        margin-right: -5px;
        margin-left: -5px;
    }
}

.footer {
    margin-top: 40px;
    padding-top: 40px;
    background: #0063A3;
}

@media (max-width: 991.98px) {
    .footer {
        padding-top: 0;
        margin-top: 10px;
    }
}

@media (max-width: 575.98px) {
    .footer {
        padding-top: 20px;
    }
}

.footer__main {
    padding-bottom: 40px;
}

@media (max-width: 991.98px) {
    .footer__main {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .footer__main {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.logo {
    display: block;
    min-height: 1px;
    width: 130px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.logo img {
    width: 100%;
    display: block;
}

.footer .logo {
    margin-bottom: 10px;
}

.footer .tel {
    color: #fff;
    margin-bottom: 10px;
}

@media (max-width: 991.98px) {
    .footer .tel {
        font-size: 20px;
        margin-bottom: 8px;
    }
}

@media (max-width: 575.98px) {
    .footer .tel {
        font-size: 24px;
        line-height: 140.62%;
        margin-bottom: 5px;
    }
}

.mail,
.time-work {
    font-size: 14px;
    line-height: 16px;
}

.footer .time-work {
    color: #C6C6DA;
}

.footer .mail {
    color: #C6C6DA;
}

@media (max-width: 575.98px) {
    .footer .mail {
        font-weight: 500;
        font-size: 13px;
        line-height: 15px;
    }
}

.footer .mail:hover {
    color: #FFFFFF;
}

.footer__contact {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

@media (max-width: 991.98px) {
    .footer__contact {
        margin-bottom: 0;
    }
}

.footer__contact:last-child {
    margin-bottom: 0;
}

.footer__top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 18px;
    padding-bottom: 18px;
}

.footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 18px;
    padding-bottom: 18px;
}

@media (max-width: 991.98px) {
    .footer-nav-wrap-col {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 18px;
        margin-top: 18px;
    }
}

@media (max-width: 575.98px) {
    .footer-nav-wrap-col {
        border-top: none;
        padding-top: 0;
        margin-top: 22px;
    }
}

@media (max-width: 575.98px) {
    .footer-nav-wrap-col>.row>div:first-child .footer-nav {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
}

@media (max-width: 1199.98px) {
    .footer-nav-wrap-col>.row>div:last-child .footer-nav {
        margin-right: -60px;
    }
}

@media (max-width: 991.98px) {
    .footer-nav-wrap-col>.row>div:last-child .footer-nav {
        margin-right: 0;
    }
}

@media (max-width: 575.98px) {
    .footer-nav-wrap-col>.row>div:last-child .footer-nav {
        margin-right: -10px;
    }
}

.footer-nav {
    color: #fff;
}

@media (max-width: 575.98px) {
    .footer-nav {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0 -10px;
        padding: 0 10px;
    }
}

.footer-nav h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 14px;
    pointer-events: none;
}

@media (max-width: 575.98px) {
    .footer-nav h4 {
        pointer-events: auto;
        cursor: pointer;
        font-weight: 500;
        font-size: 16px;
        line-height: 18px;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        margin-bottom: 0;
    }
    .footer-nav h4:after {
        content: "";
        display: block;
        width: 7px;
        height: 13px;
        background: url("/images/icons/drop-down-arrow-right-white.svg") no-repeat 50%/contain;
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translate(0, -50%) rotate(0deg);
        -ms-transform: translate(0, -50%) rotate(0deg);
        transform: translate(0, -50%) rotate(0deg);
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
    }
    .footer-nav h4[aria-expanded='true']:after {
        -webkit-transform: translate(0, -50%) rotate(90deg);
        -ms-transform: translate(0, -50%) rotate(90deg);
        transform: translate(0, -50%) rotate(90deg);
    }
    .footer-nav h4:hover {
        text-decoration: none;
        color: #fff;
    }
}

.footer-nav .collapse:not(.show) {
    display: block;
    opacity: 1;
}

@media (max-width: 575.98px) {
    .footer-nav .collapse:not(.show) {
        display: none;
        opacity: 0;
    }
}

.footer-nav ul {
    list-style: none;
}

@media (max-width: 575.98px) {
    .footer-nav ul li:last-child {
        padding-bottom: 15px;
    }
}

.footer-nav ul a {
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
    visibility: visible;
}

.footer-nav ul a:hover {
    text-decoration: none;
    color: #fff;
}

.socials-title span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
}

@media (max-width: 991.98px) {
    .socials-title span {
        text-align: end;
    }
}

@media (max-width: 575.98px) {
    .socials-title span {
        text-align: start;
    }
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    margin-top: 16px;
    gap: 10px;
}

.video-service {
    max-width: 70px;
    height: 16px;
}

.messenger {
    width: 30px;
    height: 30px;
}

@media (max-width: 1199.98px) {
    .messenger {
        width: 27px;
        height: 27px;
    }
}

@media (max-width: 991.98px) {
    .messenger {
        width: 30px;
        height: 30px;
    }
}

.social-link-with-text {
    width: unset;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    font-size: 14px;
    border-radius: 10px;
    padding: 5px;
    gap: 5px;
}

.social-link-with-text:hover {
    color: #000000;
    text-decoration: none;
}

.social-link-with-text img{
    height: 100%;
}

.copyring {
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 991.98px) {
    .copyring {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (max-width: 575.98px) {
    .copyring {
        display: block;
    }
}

.politics {
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}

@media (max-width: 991.98px) {
    .politics {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (max-width: 575.98px) {
    .politics {
        display: block;
    }
}

.politics a {
    color: #FFFFFF;
}

@media (max-width: 991.98px) {
    .footer-col-contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.socials-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 575.98px) {
    .socials-wrap {
        padding: 16px 0;
    }
}

.print {
    display: none;
}

/* нижний баннер «АУТЛЕТ | СНИЖАЕМ ЦЕНЫ» */
a.liga-outlet-notify {
    background-color: #EC6910;
    font-size: 28px;
    z-index: 103;
}

@media (max-width: 575.98px) {
    a.liga-outlet-notify {
        font-size: 18px;
        letter-spacing: 1px;
    }
}

.liga-outlet-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 40px;
}

.liga-outlet-banner__background-desktop {
    display: block;
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: left;
}

@media (max-width: 768px) {
    .liga-outlet-banner__background-desktop {
        display: none;
    }
}

.liga-outlet-banner__background-mobile {
    display: none;
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 768px) {
    .liga-outlet-banner__background-mobile {
        display: block;
    }
}

.liga-outlet-banner__logo {
    position: absolute;
    top: 35px;
    left: 35px;
    width: 125px;
    height: 60px;
    display: none;
}

@media (max-width: 768px) {
    .liga-outlet-banner__logo {
        top: 30px;
        left: 50px;
        display: block;
    }
}

@media (max-width: 575px) {
    .liga-outlet-banner__logo {
        left: 50%;
        transform: translateX(-50%);
    }
}

.liga-outlet-banner__content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    padding: 25px 50px;
    gap: 30px;
}

@media (max-width: 1280px) {
    .liga-outlet-banner__content {
        flex-direction: column;
        justify-content: center;
        align-items: end;
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .liga-outlet-banner__content {
        justify-content: start;
        padding: 30px 50px;
    }
}

@media (max-width: 576px) {
    .liga-outlet-banner__content {
        top: 90px;
        justify-content: space-between;
        align-items: center;
        padding-top: 15px;
    }
}

.liga-outlet-banner__text {
    max-width: 450px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    color: #FFFFFF;
    text-transform : uppercase;
}

@media (max-width: 1280px) {
    .liga-outlet-banner__text {
        max-width: 380px;
        text-align: right;
        font-size: 24px;
    }
}

@media (max-width: 1024px) {
    .liga-outlet-banner__text {
        max-width: 300px;
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .liga-outlet-banner__text {
        text-align: center;
        font-size: 18px;
    }
}

.liga-outlet-banner__button {
    background-color: #EC6910;
    font-size: 20px;
    color: #FFFFFF;
    border: 2px solid #EC6910;
    border-radius: 10px;
    padding: 7px 15px;
    transition: all 0.3s;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
}

@media (max-width: 1280px) {
    .liga-outlet-banner__button {
        font-size: 18px;
        padding: 5px 10px;
    }
}

@media (max-width: 1280px) {
    .liga-outlet-banner__button {
        font-size: 16px;
    }
}

.liga-outlet-banner__button:hover {
    border: 2px solid #FFFFFF;
}

.modal-sell-used-equipment {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.53);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: pointer;
}

.modal-sell-used-equipment.show {
    display: flex;
}

.modal-sell-used-equipment .modal-dialog {
    width: 600px;
    max-width: 90%;
    margin: 0 auto;
    cursor: default;
}

.modal-sell-used-equipment .modal-content {
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.28);
    border-radius: clamp(12px, 2vw, 24px);
    padding: clamp(12px, 3vw, 32px);
}

.modal-sell-used-equipment .modal-content__inner {
    position: relative;
    min-height: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
    background: #FFFFFF;
    border-radius: clamp(12px, 2vw, 24px);
    overflow: hidden;
}

.modal-sell-used-equipment .modal-header {
    position: absolute;
    top: clamp(12px, 3vw, 32px);
    right: clamp(12px, 3vw, 32px);
    z-index: 1000;
}

.modal-sell-used-equipment .close {
    flex-shrink: 0;
    border-radius: 50%;
    padding: clamp(4px, 0.8vw, 10px);
    opacity: 0.7;
    transition: opacity 0.3s;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
    cursor: pointer;
}

.modal-sell-used-equipment .close:hover {
    opacity: 1;
}

.modal-sell-used-equipment .close img {
    display: block;
    width: clamp(8px, 1.6vw, 20px);
    height: clamp(8px, 1.6vw, 20px);
}

.modal-sell-used-equipment .modal-body {
    min-height: 0;
    flex: 1;
    border-radius: clamp(12px, 2vw, 24px);
    padding: clamp(12px, 3vw, 32px);
    overflow-y: auto;
}

.modal-sell-used-equipment .modal-body .bitrix24-form,
.modal-sell-used-equipment .modal-body .b24-form {
    max-height: none;
}

.equipment-section-description {
    background: #FFFFFF;
    border-radius: 6px;
    margin: 40px 0;
    padding: 32px;
}

@media (max-width: 767.98px) {
    .equipment-section-description {
        border-radius: 0;
        padding: 16px;
    }
}

.quote {
    margin: 32px 0px;
    padding: 24px 32px 32px;
    border-radius: 4px;
    background: rgb(246, 248, 251);
}

.blockquote {
    margin: 0px;
    font-weight: 700;
    line-height: 1.75rem;
    font-size: 1.125rem;
    color: inherit;
    border: 0px;
    padding: 0px;
}

.article__desc {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}

.article__desc iframe {
    max-width: 100%;
}

@media (max-width: 991.98px) {
    .article__desc {
        font-size: 14px;
        line-height: 20px;
    }
}

.article__desc b {
    font-weight: 500;
}

.article__desc--get-link {
    color: #E96311;
}

.article__desc--get-link a {
    color: #0C0F44;
    text-decoration: underline;
}

.data-list {
    width: 100%;
}

.data-list thead tr {
    background: #F3F3F9;
}

.data-list thead tr th {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 26px;
    color: #687685;
    font-weight: 400;
}

@media (max-width: 575.98px) {
    .data-list thead tr th {
        font-size: 14px;
        line-height: 22px;
        padding: 8px 10px;
    }
}

.data-list thead tr th:nth-child(1) {
    width: 42%;
}

@media (max-width: 575.98px) {
    .data-list thead tr th:nth-child(1) {
        width: 50%;
    }
}

.data-list thead tr th:nth-child(2) {
    width: 58%;
}

@media (max-width: 575.98px) {
    .data-list thead tr th:nth-child(2) {
        width: 50%;
    }
}

.data-list tbody tr:nth-child(2n) {
    background: #F3F3F9;
}

.data-list tbody td {
    height: 55px;
    padding: 15px 20px;
    vertical-align: top;
}

@media (max-width: 575.98px) {
    .data-list tbody td {
        font-size: 14px;
        line-height: 20px;
        padding: 8px 10px;
    }
}

.data-list tbody td p {
    margin: 5px 0;
    font-size: 16px;
    line-height: 22px;
}

@media (max-width: 575.98px) {
    .data-list tbody td p {
        font-size: 14px;
        line-height: 20px;
    }
}

.data-list tbody td .p-dot {
    font-size: 16px;
    line-height: 22px;
}

@media (max-width: 575.98px) {
    .data-list tbody td .p-dot {
        font-size: 14px;
        line-height: 20px;
    }
}

.data-list tbody td .fake-p {
    opacity: 0;
}

.data-list tbody td .pr-30 {
    padding-right: 30px;
}

.p-dot {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    padding-left: 15px;
}

@media (max-width: 991.98px) {
    .p-dot {
        font-size: 14px;
        line-height: 20px;
    }
}

.p-dot:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #E96311;
    font-size: 20px;
}

.page-data__singly {
    margin-bottom: 24px;
}

@media (max-width: 575.98px) {
    .page-data__singly {
        margin-bottom: 15px;
    }
}

.page-data__singly .p-dot {
    margin-bottom: 10px;
}

@media (max-width: 991.98px) {
    .page-data__singly .p-dot {
        margin-bottom: 15px;
    }
}

.page-data__singly h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 17px;
}

@media (max-width: 991.98px) {
    .page-data__singly h4 {
        font-size: 16px;
        line-height: 19px;
    }
}

.page-data__h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    border-top: 1px solid #EBEBF2;
    border-bottom: 1px solid #EBEBF2;
    padding-top: 40px;
    padding-bottom: 25px;
}

@media (max-width: 991.98px) {
    .page-data__h3 {
        font-size: 18px;
        line-height: 21px;
        padding-top: 30px;
        margin-bottom: 0;
    }
}

.page-data>p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

@media (max-width: 991.98px) {
    .page-data>p {
        font-size: 14px;
        line-height: 20px;
    }
}

.page-data__p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

@media (max-width: 991.98px) {
    .page-data__p {
        font-size: 14px;
        line-height: 20px;
    }
}

.page-data__h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 17px;
}

@media (max-width: 991.98px) {
    .page-data__h4 {
        font-size: 16px;
        line-height: 19px;
    }
}

.page-data .p-dot {
    font-size: 16px;
    line-height: 22px;
}

@media (max-width: 991.98px) {
    .page-data .p-dot {
        font-size: 14px;
        line-height: 20px;
    }
}

.page-data__card-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 575.98px) {
    .page-data__card-wrap {
        margin: 0 -5px;
    }
}

.page-data__separate {
    margin: 35px 0;
}

@media (max-width: 767.98px) {
    .page-data__separate {
        margin: 10px 0;
    }
}

.page-data__separate-small-mg {
    margin: 35px 0;
    margin-bottom: 0px;
}

@media (max-width: 767.98px) {
    .page-data__separate-small-mg {
        margin: 10px 0;
        margin-bottom: 0;
    }
}

.page-data iframe {
    width: 100% !important;
}

.search-form {
    width: 100%;
    display: flex;
    background: #FFFFFF;
    border: 1px solid #0063A3;
    border-radius: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.search-form:focus-within {
    border-color: #0063A3;
    box-shadow: 0 0 0 3px rgba(0, 99, 163, 0.15);
}

.search-form__wrapper {
    position: relative;
    flex: 1;
}

.search-form__input {
    width: 100%;
    padding: 12px 50px 12px 20px;
    border: none;
    outline: none;
}

.search-form__input::placeholder {
    color: #687685;
}

.search-form__clear {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    justify-content: center;
    align-items: center;
    background: none;
    color: #687685;
    border: none;
    padding: 0;
    transition: color 0.3s ease;
    cursor: pointer;
}

.search-form__clear:hover {
    color: #0063A3;
}

.search-form__clear:focus {
    outline: none;
}

.search-form__button {
    background: #0063A3;
    color: #FFFFFF;
    border: none;
    font-weight: 600;
    white-space: nowrap;
    padding: 12px 20px;
    transition: background 0.3s ease;
    cursor: pointer;
}

.search-form__button:hover {
    background: #004C7A;
}

.search-form__button:focus {
    outline: none;
}

.blog-empty {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 20px;
    gap: 20px;
}

.breadcrumb-item a:hover span {
    color: #EC6910;
}

.formatted-content p {
    margin-bottom: 1rem;
}

.formatted-content h2 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 1.5rem 0 1rem 0;
}

.formatted-content h3 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.3;
    margin: 1rem 0 0.75rem 0;
}

.formatted-content h4 {
    font-size: 1.13rem;
    line-height: 1.3;
    margin: 0.75rem 0 0.5rem 0;
}

.formatted-content ul {
    margin: 0 0 1rem 0.75rem;
    list-style: none;
}

.formatted-content ol {
    margin: 0 0 1rem 1.75rem;
    list-style: decimal;
}

.formatted-content li {
    margin-bottom: 0.25rem;
}

.formatted-content ul li {
    position: relative;
    padding-left: 1rem;
}

.formatted-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.75rem;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #E96311;
    border-radius: 50%;
}

.formatted-content *:last-child {
    margin-bottom: 0;
}

.formatted-content table {
    max-width: 100%;
    display: block;
    border-collapse: collapse;
    margin-bottom: 1rem;
    overflow-x: auto;
}

.formatted-content table tr:nth-child(even) td {
    background-color: #FAFAFA;
}

.formatted-content table th {
    background-color: #F5F5F5;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    border: 1px solid #DDDDDD;
    padding: 0.75rem;
}

.formatted-content table td {
    vertical-align: middle;
    text-align: left;
    border: 1px solid #DDDDDD;
    padding: 0.75rem;
}

.formatted-content table .text-left {
    text-align: left;
}

.formatted-content table .text-center {
    text-align: center;
}

.formatted-content table .text-right {
    text-align: right;
}

.formatted-content table .text-nowrap {
    white-space: nowrap;
}

.formatted-content blockquote {
    font-style: italic;
    border-left: 4px solid #E96311;
    margin-bottom: 1rem;
    padding: 0.5rem 0 0.5rem 1rem;
}

.related-equipment {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width: 1024px) {
    .related-equipment {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .related-equipment {
        grid-template-columns: 1fr;
    }
}

.related-equipment__item {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    text-decoration: none;
    padding: 12px 16px;
    overflow: hidden;
    transition: box-shadow 0.2s;
}

@media (max-width: 576px) {
    .related-equipment__item {
        width: 250px;
        margin: 0 auto;
    }
}

.related-equipment__item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.related-equipment__img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin-bottom: 12px;
}

@media (max-width: 576px) {
    .related-equipment__img {
        height: 150px;
    }
}

.related-equipment__title {
    text-align: center;
}

@media (max-width: 576px) {
    .related-equipment__title {
        font-size: 14px;
    }
}

.detailed-news-description {
    min-width: 0;
}

.detailed-news-description iframe {
    max-width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

.detailed-news-description table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.detailed-news-description table thead,
.detailed-news-description table tbody,
.detailed-news-description table tr {
    display: revert;
}

.detailed-news-description td,
.detailed-news-description th {
    min-width: 120px;
}

.catalog-grid{
    grid-template-columns: repeat(auto-fill, minmax(250px, calc((100% - var(--spacing) * 12) / 4)));
}

@media (max-width: 1279px) {
    .catalog-grid{
        grid-template-columns: repeat(auto-fill, minmax(250px, calc((100% - var(--spacing) * 8) / 3)));
    }
}

@media (max-width: 1023px) {
    .catalog-grid{
        grid-template-columns: repeat(auto-fill, minmax(250px, calc((100% - var(--spacing) * 4) / 2)));
    }
}

@media (max-width: 548px) {
    .catalog-grid{
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}
