:root{--empty-list-background:var(--gray-1)}html.darkMode{--empty-list-background:var(--dark-custom-color)}.offers{margin-top:var(--spacing-xl)}@media screen and (min-width:1024px){.offers{margin-top:var(--spacing-xxl)}}.offers-search-bar{flex-direction:column-reverse;grid-row-gap:var(--spacing-m)}@media screen and (min-width:1600px){.offers-search-bar{align-items:center;flex-direction:row;justify-content:space-between}}.offers-search-bar-content{align-items:center;flex-wrap:wrap;grid-column-gap:var(--spacing-l);grid-row-gap:var(--spacing-m)}.offers-search-bar-content-inputs-field{flex-grow:1;max-width:320px}.offers-search-bar-content-inputs-field .input-field{margin:0}.offers-search-bar-modal-triggers{grid-gap:var(--spacing-m)}.offers-search-bar-trigger{flex-wrap:wrap;width:min-content}.offers-search-bar-filters{flex-direction:column}@media screen and (min-width:1600px){.offers-search-bar-filters{flex-direction:row}}.offers-search-bar-contracts{align-items:start;flex-direction:column}@media screen and (min-width:1024px){.offers-search-bar-contracts{align-items:center;flex-direction:row}}@media screen and (min-width:1600px){.offers-search-bar-contracts{margin-bottom:0}}.offers-search-bar-contracts div{flex-wrap:wrap}@media screen and (min-width:768px){.offers-search-bar-contracts div{flex-wrap:nowrap}}.offers-search-bar-contracts p{white-space:nowrap}.offers-search-bar-selects{align-items:flex-start;flex-direction:column}@media screen and (min-width:1024px){.offers-search-bar-selects{align-items:center;flex-direction:row}}.offers-search-bar-selects>div{flex-wrap:wrap;width:100%}@media screen and (min-width:768px){.offers-search-bar-selects>div{flex-wrap:nowrap}}.offers-search-bar-selects .input-field{max-width:320px;width:100%}.offers-list{grid-template-columns:repeat(2,1fr)}@media screen and (min-width:768px){.offers-list{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:1024px){.offers-list{grid-template-columns:repeat(6,1fr)}}@media screen and (min-width:1920px){.offers-list{grid-template-columns:repeat(8,1fr)}}@media screen and (min-width:2560px){.offers-list{grid-template-columns:repeat(10,1fr)}}.offers-list-item{grid-column:span 2}@media screen and (min-width:1024px){.offers-list-item:nth-child(15){display:none}}@media screen and (min-width:1920px){.offers-list-item:nth-child(15){display:block}}@media screen and (min-width:2560px){.offers-list-item:nth-child(15){display:none}}.offers-list-empty{background-color:var(--empty-list-background);grid-column:span 2}@media screen and (min-width:768px){.offers-list-empty{grid-column:span 6}}@media screen and (min-width:1920px){.offers-list-empty{grid-column:span 8}}