/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/css/vacancies.scss ***!
  \*******************************************************************************************************************************************************************************************************************/
.form {
  width: 444px;
}

.form--scroll {
  height: 600px;
  overflow-y: scroll;
}

.form__title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 16px;
}

.form__title--product {
  margin-bottom: 0;
}

.form__intro {
  margin-bottom: 40px;
}

.form__pricebox {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}

.form__price {
  font-weight: 400;
}

.form__spec {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.form__key {
  position: relative;
  color: #9F9F9F;
  z-index: 1;
  background: white;
  padding-right: 4px;
  white-space: nowrap;
}

.form__value {
  position: relative;
  z-index: 1;
  background: white;
  padding-left: 4px;
  text-align: right;
}

.form__dash {
  width: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 17px;
  border-bottom: 1px dashed #8C8C8C;
}

.form__input {
  background: #F7F6F3;
  display: block;
  width: 100%;
  height: 62px;
  padding: 13px 30px;
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 16px;
  border: 3px solid #F7F6F3;
  transition: .3s;
}

.form__input--alert {
  border: 3px solid #FF725E;
  transition: .3s;
}

.form__input:focus {
  background: white;
  border: 3px solid #F7F6F3;
  transition: .3s;
}

.form__input::-moz-placeholder {
  opacity: .5;
}

.form__input:-ms-input-placeholder {
  opacity: .5;
}

.form__input::placeholder {
  opacity: .5;
}

.form__button {
  background: #B16F54;
  height: 62px;
  margin: 40px 0 16px 0;
  font-weight: 600;
  line-height: 36px;
  color: #F4F2EE;
  width: 100%;
  transition: .3s;
}

.form__button:hover, .form__button:focus-visible {
  cursor: pointer;
  background: #653B2A;
  transition: .3s;
}

.form__link {
  display: inline;
  color: #B16F54;
  transition: .3s;
}

.form__link:hover, .form__link:focus-visible {
  cursor: pointer;
  color: #404040;
  transition: .3s;
}

.form__specs {
  padding: 50px 0;
  color: #9F9F9F;
}

.form__specs p:first-of-type {
  margin-top: 0;
}

.form__specs p:last-of-type {
  margin-bottom: 0;
}

.form__state {
  opacity: 1;
}

.form__alert {
  color: #FF725E;
  display: flex;
  align-items: center;
  margin: 16px 0;
}

.footer {
  position: relative;
  min-width: 1200px;
}

.footer__content {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 1;
}

.footer__logo {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: opacity .3s ease-in-out;
}

.footer__logo:hover, .footer__logo:focus-visible {
  opacity: 0.6;
}

.footer__col {
  position: relative;
  width: 50%;
}

.footer__col--left {
  background: #F4F2EE;
  padding: 50px 80px 54px 80px;
}

.footer__col--right {
  background: #D5B49D;
  padding: 154px 80px 54px 80px;
}

.footer__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 24px -32px 25px 0;
}

.footer__item {
  width: calc(50% - 32px);
  margin-right: 32px;
  margin-bottom: 40px;
}

.footer__key {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 4px;
  opacity: .5;
}

.footer__value {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

.footer__value--link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: .3s;
}

.footer__value--link:hover, .footer__value--link:focus-visible {
  color: #D5B49D;
  transition: .3s;
}

.footer__copyright {
  font-size: 14px;
  line-height: 14px;
  opacity: .5;
}

.footer__develop {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  line-height: 14px;
  color: #8B7A6F;
}

.footer__toproi {
  display: flex;
  margin-left: 16px;
}

.footer__toproi svg {
  transition: .3s;
}

.footer__toproi:hover svg, .footer__toproi:focus-visible svg {
  fill: #F4F2EE;
  transition: .3s;
}

.footer__pages {
  display: flex;
  flex-wrap: wrap;
  width: 276px;
  margin: 0 0 45px 0;
}

.footer__page {
  font-size: 18px;
  line-height: 32px;
  width: 98px;
  margin: 0 40px 8px 0;
  transition: .3s;
}

.footer__page:hover, .footer__page:focus-visible {
  color: #F4F2EE;
  transition: .3s;
}

.footer__box1 {
  position: absolute;
  top: -95px;
  left: 256px;
  z-index: -1;
}

.footer__box2 {
  position: absolute;
  top: -60px;
  left: 232px;
}

.footer__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 48px;
}

.footer__left {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  background: #F4F2EE;
  height: 100%;
}

.footer__right {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  background: #D5B49D;
  height: 100%;
}

.footer__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.vacancies {
  padding: 54px 0 80px 0;
}

.vacancies__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
}

.vacancies__item {
  position: relative;
  width: calc(100%/3 - 30px);
  margin: 0 30px 30px 0;
  background: #FFFFFF;
  border: 6px solid #FFFFFF;
  padding: 30px;
  transition: .3s;
}

.vacancies__item:hover {
  background: #F4F2EE;
  transition: .3s;
}

.vacancies__item--active {
  background: #F4F2EE;
  transition: .3s;
}

.vacancies__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 16px;
}

.vacancies__duties {
  display: none;
}

.vacancies__requirements {
  display: none;
}

.vacancies__conditions {
  display: none;
}

.vacancies__button {
  cursor: pointer;
  position: absolute;
  right: 20px;
  bottom: 20px;
  transition: .3s;
}

.vacancies__button > * {
  pointer-events: none;
}

.vacancies__button--active {
  transform: rotate(180deg);
  transition: .3s;
}

.detail {
  position: relative;
  background: white;
  width: 100%;
  margin: 0 30px 30px 0;
  display: none;
}

.detail--active {
  display: block;
}

.detail__triangle {
  position: absolute;
  left: 0;
  top: -35px;
}

.detail__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}

.detail__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 16px;
}

.detail__salary {
  font-size: 18px;
  line-height: 27px;
}

.detail__button {
  font-weight: 600;
  font-size: 16px;
  line-height: 36px;
  color: #B16F54;
  width: 193px;
  height: 62px;
  border: 3px solid #B16F54;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .3s;
}

.detail__button:hover {
  background: #B16F54;
  color: white;
  transition: .3s;
}

.detail__body {
  display: flex;
}

.detail__col {
  width: calc(100%/3);
  padding: 30px;
  border-right: 5px solid #F7F6F3;
}

.detail__col:last-of-type {
  border-right: none;
}

.detail__subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 30px;
}

.detail__icon {
  margin-right: 16px;
}

.detail__text p {
  margin: 24px 0;
}

.detail__text p:first-of-type {
  margin-top: 0;
}

.detail__text p:last-of-type {
  margin-bottom: 0;
}

.work {
  display: flex;
  margin-bottom: 245px;
}

.work__col {
  width: 50%;
}

.work__col:last-of-type {
  padding-left: 85px;
}

.work__imgbox {
  width: 100%;
  height: 619px;
}

.work__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.work__icon {
  position: absolute;
  top: -23px;
  right: 0;
}

@media only screen and (max-width: 1300px) {
  .block__subtitle {
    left: calc(100% - 303px);
  }
}

