.price-content {
  width: 95%;
  max-width: 1520px;
  margin: 25px auto auto auto;
}

.footer-1-wrapper {
  width: 95%;
  margin: auto;
  max-width: 1724px;
  box-sizing: border-box;
}

@media only screen and (min-width: 993px) {
  .footer-1-wrapper {
    border-right: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
  }
}

.footer-1-wrapper .footer-1 {
  width: 100%;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 50px;
}

.main-title {
  font-size: 25px;
  color: #000;
  font-weight: 700;
  margin-bottom: 55px;
  position: relative;
}

.main-title::after {
  position: absolute;
  width: 100px;
  height: 3px;
  content: '';
  left: 0;
  bottom: -42px;
  background-color: #000;
}

.content-heading {
  font-size: 15px;
  line-height: 25px;
  color: #000;
  font-weight: 700;
}

.content-item {
  font-size: 15px;
  line-height: 25px;
  color: #000;
}

.text-bold {
  font-weight: 700;
}

.content-item a {
  text-decoration: none;
  color: #000;
}

.price-description {
  width: 100%;
  max-width: 1220px;
  color: #000;
  font-size: 15px;
  line-height: 25px;
}

.price-description-2 {
  width: 100%;
  font-size: 15px;
  line-height: 17px;
  font-weight: 300;
}

.price-card-wrapper {
  width: 100%;
  max-width: 1220px;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 67px;
}

.price-card {
  width: 100%;
  max-width: 295px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price-card:not(:last-child) {
  margin-right: 16px;
}

.price-title {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.pro .price-title {
  background-color: #000;
}

.pro .price-card-info {
  border: 1px solid #000;
}

.plus .price-title {
  background-color: #dd8547;
}

.plus .price-card-info {
  border-right: 1px solid #878787;
  border-bottom: 1px solid #878787;
  border-left: 1px solid #878787;
}

.large .price-card-info,
.enterprise .price-card-info {
  border: 1px solid #878787;
}

.large .price-title,
.enterprise .price-title {
  background-color: #878787;
}

.price-card.plus {
  position: relative;
}

.price-recommended {
  position: absolute;
  color: #dd8547;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  left: 50%;
  transform: translateX(-50%);
  top: -24px;
}

.price-card-body {
  width: 100%;
}

.price-card-list {
  margin-top: 24px;
  width: 90%;
  max-width: 224px;
  list-style-type: none;
}

.price-card-list-item {
  font-size: 15px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
}

.price-card-info {
  width: 100%;
  height: 364px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.price-card-amount-container {
  margin-bottom: 12px;
  text-align: center;
}

.price-card-text {
  font-size: 11px;
  line-height: 15px;
  color: #878787;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.price-card-amount {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  font-weight: 700;
}

.price-card-action {
  margin-top: 10px;
  width: 122px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  background-color: #000;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.modal-layer {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  min-height: 100%;
}

.modal-layer.hide {
  display: none;
}

/* .success-wrap {
  width: 90%;
  margin: auto;
  position: relative;
  max-width: 502px;
  box-sizing: border-box;
  border: 1px solid #000;
}

.success-wrap.hide {
  display: none;
} */

/* .success-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  padding-top: 133px;
  padding-bottom: 175px;
}

.success-image {
  width: 100px;
} */

/* .success-descr {
  width: 80%;
  max-width: 306px;
  margin: 20px auto auto auto;
  font-size: 15px;
  line-height: 25px;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.close-modal {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 106px;
  height: 36px;
  line-height: 36px;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
} */

.price-form-container {
  width: calc(100% - 30px);
  position: relative;
  padding: 35px 22px 78px 22px;
  background-color: #f6f6f6;
  box-sizing: border-box;
}

.price-popup-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-top: -20px;
  margin-bottom: 15px;
}

.price-popup-text.required {
  margin-top: 0;
}

.price-popup-text.ask-us {
  margin-top: 10px;
  margin-left: 22px;
  margin-bottom: 10px;
}

#ask-us-checkbox {
  margin-left: 22px;
  margin-top: 10px;
}

#ask-us-checkbox:before {
  top: 3px;
}

