.category_modal-block .category_cards .category_card .card_top h3 {
    min-height: 135px;

}

.category_modal {
    padding: 5% 0 0 0;

}

.product_modal {
    z-index: 8888;

}


.application {
    z-index: 9999;
}

.product_modal-wrap {
    -webkit-box-shadow: -5px -5px 30px -5px rgba(42, 54, 64, 0.2);
    -moz-box-shadow: -5px -5px 30px -5px rgba(42, 54, 64, 0.2);
    box-shadow: -5px -5px 30px -5px rgba(42, 54, 64, 0.2);
}

.application .application_block {
    -webkit-box-shadow: -5px -5px 30px -5px rgba(42, 54, 64, 0.2);
    -moz-box-shadow: -5px -5px 30px -5px rgba(42, 54, 64, 0.2);
    box-shadow: -5px -5px 30px -5px rgba(42, 54, 64, 0.2);
}

.product_modal-wrap {
    background-position: bottom right;
    background-repeat: no-repeat;
}

.wrapper {
    position: relative;
}

.contact_social img {
    width: 42px;
    height: 42px;
}


.contact .contact_block .contact_social .social_link:hover .social_link-texts span {
    color: #fff;
}

.nav_link img {
    height: 50px;
}

.body_lock {
    overflow: hidden;
}


.coockies_noties {
    box-shadow: 0px -6px 10px hsla(240, 7%, 46%, .2);
    padding: 50px 0px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
    display: none;
}

.coockies_noties.active {
    display: block;
}

.coockies_noties ._noties {
    font-size: 1.3rem;
    font-weight: 500;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.coockies_noties ._noties span {
    color: #FFC60C;
}

.Button_access_coockies {
    padding: 5px 20px;
    background: #354049;
    color: #fff;
    border-radius: 20px;
    font-size: 1.3rem;
}

label.privacy {
    font-size: 0.8rem;
}

.dropdown {
    position: relative;
    display: inline-block;
    color: #FFC60C;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #192630;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;

}

.dropdown-content li {
    list-style-type: none;
    line-height: 1.5rem;
}

.dropdown:hover .dropdown-content {
    display: block;
}



header {
    position: fixed;
    background: #1a2126;
}

@media (max-width: 768px) {
    .dropdown {
        display: none;
    }
}

.hand-icon {
    display: none;
    background-image: url('/images/icons/finger.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 60px;

    animation: spin 2s infinite;
    transform-origin: 52% 62%;

    position: absolute;
    left: 10px;
    bottom: 10px;
}

@media (max-width: 768px) {
    .hand-icon {
        display: block;
    }
}

@keyframes spin {
    0% {

        margin-left: 10px;
    }

    50% {

        margin-left: -10px;
    }

    100% {

        margin-left: 10px;
    }
}

.paints_card {
    position: relative;

}

.professional_card {
    position: relative;
}

.soft_screen {}

.soft_screen img {
    max-width: 100%;
    margin: 80px 0px 30px 0;
}

.video {
    margin: 50px 0px;
}

table.price {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
    margin: 30px auto;
    border-radius: 6px;
}

table.price tr {
    background: white;
    border-bottom: 1px solid
}

table.price th {
    background: #12191E;
    color: #fff;
}

table.price th,
table.price td {
    padding: 10px 20px;
}

/* Simple CSS for scrollable table on mobile */
table.price {
    min-width: 800px;
}

table.price th:last-child,
table.price td:last-child {
    min-width: 150px;
    font-weight: 500;
}

.system_card {
    padding: 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.card_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.toggle_icon {
    display: none;
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.toggle_icon.active {
    transform: rotate(180deg);
    /* Поворачиваем стрелку вверх */
}

.system_card p {

    display: block;
    /* Скрыто по умолчанию */
}

.system_card p.visible {
    display: block;
}

.start_title p {
    font-size: 3rem;
    font-weight: 700;
}

/* На мобильных устройствах */
@media (max-width: 768px) {
    .system_card p {
        margin-top: 12px;
        display: none;
        /* Скрыто по умолчанию */
    }

    .toggle_icon {
        display: block;

    }

    .system_card p {
        display: none;
    }

    .system_card.expanded p {
        display: block;
    }
}

.product_modal-wrap ul,
.product_modal-wrap ol {
    margin-left: 30px;
}

.pc_price_offer {
    display: block;
    max-width: 350px;
}

.professional .professional_content .professional_info .professional_links {
    display: none;
}

.business .business_content .business_cards {
    grid-template-columns: 49% 49%;
}

@media (max-width: 991px) {
    .business .business_content .business_cards {
        grid-template-columns: 100%;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .pc_price_offer {
        display: none;
    }

    .professional .professional_content .professional_info .professional_links {
        display: flex;
    }

    .professional .professional_content .professional_slider {
        display: none;
    }
}

.professional .professional_content .professional_info p.price_title {
    font-weight: 700;
    font-size: 1.5rem;
}

.small_cards_wrap {
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 20px;
}



.business .business_content .business_cards .small_card:nth-child(5) {
    grid-column: 1 / -1;
    /* растягиваем 3-й элемент на всю ширину */
}

@media (max-width: 991px) {
    .small_cards_wrap {
        grid-template-columns: 100%;
        gap: 30px;
    }
}

.product_info.docs a {
    font-size: 1rem;
    font-weight: 400;
    line-height: 17.07px;
    color: #282828;
    text-decoration: underline;
}

.big_card.fixheight {
    min-height: 236px;
}

@media (max-width: 991px) {
    .big_card.fixheight {
        min-height: 60px;
    }
}