.search-row {
  background: #FFFFFF;
  height: 98px;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0 5px 15px;
          box-shadow: rgba(149, 157, 165, 0.2) 0 5px 15px; }

.search-row form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.search-row form input {
  margin: 0; }

.search-row form {
  position: relative; }
  .search-row form:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../../images/home/search--blue.svg") no-repeat center center/contain;
    position: absolute;
    left: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2; }

.search-row form input[type=search] {
  background: #F9FDFF;
  width: 675px;
  color: #2A466E;
  border: 1px solid #78C86D;
  height: 46px;
  padding-left: 35px;
  font-style: normal;
  caret-color: #43B7FF; }
  .search-row form input[type=search]::-webkit-input-placeholder {
    font-style: normal; }
  .search-row form input[type=search]::-moz-placeholder {
    font-style: normal; }
  .search-row form input[type=search]:-ms-input-placeholder {
    font-style: normal; }
  .search-row form input[type=search]::-ms-input-placeholder {
    font-style: normal; }
  .search-row form input[type=search]::placeholder {
    font-style: normal; }

.search-row form .btn.btn-new.btn-new__form-wrapper {
  padding: 0; }

.search-row form input[type=submit] {
  font-size: 15px;
  font-weight: 700;
  width: 100%; }

.header-search {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  padding: 0 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  height: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear; }
  .header-search:before {
    content: '';
    height: 6px;
    width: 100%;
    background: linear-gradient(263deg, #00c9ff 0%, rgba(146, 254, 157, 0.7) 70%);
    top: -1px;
    left: 0;
    position: absolute; }

#searchform {
  display: none; }

.search-active .header-search, .search .header-search {
  opacity: 1;
  visibility: visible;
  height: 98px;
  z-index: 2;
  padding: 25px 0; }
  .search-active .header-search:after, .search .header-search:after {
    z-index: 1; }

.search-active #searchform, .search #searchform, .search-active-page #searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.search-active #bgHideSearch {
  position: fixed;
  left: 0;
  top: 96px;
  bottom: 0;
  right: 0;
  z-index: 102;
  background: #303B4E99;
  opacity: 1; }

.search-title {
  font-size: 30px; }

body #main.search-page {
  padding-top: 100px; }

@media only screen and (min-width: 992px) {
  .search-active-page .search-button {
    display: none; }
  .search-active-page #nav {
    margin-right: 10px; }
  .search-active-page .header-search {
    opacity: 1;
    visibility: visible;
    height: 98px;
    padding: 25px 0;
    display: none; } }

@media (max-width: 1199px) {
  .search-row form:before {
    left: 35px; }
  .search-row form {
    margin: 0 auto;
    width: 100%;
    padding: 0 25px; }
  .search-row form input[type=search] {
    width: 100%; } }

@media (max-width: 991px) {
  body #main.search-page {
    padding-top: 50px; }
  .header-search {
    position: fixed;
    top: 74px;
    z-index: 105; } }

@media screen and (max-width: 767px) {
  .header-search {
    top: 56px; } }

@media only screen and (max-width: 575px) {
  .search-row form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .search-row form input[type=search] {
    margin-bottom: 10px;
    width: 100%; }
  .search-row form input[type=submit] {
    width: 100%;
    margin: 0; }
  .search-active .header-search {
    height: 156px; }
  .search .header-search {
    height: auto; }
  .search-row {
    height: auto; }
  .search-row form:before {
    top: 25px; } }

@media screen and (max-height: 470px) {
  .header-search {
    top: 60px; } }

/*# sourceMappingURL=search.css.map */
