@charset "UTF-8";
.provider-section {
  padding-bottom: 3em;
}

.package-services_content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
}

.package-services_column-list {
  -webkit-box-flex: 50%;
  -webkit-flex: 50% 0 0;
      -ms-flex: 50% 0 0px;
          flex: 50% 0 0;
  max-width: 50%;
}

.package-services_column {
  -webkit-box-flex: 16.666%;
  -webkit-flex: 16.666% 0 0;
      -ms-flex: 16.666% 0 0px;
          flex: 16.666% 0 0;
  max-width: 16.666%;
}

.package-services_list-item {
  min-height: 38px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .3em 1em;
  font-size: .85rem;
  line-height: 1.2;
  position: relative;
  color: #000;
  background-color: #f2f2f2;
  border-right: 2px solid #fff;

  border-bottom: 2px solid #fff;
}

.package-services_list-item strong {
  font-weight: 800;
}
.package-services_list-item .qustion {
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-box-flex: 16px;
  -webkit-flex: 16px 0 0;
      -ms-flex: 16px 0 0px;
          flex: 16px 0 0;
  line-height: 12px;
  color: #FFAF32;
  border: 2px solid #FFAF32;
  font-size: .8rem;
  margin-left: 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  text-align: center;
}

.tooltipster-sidetip .tooltipster-box {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(23, 21, 4, 0.25);
  box-shadow: 0 0 20px rgba(23, 21, 4, 0.25);
  font-size: .75rem;
  color: #000;
  border: none;
  border-radius: 0;
}
.tooltipster-sidetip .tooltipster-content {
  padding: 1.2em;
  font-size: .75rem;
  color: #000;
  line-height: 1.2;
}
.tooltipster-sidetip .tooltipster-content strong {
  display: block;
  font-weight: 800;
}

.tooltipster-sidetip .tooltipster-content p {
  font-size: .75rem;
  line-height: 1.3;
  margin-bottom: 0;
}

.tooltipster-sidetip .tooltipster-content img {
  max-width: 100%;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #fff;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #fff;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #fff;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #fff;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #fff;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #fff;
}

.package-services_tooltip {
  display: none;
  position: absolute;
  left: -webkit-calc(100% + 20px);
  left: calc(100% + 20px);
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(23, 21, 4, 0.25);
          box-shadow: 0 0 20px rgba(23, 21, 4, 0.25);
  width: 330px;
  padding: 1.2em;
  font-size: .75rem;
  color: #000;
  line-height: 1.2;
  z-index: 50;
}

.package-services_tooltip:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-right: 20px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -35px;
  margin: auto;
}

.package-services_tooltip strong {
  display: block;
  font-weight: 800;
}

.package-services_tooltip p {
  font-size: .75rem;
  line-height: 1.3;
  margin-bottom: 0;
}

.package-services_tooltip-img img {
  max-width: 100%;
}

.package-services_list-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 7px;
  font-size: 1.2rem;
  color: #000;
  font-weight: 800;
}

.package-services_list-mod {
  color: #fff;
}

.package-services_list-mod li {
  border-bottom-color: #48545F;
}

.package-services_item {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-right: 2px solid #fff;
  -webkit-transition: -webkit-transform .3s, -webkit-box-shadow .3s;
  transition: -webkit-transform .3s, -webkit-box-shadow .3s;
  -o-transition: transform .3s, box-shadow .3s;
  transition: transform .3s, box-shadow .3s;
  transition: transform .3s, box-shadow .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
}

.package-services_item li {
  min-height: 38px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: .3em 1em;
  font-size: .75rem;
  background-color: #f2f2f2;
  line-height: .9;
  border-bottom: 2px solid #fff;
}

.package-services_item .green-bg {
  background-color: #B7ECB7;
  font-weight: 800;
}

.package-services_item .remove-btn {
  display: inline-block;
  color: #fff;
  font-weight: 800;
  font-size: 2rem;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: .2em;
  margin: auto;
  cursor: pointer;
}

.package-services_item .bold-text {
  font-size: 1rem;
  font-weight: 800;
  color: #000;
}

.package-services_item .bold-text_green {
  color: #59d459;
}

.package-services_item .no-bg {
  background-color: transparent;
  padding: 0;
}

.package-services_item .service_not-provided {
  width: 13px;
  height: 13px;
  color: #FE6A6A;
  font-size: 1.5rem;
  line-height: .5;
}

.package-services_item .no-padding {
  padding: 0;
  display: block;
  border: none;
  line-height: 1;
}

.package-services_item .package-services_item-row {
  min-height: 40px;
}

.package-services_item .package-services_item-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  background: #B9B9B9;
  -webkit-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
  padding: 1em 1em .5em;
  border-bottom: none;
  text-transform: uppercase;
}

.package-services_item .package-services_item-title--yellow {
  background: #FFAF32;
}

.package-services_item .package-services_item-title--gold {
  background: url(../img/bg/gold-bg.jpg) no-repeat center top;
  -webkit-background-size: cover;
          background-size: cover;
}

.package-services_item .package-services_item-title--green {
  background: #6EBE64;
}

.package-services_item .package-services_item-title--pink {
  background: #F0503C;
}

