.pagination-block {
    margin: auto;
    text-align: center;
    display: table;
}

.pagination {
    display: flex;
}

.page-link {
    color: white;
}

.catalog-modal-dialog {
    display: none;
}

.products-box .splide__slide {
    display: inline-block;
}

.splide__slide {
    max-width: 320px;
    min-width: 280px;
    margin-right: 8px;
    margin-left: 8px;
}

#splide01-track .splide__slide {
    max-width: 170px;
    min-width: 170px;
    margin-right: 8px;
    margin-left: 8px;
}

.products-box {
    text-align: center;
    padding: 0;
}

.info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff!important;
}

.precent-red {
    padding: 0px 3px;
    border-radius: 5px;
    background: red;
    color: white;
    position: relative;
    top: -22px;
    left: 5px;
}

.banner-catalog {
    background: url({{ asset(section.path ~ section.imageNameBig) }}) center no-repeat;
height: 200px;
}

.banner-catalog>div {
    background: rgba(255,255,255,0.2);
    width: 100%;
    height: 100%;
    display: flex;
}

.banner-catalog>div>h1 {
    margin: auto;
    text-align: center;
    padding: 10px;
}

.banner-catalog .title-section {
    text-transform: uppercase;
}

.products-section {
    padding: 0;
}

.products-section .item {
    display: inline-block;
    margin-right: -4px;
    margin-bottom: 0;

    border: 1px solid #212121;
}

.item.col-1 {
    width: 100%;
}

.item.col-2 {
    width: 50%;
    overflow: hidden;
    margin-bottom: -7px;
}

.item.col-3 {
    width: 33.3%;
    overflow: hidden;
    margin-bottom: -7px;;
}

.item {
    position: relative;
}

.item-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px;
}

.products-section .item {
    text-align: left;
}

.item .item-title {
    ont-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.item-flex {
    display: flex;
}

.item-flex-col:last-child {
    margin-left: auto;
}

.item-price {
    font-size: 16px;
    color: #212121;
    padding: 10px 0;
}


.item-old-price {
    margin-right: 14px;
    color: #A8A8A8;
    text-decoration: line-through;
}

.item-colors a {
    background-color: #000000;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    display: inline-block;
}

.block-filter {
    height: 64px;
    padding: 20px 40px;
    border-bottom: 1px solid #212121;
    border-top: 1px solid #212121;
}

.link-a {
    vertical-align: middle;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 12px;
}

.link-a svg {
    margin-right: 10px;
}

.crumbs {
    height: 64px;
    padding: 25px 40px;
    border-bottom: 1px solid #212121;
    border-top: 1px solid #212121;
}

.crumbs span, .crumbs a {
    padding-right: 10px;
}

.crumbs, .crumbs a {
    text-transform: uppercase;
    color: #212121;
    font-size: 12px;
}

.section-image {
    max-height: 550px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .item-info {
        padding: 30px 15px;
    }

    .crumbs {
        height: 50px;
        padding: 18px 15px;
        border-bottom: 1px solid #212121;
        margin-top: 7px;
    }

    .block-filter {
        height: 50px;
        padding: 12px 15px;
    }

    .item.col-1 {
        width: 100%;
    }

    .item.col-2 {
        width: 100%;
    }

    .item.col-3 {
        width: 100%;
    }

    body .popular-items .item.col-3 img, body .popular-items .item.col-2 img {
        max-height: none;
    }
}

.item-flex {
    display: flex;
}

.item-flex-col {
    margin: auto;
    margin-top: 0;
}

.item-flex-col:first-child {
    margin-left: 0;
}

.item-flex-col:last-child {
    margin-right: 0;
}

.modal-bg {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
}

.modal-place {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.modal-form {
    background: white;
    margin: auto;
    padding: 0px;
    position: relative;
    width: 405px;
    max-width: 100%;

    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-form .title {
    font-size: 14px;
    text-transform: uppercase;
}

.modal-block {
    border-bottom: 1px solid #1D1D1D;
    padding: 30px 30px;
}

.modal-title {
    font-size: 14px;
    text-transform: uppercase;
    /*font-weight: bold;*/
}

.bar-line-h {
    height: 2px;
    background: black;
    position: relative;
}

.bar-point {
    padding: 10px;
    position: absolute;
    top: -10px;
    border-radius: 50%;
    border: 2px solid black;
    background: white;
    margin-left: -10px;
    cursor: pointer;
}

.bar-point b {
    position: absolute;
    top: -25px;
    text-align: center;
    left: -40px;
    width: 100px;
}

.list-block {
    margin: 20px 0;
}

.list-block .title {
    margin-bottom: 20px;
}

.scroll-list {
    padding-top: 10px;
    text-align: justify;
}

.scroll-list:after {
    content: '';
    width: 100%;
    display: inline-block;
}

.list-item {
    margin-top: 10px;
    display: flex;

    border: 1px solid #DCDCDC;
    width: 32%;
    display: inline-block;
    border-radius: 3px;
    padding: 10px 16px;
    text-align: center;

    cursor: pointer;
}

.list-item input[type=checkbox]{
    display: none;
}

.list-item.checked {
    background: #212121;
    color: white;
}

.list-colors .list-item {
    width: 100%;
}

.flex {
    display: flex;
}

.flex-center {
    margin: auto;
}

.flex-left {
    margin: auto;
    margin-left: 0;
}

.flex-right {
    margin: auto;
    margin-right: 0;
}

.modal-diapazon-price {
    /*margin-bottom: 20px;*/
}

.modal-diapazon-bar {
    padding: 10px 10px;
    margin-top: 40px;
}

.btn-form-search {
    vertical-align: middle;
    text-align: center;
    border: 1px solid #212121;
    font-size: 12px;
    text-transform: uppercase;

    border-radius: 6px;
    padding: 19px;
    display: inline-block;
    width: 50%;
}

a.btn-form-search {
    color: black;
    margin-right: 10px;
}

input.btn-form-search {
    color: white;
    background: #212121;
}