/*Base*/
h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

p {
  font-size: 16px;
  line-height: 1.25;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

html {
  font-family: "PT Sans", sans-serif;
  height: 100%;
}

body {
  font-family: "PT Sans", sans-serif;
  font-size: 1em;
  /*font-size: 0.96vw;*/
  height: 100%;
  overflow-y: scroll;
}
@media only screen and (max-width: 1400px), screen and (max-height: 730px) {
  body {
    font-size: 0.9375em;
  }
}

body.not-scroll {
  overflow: hidden;
  padding-right: 16px;
}

.wysiwyg h3 {
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  color: #333;
  font-size: 1.375em;
  margin-bottom: 1em;
  margin-top: 1em;
  font-weight: 400;
}
.wysiwyg p {
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  font-size: 1em;
  margin: 1em 0;
  color: #565454;
}
.wysiwyg ul {
  padding-left: 0.9375em;
  font-family: "Roboto", sans-serif;
  margin: 1em 0;
}
.wysiwyg ul li {
  font-size: 1em;
  margin: 0.375em 0;
  line-height: 1.5;
  color: #565454;
}
.wysiwyg ul + p {
  margin-top: 1.5625em;
}

/*Layout*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=441e854ed3169ad5523bde0c78a11be5)
 * Config saved to config.json and https://gist.github.com/441e854ed3169ad5523bde0c78a11be5
 */ /*!
* 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: #333;
  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 {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.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;
}

.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: 1350px) {
  .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: 1350px) {
  .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, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table;
}

.clearfix: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: 1349px) {
  .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: 1349px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1349px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1349px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1350px) {
  .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: 1350px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1350px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1350px) {
  .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: 1349px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1350px) {
  .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;
  }
}
.sidebar {
  background: #006957;
  width: 17.5em;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1400px), screen and (max-height: 730px) {
  .sidebar {
    width: 15.625em;
  }
}
@media only screen and (max-width: 990px) {
  .sidebar {
    display: none;
  }
}
.sidebar__wrap {
  padding: 3.4375em 0.9375em;
  background: url(../img/wave_4.png) left 10px no-repeat;
  background-size: 284px;
}
@media only screen and (max-width: 1400px), screen and (max-height: 730px) {
  .sidebar__wrap {
    padding: 3.125em 0.625em;
    background-size: 270px;
  }
}
.sidebar__logo {
  width: 12.5em;
  height: 8.25em;
  margin: auto;
  margin-bottom: 0.9375em;
}
@media only screen and (max-width: 1400px), screen and (max-height: 730px) {
  .sidebar__logo {
    width: 12em;
    height: 8em;
    margin-bottom: 0.625em;
  }
}
.sidebar__logo-img {
  display: block;
  width: 12.5em;
  cursor: pointer;
  transition: all 0.3s;
}
@media only screen and (max-width: 1400px), screen and (max-height: 730px) {
  .sidebar__logo-img {
    width: 12em;
  }
}
.sidebar__logo-img:hover {
  width: 13.75em;
  /*transform: translateX(-5px);*/
  margin-left: -0.3125em;
}
@media only screen and (max-width: 1400px), screen and (max-height: 730px) {
  .sidebar__logo-img:hover {
    width: 11.875em;
    margin-left: 0;
  }
}
.sidebar__footer {
  position: absolute;
  bottom: 20px;
}
@media only screen and (max-width: 1400px), screen and (max-height: 730px) {
  .sidebar__footer {
    bottom: 15px;
  }
}
@media only screen and (max-height: 700px) {
  .sidebar__footer {
    bottom: 15px;
  }
}
.sidebar__phone {
  padding: 0 1.25em;
  color: #FFF;
  font-size: 1.125em;
  font-family: "PT Sans", sans-serif;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1400px), screen and (max-height: 730px) {
  .sidebar__phone {
    font-size: 1em;
  }
}
.sidebar__phone:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
  background: url(../img/icons/phone-icn.png);
  background-size: 20px 20px;
}
.sidebar__phone:hover {
  color: #FFF;
  text-decoration: none;
}
.sidebar__mail {
  color: #FFF;
  padding: 0.4em 1.25em;
  color: #FFF;
  font-size: 1em;
  font-family: "PT Sans", sans-serif;
  cursor: pointer;
  display: block;
}
.sidebar__mail:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 21px;
  margin-right: 11px;
  vertical-align: middle;
  background: url(../img/icons/feedback-icn.png);
  background-size: 22px 21px;
}
.sidebar__mail:hover {
  color: #FFF;
}

.sidebar__feedback {
  display: none;
  color: #FFF;
  padding: 0 1.25em;
  color: #FFF;
  font-size: 1em;
  font-family: "PT Sans", sans-serif;
  cursor: pointer;
}

.sidebar__feedback:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 21px;
  margin-right: 11px;
  vertical-align: middle;
  background: url(../img/icons/feedback-icn.png);
  background-size: 22px 21px;
}

.sidebar__feedback:hover {
  text-decoration: underline;
}

.sidebar__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.9em 1.25em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1400px), screen and (max-height: 730px) {
  .sidebar__controls {
    padding: 0.4em 1.25em;
  }
}

.sidebar__social {
  margin-right: 6px;
}

.sidebar__lang {
  color: #FFF;
  font-family: "PT Sans", sans-serif;
  position: relative;
  top: 5px;
  right: 2px;
  font-size: 1em;
}

.sidebar__lang:hover {
  color: #FFF;
  text-decoration: underline;
}

.feedback-modal {
  display: none;
}

.feedback-modal__box {
  max-width: 500px;
  min-height: 400px;
}

@media only screen and (max-width: 1420px), screen and (max-height: 730px) {
  .feedback-modal__box {
    max-width: 400px;
    top: 10%;
  }
}
@media only screen and (max-width: 990px) {
  .feedback-modal__box {
    top: 0 !important;
    min-height: 100%;
    border-radius: 0;
    position: absolute;
    left: 0;
    right: 0;
  }
}
.feedback-modal__content {
  padding: 35px;
}

