body {
  font-family: "Assistant", sans-serif; }

h1 {
  font-family: "Assistant", sans-serif; }

a {
  text-decoration: none; }

*:focus {
  outline: none; }

input,
textarea {
  font-family: "Assistant", sans-serif; }

body.home {
  background-image: url(../img/bg-home.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Assistant", sans-serif; }
  body.home .wrp-container {
    min-height: calc(100vh - 62px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: calc(100% - 61px); }
    body.home .wrp-container .container {
      max-width: 725px;
      width: 100%; }
    body.home .wrp-container header {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      body.home .wrp-container header .wrp-row {
        display: flex;
        align-items: center;
        justify-content: center; }
        body.home .wrp-container header .wrp-row:first-child {
          align-items: flex-end; }
        body.home .wrp-container header .wrp-row ul {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-wrap: wrap;
          margin-top: 20px;
          background: rgba(0, 0, 0, 0.3);
          padding: 5px 0 7px; }
          body.home .wrp-container header .wrp-row ul li {
            margin: 0 10px; }
            body.home .wrp-container header .wrp-row ul li a {
              font-size: 30px; }
      body.home .wrp-container header img {
        max-width: 90px; }
      body.home .wrp-container header svg {
        max-width: 36px;
        width: 100%; }
    body.home .wrp-container h1 {
      color: #ffffff;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
      font-family: 'Open Sans', sans-serif;
      font-size: 26px; }
    body.home .wrp-container a {
      color: #ffffff; }
    body.home .wrp-container .search-form {
      background-color: rgba(0, 0, 0, 0.3);
      padding: 9px;
      max-width: 665px;
      width: 100%;
      margin: 20px auto 20px;
      display: flex;
      align-items: center;
      justify-content: center; }
      body.home .wrp-container .search-form input,
      body.home .wrp-container .search-form select {
        border: none;
        padding: 15px 10px;
        color: #8d8d8d;
        font-size: 12px;
        font-weight: 400; }
        body.home .wrp-container .search-form input[name="type"],
        body.home .wrp-container .search-form select[name="type"] {
          border-right: 1px solid #b8b8b8; }
      body.home .wrp-container .search-form select:nth-child(2) {
        max-width: 320px;
        width: 100%; }
      body.home .wrp-container .search-form input[type="text"] {
        max-width: 320px;
        width: 100%; }
      body.home .wrp-container .search-form input[type="submit"] {
        background-color: #d45a6f;
        color: #ffffff;
        font-size: 15px;
        font-weight: 700;
        border-color: #d45a6f;
        padding: 14px 29px 11px; }
      body.home .wrp-container .search-form select {
        max-width: 105px;
        width: 100%;
        padding: 14px 10px;
        display: block; }
      body.home .wrp-container .search-form #wrp-city,
      body.home .wrp-container .search-form #wrp-district {
        width: 100%;
        border-right: 1px solid #b8b8b8; }
        body.home .wrp-container .search-form #wrp-city select,
        body.home .wrp-container .search-form #wrp-district select {
          width: 100%;
          max-width: inherit; }
    body.home .wrp-container .wrp-text {
      text-align: center; }
      body.home .wrp-container .wrp-text h2 {
        color: #ffffff;
        font-size: 48px;
        font-weight: 700;
        margin: 0 0 20px; }
      body.home .wrp-container .wrp-text p {
        color: #ffffff;
        font-size: 15px;
        font-weight: 400;
        line-height: 18px; }

@media (min-width: 861px) {
  body.home .wrp-container .search-form #wrp-city,
  body.home .wrp-container .search-form #wrp-district {
    max-width: 176px; } }

@media (max-width: 860px) {
  body.home .wrp-container .search-form {
    max-width: 320px; }
    body.home .wrp-container .search-form select {
      max-width: 320px; }
      body.home .wrp-container .search-form select[name="type"] {
        border-right: none; }
    body.home .wrp-container .search-form input[type="text"] {
      max-width: calc(320px - 24px); }
    body.home .wrp-container .search-form input[type="submit"] {
      max-width: 320px;
      width: 100%; }
    body.home .wrp-container .search-form #wrp-city,
    body.home .wrp-container .search-form #wrp-district {
      width: 100%;
      max-width: 320px;
      border-right: none; }
      body.home .wrp-container .search-form #wrp-city select,
      body.home .wrp-container .search-form #wrp-district select {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        display: block; }
  body.home .wrp-container .wrp-text h2 {
    font-size: 28px; }
  body.home .wrp-container h1 {
    font-size: 36px; }
  body.home .wrp-container header .wrp-row ul {
    margin: 20px 10px 0; } }

@media (max-width: 480px) {
  body.home .wrp-container .search-form {
    background-color: transparent;
    max-width: 270px;
    padding: 0;
    margin: 0 auto; }
    body.home .wrp-container .search-form div {
      width: 100%; }
    body.home .wrp-container .search-form select,
    body.home .wrp-container .search-form select:nth-child(2),
    body.home .wrp-container .search-form input[type="text"] {
      max-width: 100%;
      width: 100%;
      margin: 5px 0; }
    body.home .wrp-container .search-form input[type="submit"] {
      max-width: 330px;
      width: 100%;
      color: #ffffff;
      font-family: "Open Sans";
      font-size: 18px;
      font-weight: 700;
      max-width: 116px;
      padding: 10px 0;
      margin: 5px auto 0; }
    body.home .wrp-container .search-form #wrp-city select,
    body.home .wrp-container .search-form #wrp-district select {
      margin: 5px auto; }
  body.home .wrp-container h1 {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 23px;
    font-weight: 900;
    text-transform: uppercase; }
  body.home .wrp-container .wrp-text {
    text-align: center;
    margin: 10px 0; }
    body.home .wrp-container .wrp-text h2 {
      color: #ffffff;
      font-family: "Open Sans";
      font-size: 15px;
      font-weight: 700; }
    body.home .wrp-container .wrp-text p {
      color: #ffffff;
      font-family: "Open Sans";
      font-size: 12px;
      font-weight: 400;
      line-height: 14px; } }
