@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
/** variables **/
:root {
  --primaryCol: #ff007f;
  --alt1: #ff3f8b;
  --alt2: #ff007f;
  --alt3: #db0083;
  --alt4: #b70080;
  --alt5: #ff3400;
  --alt6: #db1c00;
  --alt7: #b70a00;
}
/**general styles  **/
#firstCallForm {
  margin: 0;
  padding: 0;
  font-family: "Rubik", "Roboto", sans-serif, sans-serif;
  font-size: 18px;
  color: #000000;
}

#firstCallForm * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#firstCallForm {
  /** design items styles **/
}

#firstCallForm .clearfix::after {
  display: block;
  content: "";
  clear: both;
}

#firstCallForm input[type="submit"],
#firstCallForm button {
  -webkit-appearance: none;
  cursor: pointer;
}

#firstCallForm ul,
#firstCallForm p,
#firstCallForm h1,
#firstCallForm h2,
#firstCallForm h3,
#firstCallForm h4,
#firstCallForm h5,
#firstCallForm h6,
#firstCallForm ol {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

#firstCallForm ul,
#firstCallForm ol {
  list-style: none;
}

#firstCallForm img,
#firstCallForm svg {
  max-width: 100%;
  height: auto;
}

#firstCallForm a {
  color: inherit;
  text-decoration: none;
}

#firstCallForm .internal-wrapper {
  margin: 0 auto;
  max-width: 1150px;
  padding: 0 15px;
}

#firstCallForm .flex-wrapper {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

#firstCallForm .flex-inner {
  width: 100%;
}

#firstCallForm .bg-style {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#firstCallForm .position-relative {
  position: relative;
}

#firstCallForm form.woocommerce-checkout h3 {
  font-size: 15px;
  margin-bottom: 20px;
}

#firstCallForm .title-main {
  font-family: "Patua One", "Rubik", cursive;
  color: var(--primaryCol) !important;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}

#firstCallForm .title-main-big-margin {
  margin-bottom: 28px;
}

#firstCallForm .subtitle-small {
  font-size: 18px;
  margin: 10px 0 20px 0;
  text-align: center;
}

#firstCallForm .button-main-wrapper {
  margin: 28px 0 10px 0;
  text-align: center;
}

#firstCallForm .button-default {
  background-color: var(--primaryCol) !important;
  cursor: pointer;
  border-radius: 5px;
  font-size: 18px;
  padding: 16px 32px;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 0;
}

#firstCallForm .button-default:hover {
  background-color: var(--primaryCol) !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#firstCallForm .button-default:disabled {
  background-color: #cccccc;
}

#firstCallForm .button-disabled {
  background-color: #cccccc;
  cursor: pointer;
  border-radius: 5px;
  font-size: 18px;
  padding: 16px 32px;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 0;
}

#firstCallForm .woocommerce-billing-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#firstCallForm .woocommerce-billing-fields__field-wrapper .form-row {
  margin-bottom: 12px;
  float: none !important;
  width: 48%;
}

#firstCallForm .woocommerce #payment #place_order,
#firstCallForm .woocommerce-page #payment #place_order {
  margin-top: 15px;
  background-color: #00c5aa;
}

#firstCallForm .woocommerce-error,
#firstCallForm .woocommerce-info,
#firstCallForm .woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
}

#firstCallForm .input-text-wrapper {
  display: inline-block;
  margin-bottom: 18px;
  position: relative;
  max-width: 350px;
  width: 100%;
}

#firstCallForm .input-text {
  border: 1px solid #959595;
  font-size: 15px;
  padding: 9px 10px 8px 10px;
  line-height: 110%;
  border-radius: 5px;
  background-color: #ffffff;
  color: #000000;
  width: 100%;
  display: block;
  font-family: "Rubik", "Roboto", sans-serif;
}

#firstCallForm .vue-tel-input {
  border: 1px solid #959595;
  font-size: 15px;
  padding: 9px 10px 8px 10px;
  line-height: 110%;
  border-radius: 5px;
  background-color: #ffffff;
  color: #000000;
  width: 100%;
  font-family: "Rubik", "Roboto", sans-serif;
  direction: ltr;
  width: 100%;
  max-width: 350px;
}

