@charset "UTF-8";
/* 
Template Name: Agro
Version: 1.0
Author: Pavel Blednov
*/
/*------------------------------------------------------------------
[Table of contents]

1 utilities
2 base styles
4 bootstrap
5 normalize
6 fontello font
7 fontello font custom
8 typography
9 header
10 start screen
11 hero
12 site logo
13 avigation
14 buttons
15 forms

-------------------------------------------------------------------*/
/* main colors */
/* main fonts */
/* main breakpoint */
@import url(vendors/normalize.css);
@import url(vendors/fontello-codes.css);
/* display */
/* position */
#hero {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* float */
/* text align */
/* vertical align */
/*
	This mixin can be used to set the object-fit:
	@include object-fit(contain);

	or object-fit and object-position:
	@include object-fit(cover, top);
*/
/* .box { @include transition(width, height 0.3s ease-in-out); } */
/* .box { @include border-radius(10px); } */
/* CSS3 calc() function to perform calculations */
* {
  padding: 0;
  margin: 0;
}
*, *::before, *::after {
  box-sizing: inherit;
}

html {
  font-size: 10px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

body {
  line-height: 1.4;
  line-height: 1.6;
  font-size: 1.4rem;
  font-family: -apple-system, BlinkMacSystemFont, "Open Sans", sans-serif;
  font-weight: 400;
  color: #666;
  background-color: #fff;
}

ul, ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
}

.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: 1170px;
  }
}

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* --------------------------------
   fontello
-------------------------------- */
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello/fontello.eot?74887158");
  src: url("../fonts/fontello/fontello.eot?74887158#iefix") format("embedded-opentype"), url("../fonts/fontello/fontello.woff2?74887158") format("woff2"), url("../fonts/fontello/fontello.woff?74887158") format("woff"), url("../fonts/fontello/fontello.ttf?74887158") format("truetype"), url("../fonts/fontello/fontello.svg?74887158#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello/fontello.svg?74887158#fontello') format('svg');
  }
}
*/
[class^=fontello-]:before,
[class*=" fontello-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  line-height: 1.2;
  font-weight: 900;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #333;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: color 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    transition: none;
  }
}
h1:first-child, .h1:first-child,
h2:first-child, .h2:first-child,
h3:first-child, .h3:first-child,
h4:first-child, .h4:first-child,
h5:first-child, .h5:first-child,
h6:first-child, .h6:first-child {
  margin-top: 0;
}
h1:last-child, .h1:last-child,
h2:last-child, .h2:last-child,
h3:last-child, .h3:last-child,
h4:last-child, .h4:last-child,
h5:last-child, .h5:last-child,
h6:last-child, .h6:last-child {
  margin-bottom: 0;
}
h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
  color: inherit;
}
h1 span, .h1 span,
h2 span, .h2 span,
h3 span, .h3 span,
h4 span, .h4 span,
h5 span, .h5 span,
h6 span, .h6 span {
  font-weight: 100;
}

h1, .h1 {
  font-size: 4.5rem;
}
@media (min-width: 576px) {
  h1, .h1 {
    font-size: 5.5rem;
  }
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 6rem;
  }
}

h2, .h2 {
  font-size: 3.5rem;
}
@media (min-width: 576px) {
  h2, .h2 {
    font-size: 4rem;
  }
}

h3, .h3 {
  font-size: 3rem;
}
@media only screen and (min-width: 560px) {
  h3, .h3 {
    font-size: 3rem;
  }
}

h4, .h4 {
  font-size: 2rem;
}

h5, .h5 {
  font-size: 1.8rem;
}

h6, .h6 {
  font-size: 1.6rem;
}