@media only screen and (max-width: 990px) {
  .feedback-modal__content {
    padding: 35px 20px;
  }
}
.contacts__feedback {
  width: 30%;
  position: fixed;
  right: 0;
  top: 0;
  padding: 4.375em 2.5em 0;
  height: 100%;
  background: #f3f3f3;
}

@media only screen and (max-width: 990px) {
  .contacts__feedback {
    float: none;
    width: auto;
    position: relative;
    right: auto;
    top: auto;
    padding: 25px 15px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.feedback-form {
  font-family: "Roboto", sans-serif;
}

.feedback-form__head {
  font-size: 1.375em;
  font-weight: 400;
  margin-bottom: 1.5em;
  line-height: 1.2;
}

.feedback-form__input {
  display: block;
  width: 100%;
  padding: 0.75em;
  margin-bottom: 1.25em;
  box-shadow: none;
  border: solid 1px #ddd;
  color: #333;
  font-size: 0.9375em;
}

.feedback-form__textarea {
  display: block;
  width: 100%;
  padding: 0.75em;
  margin-bottom: 1.25em;
  box-shadow: none;
  border: solid 1px #ddd;
  color: #333;
  font-size: 0.9375em;
}

.feedback-form__submit {
  display: block;
  background: #bf8d49;
  color: #FFF;
  font-size: 1em;
  text-align: center;
  padding: 0.625em;
  border: none;
  margin-top: 1.5625em;
  width: 100%;
}

.feedback-form__submit:hover {
  background: #367b22;
}

.feedback-form__success {
  display: none;
}

.personal-data__label {
  font-size: 12px;
}

.personal-data__label a {
  color: #333;
  text-decoration: none;
}

.nav__list {
  list-style-type: none;
  margin: 0;
  padding: 20px 10px;
}
.nav__item {
  display: block;
  margin-bottom: 0.6875em;
  padding: 0.25em 0.625em 0.5em;
  transition: border 0.3s;
  position: relative;
  left: 0.1875em;
}
.nav__item:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1400px), screen and (max-height: 730px) {
  .nav__item--sidebar {
    margin-bottom: 0.375em;
    left: 0;
  }
}
.nav__link {
  color: #FFF;
  font-size: 1.125em;
  /*text-transform: lowercase;*/
  display: block;
  line-height: 1;
  font-family: "PT Sans", sans-serif;
}
@media only screen and (max-width: 1400px), screen and (max-height: 730px) {
  .nav__link {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 750px) {
  .nav__link {
    font-size: 1.25em;
  }
}
.nav__link:hover {
  color: #FFF;
  text-decoration: none;
}
.nav__link:focus {
  color: #FFF;
  text-decoration: none;
}
.nav__icon-wrap {
  display: inline-block;
  width: 2.875em;
  text-align: center;
}
@media only screen and (max-width: 1400px) {
  .nav__icon-wrap {
    width: 2.625em;
  }
}
.nav__icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  background: url("../img/nav-icons-set_2.png");
  background-repeat: no-repeat;
  vertical-align: middle;
  background-size: 285px 50px;
}
.nav__icon--2 {
  background-position: -24px -9px;
  width: 32px;
  height: 31px;
}
.nav__icon--3 {
  background-position: -64px -7px;
  width: 33px;
  height: 35px;
}
.nav__icon--4 {
  background-position: -105px -11px;
  width: 33px;
  height: 30px;
}
.nav__icon--5 {
  width: 34px;
  height: 32px;
  background-position: -146px -9px;
}
.nav__icon--6 {
  width: 36px;
  height: 35px;
  background-position: -186px -7px;
}
.nav__icon--7 {
  /*width: 31px;
  height: 31px;
  background-position: -229px -9px;*/
  width: 31px;
  height: 31px;
  /*background-position: -229px -9px;*/
  background: url(../img/icon_tnz.png) center center no-repeat;
  background-size: 31px 31px;
}
.nav__icon--is-about {
  background-position: -24px -9px;
  width: 32px;
  height: 31px;
}
.nav__icon--is-catalog {
  background-position: -64px -7px;
  width: 33px;
  height: 35px;
}
.nav__icon--is-partner {
  background-position: -105px -11px;
  width: 33px;
  height: 30px;
}
.nav__icon--is-contacts {
  width: 34px;
  height: 32px;
  background-position: -146px -9px;
}

.mobile-header {
  display: block;
  background: #fff;
  z-index: 9;
  width: 100%;
  display: none;
}
@media only screen and (max-width: 990px) {
  .mobile-header {
    display: block;
  }
}
.mobile-header__wrap {
  padding: 15px 20px;
  position: relative;
  border-bottom: solid 1px #ba8223;
}
.mobile-header__wrap::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 0;
  background: url(../img/header-wave_gold.png) left center no-repeat;
  background-size: 319px 96px;
  width: 319px;
  height: 96px;
}
.mobile-header__logo {
  width: 104px;
  float: left;
  position: relative;
}
.mobile-header__social {
  float: right;
  position: relative;
  margin-right: 16px;
  /*top:21px;*/
}
.mobile-header__social img {
  display: block;
  width: 38px;
}
.mobile-header__vk {
  float: right;
  position: relative;
  margin-right: 16px;
  top: 21px;
}
.mobile-header__vk img {
  display: block;
  width: 38px;
}
.mobile-header__toggle {
  width: 36px;
  height: 29px;
  float: right;
  background: url(../img/hamburger_gold.png) center center no-repeat;
  background-size: 36px;
  position: relative;
  top: 19px;
  cursor: pointer;
}
.mobile-header__nav {
  display: none;
  background: #006957;
}

.mobile-header__footer {
  position: relative;
  /*padding-bottom: 20px*/
}

.mobile-header__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25em 1.25em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  justify-content: space-between;
  border-top: solid 1px #59b7b6;
  border-bottom: none;
}

/*.mobile-header__social {
    margin-right: 6px
}

*/
.mobile-header__lang {
  color: #FFF;
  font-family: "PT Sans", sans-serif;
  font-size: 1.14em;
}

.mobile-header__lang:hover {
  color: #FFF;
  text-decoration: underline;
}

