/*Defaults*/
/*
Modules
*/
.article .pics__item {
  margin: 30px 0;
  text-align: center;
}
.article .pics__item p {
  font-size: 14px;
  line-height: 18px;
  margin: 5px 0;
  width: 100%;
}
.article .pics__item img {
  max-width: 100%;
  height: auto;
}
.article .small {
  font-size: 14px;
  line-height: 18px;
}
.article .small p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}

.row-f {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.row-f .col {
  padding: 0 15px;
  box-sizing: border-box;
}
.row-f .col-12 {
  width: 100%;
}
.row-f .col-lg-6 {
  width: 50%;
}
.row-f .col-6 {
  width: 50%;
}
.row-f.align-item-end, .row-f .align-item-end {
  align-content: flex-end;
  align-items: flex-end;
}
.row-f.justify-center, .row-f .justify-center {
  justify-content: center;
}
.row-f img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 992px) {
  .article .pics__item {
    margin: 15px 0;
  }

  .row-f .col-lg-6 {
    width: 100%;
  }
}

.sm-event.sm-event--has-tickets { background: #F2FCE4; }
.sm-event.sm-event--no-tickets { background: #F7F7F7; }

.backlink {
  position: fixed!important;
  left: 20px;
  top: 170px!important;
  font-family: avantgardegothiccbold, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: #000!important;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  z-index: 2;
}

.backlink:before {
  margin-right: 7px;
  font-size: 16px;
  vertical-align: sub;
}

.icon-back:before {
  content: "c";
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "nmk" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.partners {
	margin:30px -15px 30px;
	display: flex;
	flex-wrap: wrap;
	align-item:center;
}
.partners__item {
padding:0 15px;
margin:0 0 30px;
}
.partners__item .partners__item__title {/*font-weight:bold;*/text-align:center;margin:0 0 15px;}
.partners__item .partners__item__image {
	height:140px;
	display:flex;
	align-items:center;
justify-content:center;
}

.partnersInfo {
	margin:0 -15px 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	}
.partnersInfo__item {
	margin: 0 15px 30px;
        vertical-align: middle;
	}
.partnersInfo__item img {
	max-height: 60px;
	width: auto;
	}
@media (max-width: 640px) {
  .exh-col + .exh-col {
    margin-top: 40px!important;
  }
}

.exh-excursion ul {
  margin: 10px 0;
}
.exh-excursion ul  li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #000;
  line-height: 1.2;
}
.exh-excursion ul  li:before{
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  left: 10px;
  top: 8px;
}
@media (max-width: 640px) {
  .exh-excursion ul  li {
   font-size: 22px;
  }
}

/* partners */
.partners-tile-wrap .partners-list .partner-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.partners-tile-wrap .partners-list .partner-item img {
  max-height: 90%;
  max-width: 90%;
}
@media (max-width: 640px) {
  .partners-tile-wrap .partners-list .partner-item {
    height: 48vw;
  }
}

.table {margin:0 0 30px;width:100%;}
.table tr th {padding:0px 5px 10px;border-bottom:1px solid #cdcdcd;color:#a6a6a6;text-align:center;}
.table tr th:first-child {text-align:left;}
.table tr th:last-child {text-align:right;}
.table tr td {padding:10px 5px;vertical-align:middle;border-bottom:1px solid #cdcdcd;}
.table tr td:nth-of-type(2) {text-align:center;width:15%}
.table tr td:nth-of-type(3) {text-align:right;width:25%}
.is-inner-style blockquote p,.is-inner-style blockquote li{font-size:14px;margin-bottom:10px;}
