/* Fonts */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local("Raleway-Regular"), local("RalewayRegular"), url("../fonts/Raleway/Raleway-Regular.woff2") format("woff2");
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: local("Raleway-Medium"), local("Raleway-Medium"), url("../fonts/Raleway/Raleway-Medium.woff2") format("woff2");
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local("Raleway-Bold"), local("RalewayBold"), url("../fonts/Raleway/Raleway-Bold.woff2") format("woff2");
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: local("Raleway-Black"), local("RalewayBlack"), url("../fonts/Raleway/Raleway-Black.woff2") format("woff2");
}

/* END Fonts */
/* Base styles */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

*::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
form,
section,
summary {
  display: block;
}

[hidden],
template {
  display: none;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

textarea {
  overflow: auto;
  resize: none;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

[role='button'] {
  cursor: pointer;
}

strong,
b {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

html {
  width: auto;
  min-height: 100%;
  height: 100%;
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-overflow-scrolling: touch;
}

body {
  position: relative;
  min-width: 320px;
  height: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.15;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #000;
  background-color: #fff;
}

.page {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}

.page__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.page__footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1340px;
  }
}

@media (min-width: 1200px) {
  .container--lg {
    max-width: 1660px;
  }
}

.btn {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin: 0;
  padding: 18px 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #00af43;
  border-radius: 29px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-transition: border-color 0.25s, color 0.25s, background-color 0.25s;
  transition: border-color 0.25s, color 0.25s, background-color 0.25s;
}

.btn:hover {
  text-decoration: none;
}

.btn-primary {
  padding-left: 77px;
  padding-right: 87px;
  background-color: #00af43;
  color: #fff;
}

.btn-primary:hover {
  background-color: transparent;
  color: #00af43;
}

.btn-primary::before {
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  width: 57px;
  height: 57px;
  background: url(../images/icon-right-arrow.svg) no-repeat center #029d3e;
  background-size: 8px 12px;
  border-radius: 50%;
}

.btn-outline-primary {
  padding-left: 71px;
  padding-right: 26px;
  border-color: rgba(0, 175, 67, 0.3);
  color: #00af43;
}

.btn-outline-primary:hover {
  border-color: #00af43;
  background-color: #00af43;
  color: #fff;
}

.btn-outline-primary::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: 57px;
  height: 57px;
  background: url(../images/icon-left-arrow.svg) no-repeat center #029d3e;
  background-size: 8px 12px;
  border-radius: 50%;
}

*::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}

*:-moz-placeholder {
  color: #737373;
  opacity: 1;
}

