@font-face {
  font-family: icons;
  font-display: swap;
  src: url("../fonts/icons.woff") format("woff"), url("../fonts/icons.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Black.woff") format("woff"), url("../fonts/Inter-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-ExtraBold.woff") format("woff"), url("../fonts/Inter-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-ExtraLight.woff") format("woff"), url("../fonts/Inter-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Light.woff") format("woff"), url("../fonts/Inter-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Thin.woff") format("woff"), url("../fonts/Inter-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "icons";
  font-display: swap;
  src: url("../fonts/icons.woof") format("woof"), url("../fonts/icons.woof2#icons") format("woof");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  display: block;
}

.icon-arrow:before {
  content: "\e900";
}

.icon-phone:before {
  content: "\e901";
}

.icon-whatsapp:before {
  content: "\e902";
}

input, select {
  display: flex;
  padding: 14px 12px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--Grayscale-300, #EAEEF3);
  background: var(--Grayscale-0, #FFF);
  box-shadow: 0px 1.5px 4px 0px rgba(10, 9, 11, 0.04);
  width: 100%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("/assets/templates/index/img/dArrow.svg");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 10px;
}

label {
  color: var(--Grayscale-1000, #263141);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.with-ico {
  position: relative;
}
.with-ico input {
  padding-right: 40px;
}
.with-ico img {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 17px;
}

.v-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
.v-form span.alert {
  display: none;
}
.v-form label {
  color: var(--Grayscale-1000, #263141);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.btn {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
}

.btn-light-blue {
  opacity: 0.4;
  background: var(--Main-0, #F2F9FF);
}

.btn-blue {
  opacity: 1;
  border-radius: 8px;
  background: var(--Main-Primary, #0084FF);
  box-shadow: 0px 1.5px 4px 0px rgba(10, 9, 11, 0.07);
  color: white;
}

.btn-blue:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), #0084FF;
}

span.alert {
  color: var(--Additional-Red, #FF5D54);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  position: absolute;
  bottom: -17px;
}

.error span.alert, .has-error span.alert {
  display: block;
  color: var(--Additional-Red, #FF5D54);
}
.error input, .error select, .has-error input, .has-error select {
  border: 1px solid var(--Additional-Red, #FF5D54);
  background: var(--Grayscale-0, #FFF);
  /* Default */
  box-shadow: 0px 1.5px 4px 0px rgba(10, 9, 11, 0.04);
}

textarea {
  border-radius: 8px;
  border: 1px solid var(--Grayscale-300, #EAEEF3);
  background: var(--Grayscale-0, #FFF);
  padding: 12px;
  width: 100%;
  /* Default */
  box-shadow: 0px 1.5px 4px 0px rgba(10, 9, 11, 0.04);
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 4px;
  border: 1px solid var(--Main-Primary, #0084FF);
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  outline: none;
  cursor: pointer;
}

input[type=radio] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 100%;
  border: 1px solid var(--Main-Primary, #0084FF);
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  outline: none;
  cursor: pointer;
}

input:checked {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  appearance: auto;
  -webkit-appearance: auto;
  border: 1px solid var(--Main-Primary, #0084FF);
}

:root {
  --Grayscale-100: #F6F7FA;
  --Grayscale-0: #FFF;
  --Grayscale-300: #EAEEF3;
  --Main-0: #F2F9FF;
  --Main-Primary: #0084FF;
  --Additional-Red: #FF5D54;
}

b {
  font-weight: 600;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: var(--Grayscale-100, #F6F7FA);
  font-family: "Inter";
  display: flex;
  align-items: center;
  justify-content: center;
}

.w100 {
  width: 100%;
}

.form {
  display: flex;
  width: 400px;
  padding: 32px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: 12px;
  background: var(--Grayscale-0, #FFF);
}