html {
    scroll-behavior: smooth;

}

body {
    font-family: 'Open Sans', sans-serif;
    font-style: 400;
    font-weight: normal;
    color: white;
    background: #0A0908;
}
form{
    margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
p,
a,
ul {
    margin: 0;
    padding: 0;
}


header .container {
    position: relative;
}

img.burger {
    width: 25px;
}

img.logo {
    height: 25px;
    position: absolute;
    margin-left: -82px;
    left: 50%;
}

header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #0F0E0D
}
.center-loader{
    text-align: center;
}
.loader{
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #0F0E0D;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;


}
.loader svg{

    max-width: 30%;
}

.select-site .fran-select{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30%;
    width: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fran-select-center{
    text-align: center;
    position: relative;
    width: 100%;
}
.fran-select-center img:first-child{
    width: 50%;
}
.fran-select-center img:last-child{
    width: 80%;
    position: absolute;
    left: 50%;
    top: -15%;
    margin-left: -40%;
}


.box-stories {
    height: 100px;
    width: 100px;
    padding: 3px;
    border-radius: 17px;
    border: 1px solid #DBC278;
}

.stories-image  {
    height: 100%;
    border-radius: 14px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.stories-image img {
    max-width: 100%;

    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.anmations .stories-image::after {
    display: none;
}

.stories-image .swiper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    transition: 0.3s all;
    top: 0;
}

.stories-image .swiper-container {
    height: 100%;
    width: 100%;
}

/*.story-line.animation .story-line-in {
    animation-name: fill-line;
    animation-timing-function: linear;
    animation-duration: 8s;
}

.story-line.fill .story-line-in {
    transform: scaleX(100%);
}

@keyframes fill-line {
    from {
        transform: scaleX(0%);
    }

    to {
        transform: scaleX(100%);
    }
}
*/

.stories-image::after {
    content: '';
    position: absolute;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.78) 100%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.stories {
    margin-top: 30px;
}

.stories-image p {

    color: #FFF;
    position: relative;
    z-index: 1;
    font-size: 10px;
    font-style: normal;
    padding: 7px;
    font-weight: 500;
    line-height: normal;
}

.stories-text {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.selected-menu {
    border-radius: 100px;
    background: #292929;
    color: rgba(255, 255, 255, 0.60);

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding: 4px 18px;
    border: 1px solid #292929;
    transition: 0.3s all;
}

.selected-menu.selected {
    border-radius: 100px;
    border: 1px solid rgba(219, 194, 120, 0.72);
    background: rgba(219, 194, 120, 0.37);
    color: white;
    transition: 0.3s all;
}

.horiz-menu {
    margin-top: 30px;
}

header .horiz-menu {
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);

}

header .horiz-menu .container {
    padding-top: 30px;
}

header .horiz-menu.active {
    max-height: 1500px;
    transition: max-height 1s ease-in-out;
}

.horiz-menu .swiper-slide,
.select-city .swiper-slide,
.swiper-stories .swiper-slide {
    width: auto;
}

.select-city .swiper-wrapper {
    align-items: center;
}

.fran {
    margin-top: 30px;
}

.fran-image {
    height: 150px;
    border-radius: 14px;
    background: url('../img/fran.jpg?ver=2.0');
    background-size: cover;
    background-position: center center;
}

.select-city {
    margin-top: 30px;
}

.place-link {
    /*display: block;
    width: 45%;

    margin: 2.5%;*/
    margin-bottom: 20px;
}

.box-place {
    width: 100%;
}

.city {
    color: rgba(255, 255, 255, 0.60);
    cursor: pointer;
    font-family: 'Playfair Display';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.1s all;
}

.city.selected {
    color: white;
    transition: 0.1s all;
    font-size: 21px;
}

.circle-filter {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #1C1A18;
    height: 50px;
    width: 50px;
}

.circle-filter img {
    width: 20px;
    opacity: 0.6;
}

.flex-search {
    margin-top: 25px;
    display: flex;
    align-items: stretch;
}

.flex-search input {
    border: none;
    border-radius: 100px;
    opacity: 1;
    background: #1C1A18;
    padding: 8px;
    font-size: 14px;
    color: white;
    padding-left: 45px;

    width: 100%;
    height: 100%;

}

.flex-search form {
    position: relative;
    margin-left: 10px;
    width: 100%;
    height: 50px;
}

.flex-search form img {
    width: 25px;
    margin-top: -12.5px;
    left: 10px;
    top: 50%;
    position: absolute;
}

.flex-search input::placeholder {
    color: white;
    opacity: 0.6;
}

input {
    outline: none !important;
}

.box-place-image {
    border-radius: 14px;
    width: 100%;
    height: 150px;

    position: relative;
    overflow: hidden;
}
.box-place-image img.cover{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

.places-grid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    row-gap: 30px;
}

h2 {
    color: #FFF;

    text-overflow: ellipsis;
    font-family: Playfair Display;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.box-place-text {
    margin-top: 10px;
}

.time {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;

    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;



    z-index: 1;
    overflow: hidden;
}
.time:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 0px 14px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}
.time span {
    padding: 4px 11px;
    display: block;
    position: relative;
    z-index: 1;
}
.karaoke {
    max-width: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1 !important;
}

.box-place-text ul {
    margin-top: 15px;
}

.box-place-text li {
    display: flex;
    align-items: center;

    color: rgba(255, 255, 255, 0.60);


    font-size: 11px;
    font-style: normal;
    font-weight: 400;
}

.box-place-text li:not(:last-child) {
    margin-bottom: 7px;
}

.box-place-text li img {
    width: 20px;
    margin-right: 5px;
    flex-shrink: 0;
}

h3 {
    color: #FFF;

    font-family: Playfair Display;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#about {
    margin-top: 30px;
}

.select-btns {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.select-btns a {
    display: block;

    color: rgba(255, 255, 255, 0.60);

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.select-btns a.active {
    color: white;
}

.select-btns a:not(:last-child) {
    margin-right: 15px;
}

a:hover {
    text-decoration: none;
}

.about-image {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 230px;
    width: 100%;
    background: url('../img/about.webp');
    background-size: cover;
    background-position: center center;
}

p.about-text {
    color: #FFF;

    font-family: Open Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

h4 {
    color: #FFF;

    text-align: center;
    font-family: Playfair Display;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 30px;
}

.slider-image {
    height: 230px;
    width: 100%;
    background: url('../img/slider/1.webp');
    background-size: cover;
    background-position: center center;
}

.slider-image-place {
    height: 300px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.slider-image-place img{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#pluses {
    margin-top: 30px;
}

.swiper-about .swiper-scrollbar-drag {
    background: white;
}

.swiper-about .swiper-scrollbar {
    background: rgba(255, 255, 255, 0.10);
}

.swiper-about .swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: unset;
    width: 100%;
    margin-top: 10px;
    height: 3px;
}

.circle-plus {
    height: 120px;
    width: 120px;
    border-radius: 100%;
    background: url('../img/pluses/1.webp');
    background-size: cover;
    background-position: center center;
}

.box-plus p {
    color: #FFF;
    display: inline-block;
    font-family: Playfair Display;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    padding-bottom: 5px;
    border-bottom: 1px solid #DBC278;
}

.box-plus span {
    position: relative;
    display: block;
    color: rgba(255, 255, 255, 0.60);

    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 0px;
    padding-top: 10px;

}
.box-plus span::after{
    content: '';
    display: none;
    background: #DBC278;
    width: 80px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0%;
}
.box-plus{
    display: flex;
    align-items: center;
}
.image-pluses{
    flex-shrink: 0;
    height: 130px;
    width: 130px;
    background: url('../img/plus-full/1.webp');
    background-size: cover;
    background-position:  center center;
    max-width: 100%;
    border-radius: 17px;
    border: 1px solid #DBC278;
}
.box-plus-text{
    margin-left: 25px;
}
.left-image  .box-plus-text{
    margin-left: 0px;
    margin-right: 25px;
    text-align: right;
}
.left-image .image-pluses{
    margin-left: 0px;

}

#pluses .row {
    margin-top: 30px;
}

.box-plus {
    margin-bottom: 30px;
}
.col-image{
    position: relative;
}

p.contacts-text {
    margin-top: 10px;
    margin-bottom: 25px;

    color: rgba(255, 255, 255, 0.60);

    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.socials-block {
    width: 100%;




}

.socials-header {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;

    color: white;
    padding: 10px;
    border: 0.3px solid #FFF;

    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.socials-header img {
    width: 20px;
    margin-left: 5px;
}

.socials-block:not(:last-child) {
    margin-bottom: 12px;
}

.social-line {
    display: flex;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-circle {
    width: 40px;
    height: 40px;

    border-radius: 100%;
    background: url('../img/place.jpg');
    background-size: cover;
    background-position: center center;
}
.stories-btn:hover{
    color: white;
}
.social-line-left {
    display: flex;
    align-items: center;
}

.social-line-left .social-text {
    margin-left: 10px;
}

.social-text p {
    color: #FFF;

    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.social-text span {
    display: block;

    color: rgba(255, 255, 255, 0.60);

    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.socials-btn {
    display: flex;
    align-items: center;

    color: #FFF;

    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.socials-btn img {
    margin-left: 2px;
    width: 15px;
    transition: 0.3s all;
}

.socials-lines {
    padding-top: 10px;
}

.social-line:not(:last-child) {
    padding-bottom: 10px;
}

.socials-lines {
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
}

.active .socials-lines {
    max-height: 1500px;
    transition: max-height 0.25s ease-in;
}

.active .socials-header img {
    transform: rotate(180deg);
    transition: 0.3s all;
}

.my-map {
    margin-top: 25px;

}
 .swiper-wrapper{
    height: unset !important;
}
 .stories-open .swiper-wrapper{
     height: 100% !important;
 }
.select-town {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select-town p {
    color: rgba(255, 255, 255, 0.60);

    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.select-town select {
    color: white;
    background: none;
    font-size: 14px;
    border: none;
    background: #0A0908;
}

select,
a,
button,
input {
    outline: none !important;
}

#map {
    position: relative;
    height: 450px;
    width: 100%;
    margin-top: 20px;
 /*   background: url('../img/map_moscow.png');
    background-size: cover;
    background-position: center center;*/
}

footer {
    /* margin-top: 80px;*/
    padding-bottom: 30px;
}

.footer-menu {
    background: #101010;
    padding-bottom: 30px;
    padding-top: 30px;
}

.block-menu p {
    color: #FFF;

    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.block-menu ul li {
    padding-top: 5px;
    display: block;
}

.block-menu ul li a {
    color: rgba(255, 255, 255, 0.60);

    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.flex-menu {
    display: flex;
    justify-content: space-between;
}

.mobile-app p,
.socials-all p,.time-place p {
    color: rgba(255, 255, 255, 0.60);

    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.apps-links {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.apps-links img {
    height: 30px;
    margin-right: 5px;
}

.socials-links {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.footer-menu {
    /*  margin-top: 20px;*/
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.socials-links a {
    display: block;
}

.socials-links a:not(:last-child) {
    margin-right: 10px;
}

.socials-links img {
    height: 25px;
}

.footer-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}

.right-footer p {
    color: rgba(255, 255, 255, 0.60);
    margin-top: 5px;
    font-family: Open Sans;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer-logo {
    height: 55px;
}

.right-footer {
    text-align: right;
}

.right-footer .paymetns img {
    height: 15px;
}

.footer-center {
    margin-top: 20px;
    text-align: center;

    color: rgba(255, 255, 255, 0.60);

    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.href-place {
    position: relative;
}
.circle-places{
    position: absolute;
    bottom: -2px;
    width: 20px;
    height: 20px;
    right: -3px;
    border-radius: 100%;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    color: #DBC278;
    border: 1px solid #DBC278;
    font-weight: 500;
    font-size: 12px;
}
.footer-center a {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.60);
}

.block-map,.block-map a {


    display: flex;
    align-items: center;

}


.block-map-text {
    display: none;
    margin-left: 10px;
    flex-shrink: 0;
}

.block-map img {
    width: 45px;
    flex-shrink: 0;
}

.block-map-text p {
    color: #FFF;

    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.block-map-text span {
    display: block;

    color: rgba(255, 255, 255, 0.60);

    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.burger-menu {
    transition: 0.3s all;
    transform: translateX(-100%);
    background: #0A0908;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 7;
    width: 100%;
}

.fixed-modal {
    transition: 0.3s all;
    transform: translateX(-100%);
    background: #0A0908;
    position: fixed;
    height: 100%;
    overflow-y: scroll;
    left: 0;
    top: 0;
    z-index: 7;
    width: 100%;
}

.fixed-modal.active {
    transition: 0.3s all;
    transform: translateX(0%);
}

.burger-menu.active {
    transition: 0.3s all;
    transform: translateX(0%);
}

.cross {
    position: absolute;
    top: 20px;
    right: 20px;
}

.burger-menu-center {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
}

.modal-center {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
}

.burger-menu-center li {
    display: block;
    padding-bottom: 15px;
}

.burger-menu-center li a {
    color: white;
    font-size: 500;
    font-size: 18px;
}

.burger-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;

}

.circle-socials {
    width: 50px;
    height: 50px;
    background: #101010;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 100%;
}

.circle-socials img {
    width: 100%;
}

.socials-burger {
    display: flex;
    align-items: center;
}

.socials-burger a {
    display: block;
}

.socials-burger a:not(:last-child) {
    margin-right: 5px;
}

.logo-burger {
    position: absolute;
    left: 20px;
    top: 20px;
    max-height: 23px;
}

.burger-menu .apps-links {
    margin-bottom: 20px;
}

.burger-menu .apps-links img {
    height: 35px;
}

.vacancy-block {
    display: flex;
    align-items: center;
}

.circle-vacancy {
    height: 110px;
    width: 110px;
    border-radius: 100%;
    background: url('../img/vacancy/0.webp');
    background-size: cover;
    background-position: top center;

    flex-shrink: 0;
}

.vacancy-text {
    margin-left: 10px;
}

.vacancy-text p {
    color: #FFF;

    text-overflow: ellipsis;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.vacancy-text span {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.60);
    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vacancy-all {
    margin-top: 30px;
}

.vacancy-text a {
    display: inline-block;

    margin-top: 10px;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding: 4px 18px;



    border-radius: 100px;
    border: 1px solid rgba(219, 194, 120, 0.72);
    background: rgba(219, 194, 120, 0.37);
    color: white;
}

.vacancy-section {
    margin-top: 0px;
}

.line-vacancy {
    background: #DBC278;
    width: 1px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

.line-vacancy-horizontal {
    background: #DBC278;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.vacancy-text span.active {
    -webkit-line-clamp: unset;
}

.vacancy-section h4 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.vacancy-section {
    position: relative;
}

.swiper-nav {
    width: 100%;
}

.swiper-nav .nav-btn img {
    width: 30px;
}

.swiper-nav .my-left img {
    transform: rotate(90deg);
}

.swiper-nav .my-right img {
    transform: rotate(-90deg);
}

.swiper-nav {
    z-index: 2;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.awards-grid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    row-gap: 30px;
}

.award {
    text-align: center;
}

.award p {
    margin-top: 10px;
    color: #FFF;

    text-overflow: ellipsis;
    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

}

.award img {
    max-width: 40%;
    margin: 0 auto;
}

.swiper-after {
    position: absolute;
    height: 96%;
    width: 100%;
    z-index: 1;

    pointer-events: none;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
}

.swiper-after .container {
    padding-bottom: 20px;
    padding-top: 20px;
    height: 100%;
    width: 100%;
    position: relative;
}

.karaoke-about {
    position: absolute;
    right: 20px;
    width: 50px;
}

.swiper-after .container .bottom-text {
    position: absolute;
    bottom: 20px;
}

.swiper-after h1 {
    color: #FFF;


    font-family: Playfair Display;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.swiper-after p {
    color: rgba(255, 255, 255, 0.60);


    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#about-place {
    margin-top: 30px;
}

.about-menus {
    margin-top: 15px;
}

.about-place-menu p {
    color: #FFF;

    font-family: Open Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.place-seo-text {
    margin-top: 30px;
}

.place-seo-text h1 {
    margin: 0 0 14px;
    color: #DBC278;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
}

.place-seo-text p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-family: Open Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55;
}

.place-seo-text p + p {
    margin-top: 10px;
}

#contacts-place {
    margin-top: 30px;
}

#contacts-place ul {
    margin-top: 20px;
}

#contacts-place ul li {
    display: block;
    font-size: 14px;
}

#contacts-place ul li:not(:last-child) {
    padding-bottom: 10px;
}

#contacts-place ul li img {
    width: 25px;
    margin-right: 10px;
}

#contacts-place .socials-all {}

#mapplace {
    height: 250px;
    margin-top: 20px;
}

.block-socials {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#btns .container {

    width: 100%;
    display: flex;
    align-items: center;
}

#btns a {
    text-align: center;
    width: 50%;
    height: 100%;
}

#btns a:first-child {
    display: inline-block;


    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 8px 18px;
    margin-right: 10px;
    border-radius: 100px;


    border: 1px solid rgba(219, 194, 120, 0.72);
    background: #574E31;
    color: white;
}

#btns a:last-child {
    display: inline-block;

    border-radius: 100px;
    background: #292929;
    color: rgba(255, 255, 255, 0.60);
    margin-left: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 8px 18px;
    border: 1px solid #292929;
}

#btns {
    margin-top: 30px;
}

#contacts-place ul li a {
    color: white;
}

.fixed-modal input,
.fixed-modal textarea,
.fixed-modal select,
.filter-block select {
    width: 100%;
    outline: none !important;
    resize: none;
    background: #292929;
    border: none;
    font-size: 14px;
    padding: 15px;
    color: white;
}

.input-box {
    margin-bottom: 10px;
}

.input-box label {
    font-size: 14px;
}

input[type='submit'] {
    margin-top: 10px;


    border: 1px solid rgba(219, 194, 120, 0.72);

    background: #574E31;
}

.modal-center h4 {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 21px;
}

.closed-previews {
    position: relative;
}

.closed-previews .swiper-after {
    height: 100%;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

input[type='date'],
input[type='time'],
select {
    -webkit-appearance: none;
}

.stories-open {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 15;
}

.stories-block {
    position: relative;
    z-index: 3;
}

.close-stories {
    position: absolute;
    right: 20px;
    top: 30px;
    z-index: 23;
}

.navs-stories {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.nav-stories {
    width: 50%;
    height: 100%;
}

.nav-stories-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.current-stories {
    height: 100%;
    width: 100%;
    background: black;
}

.stories-block,
.stories-block .swiper-container {
    height: 100%;
    width: 100%;
}

.stories-block .swiper {
    height: 100%;
    width: 100%;
    position: absolute;
}

.story-line {
    height: 2px;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.54);
    margin: 2px;
    border-radius: 0px;
    transition: opacity 400ms ease-in-out 0s;
    width: 100%;
    z-index: 2;
    opacity: 1;
}

.stories-lines {
    display: flex;
    justify-content: center;
    max-width: 100%;
    position: absolute;
    width: 98%;
    padding: 7px 5px 5px;
    align-self: center;
    z-index: 2;
    filter: drop-shadow(rgb(34, 34, 34) 0px 1px 8px);
}

.story-line-in {
    background: rgb(255, 255, 255);
    height: 100%;
    max-width: 100%;
    border-radius: 2px;
    transform-origin: left center;
    backface-visibility: hidden;
    perspective: 1000px;
    width: 100%;
    transform: scaleX(0%);


}

.story-line.animation .story-line-in {
    animation-name: fill-line;
    animation-timing-function: linear;
    animation-duration: 8s;
}

.story-line.fill .story-line-in {
    transform: scaleX(100%);
}

@keyframes fill-line {
    from {
        transform: scaleX(0%);
    }

    to {
        transform: scaleX(100%);
    }
}

.stories-btn-fixed {
    position: fixed;
    bottom: 20px;
    width: 100%;
    z-index: 3;
    padding: 0px 30px;
}

.stories-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border: none;
    align-self: center;
    text-align: center;
    border-radius: 14px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    filter: none;
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
}

.swiper-slide-story {
    position: relative;
}

.stories-back {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 120vh;
    background-color: #0A0908;
    z-index: 2;
}

.filters-menu {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    z-index: 200;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.filter-container {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80%;
    display: flex;
    -webkit-box-pack: start;
    justify-content: start;
    flex-direction: column;

    overflow: auto;
    border-radius: 20px 20px 0px 0px;
    padding: 20px;

    background: #0F0E0D;
}

.filter-hide {

    width: 43px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgb(229, 229, 229);
    border-radius: 12px;
    z-index: 101;
}

.filter-hide img {
    transform: rotate(90deg);
    width: 45px;
    width: 25px;
}

.filter-header h4 {
    margin: 0;
    position: absolute;
    left: 50%;
    margin-left: -40px;
}

.filter-header {
    display: flex;
    align-items: center;
    position: relative;

}

.filter-content {
    margin-top: 30px;
    height: 100%;
}

.filter-block p.header-filter {
    font-size: 16px;
    margin-bottom: 20px;
}

.grid-filters {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    row-gap: 15px;
}

.filter-box {
    display: flex;
    align-items: center;
}

.filter-box label {
    margin: 0;
    margin-left: 10px;
    font-size: 14px;
}

.filter-block:not(:last-child) {
    margin-bottom: 20px;

    padding-bottom: 20px;
    border-bottom: 1px solid rgb(51, 51, 51);
}

.filter-checkbox {
    background: #292929;
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 5px;
    position: relative;
}

.filter-checkbox.active {
    border: 1px solid rgba(219, 194, 120, 0.72);
    background: #574E31;

}
.filter-container{
    transform: translateY(100%);
    transition: 0.3s all;
}
.filters-menu.active .filter-container{
    transform: translateY(0%);
    transition: 0.3s all;
}
.filter-checkbox.active::after{

    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(../img/checkbox.svg);
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}


.filter-block select {
    padding: 10px;
}

.bottom-btns {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #0F0E0D
}

.bottom-btns button {
    width: 49%;
}

.bottom-btns button:first-child {
    display: inline-block;


    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 8px 18px;
    margin-right: 10px;
    border-radius: 100px;


    border: 1px solid rgba(219, 194, 120, 0.72);
    background: #574E31;
    color: white;
}

.bottom-btns button:last-child {
    display: inline-block;

    border-radius: 100px;
    background: #292929;
    color: rgba(255, 255, 255, 0.60);
    margin-left: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 8px 18px;
    border: 1px solid #292929;
}
.filter-inner{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.filter-content {

    padding-bottom: 100px;
    margin-bottom: 30px;
    overflow-y: scroll;
}
.time-place{
    margin-top: 15px;
}
.time-place span{
    display: block;
    margin-top: 10px;
    font-size: 14px;
}
.about-place-menu ul{
    margin-top: 20px;
}
.about-place-menu li {
    display: block;

}
.about-place-menu li{
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #DBC278;
}
.about-place-menu li p{
    font-size: 14px;
    color: #DBC278;
    font-weight: 500;

}
.about-place-menu li span{
    display: block;
    margin-top: 5px;
    font-size: 13px;
    color: white;
}
.spoiler-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.spoiler-header img{
    width: 25px;
    transition: 0.3s all;
}
.spoiler-hide{
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.about-place-menu li.active .spoiler-hide{
    max-height: 1500px;
    transition: max-height 1s ease-in-out;
}
.about-place-menu li.active img{
    transform: rotate(180deg);
    transition: 0.5s all;
}
.swiper-menu-place img{
    max-width: 100%;
    max-height: 185px;
}

/*
#mapplace {
    filter: invert(1) hue-rotate(10deg) grayscale(100%);
}*/

.barvikha-1{
    -webkit-animation: fill-text 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
    animation: fill-text 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}
.barvikha-2{
    webkit-animation: fill-text 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
    animation: fill-text 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
}
.barvikha-3{
    -webkit-animation: fill-text 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both;
    animation: fill-text 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both;
}
.barvikha-4{
    -webkit-animation: fill-text 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
    animation: fill-text 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}
.barvikha-5{
    -webkit-animation: fill-text 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
    animation: fill-text 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}
.barvikha-6{
    -webkit-animation: fill-text 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s both;
    animation: fill-text 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s both;
}
.barvikha-7{
    -webkit-animation: fill-text 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
    animation: fill-text 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
}

.lounge-1{
    -webkit-animation: fill-text 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s both;
    animation: fill-text 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s both;
}
.lounge-2{
    -webkit-animation: fill-text 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both;
    animation: fill-text 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both;
}
.lounge-3{
    -webkit-animation: fill-text 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.30000000000000004s both;
    animation: fill-text 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.30000000000000004s both;
}
.lounge-4{
    -webkit-animation: fill-text6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both;
    animation: fill-text 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both;
}
.lounge-5{
    -webkit-animation: fill-text 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6000000000000001s both;
    animation: fill-text 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6000000000000001s both;
}
.lounge-6{
    -webkit-animation: fill-text 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7000000000000001s both;
    animation: fill-text 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7000000000000001s both;
}
.barvikha-line-1{
    -webkit-animation: fill-text 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both;
    animation: fill-text 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both;
}
.barvikha-line-2{
    -webkit-animation: fill-text 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both;
    animation: fill-text 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both;
}
.center-loader path, .center-loader rect{
    fill: transparent;
    -webkit-animation: fill-text 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
    animation: fill-text 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}
.empty{
    margin-top: 30px;
    text-align: center;
    opacity: 0.6;
    font-size: 14px;
}
.loader-mini {
    margin: 0 auto;
    margin-top: 30px;
    width: 38px;
    height: 38px;
    border: 3px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes fill-text {
    from {
        fill: transparent;
    }

    to {
        fill: white;
    }
}
.select-site-position{
    height: 100%;
    display: none;
    width: 100%;
}
.select-site{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;

    background: #0F0E0D;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9998;
}
.select-site-block{

    max-width: 50%;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    transition: max-width 0.5s cubic-bezier(0, 1, 0, 1), transform 1s;
    height:100%;
    position: absolute;
    top: 0;

}
.site-lounge{
    left: 0%;
}

.site-karaoke{
    left: 50%;
}
.site-lounge.active{
    max-width: 100%;
    transition: max-width 1s, transform 1s;
    z-index: 5;
}


.site-karaoke.active{
    max-width: 100%;
    transition: transform 1s;
    z-index: 5;
    transform: translateX(-50%);
}


.logo-site{
    height: 25px;
    position: absolute;
    margin-left: -82px;
    left: 50%;
    top: 20px;
    z-index: 6;
}


.select-site-block .video{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: saturate(0);
    transition: 0.3s all;
}
.bg-video{
    z-index: 3;
    position: absolute;
    background: rgb(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.site-karaoke .video{
    filter: saturate(0) brightness(30%);
}
.select-site .active .video{
    filter: saturate(1);
    transition: 0.3s all;
}
.select-site .active img{
    transform: scale(1.5);
    transition: 1s all;
}

.block-razdel{
    width: 40px;
    background: linear-gradient(270deg, rgba(4, 4, 4, 0.0) 0%, #040404 50%, rgba(4, 4, 4, 0.0) 100%);
    height: 100%;
    margin-left: -20px;
    position: absolute;
    left: 50%;
    z-index: 5;
}

.swiper-stories-current .swiper-slide video{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.lds-roller {


    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    position: absolute;
    margin-left: -40px;
    margin-top: -40px;
    top: 50%;
    left: 50%;
    z-index: 9;
  }
  .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
  }
  .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
  }
  .lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
  }
  .lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
  }
  .lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
  }
  .lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
  }
  .lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
  }
  .lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
  }
  .lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
  }
  .lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
  }
  .lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
  }
  .lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
  }
  .lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
  }
  .lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
  }
  .lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
  }
  .lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
  }
  .lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
  }
  .lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
  }
  @keyframes lds-roller {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .lds-roller.disabled{
    display: none;
  }
  .logo-select-place img{

    width: 250px;
    height: 250px;
    transition: 0.3s all;
}
.logo-select-place button{
    display: inline-block;


    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 5px 15px;

    border-radius: 100px;


    border: 1px solid rgba(219, 194, 120, 0.72);
    background: #574E31;
    color: white;
}
.select-site-block .logo-select-place{
    position: absolute;
    /*max-width: 80%;*/

    max-width: 250px;
    margin-top: -90.5px;
    margin-left: -75px;

    top: 40%;
    left: 50%;
    z-index: 4;

    text-align: center;
}
  @media screen and (max-width: 992px){
    .logo-select-place img{

        width: 150px;
        height: 150px;
        transition: 0.3s all;
    }
    .logo-select-place button{
        display: inline-block;


        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        padding: 5px 15px;

        border-radius: 100px;


        border: 1px solid rgba(219, 194, 120, 0.72);
        background: #574E31;
        color: white;
    }
    .select-site-block .logo-select-place{
        position: absolute;
        /*max-width: 80%;*/

        max-width: 150px;
        margin-top: -90.5px;
        margin-left: -75px;

        top: 50%;
        left: 50%;
        z-index: 4;

        text-align: center;
    }
  }