.special-offer {
  line-height: 1;
}
.special-offer--style-1 .text {
  font-size: 4.5rem;
  background-position: 50% 50%;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation-name: masked-animation;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes masked-animation {
  0% {
    background-position: 50% 35%;
  }
  50% {
    background-position: 50% 65%;
  }
  100% {
    background-position: 50% 35%;
  }
}
@media (min-width: 576px) {
  .special-offer--style-1 .text {
    font-size: 6.5rem;
  }
}
@media (min-width: 768px) {
  .special-offer--style-1 .text {
    font-size: 8.5rem;
  }
}
@media (min-width: 992px) {
  .special-offer--style-1 .text {
    font-size: 10rem;
  }
}
.special-offer--style-2 .text {
  font-size: 6.5rem;
  font-family: "Brusher";
  text-transform: none;
}
@media (min-width: 576px) {
  .special-offer--style-2 .text {
    font-size: 9.5rem;
  }
}
@media (min-width: 768px) {
  .special-offer--style-2 .text {
    font-size: 12rem;
  }
}
@media (min-width: 992px) {
  .special-offer--style-2 .text {
    font-size: 15rem;
  }
}
.special-offer--style-3 .text {
  font-size: 5rem;
  font-family: Storytella;
  font-weight: 400;
  text-transform: none;
}
@media (min-width: 576px) {
  .special-offer--style-3 .text {
    font-size: 7.5rem;
  }
}
@media (min-width: 768px) {
  .special-offer--style-3 .text {
    font-size: 10rem;
  }
}
@media (min-width: 992px) {
  .special-offer--style-3 .image {
    margin-right: -30%;
  }
}
main p {
  margin-top: 25px;
  margin-bottom: 25px;
}
main p:first-child {
  margin-top: 0 !important;
}
main p:last-child {
  margin-bottom: 0 !important;
}

a {
  color: #040b07;
  text-decoration: none;
  outline: none;
  transition: color 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}
a:hover, a:focus {
  color: #006633;
  text-decoration: none;
}

.section-heading {
  margin-bottom: 60px;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: 300;
  color: #b3b3b3;
}
.section-heading:first-child {
  margin-top: -5px;
}
.section-heading .__title {
  line-height: 1.1;
}
.section-heading--left {
  text-align: left;
}
.section-heading--center {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  text-align: center;
}
.section-heading--right {
  text-align: right;
}
.section-heading--white .__title {
  color: #fff;
}

/* --------------------------------
   header
-------------------------------- */
.top-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.top-bar.is-expanded .top-bar__bg {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.top-bar.is-expanded .top-bar__inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  border-top: 100px solid transparent;
  border-bottom: 40px solid transparent;
  padding: 0 15px;
  overflow-y: auto;
  font-size: 0;
  text-align: center;
}
.top-bar.is-expanded .top-bar__inner:before {
  content: "";
  width: 0;
  height: 100%;
}
.top-bar.is-expanded .top-bar__inner:before,
.top-bar.is-expanded .top-bar__inner > div:first-child {
  display: inline-block;
  vertical-align: top;
}
.top-bar.is-expanded .top-bar__navigation {
  display: inline-block;
  margin-bottom: 30px;
}
.top-bar.is-expanded .top-bar__navigation:last-child {
  margin-bottom: 0;
}
.top-bar__logo {
  position: relative;
  margin-left: -15px;
  z-index: 6;
}
.top-bar__logo img {
  height: 90px;
}
.top-bar__navigation-toggler {
  position: absolute;
  top: 25px;
  right: 15px;
  padding: 19px 10px;
  z-index: 6;
}
.top-bar__navigation-toggler span {
  position: relative;
  display: block;
  height: 3px;
  width: 20px;
}
.top-bar__navigation-toggler span:before, .top-bar__navigation-toggler span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-bar__navigation-toggler span:before {
  top: -6px;
}
.top-bar__navigation-toggler span:after {
  top: 6px;
}
.top-bar__navigation-toggler span,
.top-bar__navigation-toggler span:before,
.top-bar__navigation-toggler span:after {
  transition: all 400ms ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .top-bar__navigation-toggler span,
.top-bar__navigation-toggler span:before,
.top-bar__navigation-toggler span:after {
    transition: none;
  }
}
.top-bar__navigation-toggler--light span,
.top-bar__navigation-toggler--light span:before,
.top-bar__navigation-toggler--light span:after {
  background-color: #fff;
}
.top-bar__navigation-toggler--dark span,
.top-bar__navigation-toggler--dark span:before,
.top-bar__navigation-toggler--dark span:after {
  background-color: #3e392d;
}
.top-bar__navigation-toggler.is-active span {
  background-color: transparent !important;
}
.top-bar__navigation-toggler.is-active span:before, .top-bar__navigation-toggler.is-active span:after {
  top: 0;
  transform-origin: 50% 50%;
}
.top-bar__navigation-toggler.is-active span:before {
  transform: rotate(225deg);
}
.top-bar__navigation-toggler.is-active span:after {
  transform: rotate(-225deg);
}
.top-bar__inner {
  height: 0;
  overflow: hidden;
}
.top-bar__navigation ul:before, .top-bar__navigation ul:after {
  content: "";
  display: table;
  clear: both;
}
.top-bar__navigation li {
  margin-top: 15px;
}
.top-bar__navigation li:first-child {
  margin-top: 0 !important;
  margin-left: 0 !important;
}
.top-bar__navigation li.li-btn {
  margin-top: 30px;
  padding: 0;
}
.top-bar__navigation li.has-submenu:before {
  content: "";
  float: right;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #006633;
  border-right: 2px solid #006633;
  margin-left: 10px;
  margin-top: 2px;
  transform: rotate(45deg);
  transform-origin: center;
}
.top-bar__navigation a:not(.custom-btn):after {
  margin-top: 2px;
}
.top-bar__navigation .submenu {
  display: none;
  padding-left: 20px;
  border-top: 15px solid transparent;
}
.top-bar__navigation .submenu li {
  padding: 0;
}
.top-bar__navigation .submenu li.active > a:after, .top-bar__navigation .submenu li:hover > a:after {
  width: 15px !important;
}
.top-bar__navigation .submenu a:after {
  left: 0 !important;
}
.top-bar__contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  min-height: 38px;
  font-size: 1.2rem;
  color: #928e87;
}
.top-bar__contacts span {
  margin-top: 5px;
}
.top-bar__contacts span:first-child {
  margin-top: 0;
  margin-left: 0;
}
.top-bar__contacts a {
  color: inherit;
  text-decoration: underline;
}
.top-bar__contacts a:hover, .top-bar__contacts a:focus {
  text-decoration: none;
}
.top-bar__contacts .social-btns {
  margin-top: 5px;
}
.top-bar__contacts .social-btns a {
  font-size: 1.7rem;
  color: #dbdbdb;
}
.top-bar__contacts .social-btns a:hover, .top-bar__contacts .social-btns a:focus {
  color: #006633;
}
.top-bar--style-1 .top-bar__navigation a:not(.custom-btn) {
  color: #fff;
}
.top-bar--style-2 {
  background-color: #fff;
}
.top-bar--style-2 .top-bar__navigation a:not(.custom-btn) {
  color: #555;
}
.top-bar--style-3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.top-bar--style-3 .top-bar__navigation a:not(.custom-btn) {
  color: #fff;
}

