@font-face {
  font-family: "boldiveconor";
  src: url("../fonts/boldiveconor-webfont.woff");
}
@font-face {
  font-family: "IVECO-Energy";
  src: url("../fonts/iveco-energy.woff") format("woff");
}
@font-face {
  font-family: "gillsans";
  src: url("../fonts/gillsans.woff");
}
/* Webfont: Gill Sans semibold */
@font-face {
  font-family: "gillsans";
  src: url("../fonts/GillSans-SemiBold.woff2") format("woff2"), /* Super Modern Browsers */ url("../fonts/GillSans-SemiBold.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 600;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: Gill Sans light */
@font-face {
  font-family: "gillsans";
  src: url("../fonts/GillSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: Gill Sans bold */
@font-face {
  font-family: "gillsans";
  src: url("../fonts/gillsans_bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v30-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ### */
/* BREAKPOINTS */
/* ### */
/* ### */
/* ### */
form {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
}
@media print, screen and (min-width: 600px) {
  form {
    column-gap: 32px;
    flex-flow: row wrap;
  }
}
label {
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 600px) {
  label {
    margin-bottom: 32px;
  }
}
label.half {
  width: 100%;
}
@media print, screen and (min-width: 600px) {
  label.half {
    width: calc(50% - 32px);
  }
}
label.full {
  width: 100%;
}
label:hover input[type="checkbox"] + span:before,
label:hover input[type="radio"] + span:before {
  opacity: 1;
}
label.inline {
  display: inline-block;
}
label.inline + .inline {
  margin-left: 8px;
}
@media print, screen and (min-width: 600px) {
  label.inline + .inline {
    margin-left: 32px;
  }
}
label.empty input[type="text"],
label.empty input[type="email"],
label.empty input[type="number"],
label.empty input[type="date"],
label.empty input[type="datetime"],
label.empty input[type="phone"],
label.empty textarea,
label.empty select,
label.empty input[type="file"] {
  border: 2px solid #fafafa;
  background-color: #fafafa;
}
label.empty input[type="text"]:focus,
label.empty input[type="email"]:focus,
label.empty input[type="number"]:focus,
label.empty input[type="date"]:focus,
label.empty input[type="datetime"]:focus,
label.empty input[type="phone"]:focus,
label.empty textarea:focus,
label.empty select:focus,
label.empty input[type="file"]:focus {
  border: 2px solid #1A61FF;
}
label.empty input[type="text"]:focus + .label,
label.empty input[type="email"]:focus + .label,
label.empty input[type="number"]:focus + .label,
label.empty input[type="date"]:focus + .label,
label.empty input[type="datetime"]:focus + .label,
label.empty input[type="phone"]:focus + .label,
label.empty textarea:focus + .label,
label.empty select:focus + .label,
label.empty input[type="file"]:focus + .label {
  top: -8px;
  font-size: 13px;
  background-color: #fff;
}
label.empty input[type="text"] + .label,
label.empty input[type="email"] + .label,
label.empty input[type="number"] + .label,
label.empty input[type="date"] + .label,
label.empty input[type="datetime"] + .label,
label.empty input[type="phone"] + .label,
label.empty textarea + .label,
label.empty select + .label,
label.empty input[type="file"] + .label {
  top: 14px;
  font-size: 16px;
  color: #000000;
  background-color: #fafafa;
}
label.empty select:focus + .label {
  width: auto;
}
label.empty select + .label {
  width: 90%;
}
label input[type="text"],
label input[type="email"],
label input[type="number"],
label input[type="date"],
label input[type="datetime"],
label input[type="phone"],
label textarea,
label select,
label input[type="file"] {
  outline: none;
  height: 48px;
  background-color: #fff;
  border: 2px solid #287d3c;
  padding: 0 16px;
  width: 100%;
}
label input[type="text"]:focus,
label input[type="email"]:focus,
label input[type="number"]:focus,
label input[type="date"]:focus,
label input[type="datetime"]:focus,
label input[type="phone"]:focus,
label textarea:focus,
label select:focus,
label input[type="file"]:focus {
  border: 2px solid #1A61FF;
  background-color: #fff;
}
label input[type="text"]:focus + .label,
label input[type="email"]:focus + .label,
label input[type="number"]:focus + .label,
label input[type="date"]:focus + .label,
label input[type="datetime"]:focus + .label,
label input[type="phone"]:focus + .label,
label textarea:focus + .label,
label select:focus + .label,
label input[type="file"]:focus + .label {
  top: -8px;
  font-size: 13px;
}
label input[type="text"] + .label,
label input[type="email"] + .label,
label input[type="number"] + .label,
label input[type="date"] + .label,
label input[type="datetime"] + .label,
label input[type="phone"] + .label,
label textarea + .label,
label select + .label,
label input[type="file"] + .label {
  color: #287d3c;
  position: absolute;
  top: -8px;
  left: 16px;
  height: 24px;
  transition: top 0.3s, font-size 0.3s;
  font-size: 13px;
  background-color: #fff;
  padding: 0 4px;
}
label textarea {
  height: 150px;
  padding: 16px;
}
label input[type="checkbox"],
label input[type="radio"] {
  width: 0;
  visibility: hidden;
}
label input[type="checkbox"]:checked + span:after,
label input[type="radio"]:checked + span:after {
  background-color: #1A61FF;
  background-image: url("../img/icons/check.svg");
}
label input[type="checkbox"] + span,
label input[type="radio"] + span {
  display: block;
  position: relative;
  padding-left: 24px;
}
label input[type="checkbox"] + span:after,
label input[type="radio"] + span:after,
label input[type="checkbox"] + span:before,
label input[type="radio"] + span:before {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #0b5fff80;
  border-radius: 2px;
  background-color: #fff;
  background-position: center;
  z-index: 2;
  transition: all 0.3s;
}
label input[type="checkbox"] + span:before,
label input[type="radio"] + span:before {
  height: 32px;
  width: 32px;
  left: -8px;
  border: none;
  z-index: 1;
  background-color: #0054f01a;
  opacity: 0;
  border-radius: 50%;
}
label input[type="radio"]:checked + span:after {
  background-color: #fff;
  background-image: none;
  border: 4px solid #1A61FF;
}
label input[type="radio"] + span:after,
label input[type="radio"] + span:before {
  border-radius: 50%;
}
.label-group {
  width: 100%;
}
.label-group.captchaLabel {
  column-gap: 8px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: start;
}
@media print, screen and (min-width: 600px) {
  .label-group.captchaLabel {
    column-gap: 32px;
  }
}
.label-group.captchaLabel img {
  width: 25%;
  object-fit: contain;
}
.label-group.captchaLabel label {
  flex: 1;
}
.label-group .title {
  color: #424242;
  font-size: 13px;
  line-height: 17px;
}
.label-group .title b {
  font-weight: 400;
}
.label-group .title .more {
  max-height: 16px;
  overflow: hidden;
  transition: max-height 0.3s;
  position: relative;
  padding-right: 32px;
  cursor: pointer;
}
.label-group .title .more:after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  display: block;
  height: 24px;
  width: 24px;
  background-image: url("../img/icons/chevron-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s;
}
.label-group .title .more.active {
  max-height: 500px;
}
.label-group .title .more.active:after {
  transform: rotate(180deg);
}
.button-group {
  display: flex;
  justify-content: left;
  width: 100%;
}
.button-group.right {
  justify-content: right;
}
/*# sourceMappingURL=form.css.map */