* { outline:none; }
.page-menu .nav-item img {
    height: 80px;
}
.page-menu .nav-tabs {
    flex-wrap: nowrap;
    margin-bottom: 30px;
}
.slick-dots {
    padding: 1.2rem 0 1rem 0;
}
#carousel {
    padding-bottom: 4rem;
}
#carousel .item .title h2 {
    font-weight: unset;
    font-family: -apple-system,BlinkMacSystemFont,Merriweather,Open Sans,Helvetica Neue,sans-serif;
}
.slick-slider img {
    max-width: 100%;
}

.page-album .slick-slide img {
    max-height: 300px;
    width: auto;
}
.active a {
    color: #fff!important;    
}
#page-gallery {
    min-height: 500px;
}
#afisha .card-body {
    width: 100%;
}
#mainmenu {
    overflow: visible;
}
.dropdown-menu {
    background: black;
    border: 1px solid white;
}
.mob {
    border: unset;
}
.mob li a {
    text-align: center;
}
#info .card, #page_news .card {
    max-height: 350px;
}
.table .card {
    display: flex;
    flex-direction: row;
    margin: 0 30px;
    border: 1px solid #444;
}
.table .card-body {
    position: relative;
    color: white;
    background: black;
}
#page_news .card img {
    width: 400px;
    height: 400px;
    object-fit: cover;
}
.table .item {
    width: 100%;
}
.display .active {
    background: #222;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}

#info .card {
    height: 250px;
}

#info .card img {
    object-fit: cover;
    height: 100%;
}

/* ================= Fancybox shifts fixed elements ================ */

html {
    overflow-y: scroll
}
.compensate-for-scrollbar {
    margin-right: 0 !important
}

.menuTable {
    /*transition: all .3s ease-in-out;*/
}

.hide-table {
    cursor: pointer;
    opacity: .8;
    /*height: 0%;
    opacity: 0;
    display: none;*/
}
.hide-table:hover {
    opacity: 1;
}

.page-service .kruzheva-btn {
    color: black!important;
}

html, body, h1, h2, h3, h4, h5, h6, p, a {
    font-family: arial;
}
h1, h2, h3, h4, h5, h6 {
    /*font-weight: bold;*/
}

@media screen and (max-width: 768px) {
    #carousel .title h2 {
        font-size: 1.5rem;   
    }  
    #carousel {
        background-position: left;
    }
}

.card .card-wrap {
    overflow: hidden;
}

.card .card-wrap a {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
}
.age-overlay {
    height: 100vh;
    width: 100%;
    background: rgba(0,0,0,.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.age-modal {
    display: flex;
    flex-direction: column;
    width: 500px;
    background: black;
    align-items: center;
    border: 1px solid gray;
    height: 200px;
    justify-content: space-around;
}
.age-modal .buttons {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.age-modal .buttons button {
    min-width: 100px;
}
.button-bottom-outer {
	position:fixed;
	bottom:0;
	right:0;
	z-index:20;
}
.succesesmodal .modal-header {
    padding: 0.5rem;
}
.succesesmodal .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 0 30px 0;
}
.succesesmodal .modal-body img {
    width: 80px;
    padding-bottom: 25px;
}
.succesesmodal .modal-title {
    text-align: center;
    color: #000;
    font-size: 1.3em;
}