@media (max-width: 991.98px) {
  .top-bar .navigation li {
    display: block;
  }
}
@media (min-width: 992px) {
  .top-bar__logo {
    margin-left: 0;
  }
  .top-bar__logo img {
    height: auto;
  }
  .top-bar__navigation-toggler {
    display: none;
  }
  .top-bar__inner {
    height: auto;
    overflow: visible;
  }
  .top-bar__navigation li {
    margin-top: 0;
    margin-left: 30px;
    padding: 15px 0;
  }
  .top-bar__navigation li.li-btn {
    margin-top: 0;
    margin-left: 45px;
  }
  .top-bar__navigation li:hover > .submenu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
  .top-bar__navigation .submenu {
    display: block;
    border-top-width: 0;
    position: absolute;
    top: 100%;
    left: -30px;
    min-width: 230px;
    margin-top: 20px;
    padding: 30px;
    background-color: #282828;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    transition: opacity 0.2s ease-in-out, margin-top 0.3s ease-in-out, visibility 0.2s ease-in-out;
  }
}
@media screen and (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .top-bar__navigation .submenu {
    transition: none;
  }
}
@media (min-width: 992px) {
  .top-bar__navigation .submenu li {
    display: block;
    margin: 0;
    margin-top: 20px;
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .top-bar__navigation .submenu a {
    color: #fff !important;
  }
  .top-bar__navigation .submenu a:after {
    margin-top: 5px !important;
  }
}
@media (min-width: 992px) {
  .top-bar__contacts {
    flex-direction: row;
    border-bottom: 1px solid #f3f3f3;
  }
  .top-bar__contacts span {
    margin-top: 0;
    margin-left: 30px;
  }
  .top-bar__contacts .social-btns {
    margin-top: 0;
    margin-left: 25px;
  }
}
@media (min-width: 992px) {
  .top-bar--style-1 .top-bar__navigation {
    margin-bottom: 20px;
  }
  .top-bar--style-1 .top-bar__navigation a:not(.custom-btn):after {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .top-bar--style-2 .top-bar__navigation {
    padding: 23px 0;
  }
  .top-bar--style-2 .top-bar__navigation li {
    font-size: 1.4rem;
    text-transform: none;
  }
  .top-bar--style-2 .top-bar__navigation a:not(.custom-btn):after {
    margin-top: 35px;
  }
}
@media (min-width: 992px) {
  .top-bar--style-3 .top-bar__logo {
    margin-bottom: -25px;
  }
  .top-bar--style-3 .top-bar__inner {
    flex-grow: 1;
  }
  .top-bar--style-3 .top-bar__navigation {
    margin-left: 70px;
  }
  .top-bar--style-3 .top-bar__navigation li {
    font-size: 1.4rem;
    text-transform: none;
  }
  .top-bar--style-3 .top-bar__navigation li.li-btn {
    float: right;
  }
  .top-bar--style-3 .top-bar__navigation a:not(.custom-btn):after {
    margin-top: 43px;
  }
}
@media (min-width: 1200px) {
  .top-bar {
    padding-left: 40px;
    padding-right: 40px;
  }
  .top-bar__contacts .social-btns {
    margin-left: 100px;
  }
}
/* --------------------------------
   start screen
-------------------------------- */
.start-screen {
  position: relative;
  height: 100vh;
}
.start-screen[data-scroll-discover=true] {
  margin-bottom: 50px;
}
.start-screen[data-scroll-discover=true] .scroll-discover {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -80px;
  margin-left: -7px;
  width: 15px;
  height: 130px;
}
.start-screen[data-scroll-discover=true] .scroll-discover:before, .start-screen[data-scroll-discover=true] .scroll-discover:after {
  content: "";
  position: absolute;
  width: 5px;
  background-color: #006633;
  border-radius: 5px;
}
.start-screen[data-scroll-discover=true] .scroll-discover:before {
  top: 10px;
  left: 0;
  height: 75px;
}
.start-screen[data-scroll-discover=true] .scroll-discover:after {
  right: 0;
  height: 100%;
}
.start-screen__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.start-screen__content-container {
  position: relative;
  height: 100%;
}
.start-screen__content__item {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .start-screen__content__item {
    transition: none;
  }
}
.start-screen__content__item.is-active {
  position: relative;
  top: auto;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.3s ease-in-out, opacity 0.5s ease-in-out 0.2s;
}
.start-screen__content__item p {
  text-shadow: 2px 2px 4px black;
}
.start-screen__content__item .custom-btn.custom-btn--style-3 {
  background-color: #006633;
  color: #ffffff;
}
.start-screen__content__item .__name {
  text-shadow: 2px 2px 4px black;
  display: none;
  line-height: 1;
  font-size: 4rem;
  font-weight: 100;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}
.start-screen__content__item .__title {
  text-shadow: 2px 2px 4px black;
}
.start-screen .scroll-discover {
  display: none;
}
.start-screen .play-btn {
  display: inline-block;
  width: 110px;
  height: 110px;
  padding: 25px;
  border: 2px solid rgba(255, 255, 255, 0.66);
  border-radius: 50%;
  text-align: center;
}
.start-screen .play-btn span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #006633;
  border-radius: inherit;
  animation: play-btnPulse infinite 1.5s;
}
@keyframes play-btnPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  100% {
    box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  }
}
.start-screen .play-btn span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #333;
}
@media (min-width: 576px) {
  .start-screen .play-btn {
    width: 145px;
    height: 145px;
  }
}