.mobile-header__phone {
  color: #FFF;
  font-size: 1.15em;
  font-family: "PT Sans", sans-serif;
}

@media only screen and (max-width: 1420px), screen and (max-height: 730px) {
  .mobile-header__phone {
    font-size: 1.14em;
  }
}
.mobile-header__phone:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: middle;
  background: url(../img/icons/phone-icn.png);
  background-size: 18px 18px;
}

.mobile-header__phone:hover {
  color: #FFF;
  text-decoration: none;
}

.content-area {
  padding-left: 17.5em;
  height: 100%;
}
@media only screen and (max-width: 1400px), screen and (max-height: 730px) {
  .content-area {
    padding-left: 15.625em;
  }
}
@media only screen and (max-width: 990px) {
  .content-area {
    padding-left: 0;
  }
}

.block-title {
  font-size: 2.375em;
  font-family: "PT Sans", sans-serif;
  line-height: 1.2;
  color: #a9702c;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1400px) {
  .block-title {
    font-size: 2.25em;
    margin-bottom: 0.8em;
  }
}
@media only screen and (max-width: 990px) {
  .block-title {
    font-size: 2em;
  }
}

.preloader {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #006957 url(../img/preloader_bg.png) center center no-repeat;
  background-size: cover;
  z-index: 9999;
}
.preloader__logo {
  width: 260px;
  height: 172px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  animation-name: pulse_animation;
  animation-duration: 2000ms;
  transform-origin: 50% 50%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
/*Vendors*/
/**
* SimpleFileInput 0.1 - A jQuery plugin to customise your file inputs
* http://github.com/s43/Simple-file-input/
* Requirements : jQuery 1.7+
* 
* :: Copyright (c) 2014 SAID ASSEMLAL
*
* Dual licensed under the MIT and GPL licenses.
*/
.sfi-js .sfi-wrapper {
  position: relative;
  border: none;
  background: #ffffff;
  font-size: 14px;
  width: 100% !important;
  color: #999;
  outline: none;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.sfi-js .sfi-wrapper .sfi-filename {
  width: 100%;
  overflow: hidden;
  height: 44px;
  padding: 0 50px 0 14px;
  display: block;
  font-size: 14px;
  line-height: 42px;
  color: #797979;
  text-align: left;
  z-index: 10;
  position: relative;
  border: 1px dashed #ccc;
  /*border-right: none;*/
  width: 100%;
  float: left;
}
.sfi-js .sfi-wrapper .sfi-trigger {
  background: url("../img/upload.png") no-repeat center;
  /*border: 1px dashed #ccc;*/
  width: 40px;
  height: 44px;
  display: block;
  float: right;
  text-indent: -9999px;
  margin-left: -40px;
  position: relative;
  right: 8px;
  top: 1px;
  z-index: 12;
}
.sfi-js .sfi-wrapper.sfi-error .sfi-filename, .sfi-js .sfi-wrapper.sfi-error .sfi-trigger {
  border-color: red;
}
.sfi-js .sfi-wrapper.sfi-error .sfi-filename {
  color: red;
}
.sfi-js .sfi-wrapper.sfi-valid .sfi-filename, .sfi-js .sfi-wrapper.sfi-valid .sfi-trigger {
  border-color: #2ecc71;
}
.sfi-js .sfi-wrapper.sfi-valid .sfi-filename {
  color: #367b22;
}
.sfi-js .sfi-wrapper.sfi-disabled .sfi-filename, .sfi-js .sfi-wrapper.sfi-disabled .sfi-trigger {
  border-color: #ccc;
}
.sfi-js .sfi-wrapper.sfi-disabled .sfi-filename {
  color: #ccc;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  text-align: center;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.slick-dots li {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #ccc;
  display: inline-block;
  margin: 4px 6px;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background: #cb241d;
}
.slick-dots button {
  display: none;
}

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.3.2
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color 0.4s ease;
}

.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
}

.baguetteBox-button#previous-button {
  left: 2%;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
/* Tomorrow Night - Eighties <https://github.com/MozMorris/tomorrow-pygments> */
.highlight .hll {
  background-color: #515151;
}

.highlight {
  background: #2d2d2d;
  color: #cccccc;
}

