<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 768px) {}
.skelib {
    width: 100%;
	position: relative;
}

.skelib .search_title{
	font-size: 24px;
}
@media (min-width: 992px){ }
.skelib .search_form {
	float: none;
	width: 100%;
	/* display: table-cell; */
	padding: 10px;
	vertical-align: top;
	
	/* box-shadow: 0px 10px 40px rgba(25, 68, 110, 0.2); */
	
	/* border-radius: 5px; */
	/* border: 2px solid #f67308; */
	background: rgba(255, 115, 0, 0.9);
	
	/* box-shadow: 2px 0 10px 0 rgba(0,0,0,0.25); */
}

@media (min-width: 992px){ }
.skelib .search_form__container {
    display: table;
    height: 40px;
    width: 100%;
	
	border-radius: 5px;
	/* border: 1px solid #f67308; */
	/* border: 1px solid #ccc; */
	/* border-color: rgba(204, 204, 204, 0.8); */
	
	position: relative;
}

.skelib .search_form__container_row{
	display: table-row;
	position: relative;
}

@media (min-width: 992px){ }
.skelib .search_form__input,
.skelib input.search_form__input{
    height: 40px;
    padding: 6px 12px;
    background: #fff;
    color: #555;
    border: none;
    outline: 0;
	
}

.skelib .search_form__input {
    border-radius: 4px 0 0 4px;
    box-shadow: none;
    box-sizing: border-box;
    width: 100%;
    
	font-size: 16px;
}

.skelib .search_form__container_row:focus-within {
	box-shadow: 2px 0 10px 0 rgba(0,0,0,0.25);
}

.skelib .search_form__button_container {
    display: table-cell;
    z-index: 2;
    height: 40px;
    width: 1%;
    vertical-align: middle;
}


.skelib .search_form__button {
	padding: 0;
	cursor: pointer;
    border-radius: 0 4px 4px 0;
    box-shadow: none;
    position: relative;
    height: 40px;
    width: 60px;
    border: 1px solid #fff;
    background: #fff;
    outline: none;
    border-left: none;
}

.skelib .search_form__button_icon {
	transition: 0.1s linear; /* Ð’Ñ€ÐµÐ¼Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ */
    color: #9898a1;
    font-size: 16px;
}
.skelib .search_form__button:hover .search_form__button_icon {
	color: #000;
}

/*Ð&nbsp;Ð°Ð·Ð´ÐµÐ»Ð¸Ñ‚ÐµÐ»ÑŒ ÐºÐ½Ð¾Ð¿ÐºÐ¸ Ð¿Ð¾Ð¸ÑÐºÐ° Ð² input*/
.skelib .search_form__button:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    width: 0;
    content: " ";
    color: transparent;
    font-size: 0;
    border-left: solid 1px #e6e6e6;
}
.skelib .search_form__tips{
	display: none;
}
/*
.skelib .search_form__tips{
	position: absolute;
	width: 100%;
	background: #fff;
}
.skelib .search_form__tips .tips:first-child {
	border-top: solid 1px #e6e6e6;
}
.skelib .search_form__input {
	border-radius: 4px 0 0 0;
}
.skelib .search_form__button {
	border-radius: 0 4px 0 0;
}

.skelib ul.tips {
	border-radius: 0 0 4px 4px ;
	list-style: none;
	padding: 0;
	margin: 0;
	box-shadow: 0 2px 2px 0px rgba(32,33,36,0.28)
}
.skelib ul.tips li {
	padding: 2px 10px;
}
u.skelib l.tips li:hover {
	background: #eee;
}

*/</pre></body></html>