.container--min {
  max-width: 860px;
}

.ikon__wrapper {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.ikon__wrapper .img-responsive {
  display: inline-block;
}

.ikon__wrapper h1,
.ikon__wrapper .h1 {
  margin: 0 0 25px;
}

.ikon__wrapper h2,
.ikon__wrapper .h2 {
  margin: 20px 0 35px;
}

.ikon__wrapper .table > tbody > tr > td,
.ikon__wrapper .table > tbody > tr > th,
.ikon__wrapper .table > tfoot > tr > td,
.ikon__wrapper .table > tfoot > tr > th,
.ikon__wrapper .table > thead > tr > td,
.ikon__wrapper .table > thead > tr > th {
  vertical-align: middle;
  padding: 15px;
}

.ikon__wrapper .table > tbody > tr > td {
  font-size: 14px;
}

.ikon__wrapper .table > tbody > tr > th {
  font-size: 18px;
  color: #000;
}

.btn-secondary {
  border-radius: 6px;
  /* color: #000; */
  padding-left: 35px;
  padding-right: 35px;
}

.btn-secondary:hover,
.btn-secondary:focus {
  color: #000;
}

@media (min-width: 769px) {
  .ikon__wrapper .nav-tabs-justified > li > a,
  .ikon__wrapper .nav-tabs.nav-justified > li > a {
    border-bottom-color: transparent;
  }
}

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

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

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

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

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

.ikon-slider__item {
  min-height: 580px;
}

.museum-slider {
  margin-top: 35px;
  margin-bottom: 35px;
  background-color: #ededed;
}

.museum-slider .swiper-container {
  position: relative;
  padding-bottom: 60px;
}

.museum-slider__item {
  min-height: 640px;
}

.ikon-slider__item,
.museum-slider__item {
  position: relative;
  background-size: cover;
  background-position: center;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ikon-slider__item {
  color: #fff;
}

.ikon-slider__item:after {
  content: "";
  position: absolute;
  background-color: rgba(124, 124, 124, 0.64);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.ikon-slider__item .container {
  position: relative;
  z-index: 1;
  background: none;
  padding-top: 60px;
  padding-bottom: 120px;
}

.museum-slider__item .container {
  position: relative;
  background: none;
}

.ikon-slider__item h4 {
  font-size: 24px;
  color: #000;
  margin-bottom: 35px;
}

.ikon__wrapper .nav-pills {
  margin: 25px 0 30px;
}

.ikon__wrapper .nav-pills > li.active > a,
.ikon__wrapper .nav-pills > li.active > a:focus,
.ikon__wrapper .nav-pills > li.active > a:hover {
  background-color: #dbdbdb;
  color: inherit;
}

.ikon__wrapper .nav-pills > li > a {
  border-radius: 0;
  color: inherit;
}

.ikon__wrapper .swiper-container-horizontal > .swiper-pagination {
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ikon__wrapper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
}

.ikon__wrapper .swiper-pagination-bullet-active {
  background-color: #c7c7c7;
}

.ikon__contacts {
  margin-top: 45px;
  margin-bottom: 45px;
}

.ikon__contacts .media-left,
.ikon__contacts .media > .pull-left {
  padding-right: 30px;
}

.ikon__contacts .media-heading,
.ikon__contacts .media-body {
  font-size: 24px;
}
