html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Formular', sans-serif;
  font-size: 14px;
  min-width: 320px;
  max-width: 2560px;
  color: #000;
  position: relative;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: blue;
}

p {
  margin: 0;
  padding: 0;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: bold;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

input,
textarea {
  border: none;
  outline: none;
  border-radius: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #333;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #333;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #333;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #333;
}

.container {
  width: 100%;
  height: auto;
  min-width: 290px;
  max-width: 1205px !important;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1299px) and (min-width: 992px) {
  .container {
    max-width: 980px !important;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .container {
    max-width: 730px !important;
  }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
  .container {
    max-width: 100% !important;
  }
}

.title {
  font-size: 19px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  text-align: center;
}

.title__two {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  display: block;
}

@media screen and (max-width: 767px) {
  .title__two {
    font-size: 30px;
    text-transform: none;
  }
}

.page-title {
  font-size: 19px;
  line-height: 25px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  font-family: 'Formular';
}

@media screen and (max-width: 992px) {
  .page-title {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .page-title {
    font-size: 17px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .page-title br {
    display: none;
  }
}

.btn_more {
  font-size: 21px;
  color: #000000;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Formular';
}

.btn_more:hover {
  opacity: 0.5;
}

.owl-nav {
  display: block !important;
}

.gallery__wrap {
  padding: 50px 0;
}

.gallery {
  background-color: #f2f2f2;
}

@media screen and (max-width: 1200px) {
  .gallery {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .gallery .page-title {
    text-align: center;
  }
}

.slider_item-title {
  color: #000000;
  font-size: 15px;
  margin-top: 20px;
  display: block;
}

.owl-prev__slider {
  background-color: transparent !important;
  border: 1px solid #ccc !important;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0%;
  margin-left: -395px;
  top: 100%;
  margin-top: -72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  display: grid !important;
  place-content: center;
}

@media screen and (max-width: 1200px) {
  .owl-prev__slider {
    left: 100%;
    margin-left: -100px;
    margin-top: 0px;
  }
}

.owl-prev__slider:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.owl-prev__slider:hover {
  border: 1px solid #fff !important;
  background-color: #fff !important;
}

.owl-prev__slider:hover:after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.owl-prev__slider:focus {
  display: none;
}

.owl-next__slider {
  background-color: transparent !important;
  border: 1px solid #ccc !important;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  margin-left: -335px;
  top: 100%;
  margin-top: -72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  display: grid !important;
  place-content: center;
}

@media screen and (max-width: 1200px) {
  .owl-next__slider {
    left: 100%;
    margin-left: -40px;
    margin-top: 0;
  }
}

.owl-next__slider:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -3px;
}

.owl-next__slider:hover {
  border: 1px solid #fff !important;
  background-color: #fff !important;
}

.owl-next__slider:hover:after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.owl-next__slider:focus {
  display: none;
}

.section {
  width: 100%;
  height: auto;
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #e5e5e5;
}

.snl {
  border-top: none;
}

.read__more {
  font-size: 17px;
  line-height: 25px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  display: inline-block;
  color: black;
}

.read__more:hover {
  color: rgba(0, 0, 0, 0.5);
}

.modal__search {
  background-color: rgba(0, 0, 0, 0.95);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  display: none;
}

.modal__search_input {
  width: 600px;
  border-bottom: 1px solid #868686;
  padding-bottom: 10px;
  background-color: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .modal__search_input {
    width: 300px;
  }
}

.modal__search_input input {
  background-color: transparent;
  font-size: 35px;
  font-weight: 700;
  width: 100%;
  color: #868686;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .modal__search_input input {
    font-size: 30px;
  }
}

.modal__search_input svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.modal__search_btn {
  cursor: pointer;
}

.modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.modal__close span {
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  display: block;
}

.modal__close_first {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal__close_second {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px;
}

.modal__search input[type='text']::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.modal__search input[type='text']::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.modal__search input[type='search']::-webkit-search-decoration,
.modal__search input[type='search']::-webkit-search-cancel-button,
.modal__search input[type='search']::-webkit-search-results-button,
.modal__search input[type='search']::-webkit-search-results-decoration {
  display: none;
}

.modal__search input[type='text']::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.modal__search input[type='text']::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.modal__search input[type='search']::-webkit-search-decoration,
.modal__search input[type='search']::-webkit-search-cancel-button,
.modal__search input[type='search']::-webkit-search-results-button,
.modal__search input[type='search']::-webkit-search-results-decoration {
  display: none;
}

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

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

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

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

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  order: 13;
}

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

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

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

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

/*# sourceMappingURL=bootstrap-grid.min.css.map */
.header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  /* height: 80px; */
  top: 0;
  left: 0;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, background-color 0.25s ease;
}

.header .container {
  max-width: 1240px !important;
}

@media screen and (min-width: 1240px) {
  .header .container {
    max-width: -webkit-calc(100% - 60px) !important;
    max-width: calc(100% - 60px) !important;
  }
}

.header__scroll {
  background-color: #ffffff;
  /* background-image: url('../img/header__bg.png'); */
}
.header__noscroll {
  background-color: transparent;
}

.header__scroll .hamburger span {
  background-color: #000;
}

.header__scroll .header__wrap {
  border-bottom: 1px solid transparent;
}

.header__scroll .header__logo svg {
  fill: #8e8e8e !important;
}

.header__scroll .menu li a {
  color: #000000;
}

.header__scroll .menu li a:hover {
  text-shadow: 0px 0px 0px black;
}

.header__scroll .submenu li a {
  color: rgba(255, 255, 255, 0.8);
}

.header__scroll .submenu li a:hover {
  color: white;
}

.header__scroll .drop_down:after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.header__scroll .drop_down:before {
  background-color: #000000;
}

.header__scroll .drop_down:hover {
  color: #ffffff;
}

.header__scroll .drop_down:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.header__scroll .drop_down_hover {
  color: #ffffff !important;
}

.header__scroll .lang,
.header__scroll .lang:hover {
  color: #000000;
}

.header__scroll .search svg {
  fill: #000 !important;
}

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  height: 80px;
}

@media screen and (max-width: 767px) {
  .header__wrap {
    height: 60px;
  }
}

.header__logo svg {
  width: 283px;
  height: 21px;
  fill: #fff;
}

@media screen and (max-width: 767px) {
  .header__logo svg {
    width: 223px;
  }
}

@media screen and (max-width: 374px) {
  .header__logo svg {
    width: 193px;
  }
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  position: relative;
}

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

.menu li {
  margin-left: 27px;
  position: relative;
  z-index: 2;
}

.menu li a {
  color: #ffffff;
  font-size: 19px;
  position: relative;
  z-index: 2;
  font-family: 'Formular';
}

.menu li a:hover {
  text-decoration: none;
  text-shadow: 0px 0px 1px white;
}

.menu li .active {
  font-weight: 700;
}

.drop_down {
  position: relative;
  z-index: 4;
  /*
  &:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(135deg);
    top: 6px;
    margin-left: 10px;
    //transition: .3s;
  }

  &:hover {
    &:before {
      opacity: 1;
    }
    &:after {
      transform: rotate(-45deg);
      top: 10px;
    }
  }
*/
}

.drop_down:before {
  content: '';
  position: absolute;
  background-color: #000000;
  width: 120px;
  height: 80px;
  top: -30px;
  left: -15px;
  z-index: -1;
  opacity: 0;
}

.drop_down:hover:before {
  opacity: 1;
}

.drop_down:hover img {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 10px;
}

.drop_down:hover ~ .submenu {
  display: block;
}

.drop_down_hover:before {
  opacity: 1;
}

.drop_down_hover:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
}

