.c-search-block {
  line-height: 1;
  background-color: #324DC4;
  position: relative;
  width: 90%;
  margin: 0 auto;
  border: 1px solid transparent;
  border-bottom: 1px solid #FFFFFF;
  display: flex;
  flex-direction: row-reverse;
  padding: 5px 0;
}
@media (min-width: 1150px) {
  .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: #324DC4;
  color: #FFFFFF;
}
.c-search-block .button {
  margin-right: 15px;
  padding: 0px;
  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: 0px 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: 0px;
  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: 0px 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;
}
