

/* Start:/bitrix/templates/aspro_max/components/bitrix/search.page/search.custom/style.css?17564645579629*/
.search-page-wrap .path {
    display: block;
    list-style: none;
    background: 0 0;
    margin: 0;
    padding: 0 0px 5px;
}

.search-page-wrap .path > li {
    margin: 0 0 0 11px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    font-size: 0.8667em;
    color: #bbb;
}

.search-page-wrap .path > li:first-of-type {
    margin-left: 0;
}

.search-page-wrap .path > li:before {
    margin-right: 10px;
    margin-left: 0;
    color: #ddd;
}

.search-page-wrap .path > li:first-of-type:before {
    display: none;
}

.search-page-wrap .path > li a {
    color: #bbb;
}

.search-page-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 20px;
    width: 100%;
}

.search-page-wrap form {
    position: relative;
    display: flex;
    gap: 20px;
    width: 100%;
}

.search-page-wrap .searchinput {
    position: relative;
    z-index: 3;
    padding: 0;
    max-width: 889px;
    width: 100%;
}

.search-page-wrap .searchinput .form-control {
    position: relative;
    margin-bottom: 0;
    height: 45px;
    border-radius: 16px;
}

.search-page-wrap .searchinput .btn {
    position: static;
    width: 100%;
    max-width: 284px;
}

.search-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-toggle-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 23px;
    height: 27px;
    background-color: transparent;
    border: 1px solid #ececec;
    border-radius: 0;
    opacity: .7;
    transition: border .3s, opacity .3s;
}

.search-toggle-button:hover,
.search-toggle-button:focus,
.search-toggle-button:active {
    opacity: 1;
}

.search-toggle-button._active {
    opacity: 1;
}

.search-page-wrap .dropdown-select {
    padding: 0px 0px 16px;
}

.search-page-wrap .item {
    padding: 32px 40px 33px;
    margin-top: -1px;
    background: #fff;
    background: var(--card_bg_black);
}

.search-page-wrap .item .title {
    display: block;
    padding: 0px 0px 16px;
}

.search-page-wrap .item .arrow_link {
    position: absolute;
    right: 39px;
    top: 39px;
    display: inline-block;
    width: 38px;
    height: 38px;
}

.search-page-wrap .item .arrow_link .svg {
    position: absolute;
    top: 13px;
    left: 12px;
}

.search-page-wrap .item:hover .arrow_link .svg path {
    fill: #fff;
}

.search-grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.search-item {
    width: 25%;
    height: 500px;
}

.search-grid._list .search-item {
    width: 100%;
    height: auto;
}

.search-item:hover,
.search-item:focus,
.search-item:active {
    position: relative;
    z-index: 2;
}

.search-item-wrapper {
    padding: 25px 25px 0 25px;
    height: 100%;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px var(--stroke_black);
    background-color: #fff;
    transition: box-shadow .3s;
}

.search-grid._list .search-item-wrapper {
    display: grid;
    grid-template-columns: 250px auto max-content;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 25px;
}

.search-item:hover .search-item-wrapper,
.search-item:focus .search-item-wrapper,
.search-item:active .search-item-wrapper {
    height: max-content;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
}

.search-item-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
    height: 358px;
}

.search-grid._list .search-item-wrapper .search-item-image {
    grid-area: 1 / 1 / 3 / 2;
    margin-bottom: 0;
    width: 250px;
    height: 250px;
}

.search-item-image img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.search-item-name {
    display: block;
    margin-bottom: 15px;
    font-size: 0.933em;
    line-height: 1.501em;
    font-weight: 500;
    color: #333;
    transition: color .3s;
}

.search-grid._list .search-item-wrapper .search-item-name {
    grid-area: 1 / 2 / 3 / 3;
    padding: 0 20px;
}

.search-item .text {
    display: block;
    margin-bottom: 15px;
    min-height: 20px;
    color: #333 !important;
}

.search-grid._list .search-item-wrapper .text {
    grid-area: 1 / 3 / 2 / 4;
}

.search-item .search-item-wrapper .search-item-arrow {
    position: static;
    margin: 25px -25px 37px -25px;
    width: calc(100% + 50px);
    border-radius: 0 !important;
}

.search-grid._list .search-item-wrapper .search-item-arrow {
    grid-area: 2 / 3 / 3 / 4;
    margin: 0;
    height: max-content;
    width: 280px;
    transform: translateY(-80px);
}