.submenu {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000000;
  width: 120px;
  margin-top: 24px;
  margin-left: -15px;
  display: none;
}

.submenu:hover {
  display: block;
}

.submenu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-left: 0;
}

.submenu li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.submenu li:last-child {
  border-bottom: none;
}

.submenu li a {
  line-height: 50px;
  color: rgba(255, 255, 255, 0.8);
  padding-left: 15px;
  display: block;
}

.submenu li a:hover {
  color: white;
  text-decoration: none;
}

.lang {
  font-size: 19px;
  color: #ffffff;
  margin: 0 30px 0 55px;
}

@media screen and (max-width: 1200px) {
  .lang {
    display: none;
  }
}

.lang:hover {
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0px 0px 0px white;
}

.search svg {
  width: 21px;
  height: 21px;
  fill: #fff;
  cursor: pointer;
}

.hamburger {
  display: block;
  margin-left: 30px;
  cursor: pointer;
  margin-top: 2px;
  position: relative;
  z-index: 2;
  display: none;
}

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

.hamburger:focus {
  display: none;
}

.hamburger span {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-bottom: 6px;
}

.hamburger span:last-child {
  margin-bottom: 0;
}

.mobile__box {
  position: fixed;
  z-index: 1001;
  height: 100vh;
  width: 100%;
  max-width: 375px;
  top: 0;
  right: 0;
  background-color: #000000;
  padding: 30px 35px 100px 35px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mobile__box_open {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile__box_lang {
  font-size: 15px;
  color: #ffffff;
  display: block;
  margin-bottom: 30px;
}

.mobile__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile__social_item {
  margin-right: 40px;
  cursor: pointer;
}

.mobile__social_item svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 767px) {
  .mobile__social_item {
    margin: 0 20px;
  }
}

.mobile__menu-in {
  display: none;
  padding-left: 20px;
}

.mobile__menu_item {
  display: block;
  font-size: 27px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 25px;
}

.mobile__menu_item:hover {
  text-decoration: none;
  color: #fff;
}

.mobile__box_close {
  position: absolute;
  right: 20px;
  top: 26px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.mobile__box_close span {
  background-color: #ffffff;
  display: block;
  margin-top: 13px;
}

.mobile__box_close span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 30px;
  height: 2px;
}

.mobile__box_close span:last-child {
  width: 30px;
  height: 2px;
  display: block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px;
}

.header__black {
  z-index: 10;
}

.header__black .hamburger span {
  background-color: #000;
}

.header__black .header__wrap {
  border-bottom: 1px solid #e5e5e5;
}

.header__black .header__logo svg {
  fill: #8e8e8e !important;
}

.header__black .menu li a {
  color: #000000;
}

.header__black .menu li a:hover {
  text-shadow: 0px 0px 0px black;
}

.header__black .submenu li a {
  color: rgba(255, 255, 255, 0.8);
}

.header__black .submenu li a:hover {
  color: white;
}

.header__black .drop_down:after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.header__black .drop_down:before {
  background-color: #000000;
}

.header__black .drop_down:hover {
  color: #ffffff;
}

.header__black .drop_down:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.header__black .drop_down_hover {
  color: #ffffff !important;
}

.header__black .lang {
  color: #000000;
}

.header__black .search svg {
  fill: #000 !important;
}

.footer {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 65px 0 30px 0;
  background-color: #000000;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .footer__top {
    max-width: 335px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer__text_1 {
  color: #ffffff;
  font-size: 21px;
  line-height: 30px;
  font-family: 'Formular';
}

@media screen and (max-width: 767px) {
  .footer__text_1 {
    text-align: center;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .footer__text_1 br {
    display: none;
  }
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.footer__contacts_item {
  font-size: 21px;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Formular';
  display: block;
  margin-bottom: 10px;
}

.footer__contacts_item:hover {
  color: white;
  text-decoration: none;
}

.footer__contacts_desktop {
  display: block;
}

@media screen and (max-width: 991px) {
  .footer__contacts_desktop {
    display: none;
  }
}

.footer__contacts_table {
  display: none;
}

@media screen and (max-width: 991px) {
  .footer__contacts_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 35px 0 30px 0;
  }
}

.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*-webkit-box-align: end;*/
  /*    -ms-flex-align: end;*/
  /*        align-items: flex-end;*/
  align-items: baseline;
  margin-top: 30px;
  margin-bottom: 70px;
}

@media screen and (max-width: 991px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .footer__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
  }
}

.form__subscription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .form__subscription {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 335px;
  }
}

.form__subscription input {
  height: 70px;
  width: 340px;
  background-color: #333333;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 30px;
  font-size: 21px;
  font-family: 'Formular';
}

@media screen and (max-width: 767px) {
  .form__subscription input {
    height: 60px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 17px;
  }
}

.form__subscription input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form__subscription button {
  color: #ffffff;
  width: 200px;
  height: 70px;
  background-color: #656565;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 21px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-family: 'Formular';
}

@media screen and (max-width: 767px) {
  .form__subscription button {
    height: 60px;
    width: 100%;
    font-size: 17px;
  }
}

.form__subscription button:hover {
  background-color: #fff;
  color: #000000;
}

.footer__city,
.footer__police {
  font-size: 21px;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Formular';
}
.footer__police a,
.footer__police a:hover {
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Formular';
  font-size: 18px;
  text-decoration: underline;
}
.footer__police a:hover {
  text-decoration: none;
}
.footer__police {
  max-width: 540px;
  margin-top: 15px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .footer__city {
    text-align: center;
    max-width: 250px;
  }
  .footer__police {
    max-width: 335px;
    text-align: center;
  }
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 25px 0;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .footer__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__menu_item {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.6);
  margin-right: 30px;
  display: block;
  font-family: 'Formular';
}

@media screen and (max-width: 992px) {
  .footer__menu_item {
    margin-right: 20px;
  }
}

.footer__menu_item:hover {
  color: white;
  text-decoration: none;
}

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

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__social_item {
  margin-left: 40px;
  cursor: pointer;
}