.price-form-footer {
  display: flex;
}

.inputs-container {
  display: flex;
  flex-wrap: wrap;
}

.input-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
}

.input-wrapper.first-input-wrapper {
  margin-right: 22px;
}

.form-wrapper {
  display: flex;
  width: 95%;
  max-width: 536px;
  margin: auto;
  position: relative;
}

.form-wrapper.hide {
  display: none !important;
}

.form-left-layer {
  width: 30px;
  background-color: #000;
}

.layer-text {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  transform: rotate(-90deg) translateX(-200px);
  white-space: nowrap;
}

.label {
  font-size: 11px;
  line-height: 15px;
  font-weight: 700;
  color: #878787;
  margin-bottom: 5px;
}

.form-input {
  width: 220px;
  height: 26px;
  border: 1px solid black;
  padding: 4px 7px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 18px;
  color: #000;
}

.error-message {
  display: none;
  color: #ff4c4c;
  font-size: 11px;
  line-height: 15px;
  font-weight: 700;
  margin-top: 5px;
}

.error-message.show {
  display: block !important;
}

.textarea-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.textarea-input {
  width: 100%;
  height: 168px;
  border: 1px solid black;
  padding: 4px 7px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 18px;
  color: #000;
}

.buttons-wrap {
  display: flex;
  justify-content: flex-end;
  margin-right: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

.done-button {
  height: 36px;
  line-height: 36px;
  padding: 0 34px;
  box-sizing: border-box;
  background-color: #000;
  border: none;
  outline: none;
  font-size: 11px;
  font-weight: 900;
  color: #fff;
}

.cancel-button {
  height: 36px;
  line-height: 36px;
  padding: 0 34px;
  box-sizing: border-box;
  background-color: #fff;
  border: none;
  outline: none;
  font-size: 11px;
  font-weight: 900;
  color: #000;
}

.select-form {
  display: flex;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.select-label {
  font-size: 17px;
  line-height: 23px;
  font-weight: 500;
  margin-right: 10px;
}

.select-input {
  width: 220px;
  height: 26px;
  position: relative;
  line-height: 26px;
  padding-left: 7px;
  box-sizing: border-box;
  border: 1px solid #000;
  font-size: 13px;
  font-weight: 500;
  color: black;
  background-color: #fff;
}

.selected-plan {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-weight: 700;
}

.select-submenu {
  display: block;
  position: absolute;
  right: -1px;
  left: -1px;
  bottom: -52px;
  z-index: 3;
  background-color: #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  box-sizing: border-box;
}

.select-submenu.hide {
  display: none !important;
}

.select-submenu-item {
  width: 100%;
  height: 26px;
  line-height: 26px;
  box-sizing: border-box;
  padding-left: 7px;
  font-size: 13px;
  font-weight: 400;
}

.select-submenu-item.hide {
  display: none !important;
}

.select-submenu-item:hover {
  background-color: #000;
  color: #fff;
}

.select-input::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 8px;
  z-index: 1;
  /*background: url('../images/black-bottom-arrow.png') no-repeat center*/
  /*  center/100%;*/
  top: 9px;
  right: 10px;
}

.select-input.rotate-icon::after {
  transform: rotate(180deg);
}

@media only screen and (max-width: 1350px) {
  .price-card-wrapper {
    flex-wrap: wrap;
    max-width: 620px;
    margin: 60px auto auto auto;
    justify-content: space-between;
  }

  .price-card:not(:last-child) {
    margin-right: 0;
  }

  .price-card {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 670px) {
  .price-card-wrapper {
    max-width: 300px;
    justify-content: center;
  }
}

@media only screen and (max-width: 992px) {
  .content-heading,
  .content-item {
    font-size: 13px;
  }

  .main-title {
    font-size: 15px;
  }

  .footer-1-wrapper .footer-1 {
    padding-top: 0;
    flex-wrap: wrap;
  }
}

.recaptcha {
  margin-top: 10px;
  margin-left: 21px;
  margin-bottom: 10px;
}