#firstCallForm span.select2-container {
  border: 1px solid #959595;
  font-size: 15px;
  padding: 4px 10px;
  line-height: 110%;
  border-radius: 5px;
  background-color: #ffffff;
  color: #000000;
  width: 100%;
  display: block;
  font-family: "Rubik", "Roboto", sans-serif;
}

#firstCallForm .input-text:disabled {
  background-color: #f6f6f6;
}

#firstCallForm .input-text-wrapper.active .input-text {
  outline: none;
  border-color: #1c75e4;
}

#firstCallForm .input-text-wrapper.active .floating-label {
  top: -6px;
  bottom: 10px;
  left: 8px;
  font-size: 12px;
  height: 12px;
  opacity: 1;
  color: #1c75e4;
  padding: 0 2px;
  background-color: #ffffff;
}

#firstCallForm
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0;
}

#firstCallForm .select2-container--default .select2-selection--single {
  border: none !important;
}

#firstCallForm .select2-container--default .select2-selection--single:focus {
  outline: none !important;
}

#firstCallForm .floating-label {
  color: #959595;
  font-size: 15px;
  line-height: 100%;
  position: absolute;
  pointer-events: none;
  /*left: 10px;*/
  right: 10px;
  top: 10px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  background-color: transparent;
}

#firstCallForm .input-textarea {
  display: block;
  width: 100%;
  resize: none;
  border: 1px solid #959595;
  font-size: 15px;
  padding: 9px 10px 8px 10px;
  line-height: 110%;
  border-radius: 5px;
  background-color: #ffffff;
  color: #000000;
  font-family: "Rubik", "Roboto", sans-serif;
}

#firstCallForm .input-textarea:focus {
  outline: none;
  border-color: #1c75e4;
}

#firstCallForm .textarea-small {
  height: 55px;
}

#firstCallForm .textarea-big {
  height: 110px;
}

#firstCallForm .input-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  border: 1px solid #959595;
  font-size: 15px;
  padding: 9px 30px 8px 10px;
  line-height: 110%;
  border-radius: 5px;
  color: #000000;
  width: 100%;
  text-align: center;
  width: 100%;
  max-width: 350px;
}

#firstCallForm .input-select option {
  font-size: 15px;
}

#firstCallForm .select-question-block {
  position: absolute;
  right: -36px;
  top: 7px;
}

#firstCallForm .select-question-block__img {
  cursor: pointer;
}

#firstCallForm .select-question-block__img:hover path {
  fill: var(--primaryCol) !important;
}

#firstCallForm .select-question-block__content {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  width: 349px;
  padding: 20px;
  border: 1px solid #cccccc;
  top: 50px;
  left: 5px;
  background-color: #ffffff;
  z-index: 5;
}

#firstCallForm .select-question-block__content_triangle {
  position: absolute;
  top: -26px;
  left: -1px;
}

#firstCallForm .select-question-block__content_text_title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
}

#firstCallForm .select-question-block__content_text_text {
  font-size: 12px;
}

#firstCallForm
  .select-question-block__img:hover
  ~ .select-question-block__content {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#firstCallForm .select-icon-icon {
  position: absolute;
  right: 11px;
  top: 4px;
  pointer-events: none;
}

#firstCallForm .input-select:focus {
  outline: none;
  border-color: #1c75e4;
}

#firstCallForm .input-select:focus ~ .select-icon-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 9px;
}

#firstCallForm .last-child-no-margin {
  margin-bottom: 0 !important;
}

#firstCallForm .main-content-wrapper {
  padding: 30px 0 80px 0;
}

#firstCallForm .rate-column-wrapper {
  width: 360px;
}

#firstCallForm .rate-column {
  border-radius: 5px;
  border: 3px solid #22a9ff;
}

#firstCallForm .rate-column__header {
  padding: 20px;
  text-align: center;
  color: #ffffff;
}

#firstCallForm .rate-column__header_img {
  margin-bottom: 23px;
  display: block;
}

#firstCallForm .rate-column__header_cost {
  font-family: "Source Sans Pro", sans-serif;
}

#firstCallForm .rate-column__header_cost_currency {
  font-size: 36px;
}

#firstCallForm .rate-column__header_cost_number {
  font-size: 48px;
}

#firstCallForm .rate-column__header_cost_text {
  font-size: 18px;
}

