.table {
  max-width: 1000px;
  margin-bottom: 60px;
}
.table ul {
  list-style-type: none;
}
.table h2 {
  text-align: start;
  font-size: 24px;
  font-weight: 600;
  color: #284679;
  margin-bottom: 0;
  text-transform: none;
  justify-content: space-between;
  width: auto;
}
.table h2 span {
  color: #F2C500;
}
.table h4 {
  color: #284679;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}
.table .table__top {
  border: 1px solid #E1E1E1;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.table .table__top .table__top-titlewrapper {
  padding: 24px;
}
.table .table__top .table__top--reset {
  display: flex;
  align-items: center;
  color: #284679;
  background-color: #F5F5F5;
  font-size: 16px;
}
.table .table__top .table__top--reset img {
  margin-left: 10px;
}
.table .table__duo {
  display: flex;
  width: 100%;
}
.table .table__duo .table__duo-block {
  color: #7D7D7D;
  padding: 24px;
  border: 1px solid #E1E1E1;
  width: 50%;
}
.table .table__duo .table__duo-block:first-child {
  background-color: #FAFAFA;
}
.table .table__duo .table__duo-block:first-child p {
  color: #7D7D7D;
  padding: 0;
}
.table .table__duo .table__duo-block:first-child ul {
  margin-top: 20px;
}
.table .table__duo .table__duo-block:first-child li {
  color: #7D7D7D;
  line-height: 140%;
}
.table .table__duo .table__duo-block:first-child li span {
  margin-right: 10px;
  font-weight: 600;
}
.table .table__duo .table__duo-block:nth-child(2) h4 {
  color: #F2C500;
  font-size: 20px;
}
.table .table__bottom {
  border: 1px solid #E1E1E1;
  padding: 24px;
  display: flex;
  background-color: #FAFAFA;
}
.table .table__bottom .table__bottom-block {
  margin-right: 5%;
  color: #7D7D7D;
}
.table .table__bottom .table__bottom-block li {
  margin: 0 0 6px 0;
}
.table .table__bottom .table__bottom-block li:last-child {
  margin-bottom: 0;
}
.table .table__bottom .table__bottom-block li::before {
  content: "•";
  color: #284679;
  margin-right: 1.2em;
}
.service-label {
  cursor: pointer;
}
.under-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.under-form a {
  padding-bottom: 0;
  color: #7D7D7D;
  text-decoration: none;
}
.want-more {
  display: flex;
  align-items: center;
}
.want-more img {
  margin-right: 10px;
}
.want-more p {
  padding-bottom: 0;
  margin-right: 6px;
  color: #7D7D7D;
}
.want-more a {
  color: #4380FF;
}
.want-more--centered {
  justify-content: center;
}
@media (max-width: 850px) {
  .customize__price-box {
    width: 100%;
    padding: 24px 0;
  }
  .customize__price-box--left {
    margin-left: auto;
  }
  .customize__price-box--right {
    margin-right: auto;
  }
  .table .table__top {
    flex-direction: column;
    align-items: baseline;
  }
  .table .table__top h2 {
    line-height: 30px;
    margin-bottom: 0;
  }
  .table .table__duo .table__duo-block {
    padding: 18px;
  }
  .table .table__bottom {
    padding: 18px;
  }
  .table .table__bottom .table__bottom-block {
    margin-right: 5%;
    width: 35%;
  }
  .table .table__bottom .table__bottom-block:last-child {
    margin-right: 0;
  }
  .table .table__bottom .table__bottom-block:first-child {
    width: 20%;
  }
  .table-submit {
    margin-bottom: 20px;
  }
  .under-form--customize {
    flex-direction: column;
  }
}
@media (max-width: 725px) {
  .table .table__bottom {
    flex-direction: column;
  }
  .table .table__bottom .table__bottom-block {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .table .table__bottom .table__bottom-block:last-child {
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .table .table__bottom .table__bottom-block:first-child {
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 650px) {
  .table .table__top {
    width: auto;
  }
  .table .table__top h2 {
    text-align: start;
  }
  .want-more {
    text-align: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .table .table__duo {
    flex-direction: column;
  }
  .table .table__duo .table__duo-block {
    padding: 18px;
    width: auto;
  }
  .table .table__bottom {
    width: auto;
  }
}