.start-screen--style-1 {
  min-height: 560px;
}
.start-screen--style-1 .start-screen__content__item--1 .__title {
  font-size: 3.5rem;
}
@media (min-width: 576px) {
  .start-screen--style-1 .start-screen__content__item--1 .__title {
    font-size: 5.5rem;
  }
}
@media (min-width: 992px) {
  .start-screen--style-1 .start-screen__content__item--1 .__title {
    font-size: 7.5rem;
  }
}
.start-screen--style-1 .start-screen__content__item--2 .__title {
  font-size: 3.5rem;
}
@media (min-width: 576px) {
  .start-screen--style-1 .start-screen__content__item--2 .__title {
    font-size: 5.5rem;
  }
}
@media (min-width: 992px) {
  .start-screen--style-1 .start-screen__content__item--2 .__title {
    font-size: 7.5rem;
  }
}
.start-screen--style-1 .start-screen__content__item--3 .__title {
  line-height: 1;
  font-size: 7rem;
  font-family: Brusher;
  text-transform: none;
}
@media (min-width: 576px) {
  .start-screen--style-1 .start-screen__content__item--3 .__title {
    font-size: 13rem;
  }
}
@media (min-width: 768px) {
  .start-screen--style-1 .start-screen__content__item--3 .__title {
    font-size: 15rem;
  }
}
@media (min-width: 992px) {
  .start-screen--style-1 .start-screen__content__item--3 .__title {
    font-size: 20rem;
  }
}
.start-screen--style-1 .start-screen__content__item--4 .__title {
  line-height: 1;
  font-size: 7rem;
  font-family: Brusher;
  text-transform: none;
}
@media (min-width: 576px) {
  .start-screen--style-1 .start-screen__content__item--4 .__title {
    font-size: 10rem;
  }
}
@media (min-width: 768px) {
  .start-screen--style-1 .start-screen__content__item--4 .__title {
    font-size: 15rem;
  }
}

