
.search-widget {
    width: 100%;
    font-family: 'HelveticaNeueCyr';
}


#popap_new_search_request {
    display: none;
}

.link-recommended {
    cursor: pointer;
    color: rgb(0, 191, 255);
}

li.search {
    display: none;
}

.query-amount-all {
    margin-right: 20px;
}
/*#w3 {*/
/*    display: none;*/
/*}*/

.search-widget form.search-widget-form {
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 2;
    width: 100%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -khtml-flex-direction: row;
    flex-direction: row;
    border-radius: 6px;
}

.search-widget:hover .search-widget-form {
    box-shadow: 0px 25px 55px rgba(0, 0, 0, 0.17);
}

.search-widget:hover .search-cat-dropdown-btn {
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.search-widget:hover .search-widget-input {
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.search-categories-dropdown-wr {
    position: relative;
    z-index: 2;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -khtml-flex-direction: row;
    flex-direction: row;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -o-flex: 0 0 auto;
    -khtml-flex: 0 0 auto;
    flex: 0 0 auto;
}

.search-cat-dropdown-btn {
    border-left: 1px solid #C4C4C4;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    padding: 13.5px 34px 13.5px 15px;
    /*width: 138px;*/
    height: 48px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.search-cat-dropdown-btn span {
    position: relative;
    font-size: 15px;
    line-height: 21px;
    pointer-events: none;
    font-family: 'HelveticaNeueCyr-Roman';
    font-weight: 400;
}

.search-cat-dropdown-btn span:after {
    display: block;
    position: absolute;
    right: -18px;
    top: 8px;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid currentColor;
}

.search-cat-dropdown-btn.activated span:after {
    top: 7px;
    -webkit-transform: rotateX(
            180deg
    );
    -ms-transform: rotateX(180deg);
    transform: rotateX(
            180deg
    );
}

.search-widget-dropdowns {
    opacity: 0;
    padding: 13px 0;
    border-radius: 6px;
    position: absolute;
    top: 49px;
    left: 0;
    list-style: none;
    background: #FFF;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -khtml-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    -webkit-transform: translateY(-50%) scaleY(0);
    -ms-transform: translateY(-50%) scaleY(0);
    transform: translateY(-50%) scaleY(0);
    box-shadow: 0px 25px 55px rgba(0, 0, 0, 0.17);
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.search-sub-dropdown {
    background: #FFF;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -khtml-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.search-categories-dropdown {
    width: 232px;
    max-height: 426px;
}

.search-main-dropdown {
    max-width: 738px;
    max-height: 654px;
}

.active-dropdown {
    opacity: 1;
    -webkit-transform: translateY(0) scaleY(1);
    -ms-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
}

.search-widget-dropdowns::-webkit-scrollbar {
    width: 5px;
}

.search-widget-dropdowns::-webkit-scrollbar-track {
    background: #E5E5E5;
    margin: 13px 0;
}

.search-widget-dropdowns::-webkit-scrollbar-thumb {
    background: #555555;
}

.search-widget-dropdowns::-webkit-scrollbar-thumb:hover {
    background: #555555;
}

.search-widget-cat-link {
    height: auto;
    padding: 11px 20px 8px;
    display: block;
    text-align: left;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.search-widget-cat-link.active {
    color: rgb(0, 191, 255);
}

.search-widget-cat-link:hover {
    color: #FFF;
    background: rgb(0, 191, 255);
}

.search-widget-input {
    display: inline-flex;
    border: 1px solid #C4C4C4;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    width: 100%;
    height: 48px;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.search-widget-input input::placeholder {
    font-weight: 400;
    font-family: 'HelveticaNeueCyr-Roman';
}

.search-widget-input input {
    width: 100%;
    padding-right: 70px;
    padding-left: 20px;
    font-family: 'HelveticaNeueCyr-Bold';
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.search-widget-submit-btn, .clear-search-input-btn {
    height: 48px;
    width: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 3px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.clear-search-input-btn {
    right: 35px;
    display: none;
}

.search-widget-submit-btn svg.ico, .clear-search-input-btn svg.ico {
    width: 24px;
    height: 24px;
}

.search-widget-submit-btn:hover, .clear-search-input-btn:hover {
    color: rgb(0, 191, 255);
    fill: rgb(0, 191, 255);
}

.search-sub-dropdown-btn {
    position: relative;
}

.search-sub-dropdown-btn {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -khtml-align-items: center;
    align-items: center;
    width: 100%;
    height: 52px;
    text-align: left;
}

.search-sub-dropdown-btn span {
    width: 100%;
    padding-left: 20px;
    padding-right: 30px;
}

.search-sub-dropdown-btn span:after {
    display: block;
    position: absolute;
    right: 20px;
    top: 24px;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid currentColor;
}

.search-sub-dropdown-btn span.no-channel:after {
    display: none;
}

.search-sub-dropdown-btn.sub-activated span:after {
    top: 23px;
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.search-sub-dropdown-wr {
    display: block;
}

.single-search-sub-dropdown-link {
    position: relative;
    text-align: left;
    font-family: HelveticaNeueCyr;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    padding: 8px 20px;
    /*-webkit-display: flex;*/
    /*-moz-display: flex;*/
    /*-ms-display: flex;*/
    /*-o-display: flex;*/
    /*-khtml-display: flex;*/
    /*display: flex;*/
    /*-webkit-justify-content: start;*/
    /*-moz-justify-content: start;*/
    /*-ms-justify-content: start;*/
    /*-o-justify-content: start;*/
    /*-khtml-justify-content: start;*/
    /*justify-content: start;*/
    /*-webkit-align-items: center;*/
    /*-moz-align-items: center;*/
    /*-ms-align-items: center;*/
    /*-o-align-items: center;*/
    /*-khtml-align-items: center;*/
    /*align-items: center;*/
}

.single-search-sub-dropdown-link:hover {
    background: #F5F5F5;
    color: initial;
}

.single-search-sub-dropdown-link svg {
    position: absolute;
    left: 20px;
    top: 8px;
    fill: #555555;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*.single-search-sub-dropdown-link:hover svg {*/
/*    fill: #519d67;*/
/*}*/
.sub-dropdown-link-text {
    padding-left: 40px;
    line-height: 21px;
    font-size: 15px;
    display: inline-block;
}

.sub-dropdown-link-text .matched-query-text {
    background: rgba(81, 157, 103, 0.17);
    line-height: 17px;
    font-size: 15px;
    display: inline-block;
    padding: 0 4px;
}

span>span.matched-query-text {
    background: rgba(81, 157, 103, 0.17);
    display: inline-block;
}

.ss-cc-si-small-text .matched-query-text {
    background: rgba(81, 157, 103, 0.17);
    display: inline-block;
}

.show-more-search-results-btn {
    position: relative;
    margin: 10px 0;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 19px;
    color: rgb(0, 191, 255);
    border: 1px solid rgb(0, 191, 255);
    box-sizing: border-box;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.show-more-search-results-btn:hover {
    color: #FFF;
    background: rgb(0, 191, 255);
    box-shadow: 0px 35px 77px rgba(0, 0, 0, 0.19), 0px 20px 45px rgba(0, 0, 0, 0.24);
}

.search-results-amount {
    font-weight: 700;
}

.search-divider-line {
    display: block;
    width: 100%;
    height: 1px;
    margin: 5px 0;
    background: #CCCCCC;
}

.search-sub-dropdown.tags-serach-dropdown {
    padding: 0 20px;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -khtml-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -khtml-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-search-sub-dropdown-tag-link {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -khtml-align-items: center;
    align-items: center;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    margin: 0 8px 8px 0;
    padding: 4.5px 12px;
    background: #F5F5F5;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-search-sub-dropdown-tag-link:hover {
    color: #FFF;
    background: rgb(0, 191, 255);
}

.single-search-sub-dropdown-tag-link svg {
    margin-right: 10px;
    stroke: #555555;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-search-sub-dropdown-tag-link:hover svg {
    stroke: #FFF;
}

.more-btn-wr {
    text-align: center;
    width: 100%;
}

@media (max-width: 1151px) {
    .search-categories-dropdown-wr {
        display: none;
    }

    .search-widget-input {
        border-bottom-left-radius: 6px;
        border-top-left-radius: 6px;
    }

    .search-widget:hover .search-widget-input {
        border-left: 1px solid transparent;
    }

    .search-main-dropdown {
        max-width: 636px;
    }
}

/**
ALL RESULTS STYLES
 */
.serach-reluts-page-wr {
    margin: 0 40px;
}

.query-title-all-results {
    padding: 50px 0 20px 0;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    -khtml-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    -khtml-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.recomended-search {
    padding-bottom: 15px;
}

.query-attr {
    font-family: 'HelveticaNeueCyr-Roman';
    display: inline-block;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    margin-right: 20px;
}

.query-value {
    display: inline-block;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    margin-right: 20px;
}

.vertical-divider {
    display: inline-block;
    height: 35px;
    width: 1px;
    background: #CCCCCC;
    margin-right: 20px;
}

.query-amount-all {
    font-family: 'HelveticaNeueCyr-Roman';
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
}

.query-amount-all .qal-number {
    font-family: 'HelveticaNeueCyr-Bold';
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
}

.qric-title {
    font-family: 'HelveticaNeueCyr-Bold';
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.qric-categories {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -khtml-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -khtml-flex-wrap: wrap;
    flex-wrap: wrap;
}

.qric-single-cat-link {
    -webkit-display: inline-flex;
    -moz-display: inline-flex;
    -ms-display: inline-flex;
    -o-display: inline-flex;
    -khtml-display: inline-flex;
    display: inline-flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    -khtml-align-items: flex-start;
    align-items: flex-start;
    font-family: 'HelveticaNeueCyr-Roman';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    color: rgb(0, 191, 255);
    margin-top: 10px;
    margin-right: 30px;
}

.qric-number {
    -webkit-display: inline-flex;
    -moz-display: inline-flex;
    -ms-display: inline-flex;
    -o-display: inline-flex;
    -khtml-display: inline-flex;
    display: inline-flex;
    margin-left: 6px;
    font-family: 'HelveticaNeueCyr-Roman';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color: #949494;
}

.src-single-category-wr {
    padding-bottom: 60px;
}

.search-results-content {
    padding: 50px 0;
}

.src-sc-title {
    margin-right: 16px;
}

.src-sc-title-text {
    display: inline-block;
    position: relative;
    text-decoration: underline;
    text-transform: uppercase;
    font-family: 'HelveticaNeueCyr-Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 550;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.src-sc-title-number {
    display: inline-block;
    position: relative;
    top: -10px;
    border-radius: 5px;
    padding: 0 3px;
    margin-left: 5px;
    color: #FFF;
    background: rgb(0, 191, 255);
    font-family: 'HelveticaNeueCyr-Medium';
    font-size: 12px;
    font-style: normal;
    font-weight: 550;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
}

.src-sc-title:hover .src-sc-title-text {
    color: #555555;
    text-decoration: none;
}

.src-single-category-header {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -khtml-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -khtml-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -khtml-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 15px;
}

.src-sc-more {
    padding: 12px 16px 12px 0;
    border-radius: 6px;
    -webkit-display: inline-flex;
    -moz-display: inline-flex;
    -ms-display: inline-flex;
    -o-display: inline-flex;
    -khtml-display: inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -khtml-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    -khtml-justify-content: flex-end;
    justify-content: flex-end;
}

.src-sc-more span {
    font-family: 'HelveticaNeueCyr-Roman';
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    margin-right: 18px;
    color: rgb(0, 191, 255);
}

.src-single-category-content {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    margin: 0 -20px;
}

.ss-cc-single-wr {
    width: 25%;
    padding: 0 20px;
}

.ss-cc-single-item {
    position: relative;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    background: #FFF;
    border-radius: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -moz-transition: box-shadow 0.3s ease 0s;
    -ms-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -khtml-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.ss-cc-single-item:hover {
    box-shadow: 0 20px 45px rgb(0 0 0 / 24%), 0 35px 77px rgb(0 0 0 / 19%);
}

.ss-cc-si-image-wr {
    height: 140px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex: 0 0 auto;
}

.ss-cc-si-body {
    padding: 20px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -khtml-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -khtml-justify-content: space-between;
    justify-content: space-between;
    height: 100%;
}

.ss-cc-si-category-title {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    padding: 0 12px;
    border-radius: 12px 0 20px 0;
}

.ss-cc-si-category-title span {
    color: #FFF;
    text-transform: capitalize;
    font-family: 'HelveticaNeueCyr-Medium';
    font-size: 13px;
    font-style: normal;
    font-weight: 550;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    padding: 1px 3px 3px 6px;
}

.single-letter {
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'HelveticaNeueCyr-Medium';
    font-size: 13px;
    font-style: normal;
    font-weight: 550;
    line-height: 13px;
    color: #FFF;
}

.ss-cc-si-title-text {
    padding: 20px 0;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
}

.ss-cc-si-title-text span {
    display: inline-block;
    font-family: 'HelveticaNeueCyr-Roman';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
}

.ss-cc-si-title-text span svg {
    margin: 4px 13px 0 0;
}

.ss-cc-si-small-text {
    padding: 0 0 18px 0;
    font-family: 'HelveticaNeueCyr-Roman';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #949494;
    word-wrap: break-word;
}

.ss-cc-si-author {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -khtml-align-items: center;
    align-items: center;
}

.ss-cc-si-author-img {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    flex: 0 0 auto;
}

.ss-cc-si-author-name {
    display: inline-block;
    font-family: 'HelveticaNeueCyr-Roman';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    letter-spacing: 0em;
    text-align: left;
    color: #555555;
}

.ss-cc-si-status {
    color: rgb(0, 191, 255);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.ss-cc-si-statistics {
    padding-top: 0px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -khtml-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -o-align-items: baseline;
    -khtml-align-items: baseline;
    align-items: baseline;
}

.ss-cc-si-statistics-title {
    font-family: 'HelveticaNeueCyr-Medium';
    font-size: 13px;
    font-style: normal;
    font-weight: 550;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    margin-right: 10px;
}

.ss-cc-si-statistics-info {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -khtml-flex-direction: column;
    flex-direction: column;
}

.ss-cc-si-statistics-info span {
    font-family: 'HelveticaNeueCyr-Roman';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #949494;
    margin-right: 9px;
    display: inline-flex;
    /*align-items: baseline;*/
}

.ss-cc-si-si-details span.ico {
    margin-top: 3px;
}

.ss-cc-si-statistics-info span svg {
    align-self: end;
    margin-right: 7px;
}

.relative {
    position: relative;
}

.font-w-400 {
    font-weight: 400;
    padding: 0 !important;
}

@media (max-width: 999px) {
    .search-results-content {
        padding: 40px 0;
    }

    .query-title-all-results {
        padding: 26px 0 25px 0;
    }

    .query-title-all-results > div {
        padding-top: 10px;
    }

    .query-attr {
        font-size: 20px;
    }

    .query-value {
        font-size: 30px;
    }

    .query-amount-all, .query-amount-all .qal-number {
        font-size: 20px;
    }

    .serach-reluts-page-wr {
        margin: 0 20px;
    }

    .src-single-category-content {
        margin: 0 -10px;
    }

    .src-single-category-content .ss-cc-single-wr:nth-child(4) {
        display: none;
    }

    .ss-cc-single-wr {
        width: 33%;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .serach-reluts-page-wr {
        margin: 0 14px;
    }

    .src-single-category-content .ss-cc-single-wr:nth-child(3) {
        display: none;
    }

    .src-single-category-content .ss-cc-single-wr:nth-child(4) {
        display: none;
    }

    .ss-cc-single-wr {
        width: 50%;
        padding: 0 10px;
    }
}

@media (max-width: 499px) {
    .search-results-content {
        padding: 30px 0;
    }

    .query-title-all-results {
        padding: 31px 0 20px 0;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        -khtml-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .query-attr {
        font-size: 15px;
    }

    .query-amount-all, .query-amount-all .qal-number {
        font-size: 15px;
    }

    .serach-reluts-page-wr {
        margin: 0 14px;
    }

    .src-single-category-content .ss-cc-single-wr:nth-child(2) {
        display: none;
    }

    .src-single-category-content .ss-cc-single-wr:nth-child(3) {
        display: none;
    }

    .src-single-category-content .ss-cc-single-wr:nth-child(4) {
        display: none;
    }

    .ss-cc-single-wr {
        width: 100%;
        padding: 0 10px;
    }
}

.search-cat-dropdown-btn {
    border-left: 1px solid #C4C4C4;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    padding: 13.5px 34px 13.5px 15px;
    /*width: 138px;*/
    height: 48px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.search-cat-dropdown-btn span {
    position: relative;
    font-size: 15px;
    line-height: 21px;
    pointer-events: none;
}

.search-cat-dropdown-btn span:after {
    display: block;
    position: absolute;
    right: -18px;
    top: 8px;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid currentColor;
}

.search-cat-dropdown-btn.activated span:after {
    top: 7px;
    -webkit-transform: rotateX(
            180deg
    );
    -ms-transform: rotateX(180deg);
    transform: rotateX(
            180deg
    );
}

.search-widget-dropdowns {
    opacity: 0;
    padding: 13px 0;
    border-radius: 6px;
    position: absolute;
    top: 49px;
    left: 0;
    list-style: none;
    background: #FFF;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -khtml-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    -webkit-transform: translateY(-50%) scaleY(0);
    -ms-transform: translateY(-50%) scaleY(0);
    transform: translateY(-50%) scaleY(0);
    box-shadow: 0px 25px 55px rgba(0, 0, 0, 0.17);
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.search-sub-dropdown {
    background: #FFF;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -khtml-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.search-categories-dropdown {
    width: 232px;
    max-height: 426px;
}

.search-main-dropdown {
    max-width: 738px;
    max-height: 654px;
    min-width: 600px;
}

@media (max-width: 1150px) {
    .search-main-dropdown {
        min-width: auto;
        border-radius: 0;
        padding: 15px 15px 0;
        width: 100%;
        max-width: inherit !important
    }
}

.active-dropdown {
    opacity: 1;
    -webkit-transform: translateY(0) scaleY(1);
    -ms-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
}

/*.ss-cc-cat-filters.load::before {*/
/*    display: block;*/
/*    background: url("../img/ajax-loader.gif") no-repeat center center;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 25px;*/
/*    left: 0;*/
/*    content: '';*/
/*    width: 100%;*/
/*}*/

.overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(200 200 200 / 50%);
    top: 0;
    z-index: 100;
}
.preloader{
    display: none;
    width: 50px;
    height: 50px;
    border: 6px solid transparent;
    border-bottom: 6px solid #1a9dd4 ;
    border-left: 6px solid #1a9dd4 ;
    border-radius: 100%;
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: animate 1s infinite linear;
    z-index: 100;
}

@keyframes animate{
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
}


/*.ss-cc-cat-filters.load::after {*/
/*    display: block;*/
/*    background: rgb(200, 200, 200);*/
/*    opacity: 0.1;*/
/*    height: 100%;*/
/*    position: relative;*/
/*    top: 0;*/
/*    left: 0;*/
/*    content: '';*/
/*    width: 100%;*/
/*    z-index: 1000;*/
/*}*/

.ss-cc-cat-filters.load {
    filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=5);
}

.search-widget-dropdowns::-webkit-scrollbar {
    width: 5px;
}

.search-widget-dropdowns::-webkit-scrollbar-track {
    background: #E5E5E5;
    margin: 13px 0;
}

.search-widget-dropdowns::-webkit-scrollbar-thumb {
    background: #555555;
}

.search-widget-dropdowns::-webkit-scrollbar-thumb:hover {
    background: #555555;
}

.search-widget-cat-link {
    height: auto;
    padding: 11px 20px 8px;
    display: block;
    text-align: left;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.search-widget-cat-link.active {
    color: rgb(0, 191, 255);
}

.app-front .search-widget-cat-link:hover {
    color: #FFF;
    background: #00bfff;
}

.search-widget-cat-link:hover {
    color: #FFF;
    background: #f48235;
}

.search-widget-input {
    display: inline-flex;
    border: 1px solid #C4C4C4;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    width: 100%;
    height: 48px;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.search-widget-submit-btn, .clear-search-input-btn {
    height: 48px;
    width: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 3px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.clear-search-input-btn {
    right: 35px;
    display: none;
}

.search-widget-submit-btn svg.ico, .clear-search-input-btn svg.ico {
    width: 24px;
    height: 24px;
}

.search-widget-submit-btn:hover, .clear-search-input-btn:hover {
    color: rgb(0, 191, 255);
    fill: rgb(0, 191, 255);
}

.search-sub-dropdown-btn {
    position: relative;
}

.search-sub-dropdown-btn {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -khtml-align-items: center;
    align-items: center;
    width: 100%;
    height: 52px;
    text-align: left;
}

.search-sub-dropdown-btn span {
    width: 100%;
    padding-left: 20px;
    padding-right: 30px;
}

.search-sub-dropdown-btn span:after {
    display: block;
    position: absolute;
    right: 20px;
    top: 24px;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid currentColor;
}

.search-sub-dropdown-btn.sub-activated span:after {
    top: 23px;
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.search-sub-dropdown-wr {
    display: block;
}

.single-search-sub-dropdown-link {
    position: relative;
    text-align: left;
    font-family: HelveticaNeueCyr;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    padding: 8px 20px;
    /*-webkit-display: flex;*/
    /*-moz-display: flex;*/
    /*-ms-display: flex;*/
    /*-o-display: flex;*/
    /*-khtml-display: flex;*/
    /*display: flex;*/
    /*-webkit-justify-content: start;*/
    /*-moz-justify-content: start;*/
    /*-ms-justify-content: start;*/
    /*-o-justify-content: start;*/
    /*-khtml-justify-content: start;*/
    /*justify-content: start;*/
    /*-webkit-align-items: center;*/
    /*-moz-align-items: center;*/
    /*-ms-align-items: center;*/
    /*-o-align-items: center;*/
    /*-khtml-align-items: center;*/
    /*align-items: center;*/
}

.single-search-sub-dropdown-link:hover {
    background: #F5F5F5;
    color: initial;
}

.single-search-sub-dropdown-link svg {
    position: absolute;
    left: 20px;
    top: 8px;
    fill: #555555;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*.single-search-sub-dropdown-link:hover svg {*/
/*    fill: #519d67;*/
/*}*/
.sub-dropdown-link-text {
    padding-left: 40px;
    line-height: 21px;
    font-size: 15px;
    display: inline-block;
}

.sub-dropdown-link-text .matched-query-text {
    background: rgba(81, 157, 103, 0.17);
    line-height: 17px;
    font-size: 15px;
    display: inline-block;
    padding: 0 4px;
}

.show-more-search-results-btn {
    position: relative;
    margin: 10px 0;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 19px;
    color: rgb(0, 191, 255);
    border: 1px solid rgb(0, 191, 255);
    box-sizing: border-box;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.show-more-search-results-btn:hover {
    color: #FFF;
    background: rgb(0, 191, 255);
    box-shadow: 0px 35px 77px rgba(0, 0, 0, 0.19), 0px 20px 45px rgba(0, 0, 0, 0.24);
}

.search-results-amount {
    font-weight: 700;
}

.search-divider-line {
    display: block;
    width: 100%;
    height: 1px;
    margin: 5px 0;
    background: #CCCCCC;
}

.search-sub-dropdown.tags-serach-dropdown {
    padding: 0 20px;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -khtml-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -khtml-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-search-sub-dropdown-tag-link {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -khtml-align-items: center;
    align-items: center;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    margin: 0 8px 8px 0;
    padding: 4.5px 12px;
    background: #F5F5F5;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-search-sub-dropdown-tag-link:hover {
    color: #FFF;
    background: rgb(0, 191, 255);
}

.single-search-sub-dropdown-tag-link svg {
    margin-right: 10px;
    stroke: #555555;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-search-sub-dropdown-tag-link:hover svg {
    stroke: #FFF;
}

.more-btn-wr {
    text-align: center;
    width: 100%;
}

@media (max-width: 1151px) {
    .search-categories-dropdown-wr {
        display: none;
    }

    .search-widget-input {
        border-bottom-left-radius: 6px;
        border-top-left-radius: 6px;
    }

    .search-widget:hover .search-widget-input {
        border-left: 1px solid transparent;
    }

    .search-main-dropdown {
        max-width: 636px;
    }
}

#page > .search-widget.search {
    padding: 0;
    z-index: 5 !important;
}

.search-widget.search .search-widget-form {
    box-shadow: unset;
}

#page > .search-widget.search .search-widget-input {
    border: unset;
}

#page > div.search-widget.search > .search-main-dropdown {
    width: 100%;
}

.ss-cc-cat-wr {
    position: relative;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    -khtml-justify-content: flex-end;
    justify-content: flex-end;
}

.ss-cc-single-cat-wr {
    width: 33%;
    padding: 0 20px 40px 20px;
}

.src-cat-sc-title-text {
    font-family: 'HelveticaNeueCyr-Medium';
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    color: #555555;
}

.top-18 {
    top: -18px;
}

.src-cat-sc-title-wr {
    position: relative;
}

.search-sort-dropdown-btn {
    border: none !important;
}

.search-sort-dropdown-btn span {
    pointer-events: none;
}

.mr-27 {
    margin-right: 27px;
}

.right-0 {
    right: 0;
    left: initial !important;
}

.search-sort-dropdown {
    width: 232px;
    max-height: 426px;
    z-index: 2;
}

.search-sort-dropdown-btn {
    height: 48px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.search-sort-dropdown-btn span {
    padding: 13.5px 54px 13.5px 16px;
    position: relative;
    font-size: 15px;
    line-height: 21px;
    pointer-events: none;
    font-weight: bold;
}

.search-sort-dropdown-btn span:after {
    display: block;
    position: absolute;
    right: 24px;
    top: 23px;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid currentColor;
}

.search-sort-dropdown-btn.activated span:after {
    top: 22px;
    -webkit-transform: rotateX(
            180deg
    );
    -ms-transform: rotateX(180deg);
    transform: rotateX(
            180deg
    );
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -khtml-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ss-cat-filters-options-wr {
    list-style: none;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    align-items: flex-start;
    align-content: flex-start;
}

.ss-cat-filters-options-wr > li {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 7px 0;
}

.ss-cat-filters-input {
    display: none;
}

.ss-cat-filters-options-wr > li > label {
    padding: 2px 0 2px 42px;
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #555;
    display: inline-block;
    cursor: pointer;
}

.ss-cat-filters-options-wr > li > label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 2px solid #b8b8b8;
    border-radius: 3px;
    transition: all .25s linear 0s;
}

.ss-cat-filters-options-wr > li > label:after {
    position: absolute;
    content: "";
    left: 11px;
    top: 11px;
    width: 12px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all .25s linear 0s;
    transform: translate(-50%, -50%) rotate(
            -45deg
    ) scale(0);
}

.ss-cat-filters-input:checked + label:before {
    background: rgb(0, 191, 255);
    border: 2px solid rgb(0, 191, 255);
}

.ss-cat-filters-input:checked + label:after {
    transform: translate(-50%, -50%) rotate(
            -45deg
    ) scale(1);
}

.ss-cc-cat-filters-dropdowns-wr {
    margin: 0px 40px 0 0;
    max-height: 900px;
    overflow-y: auto;
    width: 25%;
}

.ss-cc-filters-dropdown {
    background: none;
}

.ss-cc-cat-filters .search-sub-dropdown-btn {
    padding: 15px 40px 12px 0;
}

.ss-cc-cat-filters .search-sub-dropdown-btn span {
    font-family: 'HelveticaNeueCyr-Roman';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    padding: 0;
}

.ss-cc-cat-filters-dropdowns-wr::-webkit-scrollbar {
    width: 5px;
}

.ss-cc-cat-filters-dropdowns-wr::-webkit-scrollbar-track {
    background: #E5E5E5;
}

.ss-cc-cat-filters-dropdowns-wr::-webkit-scrollbar-thumb {
    background: #555555;
}

.ss-cc-cat-filters-dropdowns-wr::-webkit-scrollbar-thumb:hover {
    background: #555555;
}

.search-cat-filter-dropdown-btn {
    border: 2px solid rgb(0, 191, 255);
    border-radius: 6px;
}

.search-cat-filter-dropdown-btn span {
    pointer-events: none;
    display: block;
    position: relative;
    color: rgb(0, 191, 255);
    font-family: 'HelveticaNeueCyr-Bold';
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    padding: 13.5px 50px 13.5px 19px;
}

.search-cat-filter-dropdown-btn span:after {
    display: block;
    position: absolute;
    right: 24px;
    top: 23px;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid currentColor;
}

.search-cat-filter-dropdown-btn.activated span:after {
    top: 22px;
    -webkit-transform: rotateX(
            180deg
    );
    -ms-transform: rotateX(180deg);
    transform: rotateX(
            180deg
    )
}

.search-cat-filter-dropdown {
    top: 53px;
}

.flex-row-wr {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-flex-direction: flex-row;
    -moz-flex-direction: flex-row;
    -ms-flex-direction: flex-row;
    -o-flex-direction: flex-row;
    -khtml-flex-direction: flex-row;
    flex-direction: flex-row;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    -khtml-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -khtml-flex-wrap: wrap;
    flex-wrap: wrap;
}

.query-title-all-results.align-center {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -khtml-align-items: center;
    align-items: center;
}

.ss-cc-filter-btn-show-all {
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    -webkit-display: inline-flex;
    -moz-display: inline-flex;
    -ms-display: inline-flex;
    -o-display: inline-flex;
    -khtml-display: inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -khtml-align-items: center;
    align-items: center;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.ss-cc-filter-btn-show-all:hover {
    border: 1px solid rgb(0, 191, 255);
}

.ss-cc-filter-btn-show-all span {
    pointer-events: none;
    display: inline-block;
    padding: 13.5px 16px 13.5px 0;
    font-family: 'HelveticaNeueCyr-Roman';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.ss-cc-filter-btn-show-all svg {
    fill: #555555;
    margin: 12px 10px 12px 19px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.ss-cc-filter-btn-show-all:hover svg {
    fill: rgb(0, 191, 255);
}

.ss-cc-filter-btns {
    padding-bottom: 14px;
    margin-right: 40px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -khtml-align-items: center;
    align-items: center;
    width: 25%;
}

.ss-cc-filter-btn-clear-all {
    -webkit-display: inline-flex;
    -moz-display: inline-flex;
    -ms-display: inline-flex;
    -o-display: inline-flex;
    -khtml-display: inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -khtml-align-items: center;
    align-items: center;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.ss-cc-filter-btn-clear-all span {
    pointer-events: none;
    display: inline-block;
    padding: 13.5px 16px 13.5px 24px;
    font-family: 'HelveticaNeueCyr-Roman';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.closed-filters .ss-cc-filter-btn-clear-all {
    display: none;
}

.filter-btns-cat-title .ss-cc-filter-btns.closed-filters {
    width: 50px;
    flex-direction: column;
    margin-right: 25px;
}

.closed-filters .ss-cc-filter-btn-show-all svg {
    margin: 12px;
}

.closed-filters .ss-cc-filter-btn-show-all span {
    display: none;
}

.closed-filter-title {
    padding-top: 8px;
    display: none;
    font-family: 'HelveticaNeueCyr';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
}

.closed-filters .closed-filter-title {
    display: block;
}

.hidden-filters {
    display: none;
}

.filter-btns-cat-title .src-single-category-header {
    padding-bottom: 25px;
    width: 75%;
}

.filter-btns-cat-title .ss-cc-filter-btns {
    width: 25%;
}

.filter-btns-cat-title {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    -khtml-align-items: flex-start;
    align-items: flex-start;
}

.ss-cc-cat-wr .src-single-category-wr {
    width: 75%;
}

.full-w {
    width: calc(100% - 75px) !important;
}

.keep-visible-drobdowns {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
}

.ss-cc-filter-btns .search-categories-dropdown-wr {
    display: none;
}

@media (max-width: 999px) {
    .src-cat-sc-title-text {
        font-size: 30px;
    }

    .serach-reluts-page-wr .query-title-all-results {
        padding: 22px 0 25px 0;
    }

    .full-w {
        width: 100% !important;
    }

    .closed-filters .ss-cc-filter-btn-clear-all {
        display: inline-flex;
    }

    .ss-cc-cat-wr .src-single-category-wr {
        width: 100% !important;
    }

    .ss-cc-cat-filters-dropdowns-wr.ss-cc-cat-filters {
        position: absolute;
        top: -86px;
        left: 0;
        z-index: 2;
        display: none;
        width: 460px;
        max-height: 681px;
    }

    .ss-cc-cat-filters-dropdowns-wr.ss-cc-cat-filters .search-sub-dropdown-wr:first-child {
        padding: 20px 0 0 30px;
    }

    .ss-cc-cat-filters-dropdowns-wr.ss-cc-cat-filters .search-sub-dropdown-wr {
        padding: 0 0 0 30px;
    }

    .ss-cc-cat-filters-dropdowns-wr.ss-cc-cat-filters .search-sub-dropdown-wr:last-child {
        padding: 0 0 30px 30px;
    }

    .hidden-filters {
        display: block !important;
        border-radius: 6px;
        background: #FFF;
        box-shadow: 0px 25px 55px rgba(0, 0, 0, 0.17);
    }

    .filter-btns-cat-title .ss-cc-filter-btns.closed-filters {
        width: initial;
        flex-direction: row;
    }

    .closed-filters .ss-cc-filter-btn-show-all span {
        display: inline-block;
    }

    .closed-filters .closed-filter-title {
        display: none;
    }

    .ss-cc-cat-wr .src-single-category-wr .src-single-category-content {
        margin: 0 -20px;
    }

    .filter-btns-cat-title .ss-cc-filter-btns {
        width: 133px;
        margin-right: 25px;
    }

    .filter-btns-cat-title .src-single-category-header {
        width: 100%;
        min-height: 73px;
    }

    .closed-filters .ss-cc-filter-btn-show-all svg {
        margin: 12px 10px 12px 19px;
    }

    .ss-cat-filters-options-wr > li {
        width: 50%;
    }

    .ss-cc-cat-filters-dropdowns-wr::-webkit-scrollbar-track {
        margin: 20px 0;
    }

    .search-cat-filter-dropdown {
        top: 63px;
    }

    .filter-btns-cat-title {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        -khtml-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .filter-btns-cat-title .ss-cc-filter-btns {
        width: 100%;
        flex-wrap: wrap;
    }

    .src-single-category-header .search-categories-dropdown-wr {
        display: none;
    }

    .ss-cc-filter-btns .search-categories-dropdown-wr {
        display: block;
    }

    .ss-cc-single-cat-wr {
        width: 50%;
        padding: 0 10px 40px 10px;
    }

    .ss-cc-cat-wr .src-single-category-wr .src-single-category-content {
        margin: 0 -10px;
    }
}

@media (max-width: 499px) {
    .search-cat-filter-dropdown {
        top: 70px;
    }

    .serach-reluts-page-wr .query-title-all-results {
        padding: 11px 0 17px 0;
    }

    .serach-reluts-page-wr .query-title-all-results > div {
        padding-top: 17px;
    }

    .ss-cc-single-cat-wr {
        width: 100%;
        padding: 0 10px 40px 10px;
    }

    .closed-filters .ss-cc-filter-btn-clear-all, .ss-cc-filter-btn-clear-all {
        display: none;
    }

    .ss-cc-cat-filters-dropdowns-wr.ss-cc-cat-filters {
        width: 100%;
    }

    .ss-cat-filters-options-wr > li {
        width: 100%;
    }

    .filter-btns-cat-title .ss-cc-filter-btns, .filter-btns-cat-title .ss-cc-filter-btns.closed-filters {
        margin-right: 0;
    }

    .search-sort-dropdown-btn span {
        padding: 13.5px 34px 13.5px 16px;
    }

    .search-sort-dropdown-btn span:after {
        right: 0;
    }
}

@media (max-width: 360px) {
    .src-cat-sc-title-text {
        font-size: 26px;
    }
}