#firstCallForm .rate-column__header_selected-number {
  margin: 7px 0 29px 0;
}

#firstCallForm .rate-column__header_selected-number_text {
  font-size: 15px;
}

#firstCallForm .rate-column__header_selected-number_number {
  margin-top: 12px;
  direction: ltr;
}

#firstCallForm .rate-column__header_selected-number_number span {
  font-size: 36px;
  border-bottom: 1px solid #ffffff;
}

#firstCallForm .rate-column.number-selected .rate-column__header_img {
  display: none;
}

#firstCallForm
  .rate-column.number-selected
  .rate-column__header_selected-number {
  display: block;
}

#firstCallForm .rate-column__body_title {
  margin: 12px 0 8px 0;
  text-align: center;
  color: #22a9ff;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 36px;
}

#firstCallForm .rate-column__body_rows_item {
  padding: 4px 30px 4px 30px;
}

#firstCallForm .rate-column__body_rows_item span {
  margin-left: 18px;
  font-size: 18px;
}

#firstCallForm .rate-column__body_rows_item svg {
  vertical-align: -3px;
}

#firstCallForm .rate-column__body_rows_item:nth-child(2n) {
  background-color: #f6f6f6;
}

#firstCallForm .rate-column__footer {
  padding-bottom: 35px;
}

#firstCallForm .rate-column__footer_title {
  margin: 25px 0 14px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #22a9ff;
}

#firstCallForm .rate-column__footer_rows_item {
  padding: 4px 30px 4px 30px;
}

#firstCallForm .rate-column__footer_rows_item:nth-child(2n) {
  background-color: #f6f6f6;
}

#firstCallForm .rate-column__footer_rows_item_text {
  width: calc(100% - 40px);
}

#firstCallForm .rate-column__footer_rows_item_price {
  width: 40px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#firstCallForm .rate-column__body_rows_item.rate-column__body_rows_item-gray {
  color: #959595;
}

#firstCallForm
  .rate-column__body_rows_item.rate-column__body_rows_item-gray
  svg
  path {
  fill: #959595 !important;
}

#firstCallForm .rate-column-blue .rate-column__header {
  background-color: #22a9ff;
}

#firstCallForm .rate-column-blue .rate-column {
  border-color: #22a9ff;
}

#firstCallForm .rate-column-blue .rate-column__body_title {
  color: #22a9ff;
}

#firstCallForm .rate-column-blue .rate-column__footer_title {
  color: #22a9ff;
}

#firstCallForm .rate-column-blue .rate-column__body_rows_item svg path {
  fill: #22a9ff;
}

#firstCallForm .rate-column-green {
  border-color: #00c5aa;
}

#firstCallForm .rate-column-green .rate-column__header {
  background-color: #00c5aa;
}

#firstCallForm .rate-column-green .rate-column__body_title {
  color: #00c5aa;
}

#firstCallForm .rate-column-green .rate-column__footer_title {
  color: #00c5aa;
}

#firstCallForm .rate-column-green .rate-column__body_rows_item svg path {
  fill: #00c5aa;
}

#firstCallForm .rate-column-orange {
  border-color: #ff911e;
}

#firstCallForm .rate-column-orange .rate-column__header {
  background-color: #ff911e;
}

#firstCallForm .rate-column-orange .rate-column__body_title {
  color: #ff911e;
}

#firstCallForm .rate-column-orange .rate-column__footer_title {
  color: #ff911e;
}

#firstCallForm .rate-column-orange .rate-column__body_rows_item svg path {
  fill: #ff911e;
}

#firstCallForm .radio-buttons-wrapper {
  margin: 16px auto 18px auto;
  max-width: 645px;
}

#firstCallForm .radio-buttons-wrapper__title {
  font-size: 18px;
  margin-bottom: 18px;
  text-transform: capitalize;
}

#firstCallForm .radio-buttons-items {
  position: relative;
}

#firstCallForm .radio-button-label {
  padding: 12px 16px;
  background-color: #f6f6f6;
  border-radius: 5px;
  display: block;
  border: 1px solid #cccccc;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
}

#firstCallForm .radio-button-label__input {
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
  top: 1px;
  left: 1px;
}

#firstCallForm .radio-button-label__icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #cccccc;
  vertical-align: -1px;
}

