@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=JetBrains+Mono:wght@100..800&display=swap');

body {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  background-color: #f1f3f5;
}

section {
  padding: 60px 0px 0px 0px;
}

.main {
  padding: 60px 0px;
  background-color: #b6fc97;
}

.title {
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  margin: 0px 0px 60px 0px;
}
.title-form {
  margin: 0px 0px 20px 0px;
}
.h2-annotation {
  margin: 0px 0px 30px 0px;
  font-weight: 500;
  font-size: 42px;
  line-height: 1;
}
.main-description {
  margin: 0px 0px 45px 0px;
  font-weight: 300;
  font-size: 30px;
  line-height: 1;
}
.main-img img {
  width: 100%;
}
.btn-main {
  outline: none !important;
  font-size: 32px;
  background-color: #23272a;
  color: #fff !important;
  padding: 15px 30px;
  border-radius: 20px;
}

.header {
  padding: 30px 0px;
  background: linear-gradient(180deg, rgba(0,251,104,1) 20%, rgba(182,252,151,1) 90%); 
}

.header__logo svg {

}
.header__logo-text {
  font-weight: 700;
  margin: 0px 0px 10px 0px;
  font-size: 20px;
}

.header-phone-block {
  display: flex;
  align-items: center;
  justify-content: end;
}
.header-phone {

}
.header-btn {

}

.header-time {
  font-weight: 400;
  font-size: 20px;
}

.header-phone a {
  font-weight: 700;
  font-size: 20px;
  color: #000 !important;
}

.btn-offer {
  outline: none !important;
  font-size: 21px;
  background-color: #23272a;
  color: #fff !important;
  padding: 15px 30px;
  border-radius: 20px;
  margin: 0px 0px 0px 30px;
}


.box {
  padding: 20px;
  background-color: #fff;
  border-radius: 25px;
  margin: 0px 0px 30px 0px;
}

.why__block-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0px 0px 15px 0px;
}

.why__block-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.why__block-list li {
  margin: 0px 0px 10px 15px;
  list-style: disc;
}
.why__block-list li:last-child {
  margin: 0px 0px 0px 15px;
}

.box.box--faq {
  height: auto;
}

.box.box-form {
  border: 1px #23272a solid;
}

.faq__item-title {
  font-weight: 700;
  font-size: 24px;
  margin: 0px 0px 15px 0px;
}

.footer-text {
  margin: 0px 0px 30px 0px;
  text-align: center;
}

.money {
  font-size: 32px;
  font-weight: 700;
}

.why__block-icon {
  margin: 0px 0px 15px 0px;
  background-color: #23272a;
  border-radius: 20px;
  padding: 10px;
  display: inline-block;
}

.why__block-icon svg {
  width: 80px;
  height: auto;  
}

.why__block-icon svg path {
  fill: #b6fc97;
}

.vacancy__block-img img {
  height: 300px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: 20px;
  border: 4px #02fb68 solid;
}

.vacancy__block-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin: 0px 0px 15px 0px;
  min-height: 48px;
  text-align: center;
}

.vacancy__block-price {
  margin: 15px 0px;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}
.vacancy__block-price span {
  font-weight: 700;
}

.btn.btn-more {
  outline: none !important;
  font-size: 20px;
  background-color: #23272a;
  color: #fff !important;
  padding: 10px 0px;
  border-radius: 16px;
  width: 100%;
  text-align: center;
  border: 2px #23272a solid;
}
.btn.btn-courier {
  outline: none !important;
  font-size: 20px;
  background-color: transparent;
  color: #23272a !important;
  border: 2px #23272a solid;
  padding: 10px 0px;
  border-radius: 16px;
  width: 100%;
  text-align: center;
  transition: all .3s ease-in-out;
}
.btn.btn-courier:hover {
  background-color: #23272a;
  color: #fff !important;
}

.hire__item-img.hire__item-img-1 img {
  width: 700px;
  position: absolute;
  bottom: -180px;
  right: -45px;
}
.hire__item-img.hire__item-img-2 img {
  width: 700px;
  position: absolute;
  bottom: -140px;
  right: -135px;
}
.hire__item-img.hire__item-img-3 img {
  width: 700px;
  position: absolute;
  bottom: -185px;
  right: -45px;
}
.hire__item-img.hire__item-img-4 img {
  width: 700px;
  position: absolute;
  bottom: -130px;
  right: -200px;
}



