@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url(/bussiness/salary-project/tj/footer.css);
@import url(/bussiness/salary-project/tj/navbar.css);
@import url(/bussiness/salary-project/tj/application.css);

body {
  background-color: rgba(244, 244, 244, 1) !important;
  height: max-content !important;
}
h1,
h2,
h3,
h4,
p {
  margin: 0px !important;
}
a {
  text-decoration: none !important;
}
.header_block_img_adaptive {
  display: none;
}
.header {
  margin-top: 93.8px;
  width: 100%;
  background-color: rgba(111, 207, 151, 1);
}
.header_block {
  display: flex;
  justify-content: space-between;
  height: max-content;
}
.header_block_left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.header_block_texts {
  padding-top: 48px;
  max-width: 539px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.header_block_texts_text1 {
  font-family: Open Sans;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  color: white;
}
.header_block_texts_text2 {
  color: white;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.header_block_left_button {
  color: rgba(255, 255, 255, 1);
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  background-color: rgba(255, 117, 40, 1);
  width: 166px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_block_img {
  padding-top: 68px;
}

@media (max-width: 992px) {
  .header {
    margin-top: 48px;
  }
  .header_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 34px;
  }
  .header_block_left {
    align-items: center;
  }
  .header_block_img {
    padding-top: 0px;
  }
  .header_block_texts_text1,
  .header_block_texts_text2 {
    text-align: center;
  }
  .header_block_texts {
    align-items: center;
  }
}
@media (max-width: 576px) {
  .header_block_texts_text1 {
    width: 310px;
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: center;
  }
  .header_block_texts_text2 {
    max-width: 365px;
  }
  .header_block_img {
    display: none;
  }
  .header_block_img_adaptive {
    display: flex;
  }
}
.mainer {
  margin-top: 48px;
  max-width: 1296px;
  display: flex;
  flex-direction: column;
  gap: 72px;
  height: max-content;
}
.pluses {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.pluses_name {
  font-family: Open Sans;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}
.pluses_blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  width: 100%;
}
.pluses_blocks_block {
  border-radius: 20px;
  width: 306px;
  height: 237px;
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
}
.pluses_blocks_block_texts {
  width: 258px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pluses_blocks_block_texts_text1 {
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}
.pluses_blocks_block_texts_text2 {
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px) {
  .pluses_blocks_block {
    width: 100%;
    height: max-content;
  }
  .pluses_blocks_block_texts {
    width: 100%;
  }
}
@media (max-width: 391px) {
  .pluses_name {
    font-size: 24px;
  }
  .pluses {
    gap: 24px;
  }
  .mainer {
    padding: 16px !important;
  }
}
.tarifs {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
}
.tarifs_text {
  color: black;
  font-family: Open Sans;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  text-align: left;
}
.tarifs_block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: white;
  border-radius: 20px;
}
.tarifs_block_texts {
  padding-left: 24px;
  padding-top: 24px;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: black;
  max-width: 502px;
}
.tarifs_block_img {
  border-radius: 0px 20px 20px 72px !important;
}
.tarifs_block_adaptive_img {
  display: none;
}
@media (max-width: 1200px) {
  .tarifs_block_img {
    width: 425px !important;
    height: 264px;
  }
  .tarifs_block_texts {
    padding-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .tarifs_block {
    display: flex;
    flex-direction: column;
    border-radius: 0px 0px 20px 72px;
  }
  .tarifs_block_img {
    width: 100% !important;
    height: max-content;
  }
  .tarifs_block_texts {
    align-self: center;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .tarifs_block {
    background-color: rgba(244, 244, 244, 1);
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .tarifs_block_texts {
    background-color: white;
    border-radius: 20px;
    padding: 16px;
  }
}
@media (max-width: 470px) {
  .tarifs_block_img {
    display: none;
  }
  .tarifs_block_adaptive_img {
    display: flex;
    border-radius: 20px;
  }
  .tarifs_text {
    font-size: 24px;
  }
  .tarifs {
    gap: 24px;
  }
}
.bill_block_texts_text2_adaptive {
  display: none;
}
.bill {
  width: 100%;
  background-image: url("/bussiness/salary-project/tj/tj_images/bill.png");
  height: 273px;
  border-radius: 20px;
}
.bill_block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
}
.bill_block_texts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bill_block_texts_text1 {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}
.bill_block_texts_text2 {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}
.bill_block_button {
  color: rgba(255, 255, 255, 1);
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  background-color: rgba(255, 117, 40, 1);
  width: 149px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .bill {
    background-image: url("/bussiness/salary-project/tj/tj_images/bill_adaptive.png");
    background-repeat: no-repeat;
    height: 507px;
    background-size: cover;
  }
  .bill_block {
    align-items: center;
  }
  .bill_block_texts_text1 {
    text-align: center;
  }
  .bill_block_texts_text2 {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .bill {
    height: 507px;
    width: 100%;
    align-self: center;
  }
}
@media (max-width: 390px) {
  .bill {
    width: 358px;
  }
  .bill_block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bill_block_texts_text1 {
    text-align: center;
    font-size: 20px;
  }
  .bill_block_texts_text2 {
    text-align: center;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
  }
  .bill_block_texts_text2_adaptive {
    display: inline;
  }
}
