@import "normalize.css";
@import "bootstrap-grid.css";
@import url("https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed:700&display=swap");
#loadScreen {
  background: #204050;
  opacity: 1;
  position: fixed;
  overflow: hidden;
  z-index: 10;
  width: 100%;
  height: 100%;
  transition-property: opacity;
  transition-duration: 0.7s;
}
#loadScreen .preloader-wheel {
  position: absolute;
  width: 60px;
  height: 60px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 575ms infinite linear;
}

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
  }
}
.main-header {
  margin-bottom: 40px;
}
.main-header .col-md {
  display: flex;
  align-items: center;
}
.main-header .col-md:last-child {
  justify-content: space-between;
}
@media (max-width: 575px) {
  .main-header .languages-and-logo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main-header .languages-and-logo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.main-header .logo-bg {
  background-color: #FFFCE2;
  padding: 34px 20px;
  width: 100%;
}
@media (max-width: 575px) {
  .main-header .logo-bg {
    width: 100%;
    padding: 12px 12px;
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main-header .logo-bg {
    width: 100%;
    padding: 12px 12px;
    text-align: center;
  }
}
.main-header .logo-bg .logo {
  margin: auto;
}
.main-header .logo-bg .logo img {
  width: 100%;
  max-width: 200px;
  margin: auto;
  display: block;
}
.main-header .menu-item {
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  padding: 8px 0;
  opacity: 0.5;
}
@media (max-width: 575px) {
  .main-header .menu-item {
    width: 100%;
    min-height: 40px;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main-header .menu-item {
    width: 100%;
    min-height: 40px;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
  }
}
.main-header .menu-item:hover {
  opacity: 1;
}
.main-header .menu-item.active {
  opacity: 1;
  border-bottom-color: #fff;
}
.main-header .languages {
  display: flex;
}
.main-header .languages.languages-mobile {
  display: none;
}
@media (max-width: 575px) {
  .main-header .languages.languages-mobile {
    display: flex;
    margin: 20px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main-header .languages.languages-mobile {
    display: flex;
    margin: 20px 0;
  }
}
@media (max-width: 575px) {
  .main-header .languages.languages-desktop {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main-header .languages.languages-desktop {
    display: none;
  }
}
@media (max-width: 575px) {
  .main-header .languages .language:first-child {
    margin: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main-header .languages .language:first-child {
    margin: 0;
  }
}
.main-header .languages .rus {
  background: url("../img/ru.svg") no-repeat center;
  background-size: 100%;
}
.main-header .languages .eng {
  background: url("../img/eng.svg") no-repeat center;
  background-size: 100%;
}

.carousel-container {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .carousel-container {
    margin-bottom: 20px;
  }
}
.carousel-container .slick-dots li button:before, .carousel-container .slick-dots li.slick-active button:before {
  color: #fff;
}
.carousel-container .carousel {
  width: 100%;
}
.carousel-container .item {
  padding: 0 20px 20px 20px;
}

.about-article {
  margin-bottom: 40px;
}
.about-article .gallery-link {
  text-decoration: none;
}
.about-article .gallery-link:hover {
  text-decoration: underline;
}
.about-article .gallery-name {
  margin: 20px 0 40px 0;
}
@media (max-width: 575px) {
  .about-article {
    display: flex;
  }
  .about-article .pics-container {
    order: 2;
  }
  .about-article .text-container {
    order: 1;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .about-article {
    display: flex;
  }
  .about-article .pics-container {
    order: 2;
  }
  .about-article .text-container {
    order: 1;
  }
}
@media (max-width: 575px) {
  .about-article .pic-container, .about-article .text-container {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .about-article .pic-container, .about-article .text-container {
    margin-bottom: 20px;
  }
}

.news {
  background-color: #19313e;
  padding: 40px 0;
}
.news-item-link {
  text-decoration: none;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 575px) {
  .news-item-link {
    flex-wrap: wrap;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .news-item-link {
    margin-bottom: 40px;
  }
}
.news-item-link:hover {
  text-decoration: underline;
}
.news .date {
  font-size: 12px;
  margin-bottom: 20px;
  color: #D9E1E4;
}
@media (max-width: 575px) {
  .news .date {
    font-size: 16px;
  }
}
.news .pic-container, .news .description-wrapper {
  width: calc(50% - 20px);
}
@media (max-width: 575px) {
  .news .pic-container, .news .description-wrapper {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .news .description-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.artists-list {
  padding: 0 0 40px 0;
}
.artists-list .artist-link {
  text-decoration: none;
}
.artists-list .artist-link:hover {
  text-decoration: underline;
}
.artists-list .artist-name {
  margin: 20px 0 40px 0;
}

.artist-info {
  padding: 0 0 40px 0;
}
.artist-info .images-wrapper {
  margin-top: 40px;
}
.artist-info .image-thumb {
  display: block;
  margin-bottom: 40px;
}
.artist-info .avatar {
  filter: grayscale(100%);
}
@media (max-width: 575px) {
  .artist-info .artist-name {
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .artist-info .artist-name {
    margin-top: 20px;
  }
}

.event-info {
  padding: 0 0 40px 0;
}
.event-info .images-wrapper {
  margin-top: 40px;
}
.event-info .image-thumb {
  display: block;
  margin-bottom: 40px;
}

.gallery-info {
  padding: 0 0 40px 0;
}
.gallery-info .images-wrapper {
  margin-top: 40px;
}
.gallery-info .image-thumb {
  display: block;
  margin-bottom: 40px;
}

.events-list {
  padding: 0 0 40px 0;
}
.events-list-item-link {
  text-decoration: none;
  justify-content: space-between;
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .events-list-item-link {
    flex-wrap: wrap;
  }
}
.events-list-item-link:hover {
  text-decoration: underline;
}
.events-list .date {
  font-size: 12px;
  margin-bottom: 20px;
  color: #D9E1E4;
}
@media (max-width: 575px) {
  .events-list .date {
    font-size: 16px;
  }
}
.events-list .pic-container, .events-list .description-wrapper {
  width: calc(50% - 20px);
}
@media (max-width: 575px) {
  .events-list .pic-container, .events-list .description-wrapper {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .events-list .description-wrapper {
    margin-top: 20px;
  }
}

footer {
  padding: 40px 0;
  background-color: #FFFCE2;
}
footer * {
  color: #204050 !important;
}
footer p:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  footer p:last-child {
    margin-bottom: 20px;
    line-height: 36px;
  }
}
footer .contact-link {
  text-decoration: none;
}
footer .contact-link:hover {
  text-decoration: underline;
}
footer .socials {
  display: flex;
  justify-content: flex-end;
}
footer .socials .fb {
  background: url("../img/fb.svg") no-repeat center;
}

body {
  background-color: #204050;
  color: #fff;
}

*:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 20px 0;
}

h2, h3 {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.015em;
}
@media (max-width: 575px) {
  h2, h3 {
    font-size: 24px;
    line-height: 40px;
  }
}

h2 {
  text-transform: uppercase;
}

a {
  color: #fff;
}

p, li {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin: 0 0 20px 0;
}

@media (max-width: 575px) {
  p, li {
    font-size: 16px;
    line-height: 24px;
  }
  ul {
      padding: 20px;
  }
  li:last-child {
      margin: 0;
  }
}

figcaption {
  font-size: 14px;
  line-height: 21px;
}

.pic-container {
  background-color: #fff;
  height: 265px;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .pic-container {
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pic-container {
    height: 140px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .pic-container {
    height: 230px;
  }
}
@media (max-width: 575px) {
  .pic-container {
    height: 300px;
  }
}

a.language, a.social {
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  margin-left: 20px;
}
a.language:hover, a.social:hover {
  opacity: 0.8;
}
@media (min-width: 768px) and (max-width: 991px) {
  a.language, a.social {
    width: 25px;
    height: 25px;
    margin-left: 10px;
  }
}

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