.row-hire {
  margin: 0 -15px 60px;
  border-radius: 20px;
  padding: 20px 10px;
  background: linear-gradient(90deg, rgba(0, 251, 104, 1) 0%, rgba(182, 252, 151, 1) 70%);
  position: relative;
  overflow: hidden;
}
.row-hire:last-child {
  margin: 0 -15px 0px;
}

.hire__item-block ul {
  padding: 0px 0px 0px 15px;
  margin: 0px;
}

.hire__item-block p {
  margin: 0px;
}

.hire__item-block span {
  font-size: 20px;
  font-weight: 700;
}

.hire__item-title {
  font-size: 32px;
  font-weight: 700;
  margin: 0px 0px 10px 0px;
  line-height: 1;
  color: #000 !important;
  text-decoration: none !important;
}

.hire__item-description {
  font-size: 24px;
  font-weight: 300;
  margin: 0px 0px 15px 0px;
}

.form-input {
  width: 100%;
  border: none;
  padding: 10px 15px;
  outline: none;
  height: 44px;
  background-color: #f1f3f5;
  border: 1px #23272a solid;
}

.form-label span {
  font-size: 14px;
  display: block;
  margin: 0 0 5px;
}

.box-form {
  margin: 0px;
  z-index: 3;
  position: relative;
}

.form-label {
  width: 100%;
  margin: 0 0 20px;
}

.form-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.form-img {
  background-image: url('/src/img/form_back.jpg');
  padding: 20px;
  background-position: top center;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

.photo-block {
  border-radius: 20px;
  overflow: hidden;
}

.photo-block img {
  width: 100%;
}

.form-img:before {
  display: none;
  border-radius: 20px;
  opacity: 0.2;
  content: '';
  background: linear-gradient(90deg, rgba(0,251,104,1) 0%, rgba(182,252,151,1) 70%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
}

.how__step {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 0px 0px;
}

.how__step-item {
  flex: 0 0 calc(100% / 3);
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px 0px 60px 0px;
}

.how__step-block {
  background-color: #23272a;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  color: #fff;
  position: relative;
}

.how__step-img img {
  width: 100px;
}

.how__step-key {
  font-size: 42px;
  font-weight: 700;
  position: absolute;
  top: -30px;
  left: -30px;
  background-color: #23272a;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #02fb68;
}

@media screen and (max-width: 991px) {
  .title br {
    display: none
  }
  .title {
    font-size: 32px;
    margin: 0px 0px 30px 0px;
  }
  .how__step-item {
    flex: 0 0 100%;
    width: 100%;
    margin: 0px 0px 45px 0px;
  }
  .hire__item-img img {
    width: 100% !important;
    position: relative !important;
    bottom: unset !important;
    right: unset !important;
  }
  .h2-annotation {
    font-size: 32px;
  }
  .main-description {
    font-size: 22px;
  }
  .main-img {
    margin: 30px 0px 0px 0px;
  }
  .btn.btn-main {
    width: 100%;
  }
  .header__logo svg {
    margin: 0px 0px 0px 10px;
  }
  .header__logo-text {
    display: inline;
  }
  .header__logo {
    text-align: center;
  }
  .header {
    padding-bottom: 0px;
  }
  .header-btn {
    width: 100%;
    text-align: center;
    margin: 15px 0px 0px 0px;
  }
  .header-phone {
    width: 100%;
    text-align: center;
    margin: 15px 0px 0px 0px;
  }
  .header-phone-block {
    flex-wrap: wrap;
  }
  .header-btn .btn-offer {
    margin: 0px;
  }
  .main {
    text-align: center;
  }
  .main br {
    display: none;
  }
  .photo-block {
    display: none;
  }
}

.thanks-text {
  font-weight: 700;
  font-size: 24px;
}

.thanks-icon {
  margin: 0px 0px 30px 0px;
}

.thanks {
  text-align: center;
}

.thanks-icon svg {
  width: 100px;
  height: auto;
}