/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }
template {
  display: none; }
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }
img,
iframe,
video,
audio,
object {
  max-width: 100%; }
img,
iframe {
  border: 0 none; }
img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }
b,
strong {
  font-weight: bold; }
address {
  font-style: normal; }
svg:not(:root) {
  overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
button,
select {
  text-transform: none; }
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
nav ul,
nav ol {
  list-style: none outside none; }
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-moz-placeholder {
  color: inherit;
  opacity: 1; }
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::placeholder {
  color: inherit;
  opacity: 1; }
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1; }
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::placeholder {
  color: inherit;
  opacity: 1; }
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: 'Roboto Condensed';
  src: url("../fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("../fonts/RobotoCondensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Roboto Condensed';
  src: url("../fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("../fonts/RobotoCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Roboto Condensed';
  src: url("../fonts/RobotoCondensed-Light.woff2") format("woff2"), url("../fonts/RobotoCondensed-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: "Roboto Condensed", Georgia, "Times New Roman", Times, serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.2;
  color: #fff; }
a {
  color: inherit;
  text-decoration: underline; }
a:hover {
    text-decoration: none; }
a[href^="tel"] {
    text-decoration: none; }
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.2em / 2); }
.h1,
h1 {
  font-size: 85px;
  font-weight: 700; }
.h2,
h2 {
  font-size: 72px;
  line-height: 1.66; }
@media (max-width: 1023px) {
    .h2,
    h2 {
      font-size: 50px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h2,
    h2 {
      font-size: 42px; } }
.h4,
h4 {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em; }
@media (max-width: 1023px) {
    .h4,
    h4 {
      font-size: 40px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h4,
    h4 {
      font-size: 30px; } }
.h5,
h5 {
  font-size: 30px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  line-height: 1.3; }
@media (max-width: 1023px) {
    .h5,
    h5 {
      font-size: 25px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h5,
    h5 {
      font-size: 20px; } }
.h6,
h6 {
  font-size: 18px;
  font-weight: 700; }
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.2em; }
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0; }
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both; }
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden; }
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px; }
/*  Hidden  */
[hidden],
.hidden {
  display: none; }
/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; } }
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Box
\* ------------------------------------------------------------ */
.box .box__content h4 {
  color: #999999;
  margin-bottom: -6px; }
.box .box__content h5 {
  color: #8cc63e;
  margin-bottom: 3px; }
