.vl-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #ccc;
  width: 100%;
}

.vl-tab {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  background: #666;
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  -webkit-box-shadow: inset 6px -6px 6px 1px rgb(65 65 65 / 20%);
  box-shadow: inset 6px -6px 6px 1px rgb(65 65 65 / 20%);
}

.vl-tab:not(:last-child) {
  margin-right: -2px;
}

.vl-tab.active {
  background: #a10022;
}

.vl-tab img {
  height: 20px;
}

.vl-tab-content {
  display: none;
  padding: 20px;
  border: 1px solid #ccc;
  border-top: none;
  background: white;
}

.vl-tab-content.active {
  display: block;
}

.tablepress thead th {
  background-color: #dad9d7;
  font-weight: 700;
  vertical-align: middle;
  color: #666;
  padding-left: 8px ! IMPORTANT;
  padding-right: 8px ! IMPORTANT;
  border: solid 1px;
  border-color: #fff;
  letter-spacing: .05em;
  line-height: 1.05;
  text-transform: uppercase;
  font-size: .9em;
}

.tablepress tbody td {
  border: solid 0;
  border-color: #ccc;
  color: #000 !important;
  font-size: 12px;
  line-height: normal;
}

.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>* {
  background-color: #fff;
}

table.tablepress  {
  font-family: Arial, sans-serif;
}

.tablepress>:not(caption)>*>* {
  background: none;
  border: none;
  box-sizing: border-box;
  float: none !important;
  padding: 0.5rem !important;
  text-align: left;
  vertical-align: top;
}

.container_tabs {
  max-width: 904px;
  margin-left: auto;
  margin-right: auto;
}

.form_row{
  margin-bottom: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 12px;
  padding-right: 12px;
}

.forminator-col p{
  font-size: 14px;
  color: #343434;
}

.flex_info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 7px;
}

.forminator-col a{
  color: #343434;
}

.forminator-col p:has(a){
  padding-bottom: 0px;
}

.icon_mail{
  display: inline-block;
  background-image: url("/wp-content/uploads/2025/08/email.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}

.icon_clock{
  display: inline-block;
  background-image: url("/wp-content/uploads/2025/08/clock.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}

.icon_adresa{
  display: inline-block;
  background-image: url("/wp-content/uploads/2025/09/location-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}

.icon_tel{
  display: inline-block;
  background-image: url("/wp-content/uploads/2025/09/phone.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}

.forminator-col p {
  padding-bottom: 6px;
}

.forminator-col{
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 15px 0px 0px;
  margin-bottom: 0px;
}

.form_row label{
  color: #333333;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  display: block;
  line-height: 1.7em;
}

.field-required {
  color: #bf0000;
}

body.page-id-704 .form_row .forminator-col:last-child{
  padding-right: 0px !important
}

select.wpcf7-form-control.wpcf7-select {
  border-color: #aaaaaa;
  /*background-color: rgba(229, 229, 229, 0);*/
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

select.wpcf7-form-control.wpcf7-select{
  background-image: url(/wp-content/uploads/2025/08/arrow-down-sign-to-navigate.png);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position-x: calc(100% - 16px);
  background-position-y: center;
  padding-right: 31px;
}

.form_row.form_check {
  margin-bottom: 10px;
}

.form_check2 span.wpcf7-form-control.wpcf7-checkbox{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 7px;
  -moz-column-gap: 7px;
  column-gap: 7px;
  row-gap: 7px;
}

.form_check2 span.wpcf7-form-control-wrap{
  margin-top: 5px !important;
  display: block;
}

.form_row.form_check2 {
  margin-bottom: 20px;
}

select.wpcf7-form-control.wpcf7-select:hover {
  border-color: #333333;
  background-color: #E6E6E6;
}

body.page-id-704 input.text, body.page-id-704 input.title, body.page-id-704 input[type=email], body.page-id-704 input[type=password], body.page-id-704 input[type=tel], body.page-id-704 input[type=text], body.page-id-704 select, body.page-id-704 textarea{
  background-color: #ebeae8;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea{
  border-color: #7c6f6f;
  background-color: #FFF;
  font-size: 16px;
  font-weight: 400;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: unset;
  max-width: unset;
  min-height: unset;
  max-height: unset;
  height: auto;
  line-height: 1.3em;
  background-image: unset;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  margin: 0;
  padding: 9px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7-list-item {
  margin: 0 0 0 0;
}

input[type=checkbox]{
  border-color: #666666;
  background-color: #ffffff;
  color: #684c18;
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  cursor: pointer;
  pointer-events: all;
  display: block;
  font-size: 14px;
  font-weight: 400;
}

span.wpcf7-list-item-label{
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 25px;
}

.wpcf7-list-item label{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-column-gap: 7px;
  -moz-column-gap: 7px;
  column-gap: 7px;
}

input.wpcf7-submit{
  text-rendering: optimizeLegibility;
  text-shadow: none;
  text-transform: uppercase;
  min-width: 100px;
  max-width: unset;
  height: auto;
  min-height: unset;
  max-height: unset;
  cursor: pointer;
  position: relative;
  padding: 10px;
  border: 0;
  border-radius: 2px;
  background-image: unset;
  line-height: 1.45em;
  text-align: center;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  background-color: #a48a73;
  color: #ffffff;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  display: block;
  width: 200px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 18px;
}

.form_row_fw{
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.et_pb_section.section_1_contact{
  position: relative;
}

.et_pb_section.section_1_contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2;
}

input[type=tel]{
  background-image: url(/wp-content/uploads/2025/08/romania-flag.webp);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position-x: calc(100% - 7px);
  background-position-y: center;
  padding-right: 27px;
}

.et_pb_section.section_1_td .et_pb_row {
  max-width: 878px;
}

.et_pb_section.section_1_td h1{
  padding-bottom: 20px;
}

.text_1_td p{
  line-height: normal;
}

.text_1_td {
  margin-bottom: 93px !important;
}

.de_acord_1{
  color: #333333;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  line-height: normal;
}

/*start responsive*/
@media(max-width:767px)
{
  .et_pb_section.section_1_contact h1{
    font-size: 30px;
  }
  .table-scroll {
    overflow-x: auto;
    position: relative;
    margin-bottom: 20px;
  }

  .table-scroll table {
    border-collapse: collapse;
  }
  .vl-tab {
    padding: 10px 10px;
    gap: 5px;
    font-size: 14px;
  }
  .vl-tab img {
    height: 16px;
  }

  .forminator-col {
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    min-width: 100%;
    padding: 0;
  }
  .form_row {
    margin-bottom: 20px;
  }
  .forminator-field-group.forminator-col.forminator-col-6 {
    margin-bottom: 20px;
  }
  .text_1_td {
    margin-bottom: 50px !important;
  }
}
