.c-search-block {
  line-height: 1;
  background-color: #F3FAF6;
  position: relative;
  width: 90%;
  margin: 0 auto;
  border: 1px solid transparent;
  border-bottom: 1px solid #222222;
  display: flex;
  flex-direction: row-reverse;
  padding: 5px 0;
}

@media (min-width: 1450px) {
  .c-search-block {
    width: 100%;
  }
}

.c-search-block .button {
  height: 36px;
  width: 40px;
  background-size: 17px;
}

.c-search-block .form-item {
  display: block;
  width: 100%;
}

.c-search-block input[type="search"] {
  border: 0;
  padding: 5px 0;
  width: 100%;
  background-color: #F3FAF6;
  color: #222222;
}

.c-search-block .button {
  margin-right: 15px;
  padding: 0;
  text-indent: -9999em;
  height: 35px;
  width: 35px;
  background-image: url(search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  background-color: transparent;
  border: 0 solid transparent;
  cursor: pointer;
}

.c-search-block .button:hover, .c-search-block .button:focus {
  background-color: transparent !important;
}

.c-search-block__close {
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  right: -8px;
  padding: 0;
  text-indent: -9999em;
  height: 35px;
  width: 35px;
  background-image: url(close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  background-color: transparent;
  border: 0 solid transparent;
  cursor: pointer;
}

.c-search-block__close:hover, .c-search-block__close:focus {
  background-color: transparent !important;
}

.c-search-block__search-wrapper {
  max-width: 1300px;
  margin: 0 auto;
}

