.search_box {
    height: 58px;
    width: 40%;
    border-bottom: 2px solid #828282;
}
.search {
    width: 100%;
    border: 0;
    font-size: 13px;
    line-height: 17px;
    color: #828282;
    padding-left: 22px;
}
.box_title {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgb(43 42 40 / 8%);
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #2B2A28;
    padding: 14px 20px;
    cursor: pointer;
    margin-bottom: 15px;
}
#filters > ul {
    min-height: 30px
}
.pt40 {padding-top: 40px}
.categories > ul, #filters > ul {
    display: none;
    padding: 0 20px;
    list-style: none;
    margin: 0;
}
#filters li {
    align-items: center;
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
    color: #2B2A28;
}
#filters label {
    padding-left: 10px;
    cursor: pointer;
}
a.level {
    font-weight: bold;
    font-size: 15px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #2B2A28;
}
.second {
    padding-top: 10px;
}
.second li {
    display: flex;
    align-items: baseline;
}
.product {
    background: #FFFFFF;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    /*box-shadow: 0px 0px 30px rgb(43 42 40 / 8%);*/

    border-radius: 0px 40px 0px 0px;
    padding: 5px;
    overflow: hidden;
    transition: .4s;
}
.products .col {
    padding-bottom: 30px;
}
.product .image {
    border-radius: 0px 36px;
    overflow: hidden;
    min-height: 150px;
    position: relative;
}
.product .caption {
    padding: 25px 15px 25px 15px;
}
.product .name {
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #2B2A28;
}
.price {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    color: #2B2A28;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFBF7;
    border-radius: 4px;
    width: 47%;
}
.product .read {
    padding: 13px 16px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
    transition: .4s;
}
.product .attr {
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #2B2A28;
    justify-content: space-between;
}
.product .attr + .attr {order: 3;}
.preload {
    opacity: .4;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.267rem;
    margin: 25px 0;
}
.empty {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}
select.target {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #2b2a28;
    border-radius: 8px;
    outline: 0;
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
    color: #2B2A28;
}
.catalog_product h1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 60%;
    overflow: hidden;
}
.disabled, :disabled {
    color: #828D99 !important;
}
.pagination .page-item:first-child .page-link {
    border-left: 1px solid #DFE3E7;
}