.box .box__content p {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 300; }
@media (max-width: 1023px) {
    .box .box__content p {
      font-size: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .box .box__content p {
      font-size: 16px; } }
.box ul {
  list-style-type: none; }
.box li {
  font-size: 24px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
@media (max-width: 1023px) {
    .box li {
      font-size: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .box li {
      font-size: 16px; } }
.box li:before {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  background-color: #fff;
  margin-right: 12px; }
@media (max-width: 1023px) {
    .box li:before {
      width: 12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .box li:before {
      margin-right: 6px; } }
.box + .box {
  margin-top: 43px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .box + .box {
      margin-top: 36px; } }
.box.box--secondary + .box.box--secondary {
  margin-top: 81px; }
@media (max-width: 1023px) {
    .box.box--secondary + .box.box--secondary {
      margin-top: 60px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .box.box--secondary + .box.box--secondary {
      margin-top: 36px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box.box--secondary {
    margin-top: 36px; } }
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 700;
  min-width: 147px;
  min-height: 47px;
  background-color: #349ff1;
  letter-spacing: 0.01em;
  line-height: 47px;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  padding: 0 10px; }
@media (max-width: 1023px) {
    .btn {
      font-size: 20px;
      min-width: 130px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn {
      font-size: 16px;
      min-width: 112px;
      min-height: 35px;
      line-height: 35px; } }
.btn:hover {
    background-color: #005311; }
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0; }
/* ------------------------------------------------------------ *\
	Burger btn
\* ------------------------------------------------------------ */
.burger-btn {
  display: none;
  text-decoration: none;
  float: right;
  margin-right: 5px;
  position: relative;
  z-index: 3; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .burger-btn {
      display: block; } }
.burger-btn span {
    display: block;
    width: 35px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
.burger-btn span + span {
    margin-top: 6px; }
.burger-btn p {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 5px;
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s; }
.burger-btn.is-active p {
    opacity: 0;
    visibility: hidden;
    position: absolute; }
.burger-btn.is-active span:first-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 5px; }
.burger-btn.is-active span:nth-child(2) {
    display: none; }
.burger-btn.is-active span:nth-child(3) {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg); }
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
.field {
  width: 100%;
  background-color: transparent;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  border: none;
  outline: none;
  border-bottom: 1px solid #999999;
  padding: 15px 0;
  border-radius: 0; }
@media (max-width: 1023px) {
    .field {
      font-size: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .field {
      font-size: 16px;
      padding: 12px 0; } }
.field:placeholder {
  color: #fff; }
/*  Field textarea  */
.field--textarea {
  height: 465px;
  resize: none;
  border: 1px solid #999999;
  padding: 15px;
  border-radius: 0; }
@media (max-width: 1023px) {
    .field--textarea {
      height: 375px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .field--textarea {
      height: 240px; } }
/* ------------------------------------------------------------ *\
	Filter
\* ------------------------------------------------------------ */
.filter {
  position: relative; }
.filter .filter__head {
    width: 300px;
    position: relative; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .filter .filter__head {
        width: 100%; } }
.filter .filter__body {
    display: none; }
.filter li {
    list-style-type: none;
    margin-top: 32px; }
.filter li + li {
    margin-top: 42px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .filter li + li {
        margin-top: 19px; } }
.filter a {
    font-size: 18px;
    text-transform: uppercase;
    color: #349ff1;
    font-weight: 700;
    letter-spacing: 0.05em;
    display: block;
    text-decoration: none; }
@media (max-width: 1023px) {
      .filter a {
        font-size: 16px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .filter a {
        font-size: 14px; } }
.filter span {
    position: relative; }
.filter span:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #349ff1;
    position: absolute;
    bottom: -7px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s; }
.filter .is-current span:after {
    opacity: 1;
    visibility: visible; }
.filter a:hover span:after {
    opacity: 1;
    visibility: visible; }
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  background-color: #222222;
  padding: 186px 0 140px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer {
      text-align: center;
      padding: 100px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer {
      padding: 81px 0 93px; } }
.footer .footer__col {
    max-width: 50%;
    margin-left: auto;
    padding: 0 35px 0 20px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__col {
        max-width: 100%;
        padding: 0 0 0 0; } }
.footer .footer__contacts {
    margin-bottom: 62px; }
@media (max-width: 1023px) {
      .footer .footer__contacts {
        font-size: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__contacts {
        padding: 0 56px;
        margin-bottom: 43px;
        font-size: 16px; } }
.footer .footer__contacts h6 {
    font-size: 25px;
    margin-bottom: 7px; }
@media (max-width: 1023px) {
      .footer .footer__contacts h6 {
        font-size: 23px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__contacts h6 {
        font-size: 17px;
        margin-bottom: 2px; } }
.footer .footer__contacts address {
    letter-spacing: 0.01em;
    margin-bottom: 28px; }
@media (max-width: 1023px) {
      .footer .footer__contacts address {
        font-size: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__contacts address {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 22px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__contancts p {
      font-size: 20px; } }
.footer .footer__contacts a {
    text-decoration: none;
    margin-left: 43px; }
@media (max-width: 1023px) {
      .footer .footer__contacts a {
        margin-left: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__contacts a {
        display: block;
        margin: 24px 0 0 0; } }
.footer .footer__callout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 84px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__callout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 45px; } }
.footer .footer__callout p {
    margin: 0 20px 0 0;
    letter-spacing: 0.01em; }
@media (max-width: 1023px) {
      .footer .footer__callout p {
        font-size: 20px;
        margin: 0 10px 0 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__callout p {
        font-size: 16px;
        margin: 0 0 8px 0; } }
.footer .footer__copyrights {
    color: #999999;
    font-size: 18px;
    letter-spacing: 0.025em; }
@media (max-width: 1023px) {
      .footer .footer__copyrights {
        font-size: 16px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__copyrights {
        font-size: 12px;
        padding: 0 65px;
        line-height: 1.6; } }
/*  Footer secondary  */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer--secondary {
    padding: 81px 0 93px; } }
.footer--secondary .footer__contacts {
  margin-bottom: 85px; }
@media (max-width: 1023px) {
    .footer--secondary .footer__contacts {
      margin-bottom: 60px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer--secondary .footer__contacts {
      margin-bottom: 43px; } }
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form {
  /*  Form col size 1  */
  /*  Form row secondary  */
  /*  Form col secondary  */ }
.form .form__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px; }
.form .form__col {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 20px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form .form__col {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
.form .form__col--size-1 {
    max-width: 36%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36%;
            flex: 0 0 36%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form .form__col--size-1 {
        max-width: 49%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 49%;
                flex: 0 0 49%; } }
.form .form__head {
    margin-bottom: 95px; }
@media (max-width: 1023px) {
      .form .form__head {
        margin-bottom: 50px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form .form__head {
        margin-bottom: 27px; } }
.form .form__head h4 {
    color: #999999;
    margin-bottom: -5px; }
.form .form__head h5 {
    color: #8cc63e;
    font-weight: 700; }
.form .form__row + .form__row {
    margin-top: 53px; }
@media (max-width: 1023px) {
      .form .form__row + .form__row {
        margin-top: 40px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form .form__row + .form__row {
        margin-top: 33px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form .form__col + .form__col {
      margin-top: 35px; } }
.form .form__row--secondary + .form__row--secondary {
    margin-top: 83px; }
@media (max-width: 1023px) {
      .form .form__row--secondary + .form__row--secondary {
        margin-top: 60px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form .form__row--secondary + .form__row--secondary {
        margin-top: 64px; } }
.form .form__section p {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 12px; }
@media (max-width: 1023px) {
      .form .form__section p {
        font-size: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form .form__section p {
        font-size: 16px;
        margin-bottom: 7px; } }
.form .form__section p span {
    font-weight: 400; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form .form__col--secondary + .form__col--secondary {
      margin-top: 65px; } }
.form .form__section p + .form__row {
    margin-top: 33px; }
@media (max-width: 1023px) {
      .form .form__section p + .form__row {
        margin-top: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form .form__section p + .form__row {
        margin-top: 9px; } }
.form .form__section + .form__section {
    margin-top: 115px; }
@media (max-width: 1023px) {
      .form .form__section + .form__section {
        margin-top: 60px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form .form__section + .form__section {
        margin-top: 73px; } }
.form .form__btn {
    width: 100%;
    border: none;
    outline: none; }
.form .form__actions {
    margin-top: 94px; }
@media (max-width: 1023px) {
      .form .form__actions {
        margin-top: 50px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form .form__actions {
        margin-top: 42px; } }
.form .form__message {
    display: none;
    text-align: center;
    padding: 5px;
    font-size: 24px; }
@media (max-width: 1023px) {
      .form .form__message {
        font-size: 20px;
        padding: 9px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form .form__message {
        font-size: 16px;
        padding: 6px; } }
.form.form--success .form__actions .form__btn {
    display: none; }
.form.form--success .form__message {
  display: block; 
  text-transform: none; 
  background-color: #005311; 
  cursor: inherit; 
}
.form.form--error .form__actions .form__btn {
    display: none; }
.form.form--error .form__message {
    display: block;
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb; }
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -20px;
  /*  Grid col 1of2  */ }
@media (max-width: 1023px) {
    .grid {
      margin: 0 -10px; } }
.grid .grid__col {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
.grid .grid__col--1of2 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 20px; }
@media (max-width: 1023px) {
      .grid .grid__col--1of2 {
        padding: 0 10px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .grid .grid__col--1of2 {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 50px 0;
  -webkit-transition: padding .3s, background-color .3s;
  -o-transition: padding .3s, background-color .3s;
  transition: padding .3s, background-color .3s; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header {
      padding: 21px 0; } }
.header .header__inner {
    position: relative; }
.header.is-fixed {
    padding: 45px 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header.is-fixed {
        padding: 21px 0; } }
.header .logo {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s; }
.header .logo.is-visible {
      opacity: 1;
      visibility: visible; }
.header--secondary .logo {
  opacity: 1;
  visibility: visible; }
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  background-color: #005311;
  position: relative; }
.hero .hero__inner {
    margin-left: auto;
    width: calc(43% - 40px); }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__inner {
        width: 100%;
        margin: 0 auto;
        max-width: 100%; } }
.hero .hero__logo {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-91%, -50%);
        -ms-transform: translate(-91%, -50%);
            transform: translate(-91%, -50%);
    width: calc(56% - 40px);
    max-width: 856px; }
@media (min-width: 1601px) {
      .hero .hero__logo {
        /*width: calc(50% - 40px);*/ } }
.hero .hero__image {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 93%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__image {
        position: relative;
        display: block;
        width: 100%; } }
.hero .hero__image img {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__image img {
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 100%;
        max-width: 326px; } }
@media (max-width: 359px) {
      .hero .hero__image img {
        max-width: 290px; } }
.hero .hero__content {
    /*padding: 150px 0 100px;*/
    padding: 9vw 0 100px; }
@media (min-width: 1601px) {
      .hero .hero__content {
        padding: 144px 0 100px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__content {
        padding: 80px 0; } }
.hero .hero__content p {
    line-height: 1.5;
    padding: 0 140px 0 4px; }
@media (max-width: 1399px) {
      .hero .hero__content p {
        padding: 0 60px 0 4px; } }
@media (max-width: 1199px) {
      .hero .hero__content p {
        padding: 0 0 0 30px; } }
@media (max-width: 1023px) {
      .hero .hero__content p {
        font-size: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__content p {
        font-size: 16px;
        padding: 0 0 0 10px; } }
.hero.bottom .hero__logo {
    position: absolute;
    top: auto;
    -webkit-transform: translateX(-91%);
        -ms-transform: translateX(-91%);
            transform: translateX(-91%); }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero.bottom-mobile .hero__logo-alt {
      position: absolute;
      top: auto;
      bottom: 0;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Link 
\* ------------------------------------------------------------ */
.link {
  text-transform: uppercase;
  color: #349ff1;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 700; }
@media (max-width: 1023px) {
    .link {
      font-size: 16px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .link {
      font-size: 14px; } }
.link:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #349ff1; }
/* ------------------------------------------------------------ *\
	List galery
\* ------------------------------------------------------------ */
.list-galery {
  margin: 0 -20px -40px; }
@media (max-width: 1023px) {
    .list-galery {
      margin: 0 -10px -30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list-galery {
      margin: 0 -8px -22px;
      height: initial !important; } }
.list-galery li {
    width: 50%;
    float: left;
    list-style-type: none;
    padding: 0 20px 40px; }
@media (max-width: 1023px) {
      .list-galery li {
        padding: 0 10px 30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-galery li {
        width: 100%;
        display: block;
        padding: 0 8px 22px;
        position: static !important;
        float: none; } }
.list-galery li img {
    width: 100%; }
.galery {
  margin-bottom: -4px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .galery {
      padding: 0 8px;
      margin-bottom: 18px; } }
/* ------------------------------------------------------------ *\
	List radios
\* ------------------------------------------------------------ */
.list-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none; }
.list-radios li {
    min-width: 108px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-radios li {
        min-width: 85px; } }
.list-radios li + li {
    margin-left: 46px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-radios li + li {
        margin-left: 30px; } }
/*  List radios vertical  */
.list-radios--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.list-radios--vertical li + li {
    margin: 11px 0 0 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-radios--vertical li + li {
        margin: 7px 0 0 0; } }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  position: absolute;
  top: -29px;
  left: 0; }
@media (max-width: 1023px) {
    .logo {
      width: 150px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .logo {
      width: 123px;
      top: -10px;
      left: 7px; } }
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  margin-left: auto;
  width: calc(41.2% - 40px); }
@media (max-width: 1023px) {
    .nav {
      width: calc(43% - 40px); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .nav {
      position: fixed;
      top: 0;
      left: 100%;
      width: 100%;
      height: 100vh;
      padding: 0 0 0 0;
      background-color: #005311;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      -o-transition: transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; } }
.nav.is-active {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
.nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .nav ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
.nav li + li {
    margin-left: 51px; }
@media (max-width: 1199px) {
      .nav li + li {
        margin-left: 30px; } }
@media (max-width: 1023px) {
      .nav li + li {
        margin-left: 18px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .nav li + li {
        margin: 42px 0 0 0; } }
.nav a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
    position: relative; }
@media (max-width: 1023px) {
      .nav a {
        font-size: 14px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .nav a {
        font-size: 18px; } }
.nav a:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -7px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s; }
.nav a:hover:after {
    opacity: 1;
    visibility: visible; }
.nav li.is-current a:after {
    opacity: 1;
    visibility: visible; }
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
.radio input {
  display: none; }
.radio label {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
  padding-left: 27px;
  position: relative; }
@media (max-width: 1023px) {
    .radio label {
      font-size: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .radio label {
      font-size: 16px;
      padding-left: 19px; } }
.radio label:before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #fff; }
@media (max-width: 1023px) {
    .radio label:before {
      width: 16px;
      height: 16px;
      top: 4px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .radio label:before {
      width: 14px;
      height: 14px;
      top: 3px; } }
.radio label:after {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s;
  -o-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s; }
@media (max-width: 1023px) {
    .radio label:after {
      width: 6px;
      height: 6px;
      top: 9px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .radio label:after {
      left: 4px;
      top: 7px; } }
.radio input:checked + label:after {
  opacity: 1;
  visibility: visible; }
/* ------------------------------------------------------------ *\
	Section intro
\* ------------------------------------------------------------ */
.section-intro {
  min-height: 387px;
  background-color: #005311;
  position: relative; }
@media (max-width: 1023px) {
    .section-intro {
      min-height: 320px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-intro {
      min-height: 235px; } }
.section-intro .section__head {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 67px; }
@media (max-width: 1023px) {
      .section-intro .section__head {
        margin-bottom: 45px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-intro .section__head {
        margin-bottom: 30px;
        left: 5px; } }
.section-intro .section__head h2 {
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -0.03em; }
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  background-color: #222222;
  padding: 48px 0 10px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section {
      padding: 33px 0 10px; } }
.section .section__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        margin-bottom: 30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section .section__actions {
      text-align: center; } }
.section .section__head h6 {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0;
    margin-right: 43px; }
@media (max-width: 1023px) {
      .section .section__head h6 {
        font-size: 16px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__head h6 {
        font-size: 14px;
        margin: 0 0 18px 0; } }
.section.hide-actions .load-more {
    display: none; }
/*  Section primary  */
.section--primary {
  padding: 139px 0 0; }
@media (max-width: 1023px) {
    .section--primary {
      padding: 100px 0 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--primary {
      padding: 45px 0 6px 7px; } }
/*  Section form  */
.section--form {
  padding: 138px 0 0 0; }
@media (max-width: 1023px) {
    .section--form {
      padding: 80px 0 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--form {
      padding: 45px 7px 17px; } }
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select select::-ms-expand {
  display: none; }
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 1260px + 15px * 2);
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  width: 100%; }
.shell--relative {
  position: relative; }
/*  Shell large  */
.shell--large {
  max-width: 1590px; }
/* Shell Fluid */
.shell--fluid {
  max-width: none; }
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden; }
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