.start-screen--style-2 .start-screen__bg {
  height: 175%;
  position: relative;
  position: absolute !important;
}
.start-screen--style-2 .start-screen__bg::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: 0;
}
.start-screen--style-2 .start-screen__bg:after {
  z-index: 0 !important;
}
@media (min-width: 992px) {
  .start-screen--style-2 .start-screen__bg {
    position: relative;
  }
  .start-screen--style-2 .start-screen__bg::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 300' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,300 100,300 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 300px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .start-screen--style-2 .start-screen__bg {
    position: relative;
  }
  .start-screen--style-2 .start-screen__bg::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 395' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,395 100,395 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 395px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: 0;
  }
}
.start-screen--style-2 .start-screen__content-container .__title {
  line-height: 1;
  font-size: 10rem;
  font-family: "Storytella";
  font-weight: 400;
  text-transform: none;
  color: #fff;
}
@media (min-width: 576px) {
  .start-screen--style-2 .start-screen__content-container .__title {
    font-size: 15rem;
  }
}
@media (min-width: 768px) {
  .start-screen--style-2 .start-screen__content-container .__title {
    font-size: 20rem;
  }
}

@media (min-width: 576px) {
  .start-screen__content-container {
    font-size: 1.6rem;
  }
  .start-screen__content__item .__name {
    display: block;
  }
}
/* --------------------------------
   hero
-------------------------------- */
#hero {
  min-height: 475px;
  padding-top: 150px;
  padding-bottom: 30px;
  color: #fff;
}
#hero .__title {
  position: relative;
  z-index: 99;
  line-height: 1.1;
  color: inherit;
  text-shadow: 2px 2px 4px black;
}
#hero .__title span {
  display: block;
  font-size: 66.6666666667%;
}
#hero .hero-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
  opacity: 0.5;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.73));
}

@media (min-width: 576px) {
  #hero {
    padding-top: 325px;
  }
}
@media (max-width: 991.98px) {
  #hero {
    min-height: 250px;
  }
}
/* --------------------------------
   site logo
-------------------------------- */
.site-logo {
  display: inline-block;
  margin-top: 6px;
}
.site-logo img {
  vertical-align: middle;
  max-width: 100%;
}

/* --------------------------------
   navigation
-------------------------------- */
.navigation {
  position: relative;
  text-align: left;
}
.navigation ul {
  line-height: 0;
  font-size: 0;
  letter-spacing: -1px;
}
.navigation li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0;
  white-space: normal;
}
.navigation li.active > a:not(.custom-btn):after, .navigation li:hover > a:not(.custom-btn):after {
  left: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.navigation li a:not(.custom-btn) {
  position: relative;
  display: inherit;
  display: inline-block;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .navigation li a:not(.custom-btn) {
    transition: none;
  }
}
.navigation li a:not(.custom-btn):before, .navigation li a:not(.custom-btn):after {
  pointer-events: none;
}
.navigation li a:not(.custom-btn):after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #006633;
  opacity: 0;
  visibility: hidden;
  transition: left 0.3s ease-in-out, width 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .navigation li a:not(.custom-btn):after {
    transition: none;
  }
}

#top-bar__navigation ul li a {
  text-shadow: 2px 2px 4px black;
}

