.searchpro__field {
    width: 100%;
}
.searchpro__field,
.searchpro__field * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Searchpro-Roboto", sans-serif;
}
.searchpro__field .searchpro__field-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    border-radius: 4px;
    border: 2px solid #e7e7e7;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
    height: 38px;
}
.searchpro__field
.searchpro__field-container.js-searchpro__field-container--focus {
    border-color: #f2994a;
}
.searchpro__field .searchpro__field-container.loading {
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            from(transparent),
            to(rgba(0, 0, 0, 0.05))
    ),
    repeating-linear-gradient(-45deg, #eee, #eee 11px, #fff 10px, #fff 20px),
    -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(
            bottom,
            transparent,
            rgba(0, 0, 0, 0.05)
    ),
    -webkit-repeating-linear-gradient(135deg, #eee, #eee 11px, #fff 10px, #fff
            20px),
    -webkit-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.05)),
    -o-repeating-linear-gradient(135deg, #eee, #eee 11px, #fff 10px, #fff 20px),
    -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.05)),
    repeating-linear-gradient(-45deg, #eee, #eee 11px, #fff 10px, #fff 20px),
    linear-gradient(to bottom, #fff, #eee);
    background-size: 28px;
    -webkit-animation: loading 0.75s linear infinite;
    animation: loading 0.75s linear infinite;
}
.searchpro__field .searchpro__field-input-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.searchpro__field .searchpro__field-input-container .searchpro__field-input {
    border: 0;
    background: transparent;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 50px 0 20px;
    height: 100%;
    width: 100%;
    font-size: 14px;
}
.searchpro__field
.searchpro__field-input-container
.searchpro__field-input::-webkit-input-placeholder {
    color: #bdbdbd;
}
.searchpro__field
.searchpro__field-input-container
.searchpro__field-input:-ms-input-placeholder {
    color: #bdbdbd;
}
.searchpro__field
.searchpro__field-input-container
.searchpro__field-input::-ms-input-placeholder {
    color: #bdbdbd;
}
.searchpro__field
.searchpro__field-input-container
.searchpro__field-input::placeholder {
    color: #bdbdbd;
}
.searchpro__field
.searchpro__field-input-container
.searchpro__field-input::-ms-clear {
    display: none;
}
.searchpro__field-container.js-searchpro__field-container--loading
.searchpro__field-input-container:after {
    content: "";
    position: absolute;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20preserveAspectRatio=%22xMidYMid%22%20viewBox=%220%200%20100%20100%22%20class=%22lds-rolling%22%20style=%22background:%20none;%22%3E%3Ccircle%20cx=%2250%22%20cy=%2250%22%20fill=%22none%22%20stroke=%22%23bdbdbd%22%20stroke-width=%2210%22%20r=%2244%22%20stroke-dasharray=%22207.34511513692632%2071.11503837897544%22%20transform=%22rotate(104%2050%2050)%22%3E%3CanimateTransform%20attributeName=%22transform%22%20type=%22rotate%22%20calcMode=%22linear%22%20values=%220%2050%2050;360%2050%2050%22%20keyTimes=%220;1%22%20dur=%221.5s%22%20begin=%220s%22%20repeatCount=%22indefinite%22%3E%3C/animateTransform%3E%3C/circle%3E%3C/svg%3E");
    background-size: 14px 14px;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.searchpro__field-container .searchpro__field-clear-button {
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20preserveAspectRatio=%22none%22%20viewBox=%220%200%2010%2010%22%3E%3Cpath%20d=%22M10%201.00714L8.99286%200L5%203.99286L1.00714%200L0%201.00714L3.99286%205L0%208.99286L1.00714%2010L5%206.00714L8.99286%2010L10%208.99286L6.00714%205L10%201.00714Z%22%20fill=%22%23828282%22/%3E%3C/svg%3E");
    background-size: 10px 10px;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.searchpro__field-container .searchpro__field-clear-button:hover {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20preserveAspectRatio=%22none%22%20viewBox=%220%200%2010%2010%22%20fill=%22none%22%3E%3Cpath%20d=%22M10%201.00714L8.99286%200L5%203.99286L1.00714%200L0%201.00714L3.99286%205L0%208.99286L1.00714%2010L5%206.00714L8.99286%2010L10%208.99286L6.00714%205L10%201.00714Z%22%20fill=%22%23000000%22/%3E%3C/svg%3E");
}
.searchpro__field .searchpro__field-button-container {
    height: 100%;
}
.searchpro__field .searchpro__field-button-container .searchpro__field-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #e7e7e7;
    cursor: pointer;
    height: 100%;
    padding: 0 20px;
    -webkit-transition: 0.3s background-color, 0.3s color;
    -o-transition: 0.3s background-color, 0.3s color;
    transition: 0.3s background-color, 0.3s color;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.searchpro__field
.searchpro__field-container.js-searchpro__field-container--focus
.searchpro__field-button-container
.searchpro__field-button {
    background: #f2994a;
    color: #fff;
}
.searchpro__field .searchpro__field-categories-container {
    position: relative;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    Z-index:999;
}
@media (max-width: 550px) {
    .searchpro__field .searchpro__field-categories-container {
        display: none;
    }
}
.searchpro__field
.searchpro__field-categories-container
.searchpro__field-categories-label {
    cursor: pointer;
    padding: 0 35px 0 20px;
    position: relative;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    max-width: 160px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}
.searchpro__field
.searchpro__field-categories-container
.searchpro__field-categories-label
span {
    white-space: nowrap;
    max-width: 150px;
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.searchpro__field
.searchpro__field-categories-container
.searchpro__field-categories-label:hover {
    background-color: #f7f7f7;
}
.searchpro__field
.searchpro__field-categories-container
.searchpro__field-categories-label:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 70%;
    background-color: #e7e7e7;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: 0.3s background-color, 0.3s height;
    -o-transition: 0.3s background-color, 0.3s height;
    transition: 0.3s background-color, 0.3s height;
}
.searchpro__field
.searchpro__field-categories-container
.searchpro__field-categories-label:hover:before {
    background-color: #f7f7f7;
    height: 100%;
}
.searchpro__field
.searchpro__field-categories-container
.searchpro__field-categories-label:after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg%20width=%228%22%20height=%225%22%20viewBox=%220%200%208%205%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22M0.94%20-5.1411e-08L4%203.09299L7.06%20-5.1411e-08L8%200.956873L4%205L0%200.956873L0.94%20-5.1411e-08Z%22%20fill=%22%23828282%22/%3E%3C/svg%3E");
    background-size: contain;
    width: 8px;
    height: 5px;
    right: 20px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.searchpro__field
.searchpro__field-categories-container
.searchpro__field-categories-label.js-searchpro__field-category-selector-active:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.searchpro__field .searchpro__field-categories-list {
    display: none;
    position: absolute;
    background: #fff;
    list-style: none;
    margin: 7px 0 0 0;
    padding: 0;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    z-index: 30;
    right: 0;
    width: 280px;
    max-height: 400px;
    overflow-y: auto;
}
.searchpro__field .searchpro__field-category,
.searchpro__field .searchpro__field-subcategory {
    padding: 7px 20px;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #828282;
}
.searchpro__field .searchpro__field-category-all,
.searchpro__field .searchpro__field-subcategory-all {
    color: #000;
}
.searchpro__field .searchpro__field-category.selected,
.searchpro__field .searchpro__field-subcategory.selected {
    font-weight: 500;
}
.searchpro__field .searchpro__field-category:hover,
.searchpro__field .searchpro__field-subcategory:hover {
    color: #f2994a;
}
.searchpro__field .searchpro__field-category:first-child {
    padding-top: 20px;
}
.searchpro__field .searchpro__field-category:last-child,
.searchpro__field
.searchpro__field-subcategories-list:last-child
.searchpro__field-subcategory:last-child {
    padding-bottom: 20px;
}
.searchpro__field .searchpro__field-subcategories-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.searchpro__field
.searchpro__field-subcategories-list
.searchpro__field-subcategory {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 40px;
}
.searchpro__field
.searchpro__field-subcategories-list
.searchpro__field-subcategory
span {
    padding-left: 15px;
}
.searchpro__field
.searchpro__field-subcategories-list
.searchpro__field-subcategory:before {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg%20width=%224%22%20height=%224%22%20viewBox=%220%200%204%204%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Ccircle%20cx=%222%22%20cy=%222%22%20r=%222%22%20fill=%22%23f2994a%22/%3E%3C/svg%3E");
    background-size: contain;
    width: 5px;
    height: 5px;
}
.searchpro__field
.searchpro__field-subcategories-list
.searchpro__field-subcategory:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg%20width=%224%22%20height=%224%22%20viewBox=%220%200%204%204%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Ccircle%20cx=%222%22%20cy=%222%22%20r=%222%22%20fill=%22%23828282%22/%3E%3C/svg%3E");
}
.searchpro__field
.searchpro__field-subcategories-list
.searchpro__field-subcategories-list
.searchpro__field-subcategories-list
.searchpro__field-subcategory {
    padding-left: 60px;
}
.searchpro__field
.searchpro__field-subcategories-list
.searchpro__field-subcategories-list
.searchpro__field-subcategory {
    padding-left: 50px;
}
.js-searchpro__dropdown{
    width: calc(100% - 22px);
}
.js-searchpro__dropdown,
.js-searchpro__helper {
    z-index: 999;
    position: absolute;
}
.searchpro__dropdown {
    max-height: 600px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    margin-top: 5px;
}
.searchpro__dropdown .searchpro__dropdown-view-all {
    border-top: 1px solid #f2f2f2;
}
.searchpro__dropdown .searchpro__dropdown-view-all-link {
    text-align: center;
    padding: 15px 0;
    display: block;
    color: #000;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    font-size: 14px;
}
.searchpro__dropdown .searchpro__dropdown-view-all-link:hover {
    color: #f2994a;
}
.searchpro__dropdown
.searchpro__dropdown-view-all-link.js-searchpro__dropdown-entity--active {
    color: #000;
    background-color: #f8f8f8;
}
.searchpro__dropdown .searchpro__dropdown-group-title {
    font-size: 12px;
    padding: 10px 20px;
    color: #828282;
    text-transform: uppercase;
}
.searchpro__dropdown a.searchpro__dropdown-entity {
    color: #000;
    text-decoration: none;
}
.searchpro__dropdown .searchpro__dropdown-entity {
    display: block;
    padding: 7px 20px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.searchpro__dropdown .searchpro__dropdown-entity:hover,
.searchpro__dropdown
.searchpro__dropdown-entity.js-searchpro__dropdown-entity--active {
    background-color: #f8f8f8;
}
.searchpro__dropdown .searchpro__dropdown-entity_delete-button {
    opacity: 0;
    float: right;
    font-size: 12px;
    color: #bdbdbd;
    -webkit-transition: opacity 0.3s, color 0.3s;
    -o-transition: opacity 0.3s, color 0.3s;
    transition: opacity 0.3s, color 0.3s;
}
.searchpro__dropdown .searchpro__dropdown-entity_delete-button:hover {
    color: #000;
}
.searchpro__dropdown
.searchpro__dropdown-entity:hover
.searchpro__dropdown-entity_delete-button,
.searchpro__dropdown
.searchpro__dropdown-entity.js-searchpro__dropdown-entity--active
.searchpro__dropdown-entity_delete-button {
    opacity: 1;
}
.searchpro__dropdown .searchpro__dropdown-entity_name {
    font-size: 14px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.searchpro__dropdown .searchpro__dropdown-entity_subname {
    color: #828282;
    font-size: 12px;
}
.searchpro__dropdown .searchpro__dropdown-entity_image-container {
    float: left;
    margin-right: 10px;
}
.searchpro__dropdown .searchpro__dropdown-entity_summary {
    margin-top: 5px;
    font-size: 0.8em;
    color: #777;
    white-space: normal;
}
.searchpro__dropdown .searchpro__dropdown-entity_price {
    font-size: 16px;
    font-weight: 500;
}
.searchpro__dropdown .searchpro__dropdown-entity_price .ruble {
    font-family: "ALSRubl-Arial", Arial, sans-serif;
}
.searchpro__dropdown .searchpro__dropdown-entity_price-container {
    margin-top: 5px;
}
.searchpro__dropdown .searchpro__dropdown-entity_compare-price {
    font-size: 0.8em;
    color: #777;
    text-decoration: line-through;
}
.searchpro__dropdown .searchpro-highlighted {
    font-weight: 500;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}

.tooltip.in {  opacity: 0.9;  filter: alpha(opacity=90);}
.tooltip.top {  margin-top: -3px;  padding: 5px 0;}
.tooltip.right {  margin-left: 3px;  padding: 0 5px;}
.tooltip.bottom {  margin-top: 3px;  padding: 5px 0;}
.tooltip.left {  margin-left: -3px;  padding: 0 5px;}
.tooltip-inner {  max-width: 200px;  padding: 3px 8px;  color: #fff;  text-align: center;  background-color: #000;  border-radius: 4px;}
.tooltip-arrow {  position: absolute;  width: 0;  height: 0;  border-color: transparent;  border-style: solid;}
.tooltip.top .tooltip-arrow {  bottom: 0;  left: 50%;  margin-left: -5px;  border-width: 5px 5px 0;  border-top-color: #000;}
.tooltip.top-left .tooltip-arrow {  bottom: 0;  right: 5px;  margin-bottom: -5px;  border-width: 5px 5px 0;  border-top-color: #000;}
.tooltip.top-right .tooltip-arrow {  bottom: 0;  left: 5px;  margin-bottom: -5px;  border-width: 5px 5px 0;  border-top-color: #000;}
.tooltip.right .tooltip-arrow {  top: 50%;  left: 0;  margin-top: -5px;  border-width: 5px 5px 5px 0;  border-right-color: #000;}
.tooltip.left .tooltip-arrow {  top: 50%;  right: 0;  margin-top: -5px;  border-width: 5px 0 5px 5px;  border-left-color: #000;}
.tooltip.bottom .tooltip-arrow {  top: 0;  left: 50%;  margin-left: -5px;  border-width: 0 5px 5px;  border-bottom-color: #000;}
.tooltip.bottom-left .tooltip-arrow {  top: 0;  right: 5px;  margin-top: -5px;  border-width: 0 5px 5px;  border-bottom-color: #000;}
.tooltip.bottom-right .tooltip-arrow {  top: 0;  left: 5px;  margin-top: -5px;  border-width: 0 5px 5px;  border-bottom-color: #000;}