.highlight .c {
  color: #999999;
} /* Comment */
.highlight .err {
  color: #f2777a;
} /* Error */
.highlight .k {
  color: #cc99cc;
} /* Keyword */
.highlight .l {
  color: #f99157;
} /* Literal */
.highlight .n {
  color: #cccccc;
} /* Name */
.highlight .o {
  color: #66cccc;
} /* Operator */
.highlight .p {
  color: #cccccc;
} /* Punctuation */
.highlight .cm {
  color: #999999;
} /* Comment.Multiline */
.highlight .cp {
  color: #999999;
} /* Comment.Preproc */
.highlight .c1 {
  color: #999999;
} /* Comment.Single */
.highlight .cs {
  color: #999999;
} /* Comment.Special */
.highlight .gd {
  color: #f2777a;
} /* Generic.Deleted */
.highlight .ge {
  font-style: italic;
} /* Generic.Emph */
.highlight .gh {
  color: #cccccc;
  font-weight: bold;
} /* Generic.Heading */
.highlight .gi {
  color: #99cc99;
} /* Generic.Inserted */
.highlight .gp {
  color: #999999;
  font-weight: bold;
} /* Generic.Prompt */
.highlight .gs {
  font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
  color: #66cccc;
  font-weight: bold;
} /* Generic.Subheading */
.highlight .kc {
  color: #cc99cc;
} /* Keyword.Constant */
.highlight .kd {
  color: #cc99cc;
} /* Keyword.Declaration */
.highlight .kn {
  color: #66cccc;
} /* Keyword.Namespace */
.highlight .kp {
  color: #cc99cc;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #cc99cc;
} /* Keyword.Reserved */
.highlight .kt {
  color: #ffcc66;
} /* Keyword.Type */
.highlight .ld {
  color: #99cc99;
} /* Literal.Date */
.highlight .m {
  color: #f99157;
} /* Literal.Number */
.highlight .s {
  color: #99cc99;
} /* Literal.String */
.highlight .na {
  color: #6699cc;
} /* Name.Attribute */
.highlight .nb {
  color: #cccccc;
} /* Name.Builtin */
.highlight .nc {
  color: #ffcc66;
} /* Name.Class */
.highlight .no {
  color: #f2777a;
} /* Name.Constant */
.highlight .nd {
  color: #66cccc;
} /* Name.Decorator */
.highlight .ni {
  color: #cccccc;
} /* Name.Entity */
.highlight .ne {
  color: #f2777a;
} /* Name.Exception */
.highlight .nf {
  color: #6699cc;
} /* Name.Function */
.highlight .nl {
  color: #cccccc;
} /* Name.Label */
.highlight .nn {
  color: #ffcc66;
} /* Name.Namespace */
.highlight .nx {
  color: #6699cc;
} /* Name.Other */
.highlight .py {
  color: #cccccc;
} /* Name.Property */
.highlight .nt {
  color: #66cccc;
} /* Name.Tag */
.highlight .nv {
  color: #f2777a;
} /* Name.Variable */
.highlight .ow {
  color: #66cccc;
} /* Operator.Word */
.highlight .w {
  color: #cccccc;
} /* Text.Whitespace */
.highlight .mf {
  color: #f99157;
} /* Literal.Number.Float */
.highlight .mh {
  color: #f99157;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #f99157;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #f99157;
} /* Literal.Number.Oct */
.highlight .sb {
  color: #99cc99;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #cccccc;
} /* Literal.String.Char */
.highlight .sd {
  color: #999999;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #99cc99;
} /* Literal.String.Double */
.highlight .se {
  color: #f99157;
} /* Literal.String.Escape */
.highlight .sh {
  color: #99cc99;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #f99157;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #99cc99;
} /* Literal.String.Other */
.highlight .sr {
  color: #99cc99;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #99cc99;
} /* Literal.String.Single */
.highlight .ss {
  color: #99cc99;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #cccccc;
} /* Name.Builtin.Pseudo */
.highlight .vc {
  color: #f2777a;
} /* Name.Variable.Class */
.highlight .vg {
  color: #f2777a;
} /* Name.Variable.Global */
.highlight .vi {
  color: #f2777a;
} /* Name.Variable.Instance */
.highlight .il {
  color: #f99157;
} /* Literal.Number.Integer.Long */
/**
 * EasyZoom core styles
 */
.easyzoom {
  position: relative;
  /* 'Shrink-wrap' the element */
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.easyzoom img {
  vertical-align: bottom;
}

.easyzoom.is-loading img {
  cursor: progress;
}

.easyzoom.is-ready img {
  cursor: crosshair;
}

.easyzoom.is-error img {
  cursor: not-allowed;
}

.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #FFF;
  box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}

/*Block list*/
.hero {
  height: 100%;
}
.hero__poster {
  background: url(../img/hero-bg.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 17.5em;
  position: fixed;
  z-index: -2;
}
@media only screen and (max-width: 1400px), screen and (max-height: 730px) {
  .hero__poster {
    left: 15.625em;
  }
}
@media only screen and (max-width: 990px) {
  .hero__poster {
    display: none;
  }
}
.hero__wrap {
  padding: 4.375em 5.625em;
}
@media only screen and (max-width: 1400px), screen and (max-height: 730px) {
  .hero__wrap {
    padding: 3.75em 3.4375em;
  }
}
@media only screen and (max-width: 990px) {
  .hero__wrap {
    padding: 0;
  }
}
.hero__title {
  color: #FFF;
  font-size: 2.5em;
  font-family: "PT Sans", sans-serif;
  line-height: 1.2;
}
@media only screen and (max-width: 1400px), screen and (max-height: 730px) {
  .hero__title {
    font-size: 2.25em;
  }
}
@media only screen and (max-width: 990px) {
  .hero__title {
    font-size: 2em;
  }
}
.hero__title:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #FFF;
  display: block;
  margin: 30px 0 35px;
}
.hero__lang {
  text-align: right;
  padding-bottom: 30px;
  color: #FFF;
  display: none;
}
.hero__lang a {
  color: #FFF;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
}
.hero__content {
  float: left;
  width: 55%;
}
@media only screen and (max-width: 1400px) {
  .hero__content {
    width: 65%;
  }
}
@media only screen and (max-width: 990px) {
  .hero__content {
    width: 100%;
    max-width: 1000px;
    padding: 50px 30px;
    margin-bottom: 40px;
    float: none;
    background: url(../img/hero-bg_mobile.jpg);
    background-position: left bottom;
    background-size: cover;
  }
}
.hero__introtext {
  color: #FFF;
  margin-bottom: 2.5em;
  font-family: "PT Sans", sans-serif;
  font-size: 1.125em;
  line-height: 1.66;
  text-align: left;
}
.hero__button {
  background: #b98440;
  color: #FFF !important;
  font-size: 1.125em;
  font-family: "PT Sans", sans-serif;
  line-height: 1;
  border: solid 1px #dbb26f;
  display: inline-block;
  padding: 1em 1.75em;
  /*transition: all .2s ease-in-out;*/
  margin-left: 2px;
}
.hero__button:hover {
  color: #FFF;
  /*transform: scale(1.1);*/
  text-decoration: none;
}
.hero__events {
  float: right;
  width: 24%;
}
@media only screen and (max-width: 1400px) {
  .hero__events {
    width: 24%;
  }
}
@media only screen and (max-width: 990px) {
  .hero__events {
    float: none;
    width: 100%;
    padding: 50px 30px;
  }
}

.hero-events {
  padding-top: 10px;
  color: #FFF;
}
.hero-events__head {
  font-size: 1.75em;
  font-family: "PT Sans", sans-serif;
  margin-bottom: 30px;
}
@media only screen and (max-width: 990px) {
  .hero-events__head {
    color: #333;
  }
}
.hero-events__item {
  margin-bottom: 35px;
}
@media only screen and (max-width: 990px) {
  .hero-events__item {
    float: none;
    width: 100%;
  }
}
.hero-events__img {
  width: 100%;
  margin-bottom: 15px;
}
.hero-events__title {
  font-family: "PT Sans", sans-serif;
  font-size: 1.125em;
  color: #FFF;
}
@media only screen and (max-width: 990px) {
  .hero-events__title {
    color: #333;
  }
}
.hero-events__title:hover {
  color: #FFF;
  text-decoration: none;
}
@media only screen and (max-width: 990px) {
  .hero-events__title:hover {
    color: #333;
  }
}

