.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;
}