

/* Start:/local/templates/sever/components/atum/smartsearch/new-search/style.css?16811998495287*/
.smartSearch{
    position: relative;
}
.smartSearch .smartSearch-form{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.smartSearch .js-smartSearch-input{
    display: block;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    /*height: 38px;*/
    margin: 0;
    padding: 15px 30px;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #2E3C53;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.smartSearch .js-smartSearch-input:focus{
    outline: 0;
}
.smartSearch .js-smartSearch-clear,
.smartSearch .js-smartSearch-submit,
.smartSearch .smartSearch-more{
    display: block;
    /*height: 38px;*/
    margin-left: -1px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #2E3C53;
    border-left: none;
    /*border-right: none;*/
    padding: 15px 30px;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.smartSearch .js-smartSearch-clear{
    display: none;
    width: 38px;
    background-color: #fff;
    background-image: url('/local/templates/sever/components/atum/smartsearch/new-search/img/clear.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}
.smartSearch .js-smartSearch-clear.visible{
    display: block;
}
.smartSearch .js-smartSearch-clear:hover{
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.smartSearch .js-smartSearch-submit{
    color: #fff;
    background-color: #7CBE69;
    border-color: #7CBE69;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.smartSearch .js-smartSearch-submit:hover{
    background-color: #7CBE69;
    border-color: #7CBE69;
}
.smartSearch .js-smartSearch-result{
    visibility: hidden;
    opacity: 0;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1000;
    margin-top: 10px;
    padding: 10px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #2E3C53;
}
.smartSearch .js-smartSearch-result.open{
    visibility: visible;
    opacity: 1;
    overflow: scroll;
    max-height: 350px;
    overflow-x: hidden;
}
.smartSearch .js-smartSearch-result.loading{
    visibility: visible;
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-color:#fff;
    background-image: url("/local/templates/sever/components/atum/smartsearch/new-search/img/loading.svg");
}
.smartSearch .js-smartSearch-result-item{
    display: none;
    padding: 10px 0;
    border-top: 1px solid #ced4da;
}
.smartSearch .js-smartSearch-result-item:first-child{
    border-top: 0;
}
.smartSearch .js-smartSearch-result-item.visible,
.smartSearch .js-smartSearch-result-item[data-page="0"]{
    display: block;
}
.smartSearch .smartSearch-result-item-center{
    display: flex;
}
.smartSearch .smartSearch-result-item-picture{
    display: block;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("/local/templates/sever/components/atum/smartsearch/new-search/img/img-not.jpg");
}
.smartSearch .smartSearch-result-item-data{
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-grow: 1;
}
.smartSearch .smartSearch-result-item-picture + .smartSearch-result-item-data{
    width: calc(100% - 100px);
    padding-left: 15px;
}
.smartSearch .smartSearch-breadcrumb{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}
.smartSearch .smartSearch-breadcrumb span{
    color: #7CBE69;
    font-size: 14px;
    text-decoration: underline;
}
.smartSearch .smartSearch-breadcrumb span:hover{
    color: #7CBE69;
    text-decoration: none;
}
.smartSearch .smartSearch-breadcrumb span + span{
    padding-left: .5rem;
}
.smartSearch .smartSearch-breadcrumb span + span::before{
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
}
.smartSearch .smartSearch-result-item-name{
    color: #7CBE69;
    text-decoration: underline;
}
.smartSearch .smartSearch-result-item-name:hover{
    color: #7CBE69;
    text-decoration: none;
}
.smartSearch .smartSearch-result-item-price .new{
    color: red;
    font-weight: 600;
}
.smartSearch .smartSearch-result-item-price .old{
    text-decoration: line-through;
    color: #ababab;
}
.smartSearch .smartSearch-more{
    margin-top: 10px;
    color: #fff;
    background-color: #7CBE69;
    border-color: #7CBE69;
    padding: 10px;
}
.smartSearch .smartSearch-more:hover{
    background-color: #7CBE69;
    border-color: #7CBE69;
}
/* End */


/* Start:/local/templates/sever/components/bitrix/catalog.search/.default/style.css?1698052842163*/
a.search-page-params {
	border-bottom: 1px dashed blue;
	text-decoration: none;
}
div.search-page-params {
	margin-top: 6px;
}
.search-item-rate {font-size: 11px;}
/* End */
/* /local/templates/sever/components/atum/smartsearch/new-search/style.css?16811998495287 */
/* /local/templates/sever/components/bitrix/catalog.search/.default/style.css?1698052842163 */
