.intro-block .block {
  padding: 50px;
  z-index: 999;
  position: relative; }
  .intro-block .block:before {
    content: none !important; }
.intro-block .search {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #0a2676 !important;
  transition: .1s; }
.intro-block .align {
  display: flex;
  align-items: center; }
.intro-block .difficulty {
  position: absolute;
  right: 0;
  margin-right: 50px; }
.intro-block .options {
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: rgba(0, 0, 0, 0);
  padding: 0; }
  .intro-block .options p, .intro-block .options label, .intro-block .options i {
    color: #202020 !important; }
.intro-block .link {
  margin-left: 10px;
  position: absolute;
  margin-top: 10px; }
.intro-block .filter {
  border: 1px solid #d3d3d3 !important;
  background-color: rgba(0, 0, 0, 0);
  color: #202020; }
.intro-block .options [type="radio"]:not(:checked) + label,
.intro-block .options [type="radio"]:checked + label,
.intro-block .options [type="checkbox"]:not(:checked) + label,
.intro-block .options [type="checkbox"]:checked + label {
  margin-left: 10px !important; }
.intro-block .options p,
.intro-block .options [type="checkbox"]:checked + label,
.intro-block .options [type="checkbox"]:not(:checked) + label,
.intro-block .options [type="radio"]:checked + label,
.intro-block .options [type="radio"]:not(:checked) + label {
  margin-right: 10px; }
.intro-block .options [type="checkbox"]:checked + label:last-child,
.intro-block .options [type="checkbox"]:not(:checked) + label:last-child {
  margin-right: 0; }
.intro-block .options [type="radio"]:checked + label:before,
.intro-block .options [type="radio"]:not(:checked) + label:before {
  border: 1px solid #202020; }
.intro-block .options [type="radio"]:checked + label:after,
.intro-block .options [type="radio"]:not(:checked) + label:after {
  background: #202020; }

.all-recipes {
  padding-top: 60px;
  padding-bottom: 40px !important;
  position: relative; }
  .all-recipes .sort {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0; }
    .all-recipes .sort label {
      color: #202020;
      margin-right: 10px;
      font-size: 14px !important; }
    .all-recipes .sort .select-selected {
      background-color: rgba(0, 0, 0, 0);
      border: 1px solid #0a2676 !important;
      width: 140px; }
    .all-recipes .sort .select-selected:after {
      position: absolute;
      top: -1px;
      right: 12px;
      width: 10px;
      stroke: #0a2676;
      content: url(../../files/arrow.svg); }
    .all-recipes .sort .select-items div, .all-recipes .sort .select-selected {
      color: #0a2676;
      border: 1px solid #0a2676;
      border-color: transparent transparent #0a2676 transparent;
      cursor: pointer;
      cursor: pointer;
      user-select: none;
      transition: .1s; }
      .all-recipes .sort .select-items div:last-child, .all-recipes .sort .select-selected:last-child {
        border-color: transparent; }
    .all-recipes .sort .select-items {
      position: absolute;
      background-color: #fff;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 999;
      height: 95px;
      overflow: scroll;
      border: 1px solid #0a2676;
      border-color: transparent #0a2676 #0a2676 #0a2676; }
    .all-recipes .sort .select-items div:hover, .all-recipes .sort .same-as-selected {
      background-color: rgba(0, 0, 0, 0.02); }

#loader {
  width: 100%;
  height: 100%;
  background: rgba(249, 249, 249, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none; }

@media screen and (max-width: 960px) {
  .all-recipes .heading-button .sort {
    position: relative;
    margin-top: 15px;
    left: 0; } }
@media screen and (max-width: 640px) {
  .block {
    padding: 30px !important; }

  .all-recipes {
    padding-top: 50px; } }

/*# sourceMappingURL=search-result.css.map */
