/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.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) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
    -o-animation-duration: 1000ms;
       animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
       animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
       animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.page-wrapp {
  position: relative;
  min-height: 100%;
}
footer {
  background: #131219;
  padding-bottom: 73px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
body {
  position: relative;
  min-height: 100%;
  height: 100%;
  margin: 0;
  background: #f5f5f5;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
html {
  height: 100%;
}
* {
  outline: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
.svg-icon {
  display: inline-block;
  vertical-align: top;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
p {
  margin: 0;
  padding: 0;
}
header {
  background: white;
}
.m-header,
.under-header-block {
  height: 60px;
  background: #88b24b;
}
.m-header {
  position: fixed;
  width: 100%;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 3px rgba(255, 255, 255, 0.3);
     -moz-box-shadow: 0px 0px 3px rgba(255, 255, 255, 0.3);
          box-shadow: 0px 0px 3px rgba(255, 255, 255, 0.3);
  text-align: center;
}
@media (max-width: 767px) {
  .m-header .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.m-header__menu-wrap {
  position: relative;
  float: right;
}
@media (max-width: 767px) {
  .m-header__menu-wrap {
    float: none;
    position: absolute;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    left: 0;
    top: -600px;
    background: #88b24b;
    width: 100%;
    display: block;
  }
  .m-header__menu-wrap.active {
    top: 60px;
    width: 100%;
  }
}
.m-header_inner {
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .m-header_inner {
    width: 100%;
  }
}
.m-header__menu {
  position: relative;
  list-style: none;
  padding: 0px;
  margin: 0px;
  padding-top: 0px;
  height: 60px;
}
@media (max-width: 767px) {
  .m-header__menu {
    height: auto;
    padding-bottom: 30px;
  }
}
.m-header__menu li {
  float: left;
  height: 60px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .m-header__menu li {
    float: none;
    height: auto;
    padding: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.m-header__menu li button,
.m-header__menu li a {
  font-size: 16px;
  font-weight: 400;
  border: none;
  padding: 0px;
  display: inline-block;
  color: white;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: none;
  height: 100%;
  text-transform: uppercase;
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .m-header__menu li button,
  .m-header__menu li a {
    padding: 10px 30px;
    width: 100%;
    display: block;
    text-align: center;
  }
}
.m-header__menu li:hover {
  background: rgba(255, 255, 255, 0.1);
}
.m-header__logo {
  float: left;
  position: relative;
  text-align: center;
  height: 50px;
  padding: 5px;
  font-size: 50px;
  height: 60px;
  width: 90px;
  color: white;
  cursor: pointer;
  z-index: 10;
}
.m-header__logo svg {
  height: 50px;
}
@media (max-width: 767px) {
  .m-header__logo {
    float: none;
  }
}
.m-header__logo:hover {
  background: rgba(255, 255, 255, 0.1);
}
.m-header__mobile-menu-button {
  position: absolute;
  display: none;
  padding: 0px;
  margin: 0px;
  top: 15px;
  height: 30px;
  width: 50px;
  right: 0px;
  border: none;
  background: none;
}
.m-header__mobile-menu-button span {
  width: 40px;
  background: white;
  height: 3px;
  margin-bottom: 10px;
  display: block;
}
.m-header__mobile-menu-button span:last-child {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .m-header__mobile-menu-button {
    display: block;
  }
}
footer {
  background: #88b24b;
  padding-bottom: 173px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  footer {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  footer {
    text-align: center;
    padding-bottom: 70px;
  }
}
.b-footer__menu {
  width: 170px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.b-footer__menu ul {
  list-style: none;
  padding: 0px;
}
.b-footer__menu ul button,
.b-footer__menu ul a {
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  border: none;
  padding: 0px;
  display: block;
  color: white;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: none;
  height: 100%;
  width: 100%;
  text-transform: uppercase;
  height: 35px;
  padding: 0px 10px 0px 30px;
  line-height: 35px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  .b-footer__menu ul button,
  .b-footer__menu ul a {
    padding-left: 10px;
  }
}
.b-footer__menu ul li:hover button,
.b-footer__menu ul li:hover a {
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199px) {
  .b-footer__menu {
    width: 150px;
  }
}
@media (max-width: 991px) {
  .b-footer__menu {
    display: none;
  }
}
.b-footer__logo {
  display: inline-block;
  vertical-align: middle;
  font-size: 150px;
  height: 150px;
  overflow: hidden;
  color: white;
}
@media (max-width: 1199px) {
  .b-footer__logo {
    font-size: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .b-footer__logo {
    font-size: 80px;
    width: 100%;
    height: 80px;
  }
}
.b-footer__info-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  position: relative;
  padding-right: 30px;
  margin-right: 20px;
}
.b-footer__info-wrap:after {
  content: '';
  background: rgba(255, 255, 255, 0.2);
  height: 100px;
  width: 1px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .b-footer__info-wrap {
    width: 260px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .b-footer__info-wrap {
    width: 240px;
    padding-right: 0px;
  }
  .b-footer__info-wrap:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .b-footer__info-wrap {
    padding-right: 0px;
    margin-right: 0px;
    margin: 0px auto;
    display: block;
  }
}
.b-footer__info-ico {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.b-footer__info-ico svg {
  font-size: 20px;
}
.b-footer__info-ico-wrap {
  float: left;
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
}
.b-footer__info-text {
  font-size: 16px;
  font-weight: 400;
  display: block;
  width: 100%;
  padding-left: 50px;
  line-height: 40px;
}
.b-footer__info-line {
  width: 100%;
  position: relative;
  display: block;
  height: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: white;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
}
.b-footer__info-line:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  text-decoration: none;
}
.b-footer__info-line:active,
.b-footer__info-line:focus {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  text-decoration: none;
}
.b-footer__descriptinon-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  padding-right: 40px;
  color: white;
  font-weight: 400;
  font-size: 18px;
  position: relative;
}
.b-footer__descriptinon-wrap .footer-big-text {
  font-size: 22px;
  display: block;
  line-height: 22px;
  padding-bottom: 10px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .b-footer__descriptinon-wrap .footer-big-text {
    font-size: 20px;
  }
}
.b-footer__descriptinon-wrap:after {
  content: '';
  background: rgba(255, 255, 255, 0.2);
  height: 100px;
  width: 1px;
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .b-footer__descriptinon-wrap:after {
    right: 10px;
  }
}
@media (max-width: 991px) {
  .b-footer__descriptinon-wrap:after {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .b-footer__descriptinon-wrap:after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .b-footer__descriptinon-wrap {
    width: 220px;
    padding-right: 20px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .b-footer__descriptinon-wrap {
    width: 320px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .b-footer__descriptinon-wrap {
    width: 280px;
    padding-right: 0px;
    margin-right: 0px;
    margin: 10px auto 10px auto ;
    display: block;
  }
}
.linc {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.linc:hover {
  text-decoration: underline;
}
.linc-color-white {
  color: white;
}
.linc-color-white:hover {
  color: white;
}
.linc-font-size-14 {
  font-size: 14px;
}
.fullImg {
  position: relative;
  min-height: 300px;
  background: #c8c8c8;
  background: transparent url(../img/static/bg_main.jpg) no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  width: 100%;
  padding-top: 100px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fullImg {
    padding-top: 40px;
  }
}
.fullImg__text-block {
  position: relative;
  width: 600px;
  margin: 0px auto;
  height: 60px;
}
@media (max-width: 767px) {
  .fullImg__text-block {
    width: 300px;
  }
}
.fullImg__text-block.active .fullImg__head-background:before,
.fullImg__text-block.active .fullImg__head-background:after {
  width: 50%;
}
.fullImg__text-block.active .fullImg__head-logo {
  opacity: 1;
}
.fullImg__text-block.active .fullImg__head-line:before,
.fullImg__text-block.active .fullImg__head-line:after {
  width: 37%;
}
.fullImg__text-block.active .fullImg__head-content-background {
  height: 200px;
}
.fullImg__text-block.active .fullImg__content {
  opacity: 1;
  padding-top: 40px;
}
.fullImg__head-line {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.fullImg__head-line:before,
.fullImg__head-line:after {
  content: '';
  background: white;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
     -moz-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
       -o-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 1.6s;
     -moz-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s;
  width: 0%;
}
.fullImg__head-line:after {
  left: 60%;
}
.fullImg__head-line:before {
  right: 60%;
}
.fullImg__head {
  position: relative;
  width: 100%;
  height: 20px;
  display: block;
  z-index: 1;
}
.fullImg__head-content-background {
  position: absolute;
  top: 20px;
  left: 0px;
  z-index: 1;
  width: 100%;
  background: #f0f0f0;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 1.9s;
     -moz-transition-delay: 1.9s;
       -o-transition-delay: 1.9s;
          transition-delay: 1.9s;
  height: 0px;
}
.fullImg__head-background {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.fullImg__head-background:before,
.fullImg__head-background:after {
  content: '';
  background: #88b24b;
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 1.3s;
     -moz-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.fullImg__head-background:after {
  left: 50%;
}
.fullImg__head-background:before {
  right: 50%;
}
.fullImg__content {
  width: 100%;
  position: relative;
  height: 200px;
  background: #f0f0f0;
  padding: 0px 50px 20px 50px;
  text-align: center;
  z-index: 3;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 2.2s;
     -moz-transition-delay: 2.2s;
       -o-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.fullImg__content h1 {
  font-size: 30px;
  font-weight: 700;
  margin: 0px;
  color: #424242;
}
@media (max-width: 767px) {
  .fullImg__content {
    padding: 0px 10px 20px 10px;
  }
  .fullImg__content h1 {
    font-size: 20px;
  }
}
.b-contact__map {
  margin-top: 40px;
  width: 100%;
  position: relative;
  height: 400px;
}
@media (max-width: 767px) {
  .b-contact__map {
    margin-top: 20px;
  }
}
.b-contact {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .b-contact {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .b-contact {
    padding-bottom: 0px;
  }
}
.b-contact__item {
  background: white;
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 30px 20px 30px 20px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 991px) {
  .b-contact__item {
    font-size: 18px;
  }
}
.b-contact__item:active,
.b-contact__item:focus {
  color: #3c3c3c;
  text-decoration: none;
}
.b-contact__item:hover {
  background: #88b24b;
  color: white;
  text-decoration: none;
}
.b-contact__item-title {
  margin-bottom: 10px;
  height: 100px;
  width: 100%;
  position: relative;
  display: block;
}
.b-contact__item-ico {
  font-size: 60px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
}
.b-contact__info-wrap {
  display: block;
}
@media (max-width: 767px) {
  .b-contact__info-wrap {
    padding-top: 20px;
  }
}
.b-contact__item-body {
  height: 60px;
}
.b-contact__item-body span {
  display: block;
}
@media (max-width: 991px) {
  .b-contact__item-body.mail {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .b-contact__item-body.mail {
    font-size: 18px;
  }
}
.b-services {
  background: white;
  padding-top: 40px;
  padding-bottom: 160px;
  position: relative;
}
@media (max-width: 991px) {
  .b-services {
    padding-top: 0px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .b-services {
    padding-bottom: 60px;
  }
}
.b-services__item {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 0px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
.b-services__item:before {
  content: '';
  width: 6px;
  height: 100%;
  display: block;
  background: #88b24b;
  top: 0px;
  left: 0px;
  position: absolute;
}
.b-services__item .b-services__list li {
  padding-left: 40px;
  padding-right: 0px;
}
@media (max-width: 991px) {
  .b-services__item .b-services__list li {
    padding-left: 20px;
    padding-right: 0px;
  }
}
.b-services__item.mirror {
  text-align: right;
}
.b-services__item.mirror:before {
  left: auto;
  right: 0;
}
.b-services__item.mirror .b-services__list li {
  padding-left: 0px;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .b-services__item.mirror .b-services__list li {
    padding-left: 0px;
    padding-right: 20px;
  }
}
.b-services__item.mirror .b-services__list li:before {
  right: 0px;
  left: auto;
}
@media (max-width: 991px) {
  .b-services__item.mirror {
    padding-left: 0px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .b-services__item.mirror {
    text-align: left;
    padding-left: 20px;
  }
  .b-services__item.mirror:before {
    left: 0;
    right: auto;
  }
  .b-services__item.mirror .b-services__list li {
    padding-left: 20px;
    padding-right: 0px;
  }
  .b-services__item.mirror .b-services__list li:before {
    right: auto;
    left: 0px;
  }
}
@media (max-width: 991px) {
  .b-services__item {
    padding-right: 0px;
    padding-left: 20px;
  }
}
.b-services__list {
  padding-left: 0px;
  list-style: none;
}
.b-services__list li {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 20px;
  color: #3c3c3c;
  font-weight: 700;
  position: relative;
}
.b-services__list li:before {
  content: '';
  display: block;
  background: #88b24b;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 12px;
  left: 0px;
}
@media (max-width: 991px) {
  .b-services__list li {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .b-services__item-title {
    padding-left: 20px;
    padding-right: 20px;
    color: #3c3c3c;
  }
}
.b-services__item-title h3 {
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 767px) {
  .b-services__item-title h3 {
    font-size: 22px;
  }
}
.title-block {
  font-size: 24px;
  padding-top: 50px;
  font-weight: 700;
  text-align: center;
  font-size: 30px;
  color: #3c3c3c;
  text-transform: uppercase;
  padding-bottom: 40px;
}
.title-block h2 {
  font-weight: 700;
  margin: 0px;
}
@media (max-width: 767px) {
  .title-block h2 {
    font-size: 24px;
  }
}
.title-block:after {
  content: '';
  position: relative;
  background: #787878;
  display: block;
  width: 300px;
  height: 1px;
  margin: 10px auto  0px auto;
}
@media (max-width: 767px) {
  .title-block:after {
    width: 200px;
  }
}
.title-block.white h2 {
  color: white;
}
.title-block.white:after {
  background: #e6e6e6;
}
@media (max-width: 991px) {
  .title-block {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .title-block {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.worcTime {
  padding-top: 40px;
  padding-bottom: 160px;
  background: #ebebeb;
}
@media (max-width: 991px) {
  .worcTime {
    padding-top: 0px;
    padding-bottom: 100px;
  }
}
.worcTime__item-left {
  float: left;
}
.worcTime__item-right {
  float: right;
}
.worcTime__item-wrap {
  position: relative;
  width: 500px;
  margin: 0px auto;
  padding: 25px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background: white;
}
@media (max-width: 767px) {
  .worcTime__item-wrap {
    width: 290px;
  }
}
.worcTime__item-left,
.worcTime__item-right {
  color: #555555;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .worcTime__item-left,
  .worcTime__item-right {
    font-size: 16px;
  }
}
.worcTime__item-left {
  float: left;
}
.worcTime__item-right {
  float: right;
}
.worcTime__ico {
  color: #555555;
  font-size: 120px;
  text-align: center;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .worcTime__ico {
    font-size: 90px;
  }
}
.worcTime__item-description {
  color: #a0a0a0;
  font-size: 16px;
  font-weight: 700;
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
}
.worcTime__item-description:before {
  content: '';
  width: 280px;
  height: 1px;
  margin: 0px auto;
  background: #d4d4d4;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .worcTime__item-description {
    font-size: 12px;
  }
  .worcTime__item-description:before {
    width: 160px;
  }
}
.b-price {
  padding-top: 40px;
  padding-bottom: 160px;
}
@media (max-width: 991px) {
  .b-price {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .b-price {
    padding-bottom: 20px;
  }
}
.b-price__item {
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  z-index: 1;
}
.b-price__item:before {
  content: '';
  width: 10px;
  height: 100%;
  display: block;
  background: #88b24b;
  top: 0px;
  left: 0px;
  position: absolute;
}
@media (max-width: 991px) {
  .b-price__item {
    margin-bottom: 50px;
  }
}
.b-price__list {
  padding-left: 0px;
  list-style: none;
}
.b-price__list li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 0px;
  font-size: 20px;
  color: #3c3c3c;
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid #cecece;
  cursor: default;
}
@media (max-width: 991px) {
  .b-price__list li {
    font-size: 16px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .b-price__list li {
    font-size: 14px;
  }
}
.b-price__item-title {
  padding-left: 40px;
  color: white;
  color: #3c3c3c;
  padding-top: 0px;
  padding-bottom: 10px;
}
.b-price__item-title h3 {
  font-weight: 700;
  font-size: 30px;
}
@media (max-width: 991px) {
  .b-price__item-title {
    padding-left: 20px;
  }
}
.b-price__line-left,
.b-price__line-right {
  float: left;
}
.b-price__line-left {
  width: 70%;
}
.b-price__line-right {
  text-align: right;
  width: 30%;
}
.b-price__line {
  position: relative;
  transiltion: 0.3s;
}
.b-price__line:hover {
  background: white;
}
.b-about {
  position: relative;
  background: #88b24b;
  padding-top: 0px;
  padding-bottom: 60px;
}
.b-about__image-wrap {
  overflow: hidden;
  width: 300px;
  height: 300px;
  border: 5px solid #f0f0f0;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin: 0px auto;
}
.b-about__image-wrap img {
  width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .b-about__image-wrap {
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 767px) {
  .b-about__image-wrap {
    width: 180px;
    height: 180px;
  }
}
.b-about__inner {
  width: 450px;
  margin: 10px auto 20px auto;
}
@media (max-width: 767px) {
  .b-about__inner {
    width: 290px;
  }
}
.b-about__name {
  padding-top: 30px;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .b-about__name {
    font-size: 24px;
  }
}
.b-about__description {
  font-size: 24px;
  font-weight: 400;
  color: #f5f5f5;
  text-align: center;
}
@media (max-width: 767px) {
  .b-about__description {
    font-size: 18px;
  }
}
.b-about__experience ul {
  list-style: none;
  padding: 0px;
}
.b-about__experience li {
  padding: 10px 10px 5px 10px;
  font-size: 18px;
  font-weight: 400;
  color: #f5f5f5;
  text-align: center;
}
.b-about__experience li:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: white;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin: 0px auto 10px auto;
}
@media (max-width: 767px) {
  .b-about__experience {
    font-size: 15px;
  }
}
.b-gallery {
  background: #ebebeb;
  padding-top: 0px;
  padding-bottom: 80px;
}
.b-gallery__slider {
  position: relative;
  padding: 10px;
  background: white;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .b-gallery__slider {
    padding: 5px;
  }
}
.b-gallery__slider:hover .b-gallery__arrow {
  opacity: 1;
}
.b-gallery__arrow {
  position: absolute;
  cursor: pointer;
  height: 40px;
  width: 40px;
  top: 50%;
  z-index: 5;
  background: #88b24b;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1);
     -moz-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1);
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1);
}
.b-gallery__arrow:before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 10px;
  width: 10px;
  border-top: 2px solid white;
  border-left: 2px solid white;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
     -moz-transform: translate(-50%, -50%) rotate(135deg);
      -ms-transform: translate(-50%, -50%) rotate(135deg);
       -o-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-left: -2px;
}
.b-gallery__arrow.left {
  left: 20px;
}
.b-gallery__arrow.left:before {
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
     -moz-transform: translate(-50%, -50%) rotate(315deg);
      -ms-transform: translate(-50%, -50%) rotate(315deg);
       -o-transform: translate(-50%, -50%) rotate(315deg);
          transform: translate(-50%, -50%) rotate(315deg);
  margin-left: 1px;
}
.b-gallery__arrow.right {
  right: 20px;
}
.b-gallery__arrow:hover {
  background: #a0c26e;
}
@media (max-width: 767px) {
  .b-gallery__arrow {
    display: none;
  }
}
.scrollToTop {
  position: fixed;
  background: #88b24b;
  bottom: -50px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: block;
  z-index: 300;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
     -moz-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
}
.scrollToTop:hover .scrollToTop__button {
  background: #a0c26e;
}
.scrollToTop:active .scrollToTop__button {
  background: #7aa043;
}
.scrollToTop.active {
  bottom: 10px;
}
.scrollToTop__button {
  position: relative;
  width: 30px;
  height: 30px;
  top: 5px;
  left: 5px;
  background: #88b24b;
  border: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.scrollToTop__button:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 10px;
  width: 10px;
  border-top: 2px solid white;
  border-left: 2px solid white;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
     -moz-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
       -o-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  margin-top: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}