

/* Start:/local/templates/procharity/components/bitrix/search.page/search/style.css?17534483762547*/
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;}

.section-block {
    margin-top:-8px;
    margin-bottom: 40px;
}
.search-block.new .big-input-form.new input {
    height: 73px;
}
/*.search-block.new #hint {
    left:27px;
}*/
.section-block a {
    color: #8893a4;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    margin-right: 70px;
    text-decoration: none;
}

.section-block a:last-child {
    margin-right: 0;
}

.section-block a.active, .section-block a:hover {
    color: #78ccd0;
}

.sort-block {
    margin-top:-8px;
    margin-bottom: 40px;
}

.sort-block a {
    color: #8893a4;
    font-size: 11px;
    display: block;
    margin-bottom: 15px;
    text-decoration: none;
    background: none;
    padding: 13px;
    border-radius: 5px;
    width:200px;
}
.sort-block a.active, .sort-block a:hover {
    color: #fff;
    background: #7bced6;
}

.sort-block a span {
    display: inline-block;
    background: url('/static/build/img/arrows2.png');
    width:12px;
    height:10px;
}
.sort-block a.asc span {
    background-position: 0 10px;
}

.sort-block a.desc span {
    background-position: 0 10px;
}

.sort-block a.asc.active span {
    background-position: 6px 0;
    width:6px;
}
.sort-block a.asc:hover span {
    background-position: 6px 0;
}

.sort-block a.desc.active span {
    background-position: 0 0;
    width:6px;
}
.sort-block a.desc:hover span {
    background-position: 0 0;
}


.pages {
    text-align: left;
    margin-top: 70px;
}
.pages > div {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 5px;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.pages > div.active {
    background: #eee;
}
.pages > div a {
    text-decoration: none;
}
.section-block-li {
    display:none;
    background: #dfe2e7;
    padding: 13px;
    margin: -35px 0 25px 0;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
}
@media (max-width: 1023px) {
    .search-block.new [type="submit"] {
        height: 42px !important;
        width:50px !important;
    }
}
@media (max-width: 768px) {
    .section-block {
        display: none;
    }
    .section-block-li {
        display: block;
        color: #000;
    }
    .sort-block {
        float: none !important;
        width: 100% !important;
    }
    .search-block {
        margin-right: 0 !important;
    }
    .sort-block a {
        display: inline-block;
        width: auto;
    }
}
/* End */
/* /local/templates/procharity/components/bitrix/search.page/search/style.css?17534483762547 */
