/* ----- =variables ----- */
/* min-width */
/* Color Pallete */
/* coloring */
/* slider variables */
/* geomap variables*/
/* Fonts */
/* paragraph */
/* Lists */
/* Measure */
/* Icons */
/* svg */
/* shadows */
/* ----- =functions ----- */
/* ----- =fonts ----- */
@font-face {
  font-family: "LatoLight";
  src: url("fonts/Lato/Lato-Light.woff2") format("woff2");
  font-weight: normal;
}
@font-face {
  font-family: "LatoRegular";
  src: url("fonts/Lato/Lato-Regular.woff2") format("woff2");
  font-weight: normal;
}
@font-face {
  font-family: "LatoBold";
  src: url("fonts/Lato/Lato-Bold.woff2") format("woff2");
  font-weight: normal;
}
@font-face {
  font-family: "CousineRegular";
  src: url("fonts/Cousine/Cousine-Regular.woff") format("woff");
  font-weight: normal;
}
form .error-msg {
  border: 1px solid;
  clear: both;
  margin: 0.69em 0;
  padding: 0.5em 1em;
  background-color: #ffc8c8;
  border-color: #d90000;
  border-left: 3px solid #d90000;
}
form .error-msg legend {
  border: 1px solid;
  padding: 0.2em 0.5em;
  margin: 0;
  background-color: #d90000;
  color: #fff;
}
form .error-msg ul {
  list-style-type: square;
  margin-left: 20px;
  overflow: visible;
}
form .error-msg ul li {
  clear: both;
  float: none;
  list-style-image: none;
  padding: 2px 0;
  width: auto;
}
form .error-msg label {
  float: none;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #333;
}
form li.error input,
form li.error select,
form li.error textarea {
  font-weight: normal;
}
form li.error label {
  color: #d90000;
}
form .colorederror-msg {
  background-color: #fff;
  border-color: #e66b2e;
}

input,
textarea {
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
  border: 1px solid #bbb;
  margin-top: 10px;
  padding: 16px 20px;
  font-family: "LatoRegular", arial, helvetica, clean, sans-serif;
  font-size: 1em;
}

input[type=text]:focus:invalid,
input[type=email]:focus:invalid,
input[type=url]:focus:invalid,
input[type=date]:focus:invalid,
input[type=tel]:focus:invalid,
input[type=number]:focus:out-of-range,
form li.error input,
form li.error select,
form li.error textarea {
  border-color: #d90000;
}

fieldset {
  border: none;
  position: relative;
  padding: 0;
}

.form .full {
  width: 100%;
}

.form-li {
  margin: 20px 0;
}

label {
  position: relative;
  padding: 5px 0;
  font-family: "LatoRegular", arial, helvetica, clean, sans-serif;
}
label > * {
  display: inline-block;
}
label:not(.radiotxt), label:not(.sorttxt), label:not(.typetxt) {
  color: #333;
}
label.checktxt, label.radiotxt {
  padding-left: 50px;
  cursor: pointer;
  color: #333;
  display: block;
}
label.checktxt::before, label.radiotxt::before {
  content: "";
  color: #fff;
  display: inline-block;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(100% - 10px);
  background-color: #fff;
  position: absolute;
  border: 1px solid #bbb;
  transition: all 0.25s ease-in-out;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
label.sorttxt, label.typetxt {
  padding: 10px 20px;
  cursor: pointer;
  color: #333;
  display: block;
}
label.sorttxt::after, label.typetxt::after {
  content: "";
  color: #fff;
  display: inline-block;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(100% - 10px);
  background-color: #fff;
  position: absolute;
  border: 1px solid #bbb;
  transition: all 0.25s ease-in-out;
  top: 8px;
  right: 20px;
  width: 23px;
  height: 23px;
}
label.sorttxt:hover, label.typetxt:hover {
  background-color: #efefef;
  transition: 0.3s ease;
}
label.sorttxt::before, label.sorttxt::after, label.typetxt::before, label.typetxt::after, label.radiotxt::before, label.radiotxt::after {
  border-radius: 50%;
}

input {
  width: 100%;
  font-size: 1em;
  min-height: 40px;
  transition: 0.3s ease;
}
input[type=checkbox] {
  cursor: pointer;
}
input[type=checkbox]:checked + label.checktxt {
  font-weight: bold;
}
input[type=checkbox]:checked + label.checktxt::before {
  background-image: url(icon/check.svg);
  background-color: #ef7f01;
  background-size: 60%;
  border-color: #ef7f01;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.2);
}
input[type=radio]:checked + label.radiotxt, input[type=radio]:checked + label.sorttxt, input[type=radio]:checked + label.typetxt {
  font-family: "LatoBold", arial, helvetica, clean, sans-serif;
}
input[type=radio]:checked + label.radiotxt::before {
  background-image: url(icon/check.svg);
  background-color: #ef7f01;
  background-size: 60%;
  border-color: #ef7f01;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.2);
}
input[type=radio]:checked + label.radiotxt::after {
  content: "";
}
input[type=radio]:checked + label.sorttxt::after, input[type=radio]:checked + label.typetxt::after {
  background-image: url(icon/check.svg);
  background-color: #ef7f01;
  background-size: 60%;
  border-color: #ef7f01;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.radio-item {
  margin: 5px 0;
}

#formmail li {
  margin-bottom: 15px;
}

select {
  display: none;
}

.custom-select:not(.custom-select-cal) {
  background-color: #fff;
  border-radius: 7px;
  position: relative;
  outline: none;
  border: none;
  margin-top: 10px;
  padding: 16px 20px;
}
.custom-select:not(.custom-select-cal).open {
  border: 1px solid #b1b1b1;
  border-radius: 7px 7px 0 0;
}

.custom-select__trigger {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.custom-select__trigger .arrow {
  position: relative;
  height: 15px;
  width: 15px;
  background-image: url(icon/dropdown.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: 0.3s ease;
}

.custom-select.open .arrow {
  transform: rotate(180deg);
}

.custom-options {
  position: absolute;
  display: none;
  top: 51px;
  left: -1px;
  right: 0;
  width: calc(100% + 2px);
  background-color: #fff;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
  padding: 10px;
  overflow: hidden;
  border: 1px solid #b1b1b1;
  border-radius: 0 0 7px 7px;
}

.custom-option {
  position: relative;
  display: block;
  padding: 10px 0;
  cursor: pointer;
}

.custom-option:hover {
  color: red;
}

.custom-select.open .custom-options {
  display: block;
  pointer-events: all;
  max-height: 300px;
  overflow-y: auto;
  z-index: 999;
  opacity: 1;
  visibility: visible;
}

.control {
  padding: 0 0 25px 0;
}

a.showImg {
  cursor: pointer;
  overflow: hidden;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
a.showImg img {
  width: 0;
  height: 0;
  transition: 1s ease-in-out;
}
a.showImg.active {
  opacity: 0;
  animation: fade-in 1s forwards 0.3s;
  position: fixed;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-image: url(icon/close.svg);
  background-size: 20px;
  background-position: top right;
  width: 90vw;
  max-width: 800px;
  height: calc(100dvh - 200px);
  border-radius: 0;
  padding-top: 30px;
}
a.showImg.active img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=form1.css.map */