@charset "UTF-8";
/**
 * Write your CSS code in the CUSTOM.CSS file.
 * Note: This file is not modified by the "Mibok" solution.
 */
.txt_cntr {
    text-align: center;
}
.displaynone {
    display: none;
}
.main__section, .sticky-block, .page__main, .page__media__section, .page__404, .page__inner {
    margin-bottom: 70px;
}
/* footer {
    -webkit-box-shadow: 0 -4.33px 8px rgba(120, 120, 125, 0.11);
    box-shadow: 0px -4.33px 8px rgba(120, 120, 125, 0.11);
} */
.row-slim.all-margin > [class*="col-"] {
    padding-top: 12px;
    padding-bottom: 12px;
}
.metrics_hotel {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 600px) {
    .metrics_hotel {
        width: auto;
        margin-top: 5px;
        flex-direction: column;
        row-gap: 15px;
    }
}
/*========================================================
	SWIPER.JS
=========================================================*/
.swiper-block {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    max-height: 94vh;
}
.swiper {
    display: flex;
    width: 100%;
    --swiper-navigation-color: var(--main_elem_base_color);
	--swiper-pagination-color: var(--main_elem_base_color);
    --swiper-preloader-color: var(--main_elem_base_color);
}
.swiper-wrapper {
    height: auto;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
div[thumbsSlider] {
    box-sizing: border-box;
    padding: 10px 0;
}
div[thumbsSlider] img {
    width: 100%;
    height: 100%;
}
div[thumbsSlider] .swiper-slide {
    height: 100%;
    opacity: 0.4;
}
div[thumbsSlider] .swiper-slide-thumb-active {
    opacity: 1;
}
/*========================================================
	КИНОТЕАТР
=========================================================*/
.date_div .row {
    margin-left: -30px;
}
.date_div .clear {
    clear: both;
    width: 100%;
    font-size: 0;
    line-height: 0;
}
.date_div a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}
.date_div img {
    margin-bottom: 0px;
    max-width: 100%;
    height: auto;
}
.date_div .img2 {
    float: left;
    margin-top: 27px;
    margin-right: 30px;
}
.date_div .img_round {
    border-radius: 5px;
}
.date_div h3.marTop4 {
    text-align: center;
    height: 40px;
}
.date_div .marTop4 {
    margin-top: 14px;
}
.date_div h3 {
    font: bold 16px/20px 'Roboto Slab', Arial, sans-serif;
    color: var(--main_elem_base_color);
    margin-top: 7px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
}
.date_div p {
    margin-top: 6px;
}
.date_div ul {
    margin: 0;
    margin-top: 38px;
}
.date_div ul.v2 {
    margin-top: 25px;
}
.date_div ul li {
    display: block;
    padding-left: 29px;
    margin-bottom: 0;
    padding-bottom: 15px;
    position: relative;
}
.date_div ul li:before {
    position: absolute;
    content: '\f00c';
    font: normal normal 14px/20px 'FontAwesome';
    color: var(--page_title_color);
    top: -1px;
    left: 0;
}
.date_div ul li a {
    text-decoration: none;
}
.date_div ul li a:hover,
.date_div ul li.current a {
    color: var(--page_title_color);
}
.date_div .txt3 {
    position: relative;
    font: bold 14px/18px 'Roboto Slab', Arial, sans-serif;
    color: var(--page_title_color);
    margin-top: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: -14px;
}

.btns a.active{
	color: var(--main_elem_base_color);
}

.btns a{
	margin:0px 20px 20px 20px;
}

.date_div{
	display:none;
}

.date_div.active{
	display:block;
}

ul.v2 li{
	background:none;
	padding-left:0px!important;
}

ul.v2 li:before{
	content:''!important;
}

h3.marTop4{
	text-align:center; 
	height:40px
}


div.app_links{
	width:452px;
	height:242px;	
	margin:0 auto 1.25rem;
}
div.app_links img{
	float:left;
	margin-bottom:10px;	
}
div.app_links a{
	display:block;
	width:176px;
	height:57px;
	float:left;
	background:url('../images/google.png');
}

div.app_links a.first{
	background:url('../images/apple.png');	
	margin-right:100px;
}

div.app_links img:first-child{
	margin-right:100px;
}

.kino_info {
    font-size: .875rem;
    line-height: 1.5rem;
    font-weight: 500;
}

.more_btn {
    display: inline-block;
    margin-top: 16px;
    text-decoration: none;
    font: 14px/18px "Roboto Slab", Arial, sans-serif;
    color: var(--page_title_color);
    text-transform: uppercase;
    letter-spacing: 3px;
}
.more_btn:hover {
    color: var(--main_elem_hover_color);
}
.more_btn.line_up {
    position: relative;
    padding-top: 18px;
}
.more_btn.line_up:before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 33px;
    height: 2px;
    left: 50%;
    top: 0;
    margin-left: -16px;
    background: var(--page_title_color);
}
.more_btn.line_up.active:before{
	background: var(--main_elem_base_color);
}
.more_btn2 {
    display: inline-block;
    margin-top: 28px;
    text-decoration: none;
    font: 300 10px/18px "Roboto", Arial, sans-serif;
    color: #6a6c76;
    text-transform: uppercase;
}
.more_btn2:hover {
    color: #000000;
}
.btn-inverse.btn-whtbkg:hover, .btn-inverse.btn-whtbkg:focus {
    background-color: var(--main_elem_text_color);
    border-color: var(--main_elem_base_color);
    color: var(--main_elem_base_color);
}
@media (max-width: 600px) {
    div.app_links{
        display: none; /* ИСПРАВИТЬ ДЛЯ ТЕЛЕФОНОВ */
    }
    div.app_links a.first{
        background:url('../images/apple.png');	
        margin-right:0;
    }
    
    div.app_links img:first-child{
        margin-right:0;
    }
}
/*========================================================
	GALLERY
=========================================================*/
.gallery {
    display: flex;
    flex-wrap: wrap;
}
.gallery a {
    position: relative;
    display: block;
    margin: 1%;
    width: 12%;
}
.gallery img {
    width: 100%;
    height: auto;
}
/*========================================================
	КАФЕ
=========================================================*/
.cafe_menu {
    display: flex;
    flex-wrap: wrap;
}
.cafe_menu a {
    font-weight: 600;
    text-decoration: none;
}
/*========================================================
	МОБИЛЬНАЯ ВЕРСИЯ
=========================================================*/
.mobile-menu__contact {
    padding: 15px;
}
.mobile-menu__contact div {
    padding: 15px 0;
}
.mobile-menu__contact a {
    color: var(--page_title_light_color);
    display: inline-block;
    text-decoration: none;
}