.block-search {
  background: #F9E5E9;
  padding: 24px 0;
  margin-bottom: 48px;
}
.block-search form {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr 0.7fr;
  grid-gap: 16px;
  align-items: flex-end;
}
.block-search label {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.87);
}
.block-search input {
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #fff;
  padding: 15px;
  font-size: 14px;
  height: 46px;
}
.block-search input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}
.block-search input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}
.block-search input::placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}
.block-search input:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(198, 0, 36, 0.6);
  border-color: #C60024;
}
.block-search .form-btn {
  height: 48px;
  background: #C60024;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  grid-gap: 12px;
  text-transform: uppercase;
  width: 100%;
  border: none;
}
.block-search .form-btn svg {
  margin-right: 12px;
}
.block-search .form-address .select2 .select2-selection .select2-selection__rendered {
  background: url("/images/map-pin.svg") top 13px left 15px no-repeat;
  padding-left: 35px;
}
.block-search .form-salary .select2 .select2-selection .select2-selection__rendered {
  background: url("/images/dollar-sign.svg") top 13px left 15px no-repeat;
  padding-left: 35px;
}

.h1_title {
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  color: #C60024;
  margin-bottom: 24px;
}

.table-schedule {
  margin-bottom: 0;
  filter: drop-shadow(10px 12px 20px rgba(0, 0, 0, 0.04));
  margin-bottom: 24px;
}
.table-schedule > :not(:first-child) {
  border: none;
}
.table-schedule th {
  background: #808285;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border: 2px solid #F8F8F9;
  height: 48px;
  vertical-align: middle;
  white-space: nowrap;
  padding: 5px 15px;
}
.table-schedule th:first-child {
  border-radius: 4px 0 0 0;
}
.table-schedule td {
  height: 46px;
  padding: 5px 15px;
  vertical-align: middle;
  background: #fff;
  border: 2px solid #F8F8F9;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
}
.table-schedule tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}
.table-schedule tr:last-child td:last-child {
  border-radius: 0 0 4px 0;
}
.table-schedule .name-job {
  width: 100%;
}

.block-job .title-job {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.block-job .title-job h2 {
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  color: #C60024;
  margin: 0;
}
.block-job .title-job a {
  font-weight: 700;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  grid-gap: 5px;
}
.block-job .title-job a svg {
  transition: 0.1s ease-in-out;
}
.block-job .title-job a:hover {
  color: #C60024;
}
.block-job .title-job a:hover svg {
  fill: #C60024;
}
.block-job .list-job {
  background: #FFFFFF;
  box-shadow: 10px 12px 20px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
  padding: 24px;
}
.block-job .list-job .item-job {
  padding: 12px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  transition: 0.2s ease-in-out;
}
.block-job .list-job .item-job img {
  border-radius: 4px;
  width: 72px;
  height: 72px;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-job .list-job .item-job .name-job {
  font-weight: 700;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 8px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: normal;
  transition: 0.2s ease-in-out;
}
.block-job .list-job .item-job .employer-job {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.38);
  margin-bottom: 8px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: normal;
  transition: 0.2s ease-in-out;
}
.block-job .list-job .item-job .info-job {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: normal;
}
.block-job .list-job .item-job .info-job .item-info {
  display: flex;
  align-items: center;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.6);
  padding: 4px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  grid-gap: 4px;
  transition: 0.2s ease-in-out;
}
.block-job .list-job .item-job .info-job .item-info svg, .block-job .list-job .item-job .info-job .item-info path {
  transition: 0.2s ease-in-out;
}
.block-job .list-job .item-job a {
  display: grid;
  grid-template-columns: 72px auto;
  grid-gap: 12px;
}
.block-job .list-job .item-job:hover {
  background: #C60024;
}
.block-job .list-job .item-job:hover .name-job {
  color: #fff;
}
.block-job .list-job .item-job:hover .employer-job {
  color: rgba(255, 255, 255, 0.6);
}
.block-job .list-job .item-job:hover .info-job .item-info {
  background: rgba(0, 0, 0, 0.16);
  color: rgba(255, 255, 255, 0.87);
}
.block-job .list-job .item-job:hover .info-job .item-info svg, .block-job .list-job .item-job:hover .info-job .item-info path {
  stroke: rgba(255, 255, 255, 0.87);
}

.block-search-products .close-btn {
  display: none;
}

.block-search-mb {
  display: none;
}

@media (max-width: 960px) {
  .block-search-products {
    position: relative;
  }
  .block-search-products .close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.6);
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 100%;
    z-index: 1;
    opacity: 1;
  }
  .block-search-products {
    display: none;
  }
  .block-search-products.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    display: block;
    z-index: 99;
    margin: 0;
    padding: 30px 0;
  }
  .block-search-mb {
    background: #F9E5E9;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .block-search-mb p {
    margin-bottom: 0;
    font-weight: 700;
  }
  .block-search-mb a {
    background: #C60024;
    color: #fff;
    padding: 10px 20px;
  }
  .block-search form {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
  .block-job .title-job {
    flex-wrap: wrap;
    grid-gap: 10px;
    margin-bottom: 15px;
  }
  .block-job .title-job h2 {
    font-size: 16px;
  }
  .block-job .list-job {
    grid-template-columns: 1fr;
    grid-gap: 15px;
    padding: 0;
    box-shadow: none;
    background: none;
  }
  .h1_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .container-table {
    overflow: auto;
  }
}/*# sourceMappingURL=interview.css.map */