html,
body {
  font-size: 1em;
  font-family: 'Oxygen', sans-serif;
  font-weight: 400;
  line-height: 120%;
  background: #222222;
  overflow-x: hidden;
}

html a:focus,
html button:focus,
html select:focus,
html input:focus,
body a:focus,
body button:focus,
body select:focus,
body input:focus {
  outline: 2px solid #ff0;
  outline-offset: 2px;
}

html *[role="button"]:focus,
body *[role="button"]:focus {
  outline: 2px solid #ff0;
  outline-offset: 2px;
}

html.using-mouse a:focus,
html.using-mouse button:focus,
body.using-mouse a:focus,
body.using-mouse button:focus {
  outline: 0 !important;
}

html.using-mouse *[role="button"]:focus,
body.using-mouse *[role="button"]:focus {
  outline: 0 !important;
}

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

.normal_f {
  font-size: 1em;
}

.medium_f {
  font-size: 1.125em;
}

.big_f {
  font-size: 1.25em;
}

.clear {
  clear: both;
}

.content {
  position: relative;
  top: -45px;
  background: #fff;
}

@media (max-width: 1199px) {
  .content {
    position: static;
  }
}

.hr,
hr {
  border: 0.5px solid rgba(136, 136, 136, 0.29);
  margin-top: 35px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {

  .hr,
  hr {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}

h1 {
  font-size: 2.813em;
}

h2 {
  font-size: 2.063em;
}

h3 {
  font-size: 1.250em;
}

h4 {
  font-size: 1.125em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.875em;
}

.button {
  display: block;
  font-size: 0.875em;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border: 1px solid #fff;
  background: #F36041;
  max-width: 267px;
  padding: 20px 0;
  margin: 0 auto;
  position: relative;
  left: -142px;
  margin-top: 35px;
  transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
}

.button.otherColor {
  background: #4FA93F;
}

.button.otherColor:hover,
.button.otherColor:focus {
  color: #4FA93F;
  border-color: #4FA93F;
  background: #fff !important;
}

@media (max-width: 1399px) {
  .button {
    position: static;
  }
}

@media (max-width: 1199px) {
  .button {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .button {
    margin-top: 35px;
  }
}

.button--gallery {
  position: static;
  margin-top: 45px;
}

@media (max-width: 1199px) {
  .button--gallery {
    margin-top: 20px;
  }
}

.button--projects {
  position: static;
  margin-top: 20px;
}

.button:hover,
.button:focus {
  text-decoration: none;
  background: #fff;
  color: #F36041;
  border-color: #F36041;
}

.information-button {
  display: block;
  font-size: 1.313em;
  color: #fff;
  text-align: center;
  background: #888888;
  padding: 17px 0;
  width: 766px;
  margin: 20px auto;
  line-height: 120%;
  margin-bottom: 45px;
}

@media (max-width: 1199px) {
  .information-button {
    display: none;
  }
}

.information-button:hover,
.information-button:focus {
  text-decoration: none;
  color: #fff;
}

.information-button__arrow {
  display: inline-block;
  width: 12px;
  height: 13px;
  background: url("/media/default/button-arrow.png") no-repeat;
  position: relative;
  left: 5px;
}

.pagination .disabled {
  display: none;
}

.pagination span:hover,
.pagination span:focus {
  background: #F36041 !important;
}

.pagination .active span {
  background: #F36041;
  font-size: 1em;
  display: block;
  padding: 5px 15px;
}

.pagination .active a {
  padding: 5px 12px !important;
}

.pagination a {
  font-size: 1em;
  color: #666666 !important;
  padding: 5px 12px !important;
}

.pagination a:hover,
.pagination a:focus {
  background: #fff !important;
}

.skipLinks {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.skipLinks__link {
  display: block;
  font-size: 1.5em;
  color: #ff0;
  background: #444444;
  text-decoration: none;
  padding: 20px;
  text-align: center;
  width: 300px;
  position: absolute;
  left: -999em;
}

.skipLinks__link:focus {
  text-decoration: none;
  color: #ff0;
  left: 0;
}

table {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
  display: block;
}

table tr td {
  border: 1px solid #666666;
  padding: 5px;
}

.arrows {
  display: inline-block;
  background: url("/media/default/arrows.png") no-repeat;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  position: relative;
  top: 1px;
}

.questionnaire {
  display: block;
  background: #da271f;
  color: #fff;
  font-size: 24px;
  padding: 15px 20px;
  padding-bottom: 25px;
  border-radius: 5px;
  position: fixed;
  font-weight: bold;
  right: -95px;
  top: 300px;
  z-index: 100;
  transform: rotate(-90deg);
}

@media (max-width: 1399px) {
  .questionnaire {
    top: 180px;
  }
}

@media (max-width: 1299px) {
  .questionnaire {
    font-size: 20px;
    right: -85px;
    top: 275px;
    padding: 10px 20px;
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .questionnaire {
    position: static;
    transform: none;
    max-width: 300px;
    margin: 5px auto;
    border-radius: 0;
    text-align: center;
  }
}

.questionnaire:hover,
.questionnaire:focus {
  text-decoration: none;
  color: #fff;
}

.list__ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list__li {
  border-bottom: 1px solid #777777;
  padding: 15px 0;
  margin-bottom: 15px;
}

.list__li.active .list__content {
  display: block;
}

.list__a {
  font-size: 1.1em;
}

.list__a:hover,
.list__a:focus {
  text-decoration: none;
}

.list__a:hover {
  font-weight: bold;
}

.list__content {
  display: none;
  margin-top: 15px;
}

.list__content a:hover,
.list__content a:focus {
  text-decoration: none;
}

.sitemap__ul {
  list-style-type: none;
  font-size: 1.3em;
}

@media (max-width: 1199px) {
  .sitemap__ul {
    margin: 0;
    padding: 0;
  }
}

.sitemap__ul li {
  font-weight: bold;
}

@media (max-width: 1199px) {
  .sitemap__ul--next {
    margin-left: 30px;
  }
}

.sitemap__ul--next li {
  font-weight: 400;
}

.sitemap__ul--next a {
  font-size: 0.7em;
}

.sitemap__li {
  line-height: 120%;
  margin-bottom: 10px;
}

.sitemap .dropdown-menu {
  background: none !important;
  margin: 0;
  border: 0;
  color: #666666;
  font-size: 1em;
  display: block;
}

.sitemap .dropdown-menu .menu-tabs__a {
  color: #666666;
}

.sitemap .dropdown-menu .menu-tabs__a:hover {
  text-decoration: underline;
}

.breadcrumbs {
  padding: 15px 35px;
  padding-bottom: 0;
  margin-bottom: -20px;
}

@media (max-width: 767px) {
  .breadcrumbs {
    padding: 15px 15px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.breadcrumbs ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

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

.breadcrumbs li:last-child a {
  font-weight: bold;
}

.breadcrumbs li span {
  margin: 0 10px;
}

.breadcrumbs a {
  color: #333;
  font-size: 0.8em;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  cursor: default;
}

.breadcrumbs a:hover:not([href="#"]) {
  font-weight: bold;
  cursor: pointer;
}

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

.page {
  background: #fff;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199px) {
  .page {
    display: block;
  }
}

.page__column {
  float: left;
}

@media (max-width: 1199px) {
  .page__column {
    float: none;
  }
}

.page__column--left {
  width: 32.33%;
  padding: 0 15px;
  padding-bottom: 30px;
}

@media (max-width: 1499px) {
  .page__column--left {
    width: auto;
  }
}

@media (max-width: 1199px) {
  .page__column--left {
    width: 100%;
    display: none;
  }
}

.page__column--right {
  width: 67.6666666667%;
  background: #F1F1F1;
}

@media (max-width: 1499px) {
  .page__column--right {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .page__column--right {
    width: 100%;
  }
}

.page-baner-link {
  display: block;
  margin-top: 30px;
}

.subpage {
  padding: 36px 35px;
  padding-bottom: 52px;
}

@media (max-width: 767px) {
  .subpage {
    padding: 20px 15px;
  }
}

.subpage .subpage-container {
  max-width: 870px;
}

@media (max-width: 767px) {
  .subpage .subpage-container--news-list {
    max-width: 320px;
    margin: 0 auto;
  }
}

.subpage__title {
  color: #777777;
  font-size: 2.813em;
  line-height: 120%;
  margin: 0;
  padding: 0;
  width: 525px;
  padding-bottom: 8px;
  border-bottom: 2px solid #F6866D;
  margin-bottom: 40px;
}

.subpage__title.otherColor {
  border-color: #4FA93F;
}

@media (max-width: 767px) {
  .subpage__title {
    font-size: 1.875em;
    max-width: 292px;
    margin-bottom: 20px;
  }
}

.subpage__title--news {
  width: 100%;
}

.subpage__title--jobOffers {
  font-size: 1.2em;
  color: #F36041;
  border: 0;
  margin-bottom: 0;
  width: 100%;
}

.subpage__title--gatherings {
  width: 100%;
  text-transform: uppercase;
}

.subpage__date {
  font-size: 0.9em;
  font-style: italic;
  text-align: right;
  color: #666666;
  padding-bottom: 20px;
  border-bottom: 2px solid #F36041;
  margin-bottom: 40px;
  margin-top: 20px;
}

.subpage__content {
  color: #666666;
  font-size: 0.938em;
  line-height: 120%;
}

.subpage__content a {
  color: #666666;
}

@media (max-width: 767px) {
  .subpage__content {
    font-size: 0.813em;
  }
}

.subpage__back {
  font-size: 1em;
  color: #F36041 !important;
  text-align: right;
  display: block;
  margin: 20px 0;
}

.page-gallery {
  margin-top: 40px;
}

.page-gallery__link {
  display: inline-block;
  margin: 10px;
}

@media (max-width: 767px) {
  .page-gallery__link {
    max-width: 140px;
  }
}

.page-file__title {
  font-size: 1.2em;
  font-weight: bold;
  color: #666666;
  margin-bottom: 10px;
  margin-top: 30px;
}

.page-file .file {
  margin-bottom: 10px;
}

.page-file .file a {
  color: #666666;
  font-size: 1em;
}

.page-file .file a:hover,
.page-file .file a:focus {
  color: #666666;
  text-decoration: none;
}

.page-file .file__img {
  width: 30px;
}

.page-result-text {
  font-size: 1.25em;
  margin-bottom: 15px;
}

.page-result-link {
  font-size: 1.25em;
  display: block;
  text-decoration: none;
  color: #F36041 !important;
  line-height: 120%;
  margin-bottom: 20px;
}

.page-result-link:hover {
  color: #F36041;
}

.news {
  background: url("/media/default/news-bg.jpg") no-repeat;
  background-size: cover;
  padding: 36px 35px;
  padding-bottom: 52px;
  height: 100%;
}

@media (max-width: 1199px) {
  .news {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .news {
    padding-top: 20px;
  }
}

.news__header {
  margin: 0;
  padding: 0;
  font-size: 2.813em;
  color: #fff;
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .news__header {
    margin-bottom: 20px;
    position: relative;
    left: -70px;
  }
}

@media (max-width: 767px) {
  .news__header {
    font-size: 1.875em;
    position: static;
    text-align: center;
  }
}

.news .news-container {
  max-width: 870px;
}

@media (max-width: 1199px) {
  .news .news-container {
    max-width: 568px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .news .news-container {
    max-width: 291px;
  }
}

.news .news-block {
  max-width: 568px;
  background: #fff;
  padding: 12px;
  padding-bottom: 50px;
  display: block;
  min-height: 568px;
}

@media (max-width: 1399px) {
  .news .news-block {
    min-height: 495px;
  }
}

@media (max-width: 1199px) {
  .news .news-block {
    min-height: 568px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .news .news-block {
    padding: 7px;
    min-height: 424px;
    margin-bottom: 20px;
  }
}

.news .news-block:hover,
.news .news-block:focus {
  text-decoration: none;
}

.news .news-block--next {
  margin-left: 20px;
  padding-bottom: 32px;
  min-height: 267px;
}

@media (max-width: 1399px) {
  .news .news-block--next {
    min-height: 230px;
  }
}

@media (max-width: 1199px) {
  .news .news-block--next {
    max-width: 267px;
    min-height: 267px;
  }
}

@media (max-width: 767px) {
  .news .news-block--next {
    margin: 0 auto;
    padding: 10px;
  }
}

.news .news-block--top {
  margin-bottom: 32px;
  min-height: 267px;
}

@media (max-width: 1399px) {
  .news .news-block--top {
    min-height: 230px;
  }
}

@media (max-width: 1199px) {
  .news .news-block--top {
    max-width: 267px;
    min-height: 267px;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .news .news-block--top {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.news .news-block__title {
  font-size: 1.250em;
  color: #444444;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-top: 12px;
}

@media (max-width: 767px) {
  .news .news-block__title {
    font-size: 1.125em;
  }
}

.news .news-block__title--next {
  font-size: 1em;
  margin-top: 15px;
}

.news .news-block__date {
  color: #444444;
  font-size: 0.813em;
  margin-top: 5px;
}

.news .news-block__date--next {
  font-size: 0.750em;
}

.news .news-block__description {
  color: #444444;
  font-size: 0.875em;
  margin-top: 9px;
  max-width: 540px;
}

@media (max-width: 767px) {
  .news .news-block__description {
    font-size: 0.813em;
  }
}

.news .news-block__img {
  width: 100%;
  max-width: auto;
  max-height: 363px;
}

.news .news-block__img--next {
  max-height: 159px;
}

.news-list {
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: block;
  color: #666666;
  border-bottom: 1px solid #BBBBBB;
}

@media (max-width: 767px) {
  .news-list {
    max-width: 260px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.news-list:hover,
.news-list:focus {
  text-decoration: none;
  color: #666666;
}

.news-list:hover .news-list__button,
.news-list:focus .news-list__button {
  text-decoration: none;
  background: #fff;
  color: #F36041;
  border-color: #F36041;
}

@media (max-width: 767px) {
  .news-list__col {
    padding: 0;
  }
}

.news-list__img {
  max-width: auto;
  width: 100%;
  max-height: 170px;
}

@media (max-width: 767px) {
  .news-list__img {
    margin-bottom: 10px;
  }
}

.news-list__title {
  font-weight: bold;
  margin: 0;
  font-size: 1.25em;
  margin-bottom: 5px;
}

.news-list__date {
  font-size: 0.85em;
  margin-bottom: 10px;
}

.news-list__desc {
  font-size: 1em;
}

.news-list__button {
  display: block;
  text-align: center;
  border: 1px solid #fff;
  background: #F36041;
  color: #fff;
  font-size: 0.9em;
  width: 170px;
  padding: 10px 0;
  float: right;
  margin-top: 10px;
  transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
}

.sprite {
  background: url("/media/default/navigation.png") no-repeat top left;
}

.sprite.normalf {
  background-position: 0px 0px;
  width: 34px;
  height: 34px;
}

.sprite.normalf-active {
  background-position: 0px -44px;
  width: 34px;
  height: 34px;
}

.sprite.mediumf {
  background-position: 0px -88px;
  width: 34px;
  height: 34px;
}

.sprite.mediumf-active {
  background-position: 0px -132px;
  width: 34px;
  height: 34px;
}

.sprite.bigf {
  background-position: 0px -176px;
  width: 34px;
  height: 34px;
}

.sprite.bigf-active {
  background-position: 0px -220px;
  width: 34px;
  height: 34px;
}

.sprite.contrast {
  background-position: 0px -264px;
  width: 24px;
  height: 24px;
}

.sprite.mapa-strony {
  background-position: 0px -298px;
  width: 27px;
  height: 15px;
}

.sprite.home {
  background-position: 0px -323px;
  width: 23px;
  height: 18px;
}

.sprite.mail {
  background-position: 0px -351px;
  width: 20px;
  height: 16px;
}

.sprite.phone {
  background-position: 0px -377px;
  width: 18px;
  height: 18px;
}

.sprite.search {
  background-position: 0px -405px;
  width: 33px;
  height: 29px;
}

.hiddenLink {
  font-size: 0px;
}

.top {
  padding-top: 23px;
  padding-bottom: 30px;
  background: #fff;
}

@media (max-width: 767px) {
  .top {
    display: none;
  }
}

.top__container {
  padding: 0;
}

.top__img {
  position: relative;
  left: 20px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .top__img {
    position: static;
  }
}

.fund {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 1399px) {
  .fund {
    width: 100%;
  }
}

.fund__text {
  max-width: 565px;
  color: #183885;
  text-align: center;
  font-family: "Tahoma";
  line-height: 120%;
  float: left;
  padding: 0 5px;
  font-size: 0.8em !important;
}

@media (max-width: 1199px) {
  .fund__text {
    max-width: 465px;
  }
}

.fund__text--bold {
  font-weight: bold;
}

.fund__img {
  max-width: 19%;
  height: auto;
  float: left;
}

.beam {
  background: #222222;
  min-height: 51px;
}

@media (max-width: 767px) {
  .beam {
    min-height: 100px;
  }
}

.beam__container {
  padding: 0;
}

.beam__center-col {
  position: relative;
}

.beam__right-col {
  position: relative;
}

.wcag {
  position: relative;
  top: 16px;
}

@media (max-width: 767px) {
  .wcag {
    max-width: 300px;
    max-width: 220px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}

.wcag__contrast {
  background: url("/media/default/navigation.png") no-repeat top left;
  background-position: 0px -264px;
  width: 24px;
  height: 24px;
  width: 24px;
  height: 24px;
  float: left;
  margin-left: 4px;
}

.wcag__map {
  background: url("/media/default/navigation.png") no-repeat top left;
  background-position: 0px -298px;
  width: 27px;
  height: 15px;
  width: 27px;
  height: 15px;
  float: left;
  margin-left: 15px;
  position: relative;
  top: 5px;
}

.wcag__normalf {
  background: url("/media/default/navigation.png") no-repeat top left;
  background-position: 0px 0px;
  width: 34px;
  height: 34px;
  width: 34px;
  height: 34px;
  float: left;
  margin-left: 31px;
  position: relative;
  top: -5px;
}

.wcag__normalf--active {
  background-position: 0px -44px;
}

.wcag__mediumf {
  background: url("/media/default/navigation.png") no-repeat top left;
  background-position: 0px -88px;
  width: 34px;
  height: 34px;
  width: 34px;
  height: 34px;
  float: left;
  margin-left: 2px;
  position: relative;
  top: -5px;
  margin-left: 6px;
}

.wcag__mediumf--active {
  background-position: 0px -132px;
}

.wcag__bigf {
  background: url("/media/default/navigation.png") no-repeat top left;
  background-position: 0px -176px;
  width: 34px;
  height: 34px;
  width: 34px;
  height: 34px;
  float: left;
  margin-left: 2px;
  position: relative;
  top: -5px;
  margin-left: 6px;
}

.wcag__bigf--active {
  background-position: 0px -220px;
}

.navigation {
  width: 100px;
  position: absolute;
  right: 185px;
  top: 18px;
}

@media (max-width: 1199px) {
  .navigation {
    right: 130px;
  }
}

@media (max-width: 767px) {
  .navigation {
    position: static;
    margin-top: 18px;
    margin-left: 20px;
  }
}

.navigation__home {
  background: url("/media/default/navigation.png") no-repeat top left;
  background-position: 0px -323px;
  width: 23px;
  height: 18px;
  width: 23px;
  height: 18px;
  float: left;
}

.navigation__mail {
  background: url("/media/default/navigation.png") no-repeat top left;
  background-position: 0px -351px;
  width: 20px;
  height: 16px;
  width: 20px;
  height: 16px;
  float: left;
  position: relative;
  margin-left: 20px;
  top: 2px;
}

.navigation__phone {
  background: url("/media/default/navigation.png") no-repeat top left;
  background-position: 0px -377px;
  width: 18px;
  height: 18px;
  width: 18px;
  height: 18px;
  float: left;
  position: relative;
  margin-left: 18px;
  top: 1px;
}

.language {
  position: absolute;
  right: 86px;
  top: 19px;
}

.language__link {
  text-transform: uppercase;
  float: left;
  font-size: 0.750em;
  color: #fff;
  padding: 0 10px;
  border-right: 1px solid #fff;
}

.language__link:last-child {
  border: 0;
}

.language__link:hover,
.language__link:focus {
  text-decoration: none;
  color: #fff;
}

.search {
  position: absolute;
  right: 27px;
  top: 12px;
  padding-left: 17px;
  border-left: 1px solid #fff;
}

.search__button {
  background: url("/media/default/navigation.png") no-repeat top left;
  background-position: 0px -377px;
  width: 18px;
  height: 18px;
  width: 18px;
  height: 18px;
  background-position: 0px -405px;
  width: 33px;
  height: 29px;
  display: block;
}

.search-block {
  background: #222222;
  padding: 100px;
  display: block;
  padding: 50px;
  position: relative;
  z-index: 100;
  display: none;
}

@media (max-width: 1199px) {
  .search-block {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .search-block {
    padding: 30px 0;
  }
}

.search-block__form {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1199px) {
  .search-block__form {
    max-width: 80%;
  }
}

.search-block__input {
  width: 100%;
  height: 53px;
  line-height: 53px;
  background: #fff;
  font-size: 1em;
  color: #222222;
  margin-bottom: 30px;
  padding-left: 10px;
  line-height: 53px;
}

@media (max-width: 767px) {
  .search-block__input {
    position: relative;
  }
}

.search-block__input:-ms-input-placeholder {
  color: #222222;
  font-style: italic;
  font-size: 1em;
}

.search-block__input::placeholder {
  color: #222222;
  font-style: italic;
  font-size: 1em;
}

.search-block__input:focus {
  outline: none;
}

@media (max-width: 1199px) {
  .search-block__input {
    height: 47px;
    border: 0;
    padding-right: 50px;
    line-height: 47px;
  }
}

.search-block__button {
  display: block;
  width: 210px;
  background: transparent;
  border: 2px solid #FAFAFA;
  margin: 0 auto;
  font-size: 1em;
  color: #FAFAFA;
  margin-top: 10px;
  padding: 18px 0;
  font-weight: 600;
  text-transform: uppercase;
  outline: 0;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
}

@media (max-width: 767px) {
  .search-block__button {
    font-size: 0.85em;
    padding: 12px 0;
    width: 180px;
    margin-top: 0;
  }
}

.search-block__button:hover,
.search-block__button:focus {
  background: #FAFAFA;
  color: #222222;
  font-weight: 600;
}

.search-block__close {
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
  position: absolute;
  right: -100px;
  top: -10px;
  font-size: 0;
}

@media (max-width: 1199px) {
  .search-block__close {
    right: -60px;
  }
}

@media (max-width: 767px) {
  .search-block__close {
    width: 25px;
    height: 25px;
    right: -30px;
  }
}

.search-block__span {
  display: block;
  width: 50px;
  height: 5px;
  margin-bottom: 4px;
  background: #FAFAFA;
}

@media (max-width: 767px) {
  .search-block__span {
    width: 25px;
    height: 3px;
  }
}

.search-block__span--ft {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  top: 24px;
}

@media (max-width: 767px) {
  .search-block__span--ft {
    top: 21px;
  }
}

.search-block__span--sd {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  top: 14px;
  position: relative;
}

.header {
  background: #FAFAFA;
  padding: 23px 0;
  padding-bottom: 11px;
}

@media (max-width: 1199px) {
  .header {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .header {
    padding: 15px 8px;
  }
}

.header__container {
  padding: 0;
  position: relative;
}

.header__img {
  float: left;
  position: relative;
  z-index: 20;
}

@media (max-width: 1199px) {
  .header__img {
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  .header__img {
    max-width: 120px;
  }
}

.header .header-contact {
  float: right;
  margin-top: -5px;
  margin-right: 40px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .header .header-contact {
    margin-bottom: 0;
    max-width: 120px;
    margin-right: 25px;
  }
}

.header .header-contact__text {
  color: #777777;
  font-size: 0.938em;
  line-height: 120%;
}

@media (max-width: 767px) {
  .header .header-contact__text {
    font-size: 12px;
  }
}

.header .header-contact__text--hours {
  font-size: 0.750em;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .header .header-contact__text--hours {
    margin-top: 5px;
    font-size: 12px;
  }
}

.header .header-contact__link {
  color: #777777;
}

.header .header-contact__link:hover,
.header .header-contact__link:focus {
  text-decoration: none;
  color: #777777;
}

.menu {
  position: relative;
  z-index: 10;
  background: #FAFAFA;
}

@media (max-width: 1199px) {
  .menu {
    display: none;
  }
}

.menu__container {
  padding: 0;
}

.menu .menu-list {
  float: right;
}

.menu .menu-list__name {
  text-transform: uppercase;
  color: #fff;
  width: 378px;
  text-align: center;
  padding: 11px 0;
  padding-bottom: 15px;
  display: inline-block;
  font-size: 1.063em;
}

.menu .menu-list__name:hover,
.menu .menu-list__name:focus {
  text-decoration: none;
}

.menu .menu-list__name--first {
  background: #F36041;
}

.menu .menu-list__name--second {
  background: #4FA93F;
  margin-left: 7px;
}

.menu .menu-tabs--first {
  background: #F36041;
}

.menu .menu-tabs--second {
  background: #4FA93F;
}

.menu .menu-tabs.menu-tabs-active {
  display: block;
}

.menu .menu-tabs__container {
  max-width: 73.125em;
  margin: 0 auto;
}

.menu .menu-tabs__ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 1399px) {
  .menu .menu-tabs__ul {
    padding: 0 10px;
  }
}

.menu .menu-tabs__li {
  float: left;
  margin: 23px 0;
}

.menu .menu-tabs__li:first-child .menu-tabs__a {
  padding-left: 0;
}

.menu .menu-tabs__li:last-child .menu-tabs__a {
  border: 0;
  padding-right: 0;
}

.menu .menu-tabs__li.active .menu-tabs__a {
  color: #000;
}

.menu .menu-tabs__li.active a {
  color: #000;
}

.menu .menu-tabs__li a {
  display: block;
  color: #fff;
  font-size: 0.813em;
  text-transform: uppercase;
  padding: 0 20px;
  padding-right: 23px;
  border-right: 1px solid #fff;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
}

@media (max-width: 1399px) {
  .menu .menu-tabs__li a {
    font-size: 0.750em;
  }
}

.menu .menu-tabs__li a:hover,
.menu .menu-tabs__li a:focus {
  text-decoration: none;
  color: #000;
}

.menu .menu-tabs__a {
  display: block;
  color: #fff;
  font-size: 0.813em;
  text-transform: uppercase;
  padding: 0 20px;
  padding-right: 23px;
  border-right: 1px solid #fff;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
}

@media (max-width: 1399px) {
  .menu .menu-tabs__a {
    font-size: 0.750em;
  }
}

.menu .menu-tabs__a:hover,
.menu .menu-tabs__a:focus {
  text-decoration: none;
  color: #000;
}

.dropdown-menu {
  position: static;
  width: 100%;
  box-shadow: none;
  border: 0;
  font-size: 1em;
  margin-bottom: 20px;
  border-bottom: 1px solid #BBBBBB;
  padding-left: 15px;
}

@media (max-width: 1199px) {
  .dropdown-menu {
    background: #45CBE2 !important;
    border: 0;
    color: #fff !important;
    padding: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  }
}

.dropdown-menu .menu-tabs__a {
  text-transform: uppercase;
}

.dropdown-menu .menu-tabs__a:hover,
.dropdown-menu .menu-tabs__a:focus {
  background: none;
}

@media (max-width: 1199px) {
  .dropdown-menu .menu-tabs__a {
    border: 0 !important;
    color: #fff;
  }
}

@media (max-width: 1199px) {
  .dropdown-menu {
    float: none;
    border-top: 0.5px solid rgba(255, 255, 255, 0.25);
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.25);
    margin: 0;
  }
}

.mobile-menu {
  display: none;
}

@media (max-width: 1199px) {
  .mobile-menu {
    display: block;
  }
}

.mobile-menu__ul {
  padding: 0;
  margin: 0;
  list-style-type: 0;
}

.mobile-menu__ul--first {
  background: #F36041;
}

.mobile-menu__ul--second {
  background: #4FA93F;
}

.mobile-menu__ul--competitions {
  background: #45CBE2;
}

.mobile-menu__li.activeMenu .dropdown {
  display: block;
}

.mobile-menu__a {
  display: block;
  font-size: 1.063em;
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding: 15px 10px;
  text-transform: uppercase;
}

.mobile-menu__a:hover,
.mobile-menu__a:focus {
  text-decoration: none;
  color: #fff;
}

.mobile-menu .menu-tabs__li:first-child .menu-tabs__a {
  border-top: 1px solid #fff;
}

.mobile-menu .menu-tabs__li a {
  display: block;
  text-align: center;
  font-size: 0.813em;
  text-transform: uppercase;
  padding: 15px 10px;
  border-top: 0.5px solid rgba(255, 255, 255, 0.25);
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.25);
}

.mobile-menu .menu-tabs__li a:hover,
.mobile-menu .menu-tabs__li a:focus {
  text-decoration: none;
  color: #fff;
}

.mobile-menu .menu-tabs__a {
  display: block;
  text-align: center;
  font-size: 0.813em;
  text-transform: uppercase;
  padding: 15px 0;
  border-top: 0.5px solid rgba(255, 255, 255, 0.25);
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.25);
}

.mobile-menu .menu-tabs__a:hover,
.mobile-menu .menu-tabs__a:focus {
  text-decoration: none;
  color: #fff;
}

.mobile-menu .menu-tabs__li.active .menu-tabs__a,
.mobile-menu .menu-tabs__li.active a {
  color: #000;
}

.mobile-menu .competitions-list {
  padding: 0;
  margin: 0;
  list-style-type: 0;
}

.mobile-menu .competitions-list__li:first-child .competitions-list__a {
  border-top: 1px solid #fff;
}

.mobile-menu .competitions-list__a {
  display: block;
  text-align: center;
  font-size: 0.813em;
  text-transform: uppercase;
  padding: 15px 0;
  border-top: 0.5px solid rgba(255, 255, 255, 0.25);
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.25);
}

.mobile-menu .competitions-list__a:hover,
.mobile-menu .competitions-list__a:focus {
  text-decoration: none;
  color: #fff;
}

.mobile-menu .dropdown {
  display: none;
}

.dropdown.menu-tabs__li.active.open .dropdown-menu .menu-tabs__a {
  color: #777777;
}

@media (max-width: 1199px) {
  .dropdown.menu-tabs__li.active.open .dropdown-menu .menu-tabs__a {
    color: #fff;
  }
}

.dropdown.menu-tabs__li.active.open .dropdown-menu .menu-tabs__li.active .menu-tabs__a {
  color: #45CBE2;
}

@media (max-width: 1199px) {
  .dropdown.menu-tabs__li.active.open .dropdown-menu .menu-tabs__li.active .menu-tabs__a {
    color: #000;
    background: none;
  }
}

.competitions {
  padding-top: 10px;
  width: 250px;
  background: #fff;
  position: relative;
  float: right;
}

@media (max-width: 1199px) {
  .competitions {
    float: none;
  }
}

.competitions::before {
  display: block;
  content: "";
  height: 100%;
  width: 100vw;
  background: #fff;
  position: absolute;
  left: -100vw;
  top: 0;
}

.competitions__title {
  font-size: 2.063em;
  max-width: 250px;
  color: #fff;
  font-weight: 700;
  background: #45CBE2;
  text-transform: uppercase;
  padding: 29px 8px;
  letter-spacing: 1px;
}

.competitions__title--offers {
  color: #777777;
  padding: 0;
  max-width: 100%;
  background: none;
  line-height: 120%;
  font-size: 1.2em;
  background: none !important;
  margin-top: 30px;
}

.competitions .competitions-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.competitions .competitions-list--offers {
  margin-top: 20px;
}

.competitions .competitions-list__li {
  border-bottom: 1px solid #BBBBBB;
}

.competitions .competitions-list__li:last-child {
  border: 0;
}

.competitions .competitions-list__li--offers:first-child {
  border-top: 1px solid #BBBBBB !important;
}

.competitions .competitions-list__li--offers:last-child {
  border-bottom: 1px solid #BBBBBB !important;
}

.competitions .competitions-list__li.active .competitions-list__a {
  color: #45CBE2;
}

.competitions .competitions-list__a {
  color: #777777;
  font-size: 0.813em;
  padding: 16px 0;
  display: block;
  max-width: 230px;
  line-height: 120%;
  font-weight: 600;
}

.competitions .competitions-list__a--big {
  font-size: 1.2em !important;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.competitions .competitions-list__a:hover,
.competitions .competitions-list__a:focus {
  color: #45CBE2;
  text-decoration: none;
}

.competitions .competitions-list .menu-tabs__li {
  border-bottom: 1px solid #BBBBBB;
}

.competitions .competitions-list .menu-tabs__li:last-child {
  border: 0;
}

.competitions .competitions-list .menu-tabs__li--offers:first-child {
  border-top: 1px solid #BBBBBB;
}

.competitions .competitions-list .menu-tabs__li--offers:last-child {
  border-bottom: 1px solid #BBBBBB;
}

.competitions .competitions-list .menu-tabs__li.active .menu-tabs__a {
  color: #45CBE2;
}

.competitions .competitions-list .menu-tabs__li.active .dropdown-menu .menu-tabs__li.active .menu-tabs__a {
  color: #45CBE2;
}

.competitions .competitions-list .menu-tabs__li.active .dropdown-menu .menu-tabs__a {
  color: #777777;
}

.competitions .competitions-list .menu-tabs__a {
  color: #777777;
  font-size: 0.813em;
  padding: 16px 0;
  display: block;
  max-width: 230px;
  line-height: 120%;
  font-weight: 600;
}

.competitions .competitions-list .menu-tabs__a:hover,
.competitions .competitions-list .menu-tabs__a:focus {
  color: #45CBE2;
  text-decoration: none;
}

.projects {
  background: #F1F1F1;
  padding: 45px 0;
  padding-bottom: 55px;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1199px) {
  .projects {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .projects {
    padding-top: 25px;
  }
}

.projects__container {
  padding: 0;
}

@media (max-width: 1199px) {
  .projects__container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 768px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .projects__container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.projects__header {
  max-width: 523px;
  border-bottom: 2px solid #F6866D;
}

.projects__header.otherColor {
  border-color: #4FA93F;
}

@media (max-width: 767px) {
  .projects__header {
    max-width: 292px;
  }
}

.projects__title {
  margin: 0;
  padding: 0;
  font-size: 2.813em;
  color: #666666;
  line-height: 120%;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .projects__title {
    font-size: 1.875em;
  }
}

.projects__years {
  color: #666666;
  font-size: 2.125em;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .projects__years {
    display: none;
  }
}

.projects__text {
  font-size: 0.938em;
  color: #666666;
  line-height: 120%;
  margin-top: 50px;
}

.projects__text--bold {
  font-weight: bold;
  display: block;
}

@media (max-width: 767px) {
  .projects__text {
    font-size: 0.813em;
    margin-top: 15px;
  }
}

.projects__empty {
  margin: 10px 0;
}

.projects .projects-content__header {
  color: #666666;
  font-size: 1.625em;
  line-height: 120%;
  letter-spacing: 0.5px;
}

@media (max-width: 767px) {
  .projects .projects-content__header {
    font-size: 1.250em;
    max-width: 232px;
  }
}

.projects .projects-content__city {
  color: #666666;
  font-size: 1.625em;
  font-weight: bold;
  line-height: 120%;
  text-transform: uppercase;
  margin-top: 10px;
}

.projects .project-tabs {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 26px;
}

@media (max-width: 767px) {
  .projects .project-tabs {
    margin: 0;
  }
}

.projects .project-tabs--dropdown {
  display: none;
  margin: 0;
}

.projects .project-tabs--dropdown .project-tabs__li {
  border-bottom: 1px dashed #777777;
}

.projects .project-tabs--dropdown .project-tabs__a {
  font-size: 1em;
}

.projects .project-tabs__li {
  padding: 20px 0;
  border-bottom: 1px solid #777777;
}

.projects .project-tabs__li.active {
  border-bottom: 0;
}

.projects .project-tabs__li.active .project-tabs--dropdown {
  display: block;
}

.projects .project-tabs__li.active .project-tabs--dropdown .project-tabs__a {
  font-style: italic;
  font-weight: 400;
}

.projects .project-tabs__li.active .project-tabs__a {
  font-weight: bold;
}

.projects .project-tabs__a {
  font-size: 1.125em;
  color: #666666;
  letter-spacing: 0.5px;
}

.projects .project-tabs__a:hover,
.projects .project-tabs__a:focus {
  text-decoration: none;
  font-weight: bold;
}

.projects .about-city {
  margin-top: 40px;
}

@media (max-width: 1199px) {
  .projects .about-city {
    max-width: 568px;
    margin-left: auto;
    margin-right: auto;
  }
}

.projects .about-city__text {
  font-size: 0.750em;
  color: #666666;
  line-height: 120%;
  float: left;
  width: 70%;
}

@media (max-width: 767px) {
  .projects .about-city__text {
    float: none;
    width: 100%;
  }
}

.projects .about-city__arms {
  float: right;
  margin-top: -7px;
}

@media (max-width: 767px) {
  .projects .about-city__arms {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .projects .about-city__arms-img {
    max-height: 103px;
    margin: 0 auto;
  }
}

.projects .about-city__photo {
  margin-top: 20px;
}

.projects-map {
  margin-top: -11px;
  margin-left: 12px;
  max-width: 358px;
}

.projects-map__title {
  color: #666666;
  font-size: 0.938em;
  line-height: 120%;
  letter-spacing: 0.3px;
}

.projects-map__title--about {
  font-size: 1.25em;
  margin-bottom: 5px;
}

.projects-map__area {
  outline: none;
}

.projects-map .map-block {
  margin-top: 30px;
  position: relative;
}

.projects-map .map-block--about {
  margin-top: 10px;
}

.projects-map .map-block__city {
  font-size: 0.938em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  min-width: 144px;
  padding: 12px 6px;
  background: #F36041;
  border: 1px solid #fff;
  position: absolute;
  right: 80px;
  top: 110px;
  transition: top 0.3s, right 0.3s;
}

.projects-map .map-block__city--about {
  font-size: 1.1em;
}

.projects-map .map-block__city.otherColor {
  background: #4FA93F;
}

.projects-map .map-block__city.otherColor::after {
  border-top: 10px solid #4FA93F;
  border-left: 5px solid #4FA93F;
}

.projects-map .map-block__city::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  left: 32px;
  border-top: 10px solid #F36041;
  border-right: 5px solid transparent;
  border-left: 5px solid #F36041;
  border-bottom: 10px solid transparent;
}

.projects-map .map-block__city::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -23px;
  left: 31px;
  border-top: 11px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid #fff;
  border-bottom: 11px solid transparent;
}

.chooseCommune {
  margin-top: 35px;
}

.chooseCommune--about {
  margin-top: -10px;
}

.chooseCommune__header {
  color: #F36041;
  line-height: 120%;
  font-size: 1.063em;
  margin-top: 10px;
  letter-spacing: 0.1px;
}

.chooseCommune__header.otherColor {
  color: #4FA93F;
}

@media (max-width: 1199px) {
  .chooseCommune__header--desktop {
    display: none;
  }
}

@media (max-width: 767px) {
  .chooseCommune__header {
    font-size: 1.063em;
  }
}

.chooseCommune__header--mobile {
  display: none;
}

@media (max-width: 1199px) {
  .chooseCommune__header--mobile {
    display: block;
  }
}

.chooseCommune__header--big {
  font-size: 2.063em;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin: 0;
}

@media (max-width: 767px) {
  .chooseCommune__header--big {
    font-size: 1.688em;
  }
}

.chooseCommune__header--about {
  font-size: 1.163em;
}

.chooseCommune__header--about-big {
  font-size: 2.2em;
}

.chooseCommune .chooseCommune-list {
  width: 397px;
}

.chooseCommune .chooseCommune-list__select {
  width: 397px;
  background-color: #fff;
  border: 1px solid #D6D6D6;
  height: 41px;
  font-size: 0.938em;
  color: #444444;
  padding: 0 6px;
  padding-left: 10px;
  margin-top: 20px;
  position: relative;
  background-image: url("/media/default/select-arrow.jpg");
  background-position: calc(100% - 8px) calc(1em - 6px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-repeat: no-repeat;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

@media (max-width: 767px) {
  .chooseCommune .chooseCommune-list__select {
    width: 293px;
  }
}

.chooseCommune .chooseCommune-list__select--about {
  font-size: 1em;
}

.chooseCommune .chooseCommune-list__option {
  font-size: 0.938em;
}

.chooseCommune .chooseCommune-list__option--about {
  font-size: 1em;
}

.chooseCommune__choice {
  font-size: 15px;
  color: #666666;
  margin-top: 33px;
}

@media (max-width: 767px) {
  .chooseCommune__choice {
    margin-top: 25px;
  }
}

.chooseCommune__choice--commune {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.125em;
  margin-left: 15px;
  letter-spacing: 1.1px;
}

.projectsList {
  margin-bottom: 20px;
}

.projectsList__link {
  display: block;
  border-bottom: 1px solid #777777;
  margin-bottom: 20px;
}

.projectsList__link:hover,
.projectsList__link:focus {
  text-decoration: none;
}

.projectsList__link:hover {
  color: #F36041;
}

.projectsList__title {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 130%;
}


.gallery {
  background: url("/media/default/galleryBg.jpg") no-repeat;
  background-size: cover;
  padding: 30px 0;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .gallery {
    padding-bottom: 35px;
  }
}

.gallery__pause {
  margin-top: 20px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  display: inline-block;
}

.gallery__pause:hover {
  color: inherit;
}

.gallery__pause:hover:focus {
  outline: 2px solid #0000ff;
  color: inherit;
}

.gallery__container {
  padding: 0;
}

@media (max-width: 1199px) {
  .gallery__container {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .gallery__container {
    padding: 0 15px;
    max-width: 320px;
  }
}

.gallery__header {
  font-size: 2.813em;
  color: #666666;
  text-transform: uppercase;
  line-height: 120%;
  margin: 0;
  letter-spacing: 0.7px;
  width: 525px;
  padding-bottom: 8px;
  border-bottom: 2px solid #F6866D;
}

.gallery__header.otherColor {
  border-color: #4FA93F;
}

@media (max-width: 767px) {
  .gallery__header {
    width: 292px;
    font-size: 1.875em;
  }
}

.gallery .gallery-carousel {
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 46px;
  position: relative;
}

@media (max-width: 1199px) {
  .gallery .gallery-carousel {
    max-width: 540px;
  }
}

@media (max-width: 767px) {
  .gallery .gallery-carousel {
    max-width: 233px;
    margin-top: 25px;
  }
}

.gallery .gallery-box {
  position: relative;
  display: block;
  background: linear-gradient(transparent 25%, rgba(0, 0, 0, 0.75));
}

.gallery .gallery-box__img {
  position: relative;
  z-index: -1;
}

.gallery .gallery-desc {
  position: absolute;
  width: 100%;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
  width: 230px;
}

@media (max-width: 767px) {
  .gallery .gallery-desc {
    width: 196px;
  }
}

.gallery .gallery-desc__title {
  font-size: 1.250em;
  color: #fff;
  font-weight: bold;
  line-height: 120%;
  margin: 0;
}

@media (max-width: 767px) {
  .gallery .gallery-desc__title {
    font-size: 1em;
  }
}

.gallery .gallery-desc__date {
  font-size: 0.813em;
  color: #fff;
  line-height: 120%;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .gallery .gallery-desc__date {
    font-size: 0.78em;
  }
}

.gallery .gallery-block {
  display: none;
}

.gallery .gallery-block.active {
  display: block;
}

.owl-nav {
  width: 100%;
  margin-top: -150px;
  margin-bottom: 190px;
}

.owl-prev {
  width: 40px;
  height: 40px;
  background: url("/media/default/gallery-arrow-prev.png") no-repeat;
  display: block;
  position: absolute;
  left: -45px;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}

@media (max-width: 767px) {
  .owl-prev {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    left: -42px;
  }
}

.owl-prev:hover {
  opacity: 0.75;
}

.owl-next {
  width: 40px;
  height: 40px;
  background: url("/media/default/gallery-arrow-next.png") no-repeat;
  display: block;
  position: absolute;
  right: -45px;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}

@media (max-width: 767px) {
  .owl-next {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    right: -42px;
  }
}

.owl-next:hover {
  opacity: 0.75;
}

.gallery-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.gallery-list .menu-tabs__li {
  padding: 20px 0;
  border-bottom: 1px dashed #BBBBBB;
}

.gallery-list .menu-tabs__a {
  font-size: 1.25em;
  display: block;
  white-space: normal;
}

.gallery-list .menu-tabs__a:hover,
.gallery-list .menu-tabs__a:focus {
  color: #000 !important;
  text-decoration: none;
}

.gallery-list .dropdown-menu {
  position: static;
  margin: 0;
  padding: 0;
  float: none;
  background: none !important;
  box-shadow: none;
  border: 0;
  font-size: 1.025em;
}

.gallery-list .dropdown-menu .menu-tabs__li {
  border: 0;
  padding-bottom: 0;
}

.gallery-list .dropdown-menu .menu-tabs__a {
  color: #666666;
}

.gallery-list .dropdown-menu .menu-tabs__a:hover,
.gallery-list .dropdown-menu .menu-tabs__a:focus {
  background: none;
  color: #000;
}

.dropdown-backdrop {
  display: none !important;
}

.logos {
  background: #fff;
  padding: 45px;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .logos {
    padding: 10px;
  }
}

.logos__pause {
  margin: 20px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  display: inline-block;
}

.logos__pause:hover {
  color: inherit;
}

.logos__pause:hover:focus {
  outline: 2px solid #0000ff;
  color: inherit;
}

.logos__container {
  padding: 0;
}

@media (max-width: 1199px) {
  .logos__container {
    padding: 0 30px;
    width: auto;
    max-width: 768px;
  }
}

@media (max-width: 767px) {
  .logos__container {
    padding: 0;
    max-width: 320px;
  }
}

.logos .logos-carousel {
  max-width: 1150px;
  margin: 0 auto;
  padding-bottom: 75px;
  border-bottom: 1px solid #CCCCCE;
}

@media (max-width: 1199px) {
  .logos .logos-carousel {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .logos .logos-carousel {
    padding-bottom: 20px;
    padding-top: 10px;
  }
}

.logos .logos-bottom {
  margin-top: 25px;
  padding-bottom: 45px;
  border-bottom: 1px solid #CCCCCE;
}

@media (max-width: 1199px) {
  .logos .logos-bottom {
    padding-bottom: 30px;
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .logos .logos-bottom {
    padding-bottom: 10px;
  }
}

.logos .logos-bottom__row {
  margin: 0 auto;
}

.logos .logos-bottom__img {
  margin: 0 auto;
  max-height: 78px;
}

@media (max-width: 767px) {
  .logos .logos-bottom__img {
    margin-bottom: 10px;
  }
}

.footer {
  padding: 45px 0;
  padding-bottom: 0;
  background: #222222;
}

@media (max-width: 767px) {
  .footer {
    padding: 25px 0;
  }
}

.footer__container {
  padding: 0;
}

@media (max-width: 1199px) {
  .footer__container {
    padding: 0 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .footer__container {
    padding: 0 20px;
  }
}

.footer__text {
  max-width: 791px;
  color: #ACACAC;
  font-size: 0.750em;
  line-height: 120%;
}

@media (max-width: 767px) {
  .footer__text {
    font-size: 0.688em;
  }
}

.footer__copy {
  color: #fff;
  font-size: 0.750em;
  text-align: right;
}

@media (max-width: 1199px) {
  .footer__copy {
    text-align: left;
    margin-top: 30px;
  }
}

.footer__policy {
  text-align: right;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .footer__policy {
    text-align: left;
  }
}

.footer__realization {
  color: #fff;
  font-size: 0.688em;
  text-align: right;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .footer__realization {
    text-align: left;
  }
}

.footer__link {
  display: block;
  font-size: 0.750em;
  text-align: right;
}

@media (max-width: 1199px) {
  .footer__link {
    text-align: left;
  }
}

.footer__link:hover,
.footer__link:focus {
  text-decoration: none;
  color: #fff;
}

.footer__link--policy {
  display: inline-block;
  padding: 0 8px;
  border-right: 1px solid #fff;
}

.footer__link--policy:last-child {
  padding-right: 0;
  border: 0;
}

@media (max-width: 1199px) {
  .footer__link--policy:first-child {
    padding-left: 0;
  }
}

.fbWidget {
  width: 392px;
  position: fixed;
  right: -341px;
  z-index: 100;
  top: 450px;
  cursor: pointer;
  transition: right 0.3s;
}

@media (max-width: 767px) {
  .fbWidget {
    display: none;
  }
}

@media (max-width: 1399px) {
  .fbWidget {
    top: 330px;
  }

  .fbWidget span {
    height: 400px !important;
  }

  .fbWidget iframe {
    height: 400px !important;
  }
}

@media (max-width: 1299px) {
  .fbWidget {
    top: 400px;
  }
}

.fbWidget:hover {
  right: 0;
}

.fbWidget__button {
  width: 51px;
  height: 208px;
  background: url("/media/default/fb-button.png") no-repeat;
  float: left;
}

@media (max-width: 1299px) {
  .fbWidget__button {
    transform: scale(0.74);
    -webkit-transform: scale(0.74);
    -moz-transform: scale(0.74);
    -ms-transform: scale(0.74);
    -o-transform: scale(0.74);
    position: relative;
    top: -27px;
    right: -7px;
  }
}

.fbWidget__container {
  float: left;
  border: 1px solid #3B5999;
  border-right: 0;
}

.fb-link {
  display: none;
}

@media (max-width: 767px) {
  .fb-link {
    display: block;
    margin: 5px auto;
    width: 300px;
  }
}

.form__label {
  font-size: 1em;
  color: #666666;
}

.form__input {
  margin-bottom: 10px;
  font-size: 1em;
  border: 1px solid #ACACAC;
}

.form__input:focus {
  box-shadow: none;
  border-color: #ACACAC;
}

.form__textarea {
  margin-bottom: 10px;
  font-size: 1em;
  border: 1px solid #ACACAC;
}

.form__textarea:focus {
  box-shadow: none;
  border-color: #ACACAC;
}

.form__button {
  font-size: 0.875em;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border: 1px solid #fff;
  background: #F36041;
  width: 100px;
  padding: 10px 0;
  transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  margin-right: 20px;
  outline: 0;
}

.form__button:hover {
  text-decoration: none;
  background: #fff;
  color: #F36041;
  border-color: #F36041;
}

.alert {
  font-size: 1em;
}

.aboutUs-map {
  float: right;
  margin-top: -185px;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  margin-right: -35px;
}

@media (max-width: 1500px) {
  .aboutUs-map {
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  .aboutUs-map {
    display: none;
  }
}

.aboutUs__content {
  font-size: 1em;
}

.aboutUs-places {
  margin-top: 50px;
}

.aboutUs-places ol li,
.aboutUs-places ul li {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .aboutUs-places {
    margin-top: 30px;
  }
}

.aboutUs-places__header {
  font-size: 1.7em;
  text-transform: uppercase;
  font-weight: 300;
}

@media (max-width: 767px) {
  .aboutUs-places__header {
    font-size: 1.9em;
  }
}

.aboutUs-places__ol {
  text-align: left;
  padding: 0;
  margin: 0;
  margin-left: 15px;
}

@media (max-width: 1199px) {
  .aboutUs-places__ol {
    list-style-type: none;
    margin: 0;
  }
}

.aboutUs-places__li {
  border-bottom: 1px solid #777777;
  padding: 15px 0;
}

@media (max-width: 1199px) {
  .aboutUs-places__li {
    padding-bottom: 20px;
  }
}

.aboutUs-places__li.active .aboutUs-places__content {
  display: block;
}

.aboutUs-places__a {
  font-size: 1.2em;
  text-transform: uppercase;
  color: #666666;
  line-height: 120%;
}

.aboutUs-places__a:hover,
.aboutUs-places__a:focus {
  text-decoration: none;
}

.aboutUs-places__a:hover {
  font-weight: bold;
}

.aboutUs-places__content {
  display: none;
  padding-top: 15px;
  margin-top: 15px;
  margin-bottom: 30px;
  border-top: 1px solid #777777;
}

@media (max-width: 1199px) {
  .aboutUs-places__content {
    padding-top: 20px;
    margin-bottom: 15px;
  }
}

.aboutUs__title {
  font-weight: bold;
  color: #666666;
  text-transform: uppercase;
  font-size: 2.375em;
  margin-top: 36px;
}

@media (max-width: 1199px) {
  .aboutUs__title {
    font-size: 2.1em;
  }
}

.aboutUs__content {
  margin-top: 45px;
}

@media (max-width: 1199px) {
  .aboutUs__content {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .aboutUs__content {
    margin-top: 15px;
  }
}

.aboutUs-gallery {
  margin-top: 40px;
}

@media (max-width: 1199px) {
  .aboutUs-gallery {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .aboutUs-gallery {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 30px;
  }
}

.projectsPage {
  display: block;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #BBBBBB;
}

.projectsPage__link {
  display: block;
  font-size: 1.25em;
  margin-bottom: 30px;
  line-height: 120%;
}

@media (max-width: 768px) {
  .projectsPage__link {
    font-size: 1.1em;
    margin-bottom: 15px;
  }
}

.projectsPage__link:hover,
.projectsPage__link:focus {
  text-decoration: none;
}

.projectsPage__img {
  max-width: 440px;
}

@media (max-width: 767px) {
  .projectsPage__img {
    max-width: 100%;
  }
}

.promotion {
  margin-top: 20px;
}

.promotion__header {
  font-size: 1.2em;
}

.promotion__ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}

.promotion__li {
  line-height: 120%;
  padding: 15px 0;
  border-bottom: 1px solid #777777;
}

.promotion__li.active {
  border-bottom: 0;
}

.promotion__li.active .promotion-logos {
  display: block;
  border-top: 1px solid #777777;
  padding-top: 15px;
  margin-bottom: 0;
}

.promotion__a {
  font-size: 1.1em;
}

.promotion__a:hover {
  text-decoration: none;
  font-weight: bold;
}

.promotion__a:focus {
  text-decoration: none;
}

.promotion .promotion-logos {
  margin: 15px 0;
  display: none;
}

.promotion .promotion-logos__text-link {
  display: block;
  margin-bottom: 15px;
  font-size: 0.9em;
}

.promotion .promotion-logos__text {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 5px;
}

.promotion .promotion-logos__link {
  display: inline-block;
  margin: 10px;
}

@media (max-width: 767px) {
  .promotion .promotion-logos__link {
    margin: 5px;
  }
}

@media (max-width: 767px) {
  .promotion .promotion-logos__img {
    max-height: 80px;
  }
}

.jobOffers-list {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px dashed #777777;
  margin-bottom: 30px;
}

.jobOffers-list:hover,
.jobOffers-list:focus {
  text-decoration: none;
}

.jobOffers-list__title {
  font-size: 1.2em;
  line-height: 120%;
  color: #777777;
  font-weight: bold;
}

.jobOffers-list__date {
  font-size: 1em;
  font-style: italic;
  text-align: right;
  margin-top: 10px;
}

.recruitments {
  margin-bottom: 40px;
}

.recruitments__link {
  display: block;
  border-bottom: 1px solid #777777;
  margin-bottom: 20px;
}

.recruitments__link:hover,
.recruitments__link:focus {
  text-decoration: none;
}

.recruitments__link:hover {
  color: #F36041;
}

.recruitments__title {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 130%;
}

.recruitments__content {
  display: none;
}

.gatherings__link {
  font-weight: bold;
  color: #F36041 !important;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #777777;
  font-size: 1.2em;
}

.gatherings__link:hover,
.gatherings__link:focus {
  text-decoration: none;
  color: #F36041;
}

.gatherings .gatherings-block {
  padding: 10px 0;
  border-bottom: 1px dashed #777777;
  margin-bottom: 20px;
}

.gatherings .gatherings-block__title {
  font-size: 1.2em;
  margin: 0;
  font-weight: bold;
}

.gatherings .gatherings-block__date {
  font-size: 0.8em;
  font-style: italic;
  text-align: right;
  margin: 10px 0;
}

.gatherings .gatherings-block__desc {
  font-style: italic;
}

.gatherings .gatherings-block__button {
  color: #F36041;
  display: block;
  margin: 10px;
  font-style: italic;
  text-align: right;
  outline: 0;
}

.gatherings .gatherings-block__button:hover,
.gatherings .gatherings-block__button:focus {
  color: #F36041;
}

[role="tab"][aria-selected="true"] {
  border: 0;
}

[role="tab"][aria-selected="false"] {
  border: 0;
}

[role="tab"]:hover span.focus,
[role="tab"]:focus span.focus,
[role="tab"]:active span.focus {
  border: 2px solid #2474d6;
}

[role="tabpanel"].is-hidden {
  display: none;
}

[role="tabpanel"] p {
  margin: 0;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-button--thumbs,
.fancybox-button--play,
.fancybox-button--zoom {
  display: none !important;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.fancybox-stage {
  background: #fff;
}

.fancybox-caption {
  background: transparent;
}

.fancybox-caption__body {
  background: #fff;
  color: #000;
}

.fancybox-button {
  color: #fff;
}

.fancybox-button--close {
  background: #000;
}

.fancybox-button--close:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.fancybox-button:disabled {
  display: none;
}

.fancybox-button>div {
  background: #000;
}

.fancybox-button:focus>div {
  outline: 2px solid #000;
  outline-offset: 2px;
}



/*# sourceMappingURL=stylesheet.css.map */