body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #4d4d4d;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #0b4a35;
}

a {
  color: #0B4A35;
}
a:hover, a:active {
  color: #073325;
}

.btn {
  text-transform: none;
  font-weight: 700;
  border-color: #073325;
  background-color: #0B4A35;
}
.btn:hover, .btn:active {
  background-color: #073325;
}

.popup_close {
  background-image: url("./images/icon-close.svg");
}
.popup .form .number-box .abroad span {
  color: #0B4A35;
}

.header .vub {
  background-color: #0b4a35;
}
.header .visual {
  padding: 4em 0;
  background-image: url("./images/header.jpg");
}
.header .visual * {
  color: #ffffff;
}
.header .visual h1 {
  margin-bottom: 1.875rem;
  line-height: 1.3;
  font-weight: 400;
  text-transform: none;
}
.header .visual h1 span {
  font-style: italic;
}
.header .visual h1 span:after {
  display: none;
}
.header .visual h2 {
  max-width: 446px;
  font-weight: 500;
}
@media screen and (min-width: 520px) {
  .header .visual {
    padding: 4em 0;
  }
}
@media screen and (min-width: 690px) {
  .header .visual {
    padding: 5em 0;
  }
}
@media screen and (min-width: 920px) {
  .header .visual {
    padding: 10em 0;
  }
  .header .visual h1 {
    font-size: 3.75rem;
  }
  .header .visual h2 {
    font-size: 1.25rem;
  }
}

.mainform {
  margin-top: 4em;
  border-radius: 0.9375rem;
  box-shadow: 0 0.75rem 1.75rem 0 rgba(0, 0, 0, 0.0705882353);
}
.mainform .inner h3 {
  color: #0b4a35;
}

.switch {
  color: #0b4a35;
  background-color: #daf7ed;
}
.switch-checkbox ~ .switch__label:before {
  background-color: #0b4a35;
}

.edd-option-focused:not(.edd-option-disabled) {
  color: #0B4A35;
}

.spinner-wrap .spinner-controls .spinner-control {
  background: #0B4A35 url("./images/spinner-control.png") no-repeat center center;
}
.spinner-wrap .spinner-controls .spinner-control:hover, .spinner-wrap .spinner-controls .spinner-control:active {
  background: #073325 url("./images/spinner-control.png") no-repeat center center;
}

.checkframe input[type=checkbox]:checked ~ .visual, .checkframe input[type=radio]:checked ~ .visual {
  background-color: #0B4A35;
}

.result .title {
  font-weight: 700;
}
.result .subtitle,
.result .price {
  font-weight: 600;
  color: #0b4a35;
}

.note {
  margin-top: 30px;
}
.note .line {
  display: none;
}

.applications-wrapper {
  background-color: #daf7ed;
}
.applications-wrapper h2, .applications-wrapper p {
  font-weight: 400;
  color: #0b4a35;
}