.history {
  /*&__img{
  	width: 100%;
  	display: block;
  }*/
}
.history__wrap {
  padding: 3.75em 5em 3.75em;
}
@media only screen and (max-width: 990px) {
  .history__wrap {
    padding: 2.5em 1.25em 2.5em;
  }
}
.history__title {
  /*font-size:em(40);
  font-family: 'PT Sans', sans-serif;
  line-height: 1.2;*/
  color: #ac732e;
  /*margin-bottom: 1em;*/
}
@media only screen and (max-width: 990px) {
  .history__title {
    /*font-size:32px;
    margin-bottom: 25px;*/
  }
}
.history__text {
  width: 48%;
  float: left;
}
@media only screen and (max-width: 990px) {
  .history__text {
    float: none;
    width: 100%;
  }
}
.history__text p {
  font-family: "Roboto", sans-serif;
  line-height: 1.55;
  font-size: 1em;
  color: #565454;
  text-align: justify;
}
.history__img-wrap {
  width: 47%;
  float: right;
  padding-top: 20px;
}
@media only screen and (max-width: 990px) {
  .history__img-wrap {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}
.history__slider {
  position: relative;
  overflow-x: hidden;
}
.history__slide-wrap {
  display: block;
}
.history__slide-wrap img {
  width: 100%;
}

.promo-video {
  position: relative;
}

.promo-video__poster {
  display: block;
  width: 100%;
}

.promo-video__overlay {
  background-color: #000;
  opacity: 0.3;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.promo-video__button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background: url(../img/play-btn.png) center center;
  background-size: 120px;
  margin: auto;
  z-index: 2;
  cursor: pointer;
}

@media only screen and (max-width: 990px) {
  .promo-video__button {
    width: 80px;
    height: 80px;
    background-size: 80px;
  }
}
@-webkit-keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: modal-video;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: modal-video-inner;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

.modal-video-close-btn:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

.benefits {
  background: url(../img/hero-bg.jpg);
  background-size: cover;
  height: auto;
}
.benefits__wrap {
  padding: 80px 80px 10px;
}
@media only screen and (max-width: 990px) {
  .benefits__wrap {
    padding: 40px 20px 0px;
    padding-right: 0;
  }
}
.benefits__title {
  color: #FFF;
  margin-bottom: 80px;
}
.benefits__list {
  justify-content: space-between;
  flex-direction: row;
  display: flex;
  position: relative;
  left: -25px;
}
@media only screen and (max-width: 990px) {
  .benefits__list {
    display: block;
    left: -10px;
  }
}
.benefits__item {
  margin-bottom: 70px;
}
.benefits__clear {
  display: none;
}
@media only screen and (max-width: 990px) {
  .benefits__clear {
    display: block;
    clear: both;
  }
}

.benefit {
  width: 170px;
}
@media only screen and (max-width: 990px) {
  .benefit {
    display: inline-block;
    width: 48%;
    float: left;
  }
}
.benefit__title {
  color: #FFF;
  text-align: center;
  font-size: 1em;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  height: 80px;
}
@media only screen and (max-width: 990px) {
  .benefit__title {
    font-size: 1em;
    height: 40px;
  }
}
.benefit__icon {
  margin-bottom: 20px;
  text-align: center;
}
.benefit__icon-img {
  display: inline-block;
  height: 86px;
}
@media only screen and (max-width: 990px) {
  .benefit__icon-img {
    display: inline-block;
    height: 64px;
  }
}

.geo__head {
  padding: 60px 80px 50px;
}
@media only screen and (max-width: 990px) {
  .geo__head {
    padding: 40px 20px 40px;
  }
}
.geo__title {
  color: #ac732e;
  float: left;
}
@media only screen and (max-width: 990px) {
  .geo__title {
    float: none;
    margin-bottom: 1.25em;
  }
}
.geo__regions {
  padding-left: 18.75em;
  padding-top: 0.625em;
}
@media only screen and (max-width: 1400px), screen and (max-height: 730px) {
  .geo__regions {
    padding-left: 15.625em;
  }
}
@media only screen and (max-width: 990px) {
  .geo__regions {
    padding-left: 0;
  }
}
.geo__map {
  height: 37.5em;
  background: #CCC;
}
@media only screen and (max-width: 990px) {
  .geo__map {
    display: none;
  }
}

.regions-list {
  position: relative;
  top: -5px;
  justify-content: space-between;
  flex-direction: row;
  display: flex;
}
@media only screen and (max-width: 990px) {
  .regions-list {
    display: block;
  }
}
.regions-list__col {
  width: 16.25em;
  padding-left: 1.25em;
}
@media only screen and (max-width: 990px) {
  .regions-list__col {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
.regions-list__item {
  color: #565454;
  margin-bottom: 0.3125em;
  font-size: 1em;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
}
@media only screen and (max-width: 990px) {
  .regions-list__item {
    margin-bottom: 0.5em;
  }
}
.regions-list__item:hover {
  color: #b90f17;
}

.catalog {
  padding-top: 50px;
}
.catalog__title {
  color: #a9702c;
  text-align: center;
}
.catalog__title:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  margin-right: 22px;
  background: #ac732e;
  vertical-align: middle;
}
.catalog__title:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  margin-left: 22px;
  background: #ac732e;
  vertical-align: middle;
}
.catalog__nav-flex {
  display: flex;
}
.catalog__nav-outer {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 990px) {
  .catalog__nav-outer {
    display: block;
  }
}
.catalog__nav {
  position: relative;
}
@media only screen and (max-width: 990px) {
  .catalog__nav {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    margin-bottom: 22px;
  }
}
.catalog__nav-item {
  font-size: 0.9375em;
  padding: 0.5em 0.625em;
  color: #4b4c4c;
  font-family: "Roboto", sans-serif;
  margin: 0;
  border: solid 2px #aa712e;
  border-radius: 12px;
  margin-right: 10px;
}
@media only screen and (max-width: 990px) {
  .catalog__nav-item {
    white-space: nowrap;
  }
}
.catalog__nav-item:hover {
  text-decoration: none;
  color: #aa712e;
}
.catalog__nav-item.is-active {
  background: #2d6d5f;
  color: #fff;
  border-color: #2d6d5f;
}
.catalog__nav-item.is-active:hover {
  background: #1d7f3d;
  color: #fff;
  border-color: #1d7f3d;
}
.catalog__nav-item--pbk {
  display: none;
}
@media only screen and (max-width: 990px) {
  .catalog__nav-item--pbk {
    display: block;
  }
}
.catalog__nav-container {
  width: 90%;
}
@media only screen and (max-width: 990px) {
  .catalog__nav-container {
    width: 100%;
    margin-left: 5%;
  }
}
.catalog__nav-pbk-logo {
  position: absolute;
  display: block;
  right: 0;
  top: -27px;
  right: 40px;
  width: 90px;
  height: 90px;
  background: url(../img/pbk-logo.png);
  background-size: 90px;
}
@media only screen and (max-width: 1400px), screen and (max-height: 730px) {
  .catalog__nav-pbk-logo {
    width: 80px;
    height: 80px;
    background-size: 80px;
    top: -22px;
  }
}
@media only screen and (max-width: 990px) {
  .catalog__nav-pbk-logo {
    display: none;
  }
}
.catalog .stick a.catalog__nav-pbk-logo {
  display: none;
}
.catalog__nav-toggle {
  display: none;
  background: #cb241d;
  text-align: center;
  font-size: 1.0625em;
  padding: 0.9375em 0;
  color: #FFF;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 990px) {
  .catalog__nav-toggle {
    display: block;
    display: none;
  }
}
.catalog__nav-toggle:before {
  content: "";
  width: 20px;
  height: 14px;
  background: url(../img/icons/catalog-nav-toggle.png) center center no-repeat;
  background-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.catalog__list {
  padding-top: 3.75em;
  padding-bottom: 3.125em;
}
@media only screen and (max-width: 990px) {
  .catalog__list {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
.catalog__list-container {
  width: 90%;
}
.catalog__dwld-button {
  color: #333;
  font-size: 16px;
  text-decoration: none !important;
  position: relative;
  right: 0;
  top: 0;
  /*@media only screen and (max-width: $tablet){

  	display: none;
  }
     */
}
.catalog__dwld-button:hover {
  text-decoration: none;
}
.catalog__dwld-img {
  width: 30px;
  margin-right: 5px;
}

.catalog-item {
  border: solid 1px #eee;
  text-align: center;
  margin-bottom: 1.875em;
  font-family: "Roboto", sans-serif;
  padding: 1.5625em 0.3125em;
  position: relative;
}
.catalog-item__type {
  font-size: 0.9375em;
  color: #aa712e;
}
.catalog-item__title {
  color: #aa712e;
  font-size: 1.125em;
  line-height: 1.2;
  min-height: 2.5em;
  cursor: pointer;
}
@media only screen and (max-width: 1400px), screen and (max-height: 730px) {
  .catalog-item__title {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 990px) {
  .catalog-item__title {
    font-size: 1.25em;
    min-height: 1.875em;
  }
}
.catalog-item__img-wrap {
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 13rem;
}
.catalog-item__img {
  margin: auto;
  cursor: pointer;
  max-width: 100%;
  max-height: 100%;
}
.catalog-item__sticker {
  position: absolute;
  right: 20px;
  bottom: 98px;
  z-index: 1;
}
.catalog-item__sticker.n1 {
  background: url("../img/stickers.png") no-repeat -148px -21px;
  width: 97px;
  height: 60px;
  bottom: 100px;
}
@media only screen and (max-width: 1400px), screen and (max-height: 730px) {
  .catalog-item__sticker.n1 {
    background: url("../img/stickers_mobile.png") no-repeat -116px -16px;
    width: 77px;
    height: 48px;
  }
}
.catalog-item__sticker.n2 {
  background: url("../img/stickers.png") no-repeat -41px -25px;
  width: 70px;
  height: 69px;
}
@media only screen and (max-width: 1400px), screen and (max-height: 730px) {
  .catalog-item__sticker.n2 {
    background: url("../img/stickers_mobile.png") no-repeat -32px -19px;
    width: 56px;
    height: 55px;
  }
}
.catalog-item__sticker.n3 {
  background: url("../img/stickers.png") no-repeat -148px -140px;
  width: 92px;
  height: 40px;
  bottom: 100px;
}
@media only screen and (max-width: 1400px), screen and (max-height: 730px) {
  .catalog-item__sticker.n3 {
    background: url("../img/stickers_mobile.png") no-repeat -116px -109px;
    width: 73px;
    height: 33px;
  }
}
.catalog-item__sticker.n4 {
  background: url("../img/stickers.png") no-repeat -41px -119px;
  width: 55px;
  height: 69px;
}
@media only screen and (max-width: 1400px), screen and (max-height: 730px) {
  .catalog-item__sticker.n4 {
    background: url("../img/stickers_mobile.png") no-repeat -32px -93px;
    width: 44px;
    height: 55px;
  }
}
.catalog-item__readmore {
  color: #98a2a2;
  border: solid 1px #e07a75;
  display: block;
  margin: auto;
  padding: 0.5em;
  width: 10em;
  font-size: 0.9375em;
}
.catalog-item__readmore:hover {
  background: #bf2f2e;
  color: #FFF;
  cursor: pointer;
}
.catalog-item:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.breadcrumb {
  color: #4b4c4c;
  font-size: 14px;
  margin-bottom: 10px;
}

.breadcrumb a {
  color: #ac732e;
}

.events {
  padding-bottom: 30px;
}
.events__wrap {
  padding: 3.75em 4.6875em 4.375em;
}
@media only screen and (max-width: 990px) {
  .events__wrap {
    padding: 2.5em 1.25em 2.5em;
  }
}
.events__title {
  color: #cb241d;
  margin-bottom: 40px;
}
.events__list-container {
  width: auto;
  max-width: 1700px;
}

.events-item {
  margin-bottom: 50px;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
}
.events-item__img-wrap {
  margin-bottom: 15px;
}
.events-item__title {
  height: 40px;
  font-size: 1em;
  line-height: 1.44;
}
.events-item:hover .events-item__title {
  color: #bf2f2e;
}

.contacts__wrap {
  padding: 3.75em 5em 4.375em;
}
@media only screen and (max-width: 990px) {
  .contacts__wrap {
    padding: 2.5em 1.25em 2.5em;
  }
}
.contacts__title {
  color: #ac732e;
  margin-bottom: 50px;
}
/*region*/
.contact-item {
  font-family: "Roboto", sans-serif;
  margin-bottom: 0.9375em;
  padding-bottom: 0.9375em;
  border-bottom: solid 1px #eee;
}
.contact-item__toggle {
  font-size: 1.25em;
  cursor: pointer;
  padding-left: 38px;
  position: relative;
}
@media only screen and (max-width: 990px) {
  .contact-item__toggle {
    font-size: 1.125em;
  }
}
.contact-item__toggle:before {
  width: 22px;
  height: 12px;
  content: "";
  display: block;
  background: url(../img/icons/toggle-arrow.png?v=1);
  background-size: 22px 12px;
  position: absolute;
  margin-right: 14px;
  left: 0;
  top: 8px;
}
.contact-item__toggle:hover {
  color: #ac732e;
}
.contact-item__content {
  display: none;
  padding-top: 17px;
  padding-left: 40px;
}
@media only screen and (max-width: 990px) {
  .contact-item__content {
    padding-left: 0px;
  }
}
.contact-item__content p {
  margin: 0.875em 0;
  line-height: 1.3;
  font-size: 1em;
}
.contact-item__content strong {
  font-weight: 500;
}
.contact-item__content a {
  color: #333;
}
@media only screen and (max-width: 990px) {
  .contact-item__content a {
    color: #bc0803;
  }
}
.contact-item__content a:hover {
  text-decoration: underline;
}
.contact-item.is-active .contact-item__toggle:before {
  width: 24px;
  height: 14px;
  content: "";
  display: block;
  background: url(../img/icons/toggle-arrow_active.png);
  background-size: 24px 14px;
}

.job__wrap {
  padding: 3.75em 5em 4.375em;
}
@media only screen and (max-width: 990px) {
  .job__wrap {
    padding: 2.5em 1.25em 2.5em;
  }
}
.job__title {
  color: #ac732e;
}
.job__text {
  width: 48%;
  float: left;
}
@media only screen and (max-width: 1400px), screen and (max-height: 730px) {
  .job__text {
    width: 35%;
  }
}
@media only screen and (max-width: 990px) {
  .job__text {
    float: none;
    width: 100%;
  }
}
.job__text p {
  font-family: "Roboto", sans-serif;
  line-height: 1.44;
  font-size: 1em;
  color: #565454;
  text-align: justify;
}
.job__img-wrap {
  width: 40%;
  float: right;
  z-index: -1;
  position: relative;
}
@media only screen and (max-width: 990px) {
  .job__img-wrap {
    display: none;
  }
}
.job__img {
  height: 95%;
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 1400px), screen and (max-height: 730px) {
  .job__img {
    height: 90%;
  }
}
.job__list {
  padding-left: 3px;
}

.job-item {
  margin-bottom: 1.25em;
  max-width: 600px;
  border-bottom: solid 1px #eee;
  padding-bottom: 25px;
}
@media only screen and (max-width: 990px) {
  .job-item {
    max-width: auto;
  }
}
.job-item__title {
  font-size: 1.625em;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  line-height: 1.44;
  color: #cb241d;
  margin-bottom: 0.625em;
}
.job-item__title a {
  color: #333;
}
.job-item__payment {
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  font-size: 0.9375em;
  margin-bottom: 10px;
}
.job-item__intro {
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  font-size: 0.9375em;
  margin-bottom: 20px;
}
.job-item__content h3 {
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  color: #333;
  font-size: 1.375em;
  margin-bottom: 20px;
  margin-top: 25px;
  font-weight: 500;
}
.job-item__content p {
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  font-size: 0.9375em;
  margin-bottom: 10px;
}
.job-item__link {
  display: block;
  width: 8.125em;
  font-size: 1em;
  font-family: "Roboto", sans-serif;
  padding: 0.625em;
  border: solid 1px #ac732e;
  text-align: center;
  text-decoration: none;
  color: #ac732e;
}
.job-item__link:hover {
  text-decoration: none;
  color: #ac732e;
}

.job-card {
  font-family: "Roboto", sans-serif;
  /*
  	& h3{
  		font-family: 'Roboto', sans-serif;
  		line-height: 1.2;
  		color:#333;
  		font-size: 24px;
  		margin-bottom: 20px;
  		margin-top: 25px;
  		font-weight: 400;
  	}
  	& p{
  		font-family: 'Roboto', sans-serif;
  		line-height: 1.5;
  		font-size: 15px;
  		margin: 8px 0;
  		color:#333;
  	}

  	& ul{
  		padding-left: 14px;
  		font-family: 'Roboto', sans-serif;
  		font-size: 15px;
  		margin: 8px 0;
  		& li{
  			font-size:15px;
  			margin: 8px 0;
  			line-height: 1.5;
  			color:#333;
  		}
  		& + p{
  			margin-top: 25px;
  		}
  	}
  */
}
.job-card__wrap {
  padding: 60px 80px 70px;
}
@media only screen and (max-width: 990px) {
  .job-card__wrap {
    padding: 50px 20px 50px;
  }
}
.job-card__title {
  color: #ad732f;
  width: 60%;
}
@media only screen and (max-width: 990px) {
  .job-card__title {
    width: auto;
  }
}
.job-card__info {
  width: 60%;
  float: left;
}
@media only screen and (max-width: 990px) {
  .job-card__info {
    float: none;
    width: 100%;
  }
}
.job-card__back-button {
  display: block;
  font-family: "Roboto", sans-serif;
  padding: 55px 0;
  text-decoration: none;
  color: #cb241d;
  font-size: 15px;
}
.job-card__back-button:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 20px;
  background: url(../img/icons/back-arrow.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
.job-card__back-button:hover {
  text-decoration: none;
  color: #cb241d;
}
.job-card__form {
  width: 30%;
  position: fixed;
  right: 0;
  top: 0;
  padding: 70px 40px 0;
  height: 100%;
  background: #f3f3f3;
}
@media only screen and (max-width: 990px) {
  .job-card__form {
    float: none;
    width: 100%;
    position: relative;
    padding: 70px 40px 40px;
  }
}

.job-form {
  font-family: "Roboto", sans-serif;
}
.job-form__head {
  font-size: 1.375em;
  font-weight: 400;
  margin-bottom: 1.5em;
  line-height: 1.2;
}
.job-form__subhead {
  font-size: 1.125em;
  margin-bottom: 1.5625em;
  display: none;
}
.job-form__input {
  display: block;
  width: 100%;
  padding: 0.75em;
  margin-bottom: 1.25em;
  box-shadow: none;
  border: solid 1px #ddd;
  color: #333;
  font-size: 0.9375em;
}
.job-form__submit {
  display: block;
  background: #367062;
  color: #FFF;
  font-size: 1em;
  text-align: center;
  padding: 0.625em;
  border: none;
  margin-top: 1.5625em;
  width: 100%;
}
.job-form__submit:hover {
  background: #367062;
}

.partnership__wrap {
  padding: 3.75em 5em 4.375em;
}
@media only screen and (max-width: 990px) {
  .partnership__wrap {
    padding: 2.5em 1.25em 2.5em;
  }
}
.partnership__title {
  color: #cb241d;
  margin-bottom: 50px;
}
.partnership__list {
  width: 45%;
  float: left;
}
@media only screen and (max-width: 1400px), screen and (max-height: 730px) {
  .partnership__list {
    width: 50%;
  }
}
@media only screen and (max-width: 990px) {
  .partnership__list {
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }
}
.partnership__description {
  width: 50%;
}
@media only screen and (max-width: 990px) {
  .partnership__description {
    float: none;
    width: auto;
  }
}
.partnership__description p {
  /*text-align: justify;*/
}
.partnership__description strong {
  font-weight: 600;
}
.partnership__poster {
  width: 36%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/partners-poster.jpg) center center no-repeat;
  background-size: cover;
  display: block;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1400px) {
  .partnership__poster {
    width: 30%;
  }
}
@media only screen and (max-width: 990px) {
  .partnership__poster {
    display: none;
  }
}
.partnership__back-button {
  font-family: "Roboto", sans-serif;
  padding: 1.5625em 0;
  text-decoration: none;
  color: #cb241d;
  font-size: 0.9375em;
  position: relative;
}
.partnership__back-button:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 20px;
  background: url(../img/icons/back-arrow.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}
.partnership__back-button:hover {
  text-decoration: none;
  color: #cb241d;
}

.partnership-item {
  font-family: "Roboto", sans-serif;
  border-bottom: solid 1px #eee;
  font-size: 1.25em;
  margin-bottom: 0.9375em;
  padding-bottom: 0.9375em;
  position: relative;
  padding-left: 25px;
}
@media only screen and (max-width: 990px) {
  .partnership-item {
    font-size: 1.125em;
  }
}
.partnership-item__link {
  color: #333;
}
.partnership-item__link:before {
  width: 12px;
  height: 20px;
  background: url(../img/icons/ps-arrow.png);
  background-size: 12px 20px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: absolute;
  top: 4px;
  left: 0;
}
.partnership-item__link:hover {
  color: #cb241d;
  text-decoration: none;
}

.modal {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.4;
  z-index: 0;
  display: none;
}
.modal__preloader {
  display: none;
  width: 220px;
  height: 145px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  animation-name: pulse_animation;
  animation-duration: 2000ms;
  transform-origin: 50% 50%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 1;
}
.modal__scroll {
  overflow-y: scroll;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 1;
}
.modal__back {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.modal__box {
  background: #FFF;
  border-radius: 4px;
  margin: auto;
  max-width: 750px;
  z-index: 2;
  min-height: 350px;
  position: relative;
  display: none;
  top: 15%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.modal__close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  background: url(../img/icons/modal-close.png);
  background-size: 24px 24px;
  cursor: pointer;
}

/*modal*/
.product-modal {
  display: none;
}
@media only screen and (max-width: 1400px), screen and (max-height: 730px) {
  .product-modal__box {
    max-width: 650px;
    top: 6%;
  }
}
@media only screen and (max-width: 990px) {
  .product-modal__box {
    top: 0;
    min-height: 100%;
    border-radius: 0;
    position: absolute;
    left: 0;
    right: 0;
  }
}
.product-modal__content {
  padding: 35px;
  font-family: "Roboto", sans-serif;
}
.product-modal__title {
  font-size: 1.75em;
  color: #aa712e;
  margin-bottom: 5px;
  line-height: 1.2;
}
.product-modal__weight {
  font-size: 1em;
  color: #85868c;
  margin-bottom: 20px;
}
.product-modal__img-wrap {
  margin-bottom: 15px;
  width: 65%;
  float: left;
}
@media only screen and (max-width: 990px) {
  .product-modal__img-wrap {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
.product-modal__thumbs {
  width: 25%;
  float: right;
}
@media only screen and (max-width: 990px) {
  .product-modal__thumbs {
    float: none;
    width: auto;
    text-align: center;
    margin-bottom: 30px;
  }
}
.product-modal__thumb {
  display: block;
  padding-bottom: 10px;
}
@media only screen and (max-width: 990px) {
  .product-modal__thumb {
    display: inline-block;
    width: 40%;
  }
}
.product-modal__thumb.is-active {
  border: solid 2px #eee;
}
.product-modal__thumb-img {
  width: 100%;
  display: block;
}
.product-modal__desc {
  font-size: 0.9375em;
  color: #85868c;
}