#firstCallForm .radio-button-label__text {
  margin-left: 4px;
  font-size: 18px;
  display: inline-block;
}

#firstCallForm .radio-button-label:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: var(--primaryCol) !important;
  color: #ffffff;
}

#firstCallForm .radio-button-label.active {
  background-color: #1c75e4;
  border-color: #1c75e4;
  color: #ffffff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#firstCallForm .radio-button-label.active .radio-button-label__icon {
  border-color: var(--primaryCol) !important;
}

#firstCallForm .radio-button-label.active .radio-button-label__icon:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  background-color: var(--primaryCol) !important;
}

#firstCallForm .checkbox-row-wrapper {
  margin-bottom: 18px;
}

#firstCallForm .input-checkbox-label {
  display: inline-block;
  position: relative;
  padding-left: 33px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 15px;
}

#firstCallForm .input-checkbox-label__checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#firstCallForm .checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: solid 1px #959595;
}

#firstCallForm .checkmark:after {
  content: "";
  width: 16px;
  height: 11px;
  background-size: cover;
  position: absolute;
  display: none;
}

#firstCallForm .input-checkbox-label__checkbox:checked ~ .checkmark {
  border: solid 2px #27ae60;
  background-color: #27ae60;
  width: 22px;
  height: 22px;
  left: -1px;
}

#firstCallForm .input-checkbox-label__checkbox:checked ~ .checkmark:after {
  display: block;
}

#firstCallForm .input-checkbox-label .checkmark:after {
  left: 3px;
  top: 5px;
  width: 12px;
  height: 8px;
  background: url("../img/checkbox-mark-img.svg") no-repeat center;
  background-size: cover;
}

#firstCallForm .main-column {
  width: calc(100% - 360px);
  padding-left: 20px;
}

#firstCallForm .steps-wrapper {
  background-color: var(--primaryCol) !important;
  height: 61px;
}

#firstCallForm .steps-wrapper .internal-wrapper {
  max-width: 1200px;
}

#firstCallForm .step-item {
  display: inline-block;
  position: relative;
}

#firstCallForm .step-item img {
  display: none;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

#firstCallForm .step-item.active .step-img-active {
  display: block;
}

#firstCallForm .step-item.gray .step-img-gray {
  display: block;
}

#firstCallForm .step-item.done .step-img-done {
  display: block;
}

#firstCallForm .step-text {
  color: #ffffff;
  position: absolute;
  right: 30%;
  top: 19px;
}

#firstCallForm .step-text span {
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  font-weight: bold;
}

#firstCallForm .step-text p {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  vertical-align: 1px;
  margin-left: 8px;
}

#firstCallForm .step-item-1 .step-text {
  right: 15px;
}

#firstCallForm .step-item-2,
#firstCallForm .step-item-3,
#firstCallForm .step-item-4,
#firstCallForm .step-item-5 {
  margin-right: -17px;
}

#firstCallForm .step-item-1 {
  z-index: 5;
}

#firstCallForm .step-item-2 {
  z-index: 4;
}

#firstCallForm .step-item-3 {
  z-index: 3;
}

#firstCallForm .step-item-4 {
  z-index: 2;
}

#firstCallForm .sub-column-block {
  width: 100%;
  text-align: center;
}

#firstCallForm .sub-column-block:nth-child(2n) {
  margin-right: 0;
}

#firstCallForm .column-wrapper {
  margin-bottom: 28px;
}

#firstCallForm .row-title {
  font-size: 18px;
  margin-bottom: 18px;
  font-family: Arial;
}

#firstCallForm .checkbox-row-wrapper-with-input {
  margin-bottom: 0;
}

#firstCallForm .checkbox-row-wrapper-with-input .input-checkbox-label {
  width: 110px;
}

#firstCallForm .checkbox-row-wrapper-with-input .input-text-wrapper {
  width: calc(100% - 110px);
  position: relative;
  top: -8px;
  margin-bottom: 0;
}

#firstCallForm .row-subtitle {
  font-size: 12px;
  margin-top: 4px;
}

#firstCallForm .payment-method-wrapper {
  max-width: 270px;
}

#firstCallForm .payment-method-img {
  margin-left: 56px;
  vertical-align: -32px;
}

#firstCallForm .error-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(55, 65, 82, 0.7);
}

