@media (max-width: 445px) {
  .prices {
    width: 100%;
    padding-bottom: 4px;
    display: flex;
    flex-direction: column;
  }

  .prices_table {
    margin: 9px 0px 20px 0px;
    border: 1px solid #282828;
    align-self: center;
  }

  .prices_table .price_line {
    display: grid;
    grid-template-columns: 100px auto 55px 55px;
  }

  .prices_table .price_header {
    display: grid;
    grid-template-columns: 100px auto 55px 55px;
  }

  .prices_table .price_header:not(:last-child),
  .prices_table .price_line:not(:last-child) {
    border-bottom: 1px solid #282828;
  }

  .price_header div:not(:last-child),
  .price_line div:not(:last-child) {
    border-right: 1px solid #282828;
  }

  .price_header div,
  .price_line div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-wrap: break-word;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
  }

  .price_header div {
    padding: 3px;
  }

  .price_line div {
    padding: 5px;
  }

  .price_header div:nth-child(3),
  .price_header div:nth-child(4),
  .price_line div:nth-child(3),
  .price_line div:nth-child(4) {
    font-size: 8px;
  }
}

@media (min-width: 445px) and (max-width: 639px) {
  .prices {
    width: 100%;
    padding-bottom: 4px;
    display: flex;
    flex-direction: column;
  }

  .prices_table {
    margin-top: 9px;
    border: 1px solid #282828;
    align-self: center;
  }

  .prices_table .price_header,
  .prices_table .price_line {
    display: grid;
    grid-template-columns: 80px auto 70px 80px;
  }

  .prices_table .price_header:not(:last-child),
  .prices_table .price_line:not(:last-child) {
    border-bottom: 1px solid #282828;
  }

  .price_header div:not(:last-child),
  .price_line div:not(:last-child) {
    border-right: 1px solid #282828;
  }

  .price_header div,
  .price_line div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-wrap: break-word;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
  }

  .price_header div {
    padding: 3px;
  }

  .price_line div {
    padding: 5px;
  }

  .price_line div ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
}

@media (min-width: 639px) and (max-width: 845px) {
  .prices {
    width: 100%;
    padding-bottom: 70px;
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
  }

  .prices > div .table-header {
    width: 100%;
    padding-bottom: 7px;
  }

  .prices_table {
    border: 1px solid #282828;
  }

  .prices_table .price_header,
  .prices_table .price_line {
    display: grid;
    grid-template-columns: 130px auto 80px 80px;
  }

  .prices_table .price_header:not(:last-child),
  .prices_table .price_line:not(:last-child) {
    border-bottom: 1px solid #282828;
  }

  .price_header div:not(:last-child),
  .price_line div:not(:last-child) {
    border-right: 1px solid #282828;
  }

  .price_header div,
  .price_line div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-wrap: break-word;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
  }

  .price_header div {
    padding: 3px;
  }

  .price_line div {
    padding: 5px;
  }
}

@media (min-width: 845px) and (max-width: 1023px) {
  .prices {
    width: 100%;
    padding-bottom: 70px;
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
  }

  .prices_table {
    border: 1px solid #282828;
  }

  .prices_table .price_header,
  .prices_table .price_line {
    display: grid;
    grid-template-columns: 200px auto 80px 80px;
  }

  .prices_table .price_header:not(:last-child),
  .prices_table .price_line:not(:last-child) {
    border-bottom: 1px solid #282828;
  }

  .price_header div:not(:last-child),
  .price_line div:not(:last-child) {
    border-right: 1px solid #282828;
  }

  .price_header div,
  .price_line div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-wrap: break-word;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
  }

  .price_header div {
    padding: 3px;
  }

  .price_line div {
    padding: 5px;
  }
}

@media (min-width: 1023px) {
  .prices_table {
    border: 1px solid #282828;
  }

  .prices_table .price_header,
  .prices_table .price_line {
    display: grid;
    grid-template-columns: 200px auto 120px 120px;
  }

  .prices_table .price_header:not(:last-child),
  .prices_table .price_line:not(:last-child) {
    border-bottom: 1px solid #282828;
  }

  .price_header div:not(:last-child),
  .price_line div:not(:last-child) {
    border-right: 1px solid #282828;
  }

  .price_header div,
  .price_line div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-wrap: break-word;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
  }

  .price_header div {
    padding: 5px;
  }

  .price_line div {
    padding: 10px;
  }
}

@media (min-width: 1601px) {
  .prices_table .price_header,
  .prices_table .price_line {
    display: grid;
    grid-template-columns: 300px auto 180px 180px;
  }
}

.prices-header > div {
  padding-bottom: 0;
}

.prices-header .implementation_list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.get-price-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 131px;
  max-width: 200px;
  height: 50px;
  border-radius: 50px;
  background: #ff7b3b;
  cursor: pointer;
  color: #fefefe;
  margin-bottom: 40px;
}

.get-price-button:hover {
  background: #fefefe;
  border: 1px solid #282828;
  color: #282828;
}

@media (max-width: 1024px) {
  .get-price-button {
    height: 40px;
  }
}

@media (max-width: 640px) {
  .prices-header .implementation_list .implementation_header--first {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .get-price-button {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .prices-header .implementation_list {
    position: relative;
  }

  .prices-header .implementation_list .get-price-button {
    position: absolute;
    right: 0;
    top: -55px;
    width: 120px;
    height: 35px;
    font-size: 12px;
  }

  .prices-header .table-header {
    padding-bottom: 20px;
  }
}

.full-width-input {
  width: 100%;
}
.full-width-input input {
  width: 100%;
  margin-bottom: 16px;
}

.full-width-input textarea {
  height: 56px !important;
}

.checkboxes {
  display: flex;
  height: 56px;
  width: 100%;
  gap: 50px;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkbox span {
  border-bottom: none !important;
}

@media (max-height: 770px) {
  .input-to-shrink {
    height: 40px !important;
    margin-top: 5px !important;
  }
}

.price_header {
  background-color: #e6e6e6;
}