.search-ajax-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    padding: 20px;
    max-height: 505px;
    width: 100%;
    background-color: #fff;
    border: .1rem solid #ececec;
    overflow-y: auto;
}

.search-ajax-items {
    width: 100%;
}

.search-ajax-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px;
    width: 100%;
}

.search-ajax-item:not(:last-child) {
    border-bottom: .1rem solid #ececec;
}

.search-ajax-item-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
}

.search-ajax-item-image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.search-ajax-item-title {
    margin-bottom: 0;
    transition: color .3s;
}

.search-ajax-wrap .module-pagination {
    display: none;
}

@media (max-width: 1400px) {
    .search-item-image {
        height: 270px;
    }

    .search-item {
        height: 420px;
    }

    .search-item .search-item-wrapper .search-item-arrow {
        margin: 30px -25px 37px -25px;
    }
}

@media (max-width: 1250px) {
    .search-item-wrapper {
        padding: 15px 25px 0 25px;
    }

    .search-item .search-item-wrapper .search-item-arrow {
        margin: 40px -25px 37px -25px;
    }
}

@media (max-width: 1200px) {
    .search-item-image {
        height: max-content;
    }

    .search-item {
        height: 100%;
    }

    .search-item .search-item-wrapper .search-item-arrow {
        margin: 20px -25px 37px -25px;
    }
}

@media (max-width: 992px) {
    .search-item {
        width: calc(100% / 3);
    }

    .search-item .search-item-wrapper .search-item-image {
        width: 180px;
        height: 180px;
    }

    .search-grid._list .search-item-wrapper {
        grid-template-columns: 180px auto max-content;
    }

    .search-grid._list .search-item-wrapper .search-item-arrow {
        width: 230px;
        transform: translateY(-50px);
    }

    .search-ajax-wrap {
        padding: 10px;
        max-width: 355px;
    }

    .search-ajax-item-image {
        width: 50px;
        height: 50px;
    }

    .search-ajax-item-title {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .search-page-wrap .searchinput .btn {
        max-width: 180px;
        height: 35px;
        padding: 0 !important;
    }

    .search-page-top .form-control input[type="text"] {
        height: 35px;
    }

    .search-page-wrap .searchinput .form-control {
        height: 35px;
    }

    .search-grid._list .search-item-wrapper .search-item-arrow {
        width: 180px;
    }
}

@media (max-width: 650px) {
    .search-item {
        width: 50%;
    }

    .search-grid._list .search-item-wrapper {
        grid-template-columns: 120px auto max-content;
        padding: 10px;
    }

    .search-item .search-item-wrapper .search-item-image {
        width: 120px;
        height: 120px;
    }

    .search-grid._list .search-item-wrapper .search-item-arrow {
        transform: translateY(-10px);
    }
}

@media (max-width: 576px) {
    .search-page-top {
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .search-item .search-item-wrapper .search-item-arrow {
        position: static;
        margin: 10px 0 37px 0;
        width: 100%;
    }

    .search-grid._list .search-item-wrapper {
        display: grid;
        grid-template-columns: 120px auto max-content;
        grid-template-rows: repeat(3, auto);
        grid-column-gap: 10px;
        grid-row-gap: 0px;
    }

    .search-item .search-item-wrapper .search-item-image {
        grid-area: 1 / 1 / 4 / 2;
    }

    .search-grid._list .search-item-wrapper .search-item-name {
        grid-area: 1 / 2 / 2 / 3;
        padding: 0;
    }

    .search-grid._list .search-item-wrapper .text {
        grid-area: 2 / 2 / 3 / 3;
    }

    .search-grid._list .search-item-wrapper .search-item-arrow {
        grid-area: 3 / 2 / 4 / 3;
        transform: none;
    }

    .search-ajax-item {
        padding: 0;
    }

    .search-ajax-item-title {
        font-size: 12px;
    }

    .search-ajax-wrap {
        max-height: 255px;
    }
}

@media (max-width: 480px) {
    .search-item-wrapper {
        padding: 10px 10px 0 10px;
    }

    .search-page-wrap .searchinput .btn {
        max-width: 100px;
    }
}

@media (max-width: 400px) {
    .search-grid._list .search-item-wrapper .search-item-arrow {
        width: 120px;
    }
}
/* End */
/* /bitrix/templates/aspro_max/components/bitrix/search.page/search.custom/style.css?17564645579629 */