.footer__social_item svg {
  fill: #999;
  width: 22px;
  height: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__social_item svg:hover {
  fill: #fff;
}

@media screen and (max-width: 992px) {
  .footer__social_item {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .footer__social_item {
    margin: 0 20px;
  }
}

.footer__down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .footer__down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer__text_2 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  display: block;
  font-family: 'Formular';
}

.footer__text_2 a {
  color: rgba(255, 255, 255, 0.5);
}

.footer__text_2 a:hover {
  color: white;
}

@media screen and (max-width: 767px) {
  .footer__text_2 {
    margin: 5px auto;
  }
}

.promo {
  width: 100%;
  height: 700px;
  overflow: hidden;
  background-color: #111;
  background-image: url(../img/bg/bg__promo_home.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 1200px) {
  .promo {
    height: 520px;
  }
}

@media screen and (max-width: 767px) {
  .promo {
    min-height: 505px;
    height: auto;
  }
  .promo .container {
    margin-top: calc(3 * 100vw / 4 - 10px);
  }
}

.promo__info {
  padding-bottom: 20px;
}

.promo__info_top {
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}

.promo__info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 25px 0 18px 0;
}

@media screen and (max-width: 767px) {
  .promo__info_item {
    border-bottom: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .promo__info_item:last-child {
    border-bottom: 1px solid rgba(128, 128, 128, 0.3) !important;
    padding-top: 0;
  }
}

.promo__info_item:last-child {
  border-bottom: none;
}

.promo__info_name {
  font-size: 35px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  max-width: 500px;
}

@media screen and (max-width: 992px) {
  .promo__info_name {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .promo__info_name {
    font-size: 30px;
    color: black;
  }
  .promo__info_top {
    color: #808080;
  }
}

.promo__info_logo {
  font-size: 21px;
  color: #ffffff;
  font-weight: 700;
}

.promo__info_date {
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.2px;
}

.promo__info_address {
  color: #ffffff;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .promo {
    background-color: #ffffff;
    background-size: contain;
    background-position: top;
  }
  .promo__info_date {
    margin-bottom: 10px;
    color: #808080;
  }
  .promo__info_address {
    color: black;
  }
  .promo__info_logo {
    color: #808080;
  }
}

@media screen and (max-width: 992px) {
  .promo__info_item-first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.news {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0 20px 0;
}

@media screen and (max-width: 992px) {
  .news {
    border-bottom: none;
  }
}

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

.news__item {
  border-right: 1px solid #e5e5e5;
  padding: 20px 20px 20px 20px;
  position: relative;
}

@media screen and (max-width: 992px) {
  .news__item {
    border-right: none;
  }
}

@media screen and (max-width: 767px) {
  .news__item {
    border-right: none;
  }
}

.news__item:after {
  content: '';
  position: absolute;
  height: -webkit-calc(100% - 40px);
  height: calc(100% - 40px);
  width: 1px;
  background-color: #e5e5e5;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  display: none;
}

@media screen and (max-width: 992px) {
  .news__item:after {
    display: block;
  }
}

.news__item:before {
  content: '';
  position: absolute;
  width: -webkit-calc(100% - 15px);
  width: calc(100% - 15px);
  height: 1px;
  background-color: #e5e5e5;
  bottom: 0;
  right: 0;
  display: none;
}

@media screen and (max-width: 992px) {
  .news__item:before {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .news__item:before {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}

.news__item:nth-child(even):after {
  display: none;
}

.news__item:nth-child(even):before {
  left: 0;
}

@media screen and (max-width: 767px) {
  .news__item:nth-child(even):before {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

.news__item:nth-child(odd):before {
  right: 0;
}

@media screen and (max-width: 767px) {
  .news__item:nth-child(odd):before {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 992px) {
  .news__item:nth-child(2) {
    border-right: none;
  }
}

.news__item:last-child {
  border-right: none;
}

.news__item_top {
  display: block;
  color: #808080;
  font-size: 15px;
  margin-bottom: 15px;
}

.news__item_description {
  display: block;
  color: black;
  font-size: 15px;
  line-height: 20px;
  width: 100%;
  max-width: 260px;
  letter-spacing: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.news__item_description:hover {
  color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 992px) {
  .news__item_description {
    max-width: 400px;
  }
}

.project {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}

@media screen and (max-width: 1200px) {
  .project {
    padding-top: 40px;
  }
}

.project__wrap {
  margin-top: 40px;
  position: relative;
}

.project__wrap:before {
  content: '';
  position: absolute;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  background-color: #e5e5e5;
  top: 0px;
}

.project__item {
  padding-top: 30px;
  padding-bottom: 20px;
  /*   display: none; */
  cursor: pointer;
  position: relative;
}

.project__item_info {
  min-height: 140px;
  position: relative;
}

@media screen and (max-width: 992px) {
  .project__item_info {
    min-height: 170px;
  }
}

.project__item:hover .project__item_img img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.project__item:hover .project__item_name {
  color: rgba(0, 0, 0, 0.5);
}

.project__item:before {
  content: '';
  position: absolute;
  width: -webkit-calc(100% - 15px);
  width: calc(100% - 15px);
  height: 1px;
  background-color: #e5e5e5;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .project__item:before {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}

/* .project__item:nth-child(1), .project__item:nth-child(2), .project__item:nth-child(3), .project__item:nth-child(4) {
  display: block;
}

@media screen and (max-width: 1200px) {
  .project__item:nth-child(3), .project__item:nth-child(4) {
    display: none;
  }
} */

.project__item:nth-child(odd) {
  border-right: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .project__item:nth-child(odd) {
    border-right: none;
  }
}

.project__item:nth-child(odd):before {
  right: 0;
}

@media screen and (max-width: 767px) {
  .project__item:nth-child(odd):before {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

.project__item:nth-child(even):before {
  left: 0;
}

@media screen and (max-width: 767px) {
  .project__item:nth-child(even):before {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

.project__item_title {
  font-size: 13px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Formular';
}

.project__item_img {
  width: 100%;
  height: 330px;
  position: relative;
  overflow: hidden;
  margin: 15px 0 20px 0;
  display: block !important;
}

@media screen and (max-width: 1200px) {
  .project__item_img {
    height: 260px;
  }
}

@media screen and (max-width: 992px) {
  .project__item_img {
    height: 190px;
  }
}

.project__item_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 1s;
  transition: 1s;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .project__item_img img {
    max-width: 470px;
  }
}

@media screen and (max-width: 767px) {
  .project__item_img img {
    max-width: 100%;
  }
}

.project__item_top {
  display: block;
  font-size: 15px;
  color: #000000;
  margin-bottom: 5px;
  font-family: 'Formular';
}

.project__item_name {
  display: block;
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  color: black;
  width: 100%;
  max-width: 450px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.project__item_down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  bottom: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .project__item_name {
    height: 125px;
    overflow: hidden;
  }
  .project__item_down {
    position: absolute;
  }
}

@media screen and (max-width: 992px) {
  .project__item_down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 30px;
  }
}

.project__item_date {
  font-size: 15px;
  color: #000000;
  white-space: nowrap;
  margin-right: 16px;
  display: block;
}

@media screen and (max-width: 992px) {
  .project__item_date {
    margin-bottom: 10px;
  }
}

.project__item_address {
  display: block;
  font-size: 15px;
  color: #868686;
}

.edition {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  background-color: #f2f2f2;
}

.edition__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.edition__link_page {
  font-size: 15px;
  color: black;
}

.edition__link_page:hover {
  color: rgba(0, 0, 0, 0.7);
}

.edition__wrap {
  margin-top: 30px;
  position: relative;
}

.edition__wrap:before {
  content: '';
  position: absolute;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  background-color: #e5e5e5;
  bottom: 0;
}

.edition__item {
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  /*   display: none; */
}

.edition__item:hover {
  cursor: pointer;
}

.edition__item:hover .edition__item_img img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.edition__item:hover .edition__item_name {
  color: rgba(0, 0, 0, 0.5);
}

/* .edition__item:nth-child(1), .edition__item:nth-child(2), .edition__item:nth-child(3), .edition__item:nth-child(4) {
  display: block;
}

@media screen and (max-width: 767px) {
  .edition__item:nth-child(2), .edition__item:nth-child(3), .edition__item:nth-child(4) {
    display: none;
  }
} */

.edition__item_img {
  background-color: #ffffff;
  height: 290px;
  position: relative;
  overflow: hidden;
}

.edition__item_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 1s;
  transition: 1s;
}

.edition__item_name {
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  display: block;
  margin: 15px 0 2px 0;
  letter-spacing: 0.4px;
  color: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 992px) {
  .edition__item_name {
    text-align: center;
  }
}

.edition__item_year {
  display: block;
  color: #808080;
  font-size: 15px;
  margin-top: 10px;
}

@media screen and (max-width: 992px) {
  .edition__item_year {
    text-align: center;
  }
}

.no-js .editions__slider.owl-carousel {
  display: flex;
  align-items: center;
}

.editions__slider_black .editions__slider_info-date {
  color: #000000;
}

.editions__slider_black .editions__slider_info-title {
  color: #000000;
}

.editions__slider_black .editions__slider_info-description {
  color: #000000;
}
.editions__slider.owl-carousel .owl-item {
  height: auto;
}

.exhibitions__promo {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 120px;
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .exhibitions__promo {
    padding-top: 120px;
  }
}

.exhibitions__promo_box {
  background-image: url(../img/bg/bg__exhibition__promo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 40px;
  margin-top: 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .exhibitions__promo_box {
    margin-top: 30px;
  }
}

.exhibitions__promo_box:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  z-index: 0;
  display: none;
}

@media screen and (max-width: 767px) {
  .exhibitions__promo_box:after {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .exhibitions__promo_box {
    height: 457px;
  }
}

@media screen and (max-width: 992px) {
  .exhibitions__promo_box {
    height: 340px;
  }
}

@media screen and (max-width: 767px) {
  .exhibitions__promo_box {
    height: 500px;
    padding: 20px;
    padding-bottom: 0;
    background-size: contain;
    background-position: top;
  }
  .exhibitions__promo_box:after {
    background: none;
  }
}

.exhibitions__promo_box .promo__info_item {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .exhibitions__promo_box .promo__info_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .exhibitions__promo_box .promo__info_top {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .exhibitions__promo_box .promo__info_name {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .exhibitions__promo_box .promo__info_date {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .exhibitions__promo_box .promo__info_address {
    text-align: center;
  }
}

.exhibitions__promo_title {
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  font-family: 'Formular';
}

@media screen and (max-width: 767px) {
  .exhibitions__promo_title {
    font-size: 30px;
    text-transform: none;
  }
}

.exhibitions__list {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 60px;
}

.exhibitions__list .project__wrap {
  margin-top: 20px;
}

.tabs-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .tabs-project {
    /* display: none; */
  }
}

.tabs-project .active {
  border-bottom: 1px solid #dadada;
}

.tab-project {
  margin-right: 30px;
  cursor: pointer;
  font-size: 15px;
  color: #000000;
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
}

@media screen and (max-width: 767px) {
  .tab-project {
    margin-right: 10px;
    font-size: 14px;
    font-family: 'Formular';
  }
}

.tab-project:hover {
  border-bottom: 1px solid #dadada;
}

.tab_content-project .project__item {
  padding-top: 0;
}

.tabs-wrap-project__years {
  border: none;
  background-color: transparent;
  outline: none;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .tabs-wrap-project__years {
    right: 10px;
  }
}

.tabs-wrap-project__years:focus {
  border: none !important;
}

.select__arrow {
  position: relative;
  width: 70px;
  /* position: absolute; */
  /* right: 27px; */
  top: 10px;
  margin-left: auto;
  margin-right: 10px;
}

.select__arrow:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #000;
  right: 0;
  margin-right: -10px;
  top: 8px;
  z-index: 2;
}

#select {
  outline: none;
  font-size: 15px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select__arrow_two {
  display: none;
  position: relative;
  width: auto;
  max-width: 90px;
}

.select__arrow_two:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #000;
  right: 0;
  margin-right: -10px;
  top: 8px;
  z-index: 2;
}

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

#tabs > div {
  display: none;
}

#tabs > div.active {
  display: block;
}

.exhibition__promo {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 120px;
}

.exhibition__promo-top {
  display: block;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Formular';
}
.exhibition__promo-top a {
  color: #000000;
  text-decoration: none;
}
.exhibition__promo-top a:hover {
  text-decoration: underline;
}
.exhibition__promo-title {
  display: block;
  text-align: center;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  margin: 10px 0;
  font-family: 'Formular';
}

@media screen and (max-width: 992px) {
  .exhibition__promo-title {
    font-size: 30px;
    line-height: 35px;
  }
}

.exhibition__promo-date {
  display: block;
  text-align: center;
  font-size: 21px;
  color: #000000;
  font-family: 'Formular';
}

.exhibition__promo_img {
  height: 600px;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .exhibition__promo_img {
    height: 480px;
  }
}

@media screen and (max-width: 992px) {
  .exhibition__promo_img {
    height: 360px;
  }
}

@media screen and (max-width: 600px) {
  .exhibition__promo_img {
    height: 220px;
  }
}

.exhibition__promo_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1920px;
}

@media screen and (max-width: 1200px) {
  .exhibition__promo_img img {
    max-width: 1050px;
  }
}

@media screen and (max-width: 992px) {
  .exhibition__promo_img img {
    max-width: 780px;
  }
}

@media screen and (max-width: 600px) {
  .exhibition__promo_img img {
    max-width: 600px;
  }
}

@media screen and (max-width: 400px) {
  .exhibition__promo_img img {
    max-width: 470px;
  }
}

.section__news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #e5e5e5;
}

.section__news:first-child {
  padding-top: 0;
  border-top: none;
}

.section__news_text {
  width: 100%;
  max-width: 580px;
}

.section__news_text-title {
  display: block;
  font-size: 21px;
  line-height: 26px;
  font-weight: 700;
  color: #000000;
}
.section__news_text-title:hover {
  opacity: 0.7;
}

.section__news_text-subtitle {
  display: block;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 20px;
}

.section__news_text-subtitle span {
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  .section__news img {
    display: none;
  }
}

.artists__promo {
  height: 270px;
  background-color: #111111;
  background-image: url(../img/bg/bg__promo_contacts.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.artists__promo_wrap {
  height: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.artists__promo-title {
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Formular';
  margin-top: 20px;
}

.artist {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  border-bottom: 1px solid #e5e5e5;
}

.artist .container {
  position: relative;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.artist .container:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, #ffffff 19.81%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(270deg, #ffffff 19.81%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  right: 0px;
}

.artist__two {
  padding-top: 40px;
}

.artist__letters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .artist__letters {
    overflow-x: scroll;
  }
}

.artist__letters_item {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  min-width: 35px;
  height: 35px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 5px;
  color: #000;
}

.artist__letters_item:last-child {
  opacity: 0;
  min-width: 20px;
}

.artist__letters_item:hover {
  color: #ffffff;
  background-color: #000000;
}
.blockTitle__letter {
  color: #000;
}
.artists__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  cursor: pointer;
}

.artists__item_img {
  width: 160px;
  height: 160px;
  background-color: #c4c4c4;
  border-radius: 100%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1300px) {
  .artists__item_img {
    width: 140px;
    height: 140px;
    margin: 0 auto 10px auto;
  }
}

.artists__item_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 180px;
}

@media screen and (max-width: 1300px) {
  .artists__item_img img {
    width: 160px;
    /* height: 160px; */
  }
}

.artists__item_name {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  display: block;
  color: #000000;
}

.painter__promo {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 50px;
}

.painter__promo_top {
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.painter__promo_top a {
  color: #000000;
  text-decoration: none;
}
.painter__promo_top a:hover {
  text-decoration: underline;
}

.painter__promo_name {
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  display: block;
}

.painter__editions_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0;
  border-top: 1px solid #e5e5e5;
}

.painter__editions_link:first-child .painter__editions_wrap {
  padding-top: 0;
  border-top: 1px solid transparent;
}

.painter__editions_link:last-child .painter__editions_wrap {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .painter__editions_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .painter__editions_wrap img {
    margin: 0 auto;
  }
}

.painter__editions_text {
  width: 100%;
  max-width: 510px;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .painter__editions_text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 30px;
    padding-right: 0;
  }
}

.painter__editions_text-name {
  display: block;
  font-size: 21px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000000;
}
.painter__editions_text-name:hover {
  opacity: 0.7;
}

.painter__editions_text-description {
  display: block;
  font-size: 17px;
  line-height: 25px;
  color: #000000;
}

.painter__exhibition_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  padding: 40px 0;
}

.painter__exhibition_info:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .painter__exhibition_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.painter__exhibition_info:first-child {
  padding-top: 0;
}

.painter__exhibition_info:last-child {
  border-bottom: none;
}

.painter__exhibition_info-img {
  margin-right: 30px;
  width: 100%;
  max-width: 380px;
  height: 220px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .painter__exhibition_info-img {
    max-width: 350px;
    height: 200px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .painter__exhibition_info-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.painter__exhibition_info-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 400px;
}

@media screen and (max-width: 1200px) {
  .painter__exhibition_info-img img {
    max-width: 350px;
  }
}

.painter__exhibition_info-text {
  position: relative;
}

.painter__exhibition_info-top {
  display: block;
  font-size: 15px;
  color: #868686;
  margin-bottom: 5px;
  font-family: 'Formular';
}

.painter__exhibition_info-title {
  display: block;
  font-size: 21px;
  line-height: 25px;
  color: #000000;
  font-weight: 700;
  width: 100%;
  max-width: 350px;
  font-family: 'Formular';
}

.painter__exhibition_info-date {
  display: block;
  font-size: 15px;
  color: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: 'Formular';
}

@media screen and (max-width: 767px) {
  .painter__exhibition_info-date {
    position: relative;
    margin-top: 15px;
  }
}

@media screen and (max-width: 992px) {
  .painter_item_img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.painter_img {
  width: 240px;
  height: 240px;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 40px;
}

@media screen and (max-width: 992px) {
  .painter_img {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

.painter_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.painter__biography {
  margin-top: 40px;
}

.painter__biography_item {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .painter__biography_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.painter__biography_item:first-child {
  border-top: 1px solid #e5e5e5;
}

.painter__biography_item-date {
  font-size: 17px;
  font-weight: 700;
  color: #000000;
  min-width: 200px;
  display: block;
}

@media screen and (max-width: 767px) {
  .painter__biography_item-date {
    margin-bottom: 10px;
  }
}

.painter__biography_item-description {
  font-size: 17px;
  color: #000000;
  line-height: 25px;
}
.painter__biography_item-description a {
  color: #000000;
  text-decoration: underline;
}
.painter__biography_item-description a:hover {
  text-decoration: none;
}

.painter__biography_hide {
  display: none;
}

.painter__box {
  position: relative;
}

.painter__box .active:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.painter__box_top {
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0;
  cursor: pointer;
  position: relative;
}

.painter__box_top span {
  font-size: 19px;
  font-weight: 700;
  color: #000000;
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .painter__box_top span {
    width: 100%;
    max-width: 250px;
  }
}

@media screen and (max-width: 374px) {
  .painter__box_top span {
    max-width: 230px;
    font-size: 17px;
  }
}

.painter__box_top::after {
  content: '\f078';
  font-family: 'FontAwesome';
  font-size: 16px;
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  right: 0;
  top: 50%;
  margin-top: -20px;
  border-radius: 100%;
  display: grid;
  place-content: center;
}

.painter__box .painter__biography_hide {
  margin-top: 0;
}

@media screen and (max-width: 1200px) {
  .painter__box .painter__biography_hide {
    margin-left: 0;
  }
}

.painter__box .painter__biography_hide .painter__biography_item:first-child {
  border-top: 1px solid transparent;
}

.editions {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 60px;
}

.editions .edition__item_img {
  background-color: #f2f2f2;
}

.editions .edition__item:nth-child(5),
.editions .edition__item:nth-child(6),
.editions .edition__item:nth-child(7),
.editions .edition__item:nth-child(8) {
  display: block;
}

@media screen and (max-width: 767px) {
  .editions .edition__item:nth-child(5),
  .editions .edition__item:nth-child(6),
  .editions .edition__item:nth-child(7),
  .editions .edition__item:nth-child(8) {
    display: none;
  }
}

.editions__slider {
  height: 560px;
  width: 100%;
  background-color: #a48a59;
  margin: 50px 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .editions__slider {
    padding-bottom: 80px;
    height: auto;
  }
}

.editions__slider_item {
  /* height: 520px; */
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .editions__slider_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

.editions__slider_item:hover {
  text-decoration: none;
}

.editions__slider_img {
  width: 315px;
  height: 435px;
  background-color: #333;
  margin-right: 100px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .editions__slider_img {
    width: 255px;
    height: 352px;
  }
}

@media screen and (max-width: 992px) {
  .editions__slider_img {
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .editions__slider_img {
    margin-right: 0;
    margin-bottom: 30px;
    width: 185px;
    height: 255px;
  }
}

.editions__slider_img img {
  max-width: 315px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.editions__slider_info {
  width: 100%;
  max-width: 520px;
}
@media (min-width: 768px) {
  .editions__slider_info {
    text-align: left;
  }
}

@media screen and (max-width: 992px) {
  .editions__slider_info {
    max-width: 300px;
  }
}

.editions__slider_info-date {
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Formular';
}

.editions__slider_info-title {
  display: block;
  font-size: 35px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 15px 0;
  line-height: 1.2;
  font-family: 'Formular';
}

@media screen and (max-width: 767px) {
  .editions__slider_info-title {
    font-size: 30px;
  }
}

.editions__slider_info-description,
.editions__slider_info-description * {
  display: block;
  font-size: 17px;
  color: #fff;
  line-height: 1.4;
  font-family: 'Formular';
}

.owl-prev-editions__slider {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 100%;
  margin-left: -140px;
  top: 100%;
  margin-top: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: grid !important;
  place-content: center;
}

@media screen and (max-width: 767px) {
  .owl-prev-editions__slider {
    margin-top: -60px;
    margin-left: -120px;
  }
}

.owl-prev-editions__slider:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-left: 2px;
}

.owl-prev-editions__slider:hover {
  border: 1px solid white !important;
  background-color: #fff !important;
}

.owl-prev-editions__slider:hover:after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.owl-prev-editions__slider:focus {
  display: none;
}

.owl-next-editions__slider {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 100%;
  margin-left: -80px;
  top: 100%;
  margin-top: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 100;
  display: grid !important;
  place-content: center;
}

@media screen and (max-width: 767px) {
  .owl-next-editions__slider {
    margin-top: -60px;
    margin-left: -60px;
  }
}

.owl-next-editions__slider:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -3px;
}

.owl-next-editions__slider:hover {
  border: 1px solid white !important;
  background-color: #fff !important;
}

.owl-next-editions__slider:hover:after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.owl-next-editions__slider:focus {
  display: none;
}

.edition__promo {
  width: 100%;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  background-color: #83888c;
}

@media screen and (max-width: 767px) {
  .edition__promo {
    padding-bottom: 50px;
  }
}

.edition__promo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 600px;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .edition__promo_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    padding-top: 130px;
  }
}

.edition__promo_img img {
  width: 260px;
}

@media screen and (max-width: 767px) {
  .edition__promo_img img {
    width: 180px;
  }
}

.edition__promo_info {
  margin-left: 180px;
}

@media screen and (max-width: 1200px) {
  .edition__promo_info {
    margin-left: 120px;
  }
}

@media screen and (max-width: 992px) {
  .edition__promo_info {
    margin-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .edition__promo_info {
    margin-left: 0;
    margin-top: 30px;
  }
}

.edition__promo_info-top {
  display: block;
  font-size: 13px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Formular';
}
.edition__promo_info-top a {
  color: #ffffff;
  text-decoration: none;
}
.edition__promo_info-top a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .edition__promo_info-top {
    text-align: center;
  }
}

.edition__promo_info-title {
  display: block;
  font-size: 35px;
  color: #ffffff;
  font-weight: 700;
  line-height: 40px;
  font-family: 'Formular';
  width: 100%;
  max-width: 460px;
  margin: 10px 0 25px 0;
}

@media screen and (max-width: 992px) {
  .edition__promo_info-title {
    font-size: 30px;
    line-height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .edition__promo_info-title {
    text-align: center;
    margin: 15px 0;
  }
}

.edition__promo_info-description,
.edition__promo_info-description * {
  display: block;
  font-size: 17px;
  line-height: 24px;
  color: #ffffff;
  width: 100%;
  max-width: 400px;
  margin-bottom: 20px;
  font-family: 'Formular';
}

@media screen and (max-width: 767px) {
  .edition__promo_info-description {
    text-align: center;
  }
}

.edition__promo_info-date {
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Formular';
}

@media screen and (max-width: 767px) {
  .edition__promo_info-date {
    text-align: center;
  }
}

.edition__promo_info-isbn {
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 70px;
  font-family: 'Formular';
}

@media screen and (max-width: 767px) {
  .edition__promo_info-isbn {
    text-align: center;
    margin-top: 20px;
  }
}

.edition__info {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

.edition__info_top {
  padding: 40px 0;
}

.edition__info_top span {
  font-size: 21px;
  line-height: 30px;
  text-align: center;
  width: 100%;
  max-width: 710px;
  display: block;
  margin: 0 auto;
  font-family: 'Formular';
}

.edition__info-title {
  font-size: 19px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}

@media screen and (max-width: 992px) {
  .edition__info-title {
    margin-bottom: 25px;
  }
}

.edition__info-description {
  font-size: 17px;
  line-height: 25px;
  color: #000000;
}
.edition__info-description a {
  color: #000000;
  text-decoration: underline;
}
.edition__info-description a:hover {
  text-decoration: none;
}

.edition__info-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.edition__info-person_img {
  background-color: #c4c4c4;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1300px) {
  .edition__info-person_img {
    width: 140px;
    height: 140px;
  }
}

@media screen and (max-width: 767px) {
  .edition__info-person_img {
    width: 120px;
    height: 120px;
  }
}

.edition__info-person_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 160px;
}

@media screen and (max-width: 1300px) {
  .edition__info-person_img img {
    max-width: 140px;
  }
}

@media screen and (max-width: 767px) {
  .edition__info-person_img img {
    max-width: 120px;
  }
}

.edition__info-person_name {
  font-size: 17px;
  color: #000000;
  line-height: 21px;
  font-family: 'Formular';
  margin-top: 15px;
  width: 100%;
  max-width: 120px;
  text-align: center;
}

.projects {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 85px;
}

.projects__wrap {
  margin-top: 50px;
}

.projects__item {
  height: 580px;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 35px 40px;
  margin-bottom: 40px;
  display: none;
  background-color: #222222;
}

.projects__item:hover .projects__item_img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.projects__item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
}

@media screen and (max-width: 1200px) {
  .projects__item {
    height: 480px;
  }
}

@media screen and (max-width: 992px) {
  .projects__item {
    height: 340px;
    padding: 40px 15px;
  }
}

@media screen and (max-width: 767px) {
  .projects__item {
    height: 430px;
  }
}

.projects__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.projects__item:last-child {
  margin-bottom: 0;
}

.projects__item_img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 1200px) {
  .projects__item_img {
    max-width: 960px;
  }
}

@media screen and (max-width: 768px) {
  .projects__item_img {
    max-width: 860px;
  }
}

.projects__item-title {
  display: block;
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  font-family: 'Formular';
}

@media screen and (max-width: 992px) {
  .projects__item-title {
    text-align: center;
    font-size: 30px;
  }
}

.projects__item_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 2;
  padding-top: 15px;
  margin-top: 15px;
}

@media screen and (max-width: 992px) {
  .projects__item_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: none;
    margin-top: 0;
  }
}

.projects__item_description {
  display: block;
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 17px;
  width: 100%;
  max-width: 550px;
  line-height: 25px;
  font-family: 'Formular';
}

@media screen and (max-width: 992px) {
  .projects__item_description {
    text-align: center;
    margin-bottom: 10px;
  }
}

.projects__item_quantity {
  display: block;
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Formular';
}

.projects__item_show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.project__promo {
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #111;
  background-image: url(../img/bg/bg__promo_project.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.project__promo:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.project__promo_wrap {
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 35px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .project__promo_wrap {
    height: 520px;
  }
}

.project__promo_top {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Formular';
}

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

.project__promo_title {
  color: #ffffff;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  font-family: 'Formular';
}

@media screen and (max-width: 992px) {
  .project__promo_title {
    font-size: 30px;
    line-height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .project__promo_title {
    text-align: center;
  }
}

.project__promo_line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 15px 0;
}

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

.project__promo_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .project__promo_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

.project__promo_description {
  color: #ffffff;
  display: block;
  width: 100%;
  max-width: 550px;
  font-size: 17px;
  line-height: 25px;
  font-family: 'Formular';
}

@media screen and (max-width: 767px) {
  .project__promo_description {
    margin: 15px 0;
  }
}

.project__promo_quantity {
  color: #ffffff;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Formular';
}

.project__about_description {
  font-size: 17px;
  line-height: 25px;
  font-family: 'Formular';
  color: #000000;
  display: block;
  margin-bottom: 30px;
}

.project__about_description:last-child {
  margin-bottom: 0;
}

.project__about_description span {
  font-weight: 700;
}

.project__about_description-hide {
  display: none;
}

.project__developments_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.project__developments_info:hover .project__developments_info-title {
  color: rgba(0, 0, 0, 0.5);
}

.project__developments_info:hover .project__developments_info-img img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

@media screen and (max-width: 767px) {
  .project__developments_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.project__developments_info:first-child {
  padding-top: 0;
}

.project__developments_info:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.project__developments_info-img {
  margin-right: 30px;
  width: 100%;
  max-width: 380px;
  height: 220px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .project__developments_info-img {
    max-width: 350px;
    height: 200px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .project__developments_info-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.project__developments_info-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 400px;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 1200px) {
  .project__developments_info-img img {
    max-width: 350px;
  }
}

.project__developments_info-text {
  position: relative;
}

.project__developments_info-top {
  display: block;
  font-size: 15px;
  color: #868686;
  margin-bottom: 5px;
  font-family: 'Formular';
}

.project__developments_info-title {
  display: block;
  font-size: 21px;
  line-height: 25px;
  color: #000000;
  font-weight: 700;
  width: 100%;
  max-width: 350px;
  font-family: 'Formular';
}

.project__developments_info-date {
  display: block;
  font-size: 15px;
  color: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: 'Formular';
}

@media screen and (max-width: 767px) {
  .project__developments_info-date {
    position: relative;
    margin-top: 15px;
  }
}

.event__promo {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 120px;
}

.event__promo-top {
  display: block;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Formular';
}
.event__promo-top a {
  color: #000000;
  text-decoration: none;
}
.event__promo-top a:hover {
  text-decoration: underline;
}

.event__promo-title {
  display: block;
  text-align: center;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  margin: 10px 0;
  font-family: 'Formular';
}

@media screen and (max-width: 992px) {
  .event__promo-title {
    font-size: 30px;
    line-height: 35px;
  }
}

.event__promo-date {
  display: block;
  text-align: center;
  font-size: 21px;
  color: #000000;
  font-family: 'Formular';
}

.event__promo_img {
  height: 600px;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .event__promo_img {
    height: 480px;
  }
}

@media screen and (max-width: 992px) {
  .event__promo_img {
    height: 360px;
  }
}

@media screen and (max-width: 600px) {
  .event__promo_img {
    height: 220px;
  }
}

.event__promo_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1280px;
}

@media screen and (max-width: 1200px) {
  .event__promo_img img {
    max-width: 1050px;
  }
}

@media screen and (max-width: 992px) {
  .event__promo_img img {
    max-width: 780px;
  }
}

@media screen and (max-width: 600px) {
  .event__promo_img img {
    max-width: 600px;
  }
}

@media screen and (max-width: 400px) {
  .event__promo_img img {
    max-width: 470px;
  }
}

.event__item_text {
  font-size: 17px;
  line-height: 25px;
  color: #000000;
}
.event__item_text a {
  color: #000000;
  text-decoration: underline;
}
.event__item_text a:hover {
  text-decoration: none;
}

.event__item_text span {
  font-weight: 700;
}

.event__item_video {
  height: 430px;
  background-color: #d6d6d6;
  margin-top: 40px;
}

@media screen and (max-width: 600px) {
  .event__item_video {
    height: 220px;
  }
}

.event__item_video iframe {
  width: 100%;
  height: 100%;
}

.fund__promo {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  background-image: url(../img/bg/bg__promo_fund.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .fund__promo {
    background-image: url(../img/bg/bg__promo_fund-mobile.png);
  }
}

.fund__promo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 500px;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  .fund__promo_wrap {
    min-height: 380px;
  }
}

.fund__promo-title {
  text-align: center;
  color: #ffffff;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  font-family: 'Formular';
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  .fund__promo-title {
    font-size: 30px;
    line-height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .fund__promo-title {
    font-size: 21px;
    line-height: 25px;
    padding: 0 10px;
    margin-top: 70px;
  }
}

.fund__info {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.fund__info_text {
  padding: 65px 0;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
  width: 100%;
  max-width: 710px;
  display: block;
  margin: 0 auto;
  font-family: 'Formular';
}

.fund__info_description {
  font-size: 17px;
  line-height: 25px;
  font-family: 'Formular';
  margin-bottom: 30px;
  display: block;
}

.fund__info_description_two {
  margin-bottom: 40px;
}

.fund__leadership_item {
  padding: 17px 0;
  border-top: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .fund__leadership_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.fund__leadership_item-name {
  width: 100%;
  max-width: 400px;
  display: block;
  font-size: 17px;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .fund__leadership_item-name {
    margin-bottom: 5px;
  }
}

.fund__leadership_item-position {
  color: #808080;
  font-size: 17px;
  display: block;
}

.press {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 80px;
}

.press__wrap {
  margin-top: 50px;
}

.press__item {
  position: relative;
  /* display: none; */
  border-bottom: 1px solid #e5e5e5;
}

.press__item:hover .press__item-title {
  color: rgba(0, 0, 0, 0.5);
}

/* .press__item:nth-child(1), .press__item:nth-child(2), .press__item:nth-child(3), .press__item:nth-child(4) {
  display: block;
} */

@media screen and (max-width: 1200px) {
  /* .press__item:nth-child(3), .press__item:nth-child(4) {
    display: none;
  } */
}

.press__item_box {
  padding: 40px 0;
}

.press__item:first-child {
  border-top: 1px solid #e5e5e5;
}

.press__item_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .press__item_right {
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .press__item_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.press__item-name {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 10px;
}

.press__item-date {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
}

.press__item-title {
  display: block;
  width: 100%;
  max-width: 580px;
  font-size: 21px;
  line-height: 26px;
  font-weight: 700;
  color: black;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.press__item_img {
  margin-left: 20px;
  width: 100%;
  min-width: 160px;
  max-width: 160px;
  height: 110px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .press__item_img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-left: 0;
    margin-bottom: 20px;
    max-width: 335px;
    height: 230px;
  }
}

.press__item_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 170px;
}

@media screen and (max-width: 480px) {
  .press__item_img img {
    max-width: 335px;
  }
}

.article {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 100px;
}

.article__top {
  font-size: 13px;
  color: #000000;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  text-align: center;
}

.article__title {
  display: block;
  text-align: center;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  width: 100%;
  max-width: 760px;
  margin: 20px auto;
}

@media screen and (max-width: 992px) {
  .article__title {
    font-size: 30px;
    line-height: 35px;
  }
}

.article__subtitle {
  display: block;
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.5);
}

.article__subtitle span,
.article__subtitle a {
  text-transform: uppercase;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
}
.article__subtitle a:hover {
  text-decoration: underline;
}

.article img {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 500px;
}

.article__signature {
  display: block;
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 10px;
}

.article__wrap {
  margin-top: 40px;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
.article__wrap a {
  color: #000000;
  text-decoration: underline;
}
.article__wrap a:hover {
  text-decoration: none;
}

.article__text {
  font-size: 17px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 30px;
  display: block;
}

.article__text:last-child {
  margin-bottom: 0;
}

.source {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #e5e5e5;
}

.source-title {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}

.source-link {
  display: block;
  font-size: 17px;
  line-height: 25px;
  color: black;
  border-bottom: 1px solid #e5e5e5;
}

.source-link:hover {
  color: rgba(0, 0, 0, 0.5);
}

.contacts__promo {
  height: 270px;
  background-color: #111111;
  /*background-image: url(../img/bg/bg__promo_contacts.png);*/
  background-image: url('/img/bg/bg_mercury.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.contacts__promo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black; /* Adjust the color here */
  opacity: 0.5; /* Adjust the opacity here */
}

.contacts__promo_wrap {
  height: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contacts__promo-title {
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Formular';
  margin-top: 20px;
}

.contacts__info_item {
  padding: 17px 0;
  border-top: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .contacts__info_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.contacts__info_item:first-child {
  padding-top: 0;
  border-top: transparent;
}

.contacts__info_item-title {
  display: block;
  width: 100%;
  max-width: 380px;
  font-size: 17px;
  color: #808080;
  font-family: 'Formular';
}

@media screen and (max-width: 767px) {
  .contacts__info_item-title {
    margin-bottom: 10px;
  }
}

.contacts__info_item-link {
  display: block;
  font-size: 17px;
  color: #000000;
  font-family: 'Formular';
}

.contacts__map {
  width: 100%;
  height: 500px;
  background-color: #d6d6d6;
}

@media screen and (max-width: 1200px) {
  .contacts__map {
    height: 460px;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map {
    height: 220px;
  }
}

.contacts__map iframe {
  width: 100%;
  height: 100%;
}

.contacts__press-title {
  font-size: 21px;
  display: block;
  color: #000000;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: 'Formular';
}

.contacts__press-text {
  display: block;
  font-size: 17px;
  line-height: 25px;
  font-family: 'Formular';
}

.description__text_1 {
  display: block;
  font-size: 17px;
  line-height: 35px;
  color: #000000;
}

.description__text_1 span {
  color: #808080;
}

.description__text_2 {
  display: block;
  font-size: 21px;
  line-height: 30px;
  margin: 30px 0;
}

.description__text_3 {
  display: block;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 30px;
}

.description__text_3-hide {
  display: none;
}

.search__section {
  padding-top: 120px;
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 80px;
}

.search__subtitle {
  font-size: 21px;
  line-height: 26px;
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.search__wrap {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.search__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5;
  padding-right: 25px;
}

@media screen and (max-width: 767px) {
  .search__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
  }
}

.search__item:nth-child(1),
.search__item:nth-child(2),
.search__item:nth-child(3),
.search__item:nth-child(4),
.search__item:nth-child(5),
.search__item:nth-child(6) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.search__item:hover .search__item_title {
  color: rgba(0, 0, 0, 0.5);
}

.search__item:first-child {
  border-top: 1px solid #e5e5e5;
}

.search__item_left {
  display: block;
  width: 200px;
  flex: 0 0 200px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 26px;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .search__item_left {
    margin-bottom: 10px;
  }
}

.search__item_title {
  display: block;
  font-size: 21px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: black;
}

.search__item_description {
  display: block;
  font-size: 17px;
  line-height: 25px;
  color: #000000;
}

.search__item_show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gallery .owl-carousel .owl-item img {
  display: inline-block;
}

.h2 {
  font-size: 30px;
}
.h3 {
  font-size: 24px;
}
.h2,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.text-center {
  text-align: center;
}
.fade {
  opacity: 0;
  o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  webkit-transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.close {
  color: #000;
  filter: alpha(opacity=20);
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.2;
  text-shadow: 0 1px 0 #fff;
}
.close:focus,
.close:hover {
  color: #000;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
  text-decoration: none;
}
button.close {
  background: 0 0;
  border: 0;
  cursor: pointer;
  padding: 0;
  webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  bottom: 0;
  display: none;
  left: 0;
  outline: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  webkit-overflow-scrolling: touch;
  z-index: 1050;
}
.modal.fade .modal-dialog {
  ms-transform: translate(0, -25%);
  o-transform: translate(0, -25%);
  o-transition: -o-transform 0.3s ease-out;
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
  webkit-transform: translate(0, -25%);
  webkit-transition: -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  ms-transform: translate(0, 0);
  o-transform: translate(0, 0);
  transform: translate(0, 0);
  webkit-transform: translate(0, 0);
}

.modal a {
  -webkit-transition: all 250ms;
  transition: all 250ms;
  text-decoration: none;
  color: #8e8e8e;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  margin: 10px;
  position: relative;
  width: auto;
}
.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
  position: relative;
  webkit-background-clip: padding-box;
  webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  background-color: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  line-height: 1.42857143;
  margin: 0;
}
.modal-body {
  padding: 15px;
  position: relative;
}
.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 15px;
  text-align: right;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  height: 50px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
  width: 50px;
}
@media (min-width: 768px) {
  .modal-dialog {
    margin: 30px auto;
    width: 600px;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before {
  content: ' ';
  display: table;
}

.modal-footer:after,
.modal-header:after {
  clear: both;
}

#main_interface_form_s input:required {
  border: none;
  box-shadow: none;
}

/*Cookie*/

.cookie-pane {
  background: rgba(0, 0, 0, 0.85);
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  max-height: 0;
  z-index: 2000;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.cookie-pane--shown {
  max-height: 90vh;
}
.cookie-pane__inner {
  box-sizing: border-box;
  padding: 14px 0 20px 14px;
  margin: 0 auto;
  text-align: center;
  width: 78%;
}
.cookie-pane__text {
  font-size: 14px;
  line-height: 1.25em;
  color: #fff;
  font-family: 'Formular';
  margin-bottom: 18px;
}
.cookie-pane__text-link {
  color: #fff;
  text-decoration: underline;
  white-space: nowrap;
}
.cookie-pane__button {
  font-size: 12px;
  line-height: 2.33333em;
  color: #fff;
  font-family: 'Formular';
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  padding: 0 23px;
  border: 1px solid #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cookie-pane__inner {
    max-width: 730px;
    padding: 20px 0 30px;
  }
  .cookie-pane__button {
    padding: 0 37px;
  }
}
/*End Cookie*/

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