/*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;}*/
.search_form input::-webkit-input-placeholder { color:#fff; }
.search_form input:-moz-placeholder { color: #fff; }

.search_form {
	position: relative;
	width: 100%;
	height: 40px;
	margin-top: 40px;
}
.search_form__border {
	height: 2px;
	background: #edaa04; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #edaa04 0%, #f06d08 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #edaa04 0%,#f06d08 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #edaa04 0%,#f06d08 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edaa04', endColorstr='#f06d08',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-radius: 25px;
}

.search_form form {
	width: 100%;
	height: 100%;
}
.search_form input[type=text] {
	width: 100%;
	height: 100%;
	margin: 0;
	border: none;
	background: none;
	border-radius: 4px;
	font-size: 22px;
	font-weight: 300;
	color: #fff;
	outline: none;
	padding: 0 20px 0 0;
}
.search_form input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 25px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: none;
	background: url(/bitrix/templates/.default/images/icons/lupa_white.svg) center center no-repeat;
	text-indent: -9000px;
}
div#sCont {
	z-index: 10000;
	position: relative;
    margin-top: 2px;
}

div.title-search-result {
	background: #fff;
	box-shadow: 0px 10px 65px 10px rgba(0, 0, 0, 0.15);
	display:none;
	overflow:hidden;
	z-index:300;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
}


table.title-search-result td {
	background-color: #fff;
	font-weight:normal;
	padding: 5px 0;
	text-align:left;
	/*white-space:nowrap;*/
	font-weight: 400;
	padding: 20px;
	font-size: 17px;
}

table.title-search-result td.title-search-item {
	padding: 8px 20px;
	border-bottom: 1px solid #f8f3f0;
}
table.title-search-result td.title-search-item a {
	color: #000;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
	width: auto;
    max-height: 100%;
}

table.title-search-result td.title-search-item b {
	color: #ff8000;
	font-weight: 400;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color: #e8ded8;
}

table.title-search-result td.title-search-more {

}

table.title-search-result td.title-search-more a{
	text-decoration:none;
	color:#ff8000;
	border-bottom: 1px dotted #babac6;
}

table.title-search-result td.title-search-all {
	padding: 15px 20px;
}

table.title-search-result td.title-search-all a
{
	text-decoration:none;
	color:#ff8000;
	border-bottom: 1px dotted #babac6;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size: 17px;
}
div.title-search-result td.title-search-price span {
	font-size: 26pt;
}

.srchTitle {
	font-size: 22px!important;
	font-weight: 500!important;
	color: #2166a0!important;
}
.srchImg {
	display: table-cell;
	width: 115px;
	float: left;
	height: 60px;
	padding-left: 15px;
}
.srchImgNONE {
	display: table-cell;
	width: 115px;
	padding-left: 15px;
	text-align: center;
	float: left;
}

table.title-search-result td:first-child { padding-top: 20px !important; }

.searchSection {
	font-size: 13px;
	opacity: 0.6;
}

.title-search-result_absolute {
	display: block;
	position: absolute;
	width: 1160px;
}

#iSearch.iSearch_main_page {
    flex: 1 1 auto;
    position: relative;
}
#iSearch.iSearch_main_page .search_form__border {
    display: none;
}
#iSearch.iSearch_main_page .search_form input[type="text"] {
    border: 2px solid #aaa;
    color: #000;
    padding: 4px 32px 4px 12px;
    font-size: 18px;
    height: 60px;
}
#iSearch.iSearch_main_page .search_form input[type="text"]:focus {
    border-color: #ff8000;
}
#iSearch.iSearch_main_page .search_form input[type="submit"] {
    filter: invert(100);
    right: 8px;
    top: 50%;
    transform: translate(0,-50%);
}
#iSearch.iSearch_main_page .search_form {
    margin-top: 0;
    height: auto;
}
#iSearch.iSearch_main_page #sCont {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    max-height: 300px;
    overflow-y: auto;
}


.iSearch__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 30px;
}
@media screen and (min-width: 992px) {
    .iSearch__wrapper {
        flex-wrap: nowrap;
    }
}

.download-tile {
    flex: 0 0 auto;
    display: flex;
    gap: 30px;
}
.download-tile__item {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    gap: 12px;
    /*border: 1px solid #e3e3e3;
    padding: 8px 12px;
    background: #f2f2f2;*/
    font-size: 20px;
    line-height: 1;
    font-weight: normal;
    color: #000;
    text-decoration: none;
    font-family: 'Roboto Condensed';
    /*text-align: center;*/
    text-transform: uppercase;
}
.download-tile__item:hover {
    text-decoration: underline;
}
.download-tile__item:before {
    content: "";
    width: 36px;
    height: 36px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjUgMjhINi45OTkwMkM2LjczMzgxIDI4IDYuNDc5NDUgMjcuODk0NiA2LjI5MTkyIDI3LjcwNzFDNi4xMDQzOCAyNy41MTk2IDUuOTk5MDIgMjcuMjY1MiA1Ljk5OTAyIDI3VjVDNS45OTkwMiA0LjczNDc4IDYuMTA0MzggNC40ODA0MyA2LjI5MTkyIDQuMjkyODlDNi40Nzk0NSA0LjEwNTM2IDYuNzMzODEgNCA2Ljk5OTAyIDRIMTlMMjYgMTFWMjdDMjYgMjcuMTMxMyAyNS45NzQxIDI3LjI2MTQgMjUuOTIzOSAyNy4zODI3QzI1Ljg3MzYgMjcuNTA0IDI1LjggMjcuNjE0MyAyNS43MDcxIDI3LjcwNzFDMjUuNjE0MyAyNy44IDI1LjUwNCAyNy44NzM2IDI1LjM4MjcgMjcuOTIzOUMyNS4yNjE0IDI3Ljk3NDEgMjUuMTMxMyAyOCAyNSAyOFoiIHN0cm9rZT0iI2ZmODAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNMTkgNFYxMUgyNi4wMDEiIHN0cm9rZT0iI2ZmODAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNMTIuNSAxOS41TDE2IDIzTDE5LjUgMTkuNSIgc3Ryb2tlPSIjZmY4MDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik0xNiAxNVYyMyIgc3Ryb2tlPSIjZmY4MDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
}
















