@-webkit-keyframes onpu {
  0% {
    -webkit-transform: translateX(2px) translateY(0px);
            transform: translateX(2px) translateY(0px);
  }
  50% {
    -webkit-transform: translateX(0px) translateY(5px);
            transform: translateX(0px) translateY(5px);
  }
  100% {
    -webkit-transform: translateX(-2px) translateY(0px);
            transform: translateX(-2px) translateY(0px);
  }
}

@keyframes onpu {
  0% {
    -webkit-transform: translateX(2px) translateY(0px);
            transform: translateX(2px) translateY(0px);
  }
  50% {
    -webkit-transform: translateX(0px) translateY(5px);
            transform: translateX(0px) translateY(5px);
  }
  100% {
    -webkit-transform: translateX(-2px) translateY(0px);
            transform: translateX(-2px) translateY(0px);
  }
}

#wrap {
  margin: auto;
  background-color: #eb6772;
}

#wrap #firstview {
  max-width: 400px;
  color: #fff;
  text-align: center;
  height: 64px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#wrap #firstview h1 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 22px;
}

#annotation {
  text-align: right;
  padding-top: 2px;
  color: #fff;
  margin-bottom: -1rem;
}

#annotation small {
  font-size: 11px;
}

.heading--center {
  margin: 0px auto 4px;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  padding: 8px;
}

.heading--center:last-child {
  background-color: #eb6772;
  color: #fff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.search-by-words .input__group {
  width: 100%;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
  margin-bottom: 24px;
}

.search-by-words .input__group .input__box {
  padding: 0 8px;
  border-radius: 4px;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.search-by-words .input__group .input__area {
  font-size: 16px;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
  padding: 0 8px;
  height: 44px;
  width: 276px;
}

.search-by-words .input__group .input__area::-webkit-input-placeholder {
  font-size: 12px;
  padding-top: 0.4em;
}

.search-by-words .input__group .input__area:-ms-input-placeholder {
  font-size: 12px;
  padding-top: 0.4em;
}

.search-by-words .input__group .input__area::-ms-input-placeholder {
  font-size: 12px;
  padding-top: 0.4em;
}

.search-by-words .input__group .input__area::placeholder {
  font-size: 12px;
  padding-top: 0.4em;
}

.search-by-words .input__group .input__area:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search-by-words .fa-2x {
  -webkit-transition: 1s;
  transition: 1s;
  margin-left: 4px;
}

.input__switch-wrapper span::after {
  content: "";
  position: absolute;
  top: -13px;
  right: -7px;
  bottom: -13px;
  left: -120px;
}

.search-by-geo {
  margin-top: 0;
}

.search-by-geo .text-center {
  margin-top: 8px;
}

.search-by-geo .text-center a {
  background: -webkit-gradient(linear, left top, left bottom, from(#ea5253), color-stop(2%, #e71111), color-stop(85%, #c90003), to(#c60002));
  background: linear-gradient(to bottom, #ea5253 0%, #e71111 2%, #c90003 85%, #c60002 100%);
  -webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.2) inset, 1px 1px 2px rgba(255, 255, 255, 0.7) inset;
          box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.2) inset, 1px 1px 2px rgba(255, 255, 255, 0.7) inset;
  border-radius: 6px;
  border: 1px solid #990003;
}

.search-by-geo .text-center a:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-by-geo .sticky-container {
  padding-top: 0;
}

.search-by-geo .announce {
  margin: 24px auto 24px;
  background-color: #FFE9EC;
  padding: 16px 24px 24px;
  width: 92%;
  border-radius: 4px;
}

.vacancy-list {
  padding-bottom: 72px;
}

.vacancy-list .box {
  padding: 16px 0;
  border-top: #E2E2E2 1px solid;
}

.vacancy-list .box .box__row {
  grid-column-gap: 0;
  margin-top: 0;
}

.vacancy-list .box .container {
  padding: 0 20px;
}

.vacancy-list .box .container .box__col--left {
  height: 48px;
}

.vacancy-list .box .container .box__col--left .shop-status-sign::before {
  min-width: 44px;
}

.vacancy-list .box .container .box__col--left .shop-name {
  font-weight: bold;
  font-size: 14px;
  color: #000;
  border-radius: 4px;
  padding: 0 8px;
  height: 48px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vacancy-list .box .container .box__col--left .shop-name:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.vacancy-list .box .container .box__col--left .shop-name:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.vacancy-list .box .container .box__col--left .shop-name a {
  color: #000;
  padding: 8px;
  text-decoration: underline;
  -webkit-text-decoration-color: #606060;
          text-decoration-color: #606060;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.vacancy-list .box .container .box__col--left .shop-name a:hover {
  text-decoration: underline;
  opacity: 0.6;
}

.vacancy-list .box .container .box__col--left .occupied::before {
  background-color: #BFBEBE;
}

.vacancy-list .box .container .box__col--left .button--default {
  background: #e50012;
  background: -webkit-gradient(linear, left top, left bottom, from(#ea5253), color-stop(2%, #e71111), color-stop(85%, #c90003), to(#c60002));
  background: linear-gradient(to bottom, #ea5253 0%, #e71111 2%, #c90003 85%, #c60002 100%);
  -webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.2) inset, 1px 1px 2px rgba(255, 255, 255, 0.7) inset;
          box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.2) inset, 1px 1px 2px rgba(255, 255, 255, 0.7) inset;
  border-radius: 6px;
  border: 1px solid #990003;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.vacancy-list .box .container .box__col--left .button--default:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.vacancy-list .box .container .box__col--left .button--default:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.vacancy-list .box .container .box__col--left .disabled {
  background: #BFBEBE;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.vacancy-list .box .container .box__col--left:last-child {
  width: 68px;
  margin-left: auto;
}

.vacancy-list .box .container .box__col--right {
  height: 28px;
  margin-top: 12px;
}

.vacancy-list .box .container .box__col--right a {
  padding: 4px;
  border-radius: 4px;
  position: relative;
}

.vacancy-list .box .container .box__col--right a::after {
  content: "";
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

.vacancy-list .box .container .box__col--right .shop-status-message {
  color: #606060;
  font-weight: 400;
}

.vacancy-list .box .container .box__col--right .shop-distance {
  margin-left: auto;
  font-weight: 400;
  color: #606060;
}

.vacancy-list .box .container .box__col--right:last-child {
  width: 68px;
  margin-left: auto;
}

.vacancy-list .box .container .button--lighter {
  background-color: #FFE9EC;
  color: #e50012;
}

@media screen and (min-width: 560px) {
  .search-by-words {
    width: auto;
  }
  .search-by-words .input__group {
    width: auto;
  }
  .search-by-words .input__group .input__area {
    width: 400px;
  }
  .vacancy-list .box .container .box__col--left:last-child {
    width: 100%;
    margin-left: none;
  }
  .vacancy-list .box .container .box__col--right:last-child {
    width: 100%;
    margin-left: none;
  }
  .vacancy-list .box .container .shop-distance {
    padding-right: 1em;
  }
}

@media screen and (min-width: 1024px) {
  .search-by-words .input__group .input__area {
    width: 500px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (max-width: 320px) {
  #firstview h1 {
    font-size: 24px;
    position: relative;
  }
  .container {
    padding: 0 12px;
  }
  .search-by-words .input__group .input__area {
    width: 240px;
  }
  .vacancy-list .box .container {
    padding: 0 12px;
  }
  .vacancy-list .box .container .shop-name {
    padding-left: 8px;
    width: 100%;
  }
  .vacancy-list .box .container .shop-distance {
    padding-right: 4px;
  }
}
/*# sourceMappingURL=adjust.css.map */