

/* Start:/bitrix/templates/lime/components/bitrix/search.page/.default/style.css?17814473501714*/
a.search-page-params {
	border-bottom: 1px dashed blue;
	text-decoration: none;
}
div.search-page-params {
	margin-top: 6px;
}
.search-form {
    position: relative;
}
.search-item-rate {font-size: 11px;}

@media (min-width: 1001px) {
    .search-field {
    width: 50%;
    margin-right: 20px !important;
    }
    .button-search {
    padding: 0 50px;
    }

}
@media (max-width: 1000px) {
    .search-field {
    width: 100%;
    margin: 0!important;
    }
    .button-search {
    right: 0;
    position: absolute;
    padding: 0 20px;
    }

}
.search-field {
    height: 40px;
    box-sizing: border-box;
    border-radius: 15px !important;
    
    
}

.button-search {
    color: #fff;
    border-radius: 15px;
    height: 40px;
    background: linear-gradient(-90deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
    cursor: pointer;
    border: 0;
    font-weight: bold;
    font-size: 14px;
}

.button-search, .button-search:active, .button-search:focus {
    outline: none;
}
@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
/* End */
/* /bitrix/templates/lime/components/bitrix/search.page/.default/style.css?17814473501714 */