/* --------------------------------
   buttons
-------------------------------- */
.custom-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 28px;
  padding-right: 28px;
  line-height: 1;
  font-size: 1.2rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-align: center !important;
  text-decoration: none !important;
  text-shadow: none !important;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #4f4a37;
  border: 2px solid #006633;
  border-radius: 30px;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-btn {
    transition: none;
  }
}
.custom-btn:hover, .custom-btn:focus {
  color: #4f4a37;
}
.custom-btn--tiny {
  min-width: 85px;
  min-height: 35px;
  padding-top: 11px;
  padding-bottom: 10px;
  font-size: 1rem;
}
.custom-btn--small {
  min-width: 160px;
  min-height: 45px;
  padding-top: 15px;
  padding-bottom: 14px;
}
.custom-btn--medium {
  min-width: 160px;
  min-height: 54px;
  padding-top: 19px;
  padding-bottom: 19px;
}
.custom-btn--big {
  min-width: 200px;
  min-height: 65px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 1.3rem;
}
.custom-btn.custom-btn--style-1 {
  background-color: transparent;
}
.custom-btn.custom-btn--style-1:hover, .custom-btn.custom-btn--style-1:focus {
  background-color: #006633;
}
.custom-btn.custom-btn--style-2 {
  background-color: #006633;
}
.custom-btn.custom-btn--style-2:hover, .custom-btn.custom-btn--style-2:focus {
  background-color: transparent;
}
.custom-btn.custom-btn--style-3 {
  background-color: transparent;
  color: #006633;
}
.custom-btn.custom-btn--style-3:hover, .custom-btn.custom-btn--style-3:focus {
  background-color: #006633;
  color: #ffffff;
}
.custom-btn.custom-btn--style-4 {
  background-color: #006633;
}
.custom-btn.custom-btn--style-4:hover, .custom-btn.custom-btn--style-4:focus {
  background-color: transparent;
  color: #fff;
}
.custom-btn.custom-btn--style-5 {
  background-color: #fff;
  border-color: #fff;
  color: #1b1b1b;
}
.custom-btn.custom-btn--style-5:hover, .custom-btn.custom-btn--style-5:focus {
  background-color: #006633;
  border-color: #006633;
  color: #4f4a37;
}
.custom-btn.wide {
  width: 100%;
}

/* --------------------------------
   form
-------------------------------- */
form {
  position: relative;
}
form .input-wrp {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1;
  margin-top: 20px;
}
form .textfield {
  display: block;
  width: 100%;
  background: 0 none;
  border: none;
  border-bottom: 1px solid #dadada;
  box-shadow: none;
  line-height: 1.2;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #666;
  appearance: none;
  outline: none;
  padding: 13px 0;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  form .textfield {
    transition: none;
  }
}
form .textfield::-webkit-input-placeholder {
  color: #ccc;
  transition: color 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  form .textfield::-webkit-input-placeholder {
    transition: none;
  }
}
form .textfield::-moz-placeholder {
  color: #ccc;
  transition: color 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  form .textfield::-moz-placeholder {
    transition: none;
  }
}
form .textfield:-moz-placeholder {
  color: #ccc;
  transition: color 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  form .textfield:-moz-placeholder {
    transition: none;
  }
}
form .textfield:-ms-input-placeholder {
  color: #ccc;
  transition: color 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  form .textfield:-ms-input-placeholder {
    transition: none;
  }
}
form .textfield.error {
  border-color: #006633 !important;
}
form input.textfield {
  height: 44px;
}
form textarea {
  resize: vertical;
  min-height: 125px;
  height: 100%;
}
form button[type=submit] {
  cursor: pointer;
  box-shadow: none;
  outline: none;
  margin-top: 55px;
}

.form--horizontal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
}
.form--horizontal .input-wrp,
.form--horizontal button[type=submit] {
  margin-top: 0;
}
.form--horizontal .input-wrp {
  flex: 1;
  margin-right: 20px;
}

label {
  cursor: pointer;
}

.checkbox {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  line-height: 1.5;
  padding-left: 35px;
}
.checkbox input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  clip: rect(2px, 2px, 2px, 2px);
}
.checkbox input[type=checkbox]:checked ~ i:before {
  transform: scale(1);
}
.checkbox input[type=checkbox]:checked ~ span a {
  color: #006633;
}
.checkbox i {
  position: relative;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: -35px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  transition: background-color 0.25s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .checkbox i {
    transition: none;
  }
}
.checkbox i:before {
  content: "✓";
  display: block;
  line-height: 17px;
  transform: scale(0);
  color: #006633;
  transition: transform 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .checkbox i:before {
    transition: none;
  }
}
.checkbox i:last-child {
  margin-right: 0;
}

/*# sourceMappingURL=critical.css.map */