*::-moz-placeholder {
  color: #737373;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

.field {
  display: block;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.field::-ms-clear {
  display: none;
}

.field--invalid {
  border-color: #f00;
}

.field--sm {
  height: 40px;
  padding: 0 10px;
}

.field--select {
  padding-right: 50px;
  background: url(../images/icon-arrow-down-black.svg) no-repeat right 20px center;
  background-size: 12px auto;
  cursor: pointer;
}

.radio {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.radio input[type="radio"] {
  display: none;
}

.radio input[type="radio"]:checked ~ .radio__box::before {
  opacity: 1;
}

.radio label {
  cursor: pointer;
}

.radio__box {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #00af43;
}

.radio__box::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #00af43;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.radio__caption {
  position: relative;
  display: block;
  min-width: 1px;
  padding-left: 9px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

/* END Base styles */
/* Typo */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 15px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 60px;
}

h2,
.h2 {
  font-size: 40px;
}

a {
  color: #00af43;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a[href^='tel'], a[href^='mailto'] {
  white-space: nowrap;
}

.accent-color {
  color: #00af43 !important;
}
.accent-color_red {
  color: #ff0000 !important;
}

.page-title {
  margin-bottom: 55px;
  text-align: center;
}

@media (max-width: 767px) {
  .page-title {
    padding-top: 30px;
    margin-bottom: 30px;
    font-size: 30px;
  }
}

/* END Typo */
/* Header */
.header {
  padding-top: 35px;
  padding-bottom: 35px;
}

@media (max-width: 767px) {
  .header {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.logo {
  display: block;
  max-width: 226px;
  margin-left: auto;
  margin-right: auto;
}

.logo img {
  display: block;
}

.logo--footer {
  max-width: 205px;
}

/* END Header */
/* Hero */
.hero {
  min-height: 454px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../images/hero-bg-2.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
}

@media (max-width: 1199px) {
  .hero {
    min-height: 350px;
    background-size: cover;
  }
}

@media (max-width: 991px) {
  .hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .hero {
    min-height: 250px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.hero__title {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}

@media (max-width: 1199px) {
  .hero__title {
    max-width: 550px;
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .hero__title {
    max-width: 450px;
    font-size: 36px;
  }
}

.hero--home {
  background-image: url(../images/hero-bg.png);
}

/* END Hero */
/* Tabs */
.tabs__content-item {
  display: none;
}

.tabs__content-item:first-child {
  display: block;
}

/* END Tabs */
/* Home content */
.home-content {
  margin-top: -40px;
  padding-bottom: 50px;
  background: url(../images/triangle.png) no-repeat left top;
}

@media (max-width: 1600px) {
  .home-content {
    background-size: auto 100%;
  }
}

@media (max-width: 991px) {
  .home-content {
    margin-top: 0;
    padding-bottom: 80px;
    background: none;
  }
}

.home-content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .home-content__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home-content__col {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 991px) {
  .home-content__col {
    width: 100%;
  }
}

.home-content__text {
  text-align: right;
}

@media (max-width: 991px) {
  .home-content__text {
    text-align: center;
  }
}

.home-content__text-inner {
  display: inline-block;
  text-align: center;
}

.home-content__title {
  margin-bottom: 28px;
  font-size: 57px;
}

@media (max-width: 1199px) {
  .home-content__title {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .home-content__title {
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  .home-content__img {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media (max-width: 767px) {
  .home-content__img {
    max-width: 380px;
  }
}

.home-content__img img {
  display: block;
}

/* END Home content */
/* Form */
.form__content {
  position: relative;
  padding: 80px 75px;
  margin-bottom: 100px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
  .form__content {
    padding: 60px 50px;
  }
}

@media (max-width: 991px) {
  .form__content {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .form__content {
    padding: 40px 25px;
  }
}

.form__content::before, .form__content::after {
  content: '';
  position: absolute;
  width: 262px;
  height: 123px;
  background-color: #00af43;
  z-index: -1;
  pointer-events: none;
}

@media (max-width: 767px) {
  .form__content::before, .form__content::after {
    width: 160px;
    height: 120px;
  }
}

.form__content::before {
  top: -10px;
  left: -10px;
}

@media (max-width: 767px) {
  .form__content::before {
    top: -6px;
    left: -6px;
  }
}

.form__content::after {
  bottom: -10px;
  right: -10px;
}

@media (max-width: 767px) {
  .form__content::after {
    bottom: -6px;
    right: -6px;
  }
}

@media (max-width: 1199px) {
  .form .btn-primary {
    padding-left: 50px;
    padding-right: 71px;
  }
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -70px;
  margin-right: -70px;
  margin-bottom: 56px;
}

@media (max-width: 1199px) {
  .form__row {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media (max-width: 991px) {
  .form__row {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}

.form__row--fullwidth {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .form__row--fullwidth {
    margin-bottom: 0;
  }
}

.form__col {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  padding-left: 70px;
  padding-right: 70px;
}

@media (max-width: 1199px) {
  .form__col {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .form__col {
    position: static;
    padding-left: 0;
    padding-right: 0;
  }
}

.form__col--6 {
  width: 50%;
}

@media (max-width: 991px) {
  .form__col--6 {
    width: 100%;
  }
}

.form__col--has-right-border::after {
  content: '';
  position: absolute;
  right: 0;
  top: -16px;
  bottom: -16px;
  width: 1px;
  background-color: #f2f2f2;
}

@media (max-width: 991px) {
  .form__col--has-right-border::after {
    display: none;
  }
}

.form__group {
  display: block;
  margin-bottom: 43px;
}

@media (max-width: 991px) {
  .form__group {
    margin-bottom: 34px;
  }
}

@media (max-width: 767px) {
  .form__group {
    margin-bottom: 25px;
  }
}

.form__label {
  display: block;
  margin-bottom: 2px;
  font-weight: 700;
  font-size: 18px;
}

@media (max-width: 767px) {
  .form__label {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.form__hint {
  display: block;
  font-size: 14px;
  margin-bottom: 2px;
  min-height: 3.5em;
}

@media (max-width: 767px) {
  .form__hint {
    margin-bottom: 12px;
  }
}

.form__radio-group {
  padding-top: 4px;
}

.form__radio {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .form__radio {
    margin-bottom: 15px;
  }
}

.form__radio:last-child {
  margin-bottom: 0;
}

.form__radio .field {
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 62px;
  margin-left: 13px;
  text-align: center;
}

.form__buttons {
  padding-top: 7px;
  margin-left: -3px;
  margin-right: -3px;
}

@media (max-width: 479px) {
  .form__buttons {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}

.form__buttons .btn {
  margin-left: 3px;
  margin-right: 3px;
}

@media (max-width: 479px) {
  .form__buttons .btn {
    display: table;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 479px) {
  .form__buttons .btn:last-child {
    margin-bottom: 0;
  }
}

/* END Form */
/* Footer */
.footer {
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #000;
}

/* END Footer */
/*# sourceMappingURL=style.css.map */
.redborder { border: 1px solid red; }