@font-face {
  font-family: 'Boston';
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/Boston-Light/font.woff2') format('woff2'), url('../fonts/Boston-Light/font.woff') format('woff');
}

@font-face {
  font-family: 'Boston';
  font-weight: 300;
  font-style: italic;
  src: url('../fonts/Boston-LightIt/font.woff2') format('woff2'), url('../fonts/Boston-LightIt/font.woff') format('woff');
}

@font-face {
  font-family: 'Boston';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/Boston-Regular/font.woff2') format('woff2'), url('../fonts/Boston-Regular/font.woff') format('woff');
}

@font-face {
  font-family: 'Boston';
  font-weight: 400;
  font-style: italic;
  src: url('../fonts/Boston-RegularIt/font.woff2') format('woff2'), url('../fonts/Boston-RegularIt/font.woff') format('woff');
}

@font-face {
  font-family: 'Boston';
  font-weight: 600;
  font-style: normal;
  src: url('../fonts/Boston-SemiBold/font.woff2') format('woff2'), url('../fonts/Boston-SemiBold/font.woff') format('woff');
}

@font-face {
  font-family: 'Boston';
  font-weight: 600;
  font-style: italic;
  src: url('../fonts/Boston-SemiBoldIt/font.woff2') format('woff2'), url('../fonts/Boston-SemiBoldIt/font.woff') format('woff');
}

@font-face {
  font-family: 'Boston';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/Boston-Bold/font.woff2') format('woff2'), url('../fonts/Boston-Bold/font.woff') format('woff');
}

@font-face {
  font-family: 'Boston';
  font-weight: 700;
  font-style: italic;
  src: url('../fonts/Boston-BoldIt/font.woff2') format('woff2'), url('../fonts/Boston-BoldIt/font.woff') format('woff');
}

html {
  background: url('../images/template_soglasje.jpg') no-repeat center top;
}
body {
  background: #556367;
  opacity: 1;
  color: #fff;
  font-family: Boston, sans-serif;
  min-height: 100vh;
}
h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 65px;
}
.container-fluid {
  max-width: 1440px;
}
.btn {
  border-radius: 35px;
  font-weight: 700;
  font-size: 18px;
  --bs-btn-padding-x: 4rem; 
  --bs-btn-padding-y: 0.5rem; 
}
.btn-primary {
  background-color: #64B32C;
  border-color: #64B32C;
}
.btn-primary:hover {
  background-color: #519124;
  border-color: #519124;
}
.form-check-input:checked {
  background-color: #64B32C;
  border-color: #64B32C;
}
.form-check-xl {
  font-size: 12px;
  font-weight: 700;
  margin-left: 20px;
}
.form-check-xl .form-check-label {
  margin: 10px 0 0 15px;
}
.form-check-xl .form-check-input {
  width: 38px;
  height: 38px;
  margin-left: -38px;
  border-radius: 10px;
}
.form-check-table {
  font-size: 9px;
  line-height: 22px;
}
.form-check-table td {
  padding: 0 3px;
  vertical-align: middle;
}
.form-check-table .form-switch .form-check-input {
  width: 53px;
  height: 22px;
}
.form-control {
  border-radius: 30px;
  font-weight: 700;
  color: #000000;
}
.form-floating > label {
  color: #000000;
  padding: 0.5rem 2rem;
  height: calc(2.5rem + 2px);
}
.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  height: calc(2.5rem + 2px);
}
.form-floating > .form-control, .form-floating > .form-control-plaintext {
  padding: 0rem 2rem;
}
header {
  font-size: 35px;
  font-weight: bold;
  padding: 65px 40px 30px;
}
.page-intro header {
  padding-bottom: 55px;
}
main {
  background: #4B575A;
  border-radius: 20px 20px 0 0;
  max-width: 800px;
  margin: 0 auto;
  padding: 43px 30px 20px;
  position: relative;
}
main .support {
  position: fixed;
  right: 30px;
  bottom: 30px;
}
main .back {
  position: fixed;
  left: 30px;
  bottom: 30px;
}
main nav {
  max-width: 505px;
  margin: 102px auto 0;
  text-align: center;
}
main nav a {
  background: #fff;
  display: block;
  border-radius: 35px;
  position: relative;
}
main nav a h2 {
  color: #455053;
  font-size: 28px;
  line-height: 36.4px;
  font-weight: 700;
  margin: 0px 40px 0;
}
main nav a small {
  font-size: 20px;
  line-height: 26px;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}
main .steps {
  font-size: 18px;
  text-transform: uppercase;
  margin: 18px 0 0 0;
}
main .steps .step {
  display: inline-block;
  margin: 0 10px;
  height: 40px;
  line-height: 40px;
}
main .steps .step .step-icon {
  background: #fff;
  border-radius: 999px;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}
main .steps .step .step-icon.active {
    background: #64B32C;
}
main .steps .step .step-icon span {
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
}
main form {
  margin: 95px 0;
}
main form h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 0 20px;
}
main form h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 0 30px;
}
main form p {
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 0 20px;
}
main form p small { 
  font-size: 10px;
  font-weight: 500;
  display: block,
}
main form .form-check-label {
  font-size: 12px;
}
main form .form-check-radio {
  margin: 0 0 0 40px;
}