

/* Start:/local/components/avil/smarteka.list/templates/.default/style.css?17677525165207*/
@media(min-width: 767px) {
    main .inner {
        padding: 32px!important;
    }
}

.smarteka-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}
.smarteka-block {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 16px;
}
.smarteka-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.smarteka-img:hover {
    opacity: 0.8;
    cursor: pointer;
}
.smarteka-img > div {
    background-size: cover;
    background-color: #d9d9d9;
    width: 200px;
    height: 140px;
    background-repeat: no-repeat;
}
main .inner .smarteka-img > img {
    border-radius: 0;
    margin: 0;
}
.smarteka-name {
    margin-bottom: 20px;
}
.smarteka-name a {
    color: #4B0244;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}
.smarteka-name a:hover {
    color: #A23895;
    text-decoration: none;
}
.smarteka-preview,
.smarteka-preview p {
    font-size: 14px;
    line-height: 18px;
}
main .inner .smarteka-preview p {
    margin-bottom: 15px;
}
main .inner .smarteka-preview p:last-child {
    margin-bottom: 0;
}
.smarteka-date {
    color: #999;
    margin-top: 10px;
    font-size: 13px;
}
.wrap-filter {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 80px;
    gap: 20px;
}
.btn.btn-small.btn-clear {
    min-width: 76px;
    padding: 4px;
}
.btn.btn-small.btn-clear img {
    margin: 0;
}
body .wrap-filter .select2-container {
    border-bottom: 1px solid #A23895;
    padding-bottom: 5px;
    /*margin: 20px 20px 0 0;*/
    width: 100%!important;
    overflow-x: hidden;
    padding-right: 30px;
}
body .wrap-filter .select2-container--default .select2-selection--single {
    border-radius: 0;
}
body .wrap-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #A23895;
    font-size: 16px;
}
body .wrap-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url('/images/icon-arrow-down.svg');
    width: 16px;
}
body .select2-container .select2-results__option {
    padding: 6px!important;
}
body .select2-container .select2-search--dropdown {
    padding: 4px!important;
}
body .select2-container .select2-search--dropdown input {
    padding: 4px!important;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 5px;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #A23895;
}
.wrap-tags {
    margin: 20px 0 20px;
    display: flex;
    flex-wrap: wrap;
}
.wrap-tags .btn-tag {
    border: 1px solid #999;
    padding: 8px 16px;
    color: #999;
    text-decoration: none;
    margin: 0 8px 8px 0;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
}
.wrap-tags .btn-tag.active,
.wrap-tags .btn-tag:hover {
    text-decoration: none;
    color: #A23895;
    border: 1px solid #A23895;
}
.wrap-tags .btn-tag.btn-tag-more:hover svg path {
    fill: #A23895;
}
.wrap-tags .btn-tag.btn-tag-more {
    display: flex;
    align-items: center;
}
.wrap-tags .btn-tag.btn-tag-more span {
    line-height: 16px;
}
.wrap-tags .btn-tag.btn-tag-more svg {
    height: 16px;
}
.wrap-tags .btn-tag.btn-tag-more svg path {
    fill: #999;
}

.wrap-sort {
    margin: 20px 0;
    border-bottom: 1px solid #A23895;
    display: flex;
    font-size: 16px;
    padding: 0 0 20px;
}
.sort-block {
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.sort-block svg {
    rotate: 90deg;
    height: 16px;
}
.sort-block svg path {
    fill: none;
}
.sort-block-btn {
    cursor: pointer;
    color: #999;
}
.sort-block-btn.bottom svg {
    rotate: 270deg;
}
.sort-block-btn.top svg path,
.sort-block-btn.bottom svg path {
    fill: initial;
}
.sort-block-btn.top,
.sort-block-btn.bottom {
    color: #1A0017;
}
.container.wait {
    opacity: 0.4;
    position: relative;
    z-index: 9;
}
.container.wait:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: url(/images/wait.gif) no-repeat 50% 50%;
}
.smarteka-navigation {
    margin-top: 40px;
}
body .smarteka-navigation .pagen .item {
    text-decoration: none;
    color: #1A0017;
}
body .smarteka-navigation .pagen .item:hover,
body .smarteka-navigation .pagen .item.active {
    color: #fff;
}

@media(max-width: 1200px) {
    .smarteka-block {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {
    .wrap-filter {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .smarteka-wrap {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .wrap-filter {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 500px) {
    .wrap-sort {
        flex-direction: column;
    }
    .sort-block-btn {
        margin-top: 5px;
    }
}
/* End */
/* /local/components/avil/smarteka.list/templates/.default/style.css?17677525165207 */
