.categories {
    margin-top: 40px;
}

.category-elem {
    /*border: 1px solid #e1e1e1;*/
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0px 0px 6px -2px #cacaca;
    color: #3C3D41;
    text-decoration: none !important;
    transition: .5s;
    display: inline-block;
}

.category-elem:hover {
    box-shadow: 0px 0px 6px -2px #7b7b7b;
}

.category-img {
    /* display: flex; */
    /* align-items: center; */
}

.category-img img {
    border-radius: 50%;
}

.category-elem p:before {
    content: "";
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
    display: block;
    width: 60%;
    left: 20%;
}

.category-elem a:hover {
    color: #EB6622;
}

.category-elem p {
    min-height: 55px;
    margin-bottom: 6px;
}

.catalog-category {
    display: none;
    padding-bottom: 20px;
    margin-top: 10px;
}

.catalog-category a {
    color: #7d7d7d;
    text-decoration: none;
    transition: .5s;
}

.catalog-category a.mark {
    color: #ffffff;
    background-color: #017A34;
    padding: 0 4px;
}

.catalog-category a:not(.mark):hover {
    color: #EB6622;
}

.catalog-category.open {
    display: inline-block;
}

.catalog-category button {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 12px 20px;
    margin-bottom: 12px;
    transition: .4s;
}

.catalog-category button:hover {
    color: #989898;
}

.btn-category {
    background-color: #F5F5F5;
    padding: 10px 20px;
    color: #9A9A9C;
    border-top: 2px solid white;
    cursor: pointer;
    transition: .5s;
}

.btn-category:hover,
.btn-category.open {
    color: #EB6622;
}

.catalog-search input {
    padding: 10px 40px;
    border-radius: 20px;
    outline: none;
    border: 1px solid #e8e8e8;
    width: 100%;
}

.catalog-search input:focus {
    border: 1px solid #017A34;
}

@media (min-width: 768px) {
    .catalog-search .col {
        padding: 0;
    }
}

.btn {
    text-decoration: none;
    outline: none;
    font-size: 12px;
    color: #9A9A9C;
    border: 1px solid rgba(154, 154, 156, 0.6);
    box-sizing: border-box;
    border-radius: 20px;
    padding: 10px 20px;
    display: inline-block;
    background-color: #fff;
    cursor: pointer;
}

.btn-catalog-search {
    width: 100%;
}

.btn:hover {
    border-color: #017A34;
    color: #017A34;
}

.catalog-search-result {
    padding: 4px 10px;
    margin: 12px 0;
    color: #017A34;
}