.package-services_item .check {
  display: inline-block;
  width: 6px;
  height: 13px;
  border-right: 3px solid #0FC00F;
  border-bottom: 3px solid #0FC00F;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.package-services_item .no-check {
  width: 3px;
  height: 13px;
  position: relative;
}

.package-services_item .no-check:after, .package-services_item .no-check:before {
  content: '';
  display: block;
  height: 16px;
  width: 3px;
  background: #E60000;
  position: absolute;
}

.package-services_item .no-check:after {
  left: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.package-services_item .no-check:before {
  right: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.package-services_item .plus {
  display: inline-block;
  color: #6EBE64;
  font-size: 1.9rem;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 28px;
  right: 0.25em;
  margin: auto;
  cursor: pointer;
}

.package-services_item .digit {
  color: #000;
}

.package-services_item .digit-green {
  font-weight: 800;
  color: #6ebe64;
}

.package-services_item .blank {
  font-size: 2rem;
  color: #000;
}

.package-services_item strong {
  font-weight: 800;
  color: #000;
}

.package-services_item-cost {
  width: 90%;
  margin: 0 auto;
  -webkit-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px;
  background: #F2F2F2;
  font-size: .75rem;
  line-height: 1.3;
  background: #F2F2F2;
  min-height: 47px;
  padding: .4em;
  color: #000;
  text-align: center;
}

.package-services_item-cost strong {
  font-weight: 800;
}

.package-services_item-cost--mod {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 1024px) {
  .package-services_item:hover {
    position: relative;
    -webkit-box-shadow: 0 19px 35px rgba(0, 0, 0, 0.2);
            box-shadow: 0 19px 35px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-border-radius: 0 0 10px 10px;
            border-radius: 0 0 10px 10px;
    border: transparent;
    z-index: 10;
  }
  .package-services_item:hover .package-services_item-cost {
    -webkit-border-radius: 0;
            border-radius: 0;
    width: 100%;
  }
  .package-services_item:hover .no-bg {
    border-bottom-color: #F2F2F2;
  }
}

.package-services_item-hidden {
  padding: 0 0 1em 0;
}

.package-services_item-hidden p {
  font-size: .875rem;
  line-height: 1;
  margin-bottom: .35em;
}

.package-services_item-hidden .bold-text {
  font-weight: 800;
}

.package-services_item-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .2em;
  min-height: 38px;
  height: 100%;
  height: auto;
  width: 100%;
  background: #B9B9B9;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.package-services_item-btn:hover {
  background: #a0a0a0;
}

.package-services_item-btn:active {
  background: #868686;
}

.package-services_item-btn-yellow {
  background: #FFAF32;
}

.package-services_item-btn-yellow:hover {
  background-color: #fe9b00;
}

.package-services_item-btn-yellow:active {
  background-color: #cb7c00;
}

.package-services_item-btn-green {
  background: #6EBE64;
}

.package-services_item-btn-green:hover {
  background-color: #51a847;
}

.package-services_item-btn-green:active {
  background-color: #408438;
}

.package-services_item-btn-pink {
  background: #F0503C;
}

.package-services_item-btn-pink:hover {
  background-color: #ec3650;
}

.package-services_item-btn-pink:active {
  background-color: #d91531;
}

.package-services_item-btn-gold {
  background: url(../img/bg/gold-bg.jpg) no-repeat center top;
  -webkit-background-size: cover;
          background-size: cover;
}

.package-services_item-btn-gold:hover {
  background: url(../img/bg/gold-bg.jpg) no-repeat center top;
}

.package-services_item-btn-gold:active {
  background: url(../img/bg/gold-bg.jpg) no-repeat center top;
}

.tablet-visible {
  display: none !important;
}
.tablet-hidden {
}

.profile_required-fields {
  font-size: .75rem;
  color: #000;
  position: relative;
  padding-left: 1.7em;
  margin-top: 3em;
  margin-bottom: .3em;
}

.profile_required-fields sub {
  position: absolute;
  top: -1px;
  left: .7em;
  color: #ff0000;
  z-index: 10;
}

.manager-contact {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFF3E0;
  color: #000;
  padding: .7em 1em;
}

.manager-contact a {
  color: inherit;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.manager-contact a:hover {
  color: #ffaf32;
}

.manager-contact_event {
  background: #E5F8E5;
}

.manager-contact_event a:hover {
  color: #6ebe64;
}

.manager-contact_event .manager-contact_desc-text {
  color: #6ebe64;
}

.manager-contact_account {
  background: #e5f2ff;
}

.manager-contact_account a:hover {
  color: #0091d2;
}

.manager-contact_account .manager-contact_desc-text {
  color: #0091d2;
}

.manager-contact_job {
  background: #fdeff1;
}

.manager-contact_job a:hover {
  color: #F0503C;
}

.manager-contact_job .manager-contact_desc-text {
  color: #F0503C;
}

.manager-contact_img {
  -webkit-box-flex: 60px;
  -webkit-flex: 60px 0 0;
      -ms-flex: 60px 0 0px;
          flex: 60px 0 0;
}

.manager-contact_img img {
  max-width: 100%;
  display: block;
}

.manager-contact_desc {
  -webkit-flex-basis: -webkit-calc(100% 0 60px);
      -ms-flex-preferred-size: calc(100% 0 60px);
          flex-basis: calc(100% 0 60px);
  padding-left: 1em;
}

.manager-contact_desc-text {
  color: #ffaf32;
  margin-bottom: 4px;
}

.manager-contact_desc-footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .75rem;
}

.manager-contact_desc-footer p {
  margin-bottom: 0;
}

.manager-contact_desc-footer strong {
  font-weight: 800;
}

.manager-contect_desc-footer-separator {
  margin: 0 .4em;
  font-size: 1.2rem;
}

/**profile-section***/
.profile-section {
  padding: 0 0 3em 0;
}

.profile-section p {
  font-size: .75rem;
  line-height: 1.3;
  color: #000;
}

.profile-section .unified-column {
  margin-bottom: 0;
}

.profile-steps {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3em;
}

.profile-step_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 20px;
  -webkit-clip-path: polygon(94% 0, 100% 46%, 94% 100%, 0 100%, 6% 46%, 0 0);
          clip-path: polygon(94% 0, 100% 46%, 94% 100%, 0 100%, 6% 46%, 0 0);
  background: #FFF3E0;
}

