.packages_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
  padding: 0px 70px 0px 70px;
  position: relative;
}
.packages_title {
  font-size: 30px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
.packages_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.packages_header_text_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
}
.packages_header_text_box p {
  font-size: 16px;
  font-weight: 400;
  max-width: 515px;
}
.packages_header_title {
  font-size: 30px !important;
  font-weight: 700 !important;
  max-width: 545px !important;
}
.packages_header_box_container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.packages_header_box {
  width: 200px;
  height: 220px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
.package_header_box_offer {
  max-height: 85px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.package_header_box_offer img {
  position: absolute;
  top: 0px;
  left: 40px;
}
.packages_header_box p {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  width: 163px;
  margin-bottom: 0px;
}
.packages_header_box_period {
  font-size: 18px !important;
  font-weight: 400 !important;
}
.packages_header_box_btn {
  width: 132px;
  height: 50px;
  border-radius: 10px;
  background-color: #ffffff;
  color: #0d0d0d;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 700;
}
.table_horizontal-line,
.table_horizontal-line-see {
  margin-bottom: 5px;
  margin-top: 5px;
  min-height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.table_horizontal-line-see {
  display: none;
}
.table_horizontal_line_main {
  margin: 35px 0px 45px 0px;
  min-height: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.packages_table_header_feature {
  font-size: 20px;
  font-weight: 700;
  min-width: 220px;
  color: #ff551a;
}
.packages_table_header_description {
  font-size: 20px;
  font-weight: 700;
  max-width: 360px;
  color: #ff551a;
}
.packages_table_content_check {
  width: 200px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  font-size: 20px;
  font-weight: 700;
}
.packages_table_content_check img {
  width: 39px;
  height: 39px;
  border-radius: 100%;
  padding: 10px;
}
.packages_table_container {
  display: flex;
  margin-top: 10px;
}
.packages_table_content {
  display: flex;
  width: 50%;
}
.packages_table_content_title {
  font-size: 20px;
  font-weight: 700;
  min-width: 240px;
  max-width: 240px;
}
.packages_table_content_text {
  font-size: 18px;
  font-weight: 400;
  max-width: 360px;
}
.packages_table_box_container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 50%;
}
.shadow_table {
  background-color: #222222;
  position: absolute;
  border-radius: 10px;
  min-width: 44%;
  min-height: 69%;
  bottom: 96px;
  left: 35px;
  z-index: -1;
}
.shadow_table_full {
  background-color: #222222;
  position: absolute;
  border-radius: 10px;
  min-width: 44%;
  min-height: 89%;
  bottom: 0px;
  left: 35px;
  z-index: -1;
}
.packages_table_content_check_headr {
  width: 200px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  font-size: 20px;
  font-weight: 700;
  display: none;
  text-align: center;
}
.packages_see_full_comparison {
  font-size: 22px;
  font-weight: 700;
  color: #ff551a;
  text-decoration: underline;
  margin: 28px 0px 28px 0px;
  text-align: center;
  cursor: pointer;
}
.packages_see_full_comparison:hover {
  color: #ffffff;
}
.packages_box_above {
  width: 90%;
  height: 312px;
  color: #ffffff;
  background-color: #ff551a;
  border-radius: 20px;
  border: none;
  outline: none;
  font-size: 35px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 20px auto;
}
@media only screen and (max-width: 1300px) {
  .shadow_table,
  .shadow_table_full {
    display: none;
  }
  .table_horizontal-line-see {
    display: block;
  }
}
@media only screen and (max-width: 1150px) {
  .packages_container {
    padding: 0px 10px 0px 10px;
    align-items: center;
    margin-top: 10px;
  }
  .packages_header_text_box {
    display: none;
  }
  .packages_title {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .packages_header {
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
    width: 100%;
  }
  .packages_header_box_container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  .packages_header_box {
    width: 100%;
    height: 120px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-left: 0px;
    margin-top: 15px;
    max-width: 550px;
  }
  .package_header_box_offer {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    width: fit-content;
    margin-top: 45px;
    margin-left: -75px;
  }
  .packages_header_box p {
    font-size: 18px;
    width: fit-content;
    margin-bottom: 35px;
  }
  .package_header_box_offer p {
    font-size: 24px;
    margin-bottom: 0px !important;
    max-height: 32px;
    margin-left: 4px;
  }
  .packages_header_box_period {
    font-size: 14px !important;
    font-weight: 400 !important;
    margin-bottom: 0px !important;
  }
  .packages_header_box_btn {
    width: 132px;
    height: 45px;
    margin-top: 0px;
    font-size: 16px;
  }
  .package_header_box_offer img {
    width: 11px;
    top: 0px;
    left: -10px;
  }
  .packages_table_header_description {
    display: none;
  }
  .packages_table_content_check_headr {
    width: 65px;
    margin: 0px 5px 0px 5px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 700;
    border-radius: 5px;
  }
  .table_horizontal-line {
    margin-bottom: 5px;
    margin-top: 5px;
    min-height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .table_horizontal_line_main {
    margin: 25px 0px 0px 0px;
    min-height: 0px;
    background-color: rgba(255, 255, 255, 0);
  }
  .packages_table_header_feature {
    font-size: 14px;
    font-weight: 700;
    min-width: 105px;
    color: #ff551a;
    margin-bottom: 0px;
    margin-left: 5px;
  }
  .packages_table_content_check {
    width: 65px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 6px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
  }
  .packages_table_content_check img {
    width: 29px;
    height: 29px;
    border-radius: 100%;
    padding: 5px;
  }
  .packages_table_container {
    display: flex;
    margin-top: 10px;
    width: 100%;
  }
  .packages_table_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
  }
  .packages_table_content_title {
    font-size: 14px;
    font-weight: 700;
    min-width: 110px;
    max-width: 110px;
  }
  .packages_table_content_text {
    font-size: 12px;
    font-weight: 400;
    max-width: 160px;
  }
  .packages_table_box_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 65%;
  }
  .packages_see_full_comparison {
    font-size: 16px;
    margin: 5px 0px 5px 0px;
  }
  .packages_box_above {
    font-size: 20px;
    height: 150px;
    width: 94%;
    border-radius: 10px;
    margin: 20px auto 0px auto;
  }
}
