.search-page__form-wrap {
    width: 100%;
    background-color: #00abaa;
    padding: 20px 0 30px;
}

.search-page__form-fill {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 10px;
    max-height: 60px;
    overflow: hidden;
}

.search-page__content-sidebar {
    width: calc(50% - 250px);
    padding: 40px 30px 45px 50px;
    float: left;
    position: relative;
    z-index: 1;
}

.search-page__content-sidebar.navigation-fixed {
    position: fixed;
    top: 70px;
    bottom: 0;
    left: 0;
    width: calc(50% - 230px);
    padding-top: 35px;
    overflow-y: auto;
    scrollbar-color: transparent transparent;
    -ms-overflow-style: none;
    -ms-scrollbar-track-color: rgba(255, 255, 255, 0);
    -ms-scrollbar-base-color: rgba(255, 255, 255, 0);
    -ms-scrollbar-highlight-color: rgba(255, 255, 255, 0);
    -ms-scrollbar-arrow-color: rgba(255, 255, 255, 0);
    -ms-scrollbar-shadow-color: rgba(255, 255, 255, 0);
    -ms-scrollbar-3dlight-color: rgba(255, 255, 255, 0);
}

.search-page__content-sidebar.navigation-fixed .search-page__content-sidebar-item::before {
    right: 20px;
}

.search-page__content-sidebar.navigation-fixed::after {
    content: '';
    display: block;
    width: 100%;
    height: calc(100vh - 160px);
    clear: both;
}

.search-page__content-sidebar.navigation-fixed::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.search-page__content-sidebar-item {
    width: 100%;
    max-width: 280px;
    margin-top: 25px;
    position: relative;
    float: right;
    clear: both;
    font-family: HelveticaNeue, Sans-Serif;
    font-size: 16px;
}

.search-page__content-sidebar:not(.navigation-fixed) .search-page__content-sidebar-item:first-child {
    font-family: HelveticaNeue-Bold, Sans-Serif;
}

.search-page__content-sidebar:not(.navigation-fixed) .search-page__content-sidebar-item:first-child .search-page__content-sidebar-item-link {
    color: #fff;
}

.search-page__content-sidebar:not(.navigation-fixed) .search-page__content-sidebar-item:first-child::after {
    background: url('/local/templates/.default/components/bitrix/catalog/services_229/bitrix/catalog.section.list/sphinx/images/arrow.svg') no-repeat right center;
    border-radius: 5px;
}

.search-page__content-sidebar-item.active {
    font-family: HelveticaNeue-Bold, Sans-Serif;
}

.search-page__content-sidebar-item.active .search-page__content-sidebar-item-link {
    color: #fff;
}

.search-page__content-sidebar-item.active::after {
    background: url('/local/templates/.default/components/bitrix/catalog/services_229/bitrix/catalog.section.list/sphinx/images/arrow.svg') no-repeat right center;
    border-radius: 5px;
}

.search-page__content-sidebar.navigation-fixed .search-page__content-sidebar-item {
    max-width: 300px;
}

.search-page__content-sidebar.navigation-fixed .search-page__content-sidebar-item::after {
    right: -30px;
}

.search-page__content-sidebar-item::before {
    content: attr(data-elements-count);
    display: inline-block;
    padding: 3px 8px 0;
    border-radius: 15px;
    background-color: #ffda00;
    color: #5a594a;
    min-width: 26px;
    height: 26px;
    margin-top: -13px;
    font-size: 13px;
    text-align: center;
    font-family: HelveticaNeue-Bold, Sans-Serif;
    position: absolute;
    top: 50%;
    right: 0;
}

.search-page__content-sidebar-item::after {
    content: '';
    display: block;
    background-size: 100% 100%;
    position: absolute;
    top: -10px;
    right: -50px;
    bottom: -10px;
    left: -10px;
    z-index: -1;
}

.search-page__content-sidebar-item-link {
    display: block;
    color: #5a594a;
    -webkit-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
}

.search-page__content-main {
    width: calc(50% + 250px);
    padding: 55px 40px 50px;
    background-color: #f0f6f7;
    float: right;
}

.search-page__content-wrap {
    width: 100%;
    max-width: 770px;
}

.search-page__form-fill-input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #fff;
}

.search-page__form-fill-input > label {
    padding: 17px 20px;
    display: block;
    width: 100%;
    height: 100%;
}

.search-page__form-input {
    width: 100%;
    font-family: HelveticaNeue, Sans-Serif;
    font-size: 17.5px;
    line-height: 28px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: transparent none;
}

.bx-ie .search-page__form-input {
    line-height: 18px;
}

.search-page__form-fill-submit {
    background: #ffdc19 none;
}

.search-page__form-fill-submit.main_search-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-page__form-submit {
    color: #000;
    padding: 17px 35px;
    font-size: 18px;
    font-family: HelveticaNeue-Bold, Sans-Serif;
    -webkit-box-shadow: none;
    background: none;
    box-shadow: none;
    border: 0;
    cursor: pointer;
}

.search-page__form-title {
    color: #fff;
    font-size: 40px;
    font-family: HelveticaNeue-Bold, Sans-Serif;
    margin-bottom: 20px;
}

.search-page__wrapper {
    width: 100%;
    position: relative;
    min-height: 150px;
}

.search-page__content-message {
    font-family: HelveticaNeue, sans-serif;
    line-height: 30px;
    padding: 30px 0;
}

.search-page__content-message a {
    white-space: nowrap;
}

.search-page__content {
    width: 100%;
    position: relative;
}

.search-page__content::after {
    content: '';
    display: block;
    clear: both;
}

.search-page__content-preloader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.footer {
    position: relative;
    z-index: 1;
}

.footer-action {
    position: relative;
}

.search-page input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1600px){
    .search-page__content-main {
        padding-bottom: 120px;
    }
}

@-moz-document url-prefix() {
    .search-page__content-sidebar.navigation-fixed {
        width: calc(50% - 215px);
    }
}

@media only screen and (max-width: 1280px) {
    .search-page__content-sidebar {
        width: calc(50% - 150px);
        padding-left: 65px;
    }

    .search-page__content-sidebar.navigation-fixed {
        width: calc(50% - 130px);
        padding-top: 45px;
    }

    @-moz-document url-prefix() {
        .search-page__content-sidebar.navigation-fixed {
            width: calc(50% - 130px);
        }
    }

    .search-page__content-main {
        width: calc(50% + 150px);
    }

    .search-page__content-sidebar-item.active::after {
        background: none;
    }

    .search-page__content-sidebar:not(.navigation-fixed) .search-page__content-sidebar-item:first-child::after {
        background: none;
    }

    .search-page__content-sidebar:not(.navigation-fixed) .search-page__content-sidebar-item:first-child .search-page__content-sidebar-item-link,
    .search-page__content-sidebar-item.active .search-page__content-sidebar-item-link {
        color: #00abaa;
        font-family: HelveticaNeue, Sans-Serif;
    }
}

@media only screen and (max-width: 1023px) {
    .search-page__content-sidebar {
        display: none;
    }

    .search-page__content-main {
        width: 100%;
    }

    .search-page__content-wrap {
        max-width: none;
    }
}

@media only screen and (max-width: 767px) {
    .search-page__content-main {
        padding: 15px 20px 50px;
    }

    .search-page__form-title {
        font-size: 22px;
    }

    .search-page__form-fill-submit {
        display: none;
    }
}