.profile-step_item.active {
  background: #FFAF32;
  -webkit-clip-path: polygon(94% 0, 100% 46%, 94% 100%, 0 100%, 0 44%, 0 0);
          clip-path: polygon(94% 0, 100% 46%, 94% 100%, 0 100%, 0 44%, 0 0);
}

.profile-step_item-event {
  background: #E5F8E5;
}

.profile-step_item-event.active {
  background: #6EBE64;
}

.profile-step_item-job {
  background: #FDEFF1;
}

.profile-step_item-job.active {
  background: #F0503C;
}

.profile-subtitle {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 1em 0;
}

.wrapper_profile-input {
  position: relative;
  margin-bottom: .5em;
}

.wrapper_profile-input sub {
  position: absolute;
  top: 2px;
  right: 5px;
  color: #ff0000;
  z-index: 10;
}

.wrapper_profile-input .digit {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 3px;
  height: 100%;
  font-size: .75rem;
  line-height: 27px;
}

.form-row .input-text, /* woocommerce */
.profile-input {
  height: 27px;
  background-color: #f2f2f2;
  padding: 0 1.3em;
  font-size: .875rem;
  margin-bottom: .4em;
  width: 100%;
}
.profile-input-error {
  border: 1px solid red !important;
}
.error-list {
  list-style: disc;
  margin-bottom: 1.7em;
  margin-left: 20px;
  color: red;
}
.profile-section p.error-single,
.error-list > li {
  color: red !important;
  padding: 0.5em;
  margin-bottom: 0;
}
.error-list > li {
  font-size: .875rem;
  margin-bottom: .4em;
}


.profile-input::-webkit-input-placeholder {
  font-size: .75rem;
}

.profile-input::-moz-placeholder {
  font-size: .75rem;
}

.profile-input::-ms-input-placeholder {
  font-size: .75rem;
}

.profile-input::input-placeholder {
  font-size: .75rem;
}

.profile-continue_btn {
  margin-top: 2em;
  text-align: right;
}
.profile-continue_btn button,
.profile-continue_btn a {
  height: 32px;
  line-height: 32px;
  min-width: 100px;
  text-align: center;
  border: none;
}

.register_back-btn {
  height: 32px;
  line-height: 32px;
  min-width: 100px;
  text-align: center;
  border: none;
}

.woocommerce form .form-row label, /* woocommerce */
.register_form-label {
  line-height: normal !important;
  display: block;
  color: #000;
  font-size: .875rem;
  font-weight: 800;
  margin-bottom: 5px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background-color: #F2F2F2;
  border-radius: 0;
}
.woocommerce form .form-row,
.register_form-group {
  margin-bottom: 1.4em;
}
.register_form-multicheckbox label {
  margin-bottom: 5px;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
  font-size: 1.935rem;
  color: #000000;
}
.woocommerce-order-received .woocommerce ul.order_details.woocommerce-thankyou-order-details {
  margin-bottom: 2em;
}

.register_file-upload {
  position: relative;
  font-size: .75rem;
  color: #858585;
  padding: .7em;
  text-align: center;
}

.input-file {
  display: block;
  height: 20px;
  position: relative;
  background: #fff;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  margin: 10px auto 0;
}

.input-file .button {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: none;
  margin: 0;
  background-color: transparent;
  text-align: center;
  cursor: pointer !important;
  overflow: hidden;
}

