/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  /* 1 */
  overflow: visible;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  border-bottom: none;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  color: #000;
  background-color: #ff0;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  /* 2 */
  display: table;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  /* 1 */
  outline-offset: -2px;
  -webkit-appearance: textfield;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: 'DINNextLTPro-Regular';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/DINNextLTPro-Regulard41d.eot?#iefix') format('embedded-opentype'), url('../fonts/DINNextLTPro-Regular.otf') format('opentype'), url('../fonts/DINNextLTPro-Regular.woff') format('woff'), url('../fonts/DINNextLTPro-Regular.ttf') format('truetype'), url('../fonts/DINNextLTPro-Regular.svg#DINNextLTPro-Regular') format('svg');
}

@font-face {
  font-family: 'DINNextLTPro-Bold';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/DINNextLTPro-Boldd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/DINNextLTPro-Bold.otf') format('opentype'), url('../fonts/DINNextLTPro-Bold.woff') format('woff'), url('../fonts/DINNextLTPro-Bold.ttf') format('truetype'), url('../fonts/DINNextLTPro-Bold.svg#DINNextLTPro-Bold') format('svg');
}

@font-face {
  font-family: 'NeueHaasUnicaPro-Regular';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/NeueHaasUnicaPro-Regulard41d.eot?#iefix') format('embedded-opentype'), url('../fonts/NeueHaasUnicaPro-Regular.otf') format('opentype'), url('../fonts/NeueHaasUnicaPro-Regular.woff') format('woff'), url('../fonts/NeueHaasUnicaPro-Regular.ttf') format('truetype'), url('../fonts/NeueHaasUnicaPro-Regular.svg#NeueHaasUnicaPro-Regular') format('svg');
}

.header-top {
  display: block;
  width: 100%;
  padding: 20px 0 30px;
}

.header-top .logo {
  display: block;
  width: 286px;
/*   height: 73px; */
  height: 150px;
}

.header-top .logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.logo-footer {
  display: block;
  width: 286px;
  height: 150px;
}

.logo.footer img {
  display: block;
  width: 100%;
  height: 100%;
}

.header-main {
  position: relative;
  display: block;
  min-height: 58px;
  background: #2d2421;
}

.main-menu__wrap {
  display: block;
}

.main-menu {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.main-menu > li {
  font-size: 18px;
  line-height: 20px;
  position: relative;
  display: inline-block;
  margin-right: 6px;
  padding: 0;
  vertical-align: top;
  white-space: normal;
}

.main-menu > li:before {
  display: none;
}

.main-menu > li:last-child {
  margin-right: 0;
}

.main-menu > li > a {
  font-size: 18px;
  line-height: 20px;
  display: block;
  box-sizing: border-box;
  height: 58px;
  padding: 21px 20px 17px 30px;
  text-align: center;
  color: #fff;
}

.main-menu > li > a:after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-top: 5px;
  margin-left: 6px;
  content: '';
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: top;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

.main-menu > li > a:last-child {
  padding-right: 30px;
}

.main-menu > li > a:last-child:after {
  display: none;
}

.main-menu > li.current-menu-item > a {
  background: #a97e4b;
}

.main-menu > li.current-menu-item > a:last-child {
  cursor: default;
}

.no-touchevents .main-menu > li:not(.current-menu-item):hover > a {
  background: #999;
}

.main-menu > li.opened {
  z-index: 100;
}

.main-menu > li.opened ul {
  display: block;
}

.main-menu ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 340px;
  margin: 0;
  padding: 0;
  background: #fff;
}

.main-menu ul li {
  display: block;
  padding: 0;
  list-style: none;
}

.main-menu ul li:before {
  display: none;
}

.main-menu ul li:last-child a:after {
  display: none;
}

.main-menu ul li.active a {
  cursor: default;
  color: #a97e4b;
}

.no-touchevents .main-menu ul li:not(.active) a:hover {
  background: #f4f4f4;
}

.main-menu ul a {
  font-size: 17px;
  line-height: 20px;
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 30px 14px;
}

.main-menu ul a:after {
  position: absolute;
  right: 1px;
  bottom: 0;
  left: 1px;
  display: block;
  height: 1px;
  content: '';
  background: #ddd;
}

.lang-menu__wrap {
  z-index: 50;
  display: block;
  float: right;
  padding: 23px 0 0;
}

.lang-menu {
  display: block;
  margin: 0;
  padding: 0;
  cursor: default;
}

.lang-menu li {
  line-height: 13px;
  display: inline-block;
  padding: 0 5px 0 3px;
  list-style: none;
  border-right: 1px solid #fff;
}

.lang-menu li:before {
  display: none;
}

.lang-menu li.wpml-ls-current-language a,
.lang-menu li.current-menu-item a {
  cursor: default;
  color: #a97e4b;
}

.lang-menu li:last-child {
  padding-right: 0;
  border-right: none;
}

.lang-menu a {
  font-size: 13px;
  line-height: 13px;
  display: inline-block;
  color: #fff;
}

.menu-toggle {
  position: relative;
  display: none;
  width: 58px;
  height: 58px;
  background: #a97e4b;
}

.menu-toggle .menu-toggle__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  margin-top: -1px;
  margin-left: -12px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background: #fff;
}

