
div.footer .copyright {
  font-family: Sweet Sans Pro;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #707070;
}
div.footer .company-address img {
  margin-bottom: 40px;
}
div.footer .company-address p {
  margin-bottom: 21px !important;
  font-family: Sweet Sans Pro;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  text-align: center;
  color: black;
}
@font-face {
  font-family: 'Sweet Sans Pro';
  src: url('SweetSansPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'URWDanmarkW01-Light';
  src: url('URWDanmarkW01-Light.ttf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
.thank-you-page,
.form-page {
  max-width: 825px;
  margin: 0 auto;
  margin-top: 240px;
  padding: 0 20px;
  margin-bottom: 120px;
}
.thank-you-page .main-title,
.form-page .main-title {
  font-family: URWDanmarkW01-Light;
  font-weight: 300;
  font-style: Regular;
  font-size: 42px;
  line-height: 50px;
  letter-spacing: 0;
  margin-bottom: 120px;
  color: #000;
}
.thank-you-page .cont,
.form-page .cont {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-bottom: 120px;
}
.thank-you-page .cont .message,
.form-page .cont .message {
  font-family: Sweet Sans Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  color: black;
}
.thank-you-page .cont .message strong,
.form-page .cont .message strong {
  font-weight: 700;
}
.thank-you-page .form-wrap .sign,
.form-page .form-wrap .sign {
  font-family: Sweet Sans Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 11px;
  line-height: 30px;
  letter-spacing: 0;
  margin-bottom: 40px;
  color: black;
}
.thank-you-page .form-wrap .form-group,
.form-page .form-wrap .form-group {
  position: relative;
}
.thank-you-page .form-wrap .form-group p label,
.form-page .form-wrap .form-group p label {
  font-family: Sweet Sans Pro;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0;
  margin-bottom: 7px;
  color: black;
}
.thank-you-page .form-wrap .form-group input[type="text"],
.form-page .form-wrap .form-group input[type="text"],
.thank-you-page .form-wrap .form-group input[type="email"],
.form-page .form-wrap .form-group input[type="email"],
.thank-you-page .form-wrap .form-group input[type="tel"],
.form-page .form-wrap .form-group input[type="tel"] {
  width: 100%;
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid #000000;
  outline: none;
  transition: 0.3s;
  font-family: Sweet Sans Pro;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0;
  color: black;
  background-color: white;
}
.thank-you-page .form-wrap .form-group input[type="text"]::placeholder,
.form-page .form-wrap .form-group input[type="text"]::placeholder,
.thank-you-page .form-wrap .form-group input[type="email"]::placeholder,
.form-page .form-wrap .form-group input[type="email"]::placeholder,
.thank-you-page .form-wrap .form-group input[type="tel"]::placeholder,
.form-page .form-wrap .form-group input[type="tel"]::placeholder {
  color: #C0C0C0;
}
.thank-you-page .form-wrap .form-group input[type="text"]:focus,
.form-page .form-wrap .form-group input[type="text"]:focus,
.thank-you-page .form-wrap .form-group input[type="email"]:focus,
.form-page .form-wrap .form-group input[type="email"]:focus,
.thank-you-page .form-wrap .form-group input[type="tel"]:focus,
.form-page .form-wrap .form-group input[type="tel"]:focus {
  border-bottom: 1px solid #000000;
}
.thank-you-page .form-wrap .form-group .select2-wrap,
.form-page .form-wrap .form-group .select2-wrap {
  position: relative;
  margin-top: 4px;
}
.thank-you-page .form-wrap .form-group .select2-wrap .select2-container--default .select2-selection--single,
.form-page .form-wrap .form-group .select2-wrap .select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0;
  height: 38px;
  margin-top: 0;
  display: flex;
  align-items: center;
}
.thank-you-page .form-wrap .form-group .select2-wrap .select2-container--default .select2-selection--single .select2-selection__rendered,
.form-page .form-wrap .form-group .select2-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: 'Sweet Sans Pro';
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  padding: 0;
}
.thank-you-page .form-wrap .form-group .select2-wrap .select2-container--default .select2-selection--single .select2-selection__arrow,
.form-page .form-wrap .form-group .select2-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 5px;
  transform: translateY(-50%);
  background: url('../images/chev.svg') no-repeat center;
  background-size: contain;
  border: none;
}
.thank-you-page .form-wrap .form-group .select2-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b,
.form-page .form-wrap .form-group .select2-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.thank-you-page .form-wrap .form-group .select2-wrap .select2-container--default.select2-container--open .select2-selection__arrow,
.form-page .form-wrap .form-group .select2-wrap .select2-container--default.select2-container--open .select2-selection__arrow {
  transform: translateY(-50%) rotate(180deg);
}
.thank-you-page .form-wrap .form-group input[type="submit"],
.form-page .form-wrap .form-group input[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: solid 1px black;
  padding: 8px 36px;
  cursor: pointer;
  width: 100%;
  margin-top: 100px;
  width: fit-content;
  color: #000;
  font-family: Sweet Sans Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
}
.thank-you-page .form-wrap .form-group .icon-cal,
.form-page .form-wrap .form-group .icon-cal {
  position: absolute;
  width: 11px;
  height: 11px;
  background: url('../images/calendar.svg') no-repeat center;
  background-size: contain;
  top: 46px;
  right: 0;
}
.thank-you-page .form-wrap .form-group.checkbox .wpcf7-list-item,
.form-page .form-wrap .form-group.checkbox .wpcf7-list-item {
  margin: 0;
}
.thank-you-page .form-wrap .form-group.checkbox .wpcf7-list-item label,
.form-page .form-wrap .form-group.checkbox .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  cursor: pointer;
}
.thank-you-page .form-wrap .form-group.checkbox .wpcf7-list-item label input[type="checkbox"],
.form-page .form-wrap .form-group.checkbox .wpcf7-list-item label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.thank-you-page .form-wrap .form-group.checkbox .wpcf7-list-item label .wpcf7-list-item-label,
.form-page .form-wrap .form-group.checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  padding-left: 28px;
  font-family: 'Sweet Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 18px;
  color: black;
}
.thank-you-page .form-wrap .form-group.checkbox .wpcf7-list-item label .wpcf7-list-item-label::before,
.form-page .form-wrap .form-group.checkbox .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background: url('../images/un-checked.svg') no-repeat center;
  background-size: contain;
}
.thank-you-page .form-wrap .form-group.checkbox .wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label::before,
.form-page .form-wrap .form-group.checkbox .wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background-image: url('../images/checked.svg');
}
.thank-you-page .form-wrap .form-group br,
.form-page .form-wrap .form-group br {
  display: none;
}
.thank-you-page .form-wrap .form-group .wpcf7-not-valid-tip,
.form-page .form-wrap .form-group .wpcf7-not-valid-tip {
  margin-top: 12px;
  font-family: Sweet Sans Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0;
}
.thank-you-page .form-wrap .form-row,
.form-page .form-wrap .form-row {
  display: grid;
  gap: 22px;
  margin-bottom: 40px;
}
.thank-you-page .form-wrap .form-row.triple,
.form-page .form-wrap .form-row.triple {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.thank-you-page .form-wrap .form-row.double,
.form-page .form-wrap .form-row.double {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 767px) {
  .thank-you-page,
  .form-page {
    margin-top: 120px;
    margin-bottom: 0;
    padding: 0 40px;
  }
  .thank-you-page .main-title,
  .form-page .main-title {
    margin-bottom: 20px;
  }
  .thank-you-page .cont,
  .form-page .cont {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-bottom: 0;
  }
  .thank-you-page .form-wrap .form-row,
  .form-page .form-wrap .form-row {
    display: grid;
    gap: 22px;
    margin-bottom: 40px;
  }
  .thank-you-page .form-wrap .form-row.triple,
  .form-page .form-wrap .form-row.triple {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .thank-you-page .form-wrap .form-row.double,
  .form-page .form-wrap .form-row.double {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.select2-results__options .select2-dropdown.select2-dropdown--below {
  border: 0;
}
.select2-results__options .select2-results__option--selectable {
  font-family: Sweet Sans Pro;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0;
}
.select2-results__options .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: white !important;
  color: black !important;
}
.select2-results__options .select2-results__option--selected {
  background-color: white !important;
}
.select2-results__options .select2-results__option {
  padding: 0;
}
.flatpickr-calendar {
  font-family: Sweet Sans Pro !important;
}
.time-tooltip {
  font-family: Sweet Sans Pro !important;
  margin-top: 10px;
  margin-left: 50px;
  background: #e3564b;
  color: white;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 4px;
  z-index: 9999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
span.select2-container.select2-container--default.select2-container--open {
  border-radius: 0;
  border: 0;
  position: relative !important;
  top: 0 !important;
  margin-bottom: 30px !important;
}
span.select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
  border: 0 !important;
}
.custom-select-popup {
  margin-top: -42px !important;
  padding: 10px 0;
}
.custom-select-popup ul li:last-child {
  border-bottom: solid 1px black;
  padding-bottom: 6px;
}
.contact-info .wrapper h1 {
  font-family: URWDanmarkW01-Light;
  font-weight: 300;
  font-size: 42px;
  line-height: 50px;
  letter-spacing: 0;
}
.contact-info .wrapper .info {
  font-family: Sweet Sans Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
}
.contact-info .wrapper .info p {
  margin-bottom: 36px;
}
header.site-header.dark > a {
  font-family: Sweet Sans Pro;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.03em;
}
header.site-header .project-menu > a {
  font-family: Sweet Sans Pro;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.03em;
}