.pagination .page-item .page-link {
    border: 1px solid #DFE3E7;
    border-right: 0;
    border-left: 0;
    color: #324356;
    background-color: transparent;
    font-weight: 600;
}
.page-item.disabled .page-link {
    color: #828D99;
    pointer-events: none;
    cursor: auto;
    background-color: #F2F4F4;
    border-color: #7E8FA3;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.267rem;
    border-bottom-left-radius: 0.267rem;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.47rem 0.73rem;
    margin-left: 0;
    line-height: 1.25;
    color: #3F3356;
    background-color: #FFFFFF;
    border: 0 solid #DFE3E7;
}
.pagination .page-item.active {
    border-radius: 0;
}
.pagination .page-item.active .page-link, .pagination .page-item.active .page-link:hover {
    border-radius: 0.267rem;
    background-color: #cb8734 !important;
    color: #FFFFFF;
}
.product .attrs {
    margin: 19px 0;
    min-height: 26px;
}
.product .image a, .product .image a img {
    width: 100%;
    height: 100%;

    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.sorts, #filters .box_title {margin-top: 15px}
.categories .second li, .categories .second li > div {align-items: baseline;justify-content: flex-start;width: 100%}
.categories .second li svg {
    width: 7px;
}
.filter_slider {right: -10px}
.second li svg {
    margin-right: 15px;
}
ul.second a:not(.level) {
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
    color: #2B2A28;
    text-decoration: none;
    width: 100%;
}
ul.second a:hover, .second a.active {
    color: #cb8734!important;
}
.hid, .product:hover .caption .flex-2 .price {display: none}
.product:hover .read {width: 100%}
a.load_more {
    margin-bottom: 26px;
    background: #faf0e3;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #2B2A28;
    padding: 21px 0;
    text-decoration: none;
}
#content {
    padding-bottom: 30px;
}
.products {
    min-height: 430px;
    align-items: baseline;
    justify-content: flex-start;
    transition: .4s;
    flex-wrap: wrap;
}
.col {padding: 0 15px;width: 33%}
.not_project {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgb(43 42 40 / 8%);
    border-radius: 0px 40px 0px 0px;
    padding: 5px;
    margin-bottom: 35px;
    overflow: hidden;
}
.first_div {
    padding: 54px 42px 54px 58px;
    width: 58%;
}
.first_div .btn {
    padding: 25px 0;
    width: 280px;
    text-decoration: none;
}
.photo_project {
    width: 42%;
    position: relative;
}
.photo_project div {
    background: url('/images/site/фото.png') no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.h2 {
    font-weight: normal;
    font-size: 30px;
    line-height: 30px;
    color: #2B2A28;
}
.text {
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
    color: #2B2A28;
    margin-top: 14px;
}
.first_div .text {margin-bottom: 26px}
@media (max-width: 767px) {
    main {position: relative}
    .top_sidebar {
        position: absolute;
        left: 0;
        right: 0;
        top: 63px;
    }
    .product:hover {
        transform: none!important;
    }
    .products .col:hover {
        padding-bottom: 30px;
    }
    .product:hover .read {
        width: 49%;
    }
    .product:hover .caption .flex-2 .price {
        display: flex;
    }
    .catalog_product h1 {
        white-space: normal;
        text-overflow: unset;
        width: 100%;
    }
    .pt40 {
        padding-top: 17px;
    }
    aside {
        width: 100%;
        display: block;
        position: fixed;
        background: #fff;
        z-index: 9999999;
        top: 0;
        left: -100%;
        right: 0;
        bottom: 0;
        overflow-y: auto;
        padding-bottom: 6px;
    }
    .categories {
        padding: 0 25px;
    }
    .top_filt {
        height: 59px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 25px;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        background: #FFFBF6;
        margin-bottom: 20px;
    }
    .column_right {
        width: 100%;
        padding-left: 0;
    }
    .col {
        padding: 0;
        width: 100%;
    }
    .product .read {
        width: 49%;
    }
    .product {
        margin-bottom: 10px;
    }
    .not_project {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .first_div {
        padding: 28px 26px;
        width: 100%;
    }
    .photo_project {
        width: 100%;
        height: 220px;
        border-radius: 0px 37px;
        overflow: hidden;
    }
    .not_project {
        border-radius: 0px 40px;
        overflow: hidden;
        flex-direction: column;
    }
    .catalog_product .breadcrumb-item {
        margin-top: 30px;
    }
    .search_show svg {transform: none!important;}
    .search_box {
        display: none;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        left: 0;
        top: 101px;
        right: 0;
        background: #fffbf6;
        padding: 0 10px;
        width: 100%;
        border-bottom: none;
    }
    .fixed + #content .search_box {
        top: 38px;
    }
    .top_sidebar.fixed {
        position: fixed;
        z-index: 9999999;
        top: 0;
        left: 0;
        right: 0;
        box-shadow: 0 0 8px 0 #00000038;
    }
    .top_sidebar.fixed a {
        border-top: none;
        border-left: none;
        border-right: none;
    }
    .top_sidebar.fixed a:not(.search_show):first-child {
        border-right: 1px solid #E7D8C7;
    }
    .top_sidebar a:not(.search_show):first-child {
        border-right: none
    }
    .search {
        width: 100%;
        padding: 12px;
        padding-left: 50px !important;
    }
    .search_box svg {
        position: absolute;
        left: 24px;
        transform: none !important;
    }
    .top_sidebar a {
        background: #FFFFFF;
        border: 1px solid #E7D8C7;
        display: flex;
        width: 50%;
        align-items: center;
        justify-content: center;
        height: 38px;
    }
}
@media (min-width: 425px) and (max-width: 767px) {
    .products {
        justify-content: space-between;
    }
    .col {
        width: 48%;
    }
    .product .attr {
        padding-left: 32px !important;
        font-size: 13px;
    }
    .product .read {
        width: 100% !important;
    }
    .price {
        width: 100%;
        margin-top: 14px;
        padding: 8px 0;
    }
    .caption .flex-2 {
        flex-direction: column;
    }
    .product .name {
        font-size: 15px;
        line-height: 18px;
    }
    .product .image {
        min-height: 150px;
    }
    .product .caption {
        padding: 10px 15px 15px 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    main {position: relative}
    .top_sidebar {
        position: absolute;
        left: 0;
        right: 0;
        top: 63px;
    }
    .product:hover {
        transform: none
    }
    .product .image {
        min-height: 120px;
    }
    .product .caption {
        padding: 15px
    }
    .product .attrs {
        margin: 12px 0;
    }
    .col {
        padding: 0 10px;
    }
    .product .name {
        font-size: 16px;
        line-height: 20px;
    }
    .catalog_product h1 {
        white-space: normal;
        text-overflow: unset;
        width: 100%;
    }
    .pt40 {
        padding-top: 17px;
    }
    aside {
        width: 100%;
        display: block;
        position: fixed;
        background: #fff;
        z-index: 9999999;
        top: 0;
        left: -100%;
        right: 0;
        bottom: 0;
        overflow-y: auto;
        padding-bottom: 6px;
    }
    .categories {
        padding: 0 25px;
    }
    .top_filt {
        height: 59px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 25px;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        background: #FFFBF6;
        margin-bottom: 20px;
    }
    .column_right {
        width: 100%;
        padding-left: 0;
    }
    .products {
        margin: 0 -10px;
        min-height: unset;
    }
    .product .read {
        width: 100%;
    }
    .price {
        width: 100%;
        padding: 10px 0;
        margin-top: 10px;
    }
    .product .caption .flex-2 {
        flex-direction: column;
    }
    .product {
        margin-bottom: 10px;
    }
    .not_project {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .first_div {
        padding: 28px 26px;
        width: 50%;
    }
    .photo_project {
        width: 50%;
        border-radius: 0px 37px;
        overflow: hidden;
    }
    .not_project {
        border-radius: 0px 40px;
        overflow: hidden;
    }
    .catalog_product .breadcrumb-item {
        margin-top: 30px;
    }
    .search_show svg {transform: none!important;}
    .search_box {
        display: none;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        left: 0;
        top: 101px;
        right: 0;
        background: #fffbf6;
        padding: 0 10px;
        width: 100%;
        border-bottom: none;
    }
    .fixed + #content .search_box {
        top: 38px;
    }
    .top_sidebar.fixed {
        position: fixed;
        z-index: 9999999;
        top: 0;
        left: 0;
        right: 0;
        box-shadow: 0 0 8px 0 #00000038;
    }
    .top_sidebar.fixed a {
        border-top: none;
        border-left: none;
        border-right: none;
    }
    .top_sidebar.fixed a:not(.search_show):first-child {
        border-right: 1px solid #E7D8C7;
    }
    .top_sidebar a:not(.search_show):first-child {
        border-right: none
    }
    .search {
        width: 100%;
        padding: 12px;
        padding-left: 50px !important;
    }
    .search_box svg {
        position: absolute;
        left: 24px;
        transform: none !important;
    }
    .top_sidebar a {
        background: #FFFFFF;
        border: 1px solid #E7D8C7;
        display: flex;
        width: 50%;
        align-items: center;
        justify-content: center;
        height: 38px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .box_title {
        font-size: 14px;
    }
    .products {
        min-height: unset;
        margin: 0 -15px;
    }
    .first_div {
        padding: 28px;
        width: 52%;
    }
    .first_div .h2 {
        font-size: 22px;
        line-height: 22px;
    }
    .photo_project {
        width: 48%;
    }
    .product .image {
        min-height: 108px;
    }
    .product .caption {
        padding: 15px;
    }
    .product .name {
        font-size: 15px;
        line-height: 20px;
    }
    .product .attrs {
        margin: 14px 0;
    }
    .product .read {
        width: 100%;
    }
    .product .price {
        padding: 10px 0;
        margin-top: 10px;
        width: 100%;
    }
    .caption .flex-2 {flex-direction: column}
}
@media (min-width: 768px){
    .product:hover .attr {
        flex-direction: column;
        justify-content: center;
        width: 25%;
        background-position-x: center !important;
        background-position-y: top !important;
        padding-top: 28px;
        text-align: center;
        padding-left: 0 !important;
        font-size: 10px;
    }
    .product:hover .attrs .price {
        display: flex;
        width: 52%;
        height: 56px;
        margin: auto;
        order: 2;
    }
    .products .col:hover {
        padding-bottom: 0;
    }
    
    .product:hover {
        transform: scale(1.13);
        z-index: 999;
    }
}

@media (max-width: 550px) {
    .product .image{
        min-height: 130px;
    }
}
@media (max-width: 500px) {
    .product .image{
        min-height: 120px;
    }
}
@media (max-width: 450px) {
    .product .image{
        min-height: 110px;
    }
}

@media (max-width: 424px) {
    .product .image{
        min-height: 185px;
    }
}