.input-file .button:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.input-file .button input {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  color: #808080;
  font-size: 30px;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.input-file-text {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 1em;
  font-size: .75rem;
  color: #858585;
  font-weight: 800;
  background-color: transparent;
  text-align: center;
}

.register_file-upload {
  background: #F2F2F2;
}

.register_file-upload_mod {
  width: 142px;
}

.register_form-group_text {
  font-size: .75rem;
  line-height: 1.25;
  display: block;
  margin-bottom: .4em;
}

.dropdag-field {
  height: 35px;
  background: url(../img/icons/upload-icon.png) no-repeat center;
  margin-bottom: .5em;
}

.dropdag-container {
  padding: 1em 1em 1.5em;
  margin-bottom: 0.5em;
  cursor: pointer;

}

.profile-select .selectric {
  height: 27px;
  border: none;
}

.profile-select .label {
  height: 100%;
  line-height: 27px;
}

.profile-select .button {
  height: 100%;
}

.profile-select .button:before {
  content: " ";
  position: absolute;
  top: -6px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-bottom-color: #bbb;
  border-top: none;
  z-index: 2;
}

.profile-select .button:after {
  bottom: -6px;
}

.add-field_btn {
  color: #858585;
  font-size: .75rem;
  padding-left: 17px;
  cursor: pointer;
  position: relative;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.add-field_btn:hover {
  color: #FFAF32;
}

.add-field_btn:hover:before {
  color: #FFAF32;
}

.add-field_btn:before {
  content: "+";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  font-size: 1.5rem;
  line-height: .4;
  font-weight: 800;
  color: #858585;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.add-field_green-btn:hover {
  color: #6EBE64;
}

.add-field_green-btn:hover:before {
  color: #6EBE64;
}

.add-field_pink-btn:hover {
  color: #F0503C;
}

.add-field_pink-btn:hover:before {
  color: #F0503C;
}
.event-wrap,
.testimonial-wrap {
  position: relative;
  padding-bottom: 10px;
}

.remove-field_btn {
  z-index: 999;
  color: #858585;
  font-size: .8rem;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 5px;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.remove-field_btn:hover {
  color: #FFAF32;
}

.profile-select_hide {
  display: none;
}

.register_form-group_mod {
  margin-bottom: .75em;
}

.woocommerce form .form-row textarea,
.register_form-textarea {
  background-color: #f2f2f2;
  padding: .5em 1em;
  resize: none;
  border: none;
  font-size: .75rem;
  outline: none;
  height: 120px;
  width: 100%;
}

.register_form-textarea_short {
  height: 54px;
}

.wrapper_profile-input_mod {
  margin-bottom: 0;
}

.register_bottom-panel_btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.register_bottom-panel_btn .profile-continue_btn {
  margin: 0;
}

.dz-image img {
  max-width: 100%;
}
.preview-sidebar_block {
  padding: 1.7em;
  background: #F2F2F2;
  color: #858585;
  font-size: .875rem;
  height: 100%;
}

.preview-sidebar_block .sidebar-profile--company-img {
  margin-bottom: 4em;
  max-width: 252px;
}

.preview-sidebar_block strong {
  font-weight: 800;
}

.preview-sidebar_block a {
  color: inherit;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.preview-sidebar_block a:hover {
  color: #ffaf32;
}

.preview-sidebar_block p {
  font-size: inherit;
  color: inherit;
  margin-bottom: 2em;
}

.preview-sidebar_block .preview-sidebar_email {
  color: #ffaf32;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
}

.preview-sidebar_block .preview-sidebar_email:hover {
  border-bottom-color: #ffaf32;
}

.preview-sidebar_block .preview-sidebar_email-green {
  color: #6ebe64;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
}

.preview-sidebar_block .preview-sidebar_email-green:hover {
  border-bottom-color: #6ebe64;
}

.preview-sidebar_block .preview-sidebar_email-pink {
  color: #F0503C;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
}

.preview-sidebar_block .preview-sidebar_email-pink:hover {
  color: #F0503C;
  border-bottom-color: #F0503C;
}

.preview-sidebar_block-event a:hover {
  color: #6EBE64;
}

.preview-sidebar_block-job a:hover {
  color: #F0503C;
}

.preview-sidebar_flex-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.preview-sidebar_subtitle {
  font-size: .875rem;
  font-weight: 800;
  margin: 0 0 .3em 0;
}

.preview-sidebar_list {
  padding-left: 2em;
  margin-bottom: 1.7em;
}

.preview-sidebar_list li {
  margin-bottom: .5em;
  color: #858585;
  font-size: .875rem;
  font-weight: 800;
  padding-left: 12px;
  position: relative;
}

.preview-sidebar_list li:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #858585;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}

.preview-sidebar_profile-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  color: #ffaf32;
}

.preview-sidebar_profile-link a {
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
}

.preview-sidebar_profile-link a:hover {
  border-bottom-color: #ffaf32;
}

.preview-sidebar_profile-link .separator {
  margin: 0 4px;
}

.wrapper_dropdag-container {
  position: relative;
}

.wrapper_dropdag-container sub {
  position: absolute;
  top: 2px;
  right: 2px;
  color: #ff0000;
}

.register_field-hidden {
  display: none;
}

.register_file-upload_container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.register_file-upload_container .register_file-upload {
  margin-right: .7em;
  margin-bottom: .7em;
}

.add-file-upload {
  width: 142px;
  background-color: #f2f2f2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  cursor: pointer;
  font-size: 8rem;
  margin-bottom: 10px;
  font-weight: 800;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.add-file-upload:hover {
  background: #d9d9d9;
}

.preview-sidebar_img {
  position: relative;
  margin-top: 3em;
  margin-bottom: 6em;
}

.preview-sidebar_img img {
  max-width: 100%;
}

.preview-sidebar_img-logo {
  position: absolute;
  right: 1em;
  bottom: -4em;
  -webkit-box-shadow: 0 0 20px rgba(16, 12, 0, 0.25);
          box-shadow: 0 0 20px rgba(16, 12, 0, 0.25);
}

.preview_quotes-text {
  font-size: 1.25rem;
  font-style: italic;
  color: #858585;
  margin-bottom: 1em;
  padding: 0 1em;
  position: relative;
}

.preview_quotes-text:after, .preview_quotes-text:before {
  content: '„';
  display: block;
  position: absolute;
  top: 0;
  left: 0.5em;
  color: #858585;
}

.preview_quotes-text:after {
  content: '“';
  right: 0.5em;
  left: auto;
  bottom: 0;
  top: auto;
}

.preview_quotes-name {
  color: #858585;
  font-size: .875rem;
  padding: 0 1em;
}

.services-unified-slider_mod {
  margin-bottom: 2em;
}

.services-unified-slider_mod .slick-prev, .services-unified-slider_mod .slick-next {
  width: 35px;
  height: 35px;
}

.preview-slider_quotes-text.slick-slider {
  margin-bottom: 3em;
}

.preview-slider_quotes-text--job .slick-dots li.slick-active {
  background: #F0503C;
}

.preview-slider_quotes-text--event .slick-dots li.slick-active {
  background: #6EBE64;
}

.preview-sidebar_video-block {
  height: 225px;
  margin-bottom: 2em;
}

.preview-sidebar_video-block iframe {
  width: 100%;
  height: 100%;
}

.preview-sidebar_text {
  margin-bottom: 1em;
}

.unified-column_mod {
  padding: 0 7px;
}

.row_margin-mod {
  margin: 0 -7px;
}

.unified-column.col-xl-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.unified-column.col-xl-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.main-banner .edit-yellow_btn {
  bottom: 1em;
  left: 1em;
  top: auto;
}

.main-banner .edit-green_btn {
  bottom: 1em;
  left: 1em;
  top: auto;
}

.main-banner .edit-pink_btn {
  bottom: 1em;
  left: 1em;
  top: auto;
}

.edit-yellow_btn {
  position: absolute;
  top: 0;
  left: -33px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url(../img/icons/level-yellow-icon.png) no-repeat center;
}

.edit-green_btn {
  position: absolute;
  top: 0;
  left: -33px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url(../img/icons/level-green-icon.png) no-repeat center;
}

.edit-pink_btn {
  position: absolute;
  top: 0;
  left: -33px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url(../img/icons/level-pink-icon.png) no-repeat center;
}

.events-main-title_mod {
  position: relative;
}

.events-section--subtitle_mod {
  position: relative;
}

.job-section--subtitle-mod {
  position: relative;
}

.job-section_edit-text {
  position: relative;
}

.selected-parametr-title_mod {
  position: relative;
}

.service-main-title_mod {
  position: relative;
}

.unified-text-bold_mod {
  position: relative;
}

.grid-column-left_mod {
  padding-left: 3em;
}

.services-section--subtitle-mod {
  position: relative;
}

.wrapper_services-section {
  padding-left: 2em;
}

.wrapper_events-section {
  padding-left: 2em;
}

.wrapper_job-section {
  padding-left: 2em;
}

.main-banner_top-text {
  margin-bottom: .7em;
}

.main-banner_top-text .text-upper {
  font-weight: 800;
}

.services-section_mod {
  background: #F2F2F2;
  padding: 1em;
}

.events-section_mod {
  padding: 1em;
  background: #F2F2F2;
}

.job-section_mod {
  padding: 1em;
  background: #F2F2F2;
}

.profile-footer {
  padding-top: 3em;
  padding-left: 2em;
}

.sidebar-profile--logo .edit-yellow_btn {
  bottom: 1em;
  left: 1em;
  top: auto;
}

.sidebar-profile--logo .edit-green_btn {
  bottom: 1em;
  left: 1em;
  top: auto;
}

.sidebar-profile--logo .edit-pink_btn {
  bottom: 1em;
  left: 1em;
  top: auto;
}

.sidebar-profile--text-edit {
  position: relative;
}

.conference-information_edit-item {
  position: relative;
}

.conference-information_mod {
  position: relative;
}

.sidebar-profile--company-edit {
  position: relative;
}

.grid-column-right_mod {
  padding-left: 1.5em;
}

.conference-information_item-site {
  position: relative;
}

.sidebar-profile--company-img_edit {
  position: relative;
}

.uniefied-wrapper-radio {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0;
  padding-top: 2px;
  padding-left: 29px;
}

.uniefied-wrapper-radio input[type="radio"] {
  position: absolute;
  margin-left: -20px;
  display: none;
}

.uniefied-wrapper-radio input[type="radio"]:checked + .radio-text:before {
  width: 5px;
  height: 13px;
  border-right: 4px solid #727272;
  border-bottom: 4px solid #727272;
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 9px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}

.uniefied-wrapper-radio input[type="radio"] + .radio-text:after {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  background: #F2F2F2;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  position: absolute;
  top: 4px;
  left: 0;
}

.uniefied-wrapper-radio .radio-text {
  display: inline-block;
  font-size: .75rem;
  margin-left: 4px;
  line-height: 1.2rem;
}

.register_form-tab_names {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
}

.register_form-tab_names li {
  min-width: 120px;
}

.register_form-tab_names .active .radio-text:before {
  width: 5px;
  height: 13px;
  border-right: 4px solid #727272;
  border-bottom: 4px solid #727272;
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 9px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}

.modul_text-formatting {
  background: #F2F2F2;
  padding: 1em;
  margin-bottom: 3px;
}

.register_tab-item .register_form-textarea {
  height: 450px;
}

.preview-sidebar_pdf {
  background: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .875rem;
  font-weight: 800;
  height: 400px;
  text-align: center;
}

.tab {
  cursor: pointer;
}

.main-banner .category-title--blue-mod {
  top: 0;
  bottom: auto;
  left: 0;
}

.rubric-item {
  margin-bottom: 2em;
  border-bottom: 2px solid #0091D2;
}
.rubric-item--job-post {
  border-bottom: 2px solid #F0503C;
}

.rubric-item_category {
  background: #0091D2;
  padding: .4em 1em;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}
.rubric-item_category--job-post {
  background: #F0503C;
}

.rubric-item_content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #858585;
}

.rubric-item_content p {
  font-size: .875rem;
  line-height: 1.2;
  margin-bottom: 1em;
}

.rubric-item_img {
  -webkit-box-flex: 220px;
  -webkit-flex: 220px 0 0;
      -ms-flex: 220px 0 0px;
          flex: 220px 0 0;
  overflow: hidden;
}

.rubric-item_img:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.rubric-item_img img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.rubric-item_desc {
  padding: 1em .7em;
}

.rubric-item_title {
  font-weight: 800;
  margin-bottom: 1em;
  color: #858585;
}

.rubric-item_title a {
  color: inherit;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.rubric-item_title a:hover {
  color: #0091D2;
}

.rubric-item_date {
  font-size: .875rem;
  font-style: italic;
}

.unified-block_blue {
  background: #CCE9F6;
}

.unified-block_blue .unified-form--input {
  background: #fff;
}

.unified-block_blue .unified-form--input::-webkit-input-placeholder {
  color: #0091d2;
}

.unified-block_blue .unified-form--input::-moz-placeholder {
  color: #0091d2;
}

.unified-block_blue .unified-form--input::-ms-input-placeholder {
  color: #0091d2;
}

.unified-block_blue .unified-form--input::input-placeholder {
  color: #0091d2;
}

.unified-block_blue .unified-form--submit-btn {
  background: #0091D2;
}

.sidebar_rubric-info {
  border: 1px solid #0091D2;
  margin-bottom: 2em;
}
.sidebar_rubric-info--pink {
  border-color: #F0503C;
}

.sidebar_rubric-info p {
  font-size: .875rem;
  line-height: 1.3;
  color: #000;
}

.sidebar_rubric-info p:last-child {
  margin-bottom: 0;
}

.sidebar_rubric-info_desc {
  padding: 1em .7em;
}

.sidebar_rubric-info_title {
  color: #0091d2;
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: initial;
}
.sidebar_rubric-info--pink .sidebar_rubric-info_title {
  color: #000;
}

.services-unified-slider_mod {
  background: #E7E7E7;
  padding: 1em 3em;
}

.services-unified-slider_mod .slick-next, .services-unified-slider_mod .slick-prev {
  border-color: #fff;
}

.services-unified-slider_mod .slick-next:hover, .services-unified-slider_mod .slick-prev:hover {
  border-color: #0091D2;
}

.rubric_sidebar-subtitle {
  color: #fff;
  font-weight: 800;
  background: #0091D2;
  padding: .5em 1em;
  text-transform: uppercase;
}

.rubric-section_menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 2em;
}

.rubric-section_menu li {
  margin-right: 5px;
  margin-bottom: 7px;
  color: #fff;
}

.rubric-section_menu li.active {
  background: #0091D2;
  font-weight: 800;
}

.rubric-section_menu li.active a {
  color: #fff;
  pointer-events: none;
}

.rubric-section_menu a {
  display: block;
  background-color: rgba(0, 145, 210, 0.2);
  padding: .2em .5em;
  color: #0091d2;
  -webkit-transition: background .3s, color .3s;
  -o-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

.rubric-section_menu a:hover {
  background: #0091D2;
  color: #fff;
}

.rubric-section_menu a:active {
  background: #006e9f;
}

.breadcrumbs_mod {
  padding-bottom: 1.3em;
}
.blue-btn,
.blueInvert-btn,
.woocommerce-MyAccount-content button.button,
.woocommerce-MyAccount-content a.button {
  display: inline-block;
  border: none;
  height: 27px;
  line-height: 27px;
  font-weight: 700;
  color: #fff;
  padding: 0 10px;
  background-color: #0091d2;
  text-align: center;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.blueInvert-btn {
  background-color: #cce9f6;
  color: #0091d2;
}
.blue-btn:hover,
.blueInvert-btn:hover,
.woocommerce-MyAccount-content button.button:hover,
.woocommerce-MyAccount-content a.button:hover {
  background-color: #009fe5;
  color: #fff;
}
.blueInvert-btn:hover {
  background-color: #b3e0f5;
  color: #0091d2;
}
.woocommerce-MyAccount-navigation-link > a {
  padding: 5px;
  display: block;
  border: 1px solid #0091d2;
  margin-bottom: 7px;
}

.newsletter-lists {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.newsletter-list {
  -webkit-box-shadow: 0 0 20px rgba(23, 21, 4, 0.25);
  box-shadow: 0 0 20px rgba(23, 21, 4, 0.25);
  position: relative;
  width: 100%;
}
.newsletter-list--checked {
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #cce9f6;
}
.newsletter-list--checked h3 {
  color: #007fcb;
}
.newsletter-list--checked .uniefied-wrapper-checkbox input[type="checkbox"]:checked ~ .checkbox-text:before {
  border-color: #007fcb;
}
.newsletter-list:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.newsletter-list-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;

  -webkit-box-align: center;
  align-items: center;
  justify-items: center;
  text-align: center;
  cursor: pointer;
}
.newsletter-list-content .package-services_tooltip {
  top: -25px;
  left: -webkit-calc(100% + 25px);
  left: calc(100% + 25px);
}
.newsletter-list-content .qustion {
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-box-flex: 16px;
  -webkit-flex: 16px 0 0;
  -ms-flex: 16px 0 0px;
  flex: 16px 0 0;
  line-height: 12px;
  color: #aaa;
  border: 2px solid #aaa;
  font-size: .8rem;
  margin-left: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
}
.newsletter-list--checked .qustion {
  color: #0091d2;
  border: 2px solid #0091d2;
}
.newsletter-list-content-inside {
  padding: 2em;
  margin: 0 auto;
}
.newsletter-list-content-inside > h3 {
  margin-bottom: 0.3em;
}
.newsletter-list-content-inside > label {
  display: inline-block;
  padding-left: 27px;
}

.package-services_column-back {
  color: #000;
  padding: 5px;
  font-size: 0.80rem;
  font-weight: bold;
}
.package-services_item li.package-services_more-wrap {
  display: none;
}

@media only screen and (max-width: 1250px) {
  .newsletter-list-content-inside {
    padding: 0.5em;
  }
}
@media only screen and (max-width: 1200px) {


  .sidebar_rubric-info_title {
    font-size: 1rem;
  }
  .services-unified-slider_mod {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

@media only screen and (max-width: 992px) {
  .postid-232341 .category-title.category-title--blue {
    display:none !important;
  }
  /*
  .package-services_item .plus {
    right: 10px;
  }
  .package-services_item .remove-btn {
    right: 1px;
  }

   */
  .rubric-item_img {
    -webkit-box-flex: 200px;
    -webkit-flex: 200px 0 0;
        -ms-flex: 200px 0 0px;
            flex: 200px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .package-services_content-monthly .package-services_item-title {
    align-items: flex-end;
    height: 130px;
    padding: 1em 0 .5em;
  }
  .package-services_content-yearly .package-services_item-title {
    height: 38px;
    font-size: .9rem;
  }
  .package-services_column-list {
    width: 70%;
    flex: 70% 0 0;
    max-width: 70%;
  }
  .package-services_column {
    width: 10%;
    flex: 10% 0 0;
    max-width: 10%;
  }
  .package-services_column-30,
  .package-services_column--active {
    width: 30%;
    flex: 30% 0 0;
    max-width: 30%;
  }
  .package-services_item-title > span {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
  }
  .package-services_item li.package-services_more-wrap {
    display: block;
  }
  .package-services_more {
    text-align: center;
    display: block;
  }
  .package-services_list-item {
    font-size: 0.80rem;
  }
  .package-services_list-item,
  .package-services_list-title,
  .package-services_item li {
    min-height: 52px;
  }
  .package-services_item .no-padding {
    min-height: auto;
  }
  .package-services_more > span {
    width: 15px;
    height: 15px;
    margin: 8px 6px 0px 0px;
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  .manager-contact_desc-footer {
    flex: none;
    display: block;
  }
  .manager-contect_desc-footer-separator {
    display: none;
  }

  .newsletter-list-content-inside > h3 {
    font-size: 1rem;
  }

  .newsletter-lists {
    grid-template-columns: repeat(2, 1fr);

  }
  /*
  .package-services_column-list {
    display: none;
  }
  .package-services_column {
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    max-width: 100%;
  }
  .tablet-visible {
    display: block !important;
  }
  .tablet-hidden {
    display: none !important;
  }
  .package-services_item li {
    display: none;
  }
  .package-services_item .no-bg {
    display: block;
    border-bottom: none;
  }
  .package-services_item-cost {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-border-radius: 0;
            border-radius: 0;
    width: 100%;
  }
  .package-services_item-hidden p {
    color: #000;
  }
  .package-services_content {
    display: block;
  }
  .package-services_item {
    margin-bottom: 1em;
  }
  .package-services_item-btn.mobile-hidden {
    display: none;
  }
  .package-services_item .no-padding {
    display: none;
  }
   */
  .profile-section .unified-column.col-xl-6 {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
  }
  .preview-sidebar_block {
    margin-top: 2em;
  }
  .unified-column.col-xl-5 {
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    max-width: 100%;
  }
  .unified-column.col-xl-8 {
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    max-width: 100%;
  }
  .unified-column.col-xl-4 {
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    max-width: 100%;
  }
  .unified-column.col-xl-7 {
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    max-width: 100%;
  }
  /*
  .package-services_item .plus {
    position: relative;
    font-weight: 800;
    top: -2px;
    margin-left: .5em;
  }
  .package-services_item .remove-btn {
    position: relative;
    font-weight: 800;
    top: 2px;
    margin-left: .5em;
  }

  .package-services_item .digit-green {
    position: relative;
    top: -5px;
  }

   */
  .package-services_item .remove-btn,
  .package-services_item .plus {
    right: .5em;
  }
  .package-services_item .digit-green,
  .package-services_item .digit {
    display: none;
  }
  .package-services_column--active .package-services_item .digit-green,
  .package-services_column--active .package-services_item .digit {
    display: block;
  }
  .package-services_item strong {
    display: block;
    text-align: center;
    font-weight: 800;
    font-size: 1rem;
  }

  .wrapper_services-section {
    padding-left: 0;
  }
  .wrapper_events-section {
    padding-left: 0;
  }
  .wrapper_job-section {
    padding-left: 0;
  }
  .rubric-item_img {
    -webkit-box-flex: 150px;
    -webkit-flex: 150px 0 0;
        -ms-flex: 150px 0 0px;
            flex: 150px 0 0;
  }
}

@media only screen and (max-width: 575px) {

  .provider-section {
    padding-bottom: 1.5em;
  }
  .package-services_content {
    margin-bottom: 1.5em;
  }
  .profile-steps {
    margin-bottom: 1em;
  }
  .profile-section p {
    margin-bottom: .7em;
  }
  .profile-continue_btn {
    margin: 1em 0 0;
  }
  .profile-section {
    padding-bottom: 1.5em;
  }
  .profile-subtitle {
    margin-bottom: .5em;
  }
  .register_form-group {
    margin-bottom: .5em;
  }
  .register_file-upload {
    margin-bottom: 1em;
  }
  .preview-sidebar_block {
    padding: .7em;
  }
  .preview-sidebar_block .sidebar-profile--company-img {
    margin-bottom: 1em;
  }
  .preview-sidebar_img-logo {
    width: 70px;
    bottom: -1.5em;
  }
  .preview-sidebar_img {
    margin: 1em 0;
  }
  .preview_quotes-text {
    font-size: .935rem;
  }
  .preview-sidebar_block {
    height: auto;
  }
  .profile_required-fields {
    margin-top: 1em;
  }
  .grid-column-left_mod {
    padding-left: 2em;
  }
  .edit-yellow_btn {
    width: 18px;
    height: 18px;
    left: -25px;
    top: 3px;
    -webkit-background-size: contain;
            background-size: contain;
  }
  .edit-green_btn {
    width: 18px;
    height: 18px;
    left: -25px;
    top: 3px;
    -webkit-background-size: contain;
            background-size: contain;
  }
  .edit-pink_btn {
    width: 18px;
    height: 18px;
    left: -25px;
    top: 3px;
    -webkit-background-size: contain;
            background-size: contain;
  }
  .grid-column-right_mod {
    padding-left: 1em;
  }
  .profile-footer {
    padding-top: 1.2em;
    padding-left: 0;
  }
  .wrapper--sidebar-profile--company {
    display: none;
  }
  .sidebar-profile--company {
    margin-bottom: 0;
  }
  .further-company-profiles {
    margin-bottom: 1em;
  }
  .rubric-item_img {
    -webkit-box-flex: 100px;
    -webkit-flex: 100px 0 0;
        -ms-flex: 100px 0 0px;
            flex: 100px 0 0;
  }
  .rubric-item_title {
    font-size: .82rem;
  }
  .rubric-item_content p {
    font-size: .75rem;
  }
  .rubric-item_date {
    font-size: .75rem;
  }
  .rubric-item_desc {
    padding: .3em .5em;
  }
  .rubric-item {
    margin-bottom: 1em;
  }
  .sidebar_rubric-info_desc {
    padding: .3em .5em;
  }
  .sidebar_rubric-info_title {
    font-size: 1rem;
    margin-bottom: .7em;
  }
  .sidebar_rubric-info p {
    font-size: .75rem;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .services-unified-slider_mod {
    margin-bottom: 1em;
    padding-bottom: 2.5em;
  }
  .main-banner-title {
    font-size: 1.4rem;
  }
  .main-banner--bottom-panel {
    padding: .5em;
  }
  .rubric-section_menu {
    margin-bottom: 1.2em;
  }
  .sidebar_rubric-info {
    margin-bottom: 1em;
  }
}