.menu-toggle .menu-toggle__icon:before,
.menu-toggle .menu-toggle__icon:after {
  position: absolute;
  left: 0;
  display: block;
  width: 24px;
  height: 2px;
  content: '';
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background: #fff;
}

.menu-toggle .menu-toggle__icon:before {
  top: -7px;
}

.menu-toggle .menu-toggle__icon:after {
  bottom: -7px;
}

.menu-toggle.active-menu .menu-toggle__icon {
  width: 2px;
  margin-left: -1px;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
}

.menu-toggle.active-menu .menu-toggle__icon:before {
  top: 0;
  width: 28px;
  margin-left: -13px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-toggle.active-menu .menu-toggle__icon:after {
  top: 0;
  bottom: auto;
  width: 28px;
  margin-left: -13px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.layout-footer {
  display: block;
  padding: 40px 0 80px;
  background: #2d2421;
}

  .footer-logo__wrap {
    display: inline-block;
	white-space: nowrap;
    margin-left: 20%;
  }
  
.footer-social__wrap {
  display: block;
  float: right;
  white-space: nowrap;
}

.footer-social__wrap .footer-social__title {
  font-size: 15px;
  line-height: 18px;
  display: inline-block;
  margin-right: 13px;
  padding-top: 13px;
  vertical-align: top;
  color: #fff;
}

.footer-social {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.footer-social li {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 0;
  vertical-align: top;
}

.footer-social li:before {
  display: none;
}

.footer-social .footer-social__link {
  display: block;
  width: 44px;
  height: 44px;
  padding: 7px;
  border-radius: 50%;
  background: #a97e4b;
}

.footer-social .footer-social__link .icon {
  width: 100%;
  height: 100%;
  stroke: #fff;
  fill: none;
}

.no-touchevents .footer-social .footer-social__link:hover {
  background: #936c42;
}

.footer__copyright {
  font-size: 15px;
  line-height: 18px;
  display: block;
  float: left;
  padding: 9px 0;
  color: #fff;
}

.footer__logo {
  display: block;
  float: center;
  padding: 9px 0;
}


.btn {
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  border: none;
  background-color: transparent;
}

.btn-simple {
  font-family: 'DINNextLTPro-Regular';
  font-size: 18px;
  line-height: 21px;
  display: inline-block;
  box-sizing: border-box;
  min-width: 130px;
  padding: 16px 35px 13px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 50px;
  background: #a97e4b;
}

.no-touchevents .btn-simple:hover {
  background: #936c42;
}

.btn-wrap {
  display: block;
  width: 100%;
  margin: 0 0 15px;
}

.btn-wrap:last-child {
  margin-bottom: 0;
}

*,
:after,
:before {
  box-sizing: border-box;
}

:active,
:focus,
:hover {
  outline: 0;
}

html,
body {
  height: 100%;
  padding: 0;
}

/* force a vertical scrollbar to prevent a jumpy page */

html {
  overflow-y: scroll;
}

html {
  font-size: 14px;
  line-height: 14px;
  min-width: 320px;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: 'DINNextLTPro-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  line-height: inherit;
  min-width: 320px;
  min-height: 100%;
  color: #4d4d4d;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

a {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  text-decoration: none;
  color: inherit;
}

.no-touchevents a:hover {
  text-decoration: none;
}

p {
  font-size: 16px;
  line-height: 19.2px;
  margin: 0 0 19.2px;
  color: #4d4d4d;
}

p:last-child {
  margin-bottom: 0;
}

.text-block a {
  font-size: 16px;
  line-height: 19.2px;
  color: #a97e4b;
}

.no-touchevents .text-block a:hover {
  color: #000;
}

ul {
  margin: 0 0 19.2px;
  padding: 0;
}

li {
  font-size: 16px;
  line-height: 19.2px;
  position: relative;
  box-sizing: border-box;
  padding-left: 23px;
  list-style: none;
  color: #4d4d4d;
}

li:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 7px;
  height: 7px;
  content: '';
  background: #a97e4b;
}

.icon {
  stroke-miterlimit: 10;
}

h1,
.h1 {
  font-size: 36px;
  font-weight: normal;
  line-height: 43.2px;
  display: block;
  margin: 0 0 45px;
  color: #793017;
}

h1:last-child,
.h1:last-child {
  margin-bottom: 0;
}

h1:first-letter,
.h1:first-letter {
  text-transform: uppercase;
}

h2,
.h2 {
  font-size: 21px;
  font-weight: normal;
  line-height: 26px;
  display: block;
  margin: 0;
  color: #793017;
}

h3,
.h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  display: block;
  margin: 0;
  color: #793017;
}

p:empty {
  display: none;
}

b,
strong {
  font-family: 'DINNextLTPro-Bold';
  font-weight: normal;
}

input {
  border-radius: 0;
  -webkit-appearance: none;
}

.text-up {
  text-transform: uppercase;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.svg-store {
  display: none;
  overflow: hidden;
  height: 0;
}

.layout {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}

.default-block {
  display: block;
}

.default-block img {
  max-width: 100%;
}

.default-block_space {
  margin-bottom: 60px;
}

.container {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-width: 320px;
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
}

.container:after {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  content: '';
}

.container.container-half {
  max-width: 655px;
}

.container.container-pull-right {
  float: right;
}

.section-default {
  display: block;
  width: 100%;
  padding: 20px 0 60px;
}

.breadcrumbs {
  display: block;
  width: 100%;
  margin: 0 0 50px;
  padding: 0;
  cursor: default;
}

.breadcrumbs li {
  font-size: 14px;
  line-height: 26px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
  vertical-align: top;
  color: #4d4d4d;
}

.breadcrumbs li:first-letter {
  text-transform: uppercase;
}

.breadcrumbs li:before {
  display: none;
}

.breadcrumbs li:after {
  content: ' > ';
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs li a {
  margin-right: 5px;
  color: #a97e4b;
}

.no-touchevents .breadcrumbs li a:hover {
  color: #000;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row > div {
  display: block;
  padding: 0 15px;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.col-8 {
  width: 66.6666%;
}

.col-6 {
  width: 50%;
}

.col-4 {
  width: 33.3333%;
}

.col-3 {
  width: 25%;
}

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

.pull-right {
  float: right;
}

.loader-gif {
  text-align: center;
}

.loader-gif img {
  width: 30px;
  height: 30px;
}

.blockquote-block {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 30px;
  padding-left: 30px;
}

.blockquote-block:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 5px;
  content: '';
  background: #793017;
}

.blockquote-block blockquote {
  font-size: 30px;
  font-style: normal;
  line-height: 36px;
  display: block;
  margin: 0;
  color: #793017;
}

.blockquote-block .blockquote__author {
  font-size: 16px;
  line-height: 30px;
  display: block;
  color: #4d4d4d;
}

.section-main {
  position: relative;
  display: block;
  width: 100%;
  min-height: 420px;
  background: #793017;
}

.section-main:after {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  content: '';
}

.section-main .section-main__inner,
.section-main .section-main__left,
.section-main .section-main__right {
  min-height: 420px;
}

.section-main.section-main-home {
  min-height: 660px;
}

.section-main.section-main-home .section-main__inner,
.section-main.section-main-home .section-main__left,
.section-main.section-main-home .section-main__right {
  min-height: 660px;
}

.section-main .section-main__left,
.section-main .section-main__right {
  position: relative;
  display: block;
  width: 50%;
  height: 100%;
}

.section-main .section-main__right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 50%;
}

.section-main .main-slider {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.section-main .main-slider .slick-list,
.section-main .main-slider .slick-track {
  height: 100%;
}

.section-main .main-slider .slide-one {
  position: relative;
  display: block;
  height: 100%;
}

.section-main .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 20;
  top: 50%;
  display: none;
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
  background: none;
}

.section-main .slick-arrow:after {
  position: absolute;
  top: 16px;
  display: block;
  width: 11px;
  height: 11px;
  content: '';
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.section-main .slick-prev {
  left: 30px;
}

.section-main .slick-prev:after {
  left: 18px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.section-main .slick-next {
  right: 30px;
}

.section-main .slick-next:after {
  left: 13px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.section-main__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.section-main__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: 100%;
  padding: 25px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-main__inner .section-main__subtitle {
  font-size: 36px;
  line-height: 43px;
  display: block;
  width: 100%;
  margin: 0 0 5px;
  opacity: .5;
  color: #fff;
}

.section-main__inner .section-main__title {
  font-size: 48px;
  line-height: 57px;
  display: block;
  width: 100%;
  margin: 0 0 25px;
  color: #fff;
}

.section-main__inner .section-main__title:last-child {
  margin-bottom: 0;
}

.section-twiter {
  display: block;
  width: 100%;
  padding: 48px 0 53px;
  background: #f4f6f8;
}

.twiter-block {
  display: block;
  width: 100%;
}

.twiter-block .twiter-block__icon {
  display: block;
  margin: 0 auto 30px;
  text-align: center;
}

.twiter-block .twiter-block__icon .icon {
  display: inline-block;
  width: 50px;
  height: 40px;
  stroke: #a97e4b;
  fill: none;
}

.twiter-list {
  font-size: 0;
  line-height: 0;
  display: block;
  margin: 0 -15px;
  text-align: center;
}

.twiter-list li {
  display: inline-block;
  width: 33.3333%;
  margin: 0;
  padding: 0 15px 15px;
  list-style: none;
  vertical-align: top;
}

.twiter-list li:before {
  display: none;
}

.twiter-list .twit {
  display: block;
  text-align: left;
}

.twiter-list .twit .twit__name {
  font-family: 'DINNextLTPro-Bold';
  font-size: 15px;
  line-height: 24px;
  display: inline-block;
  margin-right: 3px;
  vertical-align: top;
  color: #332c2b;
}

.twiter-list .twit .twit__date,
.twiter-list .twit .twit__page {
  font-size: 13px;
  line-height: 24px;
  display: inline-block;
  margin-right: 3px;
  color: #657786;
}

.twiter-list .twit .twit__text {
  font-size: 15px;
  line-height: 21px;
  display: block;
  color: #332c2b;
}

.twiter-list .twit .twit__hash {
  font-size: 15px;
  line-height: 21px;
  display: block;
}

.twiter-list .twit .twit__hash a {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
  color: #a97e4b;
}

.twiter-list .twit .twit__hash a:last-child {
  margin-right: 0;
}

.no-touchevents .twiter-list .twit .twit__hash a:hover {
  color: #000;
}

.section-map {
  display: block;
}

.map {
  display: block;
  width: 100%;
  height: 390px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.address-block {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding-left: 30px;
  padding-left: 30px;
}

.address-block .address__name {
  font-family: 'DINNextLTPro-Bold';
  font-size: 16px;
  line-height: 26px;
  display: block;
  color: #4d4d4d;
}

.address-block .address__value {
  font-size: 16px;
  line-height: 26px;
  display: block;
  margin: 0 0 35px;
  color: #4d4d4d;
}

.address-block .address__line {
  display: block;
  margin: 0 0 35px;
}

.address-block .address__phone {
  font-size: 21px;
  line-height: 26px;
  color: #4d4d4d;
}

.address-block .address__phone a {
  color: #4d4d4d;
}

.address-block .address__map,
.address-block .address__email {
  font-size: 16px;
  line-height: 26px;
  position: relative;
  display: inline-block;
  padding-left: 25px;
  color: #a97e4b;
}

.address-block .address__map .address__email-icon,
.address-block .address__email .address__email-icon {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
}

.address-block .address__map .address__map-icon,
.address-block .address__email .address__map-icon {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
}

.address-block .address__map .icon,
.address-block .address__email .icon {
  width: 100%;
  height: 100%;
  fill: #a97e4b;
}

.no-touchevents .address-block .address__map:hover,
.no-touchevents
    .address-block .address__email:hover {
  color: #000;
}

.no-touchevents .address-block .address__map:hover .icon,
.no-touchevents
      .address-block .address__email:hover .icon {
  fill: #000;
}

.form-block {
  display: block;
  width: 100%;
}

.form-block .btn-wrap {
  margin-top: 40px;
}

.form-row {
  display: block;
  margin-right: -26px;
  margin-left: -26px;
}

.form-row > div {
  float: left;
  padding: 0 26px;
}

.form-row:after {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  content: '';
}

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

.form-col-8 {
  width: 66.6666%;
}

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

.form-col-4 {
  width: 33.3333%;
}

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

.form-label {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 20px;
}

.form-label .form-label__name {
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin: 0 0 5px;
}

.form-input {
  font-family: 'DINNextLTPro-Regular';
  font-size: 16px;
  line-height: 26px;
  display: block;
  width: 100%;
  height: 46px;
  padding: 16px 12px 12px;
  color: #4d4d4d;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  background: #fff;
}

.form-input.error,
.select-wrap .wpcf7-form-control-wrap .select.error,
.form-file.error,
.inputfile.error + label {
  border-color: rgba(255, 0, 0, .3);
  background-color: rgba(255, 0, 0, .1);
}

textarea.form-input {
  min-height: 190px;
  resize: vertical;
  box-shadow: none;
}

input.inputfile {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: .1px;
  height: .1px;
  opacity: 0;
}

input.inputfile + label.form-file {
  overflow: hidden;
  padding: 12px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select-wrap {
  font-family: 'DINNextLTPro-Regular';
  font-size: 16px;
  line-height: 26px;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 47px;
  color: #4d4d4d;
  background: #fff;
}

.select-wrap .select {
  font-family: 'DINNextLTPro-Regular';
  font-size: 16px;
  line-height: 26px;
  position: relative;
  display: block;
  width: 100%;
  height: 46px;
  padding: 0 12px;
  cursor: pointer;
  color: #4d4d4d;
  border: none;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-wrap .select:focus {
  outline: 0;
}

.select-wrap select::-ms-expand {
  display: none;
}

.select-wrap-countries {
  overflow: visible;
}

.select-wrap-countries .country-select.inside {
  width: 100%;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  opacity: 0;
}

.select-wrap-countries .country-select.inside input {
  height: 44px;
  border: none;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
}

.select-wrap-countries .country-select.inside .flag {
  background-image: url('../images/flags.png');
}

.select-wrap-countries .country-select.inside .country-list li:before {
  content: none;
}

.form-file {
  font-size: 16px;
  line-height: 26px;
  display: block;
  width: 100%;
  height: 46px;
  padding: 7px 12px;
  color: #4d4d4d;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  background: #fff;
}

.form-file i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  margin-right: 8px;
  vertical-align: top;
}

.form-file i svg {
  fill: #4d4d4d;
}

.form-title {
  font-size: 20px;
  line-height: 24px;
  display: block;
  margin-bottom: 15px;
}

.form-group {
  display: block;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0 0 30px;
}

.form-group + .form-group {
  margin: 0;
  padding: 40px 0 30px;
  border-top: 1px solid #793017;
}

.form-group + .btn-wrap {
  margin-top: 0;
}

.section-africa {
  display: block;
  width: 100%;
  padding: 100px 0;
}

.africa-list__wrap {
  display: block;
  width: 100%;
  padding: 40px 0 0;
}

.africa-list__title {
  font-size: 16px;
  line-height: 26px;
  display: block;
  margin: 0 0 30px;
  color: #4d4d4d;
}

.africa-list {
  display: block;
  margin: 0;
  padding: 0;
}

.africa-list li {
  display: block;
  padding: 0;
  list-style: none;
}

.africa-list li:before {
  display: none;
}

.africa-list li a {
  cursor: default;
}

.africa-list .africa-link {
  font-size: 16px;
  line-height: 26px;
  color: #793017;
}

.africa-list .africa-link.highlight,
.no-touchevents .africa-list .africa-link:hover {
  color: #000;
}

.map-africa {
  display: block;
  text-align: center;
}

.map-africa img {
  display: inline-block;
  width: 100%;
  max-width: 330px;
}

.map-africa svg {
  display: block;
  max-width: 330px;
  margin: 0 auto;
}

.map-africa .highlight {
  fill: #000;
}

.section-project-list {
  position: relative;
  display: block;
  padding: 30px 0 50px;
  background: #793017;
}

.section-project-list h1,
.section-project-list .h1 {
  color: #fff;
}

.section-project-list-page {
  background: #fff;
}

.project-list {
  display: block;
  width: 100%;
}

.project-list .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.project-list .col-4 {
  margin-bottom: 30px;
}

.project-list.project-list-hidden {
  display: none;
}

.project-one {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #a97e4b;
  border-radius: 4px;
  background-color: #fff;
}

.project-one .project-one__img {
  display: block;
  width: 100%;
  padding: 0 0 50%;
  border-radius: 4px 4px 0 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.project-one .project-one__description {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 25px 15px;
  background: #fff;
}

.project-one .project-one__title {
  font-size: 24px;
  line-height: 29px;
  position: relative;
  display: block;
  text-align: center;
  color: #a97e4b;
}

.project-one .project-one__place {
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin: 0 0 10px;
  text-align: center;
  color: #a97e4b;
}

.project-one .project-one__text {
  font-size: 16px;
  line-height: 19.2px;
  display: block;
  margin: 0;
  text-align: center;
  color: #4d4d4d;
}

.project-list-more__wrap {
  display: block;
  text-align: center;
}

.project-list-more {
  font-size: 16px;
  line-height: 19.2px;
  display: inline-block;
  color: #fff;
}

.section-project-list-page .project-list-more {
  font-size: 26px;
  line-height: 30px;
  color: #4d4d4d;
}

.section-project-list-page .project-list-more.btn-simple {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
}

.video-block {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 0 56.25%;
  background: #000;
}

.video-block iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.video-block .video-preview {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.video-block .video-preview .video-preview__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  padding: 15px 15px 15px 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(51, 44, 43, .6);
}

.video-block .video-preview .video-preview__icon .icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: #fff;
}

.words-block {
  font-size: 30px;
  line-height: 36px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 60px 0;
  padding: 60px 20px;
  text-align: center;
  color: #fff;
  background: #a97e4b;
}

.words-block .words-block__text {
  display: block;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}

.words-block .words-block__author {
  font-size: 16px;
  line-height: 32px;
}

.section-dates {
  display: block;
  width: 100%;
  padding: 65px 0;
  color: #fff;
  background: #793017;
}

.section-dates .dates-list {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  margin: 0 -15px;
  padding: 0;
}

.section-dates .dates-list li {
  display: inline-block;
  width: 25%;
  margin: 0 0 15px;
  padding: 0 15px;
  vertical-align: top;
  color: #fff;
}

.section-dates .dates-list li:before {
  display: none;
}

.section-dates .dates-list__date {
  font-size: 50px;
  line-height: 50px;
}

.section-dates .dates-list__text {
  font-size: 16px;
  line-height: 26px;
}

.section-news-list {
  display: block;
  padding: 30px 0 10px;
  background: #f4f6f8;
}

.section-title {
  font-size: 36px;
  font-weight: normal;
  line-height: 43.2px;
  display: block;
  margin: 0 0 15px;
  color: #000;
}

.section-blog-list {
  position: relative;
  display: block;
  padding: 20px 0 30px;
  background: #f4f6f8;
}

.section-blog-list:before {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  display: block;
  height: 45px;
  content: '';
  background: inherit;
}

.blog-list {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
}

.blog-list li {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.blog-one {
  position: relative;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  min-height: 184px;
  padding: 25px 25px 25px 405px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
}

.blog-one .blog-one__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 380px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.blog-one .blog-one__title-wrap {
  display: block;
  margin: 0 0 10px;
}

.blog-one .blog-one__title {
  font-size: 24px;
  line-height: 29px;
  color: #a97e4b;
}

.no-touchevents .blog-one .blog-one__title:hover {
  color: #000;
}

.blog-one .blog-one__text {
  font-size: 16px;
  line-height: 21px;
  color: #332c2b;
}

.blog-one .blog-one__text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  color: inherit;
}

.blog-one__date {
  font-size: 16px;
  line-height: 31px;
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
  color: #332c2b;
}

.blog-one__date:after {
  display: inline-block;
  margin: 0 5px;
  content: '|';
  vertical-align: top;
}

.blog-one__category {
  font-size: 16px;
  line-height: 31px;
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
  color: #a97e4b;
}

.no-touchevents .blog-one__category:hover {
  color: #000;
}

.blog-details {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 30px;
}

.blog-details__datas {
  display: block;
  padding: 0 0 30px;
}

.blog-details__img {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 360px;
  margin: 0 0 25px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.section-404 {
  display: block;
  padding: 0;
}

.page404-block {
  box-sizing: border-box;
  min-height: calc(100vh - 774px);
  padding: 40px 0 20px;
}

.section-widget {
  display: block;
  width: 100%;
  padding: 48px 0 53px;
  background: #f4f6f8;
}

.section-widget.white-bg {
  background: #fff;
}

.widget__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget__block .widget__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  padding: 0 15px;
}

.widget__img {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.widget__img:before {
  display: block;
  width: 100%;
  padding-top: 66.66667%;
  content: '';
}

.widget__link {
  display: block;
  width: 100%;
  padding: 40px 40px 30px;
  border: 1px solid #a97e4b;
  border-radius: 6px;
}

.widget__link .widget__name {
  font-size: 24px;
  line-height: 28px;
  display: block;
  margin: 0 0 15px;
  text-align: center;
  color: #a97e4b;
}

.widget__link .widget__desc {
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin: 0 0 10px;
  text-align: center;
  color: #332c2b;
}

.no-touchevents .widget__link:hover {
  border-color: #000;
}

.no-touchevents .widget__link:hover .widget__name {
  color: #000;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: 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);
  -ms-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: inline;
  max-width: 100%;
  height: auto;
}

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

/*! jQuery UI - v1.12.1 - 2017-08-15
* http://jqueryui.com
 */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.ui-helper-reset {
  font-size: 100%;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  display: table;
  border-collapse: collapse;
  content: '';
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/

.ui-icon {
  position: relative;
  display: inline-block;
  margin-top: -.25em;
  vertical-align: middle;
  text-indent: -99999px;
  background-repeat: no-repeat;
}

.ui-icon.ui-icon-circle-triangle-e:after {
  position: absolute;
  top: 3px;
  left: 1px;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.ui-icon.ui-icon-circle-triangle-w:after {
  position: absolute;
  top: 3px;
  left: 5px;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.ui-widget-icon-block {
  left: 50%;
  display: block;
  margin-left: -8px;
}

/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  display: none;
  width: 17em;
  padding: .2em .2em 0;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev-hover .ui-icon.ui-icon-circle-triangle-e:after,
.ui-datepicker .ui-datepicker-prev-hover .ui-icon.ui-icon-circle-triangle-w:after,
.ui-datepicker .ui-datepicker-next-hover .ui-icon.ui-icon-circle-triangle-e:after,
.ui-datepicker .ui-datepicker-next-hover .ui-icon.ui-icon-circle-triangle-w:after {
  border-color: #000;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-datepicker .ui-datepicker-title {
  line-height: 1.8em;
  margin: 0 2.3em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  font-size: .9em;
  width: 100%;
  margin: 0 0 .4em;
  border-collapse: collapse;
}

.ui-datepicker th {
  font-weight: bold;
  padding: .7em .3em;
  text-align: center;
  border: 0;
}

.ui-datepicker td {
  padding: 1px;
  border: 0;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  background-image: none;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  overflow: visible;
  width: auto;
  margin: .5em .2em .4em;
  padding: .2em .6em .3em .6em;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  font-size: 0;
  clear: both;
  width: 100%;
}

/* RTL support */

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  right: auto;
  left: 2px;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  right: auto;
  left: 1px;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */

.ui-datepicker .ui-icon {
  top: .3em;
  left: .5em;
  display: block;
  overflow: hidden;
  text-indent: -99999px;
  background-repeat: no-repeat;
}

/* Component containers
----------------------------------*/

.ui-widget {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #cdc3b7;
}

.ui-widget-content {
  color: #1e1b1d;
  border: 1px solid #e0cfc2;
  background: #f4f0ec;
}

.ui-widget-content a {
  color: #1e1b1d;
}

.ui-widget-header {
  font-weight: bold;
  color: #fff;
  border: 1px solid #d49768;
  background: #cb842e;
}

.ui-widget-header a {
  color: #fff;
}

/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  font-weight: normal;
  color: #3f3731;
  border: 1px solid #cdc3b7;
  background: #ede4d4;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  text-decoration: none;
  color: #3f3731;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  font-weight: normal;
  color: #a46313;
  border: 1px solid #f5ad66;
  background: #f5f0e5;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  text-decoration: none;
  color: #a46313;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  font-weight: normal;
  color: #b85700;
  border: 1px solid #e0cfc2;
  background: #f4f0ec;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #e0cfc2;
  background-color: #b85700;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  text-decoration: none;
  color: #b85700;
}

/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  color: #060200;
  border: 1px solid #d9bb73;
  background: #f5f5b5;
}

.ui-state-checked {
  border: 1px solid #d9bb73;
  background: #f5f5b5;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #060200;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  color: #592003;
  border: 1px solid #f8893f;
  background: #fee4bd;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #592003;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #592003;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  /* support: IE8 */
  font-weight: normal;
  opacity: .7;
  filter: Alpha(Opacity=70);
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  /* support: IE8 */
  background-image: none;
  filter: Alpha(Opacity=35);
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
  width: 16px;
  height: 16px;
}

/* positioning */

/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 6px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 6px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 6px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 6px;
}

/* Overlays */

.ui-widget-overlay {
  opacity: .3;
  background: #aaa;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  box-shadow: -8px -8px 8px #aaa;
}

@media screen and (min-width: 769px) {
  .main-menu > li.opened > a {
    background: #999;
  }

  .main-menu > li.opened ul {
    visibility: visible;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }

  .main-menu ul {
    display: block !important;
    visibility: hidden;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    -webkit-transform: translate(0, -58px);
    -ms-transform: translate(0, -58px);
    transform: translate(0, -58px);
    opacity: 0;
  }
}

@media screen and (max-width: 1460px) {
  .container {
    max-width: 1010px;
  }
  .footer-logo__wrap {
    display: inline-block;
    max-width: 75px;
    margin-left: 12%;
  }
  .container.container-half {
    max-width: 505px;
  }
}

@media screen and (max-width: 1200px) {

  .footer-logo__wrap {
    display: inline-block;
    max-width: 75px;
    margin-left: 8%;
  }
  .container {
    max-width: 890px;
  }

  .container.container-half {
    max-width: 445px;
  }
}

@media screen and (max-width: 1024px) {

.hide-mobile {
	display: none;
}

.header-top .logo {
    margin-right: auto;
    margin-left: auto;
  }

  .lang-menu li {
    line-height: 17px;
    padding: 2px 5px 0 3px;
  }

  .lang-menu a {
    font-size: 17px;
    line-height: 17px;
  }

  .default-block_space {
    margin-bottom: 0;
  }

  .container {
    max-width: 554px;
  }

  .container.container-half {
    max-width: 554px;
  }

  .container.container-pull-right {
    float: none;
  }

  .container.container-hf {
    max-width: 694px;
  }

  .col-8 {
    width: 100%;
    margin-bottom: 30px;
  }

  .col-6 {
    width: 100%;
    margin-bottom: 30px;
  }

  .col-4 {
    width: 100%;
    margin-bottom: 30px;
  }

  .col-3 {
    width: 100%;
    margin-bottom: 30px;
  }

  .container {
    max-width: 726px;
  }

  .container.container-half {
    max-width: 726px;
  }

  .container.container-pull-right {
    float: none;
  }

  .container.container-menu {
    max-width: 100%;
  }

  .section-default {
    padding: 40px 0;
  }

  .section-main .slick-arrow {
    top: 210px;
  }

  .section-main .slick-arrow {
    z-index: -1;
    display: none;
    visibility: hidden;
  }

  .section-main .section-main__inner,
  .section-main .section-main__left,
  .section-main .section-main__right {
    min-height: 420px;
  }

  .section-main.section-main-home {
    min-height: 660px;
  }

  .section-main.section-main-home .section-main__inner,
  .section-main.section-main-home .section-main__left,
  .section-main.section-main-home .section-main__right {
    min-height: 660px;
  }

  .section-main.section-main-home .slick-arrow {
    top: 330px;
  }

  .section-main .section-main__left,
  .section-main .section-main__right {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }

  .section-main .section-main__right {
    position: relative;
    top: auto;
    right: auto;
    bottom: 0;
    display: block;
    width: 100%;
  }

  .twiter-list li {
    width: 100%;
    margin: 0;
    padding: 0 15px 35px;
  }

  .address-block {
    padding-top: 50px;
    padding-left: 0;
  }

  .select-wrap-countries .country-select.inside,
  .select-wrap-countries .country-select.inside .flag-dropdown,
  .select-wrap-countries .country-select.inside .flag-dropdown .country-list {
    width: 100%;
  }

  .section-africa {
    padding-top: 0;
  }

  .africa-block .col-3 {
    width: 50%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .africa-block .col-6 {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .section-dates {
    padding: 50px 0;
  }

  .section-dates .dates-list {
    margin: 0 -15px;
  }

  .section-dates .dates-list li {
    width: 50%;
    margin: 0 0 15px;
    padding: 0 15px;
  }

  .blog-one {
    padding-left: 220px;
  }

  .blog-one .blog-one__img {
    width: 180px;
  }

  .blog-one {
    padding: 0 20px 30px;
  }

  .blog-one .blog-one__img {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    margin-right: -20px;
    margin-bottom: 20px;
    margin-left: -20px;
    padding: 0 0 50%;
  }

  .blog-one__title-wrap {
    margin: 0 0 10px;
  }

  .blog-one__title {
    font-size: 20px;
    line-height: 24px;
  }

  .blog-one__category,
  .blog-one__date {
    font-size: 13px;
    line-height: 16px;
  }

  .blog-one__text {
    font-size: 13px;
    line-height: 16px;
  }

  .widget__block .widget__col {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 0 15px;
  }
}

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

  .main-menu__wrap {
    position: absolute;
    right: 0;
    left: 0;
    height: 58px;
  }

  .active-menu + .main-menu {
    display: block;
    visibility: visible;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 1;
  }

  .main-menu {
    position: absolute;
    z-index: 200;
    top: 100%;
    right: 0;
    left: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    background: #fff;
  }

  .main-menu > li {
    display: block;
    width: 100%;
    background: #fff;
  }

  .main-menu > li.more > a:after {
    margin-top: 7px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .main-menu > li.current-menu-item > a {
    cursor: default;
    color: #a97e4b;
    background: #fff;
  }

  .main-menu > li > a {
    font-size: 17px;
    height: 48px;
    padding: 15px 15px 13px 35px;
    text-align: left;
    color: #2d2421;
    border-bottom: 1px solid #ddd;
  }

  .main-menu > li > a:after {
    border-bottom-color: #000;
    border-left-color: #000;
  }

  .main-menu > li ul {
    position: relative;
    width: 100%;
    padding: 3px 0;
    border-bottom: 1px solid #ddd;
  }

  .main-menu > li ul a {
    font-size: 15px;
    line-height: 17px;
    padding: 10px 30px 6px 50px;
  }

  .main-menu > li ul a:after {
    display: none;
  }

  .lang-menu__wrap {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 15px;
    padding: 20px 0 0;
  }

  .layout-footer {
    padding: 40px 0;
  }
  


  .footer-social__wrap {
    display: block;
    float: none;
    margin: 0;
  }

  .footer-social__wrap .footer-social__title {
    font-size: 12.8px;
    line-height: 14px;
    display: block;
    margin: 0 0 5px;
    text-align: center;
  }

  .footer-social__wrap .footer-social {
    display: block;
    text-align: center;
  }

  .footer-social__wrap .footer-social li {
    margin: 0 5px 10px;
  }

  .footer-social__wrap .footer-social .footer-social__link {
    width: 35px;
    height: 35px;
  }
  .footer__copyright {
    font-size: 12.8px;
    line-height: 14px;
    float: none;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .footer__copyright span {
    display: block;
  }

  h1,
  .h1 {
    font-size: 28px;
    line-height: 34px;
  }

  h2,
  .h2 {
    font-size: 18px;
    line-height: 21px;
  }

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

  .container {
    max-width: 100%;
    padding: 0 40px;
  }

  .container.container-half {
    max-width: 100%;
  }

  .container.container-pull-right {
    float: none;
  }

  .breadcrumbs {
    margin-bottom: 30px;
  }

  .breadcrumbs li {
    font-size: 12px;
    line-height: 14px;
  }

  .breadcrumbs li a {
    font-size: inherit;
    line-height: inherit;
  }

  .blockquote-block {
    margin: 0 0 30px;
    padding-left: 25px;
  }

  .blockquote-block:before {
    width: 5px;
  }

  .blockquote-block blockquote {
    font-size: 24px;
    line-height: 29px;
  }

  .blockquote-block .blockquote__author {
    font-size: 13px;
    line-height: 15.6px;
  }

  .section-main__inner .section-main__subtitle {
    font-size: 28px;
    line-height: 33.6px;
  }

  .section-main__inner .section-main__title {
    font-size: 38px;
    line-height: 45.6px;
  }

  .section-main .section-main__inner,
  .section-main .section-main__left,
  .section-main .section-main__right {
    min-height: 246px;
  }

  .section-main.section-main-home {
    min-height: 386px;
  }

  .section-main.section-main-home .section-main__inner,
  .section-main.section-main-home .section-main__left,
  .section-main.section-main-home .section-main__right {
    min-height: 386px;
  }

  .section-main.section-main-home .slick-arrow {
    top: 330px;
  }

  .twiter-list .twit {
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .form-col-12,
  .form-col-8,
  .form-col-6,
  .form-col-4,
  .form-col-3 {
    width: 100%;
  }

  .form-block .btn-wrap {
    margin-top: 10px;
    padding-top: 0;
  }

  .section-dates {
    padding: 50px 0;
  }

  .section-dates .dates-list {
    margin: 0 0;
  }

  .section-dates .dates-list li {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto 25px;
    padding: 0 0;
  }

  .section-dates .dates-list__date {
    font-size: 35px;
    line-height: 40px;
  }

  .section-dates .dates-list__text {
    font-size: 14px;
    line-height: 17px;
  }

  .widget__block .widget__col {
    margin-bottom: 15px;
  }

  .widget__link {
    padding: 20px 20px 15px;
  }

  .widget__link .widget__name {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .widget__link .widget__desc {
    font-size: 13px;
    line-height: 16px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .header-main {
    position: static;
  }

  .header-main .container {
    position: static;
  }

  .lang-menu__wrap {
    position: absolute;
    top: 0;
    right: 15px;
    display: block;
    float: none;
  }

  .lang-menu li {
    border-right-color: #332c2b;
  }

  .lang-menu li.wpml-ls-current-language a,
  .lang-menu li.current-menu-item a {
    color: #332c2b;
  }

  .lang-menu a {
    color: #a97e4b;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
  }

  .main-menu > li {
    width: 100%;
    margin: 0;
    padding: 0 3px;
  }

  .main-menu > li > a {
    padding-right: 20px;
    padding-left: 10px;
    text-align: center;
    white-space: nowrap;
  }

  .main-menu > li > a:last-child {
    padding-right: 10px;
  }

  .main-menu > li ul {
    margin-left: 3px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .project-one {
    position: relative;
    display: block;
    min-height: 170px;
    padding-left: 270px;
  }

  .project-one .project-one__img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 250px;
    padding: 0;
    border-radius: 0;
  }
}