@import url(../icomoon/style.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, menu {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-family: inherit;
  vertical-align: baseline;
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 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;
  scroll-behavior: smooth;
  -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 {
  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"] {
  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;
  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.428571429;
  color: #333333;
  background-color: #fff;
}

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

/*
a {
  color: $link-color;
  text-decoration: none;

  &:hover,
  &:focus {
    color: $link-hover-color;
    text-decoration: $link-hover-decoration;
  }

  &:focus {
    @include tab-focus;
  }
}
*/
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.428571429;
  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 #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;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1210px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.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-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%;
}

@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-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
.c-btns {
  width: 100%;
  text-align: center;
}
.c-btns:before, .c-btns:after {
  content: " ";
  display: table;
}
.c-btns:after {
  clear: both;
}
.c-btns--bg {
  position: relative;
  padding: 10em 0;
  background: #404040 url("../images/finance.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-btns--bg:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.6);
}
.c-btns--top {
  margin-top: 3em;
}
.c-btns--extra-top {
  margin-top: 10em;
}

.c-btn {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 1.1em 2.4em;
  margin: 0 0.5em;
  color: #404040;
  background: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  border: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 540px) {
  .c-btn {
    width: 100%;
    margin: 0;
    margin-top: 1em;
  }
}
.c-btn--full {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  text-align: center;
}
.c-btn--red {
  color: #fff;
  background: #e96656;
}
.c-btn--red:hover, .c-btn--red:active {
  color: #fff;
  background: #cc2529;
}
.c-btn--green {
  color: #fff;
  background: #9aca27;
}
.c-btn--green:hover, .c-btn--green:active {
  color: #fff;
  background: #069059;
}
.c-btn--blue {
  color: #fff;
  background: #3ab0e2;
}
.c-btn--blue:hover, .c-btn--blue:active {
  color: #fff;
  background: #1f9bcf;
}
.c-btn--orange {
  color: #404040;
  background: #f4c74b;
}
.c-btn--orange:hover, .c-btn--orange:active {
  color: #404040;
  background: #f7c334;
}
.c-btn--violet {
  color: #fff;
  background: #9aca27;
}
.c-btn--violet:hover, .c-btn--violet:active {
  color: #fff;
  background: #9aca27;
}

.c-login {
  padding: 4em 0;
  text-align: center;
}
.c-login input[type="submit"] {
  width: 100%;
}
.c-login__wrapper {
  display: inline-block;
  width: 400px;
  text-align: left;
}
@media screen and (max-width: 430px) {
  .c-login__wrapper {
    width: 100%;
  }
}
.c-login__line {
  margin-top: 2em;
}

.c-checkbox {
  display: inline-block;
  padding: 0 20px 15px 0;
}
.c-checkbox input {
  display: none;
}
.c-checkbox label {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 22px;
  padding-left: 20px;
}
.c-checkbox label:before {
  content: '';
  position: relative;
  left: -10px;
  top: -2px;
  display: inline-block;
  padding-right: 10px;
  width: 16px;
  height: 16px;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  text-indent: 2px;
  border: 1px solid #666;
  border-radius: 4px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.c-checkbox input:checked + label:before {
  background: #666;
}

.c-radio {
  display: inline-block;
  padding: 0 20px 15px 0;
}
.c-radio input {
  display: none;
}
.c-radio label {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 22px;
  padding-left: 20px;
}
.c-radio label:before {
  content: '';
  position: relative;
  left: -10px;
  top: -2px;
  display: inline-block;
  padding-right: 10px;
  width: 16px;
  height: 16px;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  text-indent: 2px;
  border: 1px solid #666;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.c-radio input:checked + label:before {
  background: #666;
}

.content {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
}
.content h1, .content h2 {
  margin-top: 60px;
  margin-top: 6rem;
  text-transform: none;
  text-align: left;
}
.content h3, .content h4 {
  margin-top: 40px;
  margin-top: 4rem;
  text-transform: none;
  text-align: left;
  color: #9aca27;
}
.content h5, .content h6 {
  margin-top: 30px;
  margin-top: 3rem;
  text-transform: none;
  text-align: left;
  color: #666;
}
.content p {
  margin-top: 1em;
}
.content p:first-child {
  margin-top: 0;
}
.content p.center {
  text-align: center;
}
.content strong {
  font-weight: bold;
}
.content ul {
  margin: 1em 0 0 0;
  padding: 0;
  text-align: justify;
  list-style-type: none;
  padding-left: 25px;
}
.content ul li {
  position: relative;
  padding: 0.4em 0;
}
.content ul li:before {
  content: '';
  position: absolute;
  top: 16px;
  left: -15px;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #ececec;
}
.content ol {
  margin: 1em 0 0 0;
  padding: 0;
  text-align: justify;
  padding-left: 25px;
}
.content ol li {
  position: relative;
  padding: 0.4em 0;
}
.content table {
  margin: 1em 0 0 0;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border: 4px solid #ececec;
}
.content table th {
  font-family: "Montserrat-Bold", Helvetica, sans-serif;
}
.content table td, .content table th {
  padding: 8px;
  border: 1px solid #ececec;
}
.content address {
  font-style: italic;
}
.content--important {
  padding: 0 10%;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .content--important {
    padding: 0;
  }
}
.content--left {
  text-align: left;
}
.content .gallery {
  padding: 0;
  background: transparent;
  margin-left: -5px;
  margin-right: -5px;
}
.content .gallery:before, .content .gallery:after {
  content: " ";
  display: table;
}
.content .gallery:after {
  clear: both;
}
.content .gallery-item {
  display: inline-block;
  float: left;
  padding: 5px;
}

.content--top {
  padding-top: 30px;
}

.content--center {
  text-align: center;
}
.content--center p {
  text-align: center;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  padding-top: 75px;
}
@media screen and (max-width: 1200px) {
  body {
    padding-top: 68px;
  }
}
@media screen and (max-width: 992px) {
  body {
    padding-top: 0;
    font-size: 9px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 8px;
  }
}

h1, h2, h3 {
  font-family: "Montserrat-Bold", Helvetica, sans-serif;
  font-size: 45px;
  font-size: 4.5rem;
  text-align: center;
  line-height: 120%;
}
@media screen and (max-width: 540px) {
  h1, h2, h3 {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
h1.left, h2.left, h3.left {
  text-align: left;
}

h3 {
  font-size: 30px;
  font-size: 3rem;
}

h4, h5, h6 {
  font-family: "Montserrat-Regulas", Helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 140%;
}

img {
  max-width: 100%;
  max-height: 100%;
}

input:focus,
textarea:focus {
  outline: none;
}

label {
  color: #666;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
}

input {
  width: 100%;
  padding: 8px 14px;
  font-size: 16px;
  font-size: 1.6rem;
  border: 2px solid #ececec;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
}
input[type="submit"] {
  width: auto;
  padding: 10px 30px;
  text-transform: uppercase;
  color: #fff;
  background: #e96656;
  border: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 768px) {
  input[type="submit"] {
    width: 100%;
  }
}
input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background: #cc2529;
}
input[type="submit"]:disabled, input[type="submit"]:disabled, input[type="submit"]:disabled {
  background: #666;
}
input[type="submit"]:disabled:hover, input[type="submit"]:disabled:active, input[type="submit"]:disabled:focus {
  background: #666;
}

input.invalid {
  border-color: #cc2529;
}

textarea {
  width: 100%;
  height: 160px;
  padding: 10px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  resize: none;
  border: 3px solid #ececec;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

button:focus, button:active, button:hover {
  outline: none;
}

a {
  color: #9aca27;
}
a:hover {
  text-decoration: none;
}

.center {
  text-align: center;
}

.sticky-div {
  position: fixed;
  z-index: 10;
  top: 100px;
  padding-top: 19px;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .sticky-div {
    position: static !important;
  }
}

@media screen and (max-width: 991px) {
  .js-sticky-wrapper {
    height: auto !important;
  }
}

.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  padding: 0;
  -webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
  box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 768px) {
  .header {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.header.search-open {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media screen and (max-width: 992px) {
  .header {
    text-align: center;
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding-bottom: 0;
  }
}
.header__search {
  float: right;
  display: inline-block;
  padding-left: 10px;
}
@media screen and (max-width: 1200px) {
  .header__search {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__search {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .header .col-md-4 {
    padding-left: 0;
    padding-right: 0;
  }
}

.logo {
  display: block;
  _xwidth: 221px;
  max-width: 300px;
  height: 58px;
  margin-top: 7px;
}
.logo svg {
  width: 221px;
  height: 58px;
}
@media screen and (max-width: 1200px) {
  .logo {
    width: 221px;
    height: 58px;
  }
  .logo svg {
    width: 221px;
    height: 58px;
  }
}
@media screen and (max-width: 992px) {
  .logo {
    width: 100%;
    text-align: center;
  }
}
.logo a {
  position: relative;
  display: inline-block;
  width: 221px;
  height: 58px;
}
@media screen and (max-width: 1200px) {
  .logo a {
    width: 221px;
    height: 58px;
  }
}
@media screen and (max-width: 540px) {
  .logo a {
    width: 100%;
  }
}
.logo a span {
  display: none;
}

.menu-wrapper {
  position: relative;
  float: left;
  width: 100%;
  background-color: #ececec;
}
@media screen and (max-width: 992px) {
  .menu-wrapper {
    background-color: #fff;
  }
}
.menu-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 45px solid transparent;
  border-bottom: 73px solid #fff;
}
@media screen and (max-width: 992px) {
  .menu-wrapper:before {
    display: none;
  }
}
.menu-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 100%;
  background-color: #ececec;
}
@media screen and (max-width: 992px) {
  .menu-wrapper:after {
    display: none;
  }
}

.menu {
  float: right;
  display: inline-block;
  width: auto;
}
@media screen and (max-width: 992px) {
  .menu {
    float: none;
    margin-top: 1em;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .menu {
    display: none;
  }
}
.menu ul.menu {
  display: inline-block;
  list-style-type: none;
  float: left;
}
@media screen and (max-width: 992px) {
  .menu ul.menu {
    float: none;
  }
  .menu ul.menu:before, .menu ul.menu:after {
    content: " ";
    display: table;
  }
  .menu ul.menu:after {
    clear: both;
  }
}
.menu ul.menu > li {
  position: relative;
  float: left;
  display: inline-block;
  padding: 2.4em 0;
}
.menu ul.menu > li.current-menu-item a:before {
  left: 4px;
  right: 4px;
}
.menu ul.menu > li:hover ul.sub-menu {
  display: block;
}
.menu ul.menu > li.lock a {
  margin-right: 35px;
}
@media screen and (max-width: 1200px) {
  .menu ul.menu > li.lock a {
    margin-right: 10px;
  }
}
.menu ul.menu > li.lock a:after {
  content: '';
  position: absolute;
  right: -32px;
  top: -3px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../images/svg/lock.svg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .menu ul.menu > li.lock a:after {
    width: 20px;
    height: 20px;
    right: -25px;
  }
}
@media screen and (max-width: 992px) {
  .menu ul.menu > li.lock a:after {
    width: 20px;
    height: 20px;
  }
}
.menu ul.menu > li > a {
  position: relative;
  display: inline-block;
  margin: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #666;
}
@media screen and (max-width: 1200px) {
  .menu ul.menu > li > a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.menu ul.menu > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: -6px;
  background: #9aca27;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.menu ul.menu > li > a:hover:before, .menu ul.menu > li > a:focus:before, .menu ul.menu > li > a:active:before {
  left: 4px;
  right: 4px;
}
.menu ul.sub-menu {
  display: none;
  position: absolute;
  z-index: 10;
  left: 50%;
  width: 160px;
  margin-left: -80px;
  padding-top: 20px;
  list-style-type: none;
}
.menu ul.sub-menu li {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 18px;
  background: #9abf19;
}
.menu ul.sub-menu li:hover {
  background: #8cb011;
}
.menu ul.sub-menu li:hover:first-child:before {
  border-bottom: 5px solid #8cb011;
}
.menu ul.sub-menu li:first-child {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.menu ul.sub-menu li:first-child:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #9abf19;
}
.menu ul.sub-menu li:last-child {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.menu ul.sub-menu li:last-child a {
  border-bottom: none;
}
.menu ul.sub-menu li a {
  display: block;
  width: 100%;
  padding: 14px 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.banner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  __background-size: cover;
  background-size: 1200px;
}
@media screen and (max-width: 992px) {
  .banner {
    padding-top: 0;
    background-size: cover;
  }
}
.banner:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.banner__content {
  position: relative;
  z-index: 3;
  padding: 200px 0 200px 0;
}
@media screen and (max-width: 992px) {
  .banner__content {
    padding: 180px 0;
  }
}
@media screen and (max-width: 768px) {
  .banner__content {
    padding: 100px 0;
  }
}
@media screen and (max-width: 540px) {
  .banner__content {
    padding: 60px 0;
  }
}
.banner__title {
  text-align: center;
  text-transform: lowercase;
  font-family: "Montserrat-Bold", Helvetica, sans-serif;
  font-size: 5em;
  line-height: 160%;
  color: #fff;
}
@media screen and (max-width: 540px) {
  .banner__title {
    font-size: 5em;
    line-height: 140%;
  }
}
.banner__desc {
  margin-top: 45px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 540px) {
  .banner__desc {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 1em;
  }
}

.news {
  width: 100%;
  padding: 100px 0;
}
.news__title {
  color: #404040;
  text-align: center;
}

.footer {
  padding: 0;
  background: #404040;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer {
    text-align: center;
  }
}
.footer__title {
  text-align: left;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .footer__title {
    text-align: center;
  }
}
.footer__col {
  padding-top: 75px;
}
.footer__links .menu {
  float: none;
  display: block !important;
}
.footer__links ul {
  margin: 0;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .footer__links ul {
    margin: 1em 0 0 0;
  }
}
.footer__links li {
  padding: 8px 0;
  margin: 8px 0;
  border-bottom: 1px solid #666;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
  text-align: left;
}
.footer__links li:last-child {
  border-bottom: none;
}
.footer__links li a {
  color: #fff;
  text-decoration: none;
}

.footer__social {
  display: inline-block;
  padding-bottom: 5px;
}
.footer__social svg {
  width: 45px;
  height: 45px;
}
.footer__social svg,
.footer__social path {
  fill: #fff;
}

.partners {
  padding: 5em 0;
  text-align: center;
  vertical-align: middle;
  text-align: center;
}
.partners img {
  max-width: 200px;
  max-height: 150px;
  vertical-align: middle;
}
.partners__row {
  margin-top: 30px;
}
.partners__col {
  height: 150px !important;
  vertical-align: middle;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.partners__title {
  text-align: center;
}

.preview {
  padding: 12em 0 14em 0;
  text-align: center;
}
.preview__col:first-child .preview__box {
  margin-top: 0;
}
.preview .container {
  padding: 0 180px;
}
@media screen and (max-width: 1200px) {
  .preview .container {
    padding: 0 60px;
  }
}
@media screen and (max-width: 992px) {
  .preview .container {
    padding: 0 10px;
  }
}
.preview__title {
  padding-bottom: 60px;
}
.preview__box {
  display: inline-block;
  width: 220px;
  height: 220px;
  border: 15px solid #ececec;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 992px) {
  .preview__box {
    width: 220px;
    height: 220px;
  }
}
@media screen and (max-width: 768px) {
  .preview__box {
    margin-top: 6em;
  }
}
.preview__box--red:hover {
  border-color: #e96656;
}
.preview__box--green:hover {
  border-color: #9aca27;
}
.preview__box--blue:hover {
  border-color: #3ab0e2;
}
.preview__name {
  width: 100%;
  line-height: 120%;
  font-size: 40px;
  font-size: 4rem;
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .preview__name {
    font-size: 40px;
    font-size: 4rem;
    margin-top: 60px;
  }
}
.preview__description {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 120%;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .preview__description {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.preview__description span {
  position: relative;
}
.preview__description span:after {
  position: absolute;
  left: 0;
  bottom: -7px;
  content: '';
  width: 90%;
  margin-left: 5%;
  height: 2px;
  background: #ececec;
}
.preview__description--red span:after {
  background: #e96656;
}
.preview__description--green span:after {
  background: #9aca27;
}
.preview__description--blue span:after {
  background: #3ab0e2;
}
.preview__linkedin {
  position: absolute;
  margin-top: 15px;
  left: 50%;
  margin-left: -10px;
  text-align: center;
}
.preview__linkedin svg {
  width: 20px;
  height: 20px;
}

.items {
  padding: 30px 0;
  background-color: #ececec;
}

.items-header {
  padding: 0 0 40px 0;
}

.items-header__title {
  position: relative;
  padding-top: 30px;
  text-align: left;
  font-size: 30px;
  font-size: 3rem;
}
.items-header__title:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #9aca27;
}

.items-header__annotation {
  padding-top: 30px;
  text-align: left;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Montserrat-Light", Helvetica, sans-serif;
}

.items-header img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .items-header__img {
    display: none;
  }
}

.reference {
  padding: 10em 0 6.5em 0;
  background: #dbbf56;
  text-align: center;
}
.reference:before, .reference:after {
  content: " ";
  display: table;
}
.reference:after {
  clear: both;
}
.reference__title {
  text-align: center;
}
.reference__row {
  display: inline-block !important;
  width: 750px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reference__row {
    width: 100%;
  }
}
.reference__item {
  position: relative;
  display: inline-block;
  padding: 60px 30px 30px 30px;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.reference__content {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}
.reference__quote {
  position: absolute;
  left: 25px;
  bottom: 10px;
  font-size: 40px;
  font-size: 4rem;
  color: #e96656;
}
.reference__quote--top {
  bottom: auto;
  top: 10px;
  right: 25px;
  left: auto;
}
.reference__name {
  margin: 20px 0 0 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.reference__name:before {
  content: '...';
}
.reference__name strong {
  display: block;
  font-weight: bold;
}

.person {
  width: 100%;
  padding: 6em 0;
}
.person:before, .person:after {
  content: " ";
  display: table;
}
.person:after {
  clear: both;
}
.person--top {
  padding-top: 10em;
}
.person__title {
  text-align: center;
}
.person__slick {
  padding: 4em 3em 0 3em;
}
.person__item {
  float: left;
  width: 33.3333%;
  text-align: center;
}
.person__item--sidebar {
  width: 100%;
  margin-top: 2em;
  padding-bottom: 4em;
  text-align: left;
}
.person__item:nth-child(4n) .person__name span:after {
  background: #dbbf56;
}
.person__item:nth-child(2n) .person__name span:after {
  background: #cc2529;
}
.person__item:nth-child(3n) .person__name span:after {
  background: #069059;
}
.person__img {
  width: 100%;
  text-align: center;
}
.person__img img {
  display: inline !important;
  max-width: 140px;
  height: auto;
  text-align: center;
  border: 4px solid #f6f6f6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.person__name {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 0.6em;
  line-height: 130%;
}
.person__name--smaller {
  font-size: 16px;
  font-size: 1.6rem;
}
.person__name--sidebar {
  text-align: left;
}
.person__name--sidebar span:after {
  display: none !important;
}
.person__name a {
  color: #404040;
}
.person__name a:hover {
  text-decoration: underline;
}
.person__name span {
  display: inline-block;
}
.person__name span:after {
  content: '';
  position: relative;
  top: -12px;
  display: inline-block;
  width: 80%;
  height: 2px;
  background: #dbbf56;
}
.person__desc {
  font-size: 16px;
  font-size: 1.6rem;
}
.person__desc--top {
  margin-top: 8px;
}
.person__desc--small {
  font-size: 13px;
}
.person__desc--small a {
  color: #404040;
  text-decoration: none;
}
.person__desc--small a:hover {
  text-decoration: underline;
}
.person__linkedin {
  margin-top: 1em;
  height: 20px;
}
.person__linkedin svg {
  width: 20px;
  height: 20px;
}

.page {
  padding: 30px 0 120px 0;
}

.files {
  padding: 12em 0;
}
.files__data {
  margin: 2em 0 0 0;
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
}
.files__data:before, .files__data:after {
  content: " ";
  display: table;
}
.files__data:after {
  clear: both;
}
.files__item {
  padding: 0.4em 0;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .files__item {
    float: left;
    width: 33.3333333333%;
  }
}
.files__link {
  position: relative;
  display: block;
  padding: 12px 0;
  text-align: left;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #e96656;
}
.files__link:hover {
  background: #cc2529;
}
.files__name {
  color: #fff;
  padding-right: 30px;
  padding-left: 20px;
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
}
.files__ico {
  position: absolute;
  right: 10px;
  font-size: 20px;
  color: #fff;
}

.important {
  padding: 4em 0;
  background: #ececec;
}
.important__top {
  margin-top: 50px;
}

.line {
  padding-top: 1em;
  padding-bottom: 1em;
}
.line:before, .line:after {
  content: " ";
  display: table;
}
.line:after {
  clear: both;
}
.line--top {
  margin-top: 6em;
}
@media screen and (max-width: 768px) {
  .line--top {
    margin-top: 2em;
  }
}
.line--right {
  float: right;
}
@media screen and (max-width: 768px) {
  .line--right {
    width: 100%;
    float: none;
  }
}

.map {
  width: 100%;
  height: 450px;
  background: #ececec;
}

.conform {
  position: relative;
  padding: 8em 0;
  background: #404040 url("../images/finance.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.conform:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.conform .container {
  position: relative;
  z-index: 3;
}
.conform__title {
  color: #fff;
}
.conform__desc {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .conform__item {
    margin-top: 2em;
  }
}

.contact {
  padding: 0 0 120px 0;
}
.contact__data {
  padding: 0 60px;
}
.contact__data h3 {
  text-align: center;
}
.contact__persons {
  margin-top: 40px;
}
.contact__person {
  margin-top: 4em;
}
.contact__person:before, .contact__person:after {
  content: " ";
  display: table;
}
.contact__person:after {
  clear: both;
}
.contact__img {
  float: left;
  display: block;
  width: 120px;
  height: 120px;
}
.contact__img img {
  max-width: 100%;
  text-align: center;
  border: 4px solid #f6f6f6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.contact__content {
  padding-left: 145px;
}
.contact__name {
  margin-top: .2em;
  font-size: 20px;
  font-size: 2rem;
  text-align: left;
}
.contact__function {
  margin-top: 0.3em;
  font-size: 16px;
  font-size: 1.6rem;
}

.gallery {
  width: 100%;
  padding: 10em 0 14em 0;
  background: #dbbf56;
}
.gallery__title {
  color: #fff;
}
.gallery__row {
  margin-top: 6em;
}
.gallery__item {
  float: left;
  padding: 0 15px;
  width: 50%;
}
.gallery__link {
  display: block;
  width: 100%;
}
.gallery__link img {
  max-width: 100%;
  height: auto;
  border: 5px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.side-menu {
  padding: 2em 3em;
  margin-top: 0;
}
.side-menu:before, .side-menu:after {
  content: " ";
  display: table;
}
.side-menu:after {
  clear: both;
}
@media screen and (max-width: 992px) {
  .side-menu {
    position: static;
    margin-top: 0;
    margin-bottom: 2em;
  }
}
.side-menu__box {
  margin-bottom: 5em;
}
.side-menu__box:last-child {
  margin-bottom: 0;
}
.side-menu__title {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
}
.side-menu__title:after {
  content: '';
  display: block;
  width: 45px;
  height: 2px;
  margin-top: 5px;
  background: #cc2529;
}
.side-menu__list {
  padding-left: 25px;
  margin-top: 0.6em;
}
.side-menu__list li {
  padding: 0.8em 0;
  border-bottom: 1px solid #ececec;
}
.side-menu__list li:last-child {
  border-bottom: none;
}
.side-menu li a {
  display: inline-block;
  color: #404040;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.side-menu li a:hover {
  color: #069059;
}

.container--bg {
  position: relative;
}
.container--bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 75%;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
}
@media screen and (max-width: 992px) {
  .container--bg:before {
    display: none;
  }
}

.post {
  position: relative;
  display: block;
  padding-bottom: 3em;
  margin-bottom: 3em;
  text-decoration: none;
  background: #fff;
  border-bottom: 1px solid #ececec;
}
.post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.post__name {
  display: inline-block;
  width: 100%;
  text-align: left;
  color: #404040;
  font-family: "Montserrat-Bold", Helvetica, sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 120%;
}
@media screen and (max-width: 992px) {
  .post__name {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.post__name a {
  color: #404040;
  text-decoration: none;
}
.post__name a:hover {
  text-decoration: underline;
}
.post__title {
  margin-top: 20px;
  font-size: 35px;
  font-size: 3.5rem;
  text-align: left;
}
.post__title:after {
  content: '';
  display: block;
  width: 45px;
  height: 2px;
  margin-top: 5px;
  background: #9aca27;
}
.post__title a {
  color: #404040;
  text-decoration: none;
}
.post__sec-title {
  margin-top: 10px;
  font-size: 25px;
  font-size: 2.5rem;
  text-align: left;
  text-transform: uppercase;
}
.post__subtitle {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #666;
  margin-top: 5px;
  text-transform: uppercase;
}
.post__excerpt {
  padding: 1em 0 0.5em 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.post__desc {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #404040;
  font-family: "Montserrat-Regulas", Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.post__content {
  margin: 0.5em 0 0 0;
}
.post__content--top {
  margin-top: 3em;
}
.post__date {
  display: block;
  margin-top: 0.3em;
  font-size: 16px;
  font-size: 1.6rem;
  color: #404040;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .post__date {
    left: 10px;
    right: 10px;
    text-align: center;
  }
}
.post__date--top {
  padding-top: 1em;
}

.membership--top {
  margin-top: 8em;
}
.membership__row {
  margin-top: 8em;
}
@media screen and (max-width: 768px) {
  .membership__row {
    margin-top: 0;
  }
}
.membership__item {
  padding: 0 4em;
  text-align: center;
}
.membership__item:nth-child(4n) .membership__title span:after {
  background: #dbbf56;
}
.membership__item:nth-child(2n) .membership__title span:after {
  background: #cc2529;
}
.membership__item:nth-child(3n) .membership__title span:after {
  background: #069059;
}
@media screen and (max-width: 768px) {
  .membership__item {
    margin-top: 6em;
  }
}
.membership__title {
  font-size: 20px;
  font-size: 2rem;
}
.membership__title span {
  position: relative;
}
.membership__title span:after {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -5px;
  height: 2px;
  background: #3ab0e2;
}
.membership__description {
  margin: 1.5em 0 0 0;
}
.membership__description p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
}

.modal {
  position: fixed;
  z-index: 9000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  overflow: hidden;
  overflow-y: scroll;
  text-align: center;
}
.modal p {
  font-size: 16px;
  font-size: 1.6rem;
}
.modal p strong {
  font-weight: 600;
  text-transform: uppercase;
}
.modal label {
  display: block;
  margin-top: 10px;
}
.modal input[type="checkbox"] {
  width: auto;
  display: inline-block;
}
.modal__table {
  display: table;
  width: 100%;
  height: 100%;
  padding: 45px 0;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal__table {
    padding: 40px 0 10px 0;
  }
}
.modal__cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.modal__close {
  position: absolute;
  top: 10px;
  right: 16px;
  display: inline-block;
  text-decoration: none;
  font-size: 26px;
  color: #404040;
}
.modal__box {
  position: relative;
  display: inline-block;
  width: 720px;
  padding: 35px;
  margin-top: 55px;
  text-align: left;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .modal__box {
    width: 100%;
  }
}
.modal__title {
  font-size: 35px;
  font-size: 3.5rem;
  text-align: center;
}
.modal__subtitle {
  margin-top: 20px;
  font-size: 20px;
  font-size: 2rem;
  text-align: left;
}
.modal__form {
  border-top: 1px solid #ececec;
  margin-top: 2em;
  padding-top: 2em;
}
.modal__part {
  margin-top: 1.5em;
}
.modal__part--double {
  margin-top: 4em;
  padding-top: 2em;
  border-top: 1px solid #ececec;
}
.modal__part--noline {
  border-top: none;
}
.modal__data {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #ececec;
}
.modal__data ul {
  padding-left: 0;
  list-style-type: none;
}
.modal__data ul li {
  padding: 4px 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.modal__data ul li span {
  display: inline-block;
  width: 140px;
  font-weight: bold;
}
.modal__submitted {
  display: none;
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #ececec;
  text-align: center;
}
.modal__submitted p {
  padding-bottom: 0.3em;
}

.single__title {
  font-size: 40px;
  font-size: 4rem;
  text-align: left;
}
.single__date {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.single__content {
  margin: 20px 0 0 0;
}

.related {
  border-top: 1px solid #ececec;
  margin: 3em 0 0 0;
  padding: 3em 0 0 0;
}
.related--no-top {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.related__title {
  text-align: left;
  font-size: 30px;
  font-size: 3rem;
}
.related__list {
  padding: 1em 0 0 0;
  text-align: justify;
  list-style-type: none;
  padding-left: 25px;
  font-size: 16px;
  font-size: 1.6rem;
}
.related__list li {
  position: relative;
  padding: 0.4em 0;
}
.related__list li:before {
  content: '';
  position: absolute;
  top: 14px;
  left: -15px;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #ececec;
}

.registration-form {
  padding: 0 10%;
  color: #404040;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .registration-form {
    padding: 0;
  }
}
.registration-form p {
  font-size: 16px;
  font-size: 1.6rem;
}
.registration-form p.center {
  text-align: center;
}
.registration-form input[type="radio"],
.registration-form input[type="checkbox"] {
  display: inline-block;
  width: auto;
  padding-right: 10px;
}
.registration-form .wpcf7-radio {
  display: block;
  width: 100%;
}
.registration-form .wpcf7-radio span.wpcf7-list-item {
  display: block;
  padding: 8px 0;
  text-align: center;
}
.registration-form .wpcf7-radio span.wpcf7-list-item-label {
  display: inline-block;
  padding-left: 12px;
}
.registration-form__title {
  margin-top: 55px;
}
.registration-form__row {
  margin-top: 2em;
  width: 100%;
}
.registration-form__row:before, .registration-form__row:after {
  content: " ";
  display: table;
}
.registration-form__row:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .registration-form__row {
    margin-top: 0em;
  }
}
.registration-form__row--top {
  margin-top: 8em;
}
.registration-form__col {
  text-align: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .registration-form__col {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .registration-form__col {
    margin-top: 2em;
  }
}
.registration-form__col--full {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .registration-form__col--full {
    float: left;
    width: 100%;
  }
}

div.wpcf7-response-output {
  display: block !important;
  width: 100% !important;
  color: #404040 !important;
  text-align: center !important;
}

.pricelist p {
  font-size: 16px;
  font-size: 1.6rem;
}
.pricelist__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: center;
}
.pricelist__table td.tooltip span {
  text-decoration-style: dashed;
}
.pricelist__table th {
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Montserrat-Bold", Helvetica, sans-serif;
}
.pricelist__table td, .pricelist__table th {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 8px;
}
.pricelist__table td.top, .pricelist__table th.top {
  padding-top: 1em;
}
.pricelist__row {
  margin-left: -15px;
  margin-right: -15px;
}
.pricelist__row:before, .pricelist__row:after {
  content: " ";
  display: table;
}
.pricelist__row:after {
  clear: both;
}
.pricelist__wrapper {
  margin-top: 1.4em;
  padding-top: 1.4em;
  border-top: 1px solid #ececec;
}
@media screen and (max-width: 992px) {
  .pricelist__wrapper {
    border-top: none;
  }
}
.pricelist__wrapper--separate {
  border-top: 2px solid #069059;
}
.pricelist__text {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .pricelist__text {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .pricelist__text {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #ececec;
  }
}
.pricelist__data {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .pricelist__data {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .pricelist__data {
    margin-top: 2em;
  }
}
.pricelist__mobile-only {
  display: none;
}
@media screen and (max-width: 992px) {
  .pricelist__mobile-only {
    display: table-row;
  }
}
.pricelist__mobile-only th {
  padding-bottom: 1em;
}
.pricelist__ico {
  display: block;
  width: 100%;
  text-align: center;
}
.pricelist__ico svg {
  width: 20px;
  height: 20px;
}
.pricelist__img {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 5px;
}
.pricelist__img svg {
  width: 40px;
  height: 40px;
}

.wp-pagenavi {
  display: inline-block;
  padding-bottom: 40px;
}
.wp-pagenavi:before, .wp-pagenavi:after {
  content: " ";
  display: table;
}
.wp-pagenavi:after {
  clear: both;
}
.wp-pagenavi a {
  float: left;
  display: inline-block;
  padding: 4px 10px;
  margin: 0 4px;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  color: #fff;
  background: #9aca27;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.wp-pagenavi a:before, .wp-pagenavi a:after {
  content: " ";
  display: table;
}
.wp-pagenavi a:after {
  clear: both;
}
.wp-pagenavi a:hover {
  background: #069059;
}
.wp-pagenavi span {
  float: left;
  display: inline-block;
  padding: 4px 12px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
.wp-pagenavi span:before, .wp-pagenavi span:after {
  content: " ";
  display: table;
}
.wp-pagenavi span:after {
  clear: both;
}

.pagination {
  display: block;
  padding: 1em 0 10em 0;
  text-align: center;
}
.pagination ol {
  list-style-type: none;
  display: inline-block;
}
.pagination ol:before, .pagination ol:after {
  content: " ";
  display: table;
}
.pagination ol:after {
  clear: both;
}
.pagination ol grunt
li {
  float: left;
  display: inline-block;
}
.pagination ol grunt
li a {
  float: left;
  display: inline-block;
  padding: 4px 12px;
  margin: 0 4px;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  color: #fff;
  background: #9aca27;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.pagination ol grunt
li a:before, .pagination ol grunt
li a:after {
  content: " ";
  display: table;
}
.pagination ol grunt
li a:after {
  clear: both;
}
.pagination ol grunt
li a:hover {
  background: #069059;
}
.pagination ol grunt
li span {
  float: left;
  display: inline-block;
  padding: 4px 12px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
.pagination ol grunt
li span:before, .pagination ol grunt
li span:after {
  content: " ";
  display: table;
}
.pagination ol grunt
li span:after {
  clear: both;
}

.blog {
  padding: 10em 0 10em 0;
}
.blog:before, .blog:after {
  content: " ";
  display: table;
}
.blog:after {
  clear: both;
}
.blog__content {
  margin-top: 10px;
  text-align: center;
}
.blog__data {
  margin-top: 8em;
  margin-left: -15px;
  margin-right: -15px;
}
.blog__data:before, .blog__data:after {
  content: " ";
  display: table;
}
.blog__data:after {
  clear: both;
}
@media screen and (max-width: 992px) {
  .blog__data {
    margin-top: 0px;
  }
}
.blog__item__desc {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px solid #dbbf56;
  font-size: 14px;
  font-size: 1.4rem;
}
.blog__item {
  text-align: center;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .blog__item {
    float: left;
    width: 25%;
  }
}
.blog__item:nth-child(4n) .blog__item__desc {
  border-top: 2px solid #dbbf56;
}
.blog__item:nth-child(2n) .blog__item__desc {
  border-top: 2px solid #cc2529;
}
.blog__item:nth-child(3n) .blog__item__desc {
  border-top: 2px solid #069059;
}
.blog__item__title {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 992px) {
  .blog__item__title {
    margin-top: 45px;
  }
}
.blog__item__title a {
  color: #404040;
}
.blog__item__title a:hover {
  text-decoration: underline;
}
.blog__item__title span {
  display: inline-block;
  height: 70px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .blog__item__title span {
    height: auto;
    overflow: auto;
  }
}

.header-search {
  position: relative;
  padding: 20px 0 40px 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header-search:before, .header-search:after {
  content: " ";
  display: table;
}
.header-search:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .header-search {
    padding: 5px 0 10px 0;
  }
}
.header-search.open {
  display: block;
}
.header-search__input {
  padding-right: 100px;
}
@media screen and (max-width: 400px) {
  .header-search__input {
    padding-right: 0;
  }
}
.header-search__btn {
  top: 20px;
  right: 0;
  position: absolute;
  float: right;
  width: 90px;
}
@media screen and (max-width: 768px) {
  .header-search__btn {
    top: 5px;
  }
}
@media screen and (max-width: 400px) {
  .header-search__btn {
    position: static;
    width: 100%;
    float: none;
    margin-top: 5px;
  }
}
.header-search__btn button {
  width: 100%;
  height: 48px;
  font-size: 14px;
  font-size: 1.4rem;
  background: #9aca27;
  border: none;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header-search__btn button:hover {
  background: #069059;
}
.header-search__toggle {
  position: relative;
  top: 17px;
  border: none;
  background: transparent;
}
@media screen and (max-width: 1200px) {
  .header-search__toggle {
    top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .header-search__toggle {
    top: 25px;
  }
}
.header-search__toggle svg {
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 1200px) {
  .header-search__toggle svg {
    width: 17px;
    height: 17px;
  }
}

.members-list {
  margin-top: 2em;
}

.members-list__item {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1em 0.3em;
  border-bottom: 1px solid #ececec;
}

.sign {
  float: left;
  width: 100%;
  margin: 15px 0;
  font-size: 12px;
}
.sign:before, .sign:after {
  content: " ";
  display: table;
}
.sign:after {
  clear: both;
}
.sign a {
  color: #fff;
}

.sign__left {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sign__left {
    text-align: center;
  }
}

.sign__right {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sign__right {
    text-align: center;
  }
}

.boxes {
  padding: 0;
  background-color: #ececec;
}

.boxes__items {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .boxes__items {
    width: 100%;
    padding-top: 0;
    padding-bottom: 45px;
  }
}

.boxes__item {
  width: 32%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .boxes__item {
    width: 100%;
    padding-top: 45px;
  }
}

.boxes__ico {
  font-size: 50px;
  height: 80px;
}

.boxes__title {
  font-family: "Montserrat-Light", Helvetica, sans-serif;
}

.boxes__desc {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

.area {
  padding: 30px 0;
  background-color: #9aca27;
  text-align: center;
}

.area__title {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Montserrat-Light", Helvetica, sans-serif;
  display: inline-block;
  text-transform: lowercase;
}

.area__list {
  display: inline-block;
  list-style-type: none;
}
.area__list li {
  display: inline-block;
}
.area__list li a {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
}
.area__list li a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 8px;
  bottom: 8px;
  border-right: 1px solid #fff;
}
.area__list li:last-child a:after {
  display: none;
}

.courses {
  padding: 85px 0 45px 0;
  background-color: #ececec;
}

.courses__title {
  font-family: "Montserrat-Regulas", Helvetica, sans-serif;
}
.courses__title span {
  font-family: "Montserrat-Bold", Helvetica, sans-serif;
}

.courses__items {
  padding: 45px 0 0 0;
}

.course {
  position: relative;
  padding: 18px 0 15px 0;
  margin-top: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #fff;
}
.course:before, .course:after {
  content: " ";
  display: table;
}
.course:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .course {
    padding: 18px 0 0 0;
  }
}

.course__title {
  width: 700px;
  float: left;
  padding: 0 10px;
  padding-left: 10px;
  color: #9aca27;
  font-family: "Montserrat-Bold", Helvetica, sans-serif;
}
@media screen and (max-width: 1200px) {
  .course__title {
    width: 600px;
  }
}
@media screen and (max-width: 992px) {
  .course__title {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .course__title {
    width: 100%;
    padding: 0 15px 0 15px;
  }
}
.course__title a {
  text-decoration: none;
}

.course--small .course__title {
  width: 500px;
}
@media screen and (max-width: 1200px) {
  .course--small .course__title {
    width: 400px;
  }
}
@media screen and (max-width: 992px) {
  .course--small .course__title {
    width: 100%;
    padding-left: 15px;
  }
}

.course__date {
  padding: 0 5px;
  width: 200px;
  float: left;
}
@media screen and (max-width: 1200px) {
  .course__date {
    width: 150px;
  }
}
@media screen and (max-width: 992px) {
  .course__date {
    width: 125px;
  }
}
@media screen and (max-width: 768px) {
  .course__date {
    width: 100%;
    padding: 5px 15px 0 15px;
  }
}

.course--small .course__date {
  width: 150px;
}
@media screen and (max-width: 1200px) {
  .course--small .course__date {
    width: 125px;
  }
}
@media screen and (max-width: 992px) {
  .course--small .course__date {
    width: 100%;
    padding: 10px 0 0 15px;
  }
}

.course__price {
  padding: 0 5px;
  width: 200px;
  float: left;
  font-family: "Montserrat-Bold", Helvetica, sans-serif;
}
@media screen and (max-width: 1200px) {
  .course__price {
    width: 150px;
  }
}
@media screen and (max-width: 992px) {
  .course__price {
    width: 125px;
  }
}
@media screen and (max-width: 768px) {
  .course__price {
    width: 100%;
    padding: 5px 15px 0 15px;
  }
}

.course--small .course__price {
  width: 150px;
}
@media screen and (max-width: 1200px) {
  .course--small .course__price {
    width: 125px;
  }
}
@media screen and (max-width: 992px) {
  .course--small .course__price {
    width: 100%;
    padding: 10px 0 0 15px;
  }
}

.course__btn {
  width: 50px;
  float: right;
}
@media screen and (max-width: 768px) {
  .course__btn {
    width: 100%;
  }
}

.course__btn a {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  min-height: 50px;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 24px;
  background-color: #3ab0e2;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 768px) {
  .course__btn a {
    position: relative;
    width: 100%;
    margin-top: 10px;
  }
}
.course__btn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.course__btn a:hover {
  background-color: #9aca27;
}

.course__qty {
  width: 80px;
  float: right;
}
.course__qty input {
  text-align: right;
  padding-left: 5px;
  padding-right: 5px;
}

.submenu:before, .submenu:after {
  content: " ";
  display: table;
}
.submenu:after {
  clear: both;
}

.submenu__list {
  width: 100%;
  display: inline-block;
  margin-left: -15px;
  margin-right: -15px;
}
.submenu__list:before, .submenu__list:after {
  content: " ";
  display: table;
}
.submenu__list:after {
  clear: both;
}

.submenu__list li {
  list-style-type: none;
  text-align: center;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .submenu__list li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .submenu__list li {
    float: left;
    width: 25%;
  }
}

.submenu__list li a {
  display: inline-block;
  width: 100%;
  padding: 30px 0;
  color: #666;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Montserrat-Bold", Helvetica, sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.submenu__list li a:hover {
  color: #404040;
}

.filter {
  padding: 20px 0;
  text-align: left;
}

.filter__title {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Montserrat-Regulas", Helvetica, sans-serif;
  text-align: left;
}

.sort:before, .sort:after {
  content: " ";
  display: table;
}
.sort:after {
  clear: both;
}

.sort__desc {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}

.sort__items {
  display: inline-block;
}
.sort__items:before, .sort__items:after {
  content: " ";
  display: table;
}
.sort__items:after {
  clear: both;
}

.sort__item {
  display: inline-block;
  padding: 4px 12px;
  margin: 4px 4px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #404040;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sort__item:hover {
  background-color: #9aca27;
  color: #fff;
}

.order__nav {
  padding-top: 30px;
  width: 100%;
}
.order__nav:before, .order__nav:after {
  content: " ";
  display: table;
}
.order__nav:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .order__nav {
    display: none;
  }
}
.order__nav ul {
  list-style-type: none;
  text-align: center;
  display: flex;
}
.order__nav ul li {
  display: inline-block;
  width: 25%;
  float: left;
  display: flex;
}

.order__nav__active,
.order__nav__inactive {
  display: block;
  width: 100%;
  padding: 20px 25px;
  color: #9aca27;
  background-color: #ececec;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Montserrat-Bold", Helvetica, sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.order__nav__active:hover {
  opacity: 0.6;
}

.order__nav__current .order__nav__active,
.order__nav__current .order__nav__inactive {
  background-color: #9aca27;
  _xcolor: #404040;
  color: #fff;
}

.order__nav__inactive {
  color: #404040;
}

.order__nav__no {
  position: relative;
  top: -2px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  font-family: "Montserrat-Light", Helvetica, sans-serif;
}

.order__nav__current .order__nav__no {
  color: #404040;
}

.order__nav--finish .order__nav__active,
.order__nav--finish .order__nav__inactive {
  background-color: #9aca27;
  _xcolor: #404040;
  color: #fff;
}

.order__nav--finish .order__nav__no {
  color: #404040;
}

.order__title {
  padding: 45px 0 45px 0;
  text-align: left;
  font-size: 34px;
  font-size: 3.4rem;
}

.order__person {
  padding: 15px 0 0 0;
  margin: 15px 0 0 0;
}
.order__person:before, .order__person:after {
  content: " ";
  display: table;
}
.order__person:after {
  clear: both;
}

.order__person__name {
  width: 20%;
  float: left;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .order__person__name {
    width: 100%;
    margin-top: 12px;
  }
}

.order__person__lastname {
  width: 20%;
  float: left;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .order__person__lastname {
    width: 100%;
    margin-top: 12px;
  }
}

.order__person__function {
  width: 20%;
  float: left;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .order__person__function {
    width: 100%;
    margin-top: 12px;
  }
}

.order__person__email {
  width: 20%;
  float: left;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .order__person__email {
    width: 100%;
    margin-top: 12px;
  }
}

.order__person__phone {
  width: 20%;
  float: left;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .order__person__phone {
    width: 100%;
    margin-top: 12px;
  }
}

.order__person__delete {
  background-color: #d9d9d9;
  border: 2px solid #999999;         
  font-size: 13px;
}

.order__table {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
}
.order__table td, .order__table th {
  text-align: left;
  padding: 4px;
}
.order__table th {
  font-weight: bold;
}

.order__button {
  padding: 45px 0;
}

.order__button--right {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .order__button--right {
    text-align: center;
  }
}

.order__button--small {
	padding: 25px 0;
}

.c-btn--small {
	padding: 0.8em 1.8em;
	font-size: 14px;
}

.order__finish {
  padding: 15px 0 305px 0;
}

.order__data__col {
  padding-top: 30px;
}

.order__person__del {
  width: 100%;
  float: left;
  text-align: right;
  padding-right: 5px;
  padding-top: 10px;
}

.order__person__delete {
  display: inline-block;
  _xbackground-color: #e96656;
  _xborder: 2px solid #cc2529;
  background-color: #d9d9d9;
  border: 2px solid #999999;   
  padding: 8px 20px;
  color: #fff;
}

.album {
  margin-left: -15px;
  margin-right: -15px;
}
.album:before, .album:after {
  content: " ";
  display: table;
}
.album:after {
  clear: both;
}
.album:before, .album:after {
  content: " ";
  display: table;
}
.album:after {
  clear: both;
}
.album__col {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 6em;
}
@media (min-width: 768px) {
  .album__col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .album__col {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .album__col {
    float: left;
    width: 25%;
  }
}
.album__item {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
}
.album__item:hover .album__img {
  border: 8px solid #666;
}
.album__img {
  max-width: 100%;
  height: auto;
  border: 8px solid #ececec;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.album__name {
  display: block;
  width: 100%;
  margin-top: 0.6em;
  overflow: hidden;
  text-wrap: none;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.images {
  margin-left: -15px;
  margin-right: -15px;
}
.images:before, .images:after {
  content: " ";
  display: table;
}
.images:after {
  clear: both;
}
.images:before, .images:after {
  content: " ";
  display: table;
}
.images:after {
  clear: both;
}
.images__col {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 4em;
}
@media (min-width: 768px) {
  .images__col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .images__col {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .images__col {
    float: left;
    width: 25%;
  }
}
.images__item {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
}
.images__item:hover .images__img {
  border: 8px solid #666;
}
.images__img {
  max-width: 100%;
  height: auto;
  border: 8px solid #ececec;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.images__name {
  display: block;
  width: 100%;
  margin-top: 0.4em;
  overflow: hidden;
  text-wrap: none;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.location {
  position: relative;
  width: 100%;
  padding: 80px 0 0 0;
}

.location__wrapper {
  position: relative;
  height: 450px;
  margin-top: 40px;
}

.location__map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.location .container {
  position: relative;
}

.location__box {
  position: absolute;
  z-index: 99;
  top: 15px;
  left: 0;
  padding: 15px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-size: 1.4rem;
}

.location__name {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Montserrat-Regulas", Helvetica, sans-serif;
  color: #fff;
}

.location__content {
  position: relative;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
}
.location__content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  border-top: 1px solid #fff;
}

.location__box p {
  padding: 2px 0;
  font-weight: 300;
}

.location__box a {
  color: #fff;
}

.parameters {
  padding: 45px 0;
}

.parameters__item {
  padding: 20px;
}

.parameters__name {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
}

.parameters__desc {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}

.program {
  padding: 45px 0;
  background-color: #ececec;
}

.program__items {
  padding: 0 0 45px 0;
}

.program__item {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 30px;
}
.program__item:before, .program__item:after {
  content: " ";
  display: table;
}
.program__item:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .program__item {
    display: block;
  }
}

.program__date {
  float: left;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  width: 200px;
  text-align: center;
  font-family: "Montserrat-Bold", Helvetica, sans-serif;
}
@media screen and (max-width: 768px) {
  .program__date {
    width: 100%;
    float: none;
    display: block;
  }
}

.program__ico {
  text-align: center;
  width: 100%;
}
.program__ico img {
  height: 60px;
}

.program__date__from {
  display: inline-block;
}

.program__date__to {
  display: inline-block;
}

.program__content {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 80px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 992px) {
  .program__content {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .program__content {
    padding-left: 0;
    padding-top: 15px;
  }
}

.program__info {
  width: 100%;
  float: left;
}
@media screen and (max-width: 768px) {
  .program__info {
    float: none;
    width: 100%;
  }
}

.program__col3 {
  width: 30%;
  margin-right: 3%;  
}
.program__col3.last {
  margin-right: 0%;
}
@media screen and (max-width: 768px) {
  .program__col3 {    
    width: 100%;
    margin-right: 0%;
  }
}

.program__col2 {
  width: 47%;
  margin-right: 6%;  
}
.program__col2.last {
  margin-right: 0%;
}
@media screen and (max-width: 768px) {
  .program__col2 {    
    width: 100%;
    margin-right: 0%;
  }
}

.program__info .speakers__item {
  max-width: 300px;
  padding-top: 15px !important;
}

.program__info .speakers__desc {
  padding-top: 10px;
}

.program__authors {
  width: 50%;
  float: right;
}
@media screen and (max-width: 768px) {
  .program__authors {
    float: none;
    width: 100%;
  }
}

.program__date {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 14px;
  color: #fff;
  background-color: #003661;
}
@media screen and (max-width: 768px) {
  .program__date p {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .program__date__to:before {
    content: ' - ';
  }
}

.program__name {
  margin-top: 0;
  text-align: left;
  font-size: 20px;
  font-size: 2rem;
}

.program__list ul {
  margin-top: 10px;
  padding-left: 15px;
}

.program__authors {
  padding-left: 30px;
  padding-top: 33px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .program__authors {
    padding-left: 0;
  }
}

.time {
  padding: 45px 0;
}

.time__countdown {
  padding: 30px 0 0 0;
  padding: 3rem 0 0 0;
  text-align: center;
  font-family: "Montserrat-Light", Helvetica, sans-serif;
  font-size: 45px;
  font-size: 4.5rem;
}

.time__desc {
  padding: 45px 0 0 0;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

.addeventatc {
  background-color: #9aca27 !important;
  _xcolor: #fff !important;
  margin: 20px auto;
}

.price {
  position: relative;
  z-index: 1;
  background-color: #ececec;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.price:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.price .container {
  position: relative;
  z-index: 3;
}

.price__title {
  color: #fff;
}

.price__box {
  margin: 45px 0 0 0;
  padding: 45px;
  width: 575px;
  max-width: 90%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .price__box {
    text-align: center;
  }
}

.price__box--sec {
  background-color: #3ab0e2;
}
@media screen and (max-width: 768px) {
  .price__box--sec {
    padding-top: 80px;
  }
}

.price__box--green {
  background-color: #9aca27;
}

.price__name {
  text-align: left;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .price__name {
    text-align: center;
  }
}

.price__total {
  padding: 30px 0;
  font-size: 36px;
  font-size: 3.6rem;
}
.price__total span {
  font-size: 14px;
  font-size: 1.4rem;
}

.price__desc {
  font-size: 16px;
  font-size: 1.6rem;
}

.price__row,
.price__col {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .price__row,
  .price__col {
    display: block;
  }
}

.organizator {
  padding-top: 80px;
  text-align: center;
}

.organizator__logo {
  padding-top: 45px;
  text-align: center;
}
.organizator__logo a {
  display: inline-block;
  padding: 0 15px;
}

.swiper-slide {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 400px;
  height: auto;
}

.section {
  padding: 80px 0;
}

.submenu {
  text-align: center;
  background-color: #fff;
  padding: 20px 0;
  position: fixed;
  z-index: 9;
  width: 100%;
  margin-top: -2px;  
}
.submenu:before, .submenu:after {
  content: " ";
  display: table;
}
.submenu:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .submenu {
    display: none;
  }
}

.submenu .menu-submenu-container {
  display: inline-block;
}

.submenu ul {
  display: inline-block;
  list-style-type: none;
}

.submenu ul li {
  display: inline-block;
}

.submenu ul li a {
  display: inline-block;
  padding: 0 20px;
  color: #404040;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Montserrat-Bold", Helvetica, sans-serif;
  text-decoration: none;
}

.blueboxes {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .blueboxes {
    width: 100%;
    display: block;
  }
}

.blueboxes__item {
  display: flex;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .blueboxes__item {
    width: 100%;
    display: block;
  }
}

.blueboxes__wrapper {
  color: #fff;
  padding: 30px 15px;
  background: #9aca27;
  height: 100%;
  text-align: center;
}

.speakers {
  padding: 80px 0 45px 0;
  background-color: #ececec;
}

.speakers__items {
  padding-top: 65px;
}
@media screen and (max-width: 768px) {
  .speakers__items {
    padding-top: 0;
  }
}

.speakers__item {
  display: inline-block;
  width: 100%;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .speakers__item {
    padding-top: 45px;
  }
}

.speakers__img {
  position: relative;
  z-index: 1;
}
.speakers__img:after {
  content: '';
  display: inline-block;
  padding-bottom: 85%;
}

.speakers__img__inner {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: 50% 50%;
  filter: grayscale(100%);
}

.speakers__full {
  opacity: 0;
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  overflow: hidden;
  background-color: #9aca27;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.speakers__full p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: left;
}

.speakers__full a {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}

.speakers__item:hover .speakers__full {
  opacity: 1;
}

.speakers__name {
  margin-top: 5px;
  color: #404040;
  text-align: left;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Montserrat-Bold", Helvetica, sans-serif;
}

.speakers__desc {
  text-align: left;
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
}

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu {
  *zoom: 1;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

.slicknav_nav {
  clear: both;
}
.slicknav_nav ul {
  display: block;
}
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #4c4c4c;
  padding: 5px;
}
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222;
}

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
}
.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

.slicknav_menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .slicknav_menu {
    display: block;
  }
}

span.wpcf7-not-valid-tip {
  display: inline-block;
  margin-top: 8px;
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

div.wpcf7-validation-errors {
  border: none;
}

div.wpcf7-response-output {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 9;
  top: 50%;
  display: block;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  width: 30px;
  height: 30px;
}

.slick-prev {
  left: -30px;
  color: #404040;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .slick-prev {
    left: 20px;
  }
}
.slick-prev:after {
  position: relative;
  z-index: 10;
  font-family: 'icomoon' !important;
  font-size: 30px;
  content: "\e900";
}

.slick-next {
  right: -30px;
  color: #404040;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .slick-next {
    right: 20px;
  }
}
.slick-next:after {
  position: relative;
  z-index: 10;
  font-family: 'icomoon' !important;
  font-size: 30px;
  content: "\e904";
}

.slick-dots {
  margin: 6em 0 0 0;
  list-style-type: none;
  display: inline-block;
}
.slick-dots li {
  float: left;
  display: inline-block;
}
.slick-dots li.slick-active button {
  background: #404040;
}
.slick-dots li button {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 4px;
  background: #f7d861;
  border: none;
  text-indent: -10000px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?v4adqs");
  src: url("../fonts/icomoon.eot?v4adqs#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?v4adqs") format("truetype"), url("../fonts/icomoon.woff?v4adqs") format("woff"), url("../fonts/icomoon.svg?v4adqs#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-prev:before {
  content: "\e900";
}

.icon-arrows:before {
  content: "\e904";
}

.icon-interface:before {
  content: "\e91b";
}

.icon-cross:before {
  content: "\e901";
}

.icon-quote-right:before {
  content: "\e902";
}

.icon-quote-left:before {
  content: "\e903";
}

/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
  font-size: 14px;
  font-size: 1.4rem;
}

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto;
}

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
  font-size: 14px;
  font-size: 1.4rem;
}

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
}

/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}

/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid black;
  border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 18px;
  padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0px;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0px;
  top: -3px;
}

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: black;
}

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