#firstCallForm .error-popup-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 740px;
  border: 5px solid #e80f0f;
  padding: 76px 93px;
  text-align: center;
  z-index: 10;
  background-color: #ffffff;
}

#firstCallForm .error-popup-modal__title {
  font-size: 36px;
  /*font-family: "Patua One", "Rubik", cursive;*/
  font-family: "Arial", cursive;
  color: #e80f0f;
}

#firstCallForm .error-popup-modal__text {
  margin: 10px 0 22px 0;
  font-size: 18px;
}

#firstCallForm .radio-buttons-items-column {
  padding: 0 4px;
}

#firstCallForm .VueCarousel-inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

#firstCallForm .VueCarousel-navigation-prev {
  position: absolute;
  top: -26px;
  right: unset;
  left: 47px;
}

#firstCallForm .VueCarousel-navigation-next {
  position: absolute;
  top: -26px;
  left: unset;
  right: calc(100% - 47px);
}

#firstCallForm .VueCarousel-navigation-prev:focus,
#firstCallForm .VueCarousel-navigation-next:focus {
  outline: none;
}

#firstCallForm .VueCarousel-navigation-prev:focus svg rect:nth-child(2),
#firstCallForm .VueCarousel-navigation-next:focus svg rect:nth-child(2) {
  stroke: var(--primaryCol) !important;
}

#firstCallForm .table-column-with-tooltip {
  position: relative;
}

#firstCallForm .cart-select-question-block {
  right: unset;
  left: 1px;
  top: 50%;
  margin-top: -15px;
}

#firstCallForm .shop_table.woocommerce-checkout-review-order-table {
  border: 0;
  border-collapse: collapse;
}

#firstCallForm .shop_table.woocommerce-checkout-review-order-table td,
#firstCallForm .shop_table.woocommerce-checkout-review-order-table th {
  padding: 20px 15px;
}

#firstCallForm
  .shop_table.woocommerce-checkout-review-order-table
  .first-column {
  background-color: #f4f4f4;
  text-align: center;
  font-weight: 700;
  width: 35%;
  text-transform: uppercase;
}

#firstCallForm
  .shop_table.woocommerce-checkout-review-order-table
  .second-column {
  background-color: #fbfbfb;
  font-weight: 400;
}

#firstCallForm
  .shop_table.woocommerce-checkout-review-order-table
  .third-column {
  background-color: transparent;
  font-weight: 700;
}

#firstCallForm
  .shop_table.woocommerce-checkout-review-order-table
  .your-payment
  th,
#firstCallForm
  .shop_table.woocommerce-checkout-review-order-table
  .your-payment
  td {
  border-top: 2px solid #000000;
}

#firstCallForm
  .shop_table.woocommerce-checkout-review-order-table
  .your-payment
  th {
  text-align: right;
}

#firstCallForm
  .shop_table.woocommerce-checkout-review-order-table
  .subtotal-name-column {
  color: #1955a1;
}

#firstCallForm #order_review_heading {
  margin-top: 30px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #1955a1;
}

#firstCallForm .initial-payment {
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: red;
}

#firstCallForm #order_review > h3 {
  font-size: 18px !important;
  color: #1955a1 !important;
  font-weight: 700;
  text-transform: uppercase;
}

#firstCallForm .form-row.place-order #place_order {
  background-color: #00cc0a !important;
}

#firstCallForm .your-payment th {
  text-transform: uppercase;
}

