.head-search.layout_fullscreen ::-webkit-input-placeholder {
  color: #eeeeee;
}
.head-search.layout_fullscreen :-moz-placeholder {
  
  color: #eeeeee;
}
.head-search.layout_fullscreen ::-moz-placeholder {
  
  color: #eeeeee;
}
.head-search.layout_fullscreen :-ms-input-placeholder {
  color: #eeeeee;
}
.head-search.layout_fullscreen .search-background {
  background-color: #1a2980;
}
.head-search.layout_fullscreen .search-close {
  font-size: 50px;
  line-height: 100px;
  width: 100px;
  color: #fff;
}
.head-search.layout_fullscreen .form-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 100;
  background-color: transparent;
  color: #ffffff;
}
.head-search.layout_fullscreen .search-form-field {
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  line-height: 80px;
  margin-top: -40px;
}
.head-search.layout_fullscreen input {
  font-size: 44px;
  line-height: inherit;
  text-align: center;
  height: auto;
  width: 100%;
  border: none;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0) inset;
  background-color: transparent !important;
  color: inherit !important;
  transition: all 0.3s;
}
.head-search.layout_fullscreen input:focus {
  box-shadow: 0 -1px 0 0 #1a2980 inset;
  border-color: #1a2980;
}
.head-search.layout_fullscreen input:focus + .form-row-field-bar:before,
.head-search.layout_fullscreen input:focus + .form-row-field-bar:after {
  background-color: #ffffff;
}
.head-search.layout_fullscreen input:focus + .form-row-field-bar:before,
.head-search.layout_fullscreen input:focus + .form-row-field-bar:after {
  width: 50%;
}
.head-search .search-form {
  background-color: #1a2980;
  color: #ffffff;
  line-height: 40px;
}
.head-search .search-form a {
  color: #fff;
}
.head-search .search-background {
  display: none;
  position: fixed;
  z-index: 99;
  border-radius: 100%;
  transform: scale(1);
  transform-origin: 50%;
  opacity: 0;
  pointer-events: none;
}
.head-search .search-background.overlay-on {
  transition: opacity 0.2s, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.96;
}
.head-search .search-background.overlay-out {
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.head-search .search-close {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
  width: 40px;
  cursor: pointer;
  opacity: 0.5;
  transition: color 0.3s,opacity 0.3s,transform 0.3s;
}
.head-search .search-close:hover {
  opacity: 1;
}
.head-search .form-row-field-bar:before {
  left: 50%;
}
.head-search .form-row-field-bar:after {
  right: 50%;
}
.head-search .form-row-field-bar:before,
.head-search .form-row-field-bar:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 0;
  z-index: 1;
  transition: background-color 0.3s, width 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.86);
}