/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.j-logo {
  display: flex;
  justify-content: flex-start;
}
.j-logo-container {
  max-width: 70px;
  margin-right: 30px;
}
@media (max-width: 1200px) {
  .j-logo-container {
    margin: 0;
    margin-left: 15px;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .j-logo-container {
    margin-left: 30px;
  }
}
.j-nav {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11;
  color: #fff;
}
.j-nav .g-content {
  margin: 0px;
  padding: 20px 0;
}
.j-nav--relative {
  position: relative;
  background: #212121;
}
.j-nav--fixed {
  position: fixed;
  background: #212121;
}
.j-nav--fixed .g-content {
  padding: 5px 0;
}
.j-nav .g-grid {
  display: flex;
  justify-content: flex-end;
}
.j-nav-links {
  padding: 25px 0;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.j-nav-links li {
  margin: 0 15px;
}
@media (max-width: 1200px) {
  .j-nav .g-grid {
    justify-content: space-between;
    align-items: center;
  }
}
.j-btn {
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 14px;
  line-height: 17px;
  color: #444444;
  padding: 10px 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.j-btn svg {
  margin-right: 15px;
}
.j-help-us {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  border: 1px solid white;
  padding: 10px 25px;
  color: white;
  font-size: 14px;
  display: block;
}
.j-help-us:hover {
  color: #444444;
  background-color: white;
}
.j-slider {
  width: 100%;
  position: relative;
}
.j-slider__nav {
  position: absolute;
  width: 100%;
  margin: auto 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.j-slider__container {
  width: 1110px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.j-slider__next, .j-slider__prev {
  top: 0;
  opacity: 0.3;
  display: block;
  position: absolute;
  width: 17px;
  height: 30px;
  z-index: 100;
  background-color: transparent;
  font-size: 0;
  color: transparent;
}
.j-slider__next:hover, .j-slider__prev:hover {
  opacity: 1;
}
.j-slider__next {
  background: url('../images/right-arrow.svg');
  right: 0;
}
.j-slider__prev {
  background: url('../images/left-arrow.svg');
  left: 0;
}
.j-slider__inner {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.j-slide {
  display: block;
  margin: 0;
  width: 100%;
  position: relative;
}
.j-slide__inner {
  position: absolute;
  width: 100%;
  margin: auto 0;
  top: 50%;
  transform: translateY(-50%);
}
.j-slide__container, .j-slide__link-container {
  width: 1110px;
  margin: 0 auto;
  padding: 0 100px;
}
.j-slide__image {
  display: block;
  width: 100%;
  height: auto;
}
.j-slide__title {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  color: white;
  margin-top: 0;
  margin-bottom: 30px;
}
.j-slide__text {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1200px) {
  .j-slider__nav {
    display: none;
  }
  .j-slide {
    min-height: 520px;
  }
  .j-slide__image {
    top: 0;
    width: unset;
    max-width: unset;
    height: 100%;
    left: -70%;
    position: absolute;
  }
  .j-slide__title {
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 15px;
  }
  .j-slide__text {
    font-size: 18px;
    line-height: 120%;
  }
  .j-slide__container {
    width: 100%;
    padding: 0 15px;
    padding-top: 120px;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .j-slide__image {
    left: 0;
    width: 100%;
  }
  .j-slide__container {
    padding: 0 30px;
  }
}
@keyframes fadeInOut3 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  53% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.j-halls {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
.j-halls--page {
  grid-gap: 20px;
}
.j-halls--page .j-hall__image-container {
  width: 190px;
  height: 260px;
  position: relative;
  border-radius: 4px;
}
.j-hall {
  display: flex;
  flex-direction: column;
  position: relative;
}
.j-hall:hover:after {
  opacity: 1;
}
.j-hall:hover .j-hall__link {
  display: block;
}
.j-hall:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(37, 37, 37, 0) 0%, #252525 100%);
  opacity: 0.8;
  border-radius: 4px;
  transition: 1s all;
}
.j-hall__image-container {
  width: 255px;
  height: 350px;
  position: relative;
  border-radius: 4px;
}
.j-hall__image {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  border-radius: 4px;
  height: auto;
  animation-name: fadeInOut3;
  animation-iteration-count: infinite;
  animation-duration: 12s;
}
.j-hall__image:nth-of-type(1) {
  animation-delay: -8s;
}
.j-hall__image:nth-of-type(2) {
  animation-delay: -4s;
}
.j-hall__image:nth-of-type(3) {
  animation-delay: 0s;
}
.j-hall__body {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
  text-align: center;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
  transition: 1s all;
}
.j-hall__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.642857px;
  text-transform: uppercase;
  color: white;
}
.j-hall__link {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.642857px;
  text-transform: uppercase;
  color: white;
  opacity: 0.7;
  margin-top: 15px;
  display: none;
}
.j-hall__link:hover {
  color: white;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}
@media (max-width: 1200px) {
  .j-halls {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  .j-halls--page {
    grid-gap: 15px;
  }
  .j-halls--page .j-hall__image-container {
    width: 100%;
    height: 185px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
  }
  .j-hall__image-container {
    width: 100%;
    height: 185px;
    overflow: hidden;
  }
  .j-hall__image {
    transform: translateY(-30%);
  }
  .j-hall__body {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 15px;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .j-halls {
    grid-template-columns: 1fr 1fr;
  }
}
.j-section {
  padding: 50px 0;
}
.j-section--breadcrumbs, .j-section--no-padding {
  padding: 0;
}
.j-section--footer {
  background: #212121;
}
.j-section--page {
  padding-top: 0;
  padding-bottom: 100px;
}
.j-section--tours {
  background: #FAFAFA;
  border-radius: 5px;
}
.j-section--gray {
  background: linear-gradient(0deg, #FAFAFA, #FAFAFA), #F7F7F7;
}
.j-section--news {
  padding-bottom: 145px;
}
.j-section--first {
  padding-top: 100px;
}
.j-section--last {
  padding-bottom: 100px;
}
.j-section--footer {
  padding: 30px 0;
}
.j-section__container {
  width: 1110px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.j-section__title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 15px;
  color: #444444;
}
.j-section__title--page {
  margin-bottom: 40px;
}
.j-section__desc {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 35px;
}
@media (max-width: 1200px) {
  .j-section {
    padding: 30px 0;
  }
  .j-section__title {
    font-size: 18px;
    line-height: 22px;
  }
  .j-section__title--page {
    margin-bottom: 15px;
  }
  .j-section__container {
    width: 100%;
    padding: 0 15px;
  }
  .j-section__description {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .j-section--first {
    padding-top: 30px;
  }
  .j-section--breadcrumbs, .j-section--partners, .j-section--no-padding {
    padding: 0;
  }
  .j-section--m-padding, .j-section--page {
    padding: 0;
    padding-bottom: 30px;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .j-section__container {
    padding: 0 30px;
  }
}
.j-main-news {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  align-items: flex-start;
}
.j-main-news__first {
  margin-top: 30px;
}
.j-main-news__first img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px 5px 0px 0px;
}
.j-main-news__text-container {
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  border: 1px solid #E7E7E7;
  border-radius: 2px;
}
.j-main-news__item {
  margin: 15px 0;
}
.j-main-news__item:first-child {
  margin-top: 30px;
}
.j-main-news__item:last-child {
  border-bottom: none;
}
.j-main-news__first, .j-main-news__item {
  display: flex;
  flex-direction: column;
}
.j-main-news__date {
  margin-top: 0;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
  color: rgba(68, 68, 68, 0.5);
  display: flex;
}
.j-main-news__status {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  /* or 167% */
  background-color: #ffbe40;
  border-radius: 3px;
  padding: 0 12px;
  color: white;
  margin-left: 10px;
}
.j-main-news__status--announce {
  background-color: #5A89EF;
}
.j-main-news__title {
  margin-top: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #212121;
  margin-bottom: 10px;
}
.j-main-news__text {
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  margin: 0;
}
@media (max-width: 599px) {
  .j-main-news {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  .j-main-news__first {
    margin-top: 0;
  }
  .j-main-news__item:first-child {
    margin-top: 0;
  }
  .j-main-news__title {
    font-size: 14px;
    line-height: 120%;
  }
  .j-main-news__text {
    font-size: 14px;
    line-height: 120%;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .j-main-news {
    align-items: unset;
  }
  .j-main-news__first {
    margin-bottom: 15px;
  }
  .j-main-news__text-container {
    height: 100%;
  }
}
.j-tours {
  display: grid;
  align-content: start;
  grid-template-columns: 60% 1fr;
  grid-template-rows: auto auto;
  grid-row-gap: 40px;
  grid-column-gap: 125px;
  grid-template-areas: "text  form" "tours  tours";
}
.j-tours__form-container {
  grid-area: form;
}
.j-tours__desc {
  padding-top: 10px;
  grid-area: text;
  font-size: 18px;
  line-height: 26px;
  color: #444444;
}
.j-tours__desc p {
  margin-bottom: 30px;
  margin-top: 0;
}
.j-tours__desc p:last-child {
  margin-bottom: 0;
}
.j-tours__list {
  grid-area: tours;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 30px;
  justify-content: space-between;
}
.j-tours-form {
  position: relative;
  padding: 40px;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0 5px 15px rgba(37, 37, 37, 0.12);
  border-radius: 5px;
}
.j-tours-form--normal {
  margin-top: 0;
}
.j-tours-form__title {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  color: #444444;
  margin-top: 0;
  margin-bottom: 10px;
}
.j-tours-form__desc {
  font-size: 18px;
  line-height: 24px;
  color: #757575;
  margin-top: 0;
  margin-bottom: 20px;
}
.j-tours-form__submit {
  margin-top: 15px;
  margin-bottom: 10px;
}
.j-tour {
  padding: 16px;
  padding-bottom: 26px;
  background: linear-gradient(180deg, #234181 0%, #4662A5 100%);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.j-tour__title {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #F7F7F7;
  margin: 0;
  margin-bottom: 16px;
}
.j-tour__price {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #F7F7F7;
  opacity: 0.75;
  margin: 0;
}
.j-tour-ico {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: cover;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 15px;
}
.j-tour-ico--marijuana {
  background-image: url('../images/icons/tours/marijuana.svg');
}
.j-tour-ico--no-alcohol {
  background-image: url('../images/icons/tours/no-alcohol.svg');
}
.j-tour-ico--no-food {
  background-image: url('../images/icons/tours/no-food.svg');
}
.j-tour-ico--no-pets {
  background-image: url('../images/icons/tours/no-pets.svg');
}
.j-tour-ico--no-phone {
  background-image: url('../images/icons/tours/no-phone.svg');
}
.j-tour-ico--no-touch {
  background-image: url('../images/icons/tours/no-touch.svg');
}
.j-tour-ico--photo-camera {
  background-image: url('../images/icons/tours/photo-camera.svg');
}
.j-tour-ico--tickets {
  background-image: url('../images/icons/tours/tickets.svg');
}
.j-tour-ico--video-camera {
  background-image: url('../images/icons/tours/video-camera.svg');
}
@media (max-width: 1200px) {
  .j-tours {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-row-gap: 30px;
    grid-column-gap: 0;
    grid-template-areas: "text " "tours" "form";
  }
  .j-tours__list {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 15px;
    grid-column-gap: 10px;
  }
  .j-tours__desc {
    font-size: 14px;
    line-height: 20px;
  }
  .j-tours__desc p {
    margin-bottom: 15px;
    margin-top: 0;
  }
  .j-tours__desc p:last-child {
    margin-bottom: 0;
  }
  .j-tour {
    padding: 10px;
  }
  .j-tour__title {
    font-size: 12px;
    line-height: 120%;
  }
  .j-tour__price {
    font-size: 12px;
    line-height: 20px;
  }
  .j-tours-form {
    padding: 25px 15px;
  }
  .j-tours-form__title {
    font-size: 18px;
    line-height: 120%;
  }
  .j-tours-form__desc {
    font-size: 14px;
    line-height: 120%;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .j-tours {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-template-areas: "text  form" "tours  tours";
  }
  .j-tours__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.j-form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.j-form-group--has-error .j-input {
  margin: 0;
  border: 1px solid #bb0202;
}
.j-form-group--has-error .j-label {
  color: #bb0202;
}
.j-form-group__error {
  font-size: 12px;
  color: #bb0202;
}
.j-label {
  font-size: 10px;
  line-height: 15px;
  color: #444444;
  opacity: 0.7;
  margin: 0;
  margin-bottom: 3px;
}
input.j-input, textarea.j-input {
  width: 100%;
  background: #F8F8FA;
  border-radius: 5px;
  padding: 12px;
  font-size: 12px;
  line-height: 22px;
  color: #293141;
}
.j-submit {
  display: flex;
  justify-content: center;
  padding: 16px 0;
  text-align: center;
  background: #234181;
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.642857px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.j-success-ico {
  display: inline-block;
  background: url('../images/icons/verification-mark.svg');
  width: 16px;
  background-size: cover;
  height: 16px;
  margin-right: 10px;
}
.j-form {
  position: relative;
  padding: 40px;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 5px;
  margin: 0;
}
.j-form--main-contacts {
  border: 1px solid #E7E7E7;
}
.j-form--reviews {
  box-shadow: 0px 5px 15px rgba(37, 37, 37, 0.12);
  border-radius: 5px;
}
.j-form__title {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  color: #444444;
  margin-top: 0;
  margin-bottom: 10px;
}
.j-form__desc {
  font-size: 18px;
  line-height: 24px;
  color: #757575;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .j-form {
    padding: 25px 15px;
  }
  .j-form__title {
    font-size: 18px;
    line-height: 120%;
  }
  .j-form__desc {
    font-size: 14px;
    line-height: 120%;
  }
}
.j-main-contacts {
  display: grid;
  grid-template-columns: 32% 1fr;
  grid-gap: 30px;
}
.j-main-contacts__info {
  border: 1px solid #E7E7E7;
  border-radius: 5px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
  background: white;
}
.j-main-contact-text {
  padding: 40px;
  display: flex;
  flex-direction: column;
}
.j-main-contact-text__contact {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  border-bottom: 1px solid #F0F0F0;
}
.j-main-contact-text__map-desc {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 8px;
  line-height: 16px;
  color: #444444;
}
.j-main-contact-text__map-desc span {
  display: block;
  width: 12px;
  height: 12px;
  background: #234181;
  margin-right: 10px;
}
.j-main-contact-text__how-to-get {
  padding-top: 30px;
  font-size: 16px;
  line-height: 22px;
  color: #444444;
}
.j-main-contact-text__how-to-get svg {
  width: 100%;
  margin-bottom: 15px;
}
.j-main-contact-text__how-to-get p {
  margin: 0;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .j-main-contacts {
    grid-template-columns: 1fr;
  }
  .j-main-contacts__info {
    grid-template-columns: 1fr;
  }
  .j-main-contacts__map {
    min-height: 220px;
  }
  .j-main-contact-text {
    padding: 25px 15px;
  }
}
.j-contact-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
}
.j-contact {
  display: flex;
  margin-bottom: 10px;
}
.j-contact__text {
  font-size: 16px;
  line-height: 22px;
  color: #444444;
  word-wrap: break-word;
}
.j-contact__text p {
  margin-top: 0;
  margin-bottom: 10px;
}
.j-contact__ico {
  display: block;
  min-width: 18px;
  height: 18px;
  margin-right: 15px;
  background-size: cover;
}
.j-contact__ico--phone {
  background: url('../images/icons/phone_ico.svg');
  background-size: cover;
}
.j-contact__ico--map {
  background: url('../images/icons/map_ico.svg');
  background-size: cover;
}
.j-contact__ico--fax {
  background: url('../images/icons/fax.svg');
  background-size: cover;
}
.j-contact__ico--bus {
  background: url('../images/icons/bus.svg');
  background-size: cover;
}
.j-contact__ico--train {
  background: url('../images/icons/train.svg');
  background-size: cover;
}
.j-contact__ico--calendar {
  background: url('../images/icons/calendar.svg');
  background-size: cover;
  height: 19px;
}
.j-contact-page {
  display: grid;
  grid-template-columns: 32% 1fr;
  grid-gap: 30px;
}
.j-contact-page__info {
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  padding: 40px;
}
.j-contact-page__content {
  margin-bottom: 20px;
}
.j-contact-page__inner {
  display: flex;
  flex-direction: column;
}
.j-contact-page__inner .j-contact__text {
  display: flex;
}
.j-contact-page__inner .j-contact__text p {
  margin-right: 15px;
}
.j-contact-page__map {
  min-height: calc(100% - 502px);
  margin-top: 40px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}
@media (max-width: 599px) {
  .j-contact__text {
    font-size: 14px;
  }
  .j-contact-page {
    grid-template-columns: 1fr;
  }
  .j-contact-page__form-container {
    grid-row: 2;
    display: flex;
    flex-direction: column-reverse;
  }
  .j-contact-page__map {
    min-height: 220px;
    margin: 0 -15px;
    margin-bottom: 30px;
  }
  .j-contact-page__info {
    padding: 30px 15px;
  }
  .j-contact-page__inner .j-contact__text {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .j-contact__text {
    font-size: 14px;
  }
  .j-contact-page {
    grid-template-columns: 1fr 1fr;
  }
  .j-contact-page__inner .j-contact__text {
    display: flex;
    flex-wrap: wrap;
  }
}
.j-tkuma {
  display: grid;
  grid-template-columns: 32% 1fr;
  grid-gap: 30px;
}
.j-tkuma__image {
  width: 100%;
  height: auto;
  display: block;
}
.j-tkuma__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #212121;
  margin-top: 0;
  margin-bottom: 10px;
}
.j-tkuma__description {
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  margin-top: 0;
  margin-bottom: 15px;
}
.j-tkuma__link {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.642857px;
  text-transform: uppercase;
  color: #234181;
  display: block;
}
@media (max-width: 599px) {
  .j-tkuma {
    grid-template-columns: 1fr;
  }
  .j-tkuma__title {
    font-size: 14px;
    line-height: 20px;
  }
  .j-tkuma__description {
    font-size: 14px;
    line-height: 20px;
  }
  .j-tkuma__link {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #234181;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
  }
}
.j-carousel {
  width: 100%;
  position: relative;
}
.j-carousel--reviews {
  padding-top: 15px;
}
.j-carousel__list {
  position: absolute;
  margin: 0;
  padding: 0;
  transition: transform 0.3s;
  transform: translateX(0px);
  height: 165px;
  display: flex;
}
.j-carousel__list--reviews {
  height: 380px;
}
.j-carousel__controls {
  position: absolute;
  top: -30px;
  display: flex;
  right: 0;
  transform: translateY(-50%);
}
.j-carousel__control {
  width: 30px;
  height: 30px;
  display: flex;
  border: 1px solid #CECECE;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  background: white;
}
.j-carousel__control--prev {
  margin-right: 10px;
}
.j-carousel__control--hide .j-carousel__ico {
  opacity: 0.4;
}
.j-carousel__ico {
  width: 7px;
  height: 11px;
  display: block;
}
.j-carousel__ico--next {
  background: url('../images/partners-controls/right-arrow.svg');
}
.j-carousel__ico--prev {
  background: url('../images/partners-controls/right-arrow.svg');
  transform: rotate(180deg);
}
.j-carousel__inner {
  width: 100%;
  min-height: 165px;
  overflow: hidden;
  position: relative;
}
.j-carousel__inner--reviews {
  height: 380px;
}
.j-carousel__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  margin-right: 40px;
  position: relative;
}
.j-carousel__item:hover .j-carousel__title {
  display: flex;
}
.j-carousel__item:last-child {
  margin-right: 0;
}
.j-carousel__img {
  display: block;
  width: 100%;
}
.j-carousel__title {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  align-items: center;
  display: none;
  justify-content: center;
  background: rgba(255, 255, 255, 0.97);
  word-break: break-word;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.642857px;
  text-transform: uppercase;
  color: #444444;
}
@media (max-width: 599px) {
  .j-carousel--reviews .j-carousel__controls {
    display: none;
  }
  .j-carousel__inner--reviews {
    height: auto;
  }
  .j-carousel__list--reviews {
    position: relative;
    height: auto;
    flex-direction: column;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .j-carousel__inner--reviews {
    height: 330px;
  }
  .j-carousel__list--reviews {
    height: 330px;
  }
}
.j-footer {
  color: white;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.j-footer__bottom {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.j-footer__copyright {
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
}
.j-footer__rules {
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  color: #FFFFFF;
  opacity: 0.5;
}
.j-footer__menu {
  padding: 0;
  list-style: none;
  margin: 0;
  width: 8%;
}
.j-footer__menu li {
  margin-bottom: 10px;
  padding: 0;
  line-height: 1;
}
.j-footer__menu li:last-child {
  margin-bottom: 0;
}
.j-footer__menu a {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  text-transform: uppercase;
}
.j-footer__menu a:hover, .j-footer__menu a.active {
  text-decoration: none;
  color: #FFFFFF;
}
.j-footer__phones {
  width: 18%;
}
.j-footer__adrr {
  width: 23%;
}
.j-footer__phones .j-contact__text, .j-footer__adrr .j-contact__text {
  color: white;
  margin: 0;
}
.j-footer__help-us {
  width: 15%;
  display: flex;
  flex-direction: column;
}
.j-footer__help-us .j-help-us {
  margin-top: 0;
  margin-bottom: 25px;
  padding: 10px 20px;
}
.j-footer__logos {
  display: flex;
  flex-direction: column;
}
.j-footer__logos a:first-child img {
  margin-bottom: 20px;
}
.j-footer__logos img {
  width: 70px;
  height: auto;
}
@media (max-width: 599px) {
  .j-section--footer .j-section__container {
    padding: 0;
  }
  .j-footer__menu {
    margin-right: 15px;
    width: 45%;
    order: 1;
    padding-left: 15px;
    margin-bottom: 25px;
  }
  .j-footer__phones, .j-footer__adrr {
    padding: 25px 15px;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
  }
  .j-footer__phones .j-contact__text, .j-footer__adrr .j-contact__text {
    font-size: 14px;
    line-height: 22px;
  }
  .j-footer__phones {
    width: 100%;
    order: 4;
    border-top: none;
  }
  .j-footer__adrr {
    width: 100%;
    order: 3;
    margin: 0;
  }
  .j-footer__help-us {
    padding: 0 15px;
    padding-top: 25px;
    order: 5;
    width: 100%;
  }
  .j-footer__help-us .j-help-us {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .j-footer__logos {
    width: 45%;
    order: 2;
    align-items: flex-end;
    padding-right: 15px;
    margin-bottom: 25px;
  }
  .j-footer__bottom {
    order: 6;
    padding: 0 15px;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .j-footer {
    justify-content: space-between;
  }
  .j-footer__menu {
    width: 25%;
    order: 1;
    margin-bottom: 40px;
  }
  .j-footer__phones, .j-footer__adrr {
    margin-bottom: 40px;
  }
  .j-footer__phones .j-contact__text, .j-footer__adrr .j-contact__text {
    font-size: 14px;
    line-height: 22px;
  }
  .j-footer__phones {
    width: 25%;
    order: 3;
    border-top: none;
  }
  .j-footer__adrr {
    width: 25%;
    order: 2;
  }
  .j-footer__help-us {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    order: 5;
    width: 100%;
  }
  .j-footer__help-us .j-help-us {
    width: 44%;
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
  }
  .j-footer__logos {
    margin-bottom: 40px;
    width: 15%;
    order: 4;
    align-items: flex-end;
  }
  .j-footer__bottom {
    order: 6;
    width: 100%;
  }
}
.j-lang {
  padding: 25px 0;
  position: relative;
  cursor: pointer;
  font-weight: 600;
}
.j-lang__active {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  color: #FFFFFF;
}
.j-lang__active svg {
  margin-left: 5px;
}
.j-lang__body {
  list-style: none;
  display: none;
  position: absolute;
  z-index: 10;
  background: #FFFFFF;
  box-shadow: 0 5px 15px rgba(37, 37, 37, 0.12);
  border-radius: 5px;
  margin: 0;
  padding: 5px 0;
}
.j-lang__body li {
  padding: 5px 15px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #444444;
}
.j-lang__body li:hover {
  background: #F8F8FA;
}
.j-lang:hover .j-lang__body {
  display: flex;
  flex-direction: column;
}
.j-lang:hover .j-lang__active svg {
  transform: scaleY(-1);
}
.j-lang-container {
  max-width: 30px;
}
@media (max-width: 1200px) {
  .j-lang-container {
    display: none;
  }
}
.j-menu {
  padding: 15px 0;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: flex-end;
  list-style: none;
  align-items: center;
}
.j-menu__item {
  padding: 0;
  display: block;
  margin-right: 30px;
}
.j-menu__item:last-child {
  margin-right: 0;
}
.j-menu__item a {
  padding: 10px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
}
.j-menu__item a:hover, .j-menu__item a.active {
  text-decoration: none;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  color: #FFFFFF;
}
.j-menu__dropdown-btn {
  position: relative;
}
.j-menu__dropdown-btn svg {
  margin-left: 5px;
}
.j-menu__dropdown-btn--open svg {
  transform: scaleY(-1);
}
.j-menu__dropdown-btn--open .j-menu__dropdown {
  display: flex;
  flex-direction: column;
}
.j-menu__dropdown {
  list-style: none;
  display: none;
  position: absolute;
  z-index: 10;
  background: #FFFFFF;
  box-shadow: 0 5px 15px rgba(37, 37, 37, 0.12);
  border-radius: 5px;
  margin: 0;
  padding: 5px 0;
}
.j-menu__dropdown .j-menu__item {
  padding: 5px 15px;
  white-space: nowrap;
  margin: 0;
}
.j-menu__dropdown .j-menu__item a {
  text-transform: none;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #444444;
}
.j-menu__dropdown .j-menu__item a:hover {
  border-bottom: none;
  padding-bottom: 0;
}
.j-menu__dropdown .j-menu__item:hover {
  background: #F8F8FA;
}
.j-menu__help-us {
  margin-left: 10px;
  line-height: normal;
}
.j-menu-toggler {
  display: none;
}
.j-menu-container {
  width: auto;
  flex: auto;
  margin-right: 30px;
}
.j-menu-container--hide {
  display: none;
}
@media (max-width: 1200px) {
  .j-nav--fixed .j-menu--open {
    top: 78px;
    height: calc(100vh - 78px);
  }
  .j-menu-toggler {
    display: inline-flex;
    border: none;
    background: transparent;
    padding: 5px;
  }
  .j-menu-container {
    max-width: fit-content;
    max-width: -moz-fit-content;
    margin: 0;
    margin-right: 15px;
  }
  .j-menu {
    display: none;
  }
  .j-menu__item {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .j-menu--open {
    display: flex;
    position: absolute;
    z-index: 1000;
    flex-direction: column;
    justify-content: flex-start;
    top: 108px;
    align-items: center;
    width: 100%;
    height: calc(100vh - 108px);
    background: #212121;
    left: 0;
  }
  .j-menu__dropdown-btn--open .j-menu__dropdown {
    top: 37px;
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .j-menu-container {
    margin-right: 30px;
  }
}
.j-search form {
  display: flex;
  padding: 10px 0;
  align-items: center;
  margin: 15px 0;
}
.j-search__submit {
  display: none;
  background: none;
  border: none;
  padding: 0;
  margin-right: 20px;
}
.j-search__toggler {
  padding: 0;
  background: none;
  border: none;
}
.j-search input.j-search__input {
  display: none;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  flex-grow: 1;
  margin: 0;
  height: auto;
  color: #FFFFFF;
  background: transparent;
  border: none;
  padding: 0;
}
.j-search input.j-search__input::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  color: #FFFFFF;
  opacity: 0.7;
}
.j-search-container {
  max-width: 18px;
  margin-right: 20px;
}
.j-search-container--show {
  flex-basis: 75%;
  max-width: 75%;
}
.j-search-container--show .j-search form {
  border-bottom: 1px solid white;
}
.j-search-container--show .j-search__submit {
  display: inline-block;
}
.j-search-container--show .j-search input.j-search__input {
  display: block;
}
.j-search-container--show .j-search__toggler {
  margin-left: 20px;
}
.toggler__expand {
  display: none;
}
.toggler__close {
  display: inline-block;
}
.toggler--expanded .toggler__expand {
  display: inline-block;
}
.toggler--expanded .toggler__close {
  display: none;
}
@media (max-width: 1200px) {
  .j-search-container {
    display: none;
  }
}
.j-review {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 350px;
  margin-right: 30px;
  position: relative;
}
.j-review:last-child {
  margin-right: 0;
}
.j-review svg {
  width: 37px;
  height: 31px;
  margin-bottom: 30px;
  display: block;
}
.j-review__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #212121;
  margin-bottom: 0;
}
.j-review__date {
  font-size: 12px;
  line-height: 20px;
  color: rgba(68, 68, 68, 0.5);
  margin-bottom: 12px;
}
.j-review__text {
  font-size: 16px;
  line-height: 22px;
  color: #444444;
  margin: 0;
}
@media (max-width: 599px) {
  .j-review {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .j-review svg {
    width: 24px;
    height: 20px;
    margin-bottom: 15px;
  }
  .j-review__title {
    font-size: 14px;
    line-height: 26px;
  }
  .j-review__text {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .j-review {
    margin-bottom: 15px;
  }
  .j-review svg {
    width: 24px;
    height: 20px;
    margin-bottom: 15px;
  }
  .j-review__title {
    font-size: 14px;
    line-height: 26px;
  }
  .j-review__text {
    font-size: 14px;
    line-height: 22px;
  }
}
.j-breadcrumbs {
  display: flex;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  opacity: 0.5;
  margin: 30px 0;
  list-style: none;
  padding: 0;
}
.j-breadcrumbs__item {
  margin-right: 10px;
}
@media (max-width: 599px) {
  .j-breadcrumbs {
    margin: 15px 0;
    font-size: 14px;
    line-height: 24px;
    flex-wrap: wrap;
  }
}
.j-partners {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-gap: 70px;
  padding-top: 35px;
}
.j-partners__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.j-partners__img {
  margin: auto;
  max-width: 70%;
}
.j-partners__title {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.642857px;
  color: #757575;
}
@media (max-width: 599px) {
  .j-partners {
    padding-top: 10px;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    padding-bottom: 40px;
  }
  .j-partners__img {
    margin-bottom: 15px;
    max-width: 70%;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .j-partners {
    padding-top: 10px;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    padding-bottom: 40px;
  }
  .j-partners__img {
    margin-bottom: 15px;
    max-width: 70%;
  }
}
.j-reviews-page {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "content content form";
  margin-top: 30px;
  grid-gap: 30px;
}
.j-reviews-page__content {
  grid-area: content;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 0;
}
.j-reviews-page__review {
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 30px;
}
.j-reviews-page__form-container {
  grid-area: form;
}
.j-reviews-page__load-more {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media (max-width: 599px) {
  .j-reviews-page {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "form" "content" "content";
    margin-top: 0;
    grid-column-gap: 0;
    grid-row-gap: 30px;
  }
  .j-reviews-page__content {
    grid-gap: 15px;
    grid-template-columns: 1fr;
  }
  .j-reviews-page__review {
    padding: 30px 15px;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .j-reviews-page {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "content form";
    margin-top: 0;
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
  .j-reviews-page__content {
    grid-gap: 15px;
    grid-template-columns: 1fr;
  }
  .j-reviews-page__review {
    padding: 30px 15px;
  }
}
.j-news {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 30px;
  align-items: flex-start;
}
.j-news__link-wrapper {
  background: #FFFFFF;
  border: 1px solid #BDC6D9;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.j-news__link {
  cursor: pointer;
  padding: 16px;
  border-bottom: 1px solid #BDC6D9;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  color: #444444;
}
.j-news__link--active {
  background: #FBFBFC;
}
.j-news__link:first-child {
  border-radius: 5px 5px 0 0;
}
.j-news__link:last-child {
  border: none;
  border-radius: 0 0 5px 5px;
}
.j-news__container {
  position: relative;
  display: grid;
  min-height: 150px;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.j-news-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  border-radius: 2px;
}
.j-news-item img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 12px;
  border-radius: 5px 5px 0px 0px;
  max-height: 165px;
}
.j-news-item iframe {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  border-radius: 5px 5px 0px 0px;
  border: none;
  min-height: 165px;
}
.j-news-item__date {
  font-size: 12px;
  line-height: 20px;
  color: rgba(68, 68, 68, 0.5);
  margin-bottom: 10px;
}
.j-news-item__title {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #212121;
  margin-bottom: 5px;
}
.j-news-item__text-container {
  padding: 16px;
  padding-top: 12px;
  display: flex;
  flex-direction: column;
}
.j-news-item__text {
  font-size: 12px;
  line-height: 18px;
  color: #444444;
  opacity: 0.5;
  margin: 0;
}
@media (max-width: 599px) {
  .j-news__container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  .j-news-item img {
    max-height: unset;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .j-news__container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
  .j-news-item img {
    max-height: unset;
  }
}
.j-loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #212121;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.j-social {
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
}
.j-social-container {
  display: flex;
}
@media (max-width: 1200px) {
  .j-social svg {
    width: 32px;
    height: 32px;
    opacity: 0.6;
  }
  .j-social-container {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .j-social-container {
    justify-content: flex-end;
  }
}
.j-tabs {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 30px;
  align-items: flex-start;
}
.j-tabs__aside {
  display: flex;
  flex-direction: column;
  position: relative;
}
.j-tabs__toggler {
  order: 2;
  display: none;
  cursor: pointer;
  background: #F8F8FA;
  border-radius: 5px;
  padding: 13px;
  color: #444444;
}
.j-tabs__link-wrapper {
  background: #FFFFFF;
  border: 1px solid #BDC6D9;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 40px;
}
.j-tabs__link {
  cursor: pointer;
  padding: 16px;
  border-bottom: 1px solid #BDC6D9;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  color: #444444;
}
.j-tabs__link--active {
  background: #FBFBFC;
}
.j-tabs__link:first-child {
  border-radius: 5px 5px 0 0;
}
.j-tabs__link:last-child {
  border: none;
  border-radius: 0 0 5px 5px;
}
.j-tabs__container {
  position: relative;
  display: block;
}
.j-tabs__container--news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media (max-width: 1200px) {
  .j-tabs {
    grid-template-columns: 1fr;
  }
  .j-tabs__toggler {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .j-tabs__link-wrapper {
    order: 3;
    border-radius: 0;
    display: none;
    margin-bottom: 0;
  }
  .j-tabs__link-wrapper--open {
    display: flex;
  }
  .j-tabs__calendar {
    order: 1;
    background: transparent;
    font-size: 0;
    border: none;
    padding: 5px;
    top: -40px;
    right: 0;
    position: absolute;
  }
  .j-tabs__calendar svg {
    margin: 0;
  }
}
.j-content {
  display: block;
  width: 100%;
  position: relative;
  color: #444444;
  font-size: 18px;
  line-height: 26px;
}
.j-content h2, .j-content h3 {
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 30px;
}
.j-content h2 {
  font-size: 22px;
  position: relative;
}
.j-content h2:first-child {
  margin-top: 0;
}
.j-content h2 a {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  text-align: right;
  letter-spacing: 0.642857px;
  text-transform: uppercase;
  color: #234181;
  position: absolute;
  right: 0;
  top: 5px;
}
.j-content a {
  font-weight: 500;
  color: #234181;
}
.j-content h3 {
  font-size: 18px;
}
.j-content p {
  margin-top: 0;
  margin-bottom: 15px;
}
.j-content b, .j-content strong {
  font-weight: bold;
}
.j-content ul {
  margin: 15px 0;
  margin-left: 20px;
  list-style: none;
}
.j-content ul li {
  position: relative;
  margin-bottom: 10px;
}
.j-content ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  border-radius: 6px;
  height: 6px;
  top: 9px;
  background-color: #234181;
  display: inline-block;
  left: -16px;
  transform: translateX(-50%);
}
.j-content hr {
  border-bottom: 1px solid #BDC6D9;
  margin: 35px 0;
}
@media (max-width: 1200px) {
  .j-content {
    font-size: 14px;
    line-height: 20px;
  }
  .j-content h3 {
    font-size: 14px;
  }
  .j-content h2 {
    font-size: 18px;
  }
  .j-content h2 {
    display: flex;
    justify-content: space-between;
  }
  .j-content h2 a {
    position: relative;
    right: unset;
    top: unset;
  }
}
.j-exhibition-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.j-exhibition-list--3-in-row {
  grid-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}
.j-exhibition {
  display: flex;
  flex-direction: column;
  position: relative;
}
.j-exhibition__category {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 18px;
  font-weight: 500;
  font-size: 12px;
  padding: 0 12px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  background: #5A89EF;
  opacity: 0.9;
  border-radius: 2px;
}
.j-exhibition:hover:after {
  opacity: 1;
}
.j-exhibition:hover .j-exhibition__link {
  display: block;
}
.j-exhibition:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(37, 37, 37, 0) 0%, #252525 100%);
  opacity: 0.8;
  border-radius: 4px;
  transition: 1s all;
}
.j-exhibition__image {
  display: block;
  width: 100%;
  border-radius: 4px;
  height: auto;
}
.j-exhibition__body {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
  text-align: center;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
  transition: 1s all;
}
.j-exhibition__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.642857px;
  text-transform: uppercase;
  color: white;
}
.j-exhibition__link {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.642857px;
  text-transform: uppercase;
  color: white;
  opacity: 0.7;
  margin-top: 15px;
  display: none;
}
.j-exhibition__link:hover {
  color: white;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}
@media (max-width: 599px) {
  .j-exhibition-list {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  .j-exhibition-list--3-in-row {
    grid-gap: 15px;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .j-exhibition-list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
  .j-exhibition-list--3-in-row {
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }
}
.j-employees {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  padding-top: 35px;
  align-items: flex-start;
}
.j-employees__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.j-employees__img {
  width: 100%;
  height: 185px;
  object-fit: cover;
}
.j-employees__title {
  margin-top: 35px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #444444;
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 599px) {
  .j-employees {
    grid-template-columns: 1fr;
    grid-row-gap: 25px;
    padding-top: 0;
  }
  .j-employees__img {
    width: 80%;
  }
  .j-employees__title {
    margin-top: 15px;
    padding: 0;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .j-employees {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 30px;
    padding-top: 0;
  }
  .j-employees__img {
    width: 80%;
  }
  .j-employees__title {
    margin-top: 15px;
    padding: 0;
  }
}
.j-content-page__info {
  display: flex;
  margin-bottom: 30px;
}
.j-content-page__info span {
  margin-right: 10px;
}
.j-content-page__photo-wrapper {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 30px;
}
.j-content-page__photo-wrapper--no-gallery {
  grid-template-columns: 1fr;
}
.j-content-page__date {
  font-size: 12px;
  line-height: 20px;
  color: rgba(68, 68, 68, 0.5);
}
.j-content-page__category {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #5A89EF;
}
.j-content-page__heading-image {
  margin-top: 30px;
}
.j-content-page__heading-image img {
  width: 100%;
  height: 550px;
  display: block;
  object-fit: cover;
  margin-right: 30px;
}
.j-content-page__heading-image iframe {
  width: 100%;
  min-height: 535px;
  display: block;
  margin: 0;
  border: none;
}
.j-content-page__heading-image--simple img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.j-content-page .j-content {
  padding: 0 16%;
}
@media (max-width: 1200px) {
  .j-content-page__photo-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 0;
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  .j-content-page__heading-image {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .j-content-page__heading-image img {
    margin-right: 0;
    height: 300px;
  }
  .j-content-page__heading-image--simple img {
    height: auto;
  }
  .j-content-page__info {
    margin-bottom: 0;
  }
  .j-content-page .j-content {
    padding: 0;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .j-content-page__heading-image img {
    height: 400px;
  }
}
.j-library__last-news {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
.j-library__last-news-container {
  padding-top: 20px;
  padding-bottom: 70px;
}
.j-library__info-container {
  background: #FAFAFA;
  border-radius: 5px;
  padding: 40px;
}
.j-library__info-container .j-section__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.j-library__main-link {
  display: flex;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #234181;
  align-items: center;
  margin-bottom: 20px;
}
.j-library__main-link svg {
  margin-right: 10px;
}
.j-library__content {
  padding: 0 16%;
}
.j-library__info {
  white-space: pre-line;
  display: flex;
  flex-direction: column;
}
.j-library__info span {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #444444;
  margin-bottom: 10px;
}
.j-library__info p {
  margin: 0;
}
@media (max-width: 599px) {
  .j-library__info-container {
    padding: 25px 15px;
  }
  .j-library__info-container .j-section__container {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
  .j-library__info p {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
  }
  .j-library__main-link {
    font-size: 14px;
    line-height: 100%;
  }
  .j-library__last-news-container {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .j-library__last-news {
    margin-top: 0;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .j-library__info-container {
    padding: 25px;
  }
  .j-library__info-container .j-section__container {
    grid-gap: 30px;
  }
  .j-library__last-news {
    margin-top: 0;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
.j-history__info-container {
  background: #FAFAFA;
  border-radius: 5px;
  padding-top: 30px;
  margin-top: 50px;
  padding-bottom: 50px;
}
.j-history__info-container .j-section__container {
  display: flex;
  justify-content: space-between;
}
.j-history__content {
  padding: 0 16%;
  margin-bottom: 20px;
}
.j-history__info {
  display: flex;
  flex-direction: column;
}
.j-history__info span {
  font-weight: 600;
  font-size: 96px;
  text-align: center;
  line-height: 1;
  color: #444444;
  opacity: 0.2;
  margin-bottom: 18px;
}
.j-history__info p {
  font-weight: 600;
  text-align: center;
  margin: 0;
  color: #444444;
}
@media (max-width: 599px) {
  .j-history__info-container {
    padding-top: 15px;
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .j-history__info-container .j-section__container {
    flex-direction: column;
  }
  .j-history__info {
    margin-bottom: 15px;
  }
  .j-history__info span {
    font-size: 64px;
    line-height: 100%;
    margin-bottom: 12px;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .j-history__info-container {
    padding-top: 15px;
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .j-history__info {
    margin-bottom: 15px;
  }
  .j-history__info span {
    font-size: 64px;
    line-height: 100%;
    margin-bottom: 12px;
  }
}
.j-employer {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  /* or 144% */
  color: #444444;
}
.j-employer a {
  color: #234181;
}
.j-employer__top {
  margin-bottom: 40px;
}
.j-employer__top img {
  float: left;
  display: block;
  max-width: 40%;
  margin-right: 40px;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .j-employer {
    font-size: 14px;
    line-height: 20px;
  }
  .j-employer__desc {
    order: 3;
  }
  .j-employer__top {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
  }
  .j-employer__top h2 {
    order: 1;
  }
  .j-employer__top a {
    order: 2;
  }
  .j-employer__top img {
    float: none;
    display: block;
    max-width: calc(100% + 30px);
    margin: 0 -15px;
    margin-bottom: 20px;
  }
}
.j-gallery {
  width: 100%;
  position: relative;
  padding: 30px 0;
}
.j-gallery__list {
  position: absolute;
  margin: 0;
  padding: 0;
  transition: transform 0.3s;
  transform: translateX(0px);
  width: 255px;
  display: flex;
  flex-direction: column;
}
.j-gallery__control {
  position: absolute;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
}
.j-gallery__control svg {
  width: 20px;
  height: 10px;
}
.j-gallery__control--prev {
  top: 0;
}
.j-gallery__control--next {
  bottom: 0;
}
.j-gallery__control--hide {
  opacity: 0.4;
}
.j-gallery__inner {
  width: 100%;
  min-height: 210px;
  overflow: hidden;
  position: relative;
}
.j-gallery__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.j-gallery__item:last-child {
  margin-bottom: 0;
}
.j-gallery__link img {
  background-repeat: no-repeat;
  border-radius: 2px;
  background-position: center;
}
.j-gallery--horizontal {
  padding: 30px 110px;
}
.j-gallery--horizontal .j-gallery__list {
  width: auto;
  height: 150px;
  display: flex;
  flex-direction: row;
}
.j-gallery--horizontal .j-gallery__control {
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
}
.j-gallery--horizontal .j-gallery__control svg {
  transform: rotate(-90deg);
}
.j-gallery--horizontal .j-gallery__control--prev {
  left: 50px;
  right: unset;
}
.j-gallery--horizontal .j-gallery__control--next {
  right: 50px;
  left: unset;
}
.j-gallery--horizontal .j-gallery__inner {
  min-height: 150px;
}
.j-gallery--horizontal .j-gallery__item {
  width: 255px;
  margin-right: 30px;
  position: relative;
  margin-bottom: 0;
}
.j-gallery--horizontal .j-gallery__item:last-child {
  margin-right: 0;
}
.j-gallery--horizontal .j-gallery__link img {
  width: 255px;
  height: 150px;
  border-radius: 2px;
}
.j-gallery--horizontal__link img {
  background-repeat: no-repeat;
  border-radius: 2px;
  background-size: 100% 100%;
}
@media (max-width: 1200px) {
  .j-gallery {
    width: 345px;
    padding: 20px 40px;
    margin: 0 auto;
    padding-top: 0;
  }
  .j-gallery .j-gallery__list {
    width: auto;
    height: 165px;
    display: flex;
    flex-direction: row;
  }
  .j-gallery .j-gallery__control {
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
  }
  .j-gallery .j-gallery__control svg {
    transform: rotate(-90deg);
  }
  .j-gallery .j-gallery__control--prev {
    left: 0;
    right: unset;
  }
  .j-gallery .j-gallery__control--next {
    right: 0;
    left: unset;
  }
  .j-gallery .j-gallery__inner {
    min-height: 165px;
  }
  .j-gallery .j-gallery__item {
    width: 265px;
    margin-right: 30px;
    position: relative;
    margin-bottom: 0;
  }
  .j-gallery .j-gallery__item:last-child {
    margin-right: 0;
  }
  .j-gallery .j-gallery__link img {
    width: 265px;
    height: 165px;
    border-radius: 2px;
  }
  .j-gallery--horizontal {
    display: none;
  }
}
.j-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}
.j-pagination__link {
  padding: 8px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  color: #444444;
  margin: 0 8px;
  background: #F8F8FA;
  border-radius: 6px;
}
.j-pagination__link:hover, .j-pagination__link--active {
  background: #234181;
  color: #fff;
}
.j-pagination__control {
  display: inline-block;
  width: 7px;
  height: 12px;
  background-size: cover;
  filter: invert(1);
  opacity: 0.4;
  margin: 15px;
}
.j-pagination__control:hover {
  opacity: 1;
}
.j-pagination__control--prev {
  background-image: url('../images/left-arrow.svg');
}
.j-pagination__control--next {
  background-image: url('../images/right-arrow.svg');
}
.j-calendar {
  position: relative;
}
.j-calendar__controls {
  position: absolute;
  right: 0;
  top: -50px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.j-calendar__prev, .j-calendar__next {
  display: inline-block;
  border: none;
  padding: 5px;
  background-color: transparent;
}
.j-calendar__current {
  margin: 0 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #444444;
}
.j-calendar__inner {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  width: 100%;
}
.j-calendar__start-date {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  border-radius: 2px;
  font-size: 14px;
  line-height: 17px;
  color: #444444;
  margin-left: 100px;
  position: relative;
  padding: 10px 20px;
}
.j-calendar__start-date svg {
  margin-right: 15px;
}
.j-calendar__start-date input {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.j-calendar-item {
  display: flex;
  flex-direction: column;
}
.j-calendar-item__head, .j-calendar-item__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #E7E7E7;
}
.j-calendar-item__body {
  min-height: 450px;
}
.j-calendar-item__head {
  justify-content: center;
  text-align: center;
  padding: 15px;
  background: #F8F8FA;
}
.j-calendar-item__day {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #212121;
}
.j-calendar-item__day-name {
  margin-top: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #444444;
}
.j-calendar-item__link {
  padding: 20px 15px;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #444444;
}
.j-calendar-item__link--announce {
  border-top: 5px solid #5A89EF;
}
.j-calendar-item__link--exhibition {
  border-top: 5px solid #FFBE40;
}
@media (max-width: 1200px) {
  .j-calendar__start-date {
    position: absolute;
    border: none;
    font-size: 0;
    background: transparent;
    margin: 0;
    padding: 0;
    right: 0;
    top: -35px;
  }
  .j-calendar__controls {
    position: relative;
    justify-content: center;
    top: unset;
    transform: unset;
    margin-bottom: 30px;
  }
  .j-calendar__inner {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }
  .j-calendar-item__day {
    font-size: 18px;
    line-height: 22px;
  }
  .j-calendar-item__day-name {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
  }
  .j-calendar-item__body {
    min-height: 160px;
    align-items: unset;
    display: none;
  }
  .j-calendar-item__body--open {
    display: flex;
  }
  .j-calendar-item__head {
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.j-search-page__form {
  margin-bottom: 40px;
}
.j-search-page__error {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  align-self: center;
  padding: 40px;
  color: #212121;
}
.j-search-page__result-wrapper {
  display: flex;
  flex-direction: column;
}
.j-search-page .j-search-result {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  border-radius: 5px;
}
.j-search-page .j-search-result__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #212121;
}
.j-search-page .j-search-result__date {
  font-size: 12px;
  line-height: 20px;
  color: rgba(68, 68, 68, 0.5);
  margin-bottom: 10px;
}
.j-search-page .j-search-result__text {
  font-size: 16px;
  line-height: 22px;
  color: #444444;
  margin: 0;
}
@media (min-width: 600px) and (max-width: 1200px) {
  .j-search-page__result-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .j-search-page__form {
    margin-bottom: 25px;
  }
}
div.datepicker {
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 0;
}
div.datepicker thead {
  background: #234181;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 1px solid #E7E7E7;
}
div.datepicker th {
  background: #234181;
  border-radius: unset;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  padding: 12px 10px;
}
div.datepicker th:hover {
  background-color: white;
  color: #234181;
}
div.datepicker th.dow {
  text-transform: lowercase;
  background-color: white;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #234181;
  padding: 8px 10px;
}
div.datepicker th.prev, div.datepicker th.next {
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-color: transparent;
}
div.datepicker th.prev:hover, div.datepicker th.next:hover {
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-color: transparent;
}
div.datepicker th.datepicker-switch:hover {
  color: white;
  background-color: transparent;
}
div.datepicker th.prev {
  background-image: url('../images/left-arrow.svg');
}
div.datepicker th.prev:hover {
  background-image: url('../images/left-arrow.svg');
}
div.datepicker th.next {
  background-image: url('../images/right-arrow.svg');
}
div.datepicker th.next:hover {
  background-image: url('../images/right-arrow.svg');
}
div.datepicker td.day {
  padding: 10px;
  background: #FBFBFC;
  border: 1px solid white;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 10px;
  line-height: 12px;
  color: #444444;
}
div.datepicker table tr td.day.active {
  background: #234181;
}
div.datepicker td.old, div.datepicker td.new {
  opacity: 0.3;
}
.g-container {
  position: relative;
}
.g-content {
  margin: 0;
  padding: 0;
}
body {
  background-color: white;
}
#g-header {
  background: #fff;
  position: relative;
}
#g-header:before {
  display: none;
}
#g-container-main {
  min-height: calc(100vh - 110px - 206px);
}
.j-clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.j-load-more {
  display: flex;
  justify-content: center;
  padding: 16px;
  text-align: center;
  background: #234181;
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.642857px;
  text-transform: uppercase;
  color: #fff;
  margin: 10px auto;
}
.j-load-more:disabled {
  background-color: #bdbdbd;
}
.j-load-more--mt {
  margin-top: 40px;
}
.j-funds__content {
  margin-top: 50px;
  position: relative;
}
.j-funds__load-more {
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .j-funds__content {
    margin-top: 0;
  }
}
.j-media-page__container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
.j-media-page__load-more {
  margin-top: 50px;
}
@media (max-width: 599px) {
  .j-media-page__container {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  .j-media-page__load-more {
    margin-top: 30px;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .j-media-page__container {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
  .j-media-page__load-more {
    margin-top: 30px;
  }
}
.j-special-page__container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.j-special-page__load-more {
  margin-top: 50px;
}
.j-special {
  width: 100%;
  border: 1px solid #E7E7E7;
  border-radius: 2px;
  padding: 16px;
  padding-bottom: 24px;
  display: grid;
  grid-template-columns: 23% 1fr;
  grid-column-gap: 16px;
  margin-bottom: 16px;
}
.j-special__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #212121;
}
.j-special__text {
  font-size: 14px;
  line-height: 18px;
  color: #444444;
  opacity: 0.5;
}
@media (max-width: 599px) {
  .j-media-page__container {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  .j-media-page__load-more {
    margin-top: 30px;
  }
  .j-special {
    grid-template-columns: 1fr;
    grid-gap: 16px;
    margin-bottom: 16px;
    padding: 0;
  }
  .j-special__text-container {
    padding: 16px;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .j-media-page__container {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
  .j-media-page__load-more {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=main__body_only.css.map */