@media (max-width: 991px) {
  #firstCallForm .steps-wrapper {
    display: none;
  }
  #firstCallForm .main-column {
    width: 100%;
    padding-right: 0;
  }
  #firstCallForm .rate-column-wrapper {
    margin-top: 50px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  #firstCallForm .sub-column-block {
    width: 100%;
    margin-right: 0 !important;
  }
  #firstCallForm .last-child-no-margin {
    margin-bottom: 18px !important;
  }
  #firstCallForm .floating-label {
    font-size: 12px;
  }
  #firstCallForm .select-question-block {
    display: none;
  }
  #firstCallForm .error-popup-modal {
    width: 80%;
    padding: 30px 20px;
  }
}
/*
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
NEW STYLES HERE
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.rate-column__body__answering {
  color: var(--primaryCol) !important;
}
#firstCallForm .categories-tabs a.active {
  color: var(--primaryCol) !important;
  background: transparent !important;
}
.listing_page_numbers .steps-wrapper .active {
  background: transparent !important;
}
.VueCarousel-navigation button {
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}
.VueCarousel-navigation {
  display: flex;
  gap: 1rem;
  margin: 1rem 0;
  flex-direction: row-reverse;
  justify-content: start;
}
#firstCallForm .input-select:focus {
  color: #000000 !important;
}
.woocommerce-billing-fields__field-wrapper {
  /* grid-row-gap: 5px; */
}
.woocommerce-billing-fields p {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

/*

.plans-items-wrapper-big:nth-child(1)
  .plans-items-wrapper__item:nth-child(1)
  .rate-column__header,
.plans-items-wrapper-big:nth-child(1)
  .plans-items-wrapper__item:nth-child(1)
  .rate-column__footer_button_item {
  background-color: var(--alt1) !important;
}
.plans-items-wrapper-big:nth-child(1)
  .plans-items-wrapper__item:nth-child(1)
  .rate-column__body_rows_item
  svg
  path {
  fill: var(--alt1) !important;

.plans-items-wrapper-big:nth-child(1)
  .plans-items-wrapper__item:nth-child(2)
  .rate-column__header,
.plans-items-wrapper-big:nth-child(1)
  .plans-items-wrapper__item:nth-child(2)
  .rate-column__footer_button_item {
  background-color: var(--alt2) !important;
}
.plans-items-wrapper-big:nth-child(1)
  .plans-items-wrapper__item:nth-child(2)
  .rate-column__body_rows_item
  svg
  path {
  fill: var(--alt2) !important;
.plans-items-wrapper-big:nth-child(1)
  .plans-items-wrapper__item:nth-child(3)
  .rate-column__header,
.plans-items-wrapper-big:nth-child(1)
  .plans-items-wrapper__item:nth-child(3)
  .rate-column__footer_button_item {
  background-color: var(--alt3) !important;
}
.plans-items-wrapper-big:nth-child(1)
  .plans-items-wrapper__item:nth-child(3)
  .rate-column__body_rows_item
  svg
  path {
  fill: var(--alt3) !important;
.plans-items-wrapper-big:nth-child(1)
  .plans-items-wrapper__item:nth-child(4)
  .rate-column__header,
.plans-items-wrapper-big:nth-child(1)
  .plans-items-wrapper__item:nth-child(4)
  .rate-column__footer_button_item {
  background-color: var(--alt4) !important;
}
.plans-items-wrapper-big:nth-child(1)
  .plans-items-wrapper__item:nth-child(4)
  .rate-column__body_rows_item
  svg
  path {
  fill: var(--alt4) !important;
}
.plans-items-wrapper-big:nth-child(2)
  .plans-items-wrapper__item:nth-child(1)
  .rate-column__header,
.plans-items-wrapper-big:nth-child(2)
  .plans-items-wrapper__item:nth-child(1)
  .rate-column__footer_button_item {
  background-color: var(--alt5) !important;
}
.plans-items-wrapper-big:nth-child(2)
  .plans-items-wrapper__item:nth-child(1)
  .rate-column__body_rows_item
  svg
  path {
  fill: var(--alt5) !important;
.plans-items-wrapper-big:nth-child(2)
  .plans-items-wrapper__item:nth-child(2)
  .rate-column__header,
.plans-items-wrapper-big:nth-child(2)
  .plans-items-wrapper__item:nth-child(2)
  .rate-column__footer_button_item {
  background-color: var(--alt6) !important;
}
.plans-items-wrapper-big:nth-child(2)
  .plans-items-wrapper__item:nth-child(2)
  .rate-column__body_rows_item
  svg
  path {
  fill: var(--alt6) !important;
.plans-items-wrapper-big:nth-child(2)
  .plans-items-wrapper__item:nth-child(3)
  .rate-column__header,
.plans-items-wrapper-big:nth-child(2)
  .plans-items-wrapper__item:nth-child(3)
  .rate-column__footer_button_item {
  background-color: var(--alt7) !important;
}
.plans-items-wrapper-big:nth-child(2)
  .plans-items-wrapper__item:nth-child(3)
  .rate-column__body_rows_item
  svg
  path {
  fill: var(--alt7) !important;
}
*/
