@charset "UTF-8";
/* корреция от EZ-Web */
html,
body {
  min-height: 100vh !important;
  height: auto !important;
}
#up {
  display: block;
  background: url("/_local/gorkyfilm/img/arr_up_header.png") no-repeat;
  background-size: auto;
  background-position: center;
  background-color: #3059B1;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000 !important;
}
#up::after {
  background: url("/_local/gorkyfilm/img/arr_up_header.png");
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#up:hover {
  cursor: pointer;
  background-color: #333;
}
#up[data-view="true"] {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 500px) {
  #up {
    margin: 30px;
  }
}
.lang_toggle,
#languages {
  text-transform: uppercase;
}
#languages {
  min-width: 46px !important;
  top: 0px !important;
  width: 46px;
  max-width: 46px;
  left: 0px;
}
#languages a {
  padding-right: 0px;
  padding-left: 0px;
  max-width: 44px !important;
}
.img-fluid:not(.brand) {
  min-width: 100%;
}
.rent_row .img-fluid {
  border-radius: 32px;
}
.rent_row .rent_4 {
  padding-left: 15px;
}
.rent_row .rent_4 a {
  display: block;
  width: 100%;
  height: 100%;
}
.rent_row .rent_4 a .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rent_row .rent_2 {
  padding-right: 7.5px;
}
.rent_row .rent_3 {
  padding-left: 7.5px;
}
.show_all_under_content a span {
  font-family: 'RF-Dewi';
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
}
.news_row img.img-fluid + p {
  font-family: 'RF-Dewi' !important;
  font-size: 10px !important;
  font-style: normal !important;
  font-weight: 700 !important;
}
.cover.img-fluid {
  border-radius: 26px;
}
#header .m-auto {
  margin-top: 0px !important;
}
#header .log_mob a {
  display: block;
  width: 100%;
  height: 100%;
}
footer ul.footer__menu li {
  height: 18px;
  line-height: 18px;
}
footer ul.footer__menu li a {
  height: 18px;
  line-height: 18px;
}
.goFavorite {
  display: block;
  width: 335px;
  height: 58px;
  text-align: center;
  line-height: 58px;
  border-radius: 10px;
  border: 1px solid #3059B1;
  background-color: transparent;
  font-family: "RF-Dewi";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #3059B1;
}
.goFavorite svg {
  margin-right: 13px;
  margin-bottom: 4px;
}
#calendar .show_all_news a {
  display: inline-block;
  height: 53px;
  line-height: 53px;
  text-align: center;
}
#calendar .show_all_news a svg {
  margin-top: -4px;
}
#calendar .eventCalendar-list .col-lg-5 {
  padding-right: 15px;
}
.eventCalendar-eventDesc {
  margin-top: 10px;
}
a.read_more {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
a.read_more svg {
  margin-top: -4px;
}
.poster_general .img-fluid {
  object-fit: contain;
}
.movie_promo,
.movie_promo * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.project_container .movie_promo_mobile {
  background-size: cover;
  background-color: var(--varBgColor);
}
.project_container .movie_promo_mobile img.img-fluid {
  min-width: 180px;
  max-width: 180px;
}
.container .slider_actors .slide img,
.container .slider_creators .slide img {
  width: 85px;
  height: 85px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}
.resetFilter {
  display: inline-block;
  padding: 0px 45px;
  margin: 45px auto;
  white-space: nowrap;
  text-decoration: none !important;
  text-align: center;
  margin-top: 40px;
  border: none;
  height: 45px;
  line-height: 45px;
  background: #E9F1FF;
  border-radius: 12px;
  color: #3059B1;
  font-size: 16px;
  font-weight: 600;
}
#account_form .form_auth input[type="submit"] {
  text-align: center !important;
}
@media screen and (max-width: 600px) {
  /*
	#header {
		top: 0px;
		position: sticky;
		z-index: 999;
		background: #FFFFFF;
	}
	*/
}
