.paginator {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    list-style: none;
}

.paginator li span {
    display: block;
    float: left;
    border: 1px solid #ccc;
    width: 36px;
    height: 36px;
    line-height: 34px;
    color: #c69c6d;
    text-align: center;
}

.paginator li {
    display: inline-block;
}

.noUi-target {
    border: none;
    margin: 0px 15px;
}
.noUi-connect {
    background: #989898;
}

.list-group-item.active, .list-group-item:hover, .list-group-item.active:hover {
    background-color: #CCC;
    border-color: #CCC;
}
.list-group-item {
    padding: 10px;
}
#logo-header {
    min-height: 75px;
}
.table-responsive table tr td {
    vertical-align: middle;
}
table.table-shop tbody tr td {
    vertical-align: middle;
}

.table-responsive table tr td .close, table.table-shop tr td .close {
    font-size: 40px;
    float: none;
}

.product-in-table h3 {
    margin: 0;
    padding: 0;
}

.center {
    text-align: center;
}

textarea {
    resize: none;
}

.preview-image-outer {
    min-height: 153px;
}
.products-list-in-row .preview-image-outer {
    width: 20%;
    margin-right: 5%;
    float: left;
}
.map-block {
    filter: grayscale(1);
}

.input-row{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.error-page {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 300px 0;
    box-sizing: border-box;
}

.section-title {
    z-index: 1;
    position:relative;
}

.partners-text-col::after {
    z-index:0;
}

.partners-text-col .text-panel {
    position:relative;
    z-index:1;
}

.smart-captcha {
    margin-bottom: 24px;
}