/*!*********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/assets/stylesheets/application.scss ***!
  \*********************************************************************************************************************************************************************************************************/
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600);
/*!********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/normalize.css/normalize.css ***!
  \********************************************************************************************/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

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

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

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

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

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

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

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

/**
 * 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 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: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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 {
  border-style: none;
  padding: 0;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

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

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"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

[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 {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/*!*************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/assets/stylesheets/application.scss (1) ***!
  \*************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.button {
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 45px;
  border-radius: 5px;
  font-size: inherit;
  cursor: pointer;
  border-style: none;
}
.button.primary {
  background-color: #faa920;
}
.button.primary:hover {
  color: #ffffff;
  background-color: #e79305;
}

h1 {
  margin: 0;
  font-weight: 600;
  color: #faa920;
}
@media screen and (max-width: 960px) {
  h1 {
    font-size: 1.4em;
  }
}

footer {
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  color: #b3b3b3;
  background-color: #393939;
}
footer .container {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
@media screen and (min-width: 961px) {
  footer .container {
    flex-direction: row;
    text-align: unset;
  }
}
footer .navigation {
  color: #ffffff;
}
footer .navigation a:hover,
footer .navigation a.active {
  color: inherit;
}
@media screen and (max-width: 960px) {
  footer .navigation {
    justify-content: center;
  }
}
footer .copyright {
  margin: 15px 0;
}
footer .props {
  text-align: center;
}
@media screen and (min-width: 961px) {
  footer .props {
    text-align: right;
  }
}

form {
  display: block;
}
form .mandatory:after {
  content: "*";
  color: #faa920;
}
form .input-field,
form .textarea-field {
  margin: 10px 0;
}
form .input-submit {
  margin-top: 30px;
  text-align: right;
}
form .errors-field {
  padding-left: 20px;
}
@media screen and (min-width: 961px) {
  form .input-field {
    max-width: 220px;
  }
}

input,
select,
textarea {
  width: 100%;
  height: 30px;
  display: block;
  border: solid 1px #dddddd;
  border-radius: 5px;
}

textarea {
  resize: none;
  height: 170px;
  background: #eeeeee;
}

label {
  display: block;
  margin-bottom: 10px;
}

.row {
  display: flex;
}
.row + .row {
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .row {
    padding: 0 15px;
    flex-direction: column;
  }
}

.column {
  width: 100%;
  border-radius: 5px;
  background-color: #ffffff;
}
@media screen and (max-width: 960px) {
  .column + .column {
    margin-top: 20px;
  }
}
@media screen and (min-width: 961px) {
  .column + .column {
    margin-left: 20px;
  }
}

header {
  width: 100%;
  font-weight: 600;
  color: #b3b3b3;
}
@media screen and (min-width: 961px) {
  header .logo {
    left: 0;
    bottom: 0;
    position: absolute;
  }
}
header .logo a,
header .logo img {
  display: block;
}
header .main_header .container,
header .sub_header .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 961px) {
  header .main_header .container,
header .sub_header .container {
    padding-left: 160px;
  }
}
header .main_header {
  height: 80px;
  font-size: 13px;
  background-color: #393939;
}
@media screen and (max-width: 960px) {
  header .main_header {
    height: 50px;
  }
  header .main_header .working {
    display: none;
  }
  header .main_header .contacts {
    width: 100%;
  }
}
header .main_header .contacts {
  display: flex;
  justify-content: space-around;
}
header .main_header .contacts .info {
  display: flex;
  align-items: center;
}
header .main_header .contacts img {
  margin-right: 10px;
}
header .sub_header {
  min-height: 70px;
  font-size: 14px;
  color: #b3b3b3;
  background-color: #ffffff;
}
header .sub_header .language {
  display: flex;
}
header .sub_header .language a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 30px;
  margin: 0 0 0 5px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #b3b3b3;
  font-weight: normal;
}
header .sub_header .language a.active, header .sub_header .language a:hover {
  background-color: #faa920;
}
@media screen and (max-width: 960px) {
  header .sub_header {
    padding: 0 10px;
  }
  header .sub_header .container {
    flex-direction: row-reverse;
  }
  header .sub_header .language {
    flex-direction: column-reverse;
  }
  header .sub_header .language a {
    margin: 5px 0 0 0;
  }
}

.list-record {
  display: flex;
  padding: 20px 0;
}
@media screen and (max-width: 960px) {
  .list-record {
    align-items: center;
    flex-direction: column;
  }
  .list-record:first-of-type {
    padding-top: 0;
  }
  .list-record:last-of-type {
    padding-bottom: 0;
  }
}
.list-record + .list-record {
  border-top: 1px solid #dddddd;
}
.list-record p {
  margin: 0;
}
.list-record a:hover {
  text-decoration: underline;
}
.list-record .image,
.list-record .description {
  width: 100%;
}
.list-record .image img {
  width: 100%;
  border-radius: 5px;
}
@media screen and (min-width: 961px) {
  .list-record .image {
    width: 140px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 961px) {
  .list-record .description {
    flex: 1;
  }
  .list-record .description .title {
    margin: 0;
  }
}
.list-record .description .title a:hover {
  color: #faa920;
}
.list-record .description .body,
.list-record .description .link {
  font-size: 14px;
  color: #828282;
}
.list-record .description .body a,
.list-record .description .body a:hover,
.list-record .description .link a,
.list-record .description .link a:hover {
  color: #faa920;
}

.list-record.view {
  flex-direction: column;
}
.list-record.view .image {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
.list-record.view .body {
  font-size: 14px;
  color: #777777;
  margin: 15px 0;
  padding: 15px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

[data-micromodal-trigger] {
  cursor: pointer;
}

.modal {
  display: none;
}
.modal.is-open {
  display: block;
}

.modal__overlay {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__wrapper {
  overflow-y: auto;
  max-height: 85vh;
}

.modal__container {
  padding: 10px;
  max-width: 85%;
  position: relative;
  border-radius: 5px;
  background-color: #ffffff;
}
@media screen and (min-width: 961px) {
  .modal__container {
    padding: 20px;
  }
}

.modal__close {
  top: 14px;
  right: 14px;
  position: absolute;
  width: 28px;
  height: 28px;
  outline: none;
  color: #ffffff;
  background-color: #faa920;
  border-radius: 50%;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.modal__close:before {
  content: "✕";
}

.navigation {
  display: flex;
  flex-wrap: wrap;
}
.navigation .seperator:after {
  color: inherit;
  margin: 0 10px;
}
.navigation a.active,
.navigation a:hover {
  color: #393939;
}
.navigation.active {
  width: 175px;
  position: absolute;
  flex-direction: column;
  right: 0;
  top: calc(50% + 14px);
  padding-top: 15px;
  border-radius: 3px;
  background-color: #faa920;
}
.navigation.active .seperator {
  display: none;
}
.navigation.active a {
  color: #ffffff;
  padding: 8px 20px;
}
.navigation.active a.active {
  background-color: #e79305;
}
.navigation.active + .burger {
  border-color: #faa920;
  background-color: #faa920;
}
.navigation.active + .burger .line {
  background-color: #ffffff;
}

.burger {
  display: none;
  width: 50px;
  padding: 5px 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.burger .line {
  width: 100%;
  height: 3px;
  background-color: #faa920;
  margin: 3px 0;
}

@media screen and (max-width: 960px) {
  .burger {
    display: block;
  }

  .navigation:not(.active):not(.footer) {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .navigation.active {
    display: none;
  }
}
.pagination {
  padding: 15px 0;
  border-top: 1px solid #dddddd;
}
@media screen and (max-width: 960px) {
  .pagination {
    margin-top: 10px;
  }
}
.pagination, .pagination > span, .pagination > span > a {
  display: flex;
  align-items: center;
}
.pagination span > a,
.pagination .page.current {
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  width: 40px;
  height: 20px;
  margin-right: 10px;
  justify-content: center;
  border-radius: 5px;
  background-color: #dddddd;
}
.pagination span > a:hover,
.pagination .page.current:hover {
  color: #ffffff;
  background-color: #faa920;
}
.pagination .page.current {
  background-color: #faa920;
}

.row.with-sidebar .sidebar,
.row.with-sidebar .content {
  padding: 20px;
}
.row.with-sidebar .sidebar {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .row.with-sidebar .sidebar {
    max-width: 220px;
  }
}
.row.with-sidebar .sidebar .header {
  display: flex;
  align-items: center;
  padding: 5px 0;
  border-bottom: solid 1px #dddddd;
}
.row.with-sidebar .sidebar .header img {
  margin-right: 10px;
}
.row.with-sidebar .sidebar .header a {
  font-size: 15px;
  font-weight: 600;
}
.row.with-sidebar .sidebar ul {
  padding-left: 20px;
  color: #777777;
  margin: 5px 0 0 0;
}
.row.with-sidebar .sidebar ul li a {
  font-size: 14px;
}
.row.with-sidebar .sidebar ul li.active,
.row.with-sidebar .sidebar ul li a:hover {
  color: #faa920;
}
.row.with-sidebar .content {
  flex: 1;
}

.slider {
  position: relative;
}
.slider__nav {
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
  position: absolute;
  cursor: pointer;
}
.slider__nav:before {
  display: none;
  top: 50%;
  position: absolute;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #faa920;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.slider__nav:hover:before {
  display: flex;
}
.slider__nav--left {
  left: 0;
}
.slider__nav--left:before {
  content: "<";
  left: 14px;
  transform: translate(0, -50%);
}
.slider__nav--right {
  left: 50%;
}
.slider__nav--right:before {
  content: ">";
  left: 100%;
  transform: translate(-150%, -50%);
}
.slider__item--hidden {
  display: none;
}

.video,
.introduction,
.partners {
  padding: 20px 50px;
}
.video .wrapper,
.introduction .wrapper,
.partners .wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .video,
.introduction,
.partners {
    padding: 25px;
  }
  .video .wrapper,
.introduction .wrapper,
.partners .wrapper {
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.partners .left-side,
.partners .right-side {
  flex: 1;
}
.partners .left-side p,
.partners .right-side p {
  margin: 0;
}
.partners .title {
  font-weight: 600;
}
.partners a, .partners a:hover {
  font-size: 14px;
  color: #faa920;
}
.partners a:hover {
  text-decoration: underline;
}
.partners .slider {
  margin-top: 20px;
  min-height: 230px;
}
.partners .slider__nav {
  width: 30px;
  height: 30px;
  top: unset;
  bottom: 0;
}
.partners .slider__nav--left {
  left: 75%;
}
.partners .slider__nav--right {
  left: 90%;
}
.partners .slider__nav:before {
  display: flex;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (min-width: 601px) {
  .partners .slider {
    min-height: 135px;
  }
  .partners .slider__nav--left {
    left: 0%;
  }
  .partners .slider__nav--right {
    left: 5%;
  }
}

.introduction .left-side {
  flex: 1;
}
.introduction .left-side p {
  margin-top: 30px;
  max-width: 350px;
}

.column.goal {
  padding: 0 25px 20px 25px;
  text-align: center;
  align-items: center;
}
.column.goal ul {
  list-style-type: none;
  padding-left: 20px;
  color: #777777;
  margin: 5px 0 0 0;
}
.column.goal ul li a {
  font-size: 14px;
}
.column.goal ul li.active,
.column.goal ul li a:hover {
  color: #faa920;
}
.column.goal .image {
  min-height: 170px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.column.goal p {
  margin: 0;
  padding-top: 10px;
  font-size: 14px;
  color: #777777;
  border-top: solid 1px #d8d8d8;
}
.column.goal .post {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 5px;
}
.column.goal .post a {
  margin-left: 5px;
  color: #777777;
}
.column.goal .post a:hover {
  color: #faa920;
  text-decoration: underline;
}

.video h1 {
  max-width: 350px;
}
.video .right-side iframe {
  border-style: none;
}
@media screen and (max-width: 960px) {
  .video .right-side iframe {
    height: 150px;
    max-width: 100%;
  }
}

.first_page_modals .modal__container {
  width: 750px;
}
.first_page_modals .modal__container p {
  text-indent: 20px;
}

.gallery-page h3 {
  padding-bottom: 5px;
  border-bottom: solid 1px #dddddd;
}
@media screen and (max-width: 960px) {
  .gallery-page h3 {
    margin: 0 0 15px 0;
  }
}
.gallery-page img {
  border-radius: 5px;
}
.gallery-page .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.gallery-page .gallery a {
  outline: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .gallery-page .gallery a,
.gallery-page .gallery img {
    width: 100%;
  }
  .gallery-page .gallery [data-micromodal-trigger] {
    pointer-events: none;
  }
}
@media screen and (min-width: 601px) {
  .gallery-page .gallery {
    margin: 0 -10px;
  }
}

.maps-page .title {
  color: #828282;
  font-size: 14px;
  margin-bottom: 20px;
}
.maps-page #google-map {
  width: 100%;
  height: 400px;
}
@media screen and (min-width: 961px) {
  .maps-page #google-map {
    height: 600px;
  }
}

.projects-page .error {
  color: #a90202;
}
@media screen and (max-width: 960px) {
  .projects-page .inline-container .row {
    padding: 0;
  }
}
@media screen and (min-width: 961px) {
  .projects-page .inline-container {
    padding: 20px;
  }
}

* {
  box-sizing: border-box;
}

html {
  line-height: normal;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url(../97987317caebb2c7f181.png);
  font-family: "Open Sans", sans-serif;
}

html,
body {
  height: 100%;
}

main {
  flex: 1;
  padding: 20px 0;
}

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

img {
  max-width: 100%;
  display: block;
}

.container {
  margin: 0 auto;
  height: 100%;
  min-height: inherit;
  max-width: 940px;
}

.seperator:after {
  content: " | ";
  margin: 0 15px;
}

.strong {
  color: #faa920;
}

@media screen and (min-width: 961px) {
  .inline-container {
    padding: 0 20px;
    border-radius: 5px;
    border: solid 1px #dddddd;
  }
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
